@charset "UTF-8";
/* --------------------
setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
:root {
--c-txt: #333;
}

@font-face {
font-family: "Outfit";
src: url('../fonts/Outfit-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: "YuMincho";
src: url('../fonts/YuMincho.ttc') format('truetype');
font-weight: normal;
font-style: normal;
}

*{ font-family: "YuMincho", "Yu Mincho",  "Lato", sans-serif; }

@media (-ms-high-contrast: none) {
*{ font-family: "YuMincho", "Yu Mincho", "Lato", sans-serif; }
}


/*                pc sp 表示
======================================================= */
.pc { display: block; }
.sp { display: none; }

@media screen and (max-width: 767px) {
.pc { display: none; }
.sp { display: block; }
}


/*                leyout
======================================================= */
#content{
min-width: 375px;
overflow: hidden;
position: relative;
}

#content h3, #content p{
font-family: "YuMincho", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* --------------------
キービジュアル
-------------------- */
.first_view {
position: relative;
}

.kv_inner {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 1366px;
margin: 0 auto;
}
.kv_inner img { width: 50%; }

.first_view .logo01 {
position: absolute;
top: 47px;
left: 40px;
z-index: 99;
}

.first_view .logo02 {
position: absolute;
opacity: 0;
transform: translate(-50%, -50%) scale(1.1);
animation: fadeInScale 1.6s ease 0.6s forwards;
z-index: 10;
}

@keyframes fadeInScale {
0% {
opacity: 0;
transform: translate(-50%, -50%) scale(1.1);
}
100% {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
}

.first_view .logo02.pc { top: 50%; left: 50%;}
.first_view .logo02.sp { top: 50vh; left: 50vw;}

.first_view .logo02.pc img {
width: 16vw;
max-width: 210.03px;
}
.first_view .logo02.sp img {
width: 35.8vw;
max-width: 180px;
}

.secound_view {
text-align: center;
padding: 190px 60px;
}

.secound_view .kv_lead {
margin-bottom: 72px;
}

.secound_view #kv_text {
color: #000000;
font-size: 16px;
font-weight: 500;
line-height: 40px;
}

/* タブレット対応 (768px-1365px) */
@media screen and (min-width: 768px) and (max-width: 1365px) {
.first_view .logo01 {
top: 3.44vw;
left: 2.93vw;
}

.first_view .logo01 img {
width: 10.9vw;
max-width: 149.3px;
}

.secound_view { padding: 13.91vw 4.39vw; }

.secound_view .kv_lead {
margin-bottom: 48px;
}

.secound_view #kv_text { font-size: 14px; }

.secound_view .kv_lead img {
width: 68vw;
max-width: 611.3px;
}
}

/* SP */
@media screen and (max-width: 767px) {
.first_view::after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.05);
}

.simple-slider {
max-width: 100%;
overflow: hidden;
z-index: -1;
}

.simple-slider img {
width: 100%;
display: block;
}

.simple-slider .slick-slide {
height: auto !important;
}

.first_view .logo01 {
top: 25px;
left: 23px;
}
.first_view .logo01 img { width: 115px; }

.first_view .logo02 {
top: 227px;
}

.secound_view {
text-align: left;
padding: 100px 23px;
}

.secound_view .kv_lead {
margin-bottom: 42px;
}

.secound_view #kv_text {
font-size: 14px;
line-height: 28px;
}
}



/* --------------------
3大メニュー
-------------------- */
.product {
display: flex;
}

.product_image {
position: relative;
width: 50%;
display: flex;
align-items: center;
justify-content: flex-end;
background-color: #FDFEFF;
box-sizing: border-box;
}

#product02 .product_image { justify-content: flex-start; }

/* 黒マスク */
.product_image::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
pointer-events: none;
z-index: 10;
}

.product_image .image {
width: 100%;
height: 100%;
}

.product_image .image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.product_image .wrap_image {
position: relative;
width: 100%;
max-width: 683px;
aspect-ratio: 1 / 1;
}

/* 白文字 */
.product_image .txt_white {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 20;
}

.product_detail {
position: relative;
width: 50%;
display: flex;
align-items: center;
box-sizing: border-box;
background-color: #EFF0F2;
}

.product#product01 .product_detail { padding-left: 162px; }
.product#product03 .product_detail { padding-left: 162px; }

.product#product02 .product_detail {
justify-content: flex-end;
padding-right: 162px;
}

