@charset "utf-8";
/* font
---------------------------------------------------------------------- */
.font-century {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* common
---------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #333;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
}
a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

picture {
  display: block;
  line-height: 0;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.rmark {
  vertical-align: super;
  font-size: 0.5em;
}

.is_pc {
  display: block;
}
.is_sp {
  display: none;
}

.flex_box {
  display: flex;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  font-size: 70%;
  bottom: -0.25em;
}
sup {
  display: inline-block;
  font-size: 60%;
  font-weight: normal;
  top: -1em;
}

small {
  display: inline-block;
}

.cont_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }

  a {
    transition: all 0s ease;
  }
  a:hover {
    opacity: 1;
  }

}




/* header
---------------------------------------------------------------------- */
header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .logo {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .hd_sns_box {
  margin-right: 1.6667%;
}
header .hd_sns_box ul {
  display: flex;
  align-items: center;
}
header .hd_sns_box ul li.youtube-sns {
  width: 83px;
}
header .hd_sns_box ul li.instagram-sns {
  width: 33px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  header {
    justify-content: space-between;
    height: 12vw;
  }
  header .logo {
    width: 33.7333vw;
    position: relative;
    top: 0;
    left: 4vw;
    transform: translate(0, 0);
  }
  header .hd_sns_box {
    margin-top: 2.5333vw;
    margin-right: 4vw;
  }
  header .hd_sns_box ul li.youtube-sns {
    width: 18vw;
  }
  header .hd_sns_box ul li.instagram-sns {
    width: 7.2vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3.3333vw;
  }
}

.cont_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .cont_inner {
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
}







/* main
---------------------------------------------------------------------- */

/* kv */
.kv_wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  margin: 0 auto;
  overflow: hidden;
  height: calc(100vh - 60px);
  background-image: url('./img/kv_img_pc.jpg');
  background-size: cover;
  background-position: 75% 100%; 
  background-repeat: no-repeat;
}
.kv_wrap picture,
.kv_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  display: block;
}

.kv_wrap .kv_cont_inner {
  position: absolute;
  top: 25%;
  left: 200px;
  transform: translate(-0%, -50%);
}
.kv_wrap .kv_txt {
  font-size: 160px;
  line-height: 1;
  text-align: left;
  color: #000;
}

