@charset "utf-8";

/* common
================================================== */
.Noto_Sans {
font-family: 'Noto Sans JP', sans-serif;
}
.Noto_Serif {
font-family: "Noto Serif JP", serif;
}
.Lato {
font-family: 'Lato', sans-serif;
}
#contents {
font-family: 'Lato','Noto Sans JP', sans-serif;
font-weight: 400;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
letter-spacing: 0.0em;
text-align: center;
}
#pageBody {
background: none;
zoom: 100%;
overflow: hidden;
}
#contents a:hover,
#contents a:hover img {
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

/* #mainVisual
================================================== */
#mainVisual {
margin-bottom: 64px;
}

/* #catchSCT
================================================== */
#catchSCT {
position: relative;
margin-bottom: 70px;
}
#catchSCT h3 {
margin-bottom: 11px;
font-weight: 600;
font-size: 21px;
line-height: 31px;
}
#catchSCT h3 span {
display: inline-block;
background: url("../img/cat_bg.png") no-repeat center center;
background-size: 100% 100%;
margin: 0 3px 14px 3px;
padding: 0 12px;
color: #fff;
}
#catchSCT h2 {
margin-bottom: 40px;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 39px;
line-height: 1.29;
letter-spacing: 0.15em;

}
#catchSCT p {
margin-bottom: 48px;
font-size: 15px;
line-height: 2.34;
text-align: center;
}
#catchSCT ul {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
font-weight: 600;
font-size: 22px;
line-height: 1.27;
}
#catchSCT li a {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
background-color: #cae9ec;
border-radius: 5px;
width: 330px;
height: 90px;
text-decoration: none;
text-align: left;
color: #222;
}
#catchSCT li:last-child a {
background-color: #d3e9c6;
}
#catchSCT li a::before {
transform: translate(-50%,50%);
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
background-color: #44aa44;
border-radius: 50%;
width: 30px;
height: 30px;
}
#catchSCT li a::after {
transform: rotate(45deg) translate(-50%,50%);
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
border-right: solid 2px #fff;
border-bottom: solid 2px #fff;
margin: 0 0 -4px 2px;
width: 8px;
height: 8px;
}
#catchSCT li img {
position: absolute;
left: 0;
bottom: 0;
}
#catchSCT li:nth-of-type(1) a {
padding-left: 110px;
}
#catchSCT li:nth-of-type(2) a {
padding-left: 110px;
}
#catchSCT li:nth-of-type(3) a {
padding-left: 110px;
}
#catchSCT li:nth-of-type(1) img {
left: 6px;
}
#catchSCT li:nth-of-type(2) img {
left: 18px;
}
#catchSCT li:nth-of-type(3) img {
left: 8px;
}