.product_detail .inner {
width: 360px;
}

.product_detail .inner .title {
margin-left: -56px;
}

.product_detail .inner .lead {
margin-top: 32px;
}

.product_detail .inner .description {
font-size: 14px;
font-weight: 500;
line-height: 28px;
margin-top: 20px;
}

.product_detail .inner .btn_more {
margin-top: 40px;
}

/* タブレット対応 (768px-1365px) */
@media screen and (min-width: 768px) and (max-width: 1365px) {
.product#product02 .product_image .txt_white{ max-width: 448.61px; width: 80%; }
.product_image .txt_white img { width: 100%; }

.product#product01 .product_detail,
.product#product02 .product_detail,
.product#product03 .product_detail { padding: 16px 4vw 16px 5.4vw; }

.product_detail .inner {
width: 100%;
max-width: 360px;
}
}

/* タブレット対応 (768px-1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.product_detail .inner .title { margin-left: -5.33vw; }

.product#product01 .product_detail .inner .title img { max-width: 312.2px; width: 30vw; }
.product#product02 .product_detail .inner .title img { max-width: 311.2px; width: 28vw; }
.product#product03 .product_detail .inner .title img { max-width: 312.2px; width: 30vw; }

.product_detail .inner .lead { margin-top: 20px; }

.product#product01 .product_detail .inner .lead img { max-width: 214.91px; width: 25vw; }
.product#product02 .product_detail .inner .lead img { max-width: 347.69px; width: 38vw; }
.product#product03 .product_detail .inner .lead img { max-width: 371.88px; width: 40vw; }

.product_detail .inner .description {
font-size: 13px;
line-height: 22px;
margin-top: 12px;
}

.product_detail .inner .btn_more { margin-top: 12px; }
}

/* SP */
@media screen and (max-width: 767px) {
.product {
flex-wrap: wrap;
}

.product#product02 { flex-direction: column-reverse; }

.product_image {
width: 100%;
}

.product_image .wrap_image {
max-width: none;
aspect-ratio: auto;
}

.product_image .txt_white img {
height: 48px;
}

.product_detail {
width: 100%;
}

.product#product01 .product_detail,
.product#product02 .product_detail,
.product#product03 .product_detail {
padding: 72px 24px 76px 42px;
}

.product_detail .inner {
width: 100%;
}

.product_detail .inner .title {
margin-left: -42px;
}

#product01 .product_detail .inner .title img { height: 64px; }
#product02 .product_detail .inner .title img { height: 100px; }
#product03 .product_detail .inner .title img { height: 100px; }

.product_detail .inner .lead {
margin-top: 28px;
}

#product01 .product_detail .inner .lead img { height: 53px; }
#product02 .product_detail .inner .lead img { width: 300px; }
#product03 .product_detail .inner .lead img { width: 300px; }

.product_detail .inner .btn_more {
display: flex;
justify-content: center;
margin-top: 32px;
}
}



/* --------------------
ボタンのスタイル
-------------------- */
.btn {
width: 200px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background-color: #000000;
color: #FFFFFF;
font-family: "YuGothic";
font-size: 13px;
font-weight: bold;
letter-spacing: 1.3px;
line-height: 30px;
position: relative;
}

.btn .arrow {
display: inline-block;
position: absolute;
right: 18px;
width: 16px;
height: 8px;
}

/* PC */
@media screen and (min-width: 1025px) {
.btn {
transition: all 0.3s ease;
cursor: pointer;
}

.btn:hover {
background-color: #FFFFFF;
color: #000000;
}
}

/* タブレット対応 (768px-1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.btn {
height: 30px;
font-size: 12px;
line-height: 24px;
}

.btn .arrow {
width: 14px;
height: 7px;
}
}

/* SP */
@media screen and (max-width: 767px) {
.btn {
width: 291px;
height: 49px;
font-size: 12px;
letter-spacing: 2.4px;
}

.btn .arrow {
width: 14px;
height: 7px;
}
}



/* --------------------
fadein & zoomout
-------------------- */
.fade-zoom {
overflow: hidden;
}

.fade-zoom img {
opacity: 0;
transform: scale(1.08);
transition: opacity 1s ease-out, transform 1.2s ease-out;
}

.fade-zoom.is-show img {
opacity: 1;
transform: scale(1);
}



