@charset "utf-8";
/* CSS Document */

/****************************************
clearfix
*****************************************/
.cf:before,
.cf:after {
display: table;
content: "";
}
.cf:after {
clear: both;
}
.cf {
zoom: 1;
}
.section .component:after,
.section .item:after,
.cols:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.section .component,
.section .item,
.cols {
zoom: 1;
}

.NotoSansJP {
font-family: 'Noto Sans JP', sans-serif;
}
.Shippori {
font-family: 'Shippori Mincho', serif;
}
.CormorantGaramond {
font-family: 'Cormorant Garamond', serif;
}

#contents {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
width: auto;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
letter-spacing: 0.1em;
}

#pageBody {
background: none;
zoom: 100%;
overflow: hidden;
}
#yutubeMASK {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
z-index: 1000;
display: none;
}
#yutubeCONT {
transform: translateY(-50%);
position: fixed;
left: 0;
top: 50%;
padding-top: 56.25%;
width: 100%;
z-index: 1001;
display: none;
}
#yutubeCONT iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* #mainVisual
================================================== */
#mainVisual {
position: relative;
margin: 0 auto 0 auto;
width: 375px;
font-size: 0;
line-height: 0;
}
#mainVisual .visual {
position: relative;
background: url("../img/title.jpg") no-repeat center center;
background-size: 375px auto;
height: 520px;
text-align: left;
}
#mainVisual h1 {
box-sizing: border-box;
position: absolute;
left: 0;
top: 36px;
width: 100%;
font-weight: 500;
font-size: 24px;
line-height: 1.55;
letter-spacing: 0.1em;
text-align: center;
color: #fff;
}
#mainVisual h1 strong {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
letter-spacing: 0.05em;
}
#mainVisual h1 .s1 {
margin-right: -15px;
}
#mainVisual h1 .s2 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}
#mainVisual .btn img {
display: block;
width: 100%;
height: auto;
}

/* mainContents section
================================================== */
#contents .banner a:hover img,
#mainVisual a:hover img {
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

#WORRIES {
padding-bottom: 47px;
}
#WORRIES .cont {
margin: 0 auto;
width: 375px;
}
#WORRIES .image img {
display: block;
position: relative;
margin-top: -8px;
width: 100%;
height: auto;
z-index: 1;
}
#WORRIES .catch {
padding: 30px 0 23px 0;
text-align: center;
}
#WORRIES .catch p {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 1;
}
#WORRIES .catch p::before {
transform: translateY(-50%) rotate(22deg); 
content: '';
display: block;
position: absolute;
right: -10px;
top: 50%;
margin-top: 4px;
background-color: #000;
width: 1px;
height: 27px;
}
#WORRIES .catch p::after {
transform: translateY(-50%) rotate(-22deg); 
content: '';
display: block;
position: absolute;
left: -10px;
top: 50%;
margin-top: 4px;
background-color: #000;
width: 1px;
height: 27px;
}
#WORRIES h2 {
margin-bottom: 42px;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 24px;
line-height: 1.59;
text-align: center;
}
#WORRIES ul {
margin-bottom: 33px;
font-weight: 500;
font-size: 36px;
line-height: 1;
text-align: center;
}
#WORRIES li {
position: relative;
display: inline-block;
margin: 0 20px;
}
#WORRIES li:last-child {
margin-top: 54px;
}
#WORRIES li::before {
transform: translateX(-50%) translateY(-50%); 
content: '';
display: block;
position: absolute;
left: 50%;
top: 50%;
background: url("../img/wor_bg1.png") no-repeat center center;
background-size: cover;
width: 147px;
height: 78px;
}
#WORRIES li strong {
background: linear-gradient(transparent 75%, #eee677 75%);
}
#WORRIES .lead {
margin-bottom: 53px;
font-weight: 500;
font-size: 25px;
text-align: center;
}
#WORRIES .movie {
margin: 0 auto;
width: 330px;
}
#WORRIES .movie img {
display: block;
width: 100%;
height: auto;
}
#WORRIES .movie div {
position: relative;
width: 100%;
padding-top: 56.25%;
}
#WORRIES .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#WORRIES .note {
margin-top: 19px;
font-weight: 400;
font-size: 14px;
text-align: center;
}

