@charset "utf-8";
/* 
v(^^)v━━━━━━━━━━━━━━━━━━━v(^^)v

SP style

v(^^)v━━━━━━━━━━━━━━━━━━━v(^^)v 
*/
body{
    background: #F8FBF9;
}
/*ポップアップ*/
#TB_window{
    top: 5%!important;
    overflow: scroll;
}
#TB_iframeContent{
    overflow: scroll;
}
    #TB_window::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /*スクロールバーの動く部分*/
    #TB_window::-webkit-scrollbar-thumb {
      background-color: #5b5b5b;
      border-radius: 10px;
      box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }
    #TB_window::-webkit-scrollbar-track {
     border-radius: 5px;
     background: #ebebeb;
    }

    #TB_overlay{
        width: 100%;
    }
    #btn_tb_close{
        left: 0;
    }
    #TB_iframeContent{
        width: 824px;
        overflow: scroll;
    }

.qa01 {
  position: relative;
  cursor: pointer;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-bottom: solid 1px #CDCDCD;
    transition: .4s;
    background: url("../image/sp_img/qa_01.jpg");
    padding: 20px 50px 20px 20px;
}
.qa02{
    border-bottom: solid 1px #CDCDCD;
    padding: 20px 0px 20px 70px;
    background: url("../image/sp_img/qa_03.jpg");
    padding:20px;
}
.qa01 p{
    display: flex;
}
.qa02 div{
    display: flex;
}
.qicon{
    font-size: 30px;
    color: #4BB14D;
    margin-right: 10px;
    width: 4%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.aicon{
    font-size: 30px;
    color: #FF8D06;
    width: 4%;
    margin-right: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.qa01:hover{
    cursor: pointer;
   background:url("../image/sp_img/qa_01_hover.jpg");
}
.qa01::before {
content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #F7931E;
  transition: all .3s ease-in-out;
}
.qa01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #F7931E;
  transition: all .2s ease-in-out;
}
.qa01.open::after {
  opacity: 0;
}
.qa01.open::before {
  transform: rotate(180deg);
}
.qa02 {
  display: none;
}
.q_caption span{
    font-size: 26px;
    color: #F7931E;
    padding-right:5px;
}




img{
    max-width: 100%;
}
body{
    background: #fff;
}
#wrapper {
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 960px;
    background: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    width: auto;
}
.header01 {
	color: #333333;
	background-image: url(../image/sp_img/head_01-pc.png);
	height: 1394px;
	background-repeat: no-repeat;
	background-position: center top;
	background-position:50% 0%;
    background-size: cover;
}
.contents.contents2{
        padding-top: 20px;
    position: relative;
}
.contents.contents2::before{
    position: absolute;
    content: '';
    width:100%;
    left: 0;
    bottom: 100%;
    background: #fff;
    height: 20px;
}
.pro02{
    background-size: cover;
}
.taiken{
    background: url("../image/sp_img/taiken_01-0.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    padding: 54px 40px 40px;
}
.tai03-rei,.tai03{
    background-size: 100% 100%;
}
.voicettl{
    padding-bottom: 15px;
}
.taiken-inner{
    border-bottom: solid 1px #e6ebe5;
    padding-bottom: 15px;
}
.naya01{
    background-size: contain;
}
.sponly{
    display: none;
    }
div.countdown{
    max-width: 600px!important;
    font-size: 20pt!important;
            background-color: transparent!important;
}
#foot .wrapper {
	max-width: 960px;
    width: auto;
}
.ca01{
    background-repeat: no-repeat;
    background-size: contain;
}

.meri{
    background-size: 100% 100%;
}
.to01,
.pretoku01{
    background-size: 100%;
    box-sizing: border-box;
}
.omo01,
.pretoku02,
.saigo{
    background-size: contain;
}
.pro01{
    background-size: cover;
}
.size28-wine-bold,
.size32-wine-under-bold{
    line-height: 1.6;
    font-size: 26px;
}
.repottl{
    display: none;
}
    .tai03 li p{
        display: inline-block
    }