/* --------------------
section
-------------------- */
.section#section01 { padding: 320px 0 120px;}
.section#section02 { padding: 160px 0 120px;}
.section#section03 { padding: 160px 0 300px;}
.section#section04 { padding: 320px 0 120px;}
.section#section05 { padding: 160px 0 180px;}
.section#section06 { padding: 320px 0 120px;}
.section#section07 { padding: 160px 0 320px;}

.section#section03 { border-bottom: 1px solid #707070; }
.section#section05 { border-bottom: 1px solid #707070; }

.section .main_width {
width: 720px;
margin: 0 auto;
}

/* ===== 各セクション画像1枚目設定 ===== */
.section .image01 {
position: relative;
margin-bottom: 190px;
}


/* ===== 各セクション画像1枚目の文字余白 ===== */
.section#section01 .image01 { margin-top: 257px; }
.section#section02 .image01 { margin-top: 348px; }
.section#section03 .image01 { margin-top: 286px; }
.section#section04 .image01 { margin-top: 86px; }
.section#section05 .image01 { margin-top: 430px; }
.section#section06 .image01 { margin-top: 213px; }
.section#section07 .image01 { margin-top: 344px; }

/* ===== 各セクション画像のテキスト位置 ===== */
.section#section01 .image01 h2 { top: -257px; right: 0;}
.section#section02 .image01 h2 { top: -348px; left: 0;}
.section#section03 .image01 h2 { top: -286px; left: 0;}
.section#section04 .image01 h2 { top: -86px; left: 0;}
.section#section05 .image01 h2 { top: -430px; right: 0;}
.section#section06 .image01 h2 { top: -213px; left: 0;}
.section#section07 .image01 h2 { top: -344px; left: 0;}

.section .image01 h2 {
position: absolute;
z-index: 10;
}


/* ===== 各セクション画像のサイズ ===== */
.section .image01 .image { width: 720px; }

.section .image02 .image { width: 315px; }

.section#section01 .image03 .image { width: 622px; }
.section#section02 .image03 .image { width: 622px; }
.section#section03 .image03 .image { width: 720px; }
.section#section04 .image03 .image { width: 720px; }
.section#section05 .image03 .image { width: 720px; }
.section#section06 .image03 .image { width: 720px; }
.section#section07 .image03 .image { width: 720px; }

.section .image04 .image { width: 672px; }

.section .image img { width: 100%; }


/* ===== 各セクション画像のロゴ位置 ===== */
.section .image01 .logo {
width: 134px;
position: absolute;
bottom: 56.95px;
z-index: 10;
}
.section#section01 .image01 .logo { left: 57px; }
.section#section02 .image01 .logo { left: 57px; }
.section#section03 .image01 .logo { right: 57px; }
.section#section04 .image01 .logo { right: 57px; }
.section#section05 .image01 .logo { left: 57px; }
.section#section06 .image01 .logo { right: 57px; }
.section#section07 .image01 .logo { right: 57px; }

.section .image01 .logo img { width: 100%; }

/* 画像を横並び */
.section .image02 {
display: flex;
justify-content: space-between;
margin-bottom: 148px;
}

.section .wrap_text {
text-align: center;
}

.section .wrap_text .text01 {
margin-left: -33px;
}

.section .wrap_text .text02 {
margin-top: 12px;
}

/* 画像を中央 */
.section .image03,
.section .image04 {
display: flex;
justify-content: center;
}

.section .image03 {
margin: 140px 0 190px;
}

.section .image04 {
margin-bottom: 117px;
}

.section .detail {
text-align: center;
font-size: 15px;
line-height: 30px;
margin-top: 66px;
}

.section .detail .heading {
margin-bottom: 28px;
}

.section .detail .lead {
margin-bottom: 18px;
}

.section .detail .wrap_link {
margin-top: 48px;
}

.section .detail .wrap_link .link01 {
margin-bottom: 8px;
}

.section .detail .wrap_link .link01:last-child {
margin-bottom: 0;
}

.section .detail .wrap_price .inner {
margin-bottom: 32px;
}

.section .detail .wrap_price .inner:last-child {
margin-bottom: 0;
}

.section .detail .wrap_price .text {
font-weight: 800;
letter-spacing: 0.75px;
margin-bottom: 24px;
}

.section .detail .wrap_price .status {
font-size: 13px;
display: block;
}

