﻿@charset "utf-8";


.sec-c1 {
 margin:0 0 40px;
}
.attention {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 36px;
   font-size:40px;
color:#01A2C1;
}
       
.attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #00a1e9;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #00a1e9;
    border-radius: 3px;
    transform: rotate(25deg);
}

.sec-c1 p{
margin:20px 0 0;
 font-size:18px;
}

.ctz{
font-size:26px;
}

.ctz span{
color:#FF5291;
font-size:130%;
}

.ctz2{
font-size:26px;
margin-top:20px;
}


.c-marker {
    background: -webkit-linear-gradient(left, rgb(255, 255, 127) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255, 255, 127) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255, 255, 127) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .8em;
    transition: 2.0s;
  font-size:36px;
}
.c-marker.is-active{
    background-position: 0% .8em;
}

.video-yt3 {
    background:#FFF2F2;
   margin:40px 0 40px;
   padding:40px;
border-radius:10px;
}

.sec-c2 {
margin:0;
padding:40px 0 20px;
 background:#65AFCA;
}

.sec-c2 h2{
  position: relative;
  margin:0;
  padding:0 0 1.0rem;
  text-align: center;
 font-size:40px; 
color:#fff;
}

.sec-c2 h2:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fff;
}

.sec-c2 h2 span {
color: rgb(255, 255, 127);
}

.sec-c3 {
margin:0 auto;
width:80%;
}

.flb{
color:#fff;
font-size:18px;
text-indent: -1em;
   padding-left: 1em;
}

.sec-c2 table {
  border-collapse: collapse;
  margin: 40px 0 20px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
 
}

.sec-c2 table tr {
  background-color: #fff;
  border: 1px solid #65AFCA;
  padding: .35em;
}
.sec-c2 table th , .sec-c2 table td {
  padding: 1em 0 1em 0;
 border-right: 1px solid #65AFCA;
}
.sec-c2 table th {
  font-size: 18px;
  text-align:center;
  color:#fff;
}
.sec-c2 table thead tr{
  background-color: #0051AA;
}

.sec-c2 .max{
   text-align: center;
   font-size: 20px;
    color:#000;
}

.sec-c2 .txt{
   text-align: center;
   font-size: 30px;
   font-weight:bold;
    color:#FF3C82;
}
.sec-c2 .price{
   text-align: center;
    font-size: 20px;
    color:#000;
}

.cp_card {
	width: 100%;
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 30px auto;
	padding: 80px 0.5em 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_ribbon11 {
	line-height: 50px;
	position: absolute;
	top: 15px;
	display: block;
	width: calc(100% + 20px);
	height: 50px;
	margin-right: -10px;
	margin-left: -18px;
	text-align: center;
	color: #ffffff;
    font-size:20px;
    font-weight:bold;
	background: #F48FB1;
}
.cp_ribbon11:before, .cp_ribbon11:after {
	position: absolute;
	content: '';
}
.cp_ribbon11:before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #F06292;
	border-left: 10px solid transparent;
}
.cp_ribbon11:after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #F06292;
	border-right: 10px solid transparent;
}

.cp_ribbon12 {
	line-height: 50px;
	position: absolute;
	top: 15px;
	display: block;
	width: calc(100% + 20px);
	height: 50px;
	margin-right: -10px;
	margin-left: -18px;
	text-align: center;
	color: #ffffff;
    font-size:20px;
    font-weight:bold;
	background: #FFC107;
}
.cp_ribbon12:before, .cp_ribbon12:after {
	position: absolute;
	content: '';
}
.cp_ribbon12:before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #FF8F00;
	border-left: 10px solid transparent;
}
.cp_ribbon12:after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #FF8F00;
	border-right: 10px solid transparent;
}


/*===========
.scroll-box
===========*/

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}


/*===========
scrollbar
===========*/

.scroll-box::-webkit-scrollbar {
  height: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

@media only screen and (min-width: 601px) {
  .smn {
    display: none;
  }
}

.spo-box  {
 padding:20px;
}

.spo-box h3 {
 margin-top:10px;
}

.spo-box h3 span {
color:#FF5291;
}


.spo-box p {
color:#000;
}

.ym-box {
background:#FFF7FE;
margin:0 0 10px;
padding:10px 0;
text-align:center;
font-size:18px;
border-radius:10px;
}

.ym-box span{
font-size:130%;
color:#FF3C82;
}

.sec-c3 .fa-plus{
font-size:30px;
color:#fff;
}

.spo-box2  {
 margin-top:10px;
color:#FF5291;
 font-size:18px;
font-weight:bold;
}

.spo-box3  {
 margin-top:10px;
color:#000;
 font-size:16px;
}

.sec-c4{
margin:0;
padding:0;
 background:#fff;
}


.sec-c4 .arrow_box {
	position: relative;
	background: #F2FCFE;
margin:0;
padding:0;
}
.sec-c4 .arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 252, 253, 0);
	border-top-color: #F2FCFE;
	border-width: 30px;
	margin-left: -30px;
}

