@charset "UTF-8";
/* CSS Document */

/*-----------------------

親子割・データ増量共通ページ

-----------------------*/
html {
    font-size: 62.5%;
}
body .campaign{
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4;
    font-style: normal;
	color: #404040;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-feature-settings: "palt";
}
.campaign{
    color: #1f1f1f;
}
#oyakowari #cta-area,
#data #cta-area{
    font-family: 'Noto Sans JP', sans-serif;
}
body .campaign.oyakowari{
    font-family: fot-tsukuardgothic-std, sans-serif;
    color: #1f1f1f;
    font-weight: 700;  
}
.oyakowari .first-of-type #cta-area{
    margin-top: 0;
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
    height: auto;
}
div{
    box-sizing: border-box;
}
.wrap{
    max-width: 1000px;
    margin: 0 auto;
}
.block{
    padding: 60px 0;
}
.bold{
    font-weight: 700;
}
a{
    transition: .4s;
}
a:hover{
    opacity: 0.6;
}
.sponly {
    display: none;
}
.center {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}
.secttl{
    margin-bottom: 40px;
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: bold;
}
.red{
    color: #ff1a1a;
}
.movie iframe{
    max-width: 100%;
}


/*-----------------------

親子割ページ

-----------------------*/

.small{
    color: #888888;
    font-size: 1.2rem;
}
.oyakowari .btn{
    box-shadow: 0 4px 0 #983907;
    transition: .4s; 
    color: #fff;
    background: #ff1a1a;
    position: relative;
    border-radius: 10px;
    padding: 15px 0;
    font-size: 3rem;
    display: block;
    text-align: center;
    max-width: 47.8rem;
}
.oyakowari .btn::after{
    position: absolute;
    content: "";
    right: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.oyakowari .btn.other a {
    font-size: 3rem;
    padding: 0;
}
.oyakowari .btn:hover{
	transform: translateY(4px);
    box-shadow: none;
}
.oyakowari .pconly{
    display: inline-block;
}
/*----------

親も子もおトク！ワイモバ親子割

-----------*/

.mainview{
    background: #ff0000;
}
.pagebtn{
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}
.pagebtn a{
    padding: 0 10px;
}

/*タブ切り替え*/
.tabgroup{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tabgroup .tab{
    width: 48%;
    padding: 4px 0 10px;
    border: #ff1a1a solid 2px;
    background:#f9ffb4;
    color: #ff1a1a;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    position: relative;
    opacity: 0.6;
    cursor: pointer;
}
.tabgroup .tab:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 14px solid #f9ffb4;
  z-index: 2;
}
.tabgroup .tab:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 16px solid #ff1a1a;
  z-index: 1;
}
.tabgroup .tab.active{
    color: #f9ffb4;
    background: #ff1a1a;
    opacity: 1;
}
.tabgroup .tab.active::before{
    border: 8px solid transparent;
    border-top: 14px solid #ff1a1a;
}
.tabgroup .tab span{
    font-size: 2.2rem;
}
.tabgroup .tab span.big{
    font-size: 3.2rem;
}
.tab-panel{
    display: none;
}
.tab-panel.active{
    display: block;
}

/*中身*/

