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

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------------------------
Base
-------------------------------------------*/

br.pc-none,
#wellness-cp .sp,
#wellness-cp .tablet{
    display: none !important;
}
#wellness-cp ul, #wellness-cp p, #wellness-cp dl{ margin-bottom: 0;}
#wellness-cp dd{ margin-left: 0;}

#wellness-cp {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-feature-settings: "palt";    
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
    background: #fff;
}
#wellness-cp a{
    outline: none;
}
#wellness-cp a:hover{
    text-decoration: none;
}
#wellness-cp img{ 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#wellness-cp h3{
    margin: 0;
}

#wellness-cp .deco{
    position: absolute;
    transition: .5s;
}

#wellness-cp .nowrap{
    display: inline-block;
    white-space: nowrap;
}

#wellness-cp .title{
    margin: 0;
}


/*-------------------------------------------
PC
-------------------------------------------*/

/*--- mv ---*/
#wellness-cp #mv{
    display: flex;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
#wellness-cp #mv .title{
    width: 59%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#wellness-cp #mv .title img{
    max-width: 633px;
    width: 90%;
    margin: 0 auto;
    display: block;
    z-index: 1;
    position: relative;
}
#wellness-cp #mv .title::before{
    content: "";
    display: block;
    max-width: 732px;
    width: 100%;
    aspect-ratio: 732 / 304;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/campaign/wellness-cp/bg_mv_01.png") left top / contain no-repeat;
}
#wellness-cp #mv .title::after{
    content: "";
    display: block;
    max-width: 190px;
    width: 100%;
    aspect-ratio: 190 / 129.5;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/campaign/wellness-cp/bg_mv_02.png") right bottom / contain no-repeat;
}
#wellness-cp #mv .image{
    width: 41%;
}


/*--- message ---*/
#wellness-cp #message{
    position: relative;
    padding: 120px 0;
}
#wellness-cp #message::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    max-width: 414px;
    aspect-ratio: 414 / 319;
    background: url("../images/campaign/wellness-cp/bg_message_01.png") left top / contain no-repeat;
}
#wellness-cp #message::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    max-width: 339px;
    aspect-ratio: 339 / 306;
    background: url("../images/campaign/wellness-cp/bg_message_02.png") right bottom / contain no-repeat;
}
#wellness-cp #message .title{
    position: relative;
    z-index: 1;
    max-width: 447px;
    width: 80%;
    margin: 0 auto 50px;
}
#wellness-cp #message .text{
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    z-index: 1;
    position: relative;
}


/*--- contents ---*/
#wellness-cp #contents{
    background: #fefce4;
    padding: 120px 0;
}
#wellness-cp #contents .head01{
    margin: 0 auto 50px;
    max-width: 900px;
    width: 90%;
}
#wellness-cp #contents .lead01{
    text-align: center;
    font-size: clamp(14px,2.9vw,20px);
    font-weight: bold;
    margin: 0 auto 50px;
    width: 85%;
}
#wellness-cp #contents .prizeList{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
#wellness-cp #contents .prizeList li{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    margin: 10px;
}
#wellness-cp #contents .prizeList li:nth-child(1),
#wellness-cp #contents .prizeList li:nth-child(2){
    width: calc(50% - 20px);
    padding-top: 20px;
}
#wellness-cp #contents .prizeList li:nth-child(n+3){
    width: calc(33.333% - 20px);
    padding-top: 30px;
}
#wellness-cp #contents .prizeList li .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
}
#wellness-cp #contents .prizeList li:nth-child(1) .icon,
#wellness-cp #contents .prizeList li:nth-child(2) .icon{
    max-width: 124px;
}
#wellness-cp #contents .prizeList li:nth-child(n+3) .icon{
    max-width: 100px;
}
#wellness-cp #contents .prizeList li .image{
    margin: 0 auto;
    width: 70%;
}
#wellness-cp #contents .prizeList li:nth-child(1) .image,
#wellness-cp #contents .prizeList li:nth-child(2) .image{
    max-width: 310px;
}
#wellness-cp #contents .prizeList li:nth-child(n+3) .image{
    max-width: 280px;
}