@media screen and (max-height: 1000px) {
  .kv_wrap .kv_txt {
    font-size: 6vw;
  }
}
@media (max-width: 1600px)  and (min-width: 769px) {
  .kv_wrap {
    width: 100%;
    background-image: url('./img/kv_img_pc.jpg');
    background-size: cover;
    background-position: 80% 100%; 
    background-repeat: no-repeat;
  }
  .kv_wrap .kv_cont_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1100px)  and (min-width: 769px) {
  .kv_wrap {
    width: 100%;
    background-image: url('./img/kv_img_pc.jpg');
    background-size: cover;
    background-position: 75% 100%; 
    background-repeat: no-repeat;
  }
  .kv_wrap .kv_cont_inner {
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .kv_wrap .kv_txt {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrap {
    height: 133.3333vw;
    background-image: url('./img/kv_img_sp.jpg');
    background-size: cover;
    background-position: center bottom; 
    background-repeat: no-repeat;
  }
  .kv_wrap .kv_cont_inner {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding-top: 15vw;
    padding-left: 2.9333vw;
    box-sizing: border-box;
  }
  .kv_wrap .kv_txt {
    font-size: 18.6667vw;
    line-height: 0.86;
    letter-spacing: -0.02em;
  }
}







/* PRODUCTS */
.products_wrap {
  margin-top: 80px;
  margin-bottom: 100px;
}
.products_wrap .pro_tit_box span {
  font-size: 120px;
  line-height: 1;
  color: #000;
  position: relative;
}
.products_wrap .pro_tit_box span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.products_wrap .pro_tit_box p {
  font-size: 18px;
}

.products_wrap ul.pro_item_box {
  max-width: 1000px;
  margin: 60px auto 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px 0;
}
.products_wrap ul.pro_item_box li {
  width: 480px;
  position: relative;
}
.products_wrap ul.pro_item_box li .item_txt {
  position: absolute;
  bottom: -40px;
  left: 0;
  font-family: "century-gothic", sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  color: #bb171b;
}
.products_wrap ul.pro_item_box li .item_txt span {
  font-size: 70px;
  font-weight: 400;
  color: #000;
}
.products_wrap .pro_item_sp {
  display: none;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .products_wrap ul.pro_item_box {
    justify-content: center;
    gap: 5.4545vw 5.4545vw;
  }
  .products_wrap ul.pro_item_box li {
    width: 43.6364vw;
  }
}
@media screen and (max-width: 768px) {
  .products_wrap {
    margin-top: 11.3333vw;
    margin-bottom: 100px;
  }
  .products_wrap .pro_tit_box span {
    font-size: 16vw;
  }
  .products_wrap .pro_tit_box span::after {
    bottom: 1.6vw;
  }
  .products_wrap .pro_tit_box p {
    font-size: 4.8vw;
  }

  .products_wrap ul.pro_item_box.pro_item_pc {
    display: none;
  }


  .products_wrap .pro_item_sp {
    display: block;
    position: relative;
  }
  .products_wrap .pro_img_sp {
    margin-bottom: 9.3333vw;
  }

  .products_wrap ul.pro_item_box_sp li {
    position: absolute;
    font-family: "century-gothic", sans-serif;
    font-size: 9.0667vw;
    font-weight: 600;
    font-style: italic;
    color: #bb171b;
  }
  .products_wrap ul.pro_item_box_sp li:nth-child(1) {
    top: 61.3333vw;
    left: 4.5333vw;
  }
  .products_wrap ul.pro_item_box_sp li:nth-child(2) {
    top: 92vw;
    left: 29.6vw;
  }
  .products_wrap ul.pro_item_box_sp li:nth-child(3) {
    top: 137.0667vw;
    left: 3.2vw;
  }
  .products_wrap ul.pro_item_box_sp li:nth-child(4) {
    top: 185.3333vw;
    left: 65.8667vw;
  }
  .products_wrap ul.pro_item_box_sp li span {
    font-size: 16vw;
    font-weight: 400;
    color: #000;
  }
}










/* BRAND */
.brand_wrap {
  background: url('./img/brand_bg_pc.jpg') no-repeat;
  background-size: cover;
  background-size: 110% auto;
  background-position: center;
  background-attachment: scroll;
  height: 627px;
  overflow: hidden;
  position: relative;
}
.brand_wrap .cont_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand_wrap .brand_tit {
  margin-bottom: 60px;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  text-align: left;
  opacity: 0.5;
}

.brand_wrap .brand_txt_box {
  color: #fff;
  text-align: right;
}
.brand_wrap .brand_txt_box .brand_txt_tit {
  width: 230px;
  margin: 0 0 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.brand_wrap .brand_txt_box .brand_txt_tit span {
  font-size: 18px; 
}
.brand_wrap .brand_txt_box p {
  font-size: 16px;
  line-height: 1.875;
}


/* 外部リンク */
.buy_wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}
.buy_wrap ul {
  display: flex;
  justify-content: space-between;
}
.buy_wrap ul li {
  width: 480px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.buy_wrap ul li:nth-child(1) {
  background: #2c91a0;
}
.buy_wrap ul li:nth-child(2) {
  background: #d82b74;
}
.buy_wrap ul li p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.buy_wrap ul li .btn_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .brand_wrap {
    background-size: 155% auto;
    height: 600px;
  }


  .brand_wrap .brand_txt_box .brand_txt_tit {
    width: 23.6364vw;
  }

  /* 外部リンク */
  .buy_wrap ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.8182vw 1.8182vw;
  }
  .buy_wrap ul li {
    width: 60vw;
  }
  .buy_wrap ul li .btn_block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.4545vw 5.4545vw;
  }

}
@media screen and (max-width: 768px) {
  .brand_wrap {
    background: url('./img/brand_bg_sp.jpg') no-repeat;
    background-size: cover;
    background-size: 110% auto;
    background-position: center;
    height: 133.3333vw;
  }
  .brand_wrap .brand_tit {
    margin-bottom: 13.3333vw;
    padding-left: 4vw;
    box-sizing: border-box;
    font-size: 16vw;
  }
  .brand_wrap .brand_txt_box {
    width: 94vw;
    margin: 0 auto;
  }
  .brand_wrap .brand_txt_box .brand_txt_tit {
    width: 60vw;
    margin: 0 0 2.6667vw auto;
    padding-bottom: 2.6667vw;
  }
  .brand_wrap .brand_txt_box .brand_txt_tit span {
    font-size: 4.8vw; 
  }
  .brand_wrap .brand_txt_box p {
    font-size: 3.2vw;
    line-height: 1.5;
  }


  /* 外部リンク */
  .buy_wrap {
    margin-top: 13.3333vw;
    margin-bottom: 13.3333vw;
  }
  .buy_wrap ul {
    flex-direction: column;
  }
  .buy_wrap ul li {
    width: 92vw;
    margin: 0 auto;
    padding-top: 7.3333vw;
    padding-bottom: 7.3333vw;
  }
  .buy_wrap ul > li + li {
    margin-top: 4vw;
  }
  .buy_wrap ul li p {
    font-size: 3.6vw;
    margin-bottom: 8vw;
  }
  .buy_wrap ul li .btn_block {
    flex-direction: column;
    gap: 5.3333vw;
  }

}