/* .itemSCT
================================================== */
.itemSCT {
margin: 0 auto 0 auto;
width: 375px;
text-align: left;
}
.itemSCT .item {
padding-bottom: 14px;
}
#MINT .item {
background: url("../img/min_bg.jpg") no-repeat left top;
background-size: 375px auto;
}
#CALENDULA .item {
background: url("../img/cal_bg.jpg") no-repeat left top;
background-size: 375px auto;
}
#BODYREFRESH .item {
background: url("../img/bod_bg.jpg") no-repeat left top;
background-size: 375px auto;
}
.itemSCT .item .hed {
box-sizing: border-box;
position: relative;
padding-top: 49px;
height: 750px;
}
#MINT .item .hed {
height: 770px;
}
.itemSCT .item .hed h2 {
margin: 0 auto 23px auto;
width: 320px;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 34px;
line-height: 1.53;
letter-spacing: 0;
}
.itemSCT .item .hed p {
margin: 0 auto;
width: 320px;
font-size: 15px;
line-height: 2;
}
#MINT .item .list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#MINT .item .list .block {
width: 150px;
}
#CALENDULA .item .box {
position: relative;
}
#CALENDULA .item .box div {
position: absolute;
left: 23px;
bottom: 65px;
background: url("../img/cal_hed_img.png") no-repeat left top;
background-size: 210px auto;
padding: 21px 0 0 0;
width: 210px;
}
#CALENDULA .item .box h4 {
margin-bottom: 195px;
font-weight: 500;
font-size: 14px;
line-height: 1.32;
text-align: center;
}
#CALENDULA .item .box .note {
width: 140px;
font-size: 10px;
line-height: 1.75;
}
.itemSCT .explan {
margin: 0 auto;
width: 330px;
}
.itemSCT .explan .block {
position: relative;
}
.itemSCT .explan h3 {
margin-bottom: 10px;
font-weight: 500;
font-size: 22px;
line-height: 1.46;
color: #00aabb;
}
.itemSCT .explan .icon + h3 {
margin-left: 56px;
}
.itemSCT .explan .icon {
position: absolute;
left: -5px;
top: 5px;
}
.itemSCT .explan p {
font-size: 15px;
line-height: 2;
}
.itemSCT .explan p.note {
font-size: 13px;
line-height: 1.54;
}
#MIN_BLK1 {
padding-bottom: 55px;
}
#MIN_BLK1 .image {
padding: 27px 0 0 18px;
}
#MIN_BLK2 {
padding-bottom: 55px;
}
#MIN_BLK2 .image {
padding-top: 4px;
float: right;
}
#MIN_BLK2 p {
width: 165px;
}
#MIN_BLK3 {
padding-bottom: 51px;
}
#MIN_BLK3 p {
margin-bottom: 27px;
}
#MIN_BLK3 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: flex-start;
gap: 17px 30px;
}
#MIN_BLK3 li {
font-size: 14px;
text-align: center;
}
#MIN_BLK3 li img {
display: block;
margin-bottom: 11px;
}
#MIN_BLK4 {
padding-bottom: 55px;
}
#MIN_BLK4 .image {
padding-top: 13px;
text-align: center;
}
#MIN_BLK5 {
padding-bottom: 55px;
}
#MIN_BLK5 .image {
margin-top: 27px;
}
#MIN_BLK5 .note {
margin-top: 27px;
font-size: 12px;
}

#MINT .explan2 {
position: relative;
}
#MINT .explan2 h2 {
background: #d1ead6 url("../img/min_box_lin.png") no-repeat center bottom;
background-size: 253px auto;
padding: 38px 0 4px 0;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 24px;
line-height: 1.55;
text-align: center;
}
#MINT .explan2 .list {}
#MINT .explan2 .block {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
#MINT .explan2 .block:nth-of-type(1) {
background-color: #d1ead6;
padding: 32px 22.5px 40px 22.5px;
}
#MINT .explan2 .block:nth-of-type(2) {
background-color: #d9f3f5;
padding: 40px 22.5px 40px 22.5px;
}
#MINT .explan2 .image {
padding: 0 26px 0 9px;
}
#MINT .explan2 .pack {
flex: 1;
}
#MINT .explan2 .block h3 {
margin-bottom: 7px;
font-weight: 500;
font-size: 18px;
line-height: 1.39;
}
#MINT .explan2 .block p {
font-size: 15px;
line-height: 2;
}
#MINT .explan2 .block dl {
display: flex;
flex-wrap: wrap;
padding-top: 26px;
width: 330px;
gap: 10px;
}
#MINT .explan2 .block dt {
margin-bottom: 4px;
width: 100%;
font-weight: 600;
font-size: 15px;
line-height: 1.43;
text-align: center;
}
#MINT .explan2 .block dd {
width: 160px;
font-weight: 400;
font-size: 14px;
line-height: 32px;
text-align: center;
color: #fff;
}
#MINT .explan2 .block:nth-of-type(1) dd {
background-color: #6cb27a;
}
#MINT .explan2 .block:nth-of-type(2) dd {
background-color: #1bb7c3;
}

