@charset "shift_jis";

/* 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-weight: 400;
font-family: 'Lato','Noto Sans JP', sans-serif;
width: auto;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
letter-spacing: 0.05em;
color: #333;
}
.noNavigationWide #mainContents {
text-align: center;
float: none;
width: auto;
}

#mainContents {
padding: 40px 0 0 0;
}

/* #mainVisual
================================================== */
#mainVisual {
position: relative;
background: url("../img/title_bg.jpg") no-repeat center top;
margin: 0 auto 100px auto;
width: 1166px;
height: 650px;
overflow: hidden;
}
#mainVisual .campaignBanner {
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
left: 0;
bottom: 0;
background-color: #c1e5ef;
border-radius: 0 0 15px 15px;
margin: 0;
padding: 0 23px;
width: 1166px;
height: 90px;
text-align: left;
}
#mainVisual .campaignBanner .period {
display: flex;
flex-wrap: wrap;
align-items: center;
font-weight: 400;
font-size: 32px;
letter-spacing: -0.02em;
color: #664433;
}
#mainVisual .campaignBanner .period span {
font-size: 38px;
}
#mainVisual .campaignBanner .period span:first-child {
margin-left: 20px;
}
#mainVisual .campaignBanner .period i {
display: flex;
justify-content: center;
align-items: center;
background-color: #664433;
border-radius: 50%;
margin: 0 5px;
width: 30px;
height: 30px;
font-weight: 400;
font-style: normal;
font-size: 17px;
color: #c1e5ef;
}
#mainVisual .campaignBanner .button {
display: block;
position: absolute;
top: 18px;
right: 20px;
}
#mainVisual .campaignBanner .button a {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffee77;
border-radius: 6px;
padding-right: 16px;
width: 220px;
height: 54px;
font-weight: 400;
font-size: 21px;
text-decoration: none;
color: #664433;
}
#mainVisual .campaignBanner .button a:hover {
background-color: #ff8800;
color: #fff;
}
#mainVisual .campaignBanner .button a span {
transform: translateY(-50%);
position: absolute;
right: 16px;
top: 50%;
}

/* #catchSCT
================================================== */
#catchSCT {
position: relative;
margin: 0 auto 110px auto;
width: 1166px;
}
#catchSCT h3 {
margin-bottom: 11px;
font-weight: 600;
font-size: 34px;
line-height: 49px;
}
#catchSCT h3 span {
display: inline-block;
background: url("../img/cat_bg.png") no-repeat center center;
background-size: 100% 100%;
margin: 0 4px;
padding: 0 18px;
color: #fff;
}
#catchSCT h2 {
margin-bottom: 24px;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 58px;
letter-spacing: 0.15em;
}
#catchSCT p {
margin-bottom: 68px;
font-size: 16px;
line-height: 2.5;
text-align: center;
}
#catchSCT ul {
display: flex;
justify-content: center;
gap: 40px;
font-weight: 600;
font-size: 24px;
line-height: 1.25;
}
#catchSCT li a {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
background-color: #cae9ec;
border-radius: 10px;
width: 300px;
height: 100px;
text-decoration: none;
text-align: left;
color: #222;
}
#catchSCT li a:hover {
background-color: #96d3d9;
color: #fff;
}
#catchSCT li:last-child a {
background-color: #d3e9c6;
}
#catchSCT li:last-child a:hover {
background-color: #a8d38d;
color: #fff;
}
#catchSCT li a::before {
transform: translate(-50%,50%);
content: '';
display: block;
position: absolute;
left: 50%;
bottom: 0;
background-color: #44aa44;
border-radius: 50%;
width: 36px;
height: 36px;
}
#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: 10px;
height: 10px;
}
#catchSCT li img {
position: absolute;
left: 0;
bottom: 0;
}
#catchSCT li:nth-of-type(1) a {
padding-left: 125px;
}
#catchSCT li:nth-of-type(2) a {
padding-left: 95px;
}
#catchSCT li:nth-of-type(3) a {
padding-left: 125px;
}
#catchSCT li:nth-of-type(1) img {
left: 9px;
}
#catchSCT li:nth-of-type(2) img {
left: 11px;
}
#catchSCT li:nth-of-type(3) img {
left: 9px;
bottom: 5px;
}

