@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
/* A Modern CSS Reset */

*, *::before, *::after {
  box-sizing: border-box
}
ul, ol {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
html {
  scroll-behavior: smooth
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul, ol {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
}
article>*+* {
  margin-top: 1em;
}
input, button, textarea, select {
  font: inherit;
}
/* Foundation
************************************/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.7rem;/* 17px*/
  line-height: 2!important;
  font-family: var(--fontbase);
}
#custom_order_lp_wrap p,
#custom_order_lp_wrap .inner p {
  font-size: calc(1.5rem + ((1vw - 0.6rem) * 0.2941));/*  vp600px～1280pxは15px~17pxで可変*/
  line-height: 2!important;
  letter-spacing: .1em;
  font-family: var(--fontbase);
  font-weight: normal;
}
@media screen and (min-width: 1280px)/* 1280以上*/ {
  #custom_order_lp_wrap p {
    font-size: 1.7rem!important;/* 17px*/
  }
}
@media screen and (max-width: 899px) {
  #custom_order_lp_wrap p {
    letter-spacing: .07em!important;
    line-height: 2.2!important;
  }  
}
@media screen and (max-width: 599px) {
  #custom_order_lp_wrap p {
    font-size: 1.5rem!important;/* 15px*/
  }
}
@media screen and (max-width: 899px) {
  #custom_order_lp_wrap p br {
    display: none;
  }
}
#custom_order_lp_wrap h2,
#custom_order_lp_wrap h3 {
  letter-spacing: .15em!important;
  line-height: 1.3!important;
}
a {
  color: inherit;
  transition: .2s;
}
a * {
  transition: .2s;
}
a:hover {
  opacity: .8;
}
:root {
  --fontawe: "Font Awesome 5 Free";
  --fontbase: "Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  --g-color: #161616;
  --fontmincho: 'Noto Serif JP', serif;
  --r-color: #bb262e;
}
/* style
************************************/
.center {
  text-align: center;
}
.red {
  color: #ff0000;
}
@media screen and (min-width: 600px) /* 600以上*/{
  .pc_hide {
    display: none;
  }
  .sp_hide {
    display: block;
  }
}
@media screen and (max-width: 599px) /* 599以下*/{
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
}
/* header
************************************/
header,
.header_menu_wrap,
.shipping_free p {
  font-family: Meiryo,sans-serif,"Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans"!important;
  letter-spacing: 0;
  line-height: 1.3;
}
/* footer
************************************/
footer p,
footer li {
  font-family: Meiryo,sans-serif,"Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans"!important;
  letter-spacing: 0;
  line-height: 1.4;
}
footer span {
  font-family: Meiryo,sans-serif,"Helvetica Neue",Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans"!important;
  letter-spacing: 0;
  line-height: 1.3;
}
/* オンラインショップCSS移植　スマホ時メニュー
****************************************/
@media screen and (max-width: 599px) {
  .l-header {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  transition: .3s;
  z-index: 99;
  width: 100%;
  padding: 0 0 14px!important;	
}

.l-header .l-Block {
  transition: .3s all;
  padding: 0!important;
}
.l-header .l-flexBlock {
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto;
  max-width: 1400px;
}
.l-header .l-flexBlock .l-flexItem:last-child {
  margin-left: auto;
}
.p-logowrapBlock {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 30px 50px 20px;
}
.header_logo_wrap {
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-logowrapBlock .u-heading01 {
  max-width: 100px;
  transition: .3s all;
}
.p-logowrapBlock .p-headcomment {
  font-family: var(--min);
  font-size: 1.4rem;
  margin-left: 1%;
  white-space: nowrap;
}
}
@media screen and (max-width: 800px) {
  .p-logowrapBlock {
    padding: 14px 14px 0px;
  }
  .header_logo_wrap {
    width: 42%;
  }
}
@media screen and (max-width: 599px) {
  .p-logowrapBlock {
    padding: 14px 10px 0px;
  }
  .header_logo_wrap {
    width: 77%;
  }
  .p-logowrapBlock .p-headcomment {
    font-size: 11px;
  }
}
.l-gnav {
  background-color: rgba(22, 22, 22, 0.85);
  font-family: var(--min);
  height: 100%;
  transition: all 0.4s;
  transform: translate(312px);
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 312px;
  z-index: 1000;
}
.l-gnav.open {
  transform: translate(0);
}
.l-gnav.open .l-flexBlock {
  display: block;
  padding-top: 8rem;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}
.l-gnav.open .l-flexBlock li {
  border-bottom: solid 1px #fff;
  padding-bottom: 1.5rem;
  position: relative;
}
.l-gnav.open .l-flexBlock li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.l-gnav.open .l-flexBlock li a {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 2rem;
  position: relative;
  text-align: center;
}
.l-gnav.open .l-flexBlock li a:before {
  color: #fff;
  content: '\f0da';
  display: inline-block;
  font-family: var(--fontawe);
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-gnav.open .l-memberBlock {
  margin-top: 4rem;
}
.l-gnav.open .l-memberBlock .p-customer {
  background-color: var(--g-color);
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding: .5rem 0;
  text-align: center;
}
.l-gnav.open .l-memberBlock .p-customer span {
  display: inline;
}
.l-gnav.open .l-memberBlock .l-flexBlock {
  padding-top: 0;
}
.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem a {
  padding-left: 4rem;
}
l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem:last-child {
  border-bottom: none;
  margin-left: 0;
}
.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem.p-registration a:before {
  content: '\f234';
}
.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem.p-login a:before {
  content: '\f2f6';
}
.l-gnav.open .l-memberBlock .l-flexBlock .l-flexItem.p-mypage a:before {
  content: '\f2bb';
}
.l-gnav span {
  display: block;
}
.gnav_media,
.gnav_media a {
}
.gnav_media a:before {
  content: '\f05a'!important;
  font-family: var(--fontawe);
}
.l-flexCont .l-flexBlock {
  display: flex;
  flex-wrap: wrap;
}
.l-flexCont .l-flexBlock {
  display: flex;
  flex-wrap: wrap;
}
/* slick slider
************************************/
.slider_item {
  margin: 0!important;
  padding: 0!important;
}
.slider_item div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}
@media screen and (max-width: 599px) {
  .slider_item div {
    height: 70vh;
  }
}
.slider_item div.slider01 {
  background-image: url(../item/slider01.jpg);
}
.slider_item div.slider02 {
  background-image: url(../item/slider02.jpg);
}
.slider_item div.slider03 {
  background-image: url(../item/slider03.jpg);
}
.slider_item .slick-dots {
    bottom: 4%;
    z-index: +1;
}
.slick-dots {
  font-size: 20px;
}
/* custom_intro
************************************/
#custom_order_lp_wrap {
  width: 100%;
  margin: 0 auto!important;
}
#custom_intro {
  width: 100%;
  background-color: #f4f4f4;
  border-top: solid 5px #f0eceb;
  padding: 6rem 0;
}
@media screen and (max-width: 899px) {
  #custom_intro {
    padding: 3rem 0;
  }
}
#custom_order_lp_wrap .inner {
  width: 1280px;
  margin: 0 auto 3rem;
}
#custom_order_lp_wrap section .inner:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #custom_order_lp_wrap .inner {
    width: 90%;
  }
}
#custom_intro h2 {
  font-size: 2.6rem;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(1.6rem + ((1vw - 0.6rem) * 1.1765));/* vp600px～1280pxは16px~26pxで可変*/
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1280px)/* 1280以上*/ {
  #custom_intro h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) /* 599以下*/{
  #custom_intro h2 {
    font-size: 1.6rem;
  }
}
#custom_intro h2 img {
  display: block;
  margin: 4rem auto 0;
}
#custom_order_lp_wrap #custom_intro p {
  line-height: 2.6!important;
  margin-bottom: 2rem;
}
#custom_intro h2 + p span {
  font-size: 2.9rem;
}
@media screen and (max-width: 899px) {
  #custom_intro h2 img {
    margin: 2rem auto 0;
  }
  #custom_intro p {
    line-height: 2.2;
  }
  #custom_intro h2 + p span {
    font-size: 2.7rem;
  }
}
/* how_to_order
************************************/
#how_to_order {
  background-color: #f4f4f4;
}
#how_to_order h2 {
  display: block;
  text-align: center;
  width: 19.68%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 1280px) {
  #how_to_order h2 {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #how_to_order h2 {
    margin: 0 auto 3rem;
  }
}
.how_to_order_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.how_to_order_box {
  width: 32.5%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}