#CAL_BLK1 {
padding-bottom: 50px;
}
#CAL_BLK1 ul {
display: flex;
justify-content: center;
align-content: flex-start;
margin: 0 -5px;
padding-top: 14px;
}
#CAL_BLK1 li {
width: 170px;
text-align: center;
font-weight: 500;
font-size: 12px;
line-height: 1.54;
}
#CAL_BLK1 li strong {
display: inline-block;
font-weight: 400;
font-size: 14px;
line-height: 1.29;
}
#CAL_BLK1 li span {
position: relative;
top: -5px;
font-size: 10px;
}
#CAL_BLK1 ul img {
display: block;
margin: 0 auto 12px auto;
}
#CAL_BLK2 {
padding-bottom: 50px;
}
#CAL_BLK2 ul {
display: flex;
justify-content: center;
align-content: flex-start;
padding-top: 6px;
}
#CAL_BLK2 li {
width: 170px;
text-align: center;
font-weight: 500;
font-size: 12px;
line-height: 1.54;
}
#CAL_BLK2 li strong {
display: inline-block;
font-weight: 400;
font-size: 14px;
line-height: 1.42;
}
#CAL_BLK2 li span {
position: relative;
top: -5px;
font-size: 10px;
}
#CAL_BLK2 ul img {
display: block;
margin: 0 auto 12px auto;
}
#CAL_BLK3 {
padding-bottom: 50px;
}
#CAL_BLK3 ul {
display: flex;
flex-wrap: wrap;
position: relative;
gap: 12px 10px;
padding: 15px 0 4px 0;
width: 330px;
}
#CAL_BLK3 ul li {
position: relative;
padding: 10px 0;
font-weight: 500;
font-size: 15px;
text-align: center;
color: #00aabb;
width: 160px;
}
#CAL_BLK3 ul li::before {
content: '';
position: absolute;
left: 0;
top: 0;
filter: blur(2px);
background-color: #dbeef0;
border-radius: 5px;
width: 100%;
height: 100%;
z-index: -1;
}
#CAL_BLK4 {
padding-bottom: 55px;
}
#CAL_BLK4 .image {
padding: 28px 0 0 19px;
}
#CAL_BLK5 {
padding-bottom: 60px;
}
#CAL_BLK5 .image {
margin: -10px 0 0 5px;
}

#BOD_BLK1 {
margin-bottom: 55px;
}
#BOD_BLK1 p {
margin-bottom: 40px;
}
#BOD_BLK1 p strong {
background-color: #cae9ec;
font-weight: normal;
}
#BOD_BLK1 img {
margin-left: -5px;
}
#BOD_BLK2 {
margin-bottom: 55px;
}
#BOD_BLK2 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: flex-start;
gap: 35px 23px;
}
#BOD_BLK2 li {
padding-top: 13px;
width: 152px;
font-size: 14px;
line-height: 20px;
text-align: center;
}
#BOD_BLK2 li img {
display: block;
margin: 0 auto 11px auto;
}
#BOD_BLK2 li strong {
display: inline-block;
margin-bottom: 5px;
font-size: 15px;
color: #00aabb;
}

.section .howto {
position: relative;
margin: 0 auto 53px auto;
padding: 0;
width: 330px;
}
.section .howto .note {
margin-top: 33px;
margin-bottom: 3px;
width: 100%;
font-size: 12px;
text-align: center;
}
.section .howto .head {
position: relative;
text-align: center;
padding-bottom: 50px;
}
.section .howto .head p {
margin-top: 22px;
font-size: 15px;
line-height: 1.87;
text-align: left;
}
.section .howto .head dl {
box-sizing: border-box;
background: url("../img/bod_how_note.jpg") no-repeat left top;
background-size: 246px auto;
margin: 18px auto 0 auto;
padding-top: 108px;
width: 246px;
height: 255px;
}
.section .howto .head dt {
font-weight: 600;
font-size: 20px;
line-height: 1.54;
text-align: center;
color: #00aabb;
}
.section .howto .head dd {
margin-top: 3px;
font-size: 15px;
line-height: 1.54;
text-align: center;
}
.section .howto .block {
margin-bottom: 44px;
}
.section .howto .block h4 {
box-sizing: border-box;
background: url("../img/bod_how_hed.png") no-repeat left top;
background-size: 283px auto;
margin: 0 auto 8px auto;
padding: 7px 0 0 0;
width: 283px;
height: 57px;
font-weight: 600;
font-size: 20px;
text-align: center;
color: #00aabb;
}
.section .howto .block p {
font-size: 15px;
line-height: 1.87;
}
.section .howto .block div {
float: right;
margin-left: 25px;
padding-top: 9px;
}