.ym-box2 {
font-size:36px;
font-weight:bold;
color:#000;
padding:50px 0 0;
line-height:1.4;
}

.ym-box2 span{
background: linear-gradient(transparent 50%, #ffff66 0%);
}


.ym-box2:last-child{
padding:40px 0 40px;

}

.sec-c5{
margin:0;
padding:40px 0 0;
 background:#fff;
}

.ym-box3 {
font-size:38px;
font-weight:bold;
color:#000;
padding:20px 0 10px;
line-height:1.4;
}

.ym-box3 span{
color:#FF5291;
}

.sec-c5 p{
font-size:20px;
}

.balloon {
position: relative;
background-color: #FF529F;
margin:0 0 20px;
padding: 5px 20px;
color: #333;
border-radius: 10px;
}

.balloon::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #FF529F;
top: 100%;
left: 5%;
}

.balloon p {
margin: 0;
padding: 0;
color:#fff;
font-size:20px;
}

.c-button._shiny {
    display: block;
    position: relative;
    padding: 1.0em;
    background: linear-gradient(#ff74b2 0%, #FF529F 50%, #FF529F 100%);
    box-shadow: 0 3px 0 0 #b2517c ;
    border-radius: 4px;
  margin:20px auto 0;
    font-weight: bold;
    font-size: 20px;
  width:80%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 500ms;
font-family:serif;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffbbd9;
    transition: 500ms;
    animation: shinyshiny 4s ease-in-out infinite;
}

.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.sec-c5 h2{
  position: relative;
  margin:40px 0 20px;
  padding:0 0 1.0rem;
  text-align: center;
 font-size:40px; 
color:#000;
}

.sec-c5 h2:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

.sec-c5 h2 span{
color:#FF529F;
}

.img-5001{
width:100%;
height:auto;
aspect-ratio: 16 / 9;
 object-fit: cover; 
border-radius: 5px;
box-shadow: 0 1px 5px rgba(39,48,57,.1);
}

.ym-box4 {
margin-top:20px;
}

.ym-box4 p{
  margin:10px 0 0;
  padding:0 ;
  text-align: center;
 font-size:20px;
font-weight:bold; 
color:#000;

}

.flb2{
 margin:20px 0 40px;
color:#000;
font-size:18px;
text-indent: -1em;
   padding-left: 1em;
}

img.ic-sn2 {
width:240px;
height:auto;

}

img.img-1001b{
width:100%;
height:auto;

}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media(max-width:1023px) {

}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media(max-width:767px) {


}

@media(max-width:480px) {

.attention {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 36px;
   font-size:26px;
color:#01A2C1;
}

.ctz{
font-size:20px;
}

.ctz2{
font-size:20px;
margin-top:20px;
}

.c-marker {
   font-size:24px;
}

.video-yt3 {
    padding:10px;

}

.c-button._shiny {
    display: block;
    position: relative;
    padding: 1.0em 0.2em;
    background: linear-gradient(#ff74b2 0%, #FF529F 50%, #FF529F 100%);
    box-shadow: 0 3px 0 0 #b2517c ;
    border-radius: 4px;
  margin:20px auto 0;
    font-weight: bold;
    font-size: 16px;
  width:100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 500ms;
font-family:serif;
}

.sec-c1 p{
 font-size:16px;
}

.sec-c2 h2{
  font-size:24px; 
}

.sec-c3 {
margin:0 auto;
width:100%;
}

.flb{
font-size:16px;
}

.sec-c2 table {
  border-collapse: collapse;
  margin: 40px 0 20px;
  padding: 0;
  width: 100%;

}


.sec-c2 table th , .sec-c2 table td {
  padding: 0.5em 0 0.5em 0;
}
.sec-c2 table th {
  font-size: 15px;
  text-align:center;
  color:#fff;
}
.sec-c2 table thead tr{
  background-color: #0051AA;
}

.sec-c2 .max{
   text-align: center;
   font-size: 16px;
    color:#000;
}

.sec-c2 .txt{
   text-align: center;
   font-size: 20px;
   font-weight:bold;
    color:#FF3C82;
}
.sec-c2 .price{
   text-align: center;
    font-size: 16px;
    color:#000;
}

.ym-box {
font-size:16px;
}

.cp_ribbon11 {
    font-size:18px;
}

.cp_ribbon12 {
    font-size:16px;
}

.spo-box h3 {
    font-size:16px;
}

.ym-box2 {
font-size:20px;
}

img.img-1001b{
width:90%;
height:auto;
margin:-20px 5% 0;
}

.ym-box3 {
font-size:24px;
}

.sec-c5 p{
font-size:16px;
}

.balloon {
padding: 5px 10px;
color: #333;
border-radius: 10px;
}


.balloon p {
font-size:16px;
}

.sec-c5 h2{
  font-size:24px; 
}

.flb2{
font-size:16px;

}

img.ic-sn2 {
width:272px;
height:auto;

}

}