#POINT {
background: url("../img/poi_bg.png") repeat center center;
background-size: 100px auto;
}
#POINT .cont {
margin: 0 auto;
padding-bottom: 25px;
width: 375px;
}
#POINT .block {
margin: 0 auto;
padding: 45px 0 0 0;
width: 330px;
}
#POINT h2 {
display: block;
position: relative;
margin-bottom: 22px;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 24px;
line-height: 1.59;
text-align: center;
}
#POINT h2::before {
content: '';
display: block;
margin: 0 auto 24px auto;
width: 56px;
height: 68px;
}
#POINT .block:nth-of-type(1) h2::before {
background: url("../img/poi_blk1_icn.png") no-repeat center center;
background-size: 56px auto;
}
#POINT .block:nth-of-type(2) h2::before {
background: url("../img/poi_blk2_icn.png") no-repeat center center;
background-size: 56px auto;
}
#POINT .block:nth-of-type(3) h2::before {
background: url("../img/poi_blk3_icn.png") no-repeat center center;
background-size: 56px auto;
}
#POINT h2 span {
display: inline-block;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.56;
letter-spacing: 0.05em;
text-align: left;
}
#POINT h2 strong {
background: linear-gradient(transparent 75%, #ddcb65 75%);
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
letter-spacing: 0.05em;
}
#POINT h3 strong {
background: linear-gradient(transparent 75%, #ddcb65 75%);
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.05em;
}
#POINT .pack {
position: relative;
text-align: left;
}
#POINT .pack h3 {
margin-bottom: 12px;
font-weight: 700;
font-size: 18px;
line-height: 1.56;
}
#POINT .pack p {
font-size: 14px;
line-height: 2;
}
#POINT p.lead {
margin-bottom: 23px;
font-size: 14px;
line-height: 2;
}
#POINT .pack figcaption {
margin-top: 20px;
font-size: 12px;
line-height: 1.68;
}
#POINT #POI_BLK1_P1 {
padding-bottom: 36px;
}
#POINT #POI_BLK1_P1 p {
margin-bottom: 33px;
}
#POINT #POI_BLK1_P1 .image {
position: relative;
}
#POINT #POI_BLK1_P1 .image img:nth-of-type(2) {
position: absolute;
right: 0;
top: 0;
}
#POINT #POI_BLK1_P1 .image img:nth-of-type(3) {
position: absolute;
right: 0;
top: 97px;
}
#POINT #POI_BLK1_P2 {
padding-bottom: 31px;
}
#POINT #POI_BLK1_P2 .box {
background-color: rgba(255,255,255,0.5);
margin: 0 0 25px 0;
padding: 23px 20px 25px 20px;
}
#POINT #POI_BLK1_P2 p {
margin-bottom: 18px;
padding-top: 5px;
font-size: 14px;
line-height: 2;
}
#POINT #POI_BLK1_P2 li {
margin-top: 10px;
background-color: rgba(189,169,0,0.5);
font-weight: 700;
font-size: 16px;
line-height: 40px;
text-align: center;
}
#POINT #POI_BLK1_P2 li::before {
content: '';
display: inline-block;
position: relative;
top: 2px;
background: url("../img/square-check-solid.svg") no-repeat center center;
background-size: cover;
margin-right: 7px;
height: 16px;
width: 16px;
}
#POINT #POI_BLK2_P1 {
position: relative;
padding-bottom: 14px;
}
#POINT #POI_BLK2_P1 p {
padding: 0 0 20px 0;
}
#POINT #POI_BLK2_P1 dl {
position: relative;
background: url("../img/poi_blk2_bg1.png") no-repeat center center;
background-size: cover;
margin-left: -3px;
width: 322px;
height: 359px;
}
#POINT #POI_BLK2_P1 dt {
position: absolute;
left: 117px;
top: 12px;
width: 200px;
font-size: 18px;
font-weight: 700;
line-height: 1.56;
}
#POINT #POI_BLK2_P1 dd {
position: absolute;
width: 153px;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
text-align: center;
}
#POINT #POI_BLK2_P1 dd:nth-of-type(1) {
left: 92px;
top: 126px;
}
#POINT #POI_BLK2_P1 dd:nth-of-type(2) {
left: 18px;
top: 234px;
}
#POINT #POI_BLK2_P1 dd:nth-of-type(3) {
left: 169px;
top: 246px;
}
#POINT #POI_BLK2_P1 dd strong {
display: inline-block;
padding: 2px 0 4px 0;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 20px;
line-height: 1.28;
color: #aa8800;
}
#POINT #POI_BLK3_P2,
#POINT #POI_BLK3_P1 {
padding-bottom: 18px;
}
#POINT .block:nth-of-type(3) .hed {
position: relative;
margin-bottom: 20px;
margin-left: -8px;
width: 338px;
height: 150px;
}
#POINT #POI_BLK3_P1 .hed {
background: url("../img/poi_blk3_bg1.png") no-repeat right bottom;
background-size: contain;
}
#POINT #POI_BLK3_P2 .hed {
background: url("../img/poi_blk3_bg2.png") no-repeat right bottom;
background-size: contain;
}
#POINT #POI_BLK3_P3 .hed {
background: url("../img/poi_blk3_bg3.png") no-repeat right bottom;
background-size: contain;
}
#POINT .block:nth-of-type(3) .hed .cth {
position: absolute;
left: 0;
font-size: 12px;
line-height: 1.5;
text-align: center;
}
#POINT #POI_BLK3_P1 .hed .cth {
top: 15px;
width: 210px;
}
#POINT #POI_BLK3_P2 .hed .cth {
top: 16px;
width: 206px;
}
#POINT #POI_BLK3_P3 .hed .cth {
top: 16px;
width: 214px;
}
#POINT .block:nth-of-type(3) .hed h3 {
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 33px;
padding-left: 32px;
width: 100%;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 27px;
line-height: 1.34;
text-align: center;
}
#POINT .block:nth-of-type(3) .hed .en {
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 20px;
padding-left: 32px;
width: 100%;
font-family: 'Cormorant Garamond', serif;
font-size: 15px;
line-height: 1.56;
text-align: center;
}
#POINT .block:nth-of-type(3) .cnt {
margin: 0 -14px 0 -10px;
display: flex;
flex-wrap: wrap;
}
#POINT .block:nth-of-type(3) .cnt dl {}
#POINT .block:nth-of-type(3) .cnt dl img {
display: block;
margin-bottom: 12px;
}
#POINT .block:nth-of-type(3) .cnt dt {
background-color: #fff;
border: solid 1px #000;
margin: 0 10px 10px 10px;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 13px;
line-height: 27px;
text-align: center;
}
#POINT .block:nth-of-type(3) .cnt dd {
display: inline-block;
box-sizing: border-box;
position: relative;
padding: 0 10px 21px 10px;
width: 175px;
font-weight: 400;
font-size: 12px;
line-height: 1.34;
text-align: center;
}
#POINT .block:nth-of-type(3) .cnt dd strong {
display: inline-block;
padding-bottom: 2px;
font-weight: 700;
font-size: 13px;
}
#POINT .block:nth-of-type(3) .cnt dd span {
box-sizing: border-box;
position: absolute;
left: 6px;
top: 51px;
background-color: #ee6677;
border-radius: 50%;
padding-top: 10px;
width: 50px;
height: 50px;
font-weight: 400;
font-size: 9px;
line-height: 1.34;
text-align: center;
color: #fff;
}
#POINT #POI_BLK3_P3 .cnt dd {
text-align: left;
font-size: 12px;
line-height: 1.5;
}
#POINT #POI_BLK3_P3 .cnt dd strong {
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(189,169,0,0.5);
margin-bottom: 11px;
padding-bottom: 0;
width: 155px;
height: 75px;
font-size: 13px;
line-height: 1.39;
}


