@charset "Shift_JIS";

/*-- common
------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.topics_wrapper li a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

p {
  font-family: 'Zen Old Mincho', serif;
}

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

.c-red{
	color: #e31818;
}

#contentsArea {
  width: 100vw;
  margin: auto;
}

.jtb__device--sp {
  width: 100%;
}

#mainContents {
  background: #fff;
  padding: 0;
  color: #333;
}

.inner {
  width: 1130px;
  margin: 0 auto;
}

.inner1180 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.inner1415 {
  max-width: 1415px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.premience_headline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.premience_headline_inner {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.premience_headline_inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}

.premience_headline_en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 38px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
  background: #fff;
}

.premience_headline_jp {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  color: #828282;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  top: -2px;
  left: -5px;
  padding: 0 20px;
  background: #fff;
}

.premience_lr {
  display: flex;
  margin-top: 52px;
}

.premience_lr_l {
  width: 48.2%;
  box-sizing: border-box;
  margin-right: 3.6%;
}

.premience_lr_r {
  width: 48.2%;
  box-sizing: border-box;
}

.premience_imgwrap {
  overflow: hidden;
  display: block;
  transition: all .5s;
}

.premience_imgwrap:hover {
  opacity: .7;
}

.premience_imgwrap img {
  transition: all .5s;
  transform: scale(1);
}

.premience_imgwrap:hover img {
  transform: scale(1.05);
}

.premience_imgchuki {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 5px;
}

.premience_tag_ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.premienceunder_detail-premience_finishing_sales {
  color: red;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-top: 5px;
}

.premience_tag_ul_li {
  margin: 0 4px 4px 0;
}

.premience_tag_ul_li_a, .premience_tag_ul_li_a:link, .premience_tag_ul_li_a:visited {
  display: block;
  border-radius: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: #333;
  background-color: #bac8c6;
  text-decoration: none;
  padding: 4.5px 11px;
  transition: all .5s;
  pointer-events: none;
}

.premience_tag_ul_li_a:hover {
  color: #bac8c6;
  background-color: #333;
}

.premience_cate_tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

.premience_tag_ul+.premience_cate_tit {
  margin-top: 18px;
}

.premience_cate_tit_a, .premience_cate_tit_a:link, .premience_cate_tit_a:visited {
  text-decoration: none;
  color: #333;
  transition: all .5s;
}

.premience_cate_tit_a:hover {
  text-decoration: underline;
  color: #725307;
  opacity: .7;
}

.premience_cate_tit+.premience_lr_content-wrap {
  margin-top: 20px;
}

.premience_lr_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0;
}


/* ???????????????????? */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.content-wrap {
  height: fit-content;
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: all .5s;
}

.content-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 1s;
  padding-bottom: 1.6em;
}

.content-wrap.slide-down .content-txt {
  overflow: inherit;
  display: inline;
}

.content-txt-fourline {
  -webkit-line-clamp: 4;
}

.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 0.1em 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

.close-btn {
  background: none;
}

.slide-up {
  height: fit-content;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-down {
  height: auto !important;
  overflow: visible;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

.more-btn p, .more-btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  bottom: 0;
  color: #9a7d3b;
  cursor: pointer;
  display: table;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  transition: all .5s;
  display: block;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  transition: all .5s;
  cursor: pointer;
  position: relative;
}

.more-btn p:hover, .more-btn a:hover {
  opacity: .7;
  text-decoration: underline;
}

.close-btn {
  padding: 0;
}


/*-- mv
------------------------------------------------------*/

.mv {
  position: relative;
  height: 760px;
  box-sizing: border-box;
  overflow: hidden;
}

.mv::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../image/mv-img_pc.jpg) no-repeat center / cover, url(../../image/mv-img-bg_pc.jpg) repeat-x center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  animation: zoom 5s 1;
  animation-fill-mode: forwards;
  z-index: 0;
}

@keyframes zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.mv::after {
  content: '';
  height: 280px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
  z-index: 0;
}

.mv_img img {
  width: 100%;
}

.mv .inner1180 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mv_tit {
  color: #fff;
  margin-top: 210px;
  text-shadow: 0px 0px 24px #000, 0px 0px 25px #000, 0px 0px 25px #000, 0px 0px 25px #000;
  opacity: 0;
  animation: txt_zoom 2s 1;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes txt_zoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mv_tit_en {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 136px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  display: block;
}

.mv_tit_jp {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.35em;
  text-align: center;
  display: block;
  margin-top: 8px;
}

.mv_desc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 160px;
  opacity: 0;
  animation: txt_zoom 2s 1;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}


