@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
}

img {
  vertical-align: top;
}

#wrapper img {
  background: none;
}

.pc_cont { display: block; }
.sp_cont { display: none; }

#wrapper {
  position: relative;
}

/* header
*******************************************************/
header {
  /*position: absolute;
  top: 0;
  left: 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53px;
  margin: 0;
  background-color: #000;
  z-index: 10;
}

header a img {
  width: 100%;
  max-width: 260px;
}

/* hamburger
*******************************************************/
.menu-trigger {
  display: none;
}

@media screen and (min-width: 769px){
  #ham_menu {
    display: none;
  }
}

/* intro
*******************************************************/
#intro {
  background: linear-gradient(to bottom, #620B1a, #901020);
}

/* main
*******************************************************/
#main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  /*background-color: aquamarine;*/
  /*background: url("../../img/report/xmas2022/mv01-04.jpg") center center/cover no-repeat;*/
}

#main .main_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px;
  /*height: 349px;*/
  /*background: url("../../img/report/xmas2022/mv_flame.png") center center no-repeat;*/
}

#main .main_img {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 680px;
  height: 349px;
  margin: auto;
  z-index: 4;*/
}

#main .main_img img {
  width: 100%;
}

#main .main_bnr {
  width: 100%;
  max-width: 1400px;
}

#main .main_bnr img {
  width: 100%;
}

#main .main_text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  
  
  font-family: 'Urbanist', sans-serif;
  font-size: 63px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
  z-index: 5;
}

#main .main_text .mv_jp {
  font-family: 'Noto Serif JP', serif;
  
  font-size: 45px;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.13em;
}

/* catch
*******************************************************/
#catch {
  /*background-color: #620B1a;*/
  /*background: linear-gradient(to bottom, #720B1a, #901020);*/
  margin-bottom: 80px;
}

#catch .catch_cont {
  max-width: 1000px;
  margin: auto;
  padding: 70px 0 80px;
  color: #ffffff;
}

#catch .catch_cont .catch_ttl {
  margin: 0 0 50px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

#catch .catch_cont .catch_txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}

/* pair
*******************************************************/
#pair {
  margin: 0 auto;
  padding: 280px 0 150px;
  background-color: #efefef;
  /*background-image: url("../../img/report/x/xmas2022_info.jpg");*/
  background-position: center top;
  background-size: 60%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 950px){
  #pair {
    background-size: 80%;
  }
}

#pair h2 {
  margin: 0 0 100px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#pair .pair_box {
  max-width: 1000px;
  margin: 0 auto 150px;
  text-align: center;
}

#pair .pair_box:last-child {
  margin-bottom: 0;
}

#pair .pair_box .pair_img {
  margin-bottom: 40px;
}

#pair .pair_box .pair_catch {
  margin-bottom: 35px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

#pair .pair_box .pair_txt {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

#pair .pair_box .pair_brand {
  margin-bottom: 10px;
  text-align: center;
}

#pair .pair_box .pair_name {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

#pair .pair_box .pair_name a {
  color: #333333;
  text-decoration: none;
}

#pair .pair_box .pair_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pair .pair_box .pair_btn a {
  display: block;
  padding: 10px 60px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  border: 3px double #ffffff;
  background-color: #620B1A;
}

/* service
*******************************************************/
.service {
  position: relative;
  background: url("../../img//report/xmas25/xmas25_info_bg_c.jpg") left top repeat #620B1a;
}

.service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 776px;
  background: url("../../img//report/xmas25/xmas25_info_bg_t.jpg") center top/contain no-repeat;
  z-index: 2;
}

.service::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 367px;
  background: url("../../img//report/xmas25/xmas25_info_bg_b.jpg") center bottom/contain no-repeat;
  z-index: 2;
}

.service_cont {
  position: relative;
  padding: 14vw 0;
  z-index: 5;
}

#carved.service_cont {
  padding-bottom: 0;
}

#wrapping.service_cont {
  padding-bottom: 180px;
}

.service_cont .inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.service_cont .service_jp {
  margin: 0 auto 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.service_cont .service_en {
  margin: 0 0 60px 0;
  font-size: 18px;
  color: #ffb821;
  text-align: center;
}

.service_cont .service_img {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 60px;
}

.service_cont .service_img img {
  width: 100%;
}

.service_cont .service_txt {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #ffffff;
}

.service_cont .service_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_cont#carved .service_btn {
  margin-bottom: 120px;
}