.section .movie {
position: relative;
margin: 0 auto 60px auto;
width: 330px;
}
.section .movie h3 {
border-top: solid 2px #000;
border-bottom: solid 2px #000;
margin-bottom: 40px;
padding: 3px 0;
font-weight: 600;
font-size: 18px;
line-height: 1.58;
text-align: center;
}
.section .movie h3 span {
display: block;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
padding: 17px 0;
}
.section .movie .list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
gap: 35px;
}
.section .movie .list::after {
display: none;
}
.section .movie .block {
position: relative;
cursor: pointer;
}

.section .itm .block,
.section .item .block {
margin: 0 auto 40px auto;
width: 330px;
}
.section .itm .list,
.section .item .list {
padding-top: 45px;
}
.section .itm h4,
.section .item h4 {
margin-bottom: 1px;
font-weight: 500;
font-size: 16px;
line-height: 1.44;
}
.section .itm h4 span,
.section .item h4 span {
display: inline-block;
margin-bottom: -3px;
padding-top: 2px;
font-weight: 500;
font-size: 13px;
}
.section .itm .cnt,
.section .item .cnt {
margin-bottom: 1px;
font-size: 13px;
line-height: 1.53;
}
.section .itm p.price,
.section .item p.price {
margin-bottom: 13px;
font-size: 13px;
line-height: 1.53;
}
.section .itm div.price,
.section .item div.price {
position: relative;
margin-top: -2px;
margin-bottom: 13px;
}
.section .itm div.price .special,
.section .item div.price .special {
margin-bottom: 5px;
font-size: 15px;
color: #ee0000;
line-height: 1.38;
font-weight: 700;
}
.section .itm div.price .special span,
.section .item div.price .special span {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 22px;
}
#OTHER .item div.price .special {
margin-bottom: 5px;
font-size: 14px;
}
#OTHER .item div.price .special span {
font-size: 18px;
}
.section .itm div.price .normal,
.section .item div.price .normal {
font-size: 13px;
}
.section .itm div.price .off,
.section .item div.price .off {
box-sizing: border-box;
position: absolute;
right: 35px;
top: -35px;
width: 80px;
height: 80px;
background-color: #ee0000;
border-radius: 50%;
padding-top: 19px;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
text-align: center;
color: #fff;
}
#OTHER .item div.price .off {
right: 200px;
top: 35px;
}
.section .itm div.price .off span,
.section .item div.price .off span {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 27px;
}
.section .itm .lnk,
.section .item .lnk {
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 14px;
line-height: 30px;
letter-spacing: 0;
text-align: center;
}
.section .itm .lnk a,
.section .item .lnk a {
box-sizing: border-box;
display: block;
position: relative;
background-color: #ffcc33;
border-radius: 15px;
padding-right: 9px;
width: 140px;
height: 30px;
color: #000;
}
.section .itm .lnk a::after,
.section .item .lnk a::after {
transform: translateY(-50%);
content: "\f054";
position: absolute;
right: 10px;
top: 50%;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
color: #ff6600;
}
.section .itm .lnk a:hover,
.section .item .lnk a:hover {
background-color: #ff8800;
color: #fff;
text-decoration: none;
}
.section .itm .lnk a:hover::after,
.section .item .lnk a:hover::after {
color: #fff;
}
.section .itm .number,
.section .item .number {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0;
line-height: 21px;
text-align: center;
}
.section .itm .number dt,
.section .item .number dt {
background-color: #000;
border-right: none;
border: solid 1px #000;
border-radius: 3px 0 0 3px;
width: 60px;
font-size: 11px;
color: #fff;
}
.section .itm .number dd,
.section .item .number dd {
background-color: #fff;
border: solid 1px #000;
border-radius: 0 3px 3px 0;
border-left: none;
padding: 0 4px;
min-width: 42px;
font-size: 12px;
}
.section .itm .note,
.section .item .note {
margin-top: 16px;
font-size: 10px;
line-height: 1.6;
}