/*-- contact_button_area
------------------------------------------------------*/
.contact_button_area {
    position: fixed;
    right: 40px;
    top: 100px;
    text-align: right;
    display: none;
    z-index: 2;
}

.contact_button,
.contact_button:link {
  display: block;
  margin: 0 0 0 auto;
  text-decoration: none;
  background: linear-gradient(180deg, #7c673b 0%, #645330 100%);
  border-radius: 5px;
  border: 2px solid #7c673b;
  padding: 21px 10px 17px;
  width: 210px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all .5s;
}

.contact_button::after {
  content: '';
  display: block;
  border: 1px solid #beb39d;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contact_button_txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.contact_button_txt::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(../image/arrow_right_white.svg) no-repeat center/cover;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  transition: all .5s;
}

.contact_button:hover .contact_button_txt::after {
  right: 4px;
}


/*-- back_button_area
------------------------------------------------------*/
.back_button_area {
  margin: 0 auto 117px;
}

.back_button, .back_button:link {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  background: linear-gradient(180deg, #7c673b 0%, #645330 100%);
  border-radius: 5px;
  border: 2px solid #7c673b;
  padding: 16px;
  width: 390px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all .5s;
}

.back_button::after {
  content: '';
  display: block;
  border: 1px solid #beb39d;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.back_button_txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.back_button_txt::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(../image/arrow_right_white.svg) no-repeat center/cover;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  transition: all .5s;
}

.back_button:hover .back_button_txt::after {
  right: 4px;
}


/*-- whatsnes_area
------------------------------------------------------*/

.whatsnes_area {
  margin: 95px auto 0;
}

.whatsnes_area_dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.whatsnes_area_dl_item{
  display: flex;
  a{
    color: #927e4e;
    text-decoration: none;
  }
}
.premience_headline+.whatsnes_area_dl {
  margin-top: 48px;
}

.whatsnes_area_dl+.whatsnes_area_dl {
  margin-top: 6px;
}

.whatsnes_area_dl_dt {
  width: 113px;
  box-sizing: border-box;
}

.whatsnes_area_dl_dd {
  width: calc(100% - 113px);
  box-sizing: border-box;
}

.whatsnes_more_button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: table;
  margin: 5px 0 0 auto;
  color: #9a7d3b;
  text-align: right;
  transition: all .5s;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.whatsnes_more_button:hover {
  color: #9a7d3b;
  opacity: .7;
}
@media screen and (min-width: 769px){
  .whatsnes_area_dl_item{
    a:hover{
      text-decoration: underline;
      opacity: 1;
    }
  }
}

/*-- category_area
------------------------------------------------------*/
.category_area {
  margin: 72px auto 0;
}


/*-- pagetop_button_area
------------------------------------------------------*/
.pagetop_button_area {
  margin: 75px auto 120px;
  font-size: 16px;
}

.premienceunder_area+.pagetop_button_area {
  margin-bottom: 80px;
}

.pagetop_button, .pagetop_button:link {
  display: block;
  margin: 0 0 0 auto;
  text-decoration: none;
  background: linear-gradient(180deg, #777c7a 0%, #636866 100%);
  border-radius: 5px;
  border: 2px solid #636866;
  padding: 8.5px 25px 6.5px 5px;
  width: 190px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all .5s;
}

.pagetop_button::after {
  content: '';
  display: block;
  border: 1px solid #fff;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pagetop_button_txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.pagetop_button_txt::after {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url(../image/arrow_top_white.svg) no-repeat center / cover;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  transition: all .5s;
}

.pagetop_button:hover .pagetop_button_txt::after {
  top: calc(50% - 10px);
}


/*-- premienceunder_area
------------------------------------------------------*/
.premienceunder_area {
  margin: 72px auto 0;
}

.premienceunder_sec+.premienceunder_sec {
  margin-top: 108px;
}

.premienceunder_sectit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: #8f7331;
}

.premienceunder_thirdtit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.premienceunder_linebox_ol+.premienceunder_thirdtit {
  margin-top: 38px;
}

.premienceunder_tag-tit_wrap {
  margin: 93px auto 0;
}

.premienceunder_tag-tit_wrap .premience_cate_tit {
  font-size: 32px;
}

.premienceunder_tag-tit_wrap+.premienceunder_full-img-wrap {
  margin-top: 73px;
}

.premienceunder_chuki_ul+.premienceunder_full-img-wrap {
  margin-top: 52px;
}

.premienceunder_lead+.premienceunder_full-img-wrap {
  margin-top: 52px;
}

.premienceunder_linebox+.premienceunder_full-img-wrap {
  margin-top: 60px;
}

.premienceunder_lead, .premienceunder_chuki_ul, .premienceunder_linebox_lead, .premienceunder_linebox_ol, .premienceunder_linebox_ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.premience_imgchuki+.premienceunder_lead {
  margin-top: 25px;
}

.premienceunder_optional_ul+.premienceunder_lead {
  margin-top: 37px;
}

.premienceunder_sectit+.premienceunder_chuki_ul {
  margin-top: 25px;
}

.premienceunder_chuki_ul_li {
  text-indent: -1em;
  padding-left: 1em;
}
.premienceunder_chuki_ul_li.-important{
  color: red;
  font-weight: bold;
}

.premienceunder_twoculumn_ul{
  gap: 20px;
}
.premienceunder_twoculumn_ul,
.premienceunder_threeculumn_ul {
  display: flex;
}
.premienceunder_chuki_ul+.premienceunder_twoculumn_ul,
.premienceunder_chuki_ul+.premienceunder_threeculumn_ul {
  margin-top: 52px;
}
.premienceunder_twoculumn_ul_li{
  width: calc(50% - 10px);
  margin-right: 0;
}
.premienceunder_threeculumn_ul_li {
  width: 32.15%;
  box-sizing: border-box;
  margin-right: 1.775%;
}

.premienceunder_threeculumn_ul_li:nth-child(3n+3) {
  margin-right: 0;
}

.premienceunder_threeculumn_ul_li_imgwrap {}

.premienceunder_optional_ul {
  margin-top: 30px;
}

.premienceunder_optional_ul_li+.premienceunder_optional_ul_li {
  margin-top: 37px;
}

.premienceunder_optional_ul .premienceunder_chuki_ul_li {
  padding-left: 2em;
  text-indent: -1em;
}

.premienceunder_optional_ul .premienceunder_chuki_ul_li._2 {
  padding-left: 3em;
}

.premienceunder_linebox {
  border: 1px solid #c5c5c5;
  padding: 3% 3.5% 3.3%;
  margin: 52px auto 0;
  width: 71.5%;
  max-width: 800px;
  box-sizing: border-box;
}

.premienceunder_thirdtit+.premienceunder_linebox_lead {
  margin-top: 5px;
}

.premienceunder_linebox_lead+.premienceunder_linebox_ol {
  margin-top: 33px;
}

.premienceunder_linebox_ol_li {
  text-indent: -1em;
  padding-left: 1em;
}

.premienceunder_thirdtit + .premienceunder_linebox_ul {
  margin-top: 5px;
}

.premienceunder_linebox_ul_li {
  padding-left: 1em;
  text-indent: -1em;
}


.footer_top {
  padding: 56px 0 80px;
  background: #F7F0E7;
}

.top_contact_wrapper {
  /* background: #f2e1d0;
    margin-top: 40px;
    padding: 40px 51px 10px; */
}

.top_contact_lead {
  text-align: center;
  color: #7f6443;
  margin-bottom: 55px;
  font-size: 20px;
  font-family: 'Zen Old Mincho', serif;
}

.top_contact_title {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'Zen Old Mincho', serif;
}

.top_contact_title_s {
  font-size: 16px;
}

.top_contact_list {
  display: flex;
  justify-content: space-between;
}

.top_contact_item {
  width: 335px;
  background: #f6f0e8;
  padding: 35px 28px 48px;
  text-align: center;
}

.top_contact_store {
  font-size: 16px;
  background: #756a5e;
  color: #fafbf3;
  padding: 4px 0;
  display: inline-block;
  width: 98px;
  margin-bottom: 10px;
}

.top_contact_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Zen Old Mincho', serif;
  height: 68px;
}

.top_contact_detail {
  font-size: 15px;
  margin-top: 12px;
  text-align: left;
  font-family: 'Zen Old Mincho', serif;
}

.top_contact_detail>p:first-child {
  margin-bottom: 10px;
}

.footer_top .footer_premience_link {
  display: block;
  width: 805px;
  height: 74px;
  line-height: 74px;
  margin: 30px auto 0;
  background: #5F3F39;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -8px;
  transition: all .5s;
}

.footer_top .footer_premience_link:hover {
  opacity: .7;
}

#contentsArea .footer_cnt {
  width: 100%;
}

