@charset "shift_jis";

/* common
================================================== */
#contents .section .cont:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents .section .cont {
zoom: 1;
}
.Noto_Sans {
font-family: 'Noto Sans JP', sans-serif;
}
.Noto_Serif {
font-family: 'Noto Serif JP', serif;
}
.shippori_mincho {
font-family: "Shippori Mincho", serif;
}
.Lato {
font-family: 'Lato', sans-serif;
}
.inter {
font-family: 'Inter', sans-serif;
}
#contents {
font-weight: 400;
font-family: 'Inter','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: 23px 0 0 0;
}

/* #mainVisual
================================================== */
#mainVisual {
position: relative;
margin: 0 auto 0 auto;
width: 1166px;
height: 640px;
}
#mainVisual .title {
position: relative;
background: url("../img/title.jpg") no-repeat center center;
height: 560px;
text-align: left;
}
#mainVisual .title p {
position: absolute;
left: 666px;
top: 137px;
font-family: "Shippori Mincho", serif;
font-weight: 400;
text-shadow: 0 0 5px rgba(0,0,0,0.8);
font-size: 30px;
color: #fff;
}
#mainVisual .title h1 {
position: absolute;
left: 666px;
top: 207px;
font-family: "Shippori Mincho", serif;
font-weight: 400;
text-shadow: 0 0 5px rgba(0,0,0,0.8);
font-size: 45px;
line-height: 1.6;
color: #fff;
}
#mainVisual .campaignBanner {
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(to right, #ffcc44, #ffcc44);
border-radius: 0 0 15px 15px;
margin: 0;
padding: 0 40px;
width: 1166px;
height: 90px;
text-align: left;
}
#mainVisual .campaignBanner .period {
display: flex;
flex-wrap: wrap;
align-items: center;
font-weight: 400;
font-size: 36px;
color: #664433;
}
#mainVisual .campaignBanner .period strong {
font-weight: 400;
margin-right: 15px;
}
#mainVisual .campaignBanner .period i {
display: flex;
justify-content: center;
align-items: center;
background-color: #664433;
border-radius: 50%;
margin: 0 5px;
width: 33px;
height: 33px;
font-weight: 400;
font-style: normal;
font-size: 17px;
color: #ffcc44;
}
#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%;
}

/* mainContents section
================================================== */
#contents .banner a:hover img,
#mainVisual a:hover img {
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

.section .item {
position: relative;
display: flex;
flex-direction: column;
gap: 40px;
}
.section .item h4 {
margin-bottom: 8px;
width: 100%;
font-size: 16px;
font-weight: 700;
line-height: 1.38;
}
.section .item h4 span {
display: inline-block;
margin: 5px 0 -3px 0;
font-size: 13px;
font-weight: 400;
}
.section .item .cnt {
font-size: 13px;
line-height: 1.35;
}
.section .item p.price {
font-size: 14px;
line-height: 1.35;
}
.section .item p.price strong {
font-size: 20px !important;
}
.section .item div.price {
position: relative;
}
.section .item div.price .special {
font-size: 14px;
line-height: 1.45;
color: #ee0000;
}
.section .item div.price .special span {
font-size: 18px;
}
.section .item div.price .normal {
margin-top: -3px;
font-size: 13px;
}
.section .item .more {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 9px;
margin-left: -5px;
}
.section .item .lnk {
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 13px;
line-height: 30px;
letter-spacing: 0;
text-align: center;
}
.section .item .lnk a {
box-sizing: border-box;
display: block;
position: relative;
background-color: #ffcc33;
border-radius: 9999px;
padding-right: 9px;
width: 130px;
height: 30px;
color: #000;
}
.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 .item .lnk a:hover {
background-color: #ff8800;
color: #fff;
text-decoration: none;
}
.section .item .lnk a:hover::after {
color: #fff;
}
.section .item .number {
display: flex;
flex-wrap: wrap;
margin: 0 0 11px 0;
line-height: 21px;
text-align: center;
}
.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 .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 .item .off {
box-sizing: border-box;
position: absolute;
left: 259px;
top: -11px;
background-color: #ee0000;
border-radius: 50%;
padding-top: 19px;
width: 80px;
height: 80px;
letter-spacing: 0;
line-height: 1.1;
font-size: 16px;
text-align: center;
color: #fff;
}
.section .item .off span {
font-weight: 400;
font-size: 27px;
}
.section .item .btn {
position: absolute;
right: 30px;
bottom: 30px;
box-sizing: border-box;
background-color: #f58811;
border-radius: 10px;
padding: 20px 0 20px 0;
width: 320px;
text-align: center;
}
.section .item .btn a {
display: block;
margin: 18px auto 0 auto;
background-color: #fff588;
border-radius: 5px;
width: 280px;
height: 54px;
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 24px;
line-height: 54px;
letter-spacing: 0;
text-align: center;
color: #553322;
}
.section .item .btn a:hover {
background-color: #553322;
color: #fff;
text-decoration: none;
}