#USE .cont {
margin: 0 auto;
padding: 42px 0 0 0;
width: 330px;
}
#USE h2 {
position: relative;
margin-bottom: 27px;
font-weight: 700;
font-size: 24px;
line-height: 1.34;
text-align: center;
}

#USE #USE_BLK1 {
position: relative;
padding-bottom: 59px;
}
#USE #USE_BLK1 p {
box-sizing: border-box;
position: absolute;
left: 154px;
top: -122px;
background: url("../img/use_bln1.png") no-repeat center center;
background-size: contain;
padding-top: 29px;
width: 178px;
height: 116px;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 14px;
line-height: 1.43;
text-align: center;
z-index: 1;
}
#USE #USE_BLK1 ul {
position: relative;
}
#USE #USE_BLK1 li {
box-sizing: border-box;
background-color: #f1e4d9;
margin-bottom: 10px;
padding: 18px 20px;
font-size: 14px;
line-height: 2;
text-align: left;
}

#USE #USE_BLK2 {
padding-bottom: 32px;
}
#USE #USE_BLK2 p {
background-color: #ddcb65;
margin-bottom: 20px;
font-family: 'Shippori Mincho', serif;
font-weight: 500;
font-size: 21px;
line-height: 40px;
text-align: center;
}
#USE #USE_BLK2 li {
margin-bottom: 33px;
}
#USE #USE_BLK2 li img {
display: block;
width: 100%;
height: auto;
}
#USE #USE_BLK2 li:nth-of-type(2) img,
#USE #USE_BLK2 li:nth-of-type(6) img {
margin-top: -10px;
}
#USE #USE_BLK2 figcaption {
margin-top: 13px;
font-size: 14px;
line-height: 1.72;
text-align: left;
}