/* BUTTON */
.btn_box {
	font-size: 12px;
	text-align: center;
  border-radius: 3px;
  position: relative;
}
.products_wrap .btn_box {
  background: #000;
  max-width: 200px;
  margin: 0 auto;
}
.buy_wrap .btn_box {
  background: #fff;
}
.buy_wrap ul li:nth-child(1) .btn_box {
  max-width: 200px;
  margin: 0 auto;
}
.buy_wrap ul li:nth-child(2) .btn_box {
  width: 150px;
}
.btn_box a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
  position: relative;
}
.products_wrap .btn_box a {
  color: #fff;
}
.buy_wrap ul li:nth-child(1) .btn_box a {
  color: #2c91a0;
}
.buy_wrap ul li:nth-child(2) .btn_box a {
  color: #d82b74;
}
.btn_box::before {
	content: "";
	display: block;
	width: 27px;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
  z-index: 2;
}
.products_wrap .btn_box::before {
	background: #fff;
}
.buy_wrap ul li:nth-child(1) .btn_box::before {
  background: #2c91a0;
}
.buy_wrap ul li:nth-child(2) .btn_box::before {
  background: #d82b74;
}
.btn_box a::before {
	content: "";
	display: block;
	width: 54px;
	height: 5px;
	position: absolute;
	top: 0;
  bottom: 4px;
  right: -27px;
	margin: auto;
  z-index: 1;
  transition: right 0.3s ease;
}
.products_wrap .btn_box a::before {
	background: url('./img/bk_arrow.png') no-repeat;
  background-size: cover;
}
.buy_wrap .btn_box a::before {
	background: url('./img/wh_arrow.png') no-repeat;
  background-size: cover;
}
.btn_box a:hover::before {
  right: -32px;
}


@media screen and (max-width: 768px) {
  .btn_box {
    font-size: 3.2vw;
    height: 10.6667vw;
  }
  .products_wrap .btn_box {
    max-width: 100%;
    width: 53.3333vw;
  }
  .buy_wrap ul li:nth-child(1) .btn_box {
    max-width: 100%;
    width: 53.3333vw;
  }
  .buy_wrap ul li:nth-child(2) .btn_box {
    width: 53.3333vw;
  }
  .btn_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .btn_box::before {
    width: 7.2vw;
  }
  .btn_box a::before {
    width: 14.4000vw;
    height: 1.3333vw;
    bottom: 1.2000vw;
    right: -7.2vw;
  }
  .btn_box a:hover::before {
    right: -7.2vw;
  }
}





/* footer
---------------------------------------------------------------------- */
footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #000;
  color: #fff;
}
footer ul li a {
  color: #fff !important;
}
footer .flex_box {
  display: flex;
}

footer .flex_box.ft_top {
  justify-content: space-between;
} 
footer .ft_logo {
  width: 141px;
}
footer .ft_top ul.footer-sns {
  align-items: center;
}
footer .ft_top ul.footer-sns li:nth-child(1) {
  width: 83px;
  margin-right: 15px;
} 
footer .ft_top ul.footer-sns li:nth-child(2) {
  width: 34px;
} 


footer .ft_link_box {
  margin-top: 45px;
  margin-bottom: 90px;
  text-align: left;
}
footer .ft_link_box .blank_icon {
  width: 10px;
  vertical-align: middle;
}



footer .ft_link_box .ft_online li:nth-child(1) {
  margin-right: 5px;
}
footer .ft_link_box .ft_online li:nth-child(1)::after {
  display: inline-block;
  content: "|";
  padding-left: 5px;
}
footer .ft_link_box .ft_online,
footer .ft_link_box .ft_online a {
  font-family: "century-gothic", sans-serif;
  font-size: 14px;
  line-height: 2;
}