.service_cont .service_btn a {
  display: block;
  padding: 10px 60px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  border: 3px double #ffffff;
  background-color: #620B1A;
}

.service_line {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* pickup
*******************************************************/
#pickup {
  padding: 120px 0;
  background: url("../../img/report/xmas2020/xmas2020-pickup.jpg") center center/cover no-repeat;
}

#pickup .inner {
  max-width: 1000px;
  margin: auto;
  padding: 30px 40px;
  background-color: rgba(0,0,0,0.4);
  box-sizing: border-box;
}

#pickup .pickup_ttl_jp {
  margin: 0 auto 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

#pickup .pickup_ttl_en {
  margin: 0 0 60px 0;
  font-size: 18px;
  color: #ffb821;
  text-align: center;
}

#pickup .pickup_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#pickup .pickup_list > li {
  margin-right: 5%;
}

#pickup .pickup_list > li:last-of-type {
  margin-right: 0;
}

#pickup .pickup_list > li .pickup_img {
  margin-bottom: 10px;
}

#pickup .pickup_list > li .pickup_img img {
  width: 100%;
}

#pickup .pickup_list > li .pickup_brand {
  margin-bottom: 5px;
}

#pickup .pickup_list > li .pickup_name a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  text-decoration: none;
}

/* shipping
*******************************************************/
#shipping {
  margin: 0 auto;
  padding: 10vw 0 10vw;
  background-color: #efefef;
  background-image: url("../../img//report/xmas25/xmas25_bg_info.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat-x;
}

#shipping .shipping_ttl {
  margin: 0 0 50px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

#shipping .shipping_cont {
  max-width: 1000px;
  margin: auto;
}

#shipping .shipping_cont dl {
  display: flex;
  margin: 0;
  padding: 0;
  border-left: 1px solid #999999;
}

#shipping .shipping_cont dl:first-of-type {
  border-top: 1px solid #999999;
}

#shipping .shipping_cont dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 20px;
  color: #ffffff;
  background-color: #620B1a;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
}

#shipping .shipping_cont dl dt p {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
}

#shipping .shipping_cont dl dd {
  width: 70%;
  margin: 0;
  padding: 20px;
  background-color: #ffffff;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
}

#shipping .shipping_cont dl dd p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

#shipping .shipping_cont dl dd p:last-of-type {
  margin-bottom: 0;
}

#shipping .shipping_cont dl dd .red {
  font-weight: bold;
  color: #dd0000;
}

/* footer
*******************************************************/
#wrapper footer {
  position: relative;
  width: 100%;
  height: 446px;
  height: auto;
  /*bottom: 0;*/
  background: #171D2E;
}
@media screen and (min-width: 769px){
  #wrapper footer {
    height: 480px;
    height: auto;
  }
}

#wrapper footer .footercenter > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrapper footer .footercenter > ul li {
  list-style: none;
}

#wrapper footer .footercenter > ul li p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

#wrapper footer .footercenter > ul li p a {
  text-decoration: none;
}

#wrapper footer hr {
  margin: 0;
}


/* 背景固定コンテンツ
*******************************************************/
.bgfixed_section {
  display: flex;
  margin-bottom: 80px;
}

.bgfixed_section .bgfixed_box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}

.bgfixed_section .bgfixed_box .secbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1s ease 0s;
  z-index: -1;
}

.bgfixed_section .bgfixed_box.show .secbg {
  opacity: 1;
}

.bgfixed_section .bgfixed_box .secbg.mensbg {
  background-image: url("../../img/report/xmas2022/xmas2022_mens.jpg");
}

.bgfixed_section .bgfixed_box .secbg.ladiesbg {
  background-image: url("../../img/report/xmas2022/xmas2022_ladies.jpg");
}

.bgfixed_section .bgfixed_box .secbg.pairbg {
  background-image: url("../../img/report/xmas2022/xmas2022_pair.jpg");
}

.bgfixed_section .bgfixed_box .secbg.myselfbg {
  background-image: url("../../img/report/xmas2022/xmas2022_myself.jpg");
}