.footer_premience {
  background: #380D12;
  padding-top: 28px;
  height: 160px;
}

.footer_premience ul {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  padding-left: 30px;
}

.footer_premience ul li {
  width: 33.3%;
  margin-bottom: 1em;
  background: url(/luxurytravel/ordermade/overseas/image/bit-white.png) 2px 7px no-repeat;
  padding-left: 14px;
}

.footer_premience li a {
  color: #fff;
  text-decoration: none;
}

.footer-insta-ordermade {
  max-width: 100px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  text-decoration: none !important;
  color: black !important;
}

.footer-insta-ordermade span {
  display: block;
  margin-top: 22px;
}

.footer-insta-ordermade img {
  width: 45px;
  height: 45px;
}
.premienceunder_lead.c-red{
  font-size: 32px;
}

/*-- 1921px?????
------------------------------------------------------*/


@media screen and (min-width: 1921px) {
  /* mv */
  .mv {
    background-size: contain;
  }

  .mv::before {
    background: url(../../image/mv-img_pc.jpg) no-repeat center / contain, url(../../image/mv-img-bg_pc.jpg) repeat-x center / cover;
  }
}


/*-- 1130px?????
------------------------------------------------------*/
@media screen and (max-width: 1130px) {
  /* common */
  #contentsArea {
    max-width: 1200px;
    width: fit-content;
  }
  .inner {
    max-width: 1200px;
    width: 90%;
  }
  .top_contact_item {
    width: 32%;
  }
}