/* #Power
================================================== */
#Power  {
margin-top: 120px;
margin-bottom: 94px;
}
#Power .cont {
box-sizing: border-box;
position: relative;
background: url("../img/pow_bg.png") repeat center center;
border-radius: 20px;
margin: 0 auto;
padding: 62px 88px 38px 88px;
width: 1166px;
}
#Power h2 {
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 0;
padding-bottom: 14px;
font-weight: 300;
font-family: 'Noto Serif JP', serif;
font-size: 36px;
white-space: nowrap;
letter-spacing: -0.05em;
}
#Power dl {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
position: relative;
background-color: #fff;
border-radius: 6px;
padding: 28px 0;
}
#Power dt {
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 0;
padding-bottom: 10px;
font-weight: 400;
font-family: 'Noto Serif JP', serif;
font-size: 24px;
color: #ff7722;
}
#Power dd {
position: relative;
padding-left: 32px;
font-size: 18px;
}
#Power dd::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 4px;
background: url("../img/icn_check.png") no-repeat center center;
width: 26px;
height: 23px;
}
#Power p {
margin-top: 29px;
font-size: 16px;
line-height: 1.88;
text-align: center;
}

/* #Component
================================================== */
#Component  {
margin-bottom: 85px;
}
#Component .cont {
box-sizing: border-box;
margin: 0 auto;
padding: 0;
width: 1166px;
}
#Component .head {
margin-bottom: 18px;
text-align: center;
}
#Component .head p {
margin-bottom: 11px;
font-size: 26px;
font-style: italic;
letter-spacing: 0;
line-height: 1.3;
}
#Component .head h2 {
font-weight: 300;
font-family: 'Noto Serif JP', serif;
font-size: 45px;
line-height: 1.3;
letter-spacing: -0.05em;
color: #ff7722;
}
#Component .lead {
margin-bottom: 44px;
font-size: 16px;
line-height: 1.88;
text-align: center;
}
#Component .list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 46px;
position: relative;
}
#Component .block {
position: relative;
overflow: hidden;
background-color: #fff2d2;
border-radius: 15px;
width: 358px;
}
#Component .block img {
width: 358px;
height: auto;
}
#Component .block .pack {
padding: 18px 23px 25px;
}
#Component .block h3 {
font-weight: 500;
font-size: 20px;
color: #ff7722;
}
#Component .block p {
font-size: 16px;
line-height: 1.88;
}

/* #Step
================================================== */
#Step  {}
#Step .head {
box-sizing: border-box;
position: relative;
margin: 0 auto 40px auto;
padding: 0;
width: 1166px;
text-align: center;
}
#Step .head::before {
content: '';
display: block;
position: absolute;
left: -20px;
top: -48px;
background: url("../img/stp_obj1.jpg") no-repeat center center;
width: 320px;
height: 304px;
mix-blend-mode: multiply;
}
#Step .head::after {
content: '';
display: block;
position: absolute;
right: -10px;
top: -78px;
background: url("../img/stp_obj2.jpg") no-repeat center center;
width: 266px;
height: 610px;
mix-blend-mode: multiply;
}
#Step .head p {
margin-bottom: 2px;
font-weight: 300;
font-family: 'Noto Serif JP', serif;
font-size: 36px;
line-height: 1.38;
letter-spacing: -0.05em;
}
#Step .head h2 {
font-weight: 300;
font-family: 'Noto Serif JP', serif;
font-size: 48px;
font-style: italic;
line-height: 1.38;
letter-spacing: -0.05em;
color: #ff7722;
}
#Step .step:nth-of-type(odd) {
background-color: #fff2d2;
}
#Step .inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 77px;
margin: 0 auto;
padding: 70px 0;
width: 1166px;
}