.how_to_order_box h3 {
  font-size: 2.5rem;
  font-size: calc(1.8rem + ((1vw - 0.9rem) * 1.8421));/* vp900~1280 18px~25pxで可変*/
  font-weight: 500;
  width: 100%;
  display: inline-flex;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .how_to_order_box h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 899px) {
  .how_to_order_box h3 {
    font-size: 2.2rem;
  }
}
.how_to_order_box h3 span:first-child {
  width: 20%;
}
.how_to_order_box h3 span:last-child {
  width: 80%;
  text-align: center;
}
.how_to_order_box p {
  width: 80%;
  padding-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .how_to_order_box p br {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .how_to_order_wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .how_to_order_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/* custom_item
************************************/
#custom_item {
  width: 100%;
  background-color: #f4f4f4;
  padding: 6rem 0;
}
#custom_item h2 {
  display: block;
  text-align: center;
  width: 19.68%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 1280px) {
  #custom_item h2 {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  #custom_item h2 {
    margin-bottom: 3rem;
  }
}
.item_list {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_list li {
  width: 24%;
  text-align: center;
  font-size: calc(1.5rem + ((1vw - 0.9rem) * 0.7895));/* vp900~1280 15px~18pxで可変*/
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1280px) {
  .item_list li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .item_list li br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .item_list li {
    font-size: 1.5rem;
    letter-spacing: .07em;
  }
}
.item_list li img {
  margin-bottom: 1rem;
}
.item_list li span {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 899px) {
  .item_list li {
    width: 48%;
    margin-bottom: 4rem;
  }
}
.bnr_leather_sample {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .bnr_leather_sample {
    width: 100%;
  }
}
#custom_item .inner:last-child {
  margin-bottom: 0!important;
}
/* custom_naire
************************************/
#custom_naire {
  width: 100%;
  background: url(../item/bg_naire.gif);
  padding: 9rem 0;
}
@media screen and (max-width: 599px) {
  #custom_naire {
    background-size: 22px;
    padding: 3rem 0;
  }
}
#custom_naire h2 {
  font-size: calc(2.2rem + ((1vw - 0.6rem) * 3.6765));/* vp900~1280 22px~47pxで可変*/
  text-align: center;
  margin-bottom: 1em;
}
#custom_naire h2 span {
  color: #d10000;
}