/* .itemSCT
================================================== */
.itemSCT {
margin: 0 auto 0 auto;
width: 1166px;
text-align: left;
}
.itemSCT .item {
position: relative;
margin-bottom: 60px;
width: 1166px;
}
#MINT .item {
background: url("../img/min_bg.jpg") no-repeat left top;
height: 640px;
}
#CALENDULA .item {
background: url("../img/cal_bg.jpg") no-repeat left top;
height: 600px;
}
#BODYREFRESH .item {
background: url("../img/bod_bg.jpg") no-repeat left top;
height: 600px;
}
#MINT .item .hed h2 {
position: absolute;
left: 50px;
top: 49px;
}
#MINT .item .hed p {
position: absolute;
left: 827px;
top: 75px;
}
#CALENDULA .item .hed {
position: absolute;
left: 70px;
top: 63px;
}
#BODYREFRESH .item .hed {
position: absolute;
left: 525px;
top: 89px;
}
.itemSCT .item .hed h2 {
margin-bottom: 53px;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 48px;
line-height: 1.59;
letter-spacing: 0;
}
.itemSCT .item .hed p {
font-size: 15px;
line-height: 2.14;
}
#MINT .item .hed p {
width: 260px;
}
#CALENDULA .item .hed p {
width: 190px;
}
#BODYREFRESH .item .hed p {
margin: 0 0 0 73px;
padding-top: 13px;
width: 500px;
}
#MINT .item .block:nth-of-type(1) {
position: absolute;
left: 264px;
top: 363px;
}
#MINT .item .block:nth-of-type(2) {
position: absolute;
left: 833px;
top: 345px;
}
#CALENDULA .item .block:nth-of-type(1) {
position: absolute;
left: 333px;
top: 354px;
}
#BODYREFRESH .item .block:nth-of-type(1) {
position: absolute;
left: 70px;
top: 325px;
}
#CALENDULA .item .box {
position: absolute;
right: 47px;
top: 78px;
background: url("../img/cal_hed_img.png") no-repeat left top;
width: 240px;
padding-top: 21px;
}
#CALENDULA .item .box h4 {
margin-bottom: 219px;
font-weight: 500;
font-size: 16px;
line-height: 1.32;
text-align: center;
}
#CALENDULA .item .box .note {
width: 205px;
font-size: 12px;
line-height: 1.67;
}
.itemSCT .explan {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 60px;
margin-bottom: 80px;
}
#BODYREFRESH .explan,
#MINT .explan {
margin-bottom: 60px;
}
.itemSCT .explan .block {
box-sizing: border-box;
position: relative;
padding-left: 30px;
}
.itemSCT .explan .block::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 6px;
height: 100%;
}
#CALENDULA .explan .block::before,
#MINT .explan .block::before {
background-color: #96d3d9;
}
#BODYREFRESH .explan .block::before {
background-color: #96d3d9;
}
.itemSCT .explan h3 {
position: relative;
top: -5px;
margin-bottom: 11px;
font-weight: 500;
font-size: 26px;
line-height: 1.39;
}
.itemSCT .explan .block {
box-sizing: border-box;
position: relative;
padding-left: 30px;
}
.itemSCT .explan .icon {
position: absolute;
left: -20px;
top: -20px;
}
.itemSCT .explan .icon + h3 {
margin-left: 40px;
}
#CALENDULA .explan h3,
#MINT .explan h3 {
color: #00aabb;
}
#BODYREFRESH .explan h3 {
color: #00aabb;
}
.itemSCT .explan p {
font-size: 15px;
line-height: 1.87;
}
.itemSCT .explan p.note {
font-size: 13px;
line-height: 1.54;
}
#MIN_BLK1 {
margin-bottom: 60px;
width: 553px;
}
#MIN_BLK1 p {
margin-bottom: 14px;
}
#MIN_BLK2 {
width: 553px;
}
#MIN_BLK2 .image {
position: absolute;
right: 0;
top: 3px;
}
#MIN_BLK2 p {
width: 310px;
}
#MIN_BLK3 {
width: 553px;
}
#MIN_BLK3 p {
margin-bottom: 34px;
width: 480px;
}
#MIN_BLK3 ul {
display: flex;
justify-content: center;
align-content: flex-start;
gap: 30px;
padding-right: 22px;
padding-bottom: 50px;
}
#MIN_BLK3 li {
font-size: 13px;
text-align: center;
}
#MIN_BLK3 li img {
display: block;
margin-bottom: 11px;
}
#MIN_BLK4 {
width: 553px;
min-height: 220px;
}
#MIN_BLK4 .image {
padding-top: 7px;
}
#MIN_BLK5 {
width: 553px;
min-height: 220px;
}
#MIN_BLK5 .pack {
width: 195px;
}
#MIN_BLK5 .image {
position: absolute;
right: -3px;
top: 55px;
}
#MIN_BLK5 .note {
margin-top: 17px;
}
#MINT .explan2 {
position: relative;
margin-bottom: 80px;
}
#MINT .explan2 h2 {
position: absolute;
left: 40px;
right: 40px;
top: 27px;
background-color: #fff;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 26px;
line-height: 57px;
text-align: center;
}
#MINT .explan2 .list {
display: flex;
flex-wrap: wrap;
}
#MINT .explan2 .block {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
padding: 114px 40px 35px 40px;
width: 50%;
}
#MINT .explan2 .block:nth-of-type(1) {
background-color: #d1ead6;
}
#MINT .explan2 .block:nth-of-type(2) {
background-color: #d9f3f5;
}
#MINT .explan2 .image {
padding-top: 6px;
width: 86px;
}
#MINT .explan2 .pack {
width: 257px;
}
#MINT .explan2 .block h3 {
margin-bottom: 11px;
font-weight: 500;
font-size: 18px;
line-height: 1.56;
}
#MINT .explan2 .block p {
width: 230px;
font-size: 15px;
line-height: 1.87;
}
#MINT .explan2 .block dl {
padding-top: 3px;
width: 160px;
}
#MINT .explan2 .block dt {
margin-bottom: 8px;
font-weight: 600;
font-size: 14px;
line-height: 1.43;
text-align: center;
}
#MINT .explan2 .block dd {
margin-top: 4px;
font-weight: 400;
font-size: 15px;
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 {
width: 344px;
min-height: 300px;
}
#CAL_BLK1 ul {
display: flex;
justify-content: center;
align-content: flex-start;
margin: 0 0 0 -12px;
padding-top: 6px;
}
#CAL_BLK1 li {
width: 164px;
text-align: center;
font-size: 13px;
line-height: 1.54;
}
#CAL_BLK1 li strong {
display: inline-block;
font-weight: 500;
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 10px auto;
}
#CAL_BLK2 {
width: 269px;
min-height: 300px;
}
#CAL_BLK2 ul {
display: flex;
justify-content: center;
align-content: flex-start;
padding-top: 6px;
}
#CAL_BLK2 li {
width: 164px;
text-align: center;
font-size: 13px;
line-height: 1.54;
}
#CAL_BLK2 li strong {
display: inline-block;
font-weight: 500;
font-size: 14px;
line-height: 1.29;
}
#CAL_BLK2 li span {
position: relative;
top: -5px;
font-size: 10px;
}
#CAL_BLK2 ul img {
display: block;
margin: 0 auto 10px auto;
}
#CAL_BLK3 {
width: 433px;
}
#CAL_BLK3 ul {
display: flex;
flex-wrap: wrap;
position: relative;
gap: 10px;
padding: 10px 0 4px 0;
width: 370px;
}
#CAL_BLK3 ul li {
position: relative;
padding: 7px 0;
font-weight: 500;
font-size: 18px;
text-align: center;
color: #00aabb;
}
#CAL_BLK3 ul li::before {
content: '';
position: absolute;
left: 0;
top: 0;
filter: blur(2px);
background-color: #dbeef0;
border-radius: 10px;
width: 100%;
height: 100%;
z-index: -1;
}
#CAL_BLK3 ul li:nth-of-type(odd) {
width: 190px;
}
#CAL_BLK3 ul li:nth-of-type(even) {
width: 170px;
}
#CAL_BLK4 {
width: 553px;
}
#CAL_BLK4 p {
margin-bottom: 14px;
}
#CAL_BLK5 {
width: 553px;
}
#CAL_BLK5 .image {
padding-top: 14px;
}