/*-- SP???i768px????????j
------------------------------------------------------*/

@media screen and (max-width: 768px) {
  /* common */
  .inner {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .jtb__device--sp, #contentsArea {
    width: 100%;
  }
  .inner1180 {
    padding: 0 4%;
  }
  .premience_headline_en {
    font-size: 32px;
  }
  .premience_headline_jp {
    font-size: 15px;
    top: -1px;
    padding: 0 10px;
  }
  .premience_headline.sp2l .premience_headline_jp {
    display: block;
    width: fit-content;
    left: -10px;
    padding: 0 20px 0 10px;
    margin-top: 5px;
  }
  .premience_headline_inner::after {
    bottom: 6px;
  }
  .premience_headline.sp2l .premience_headline_inner::after {
    bottom: 4px;
  }
  .premience_lr {
    display: block;
    margin-top: 40px;
  }
  .premience_lr_l {
    width: auto;
    margin-right: 0;
  }
  .premience_lr_r {
    width: auto;
  }
  .premience_imgwrap:hover {
    opacity: 1;
  }
  .premience_imgwrap:hover img {
    transform: scale(1);
  }
  .premience_imgchuki {
    font-size: 12px;
    margin-top: 0;
  }
  .premience_tag_ul_li_a, .premience_tag_ul_li_a:link, .premience_tag_ul_li_a:visited {
    font-size: 12px;
    padding: 2.5px 10px 3.5px;
  }
  .premience_tag_ul_li {
    margin: 0 5px 5px 0;
  }
  .premience_cate_tit, .premienceunder_tag-tit_wrap .premience_cate_tit {
    font-size: 17px;
    line-height: 1.61;
  }
  .premience_tag_ul+.premience_cate_tit {
    margin-top: 5px;
  }
  .premience_cate_tit_a:hover {
    text-decoration: none;
    color: #333;
    opacity: 1;
  }
  .premience_more_button, .premience_more_button:link, .premience_more_button:visited {
    font-size: 17px;
    color: #725307;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
  }
  .premience_lr_content-wrap {
    display: none;
  }
  /* mv */
  .mv::after {
    height: calc((110 / 750)* 100vw);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);
}
  /* whatsnew */
  .whatsnes_area {
    margin: 48px auto 0;
  }
  .whatsnes_area_dl {
    font-size: 15px;
    line-height: 1.6;
  }
  .premience_headline+.whatsnes_area_dl {
    margin-top: 28px;
  }
  .whatsnes_area_dl+.whatsnes_area_dl {
    margin-top: 17px;
  }
  .whatsnes_area_dl_dt {
    width: 92px;
  }
  body.is-mobile .whatsnes_area_dl_dt {
    width: 110px;
  }
  .whatsnes_area_dl_dd {
    width: calc(100% - 92px);
  }
  body.is-mobile .whatsnes_area_dl_dd {
    width: calc(100% - 110px);
  }
  .whatsnes_more_button {
    margin: 20px 0 0 auto;
    font-size: 15px;
  }
  .whatsnes_more_button:hover, .whatsnes_more_button:active {
    opacity: 1;
    text-decoration: none;
  }
  /* category_area */
  .category_area {
    margin: 53px auto 0;
  }
  /* pagetop_button_area */
  .pagetop_button_area {
    margin: 15px auto 0;
  }
  .pagetop_button,
  .pagetop_button:link {
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    position: fixed;
    right: 0;
    bottom: 74px;
    text-align: right;
    display: none;
    z-index: 2;
    border: 1px solid #636866;
  }
  .pagetop_button::after {
    border-radius: 3px;
  }
  .pagetop_button_txt::after {
    width: 10px;
    height: 6px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pagetop_button:hover .pagetop_button_txt::after {
    top: 0;
  }
  /* contact_button_are */
  .contact_button_area {
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .contact_button,
  .contact_button:link {
    border: 1px solid #7c673b;
    padding: 13px;
    width: auto;
    border-radius: 0;
    margin: 0;
    transition: none;
  }
  .contact_button::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 0;
  }
  .contact_button_txt {
    font-size: 17px;
  }
  .contact_button:hover .contact_button_txt::after {
    right: 12px;
  }
  /* back_button_area */
  .back_button_area {
    margin: 55px auto 35px;
  }
  .back_button, .back_button:link {
    padding: 12px 10px 10px;
    width: 81.2%;
    border: 1px solid #7c673b;
  }
  .back_button::after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
  .back_button_txt {
    font-size: 17px;
  }
  .back_button:hover .back_button_txt::after {
    right: 12px;
  }
  /* ??????????w???b???_???[ */
  #ordermade.-mode-pc #page_header-pc {
    display: none;
  }
  #page_header {
    display: block;
  }
  /* ???p?????????N???Y */
  .jtb-nav-breadcrumb {
    display: none;
  }
  /* ??????????i???r */
  .upper-title-navigation {
    display: none;
  }
  .title_navigation {
    display: none;
  }
  /* ??????????t???b???^???[ */
  #JTBGF-ly_footer .JTBGF-ly_footer__anchor {
    justify-content: center;
  }
  #JTBGF-ly_footer .JTBGF-ly_footer__inner .JTBGF-ly_footer__list .JTBGF-ly_footer__item {
    width: 100%;
  }
  #JTBGF-ly_footer .JTBGF-ly_footer__item:nth-child(n+2) {
    margin-top: 6.4vw;
  }
  #mainContents #JTBGF-ly_footer.JTBGF-ly_footer {
    margin-top: 0;
  }
  /*-- ???I???[???_???[?????????C???h??????????i???r --*/
  .ordermade_nav {
    background: #5F3F39;
  }
  .ordermade_nav_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .ordermade_nav_item:first-child {
    width: 100%;
    padding: 10px 0 12px;
    border-bottom: 1px solid #fff;
  }
  .ordermade_nav_item {
    width: 50%;
  }
  .ordermade_nav_item:nth-child(n + 2) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
  }
  .ordermade_nav .ordermade_nav_list .ordermade_nav_item a {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Zen Old Mincho', serif;
    color: #fff;
    text-decoration: none;
  }
  .ordermade_nav_item:nth-child(2) {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .ordermade_nav_item:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
  .ordermade_nav_item:nth-child(4) {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .ordermade_nav_item:nth-child(5) {
    border-bottom: 1px solid #fff;
  }
  /*-- MV --*/
  .mv {
    height: calc((487/750)*100vw);
  }
  .mv::before {
    background: url(../../image/mv-img_sp.jpg) no-repeat center / cover;
  }
  .mv h2 img {
    width: 100%;
  }
  .mv_tit {
    position: absolute;
    top: -3%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-shadow: 0px 0px 12px #000, 0px 0px 12px #000, 0px 0px 12px #000, 0px 0px 12px #000;
  }
  .mv_tit_en {
    font-size: 68px;
  }
  .mv_tit_jp {
    font-size: 16px;
    margin-top: 4px;
  }
  .mv_desc_wrap {
    background-color: #000;
    padding: 0 7% 25px;
    margin-top: -1px;
  }
  .mv_desc {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 0;
  }
  /* pagetop_button_area */
  .premienceunder_area {
    margin: 50px auto 0;
  }
  .premienceunder_sec+.premienceunder_sec {
    margin-top: 52px;
  }
  .premienceunder_sectit {
    font-size: 17px;
  }
  .premienceunder_tag-tit_wrap {
    margin: 50px auto 0;
  }
  .premienceunder_tag-tit_wrap+.premienceunder_full-img-wrap {
    margin-top: 37px;
  }
  .premienceunder_lead, .premienceunder_chuki_ul, .premienceunder_linebox_lead, .premienceunder_linebox_ol, .premienceunder_linebox_ul {
    font-size: 16px;
    line-height: 1.81;
  }
  .premience_imgchuki+.premienceunder_lead {
    margin-top: 32px;
  }
  .premienceunder_sectit+.premienceunder_chuki_ul {
    margin-top: 20px;
  }
  .premienceunder_threeculumn_ul {
    flex-wrap: wrap;
  }
  .premienceunder_chuki_ul+.premienceunder_threeculumn_ul {
    margin-top: 35px;
  }
  .premienceunder_threeculumn_ul_li:nth-child(1) {
    width: auto;
    margin-right: 0;
  }
  .premienceunder_threeculumn_ul_li:nth-child(2), .premienceunder_threeculumn_ul_li:nth-child(3) {
    width: 47.85%;
    margin-top: 5px;
  }
  .premienceunder_threeculumn_ul_li:nth-child(2) {
    margin-right: 4.3%;
    ;
  }
  .premienceunder_chuki_ul {
    margin-top: 3px;
  }
  .premienceunder_chuki_ul+.premienceunder_full-img-wrap {
    margin-top: 33px;
  }
  .premienceunder_optional_ul {
    margin-top: 22px;
  }
  .premienceunder_optional_ul .premienceunder_chuki_ul_li {
    padding-left: 1em;
  }
  .premienceunder_optional_ul .premienceunder_chuki_ul_li._2 {
    padding-left: 2em;
  }
  .premienceunder_optional_ul_li+.premienceunder_optional_ul_li {
    margin-top: 32px;
  }
  .premienceunder_optional_ul+.premienceunder_lead {
    margin-top: 28px;
  }
  .premienceunder_lead+.premienceunder_full-img-wrap {
    margin-top: 35px;
  }
  .premienceunder_linebox+.premienceunder_full-img-wrap {
    margin-top: 52px;
  }
  .premienceunder_linebox {
    padding: 26px 5.2%;
    margin: 32px auto 0;
    width: auto;
  }
  .premienceunder_linebox_lead+.premienceunder_linebox_ol {
    margin-top: 27px;
  }
  .premienceunder_linebox_ol+.premienceunder_thirdtit {
    margin-top: 30px;
  }

  .footer_top {
    margin-top: 20px;
    padding: 34px 0 50px;
  }
  .top_lead_wrapper {
    padding: 0 28px;
    line-height: 19px;
  }
  .top_lead_wrapper p span {
    font-size: 13px;
  }
  .top_list_wrapper {
    padding-bottom: 22px;
  }
  .top_list_wrapper li a {
    font-size: 16px;
  }
  .footer_top .footer_premience_link:hover {
    opacity: 1;
  }
  .top_list_wrapper::before {
    width: 84%;
  }
  .footer_top .footer_premience_link {
    width: 94%;
    font-size: 16px;
    margin: 0 auto;
  }
  .top_contact_wrapper {
    /* padding: 0 30px;
        margin: 36px 0 70px;
        background: transparent; */
  }
  .top_contact_title {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 1.55;
  }
  .top_contact_title_s {
    font-size: 15px;
  }
  .top_contact_lead {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.57;
  }
  .top_contact_list {
    flex-wrap: wrap;
    justify-content: center
  }
  .top_contact_item {
    width: 84vw;
    padding: 0;
    margin-bottom: 45px;
  }
  .top_contact_item:last-child {
    margin-bottom: 0;
  }
  .top_contact_store {
    margin-bottom: 4vw;
  }
  .top_contact_tel {
    font-size: 28px;
    display: block;
    height: auto;
  }
  .top_contact_tel>p {
    width: 230px;
    margin: 0 auto;
    position: relative;
  }
  .contact_list {
    display: flex;
    flex-direction: column;
  }
  .contact_list li img {
    width: 100%;
  }
  .footer_premience {
    height: auto;
    padding: 84px 0;
  }
  .footer_premience ul {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .footer_premience ul li {
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    background: none;
  }
  .footer_premience ul li:last-child {
    margin-bottom: 0;
  }
  #JTBGF-ly_footer.JTBGF-ly_footer {
    margin-bottom: 50px;
  }
  .premienceunder_lead.c-red{
    font-size: 17px;
  }
}