#custom_naire h2:after {
  display: block;
  content: '';
  width: 77px;
  height: 4px;
  background-color: #000000;
  margin: .7em auto;
}
@media screen and (min-width: 1280px) {
  #custom_naire h2 {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 599px) {
  #custom_naire h2 {
    font-size: 2.2rem;
  }
}
.naire_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.naire_wrap div:first-child {
  width: 50%;
}
.naire_wrap div:last-child {
  width: 47%;
}
@media screen and (max-width: 899px) {
  .naire_wrap div:last-child {
    display: inline-flex;
    flex-direction: column;
  }
  .naire_wrap div:last-child .order_01 {
    order: 1;
  }
  .naire_wrap div:last-child .order_02 {
    order: 2;
  }
  .naire_wrap div:last-child .order_03 {
    order: 3;
  }
}
.naire_wrap div p {
  margin-bottom: 2em;
}
.naire_wrap div p+p {
  margin-bottom: 4em;
}
@media screen and (max-width: 1280px) {
.naire_wrap div p br {
  display: none;
}
}
@media screen and (max-width: 899px) {
  .naire_wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .naire_wrap div:first-child,
  .naire_wrap div:last-child  {
    width: 100%;
  }
  .naire_wrap div img {
    display: block;
    margin: 0 auto 1em;
  }
  .naire_wrap div p,
  .naire_wrap div p+p {
    margin-bottom: 2em!important;
  }
}
/* custom_bnrarea
************************************/
#custom_bnrarea {
  background-color: #f4f4f4;
  padding: 8rem 0;
}
@media screen and (max-width: 599px) {
  #custom_bnrarea {
    padding: 3rem 0;
  }
}
/* custom_material
************************************/
#custom_material {
  width: 100%;
  background: url(../item/bg_material.jpg), no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 89.5rem;
}
@media screen and (max-width: 1280px) {
  #custom_material {
    min-height: auto;
    padding: 8rem 0;
  }
}
#custom_material h2 {
  text-align: center;
  font-size: calc(2.2rem + ((1vw - 0.6rem) * 2.0588));/* vp900~1280 22px~39pxで可変*/
}
#custom_material h2:after {
  display: block;
  content: '';
  width: 77px;
  height: 4px;
  background-color: #000000;
  margin: .7em auto;
}
@media screen and (min-width: 1280px) {
  #custom_material h2 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 599px) {
  #custom_material h2 {
    font-size: 2.2rem;
  }
}
.custom_material_wrap {
  width: 65%;
  background-color: rgba(255, 255, 255, 0.84);
  padding: 6rem 5rem 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .custom_material_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .custom_material_wrap {
    width: 100%;
    padding: 3rem 2.5rem 2rem;
  }
}
#custom_order_lp_wrap .custom_material_wrap p {
  font-size: 1.4rem!important;
  text-align: center;
  line-height: 2.6;
}
/* siaa_area
************************************/
#siaa_area {
  width: 100%;
  padding: 8rem 0;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  #siaa_area {
    padding: 3rem 0;
  }
}
#siaa_area h2 {
  text-align: center;
  line-height: 1.6!important;
  letter-spacing: 0.2rem!important;
  font-size: calc(2.2rem + ((1vw - 0.6rem) * 2.0588));/* vp900~1280 22px~39pxで可変*/
}
#siaa_area h2:after {
  display: block;
  content: '';
  width: 77px;
  height: 4px;
  background-color: #000000;
  margin: .7em auto;
}
@media screen and (min-width: 1280px) {
  #siaa_area h2 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 599px) {
  #siaa_area h2 {
    font-size: 2.2rem;
  }
}
.custom_siaa_wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.custom_siaa_logo {
  width: 30%;
  display: inline-flex;
  height: auto;
  align-items； flex-start;
  justify-content: space-between;
}
.custom_siaa_logo img {
  width: 46%;
  height: auto;
  align-self: flex-start; 
}
.custom_siaa_txt {
  width: 68%;
}
@media screen and (max-width: 899px) {
  .custom_siaa_wrap {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .custom_siaa_logo {
    width: 60%;
    margin-top: 2rem;
  }
  .custom_siaa_txt {
    width: 100%;
  }
}
#siaa_area .special_note {
  font-size: 1.4rem!important;
  background-color: #fafafa;
  letter-spacing: 0!important;
  padding: 2rem;
  margin-top: 2rem;
}
.special_note span {
  display: block;
  font-weight: 700;
}
a screen and (max-width: 1280px){
  .special_note br {
    display: block!important;
  }
}