#OTHER .cont {
position: relative;
box-sizing: border-box;
background-color: #ebf0d7;
padding-top: 45px;
padding-bottom: 20px;
text-align: left;
}
#OTHER .item:last-child::before {
content: '';
display: block;
background-image: linear-gradient(to right, transparent, transparent 3px, #aec277 3px, #aec277 6px);
background-size: 6px 1px;
margin-bottom: 45px;
width: 100%;
height: 1px;
}
#OTHER .cont::after {
display: none;
}
#OTHER .item {
position: relative;
margin: 0 auto;
width: 330px;
}
#OTHER .item .hed h2 {
margin-bottom: 15px;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 26px;
line-height: 1.42;
letter-spacing: 0;
white-space: nowrap;
}
#OTHER .item .hed p {
font-size: 15px;
line-height: 2;
}
#OTHER .item .note {
margin: -12px 0 42px 0;
font-size: 10px;
line-height: 1.6;
}
#OTHER .item #OTH_BLK3 .note {
margin: 20px 0 0 0;
}
#OTHER .item .list {
display: flex;
flex-wrap: wrap;
}
#OTHER .item .block {
display: flex;
flex-wrap: wrap;
}
#OTHER .item .block::after {
display: none;
}
#OTHER .item .pack {
flex: 1;
}
#OTHER .item .pack li {
background-color: #779922;
margin-bottom: 4px;
font-weight: 500px;
font-size: 14px;
line-height: 25px;
text-align: center;
color: #fff;
}
#OTHER .item .pack li span {
font-weight: 400px;
font-size: 11px;
}
#OTHER .item .image {
box-sizing: border-box;
width: 150px;
}
#OTHER .item .lnk {
margin-bottom: 26px;
}
#OTHER .item .lnk:last-child {
margin-bottom: 0;
}
#OTH_BLK1 {
margin-bottom: 20px;
}
#OTH_BLK1 .image img {
margin-left: -10px;
}
#OTH_BLK1 ul {
padding-bottom: 13px;
width: 150px;
}
#OTH_BLK1 h4 {
margin-bottom: 15px;
}
#OTH_BLK1 .price {
margin-bottom: 10px !important;
}
#OTH_BLK2 .image img {
margin-left: 15px;
}
#OTH_BLK2 {
padding-bottom: 5px;
}
#OTH_BLK2 .pack {
padding-top: 40px;
}
#OTH_BLK2 ul {
padding-bottom: 19px;
width: 140px;
}
#OTH_BLK3 .image img {
margin-left: 36px;
}
#OTH_BLK3 ul {
padding-bottom: 13px;
width: 140px;
}
#OTH_BLK3 .image p {
width: 120px;
}
#brightcoveMASK {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
z-index: 1000;
display: none;
}
#brightcoveCONT {
transform: translateY(-50%) translateX(-50%);
position: fixed;
left: 50%;
top: 50%;
z-index: 1001;
display: none;
width: 100%;
}
#brightcoveCONT .video-js {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
}
#brightcoveCONT .close {
content: '';
position: absolute;
right: -40px;
top: -40px;
width: 30px;
height: 30px;
cursor: pointer;
}
#brightcoveCONT .close::before {
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
content: '';
position: absolute;
right: 50%;
top: 50%;
width: 1px;
height: 30px;
background-color: #fff;
}
#brightcoveCONT .close::after {
transform: translateY(-50%) translateX(-50%) rotate(45deg);
content: '';
position: absolute;
right: 50%;
top: 50%;
width: 1px;
height: 30px;
background-color: #fff;
}