#wellness-cp #contents .prizeList li .number{
    background: #d9e021;
    padding: 8px 15px;
    border-radius: 5px;
    color: #000;
    font-size: clamp(14px,2.2vw,20px);
    display: table;
    margin: 15px auto 10px;
    text-align: center;
    line-height: 1;
}
#wellness-cp #contents .prizeList li:nth-child(n+3) .number{
    font-size: clamp(14px,2vw,18px);
}
#wellness-cp #contents .prizeList li .number .large,
#wellness-cp #contents .prizeList li .number + .annotaion .large{
    font-size: 150%;
}
#wellness-cp #contents .prizeList li .number + .annotaion{
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
}

#wellness-cp #contents .prizeList li .info{
    background: #38612f;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    padding: 40px 15px;
    font-size: clamp(14px,2.2vw,20px);
    line-height: 1.2;
    letter-spacing: 0.01em;
}

#wellness-cp #contents .prizeList li .info .text{
    line-height: 1.4;
}

#wellness-cp #contents .prizeList li .info .large{
    font-size: 160%;
}

#wellness-cp #contents .prizeList li:nth-child(n+3) .info{
    font-size: clamp(14px,2vw,18px);
    padding: 35px 10px;
}


#wellness-cp #contents .wel_cp_02{
    margin-top: 100px;
}
#wellness-cp #contents .wel_cp_02 .inr{
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    width: 85%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#wellness-cp #contents .wel_cp_02 .inr .deco{
    width: 100px;
    position: absolute;
}
#wellness-cp #contents .wel_cp_02 .inr .deco01{
    left: 0;
    top: 0;
    transform: translate(30px,-15px);
}
#wellness-cp #contents .wel_cp_02 .inr .deco02{
    right: 0;
    bottom: 0;
    transform: translate(30px,-110px);
}

#wellness-cp #contents .head02{
    font-size: clamp(22px,3.5vw,34px);
    color: #38612f;
    font-family: "Shippori Mincho", serif;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto 50px;
    position: relative;
}
#wellness-cp #contents .head02::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #38612f;
    position: absolute;
    left: 0;
    bottom: 0;
}
#wellness-cp #contents .step{
    max-width: 810px;
    margin: 0 auto;
}

#wellness-cp #contents .btn01{
    margin: 40px auto 0;
}
#wellness-cp #contents .btn01 a{
    display: block;
    width: 460px;
    padding: 15px 50px 20px;
    border-radius: 100px;
    background: #e53b0e;
    font-size: clamp(20px,3.2vw,30px);
    line-height: 1.25;
    color: #fff;
    position: relative;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    transition: .4s;
}
#wellness-cp #contents .btn01 a:hover{
    background: #BA2600;
}
#wellness-cp #contents .btn01 a .arrow {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
}

#wellness-cp #contents .annotation{
    display: table;
    margin: 30px auto 0;
}
#wellness-cp #contents .annotation li{
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.2;
}

#wellness-cp #contents .bnr{
    max-width: 1080px;
    width: 85%;
    margin: 60px auto 0;
    transition: .4s;
}
#wellness-cp #contents .bnr .title{
    font-size: clamp(14px,2vw,20px);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}
#wellness-cp #contents .bnr a{
    display: block;
    transition: .4s;
    border-radius: 20px;
    overflow: hidden;    
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
#wellness-cp #contents .bnr a img{
    display: block;
    transition: .4s;
}
#wellness-cp #contents .bnr a:hover img{
    transform: scale(1.08);
}


/*-------------------------------------------
Animation
-------------------------------------------*/

#mv .slidein,
.out.slidein,
.out .slidein{
    opacity: 0;
}

#mv .slidein,
.in.slidein,
.in .slidein{
    animation: slidein 0.8s ease forwards;
}

@keyframes slidein{
    0%{ transform: translate(0,10px); opacity: 0; }
    100%{  transform: translate(0,0);opacity: 1;}
}

.fadein{
    opacity: 0;
}
.in.fadein,
.in .fadein,
#mv .fadein,
#mv.fadein,
#mainTitle .fadein{
    animation: fadein 1s ease forwards;
}

@keyframes fadein {
	0% { opacity: 0;}
	100% { opacity: 1; }
}

#mv.clipAnimationLtoR,
.clipAnimationLtoR {
    clip-path: inset(0 100% 0 0);
}

#mv.clipAnimationLtoR,
.in .clipAnimationLtoR,
.in.clipAnimationLtoR{
    animation: clipAnimationLtoR .5s ease-in-out forwards;
}