/* ===== 商品詳細ボタン ===== */
.section .detail .wrap_price .btn_detail {
display: flex;
justify-content: center;
}

.section .detail .wrap_price .btn_detail .btn {
width: 178px;
height: 32px;
border: 1px solid #000;
}

.section .detail .wrap_price .btn_detail .btn .arrow {
width: 7px;
height: 14px;
right: 13px;
}

/* ===== テキストリンク ===== */
.link01 a {
color: #000000;
font-family: "YuMincho";
font-size: 15px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0.75px;
text-decoration: underline;
text-underline-offset: 2px;
}

/* 細かい文字幅調整 */
.link01 a span.open { margin: 0 -4px 0 -8px; }
.link01 a span.close { margin: 0 -8px 0 -4px; }
.link01 a span.kana { letter-spacing: -0.7px; }

.link01 a::after {
content: "";
display: inline-block;
width: 7px;
height: 14px;
background: url('../img/ico_arrow01.svg') no-repeat right center;
background-size: 7px 14px;
margin-left: 8px;
}

/* PC */
@media screen and (min-width: 768px) {
.link01 a:hover {
text-decoration: none;
}
}

/* タブレット対応 (768px-1365px) */
@media screen and (min-width: 768px) and (max-width: 1365px) {
.section .main_width {
width: 100%;
max-width: 720px;
padding: 0 2vw;
}
}

/* SP */
@media screen and (max-width: 767px) {
.section#section01 { padding: 110px 0 0;}
.section#section02 { padding: 110px 0 0;}
.section#section03 { padding: 110px 0 110px;}
.section#section04 { padding: 110px 0 0;}
.section#section05 { padding: 110px 0 110px;}
.section#section06 { padding: 110px 0 0;}
.section#section07 { padding: 110px 0 110px;}

.section .main_width { width: 100%; }


/* ===== 各セクション画像1枚目の文字余白 ===== */
.section#section01 .image01 { margin-top: 135px; }
.section#section02 .image01 { margin-top: 180px; }
.section#section03 .image01 { margin-top: 150px; }
.section#section04 .image01 { margin-top: 37px; }
.section#section05 .image01 { margin-top: 225px; }
.section#section06 .image01 { margin-top: 111px; }
.section#section07 .image01 { margin-top: 180px; }

/* ===== 各セクション画像のテキスト位置 ===== */
.section#section01 .image01 h2 { top: -135px;}
.section#section02 .image01 h2 { top: -180px;}
.section#section03 .image01 h2 { top: -150px;}
.section#section04 .image01 h2 { top: -37px;}
.section#section05 .image01 h2 { top: -225px;}
.section#section06 .image01 h2 { top: -111px;}
.section#section07 .image01 h2 { top: -180px;}

.section#section01 .image01 h2 img { width: auto; }
.section#section01 .image01 h2 img { height: 218px; }
.section#section02 .image01 h2 img { height: 218px; }
.section#section03 .image01 h2 img { height: 218px; }
.section#section04 .image01 h2 img { height: 218px; }
.section#section05 .image01 h2 img { height: 263px; }
.section#section06 .image01 h2 img { height: 172px; }
.section#section07 .image01 h2 img { height: 218px; }

.section .image01 { margin-bottom: 100px; }
.section .image01 .image { width: auto; }

.section .image02 { margin-bottom: 72px; }
.section .image02 .image { width: calc(50% - 23.5px); }

.section .image03 { margin: 70px 0 100px; }
.section#section01 .image03 .image { width: calc( 100% - 51px ); }
.section#section02 .image03 .image { width: calc( 100% - 51px ); }
.section#section03 .image03 .image { width: 100%; }
.section#section04 .image03 .image { width: 100%; }
.section#section05 .image03 .image { width: 100%; }
.section#section06 .image03 .image { width: 100%; }
.section#section07 .image03 .image { width: 100%; }

.section .image04 {
padding: 0 12.5px;
margin-bottom: 64px;
}
.section .image04 .image { width: 100%; }


/* ===== 各セクション画像のロゴ位置 ===== */
.section .image01 .logo {
width: 70px;
bottom: 30px;
}
.section#section01 .image01 .logo { left: 29px; }
.section#section02 .image01 .logo { left: 29px; }
.section#section03 .image01 .logo { right: 29px; }
.section#section04 .image01 .logo { right: 29px; }
.section#section05 .image01 .logo { left: 29px; }
.section#section06 .image01 .logo { right: 29px; }
.section#section07 .image01 .logo { right: 29px; }

.section .wrap_text .text01 { margin-left: -17px; }
.section .wrap_text .text01 img { height: 17px; }

.section .wrap_text .text02 {  margin-top: 2px; }
.section .wrap_text .text02 img { height: 10px; }

.section .detail {
text-align: left;
line-height: 28px;
padding: 0 23px;
margin-top: 50px;
}

.section .detail .heading { margin-bottom: 20px; }

.section .detail .lead {
font-size: 14px;
margin-bottom: 25px;
}

.section .detail .wrap_price .inner {  margin-bottom: 32px; }
.section .detail .wrap_price .inner:last-child { margin-bottom: 0; }

.section .detail .wrap_price .text {
font-size: 14px;
letter-spacing: 0.7px;
margin-bottom: 25px;
}

/* ===== 商品詳細ボタン ===== */
.section .detail .wrap_price .btn_detail { width: 100%; }

.section .detail .wrap_price .btn_detail a { width: 100%; }

.section .detail .wrap_price .btn_detail .btn {
width: 100%;
height: 49px;
}

.section .detail .wrap_price .btn_detail .btn .arrow { right: 26px; }

.section .detail .wrap_link { margin-top: 32px;}

.link01 a {
font-size: 14px;
letter-spacing: 0.7px;
}
.link01 a span.open { margin: 0 -4px 0 -8px; }
.link01 a span.close { margin: 0 -8px 0 -4px; }
.link01 a span.kana { letter-spacing: -0.7px; }

.link01 a::after {
margin-left: 4px;
}
}