footer .ft_link_box .ft_buy {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .ft_link_box .ft_buy li:nth-child(1) {
  margin-right: 7px;
}
footer .ft_link_box .ft_buy li:nth-child(1)::after {
  display: inline-block;
  content: "|";
  padding-left: 7px;
}
footer .ft_link_box .ft_buy a {
  font-size: 12px;
  line-height: 2;
}

footer .ft_link_box .footer-nav__item a {
  font-size: 12px;
  line-height: 2;
}





footer .footer__copy {
  font-family: "century-gothic", sans-serif;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 13.3333vw;
    padding-bottom: 4vw;
  }
  footer .cont_inner {
    width: 92vw;
    margin: 0 auto;
  }
  footer .ft_logo {
    width: 29.4667vw;
  }
  footer .ft_top ul.footer-sns li:nth-child(1) {
    width: 18.1333vw;
    margin-right: 3.4667vw;
  } 
  footer .ft_top ul.footer-sns li:nth-child(2) {
    width: 7.3333vw;
  }

  footer .ft_link_box {
    margin-top: 9.3333vw;
    margin-bottom: 16vw;
  }
  footer .ft_link_box .blank_icon {
    width: 2vw;
  }


  footer .ft_link_box .ft_online li:nth-child(1) {
    margin-right: 2vw;
  }
  footer .ft_link_box .ft_online li:nth-child(1)::after {
    padding-left: 2vw;
  }
  footer .ft_link_box .ft_online,
  footer .ft_link_box .ft_online a {
    font-size: 2.8000vw;
    line-height: 2;
  }



  footer .ft_link_box .ft_buy {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  footer .ft_link_box .ft_buy li:nth-child(1) {
    margin-right: 2vw;
  }
  footer .ft_link_box .ft_buy li:nth-child(1)::after {
    padding-left: 2vw;
  }
  footer .ft_link_box .ft_buy a {
    font-size: 2.8000vw;
  }
  footer .ft_link_box .footer-nav__item a {
    font-size: 2.8000vw;
  }


  footer .footer__copy {
    font-size: 2.8000vw;
    text-align: center;
  }
}



/* go-top BTN
---------------------------------------------------------------------- */
.go-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 432px;
  right: 20px;
  border: none;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 5px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.go-top:hover img {
  transition: all 0.5s ease;
}
.go-top:hover img {
  opacity: 0.7;
}
.go-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .go-top {
    width: 13.3333vw;
    height: 13.3333vw;
    bottom: 8vw;
    right: 1.3333vw;
  }
}




/* animation
---------------------------------------------------------------------- */
.fadeIn--kv {
  -webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
	animation-duration: 0.8s;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
	animation-timing-function:linear;
	opacity:0;
	-webkit-animation-name: fadeIn;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	animation-name: fadeIn;
}
@keyframes fadeIn {
	from {
    opacity:0;
	}
	to {
    opacity:1;
	}
}

.fadeUp--kv {
  -webkit-animation-duration: 1s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
	animation-duration: 1s;
	animation-fill-mode:forwards;
	animation-iteration-count:1;
	animation-timing-function:linear;
	opacity:0;
	-webkit-animation-name: fadeUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	animation-name: fadeUp;
}
@keyframes fadeUp {
	from {
		opacity:0;
    transform: translate( 0, 20px); 
	}
	to {
		opacity:1;
    transform: translate( 0, 0);
	}
}





.fade-up {
  opacity: 0;
  translate: 0 40px;
  transition-property: opacity, translate;
  transition-duration: 0.8s;
  transition-timing-function: linear;
}
.fade-up.show {
  opacity: 1;
  translate: 0 0;
}




.products_wrap .pro_item_pc li:nth-child(1) {
	transition-delay: 0.3s;
}
.products_wrap .pro_item_pc li:nth-child(1) .item_txt {
  transition-delay: 0.4s;
}
.products_wrap .pro_item_pc li:nth-child(2) {
  transition-delay: 0.5s;
}
.products_wrap .pro_item_pc li:nth-child(2) .item_txt {
	transition-delay: 0.6s;
}
.products_wrap .pro_item_pc li:nth-child(3) {
	transition-delay: 0.3s;
}
.products_wrap .pro_item_pc li:nth-child(3) .item_txt {
  transition-delay: 0.4s;
}
.products_wrap .pro_item_pc li:nth-child(4) {
  transition-delay: 0.5s;
}
.products_wrap .pro_item_pc li:nth-child(4) .item_txt {
	transition-delay: 0.6s;
}


.buy_wrap ul li:nth-child(1) {
	transition-delay: 0.3s;
}
.buy_wrap ul li:nth-child(2) {
  transition-delay: 0.6s;
}