@keyframes clipAnimationLtoR {
	0% { clip-path: inset(0 100% 0 0);}
	100% { clip-path: inset(0 0 0 0); }
}

.delay01{ animation-delay: 0.1s!important;}
.delay02{ animation-delay: 0.2s!important;}
.delay03{ animation-delay: 0.3s!important;}
.delay04{ animation-delay: 0.4s!important;}
.delay05{ animation-delay: 0.5s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay07{ animation-delay: 0.7s!important;}
.delay08{ animation-delay: 0.8s!important;}
.delay09{ animation-delay: 0.9s!important;}
.delay10{ animation-delay: 1.0s!important;}
.delay11{ animation-delay: 1.1s!important;}
.delay12{ animation-delay: 1.2s!important;}
.delay13{ animation-delay: 1.3s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay15{ animation-delay: 1.5s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay17{ animation-delay: 1.7s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay19{ animation-delay: 1.9s!important;}
.delay20{ animation-delay: 2.0s!important;}


/*-------------------------------------------
ONLY PC & HOVER
-------------------------------------------*/
@media only screen and (min-width: 769px){
	#wellness-cp img,
	#wellness-cp #mv .inr{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}
}

/*-------------------------------------------
UNDER 1100
-------------------------------------------*/
@media only screen and (max-width: 1100px){
}

/*-------------------------------------------
UNDER 900
-------------------------------------------*/
@media only screen and (max-width: 900px){
    
    #wellness-cp .tablet{ display: block !important;}
    
    #wellness-cp #mv .title img {
        width: 78%;
    }
    
    #wellness-cp #message,
    #wellness-cp #contents{
        padding: 80px 0;
    }
    
    #wellness-cp #contents .head01{
        margin-bottom: 30px;
    }
    
    #wellness-cp #contents .wel_cp_02{
        margin-top: 60px;
    }
    #wellness-cp #contents .wel_cp_02 .inr{
        padding: 40px 20px;
    }
    #wellness-cp #contents .wel_cp_02 .inr .deco {
        width: 70px;
    }

}

/*-------------------------------------------
UNDER 700
-------------------------------------------*/
@media only screen and (max-width: 700px){
    
    
    #wellness-cp #contents .prizeList li:nth-child(n+3) {
        width: calc(50% - 20px);
    }

}


/*-------------------------------------------
UNDER 600
-------------------------------------------*/
@media only screen and (max-width: 600px){
	
	br.pc-none {
        display: inline;
    }
	#wellness-cp .sp { display: block !important;}
	#wellness-cp .pc { display: none;}
    
    #wellness-cp #mv{
        flex-direction: column;
    }
    #wellness-cp #mv .title,
    #wellness-cp #mv .image{
        width: 100%;
    }
    #wellness-cp #mv .title{
        padding: 5vw 0;
    }
    
    #wellness-cp #message, #wellness-cp #contents {
        padding: 60px 0;
    }
    #wellness-cp #message .title {
        max-width: 360px;
        width: 80%;
        margin: 0 auto 20px;
    }
    #wellness-cp #message .text{
        text-align: left;
        display: table;
        margin: 0 auto;
        font-size: clamp(12px,2vw,16px);
        max-width: 85%;
    }
    
    #wellness-cp #contents .head01 {
        margin: 0 auto 30px;
        max-width: 400px;
    }
    #wellness-cp #contents .lead01{
        margin-bottom: 30px;
    }
    
    #wellness-cp #contents .prizeList li:nth-child(1),
    #wellness-cp #contents .prizeList li:nth-child(2),
    #wellness-cp #contents .prizeList li:nth-child(n+3){
        width: 100%;
        margin: 10px 0;
    }
    
    #wellness-cp #contents .step {
        max-width: 200px;
    }
    
    #wellness-cp #contents .wel_cp_02 .inr .deco02 {
        transform: translate(30px, -30px);
    }
    
    #wellness-cp #contents .btn01{
        margin-top: 20px;
    }
    #wellness-cp #contents .btn01 a{
        width: 100%;
        max-width: 320px;
    }
    
}

/*-------------------------------------------
UNDER 480
-------------------------------------------*/
@media only screen and (max-width: 480px){
    
    
}