/* --------------------
profile
-------------------- */
#profile .main_width {
width: 720px;
border-top: 1px solid #707070;
padding: 127.91px 38px;
margin: 0 auto;
}

#profile .title {
margin-bottom: 40px;
}

#profile .title h2 {
color: #000000;
font-family: "Outfit";
font-size: 30px;
font-weight: bold;
line-height: 44px;
letter-spacing: 0.3px;
}

#profile .info { margin-bottom: 72px; }
#profile .info:last-child { margin-bottom: 0; }

#profile .info h3 {
color: #000000;
font-size: 24px;
font-weight: 600;
line-height: 40px;
letter-spacing: 4.8px;
margin-bottom: 24px;
}

#profile .info h3 span {
font-size: 20px;
letter-spacing: 4px;
}

#profile .info p {
color: #000000;
font-weight: 500;
font-size: 15px;
line-height: 30px;
letter-spacing: 0px;
}

/* タブレット対応 (768px-1365px) */
@media screen and (min-width: 768px) and (max-width: 1365px) {
#profile .main_width {
width: 100%;
padding: 9.4vw 2.8vw;
}
}

/* SP */
@media screen and (max-width: 767px) {
#profile .main_width {
width: 100%;
padding: 100px 21px 100px 25px;
}

#profile .title {
margin-bottom: 12px;
}

#profile .title h2 {
font-size: 22px;
line-height: 44px;
letter-spacing: 0.22px;
}

#profile .info { margin-bottom: 52px; }
#profile .info:last-child { margin-bottom: 0; }

#profile .info h3 {
font-size: 20px;
letter-spacing: 4px;
margin-bottom: 8px;
}

#profile .info h3 span {
font-size: 14px;
letter-spacing: 2.8px;
}

#profile .info p {
font-size: 14px;
line-height: 28px;
}
}



/* --------------------
footer
-------------------- */
.footer {
padding: 16vw 0;
font-family: "Lato", sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
.footer {
padding: 3.90625vw 0;
}
}
.footer img {
width: 100%;
height: auto;
}
.footer__logo {
width: 34.6666666667vw;
margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 769px) {
.footer__logo {
width: 10.15625vw;
margin: 0 auto 1.25vw;
}
}
.footer__logo a {
display: block;
width: 34.6666666667vw;
}
@media screen and (min-width: 769px) {
.footer__logo a {
width: 10.15625vw;
transition: all 0.5s ease;
}
}
@media screen and (min-width: 769px) {
.footer__logo a:hover {
opacity: 0.5;
}
}
.footer__copyright {
text-align: center;
color: #000000;
font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
.footer__copyright {
font-size: 11px;
}
}
/*# sourceMappingURL=style.css.map */