.oyakowari #section1 .content{
    border-top: 6px solid #ff1a1a;
    background: #ffeff1;
    padding: 0 0 60px;
}
.oyakowari #section1 .content .wrap{
    background: #fbfbfb;
    padding: 40px 60px;
    background: url("../img/oyakowari/sec1-bg_pc-min.jpg");
    background-position: bottom;
}
.oyakowari #section1 .box{
    margin-bottom: 40px;
}
.oyakowari #section1 h3{
    font-size: 4rem;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.oyakowari #section1 .price h3{
    background: #fbfbfb;
}
.oyakowari #section1 .price h3::before,
.oyakowari #section1 .price h3::after{
    background: #1f1f1f;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    content: "";
}
.oyakowari #section1 .price h3::before{
    right: 0;
}
.oyakowari #section1 .price h3::after{
    left: 0;
}
.price2{
    border: 2px solid #1f1f1f; 
    background: #fff;
}
.price2 h3{
    background: url("../img/oyakowari/sec1-subbg-min.jpg");
    padding: 5px 0;
    background-size: cover;
    border-bottom: solid 2px #1f1f1f;
}
.price2 .item{
    margin: 30px 30px;
}
.price2 .item h4{
    border-left: 6px #ff0000 solid;
    padding-left: 12px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

/*タブ切り替え*/
.detail{
    margin: 30px;
}
.detail .box{
    display: none;
    margin-top: 20px;
}
.detailttl {
    position: relative;
    cursor: pointer;
    border: 1px solid #1f1f1f;
    padding: 5px;
    font-size: 2rem;
}
.detailttl:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #1f1f1f;
  border-right: solid 2px #1f1f1f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.detailttl.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

/*----------

ワイモバの魅力！

-----------*/
#section2{
    background: #fbfbfb;
}
#section2 .box{
    background: #fffae2;
    border-radius: 10px;
    border: solid 2px #1f1f1f;
    padding: 30px;
    margin:0 0 40px;
}
#section2 .box h3{
    color: #ff1a1a;
    font-size: 5rem;
    position: relative;
    text-align: center;
    margin: 0 auto 5px;
    display: block;
    width: 90%;
    letter-spacing: -.06em;
}
#section2 .box h3 span{
    position: absolute;
    color: #1f1f1f;
    font-size: 1.2rem;
    bottom: 0;
    right: 0;
}
#section2 .box h3 .point{
    position: absolute;
    bottom: 0;
    left: 0;
}
#section2 .box .caution{
    font-size: 2rem;
    text-align: center;
    padding-bottom: 20px;
}
#section2 .box .img{
    text-align: center;
}
#section2 .more{
    font-size: 2rem;
    margin: 20px 0 0;
    text-align: center;
}
#section2 .more p{
    position: relative;
}
#section2 .more p .deco{
    position: absolute;
    bottom: 0;
}
#section2 .more p .deco.right{
    right: 15%;
}
#section2 .more p .deco.left{
    left: 15%;
}
#section2 .more .btn{
    width: 80%;
    margin: 20px auto 0;
}
#section2 .box3 .img{
    margin-bottom: 30px;
}
.oyakowari #section2 h4,
.oyakowari #section2 h5{
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.oyakowari #section2 h4{
    font-size: 3.2rem;
}
.oyakowari #section2 h5{
    font-size: 3rem;
}
.oyakowari #section2 h4::before,
.oyakowari #section2 h4::after{
    background: #1f1f1f;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    content: "";
}
.oyakowari #section2 h4::before{
    right: 0;
}
.oyakowari #section2 h4::after{
    left: 0;
}

/*----------

ワイモバで安心！

-----------*/
.pointbox{
    margin-bottom: 30px;
}
.pointbox .box{
    display: none;
    border:solid #ff1a1a 2px;
    padding: 30px;
    font-size: 2rem;
}

.pointbox .box p{
    margin-bottom: 15px;
}
.pointbox .movie,
.pointbox .img{
    text-align: center;
    margin-bottom: 30px;
}
.pointbox .box.open{
    display: block
}
.pointttl {
    position: relative;
    cursor: pointer;
    background: #ff1a1a;
    color: #fff;
    padding: 15px 40px 15px 15px;
    font-size: 3rem;
    border-radius: 10px;
}
.pointttl.open{
    border-radius: 10px 10px 0 0;
}
.pointttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}
.pointttl::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}
.pointttl.open::before {
  transform: rotate(180deg);
}
.pointttl.open::after {
  opacity: 0;
}

/*----------

ワイモバを始めるなら！

-----------*/
#section4{
    background: #fbfbfb;
}


@media screen and (max-width:1024px){
    #section2 .box h3{
        width: 100%;
    }
}
@media screen and (max-width:880px){
    #section2 .box h3{
        font-size: 4.2rem;
    }
}
@media screen and (max-width:768px){
    .wrap{
        margin: 0 30px;
    }
    .secttl img.sponly{
        display: inline-block;
    }
    .sponly{
        display: block;
    }
    .pconly,
    .oyakowari .pconly{
        display: none;
    }
    #section1{
        
    }
    #section2 .box h3{
        padding-top: 15px;
    }
    #section2 .box h3 .point{
        right: 0;
        margin: auto;
        bottom: 100%;
    }
    #section2 .box{
        margin: 100px 0 40px;
    }
    .pointttl{
        font-size: 2.6rem;
    }
    #section3 .secttl{
        margin-left: -49px;
    }
    .oyakowari .btn.other a {
        font-size: 5vw;
    }
}
@media screen and (max-width:479px){
    .oyakowari .btn::after{
        right: 10%;
    }
    .wrap{
        margin: 0 15px;
    }
    .mainview .wrap{
        padding: 0;
    }
    .pagebtn a{
        padding: 0 2px;
    }
    .pagebtn{
        margin: 20px 0 30px;
    }
    .secttl{
        margin-bottom: 26px;
    }
    .tabgroup .tab{
        font-size: 2rem;
        letter-spacing: -0.01em;
        width: 49%;
        font-size: 1.8rem;
    }
    .tabgroup .tab span.big{
        font-size: 2.2rem;
    }
    .tabgroup .tab span{
        font-size: 1.4rem;
    }
    .oyakowari #section1 .content .wrap{
        padding: 30px 10px;
        margin: 0 10px;
        background: url("../img/oyakowari/sec1-bg_sp-min.jpg");
        background-position: bottom;
    }
    .tabgroup{
        margin-bottom: 25px;
    }
    .oyakowari #section1 h3{
        font-size: 3rem;
    }
    .oyakowari #section1 .box{
        margin-bottom:30px;
    }
    .oyakowari #section1 .box:last-of-type{
        margin-bottom: 0;
    }
    .oyakowari #section1 h3{
        font-size: 2.4rem;
    }
    .price2 .item:last-of-type{
        margin: 0 10px 30px
    }
    .price2 .item{
        margin: 20px 10px;
    }
    .detail{
        margin: 0 10px 15px;
    }
    .price2 .item h4{
        font-size: 2rem;
    }
    #section2 .box{
        margin: 70px 0 40px;
        padding: 30px 10px 15px;
    }
    #section2 .box h3 .point{
        width: 60px;
    }
    .block{
        padding: 30px 0;
    }
    #section2 .box h3{
        padding: 0;
        line-height: 1.1;
        font-size: 3rem;
    }
    #section2 .box .caution{
        font-size:1.6rem;
    }
    #section2 .more{
        font-size: 1.6rem;
    }
    #section2 .more .btn{
        width: 100%;
    }
    .oyakowari .btn{
        padding: 10px 0;
    }
    #section2 .box3 .img{
        margin-bottom:20px;
    }
    .oyakowari #section2 h4,
    .oyakowari #section2 h5{
        margin-bottom: 10px;
    }
    .oyakowari #section2 h4{
        font-size: 2.6rem;
    }
    .oyakowari #section2 h5{
        font-size: 2.2rem;
    }
    .pointttl{
        font-size: 2.2rem;
    }
    .pointbox{
        margin-bottom: 20px;
    }
    .pointbox .box{
        padding: 15px;
    }
    .pointbox .movie,
    .pointbox .img{
        margin-bottom: 20px;
    }
    .pointbox .box{
        font-size: 1.6rem;
    }
    #section2 .more p .deco.right{
        right: 0;
    }
    #section2 .more p .deco.left{
        left: 0;
    }
    #section2 .more p .deco{
        width: 20px;
    }
    #section3 .secttl{
        margin-left: 0;
        padding-right: 5%;
    }
    .pointttl{
        font-size: 2rem;
        padding: 10px 40px 15px 15px;
    }
}