#USE #USE_BLK3 {
padding-bottom: 64px;
}
#USE #USE_BLK3 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -7px;
padding-bottom: 9px;
}
#USE #USE_BLK3 li {
display: inline-block;
background-color: #ddcb65;
border-radius: 5px;
margin: 0 7px 15px 7px;
padding: 0 25px;
font-weight: 400;
font-size: 18px;
line-height: 39px;
}
#USE #USE_BLK3 p {
font-weight: 400;
font-size: 12px;
line-height: 2;
text-align: center;
}

#USE #USE_BLK4 {
box-sizing: border-box;
position: relative;
background: url("../img/use_blk4_bg.jpg") no-repeat center center;
background-size: 375px 1631px;
margin: 0 -22.5px;
padding-top: 54px;
width: 375px;
height: 1631px;
}
#USE #USE_BLK4 .box {
margin: 0 auto;
width: 330px;
}
#USE #USE_BLK4 .blk1 {
height: 290px;
}
#USE #USE_BLK4 .blk2 {
height: 804px;
}
#USE #USE_BLK4 h3 {
margin-bottom: 66px;
padding-top: 4px;
font-weight: 700;
font-size: 18px;
line-height: 1.5;
text-align: center;
}
#USE #USE_BLK4 h4 {
margin-bottom: 7px;
margin-left: 195px;
font-weight: 700;
font-size: 14px;
line-height: 1.85;
text-align: left;
}
#USE #USE_BLK4 p {
margin-left: 195px;
font-weight: 400;
font-size: 14px;
line-height: 1.85;
text-align: left;
}
#USE #USE_BLK4 img {
display: block;
margin: 0 auto;
}
#USE #USE_BLK4 dl {
margin-top: 61px;
}
#USE #USE_BLK4 dt {
margin-bottom: 40px;
font-weight: 500;
font-size: 16px;
text-align: center;
}
#USE #USE_BLK4 dd {
box-sizing: border-box;
margin-left: 195px;
height: 140px;
font-size: 14px;
line-height: 2;
text-align: left;
}