.bgfixed_section .bgfixed_box .secbg.fashionbg {
  background-image: url("../../img/report/xmas2022/xmas2022_fashion.jpg");
}
.bgfixed_section .bgfixed_box .secbg.fashionbg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(75%);
  background: inherit;
  z-index: -1;
}

.bgfixed_section .bgfixed_box .secbg.flowerbg {
  background-image: url("../../img/report/xmas2022/xmas2022_flower.jpg");
}

.bgfixed_section .bgfixed_box .secbg.giftbg {
  background-image: url("../../img/report/xmas2022/xmas2022_gift.jpg");
}

.bgfixed_section .bgfixed_box .section_cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* 2021 コンテンツ共通
*******************************************************/
.bgfixed_section .bgfixed_box .section_cont {
  width: 1000px;
  margin: auto;
}

.bgfixed_section .section_ttl {
  margin: 42px auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
  text-shadow: 0px 2px 4px rgb(0,0,0,1.0);
}

#catch .catch_cont .cp_area {
  margin-top: 80px;
}

#catch .catch_cont .cp_area .cp_bnr {
  margin-bottom: 20px;
}

#catch .catch_cont .cp_area .cp_bnr img {
  width: 100%;
}

#catch .catch_cont .cp_area .cp_bnr img.pc_cont {
  display: block;
}
#catch .catch_cont .cp_area .cp_bnr img.sp_cont {
  display: none;
}