#BOD_BLK1 {
width: 686px;
}
#BOD_BLK1 p {
margin-bottom: 47px;
width: 636px;
}
#BOD_BLK1 p strong {
background-color: #cae9ec;
font-weight: normal;
}
#BOD_BLK2 {
width: 420px;
}
#BOD_BLK2 ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: flex-start;
gap: 12px;
width: 368px;
}
#BOD_BLK2 li {
width: 178px;
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: 16px;
color: #00aabb;
}

.section .howto {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 95px auto;
width: 1086px;
}
.section .howto .note {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 8px;
margin-top: 42px;
width: 100%;
font-size: 11px;
}
.section .howto .head {
position: relative;
margin-bottom: 69px;
width: 521px;
}
.section .howto .head p {
margin: 22px 0 0 16px;
width: 220px;
font-size: 16px;
line-height: 1.88;
}
.section .howto .head dl {
box-sizing: border-box;
position: absolute;
right: 0;
top: -24px;
background: url("../img/bod_how_note.jpg") no-repeat left top;
padding-top: 106px;
width: 246px;
height: 253px;
}
.section .howto .head dt {
font-weight: 600;
font-size: 20px;
line-height: 1.54;
text-align: center;
color: #00aabb;
}
.section .howto .head dd {
font-size: 15px;
line-height: 1.54;
text-align: center;
}
.section .howto .block {
position: relative;
width: 497px;
}
#BOD_HOW_BLK1 {
margin-top: 30px;
}
.section .howto .block h4 {
box-sizing: border-box;
background: url("../img/bod_how_hed.png") no-repeat left top;
margin-bottom: 8px;
padding: 3px 0 0 0;
width: 283px;
height: 57px;
font-weight: 600;
font-size: 20px;
text-align: center;
color: #00aabb;
}
.section .howto .block p {
width: 270px;
font-size: 16px;
line-height: 1.88;
}
.section .howto .block div {
position: absolute;
right: 0;
top: 0;
}