#Step .image {
position: relative;
}
#STEP2 .image {
margin-top: 10px;
} 
#STEP1 figcaption img {
position: absolute;
right: 23px;
top: -17px;
mix-blend-mode: multiply;
}
#STEP2 figcaption img {
position: absolute;
right: 15px;
top: -63px;
mix-blend-mode: multiply;
} 
#STEP3 figcaption img {
position: absolute;
right: 49px;
top: -27px;
mix-blend-mode: multiply;
}
#STEP4 figcaption img {
position: absolute;
right: 96px;
top: -28px;
mix-blend-mode: multiply;
}
#Step .inner .pack {
position: relative;
flex: 1;
text-align: left;
}
#STEP1 .inner .pack {
padding-top: 22px;
}
#STEP4 .inner .pack {
padding-top: 12px;
}
#Step .inner .catch {
margin-bottom: 33px;
}
#Step .inner .catch h3 {
margin-bottom: 18px;
font-weight: 500;
font-family: 'Noto Serif JP', serif;
font-size: 32px;
line-height: 1.32;
letter-spacing: -0.05em;
white-space: nowrap;
max-width: 689px;
}
#Step .inner .catch p {
font-size: 16px;
line-height: 1.88;
}
#STEP3 .inner .item {
flex-direction: row;
gap: 0 67px;
}
#STEP4 .inner .item {
flex-direction: row;
gap: 0 152px;
}
#Step .inner .voice {
box-sizing: border-box;
position: relative;
background-color: #fff;
border: solid 1px #ee6600;
border-radius: 10px;
padding: 16px 20px;
}
#STEP1 .inner .voice {
position: absolute;
right: 0;
bottom: 87px;
width: 280px;
}
#STEP2 .inner .voice {
position: absolute;
right: 0;
top: 427px;
width: 280px;
}
#STEP3 .inner .voice {
margin-top: 45px;
}
#STEP4 .inner .voice {
margin-top: 45px;
}
#Step .inner .voice h4 {
transform: translateY(-50%);
position: absolute;
left: 15px;
top: 0;
font-weight: 400;
font-size: 14px;
line-height: 2;
color: #ee6600;
}
#Step .step:nth-of-type(odd) .inner .voice h4 span {
background:linear-gradient(#fff2d2 50%, #fff 50%);
padding: 0 5px;
}
#Step .step:nth-of-type(even) .inner .voice h4 span {
background:linear-gradient(#fff 50%, #fff 50%);
padding: 0 5px;
}
#Step .inner .voice p {
font-size: 14px;
line-height: 2;
}
#Step .inner .awa {
position: absolute;
right: 0;
top: 156px;
width: 280px;
}
#Step .inner .awa p {
margin-top: 13px;
font-size: 16px;
line-height: 1.88;
}

/* #Quality
================================================== */
#Quality  {
margin-top: 10px;
margin-bottom: 80px;
}
#Quality .cont {
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
background: url("../img/pow_bg.png") repeat center center;
border-radius: 20px;
margin: 0 auto;
padding: 112px 50px 30px 50px;
width: 1166px;
}
#Quality .cont::after {
display: none !important;
}
#Quality h2 {
transform: translateX(-50%);
position: absolute;
left: 50%;
top: 29px;
font-weight: 300;
font-family: 'Noto Serif JP', serif;
font-size: 32px;
white-space: nowrap;
letter-spacing: -0.05em;
color: #ee6600;
}
#Quality p {
width: 250px;
font-size: 15px;
line-height: 1.87;
text-align: left;
}
#Quality ol {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 5px;
width: 770px;
font-size: 13px;
}
#Quality li {
position: relative;
width: 200px;
white-space: nowrap;
}
#Quality li::after {
content: '';
display: block;
position: absolute;
right: -55px;
top: 60px;
background: url("../img/icn_arw.png") no-repeat center center;
width: 25px;
height: 19px;
}
#Quality li:last-child::after {
display: none;
}
#Quality li img {
display: block;
border-radius: 7px;
margin-bottom: 6px;
}

.campaignBanner_middle {
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
background-color: #fff;
border-radius: 15px;
margin: -45px auto;
padding: 0 40px;
width: 1166px;
height: 90px;
text-align: left;
}
.campaignBanner_middle .period {
display: flex;
flex-wrap: wrap;
align-items: center;
font-weight: 400;
font-size: 36px;
color: #664433;
}
.campaignBanner_middle .period strong {
font-weight: 400;
margin-right: 15px;
}
.campaignBanner_middle .period i {
display: flex;
justify-content: center;
align-items: center;
background-color: #664433;
border-radius: 50%;
margin: 0 5px;
width: 33px;
height: 33px;
font-weight: 400;
font-style: normal;
font-size: 17px;
color: #fff;
}
.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;
}