@media screen and (max-width:1024px){
    .repottl{
        display: block;
        width: 500px;
        margin: 0 auto;
    }    
    .fo01{
        background:none; 
        height: auto;
    }
    .fo01 img{
        margin-bottom: 15px;
    }
    .fo02{
        padding: 0;
        background: url("../image/sp_img/repo-sp2.jpg");
        background-repeat:no-repeat;
        background-size: contain;
        width: 500px;
        height: 567px;
        margin: 0 auto;
        position: relative;
    }
    .fo02 form{
        position: absolute;
        top: 40%;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
    }
    .qa01{
/*        padding: 40px 50px 0px 70px;*/
        background-size: cover;
    }
    .qa02,.qa01:hover{
        background-size: cover;
    }
} 
@media screen and (max-width:960px) {
    #wrapper{
        margin: 0 30px 0;
    }
    .header01{
        height: 130vw;
    }
    .ca02{
    padding: 310px 0 0 0;
}
    .pro02{
        padding-top: 30vw;
    }
}
@media screen and (max-width:846px) {
    .ca02{
    padding: 285px 0 0 0;
    }
    div.countdown{
        font-size: 18pt!important;
    }
    #TB_window{
        width: 100%!important;
        left: 0!important;
        margin-left: 0!important;
        box-sizing: border-box;
        width: 100%;
        overflow: scroll;
    }
}   
@media screen and (max-height:700px) {
    #TB_window{
        height: 90vh;
    }
       .scrolltxt{
        display: block;
        font-size: 14px;
        text-align: left;
        position: absolute;
        top: -18px;
        left: 10px;
        
    }
}
@media screen and (max-width:780px) {
    .taiken{
        background-size: 100% 100%;
    }
    
}
@media screen and (max-width:768px) {
    .contents{
        padding: 10px 30px 10px 30px;
    }
    .size24-black-bold{
        font-size: 15px;
    }
    div.countdown{
        font-size: 1rem!important;
    }
    .pro02{
        
    }
    .to01{
        padding: 0 30px 0 30px;
    }
    .header01{
        background: none;
        height: auto;
    }
    .sponly{
    display: block;
    }
    .pconly{
        display: none;
    }
    .pro01{
        background-size: cover;
    }
    .meri{
        background-size: 100% 100%;
        background-repeat: repeat-y;
    }
    .omo01,.to01,.pretoku01,.pretoku02,.tai03{
        background-size: 100% 100%;
    }
    .size28-wine-bold{
        font-size: 20px;
    }
    .size32-wine-under-bold{
        font-size: 18px;
        line-height: 1.6;
    }
    .meri{
        background: url("../image/sp_img/meri_05_sp.png");
        background-size: 100% 100%;
        padding: 0 40px;
    }
    .m3,.m4{
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
    }
    .ca01{
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        height: 56vw
    }
    div.countdown{
        position: absolute;
        bottom: 7vw;
        right: 0;
        left: 0;
    }
    .ca02{
        padding: 0;
    }
    .voicettl{
        width: 45%;
    }

}
@media screen and (max-width:650px){
    .fo02,#contents_caution .input{
        width: 100%;
        height: 104vw;
    }
}
@media screen and (max-width:560px) {
    .ca01{
        height: 52vw;
    }
    .fo02 form{
        top: 37vw;
    }
}

@media screen and (max-width:479px) {
    p{
        line-height: 1.6;
    }
    #wrapper{
        margin: 0 15px 0;
    }
    .contents{
        padding: 10px 15px 10px 15px;
    }
    .omo01,.to01,.pretoku01,.pretoku02,.tai03,.tai01-rei,.naya01{
        background-size: 100%;
                height: auto;
    }
    .size24-black-bold{
        font-size: 14px;
    }
    .naya01 li{
        line-height: 1.4;
        display: inline-block;
        margin-bottom: 10px;
    }
    .naya01{
        padding: 10px 15px 0 15px;
    }
    .size32-wine-under-bold{
        font-size: 18px;
        line-height: 1.6;
    }
    .pro02{
        padding: 120px 15px 0 15px;
    }
    .size32-red01-bold{
        font-size: 20px;
    }
    .ca01{
        min-height: 60vw;
    }
    .manual_top{
        padding: 0;
    }


    .countdown{
        background: none;
        font-size: 20px!important;
        display: inline-block;
        background-color: transparent;
    }
    .omo01{
        padding: 0 15px 0 15px;
    }
    .to01 img,
    .pretoku01 img{
        width: 34%;
    }
    .to01{
        padding: 0 20px 0 20px;
        line-height: 1.6;
    }
    .pretoku01{
        padding: 0 15px 0 20px;
        line-height: 1.6;
    }
    .pretoku02 li{
        background-size: 7%;
        padding-left: 30px;
        line-height: 1.4;
        display: inline-block;
        margin-bottom: 10px;
    }
    .pretoku02{
        padding: 0 40px 0 30px;
    }
    .bo01 img{
        width: 30%;
    }
    .bo01 li{
        line-height: 1.6;
    }
    .qa01{
        background-size: 100%;
        font-size: 16px;
        padding: 15px 30px 15px 10px;
    }
    .qa02{
        background-size: 100%;
        font-size: 16px;
        padding: 15px 10px;
    }
    .size28-wine-bold{
        font-size: 14px;
        line-height: 1.8;
    }
    .size32-wine-under-bold{
        font-size: 14px;
    }
    .saigo{
        padding:0 20px 0 20px;
        line-height: 1.6;
    }
    div.countdown{
        font-size: 14px!important;
        bottom: 8vw;
    }
    .qa01::after,
    .qa01::before{
        right: 15px;
    }
    .qicon,.aicon{
        width: 7%;
        font-size: 24px;
    }
    .taiken{
        background-size: 100% 100%;
        padding: 30px 20px 20px;
    }
    .tai03{
        padding: 0 15px;
    }
    .tai03 li{
        line-height: 1.6;
    }
    .voicettl{width: 60%;}
}
@media screen and (max-width:375px) {
    .pro01{
        background-size: contain;
    }
    .fo02 form{
        top: 37%;
    }
    input[type="image"]{
        width: 76%;
    }
    
}

@media screen and (max-width:320px) {
    div.countdown{
        bottom: 11vw;
        font-size: 12px!important;
    }
    .size28-wine-bold{
        line-height: 1.2;
    }
    .form_input_label{
        font-size: 12px;
    }
    .form_input_input{
        width: 125px!important;
    }
        .fo02 form{
        top: 33%;
    }
}