.section .movie {
position: relative;
margin: 0 auto 80px auto;
width: 1066px;
}
.section .movie h3 {
border-top: solid 2px #000;
border-bottom: solid 2px #000;
margin-bottom: 40px;
padding: 3px 0;
font-weight: 600;
font-size: 20px;
text-align: center;
}
.section .movie h3 span {
display: block;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
padding: 5px 0;
}
.section .movie .list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 50px;
}
.section .movie .list::after {
display: none;
}
.section .movie .block {
position: relative;
cursor: pointer;
}

.section .itm h4,
.section .item h4 {
margin-bottom: 15px;
font-weight: 500;
font-size: 15px;
line-height: 1.38;
}
.section .itm .block,
.section .item .block {
margin-bottom: 40px;
}
.section .itm .block h4,
.section .item .block h4 {
margin-bottom: 6px;
}
.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 {
font-size: 13px;
line-height: 1.53;
}
.section .itm p.price,
.section .item p.price {
margin-bottom: 16px;
font-size: 13px;
line-height: 1.53;
}
.section .itm div.price,
.section .item div.price {
position: relative;
margin-top: -1px;
margin-bottom: 14px;
}
.section .itm div.price .special,
.section .item div.price .special {
margin-bottom: 1px;
font-size: 14px;
color: #ee0000;
line-height: 1.38;
}
.section .itm div.price .special span,
.section .item div.price .special span {
font-family: 'Lato', sans-serif;
font-weight: 700;
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;
left: 222px;
top: -90px;
width: 80px;
height: 80px;
background-color: #ee0000;
border-radius: 50%;
padding-top: 18px;
font-weight: 500;
font-size: 14px;
line-height: 1.2;
text-align: center;
color: #fff;
}
#OTHER .item div.price .off {
left: -73px;
top: 60px;
width: 60px;
height: 60px;
padding-top: 12px;
font-size: 10px;
}
#OTHER .item div.price .off strong {
font-size: 20px;
}
#OTHER .item div.price .off span {
font-size: 13px;
}
.section .itm div.price .off::before,
.section .item div.price .off::before {
transform: rotate(225deg);
content: '';
position: absolute;
left: 0;
bottom: 0;
background: #ee0000;
height: 20px;
width: 14px;
clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
#OTHER .item div.price .off::before {
transform: rotate(45deg);
left: auto;
bottom: inherit;
right: 0;
top: 0;
}
.section .itm div.price .off strong,
.section .item div.price .off strong {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 24px;
}
.section .itm div.price .off span,
.section .item div.price .off span {
font-size: 16px;
}
.section .itm .lnk,
.section .item .lnk {
margin-left: -5px;
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 13px;
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: 130px;
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 11px 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;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
background-color: #ebf0d7;
margin: 0 auto;
padding: 42px 40px 40px 40px;
width: 1166px;
text-align: left;
}
#OTHER .cont::before {
content: '';
position: absolute;
left: 777px;
top: 50px;
bottom: 40px;
background-image: linear-gradient(to bottom, transparent, transparent 3px, #aec277 3px, #aec277 6px);
background-size: 2px 6px;
width: 2px;
}
#OTHER .cont::after {
display: none;
}
#OTHER .item {
position: relative;
}
#OTHER .item:nth-of-type(1) {
flex: 1;
}
#OTHER .item:nth-of-type(2) {
width: 310px;
}
#OTHER .item .hed h2 {
margin-bottom: 18px;
white-space: nowrap;
font-weight: 400;
font-family: "Noto Serif JP", serif;
font-size: 30px;
line-height: 1.4;
letter-spacing: -0.02em;
}
#OTHER .item .hed p {
font-size: 15px;
line-height: 1.87;
}
#OTHER .item:nth-of-type(1) .hed p {
position: absolute;
left: 410px;
top: 4px;
width: 295px;
}
#OTHER .item .note {
margin: 26px 0 0 0;
font-size: 11px;
line-height: 1.64;
}
#OTHER .item .list {
display: flex;
flex-wrap: wrap;
}
#OTHER .item .block {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}
#OTHER .item .block::after {
display: none;
}
#OTHER .item .pack ul {
padding-bottom: 14px;
}
#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;
}
#OTH_BLK1 {
margin-left: -10px;
padding: 7px 0 0 0;
gap: 30px;
}
#OTH_BLK1 .image {
padding: 30px 0 0 0;
}
#OTH_BLK1 .pack ul {
width: 150px;
}
#OTH_BLK1 .pack h4 {
margin-bottom: 20px;
}
#OTH_BLK1 .pack .price {
margin-bottom: 12px;
}
#OTH_BLK1 .pack .lnk {
margin-bottom: 30px;
}
#OTH_BLK1 .pack .lnk:last-child {
margin-bottom: 0;
}
#OTH_BLK2 {
margin-left: 33px;
padding: 64px 0 0 0;
gap: 20px;
}
#OTH_BLK2 .pack {
padding-top: 33px;
}
#OTH_BLK2 .pack ul {
width: 140px;
}
#OTH_BLK3 {
padding: 33px 0 0 0;
gap: 30px;
}
#OTH_BLK3 .image {
padding-left: 10px;
}
#OTH_BLK3 .pack {
padding-top: 4px;
flex: 1;
}
#OTH_BLK3 .pack ul {
width: 140px;
}