/* cypris_quality
************************************/
#cypris_quality {
  background: url(../item/quality_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  padding: 8rem 0;
}
#cypris_quality h2 {
  display: block;
  text-align: center;
  width: 21.48%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 1280px) {
  #cypris_quality h2 {
    width: 80%;
  }
}
.quality_wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.quality_wrap:before {
  content: "";
  display: block;
  padding-top: 61.17%; /*　縦横比　縦/横　paddingを与えることで擬似的に高さを与える。*/
}
@media screen and (max-width: 1280px) {
  .quality_wrap:before {
    content: "";
    display: none;
    padding-top: 0;
  }
}
.quality_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .quality_box {
    position: static;
  }
}
.quality_txt {
  width: 55.46%;
  position: absolute;
  bottom: 0;
  right: 4rem;
  z-index: 0;
}
.quality_txt p:first-child {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .quality_txt {
    width: 100%;
    position: static;
  }
  .quality_txt p br {
    display: none;
  }
}
.quality_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .quality_img {
    position: static;
    margin-bottom: 2rem;
  }
}
/* for_present
************************************/
#custom_order_lp_wrap #for_present {
  background-color: #FFF;
  padding: 6rem 0;
}
@media screen and (max-width: 599px) {
  #custom_order_lp_wrap #for_present {
    padding: 6rem 0 0;
  }
}
#custom_order_lp_wrap .present_wrap {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 899px) {
  #custom_order_lp_wrap .present_wrap {
    flex-wrap: wrap;
  }
}
#custom_order_lp_wrap .present_box {
  width: 25%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 899px) {
  #custom_order_lp_wrap .present_box {
    width: 50%;
    margin-bottom: 6rem;
  }
}
#custom_order_lp_wrap .present_box * {
  text-align: center;
}
#custom_order_lp_wrap .present_box h2 {
  color: #6d6d6d;
  font-size: calc(2.2rem + ((1vw - 0.6rem) * 1.1765));/* vp900~1280 22px~30pxで可変*/
  margin-bottom: .8em;
}
#custom_order_lp_wrap .present_box h2 img {
  display: block;
  width: 60%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  #custom_order_lp_wrap .present_box h2 {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 599px) {
  #custom_order_lp_wrap .present_box h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  #custom_order_lp_wrap .present_box h2 img {
    width: 80%;
  }
}
#custom_order_lp_wrap .present_item {
  width: 60%;
  margin: -12% auto 3rem;
}
@media screen and (max-width: 599px) {
  #custom_order_lp_wrap .present_item {
    width: 70%;
    margin: -12% auto 0.5rem;
  }
}
#custom_order_lp_wrap .present_box .present_txt {
  padding: 0 1.5rem;
  font-size: 1.4rem!important;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  #custom_order_lp_wrap .present_box .present_txt {
    letter-spacing: 0!important;
    text-align: left;
  }
}
#custom_order_lp_wrap .present_price {
  font-size: calc(1.6rem + ((1vw - 0.6rem) * 0.2941));/* vp900~1280 16px~18pxで可変*/
  line-height: 1.8!important;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 1280px) {
  #custom_order_lp_wrap .present_price {
    font-size: 1.8rem!important;
  }
}
#custom_order_lp_wrap .present_price span {
  display: block;
  font-size: 1.5rem;
}
#custom_order_lp_wrap .present_box .btn_next {
  width: 203px;
  height: auto;
}
@media screen and (max-width: 599px) {
  #custom_order_lp_wrap .present_price {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.5rem;
  }
  #custom_order_lp_wrap .present_price span {
    font-weight: normal;
  }
  #custom_order_lp_wrap .present_box .btn_next {
    width: 80%;
    margin-top: auto;
  }
}
@media screen and (max-width: 1800px) {
  .present_txt br {
    display: none;
  }
}
/* cutsom_caution
************************************/
#custom_info {
  background-color: #FFF;
  padding: 6rem 0 3rem;
}
.cutsom_caution {
  width: 86.17%;
  margin: 0 auto;
  border: dotted 2px #7f7f7f;
  padding: 3rem 5rem 0;
}
.cutsom_caution li {
  font-weight: 400!important;
}
@media screen and (max-width: 599px) {
  #custom_info {
    padding: 0rem 0 3rem;
  }
  .cutsom_caution {
    width: 100%;
    padding: 3rem 2rem 0;
  }
}
.cutsom_caution h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.cutsom_caution h3 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
#custom_order_lp_wrap .list_disc {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 2rem;
  margin-bottom: 2em;
}
#custom_order_lp_wrap .list_disc li {
  list-style-type: disc!important;
  list-style-position: outside!important;
}
.cutsom_caution li {
  font-size: 1.5rem;
}
.list_asterisk {
  margin-bottom: 2em;
  list-style: none;
}
.list_asterisk li {
  padding-left: 1rem;
  text-indent: -1.4rem;
}
.list_circle {
  margin-bottom: 2em;
}
.list_circle li {
  text-indent: -1.8rem;
  padding-left: 1.4rem;
}
.list_circle li:before {
  content: '\f111';
  font-weight: 900;
  font-family: var(--fontawe);
  display: inline;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .cutsom_caution li br {
    display: none;
  }
}
/* custom_item_link
************************************/
#custom_item_link {
  width: 100%;
  background-color: #f4f4f4;
  padding: 6rem 0;
}
@media screen and (max-width: 599px) {
  #custom_item_link {
    padding: 6rem 0 0;
  }
}
#custom_item_link h2 {
  font-size: font-size: calc(2.2rem + ((1vw - 0.6rem) * 0.7353));/* vp900~1280 22px~27pxで可変*/
  color: #6d6d6d;
  text-align: center;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 1280px) {
  #custom_item_link h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  #custom_item_link h2 {
    font-size: 2.2rem;
  }
}
/* order_campaign
************************************/
#order_campaign p {
  line-height: 0;
}
#order_campaign img {
  margin: 0 auto;
}
#order_campaign p.order_campaign_txt {
  width: 90%;
  font-size: 1.4rem!important;
  display: block;
  margin: 2rem auto;
}
/* バイヤーズ賞
************************************/
#top_others {
  width: 1280px!important;
  padding: 6rem 0 0!important;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #top_others {
    width: 90%!important;
  }
}
.top_buyer_wrap {
  position: relative;
  width: 74%!important;
  margin: 0 auto 6rem;
}
.buyer_medal {
  position: absolute;
  width: 7.2rem!important;
  top: -0.2rem!important;
  left: 3rem!important;
}
.top_buyer_box {
  width: 100%!important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 3rem 4rem 3rem 13.5rem!important;
}
.top_buyer_txt {
  width: 64%!important;
  font-weight: 400;
}
.top_ttl_buyer {
  font-family: var(--fontmincho);
  letter-spacing: 0;
  font-size: calc(1.8rem + ((1vw - 0.6rem) * 0.5882));/* vp900~1280 18px~22pxで可変*/
  font-weight: 900;
  line-height: 2.0em!important;
}
.top_ttl_buyer br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .top_ttl_buyer {
    font-size: 2.2rem!important;
  }
}
@media screen and (max-width: 599px) {
  .top_ttl_buyer {
    font-size: 1.8rem!important;
  }
}
.top_buyer_txt p {
  font-size: 1.3rem!important;
  line-height: 2.0em!important;
  letter-spacing: 0!important;
}
.top_buyer_img {
  width: 30%!important;
}
@media screen and (max-width: 1280px) {
  .top_buyer_wrap {
    width: 100%!important;
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 899px) {
  .buyer_medal {
    position: absolute;
    width: 4.6rem!important;
    top: -0.2rem!important;
    left: 0.1rem!important;
  }
  .top_buyer_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 2rem!important;
  }
  .top_buyer_txt {
    width: 100%!important;
    margin-bottom: 1.5rem!important;
  }
  .top_ttl_buyer br {
    display: block!important;
  }
  .top_ttl_buyer {
    font-size: 1.6rem!important;
    text-align: center;
    line-height: 1.8em!important;
    margin-bottom: 1rem!important;
  }
  .top_buyer_img {
    width: 40%!important;
  }
} 
@media screen and (max-width: 599px) {
  #top_others {
    padding: 3rem 0 0!important;
    margin-bottom: 0!important;
  }
  .buyer_medal {
    width: 3.6rem!important;
  }
}
/* 会員バナー
************************************/
.top_bnr_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.top_bnr_wrap li {
  width: 47%;
  text-align: center;
}
.link_arrow:before {
  font-family: var(--fontawe);
  content: '\f061';
  font-size: 1.4rem;
  font-weight: 900;
  padding-right: .4rem;
}
.link_arrow a {
  font-size: 1.4rem;
  text-decoration: underline;
  letter-spacing: 0;
}
.link_arrow a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .top_bnr_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top_bnr_wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
   .top_bnr_wrap li {
    width: 100%;
  }
  .top_bnr_wrap li:first-child {
    margin-bottom: 1rem;
  }
  .top_bnr_wrap li .link_arrow {
    line-height: 1;
  }
  .top_bnr_wrap li .link_arrow a {
      font-size: 1.2rem!important;
  }
}
/* footer
************************************/
#custom_footer .fs-l-footer__contents {
  margin-top: 0!important;
}
#custom_footer .fs-l-footer__contents *,
#custom_footer  .fs-p-footerCopyright p {
  font-family: var(--fontmincho)!important;
}
/* 色選びに迷ったら
************************************/
#custom_color_choice {
  width: 100%;
  padding: 9rem 0;
}
@media screen and (max-width: 599px) {
  #custom_color_choice {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1280px) {
  #custom_color_choice .inner {
    width: 90%;
  }
}
.custom_color_2col_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .custom_color_2col_wrap {
    flex-direction: column-reverse;
  }
}
.custom_color_txt,
.custom_color_img {
  width: 48%;
}
.custom_color_img {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .custom_color_txt,
  .custom_color_img {
      width: 100%;
  }
  .custom_color_img {
    margin-bottom: 3rem;
  }
}
.custom_color_img img {
  border-radius: 10px;
}
#custom_color_choice .custom_color_txt_ttl {
  font-size: calc(2.2rem + ((1vw - 0.6rem) * 3.6765));/* vp900~1280 22px~47pxで可変*/
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.6!important;
}
@media screen and (min-width: 1280px) {
  #custom_color_choice .custom_color_txt_ttl {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 899px) {
  #custom_color_choice .custom_color_txt_ttl {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  #custom_color_choice .custom_color_txt_ttl {
    font-size: 2.2rem;
  }
}
.custom_color_txt_ttl span:nth-child(1) {
  font-size: calc(2.6rem + ((1vw - 0.9rem) * 1.2953));
  display: block;
  margin-bottom: 2rem;  
}
@media screen and (min-width: 1280px) {
  .custom_color_txt_ttl span:nth-child(1) {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 899px) {
  .custom_color_txt_ttl span:nth-child(1) {
    margin-bottom: 1rem;  
  }
}
@media screen and (max-width: 599px) {
  .custom_color_txt_ttl span:nth-child(1) {
    font-size: 1.6rem;
  }
}
.custom_color_txt_ttl span:nth-child(2) {
  color: #498263;
}
.custom_color_txt_ttl span:nth-child(3) {
  color: #6fb0ba;
}
.custom_color_txt_ttl span:last-child {
  color: #df591c;
}
.custom_link_more {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  text-align: center;
  background-color: #171717;
  border-radius: 50px;
  white-space: nowrap;
  display: block;
  width: fit-content;
  margin:  20px auto 30px;
  padding: 2rem 4rem;
  cursor: pointer;
  transition: .3s;
}
.custom_color_txt a:hover {
  text-decoration: none!important;
}
@media screen and (max-width: 599px){
  .custom_link_more {
    font-size: 16px;
    white-space: normal;
    padding: 1.8rem 2.8rem;
  }
}
@media screen and (max-width: 322px){
  .custom_link_more {
    padding: 1.8rem 2rem;
  }
}
.custom_link_more:hover {
  background-color: #6f6f6f;
}
.custom_link_more:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #FFF;
  padding-left: 1rem;
}
/* 革婚式
************************************/
.naire_kawakon_wrap {
  display: flex;
  width: 100%;
  background-color: #f9f8f5;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 599px) {
  .naire_kawakon_wrap {
    margin: 0 auto 4rem;
    flex-direction: column;
  }
}
.naire_kawakon_img {
  width: 42%;
}
.naire_kawakon_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .naire_kawakon_img {
    width: 100%;
  }
  .naire_kawakon_img img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
}
.naire_kawakon_txt {
  width: 58%;
  text-align: center;
  margin: 1.5rem;
  padding: 0 2rem 3rem;  
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .naire_kawakon_txt {
    width: calc(100% - 3rem);
  }
}
.naire_kawakon_txt:before,
.naire_kawakon_txt:after{ 
    content:'';
    width: 136px;
    height: 136px;
    position: absolute;
    display: inline-block;
}
@media screen and (max-width: 599px) {
  .naire_kawakon_txt:before,
.naire_kawakon_txt:after{ 
    content:'';
    width: 80px;
    height: 80px;
}
}
.naire_kawakon_txt:before{
    border-right: solid 1px #472803;
    border-top: solid 1px #472803;
    top:0;
    right: 0;
}
.naire_kawakon_txt:after{
    border-left: solid 1px #472803;
    border-bottom: solid 1px #472803;
    bottom:0;
    left: 0;
}
.naire_kawakon_txt * {
  color: #692203!important;
}
.naire_kawakon_txt h2 {
  font-family: var(--min);
  font-size: 4.6rem;
  background: url(https://morpho1995noij.itembox.design/item/name/wedding_txt.png) no-repeat center;
  background-size: 284px auto;
  padding: 3rem 0;
}
.naire_kawakon_txt h2 small {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .naire_kawakon_txt h2 {
    font-size: 2.6rem;
    background: url(https://morpho1995noij.itembox.design/item/name/wedding_txt.png) no-repeat center;
    background-size: 142px auto;
    padding: 2rem 0;
  }
  .naire_kawakon_txt h2 small {
    font-size: 1.3rem;
  }
}
.naire_kawakon_txt h3 {
  font-family: var(--min);
  font-size: 2.2rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .naire_kawakon_txt h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.naire_kawakon_txt p {
  font-family: var(--font_noto_sans);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 1430px) {
  .naire_kawakon_txt p br {
    display: none;
  }
}