#catch .catch_cont .cp_area .cp_info_box {
  width: 800px;
  margin: auto;
  padding: 20px 30px;
  color: #000000;
  background-color: #ffffff;
  border: 3px double #780C1B;
  box-sizing: border-box;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_ttl {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  color: #a30B1A;
  text-align: center;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_subttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  list-style: none;
  text-align: center;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_list > li {
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_list .red {
  color: #dd0000;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_list .bold {
  font-weight: bold;
}

#catch .catch_cont .cp_area .cp_info_box .cp_info_notice {
  margin-top: 15px;
  font-size: 13px;
  color: #dd0000;
  line-height: 1.7;
  text-align: center;
}
  
.bgfixed_section .bgfixed_item_area {
  margin-bottom: 50px;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_img {
  width: 450px;
  margin-right: 30px;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info {
  flex: 1;
  position: relative;
}

.bgfixed_section .bgfixed_item_area.col_reverse .bgfixed_cont {
  flex-direction: row-reverse;
}

.bgfixed_section .bgfixed_item_area.col_reverse .bgfixed_cont .bgfixed_img {
  width: 450px;
  margin-right: 0;
  margin-left: 30px;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name a {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name {
  margin-bottom: 15px;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name a .bgfixed_name_brand {
  display: block;
  font-size: 26px;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_txt {
  font-size: 15px;
  color: #000000;
  line-height: 2;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details {
  display: flex;
  flex-direction: column;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_icon {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_icon > li {
  margin-right: 8px;
  padding: 6px 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  border: 1px solid #ffffff;
  text-shadow: 1px 1px 3px #000000;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_icon > li.madeinjp {
  /*background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);*/
  background-color: #cA9F08;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_icon > li.carved {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_icon > li.free {
  background: linear-gradient(45deg, #C62828 0%, #EF5350 45%, #FFEBEE 70%, #EF5350 85%, #C62828 90% 100%);
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_price {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #df0000;
  text-align: right;
  letter-spacing: -0.03em;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_price .tax {
  margin-left: 2px;
  font-size: 19px;
}

.bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_cart a {
  display: block;
  width: 100%;
  padding: 13px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(to bottom, #f50101, #cf0404 30%, #a31400 60%, #6b0212);
}

/* item30 */
.bgfixed_section .bgfixed_item_area.item30 {
  display: flex;
  flex-wrap: wrap;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont:nth-of-type(3n) {
  margin-right: 0;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_info .bgfixed_name a {
  font-size: 20px;
  line-height: 1.2;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_info .bgfixed_name a .bgfixed_name_brand {
  margin-bottom: 7px;
  font-size: 17px;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details {
  position: relative;
  top: 0;
  margin-top: auto;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_info .bgfixed_txt {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.8;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details .bgfixed_icon {
  margin-bottom: 10px;
}

.bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details .bgfixed_icon > li {
  font-size: 12px;
}

/* 黒背景コンテンツ
*******************************************************/
.bgfixed_section.black_cont .bgfixed_item_area .bgfixed_cont {
  background-color: #000000;
}

.bgfixed_section.black_cont .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name a .bgfixed_name_brand {
  color: #ffffff;
}

.bgfixed_section.black_cont .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name a {
  color: #ffffff;
}

.bgfixed_section.black_cont .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_txt {
  color: #ffffff;
}


/* 固定ページ内リンク
*******************************************************/
#fixed_menu {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  background-color: #042;
  z-index: 5;
}

#fixed_menu > ul {
  display: flex;
  width: 1000px;
  height: 45px;
  margin: 0 auto;
  padding: 4px 0;
  list-style: none;
  /*background-color: #000000;*/
}

#fixed_menu > ul li {
  flex: 1;
  border-left: 1px solid #ffffff;
}

#fixed_menu > ul li:last-of-type {
  border-right: 1px solid #ffffff;
}

#fixed_menu > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}





@media screen and (max-width: 768px){
  .pc_cont { display: none; }
  .sp_cont { display: block; }
  
  body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
  
  html {
    height: -webkit-fill-available;
  }
  
  #wrapper {
    min-width: 100%;
  }
  
  /* header
  *******************************************************/
  header a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    margin: auto;
  }

  header a img {
    width: 100%;
  }
  
  #fixed_menu {
    display: none !important;
  }
  
  /* hamburger
  *******************************************************/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 34px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 70%);
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-16px) rotate(45deg);
  }
  
  .menu-trigger {
    position: fixed;
    top: 15px;
    right: 13px;
    z-index: 20;
  }
  
  #ham_menu {
    position: fixed;
    top: 0;
    left: -92%;
    width: 86%;
    transition: left .3s;
    z-index: 14;
  }
  #ham_menu.open {
    left: 0;
  }
  #ham_menu > ul {
    width: 100%;
    margin: 0;
    padding: 20px;
    list-style: none;
    background-color: #000000;
    box-shadow: 2px 2px 10px rgb(255 255 255 / 70%);
    box-sizing: border-box;
  }
  #ham_menu > ul li {
    border-bottom: 1px solid #dddddd;
  }
  #ham_menu > ul li:last-of-type {
    border-bottom: none;
  }
  #ham_menu > ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    text-decoration: none;
  }
  
  
  /* main
  *******************************************************/
  #main {
    /*height: 90vh;*/
  }

  #main .main_cont {
    width: 100%;
  }

  #main .main_cont .main_img {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
  }

  #main .main_text {
    padding-top: 15px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
  }
  
  #main .main_text .mv_jp {
    font-size: 26px;
  }

  /* catch
  *******************************************************/
  #catch .catch_cont {
    padding: 30px 20px 40px;
  }
  
  #catch .catch_cont .catch_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  #catch .catch_cont .catch_txt {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }

  /* pair
  *******************************************************/
  #pair {
    padding-top: 120px;
    padding-bottom: 100px;
    background-size: 170%;
  }
  
  #pair h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  
  #pair .pair_box {
    margin-bottom: 80px;
  }
  
  #pair .pair_box .pair_img {
    margin-bottom: 20px;
  }
  
  #pair .pair_box .pair_img img {
    width: 100%;
  }
  
  #pair .pair_box .pair_catch {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
  
  #pair .pair_box .pair_txt {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 13px;
    text-align: left;
  }
  
  #pair .pair_box .pair_name {
    font-size: 15px;
    margin-bottom: 15px;
  }

  /* pickup
  *******************************************************/
  #pickup {
    padding: 20px 10px;
  }
  
  #pickup .inner {
    padding: 20px 10px;
  }
  
  #pickup .pickup_ttl_jp {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  
  #pickup .pickup_ttl_en {
    margin-bottom: 20px;
    font-size: 13px;
  }
  
  #pickup .pickup_list {
    flex-wrap: wrap;
  }
  
  #pickup .pickup_list > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  
  #pickup .pickup_list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  
  #pickup .pickup_list > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  
  #pickup .pickup_list > li .pickup_brand {
    width: 110px;
  }
  
  #pickup .pickup_list > li .pickup_brand img {
    width: 100%;
  }
  
  #pickup .pickup_list > li .pickup_name {
    line-height: 1.3;
  }
  
  #pickup .pickup_list > li .pickup_name a {
    font-size: 12px;
    vertical-align: top;
  }

  /* service
  *******************************************************/
  .service_cont {
    padding: 16vw 0;
  }
  
  #wrapping.service_cont {
    padding-bottom: 60px;
  }
  
  .service_cont .service_jp {
    font-size: 18px;
  }
  
  .service_cont .service_en {
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  .service_cont .service_img {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .service_cont .service_img img {
    width: 100%;
  }
  
  .service_cont .service_txt {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  
  .service_cont#carved .service_btn {
    margin-bottom: 60px;
  }
  
  .service_line {
    width: 90%;
    margin: auto;
  }
  
  .service_line img {
    width: 100%;
  }

  /* shipping
  *******************************************************/
  #shipping {
    padding: 11vw 20px 12vw;
    background-size: 100%;
    background-size: cover;
  }
  
  #shipping .shipping_ttl {
    margin-bottom: 20px;
    font-size: 19px;
  }
  
  #shipping .shipping_cont dl {
    display: block;
    margin-bottom: 10px;
  }
  
  #shipping .shipping_cont dl dt {
    width: 100%;
    padding: 10px;
  }
  
  #shipping .shipping_cont dl dt p {
    font-size: 14px;
  }
  
  #shipping .shipping_cont dl dd {
    width: 100%;
    padding: 15px 15px 20px;
  }
  
  #shipping .shipping_cont dl dd p {
    font-size: 12px;
    line-height: 1.7;
  }
  
  #wrapper footer .spnone {
    display: none;
  }
  
  #wrapper footer .ftcont {
    font-size: 13px;
  }

  /* 2021 コンテンツ共通
  *******************************************************/
  #catch .catch_cont .cp_area {
    margin-top: 40px;
  }
  
  #catch .catch_cont .cp_area .cp_bnr img.pc_cont {
    display: none;
  }
  #catch .catch_cont .cp_area .cp_bnr img.sp_cont {
    display: block;
  }
  
  #catch .catch_cont .cp_area .cp_info_box {
    width: 100%;
    padding: 20px;
  }
  
  #catch .catch_cont .cp_area .cp_info_box .cp_info_ttl {
    font-size: 17px;
  }
  
  #catch .catch_cont .cp_area .cp_info_box .cp_info_txt {
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
  }
  
  #catch .catch_cont .cp_area .cp_info_box .cp_info_subttl {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
  
  #catch .catch_cont .cp_area .cp_info_box .cp_info_list {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
  
  #catch .catch_cont .cp_area .cp_info_box .cp_info_list > li {
    margin-bottom: 6px;
  }
  
  #catch .catch_cont .cp_area .cp_info_box .cp_info_notice {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  
  .bgfixed_section .bgfixed_box .section_cont {
    width: 100%;
    padding: 10px;
  }
  
  .bgfixed_section .bgfixed_item_area {
    margin-bottom: 40px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont {
    display: block;
    padding: 15px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_img,
  .bgfixed_section .bgfixed_item_area.col_reverse .bgfixed_cont .bgfixed_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name {
    margin-bottom: 10px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name a {
    font-size: 22px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_name a .bgfixed_name_brand {
    font-size: 20px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details {
    position: relative;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_info .bgfixed_txt {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_icon > li {
    font-size: 13px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_price {
    font-size: 22px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_price .tax {
    font-size: 13px;
  }
  
  .bgfixed_section .bgfixed_item_area .bgfixed_cont .bgfixed_details .bgfixed_cart a {
    font-size: 16px;
  }
  
  .bgfixed_section .bgfixed_box {
    padding: 0;
  }
  
  .bgfixed_section .section_ttl {
    font-size: 29px;
  }
  
  #catch {
    margin-bottom: 50px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont {
    padding: 10px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont:nth-of-type(n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont:nth-of-type(2n) {
    margin-right: 0;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_info .bgfixed_name a .bgfixed_name_brand {
    font-size: 14px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_info .bgfixed_name a {
    font-size: 16px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_info .bgfixed_txt {
    font-size: 12px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details .bgfixed_icon {
    flex-wrap: wrap;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details .bgfixed_icon > li {
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
  .bgfixed_section .bgfixed_item_area.item30 .bgfixed_cont .bgfixed_details .bgfixed_cart a {
    padding: 10px 0;
    font-size: 14px;
  }
  

  
  
  
  
  
  
  
  
}