.campaignBanner_middle {
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
background-color: #eebb66;
border-radius: 15px;
margin: 70px auto 70px auto;
padding: 0 23px;
width: 1166px;
height: 90px;
text-align: left;
}
.campaignBanner_middle .period {
display: flex;
flex-wrap: wrap;
align-items: center;
font-weight: 400;
font-size: 32px;
letter-spacing: -0.02em;
color: #664433;
}
.campaignBanner_middle .period span {
font-size: 38px;
}
.campaignBanner_middle .period span:first-child {
margin-left: 20px;
}
.campaignBanner_middle .period i {
display: flex;
justify-content: center;
align-items: center;
background-color: #664433;
border-radius: 50%;
margin: 0 5px;
width: 30px;
height: 30px;
font-weight: 400;
font-style: normal;
font-size: 17px;
color: #eebb66;
}
.campaignBanner_middle .button {
display: block;
position: absolute;
top: 18px;
right: 20px;
}
.campaignBanner_middle .button a {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffee77;
border-radius: 6px;
padding-right: 16px;
width: 220px;
height: 54px;
font-weight: 400;
font-size: 21px;
text-decoration: none;
color: #664433;
}
.campaignBanner_middle .button a:hover {
background-color: #ff8800;
color: #fff;
}
.campaignBanner_middle .button a span {
transform: translateY(-50%);
position: absolute;
right: 16px;
top: 50%;
}

.campaignBanner_bottom {
margin: 60px auto;
width: 960px;
}
.campaignBanner_bottom .button a {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
background-color: #ffee77;
border-radius: 10px;
padding-right: 16px;
width: 960px;
height: 140px;
font-weight: 400;
font-size: 38px;
line-height: 1.2;
text-decoration: none;
color: #664433;
}
.campaignBanner_bottom .button a:hover {
background-color: #ff8800;
color: #fff;
}
.campaignBanner_bottom .button a span {
display: flex;
justify-content: center;
align-items: center;
}
.campaignBanner_bottom .button a i {
display: flex;
justify-content: center;
align-items: center;
background-color: #664433;
border-radius: 50%;
margin: 0 5px;
width: 35px;
height: 35px;
font-weight: 400;
font-style: normal;
font-size: 19px;
color: #ffee77;
}
.campaignBanner_bottom .button a:hover i {
background-color: #fff;
color: #ff8800;
}
.campaignBanner_bottom .button a::before {
transform: translateY(-50%);
content: '';
display: block;
position: absolute;
right: 30px;
top: 50%;
background-color: #664433;
border-radius: 50%;
width: 60px;
height: 60px;
}
.campaignBanner_bottom .button a:hover::before {
background-color: #fff;
}
.campaignBanner_bottom .button a::after {
transform: translateY(-50%) rotate(45deg);
content: '';
display: block;
box-sizing: border-box;
position: absolute;
right: 53px;
top: 50%;
margin-top: 0px;
border-right: solid 2px #ffee77;
border-top: solid 2px #ffee77;
width: 20px;
height: 20px;
}
.campaignBanner_bottom .button a:hover::after {
border-right: solid 2px #ff8800;
border-top: solid 2px #ff8800;
}

#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: 720px;
}
#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;
}