/*-----------------------

データ増量ページ

-----------------------*/

.data{
    background: #fff0f3;
    padding-bottom: 60px;
}
.data .wrap{
    background: #fff;
    padding: 0 60px;
}
.data .mainview .wrap{
    padding: 0;
    margin: 0;
}
.data .section .img{
    text-align: center;
}
.data .secttl{
    border-bottom: 3px solid #f3abba;
    padding-bottom: 20px;
    padding-top: 60px;
    color: #c5002b;
}
.data .secttl.none{
    padding-bottom: 0;
    border: none;
}
.data .secttl .ttldeco{
    padding-bottom: 10px;
}
.data .caution{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}
.data h3{
    border-left: 6px #ff0000 solid;
    padding-left: 12px;
    font-size: 2rem;
    font-weight: 600;
    margin: 40px 0 15px;
}
.data table,
#price table{
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}
.data table .red,
#price table{
    font-weight: 700;
}
.data table th,
.data table td,
#price table th,
#price table td{
    border: 1px solid #cbcbcb;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
}
.data table th,
#price table th{
    background: #fefaf2;
}
.data .section3 .wrap{
    padding-bottom: 40px;
}
.section3 .subdeco{
    padding-bottom: 10px;
}
.section3 .img{
    margin: 15px 0;
}
.data .section3 .caution{
    font-size: 3rem;
}
.section3 .big{
    font-size: 1.8rem;
    font-weight: 600;
    margin:15px 0 10px;
}
.section3 p{
    margin-bottom: 10px;
}



@media screen and (max-width:768px){
    .data .section1 .wrap{
        padding-bottom: 40px;
    }
}
@media screen and (max-width:479px){
    .data .wrap{
        padding: 0 15px;
    }
    .data .secttl{
        padding-top: 40px;
        font-size: 3rem;
    }
    .data table th,
    .data table td,
    #price table th,
    #price table td{
        padding: 10px 3px;
    }
    .data .section3 .secttl{
        font-size: 2.6rem;
    }
    .data .section3 .secttl span{
        font-size: 2.2rem;
    }
    .data .section3 .caution{
        font-size: 2rem;
    }
    .data h3{
        margin: 30px 0 10px;
    }
    .data .section3 .wrap{
        padding-bottom: 20px;
    }
    .data{
        padding-bottom: 30px;
    }
    .section3 .big{
        font-size: 1.6rem;
    }
    .data .secttl .ttldeco{
        width: 100px;
    }
    .data .secttl{
        padding-bottom: 15px;
    }
    .data .section2 .secttl img{
        width: 230px;
    }
    .section3 .subdeco{
        padding-bottom: 5px;
    } 
}
@media screen and (max-width:320px){
    .data .section3 .secttl span{
        font-size: 1.8rem;
    }
    .data .section3 .secttl{
        font-size: 2.4rem;
    }
    .data .secttl{
        font-size: 2.6rem;
    }
}