﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a, a:hover, a:visited, a:active, a:focus, a:focus-within {
  color: inherit;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../css/fonts/RobotoMono-Regular.ttf") format("opentype");
}

body {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
  }
}

html[lang="en"] body {
  font-family: 'Helvetica', 'Arial', sans-serif;
}

html[lang="ko"] body {
  font-family: "NanumBarun Gothic Ultralight","Dotum","Golum","sans-serif";
}

html[lang="zh-cmn-Hant"] body {
  font-family: "Microsoft YaHei","Microsoft JhengHei","Hiragino Sans GB","STHeiti","sans-serif";
}

html[lang="zh-cmn-Hans"] body {
  font-family: "Microsoft YaHei","Microsoft JhengHei","Hiragino Sans GB","STHeiti","sans-serif";
}

body {
  word-break: normal;
}

@media screen and (max-width: 767px) {
  .t_main {
    padding-top: 55px;
  }
}

.content_head {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .content_head {
    padding-top: 9.33333%;
    padding-bottom: 8%;
  }
}

.content_head .heading {
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content_head .heading {
    font-size: 25px;
  }
}

.content_head .head_lead_text {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .content_head .head_lead_text {
    font-size: 13px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}

@media screen and (max-width: 767px) {
  .content_head .head_lead_text.left {
    text-align: left;
  }
}

.contents_frame {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .contents_frame {
    padding-bottom: 90px;
  }
}

.t_breadcrumb {
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 26px;
}

@media screen and (max-width: 767px) {
  .t_breadcrumb {
    display: none;
  }
}

.t_breadcrumb .list {
  display: inline-block;
}

.t_breadcrumb .list li {
  font-size: 10px;
  color: #666;
  display: inline;
}

.t_breadcrumb .list li a {
  color: #666;
}

.t_breadcrumb .list li a::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 6px;
  background: url(../teaser_img/bread_angle.png) no-repeat;
  margin: 0 9px;
}

.lobby_select_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lobby_select_list {
    margin-bottom: 30px;
  }
}

.lobby_select_list .item {
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #999;
  position: relative;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .lobby_select_list .item {
    font-size: 15px;
    height: 45px;
  }
}

.lobby_select_list .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #a49253;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease, color .3s ease;
  transition: opacity .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .lobby_select_list .item:hover {
    color: #a49253;
  }
}

.lobby_select_list .item.is-active {
  color: #a49253;
}

.lobby_select_list .item.is-active::after {
  opacity: 1;
}

.lobby_select_list .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .lobby_select_list .item a:hover {
    color: #a49253;
  }
}

/* font 指定　*/
.yu_min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media all and (-ms-high-contrast: none) {
  .yu_min {
    font-family: 'ＭＳ Ｐ明朝',sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

.main {
  display: block;
  padding-top: 140px;
}

@media screen and (max-width: 1080px) {
  .main {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 30px;
    overflow: visible;
  }
}

.main .content_head {
  padding-top: 0;
}

.inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}

.breadcrumb {
  padding-top: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb ul li {
  font-size: 10px;
}

.breadcrumb ul li:not(:first-child) {
  margin-left: 22px;
}

.breadcrumb ul li a {
  color: #aaa;
  position: relative;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .breadcrumb ul li a:hover {
    color: #a49253;
  }
}

.breadcrumb ul li a::after {
  content: '';
  display: block;
  width: 4px;
  height: 6px;
  background: url(../img/common/bread_arrow.png) no-repeat;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list_heading {
  font-size: 40px;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .list_heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.list_sub_heading {
  font-size: 22px;
  border-top: 1px solid #a49253;
  padding: 8px 0 7px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.list_sub_heading .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .list_sub_heading .link:hover {
    color: #a49253;
  }
}

.list_sub_heading .link::after {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  background: url(../img/category/category_arrow.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .list_sub_heading {
    font-size: 17px;
    padding: 6px 0 5px;
    line-height: 1.4;
  }
}

.list_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .list_nav {
    margin-bottom: 50px;
  }
}

.list_nav.six_list .list_nav_item {
  width: calc( 16.6666% - 2px);
}

@media screen and (max-width: 767px) {
  .list_nav.six_list .list_nav_item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.list_nav .list_nav_item {
  width: calc(20% - 2px);
  position: relative;
  margin-bottom: 2px;
}

.list_nav .list_nav_item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 100%;
  color: #fff;
  background: #a49253;
  font-size: 12px;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .list_nav .list_nav_item .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 970px) {
  .list_nav .list_nav_item .link {
    font-size: 11px;
  }
}

@media screen and (max-width: 1079px) {
  .list_nav .list_nav_item {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .list_nav .list_nav_item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1079px) {
  .list_nav .list_nav_item.font_mini {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .list_nav .list_nav_item.font_mini {
    font-size: 13px;
  }
}

.ranking_title {
  font-size: 26px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ranking_title {
    font-size: 23px;
  }
}

.ranking_title.mt {
  margin-top: 80px;
}

.brands_slide {
  background: rgba(164, 146, 83, 0.15);
  padding: 50px 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .brands_slide {
    padding: 30px 0 10px;
  }
}

.brands_slide #slide {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.brands_slide #slide.slick-initialized {
  opacity: 1;
}

.brands_slide #slide .slide_item {
  margin: 0 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
  height: auto !important;
}

@media screen and (min-width: 1366px) {
  .brands_slide #slide .slide_item {
    width: 1000px !important;
  }
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item {
    margin: 0 10px;
    display: block;
    padding: 20px 15px;
  }
}

.brands_slide #slide .tag {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 20px;
  padding-left: 13px;
  padding-right: 15px;
}

.brands_slide #slide .tag::before {
  content: '';
  display: block;
  width: 12px;
  height: 30px;
  background: url(../img/common/tag_tail.png) no-repeat center;
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .tag {
    font-size: 12px;
    min-width: 78.5px;
    height: 23px;
    line-height: 23px;
    background-size: contain;
    left: 0;
    top: 15px;
    padding-right: 12px;
  }
  .brands_slide #slide .tag::before {
    width: 8px;
    height: 23px;
  }
  .brands_slide #slide .tag::after {
    border-top: 11.5px solid transparent;
    border-bottom: 11.5px solid transparent;
    border-right: 8px solid #fff;
  }
}

.brands_slide #slide .slide_item_thumb {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.brands_slide #slide .slide_item_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brands_slide #slide .slide_item_text .ttl {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a49253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands_slide #slide .slide_item_text .ttl span {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item_text .ttl {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .brands_slide #slide .slide_item_text .ttl span {
    font-size: 10px;
  }
}

.brands_slide #slide .slide_item_text .period {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item_text .period {
    font-size: 11px;
  }
}

.brands_slide #slide .slide_item_text p {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item_text p {
    font-size: 11px;
  }
}

.brands_slide #slide .slide_item_text .btn {
  max-width: 220px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item_text .btn {
    width: 200px;
    margin: 0 auto;
  }
}

.brands_slide #slide .slide_item_text .btn .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  background: #000;
  color: #fff;
  font-size: 12px;
  -webkit-transition: color .3s ease, opacity .3s ease;
  transition: color .3s ease, opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slide_item_text .btn .in {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .brands_slide #slide .slide_item_text .btn .in:hover {
    color: #a49253;
  }
}

.brands_slide #slide .slick-track {
  -webkit-transform: none;
  transform: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brands_slide #slide .slick-list {
  position: relative;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slick-list {
    padding: 0 5.3333% !important;
  }
}

.brands_slide #slide .slick-slide {
  width: 1000px;
}

.brands_slide #slide .slick-dots {
  bottom: -30px;
}

.brands_slide #slide .slick-dots li {
  margin: 0 3px;
}

.brands_slide #slide .slick-dots li.slick-active button::before {
  background: #a49253;
}

.brands_slide #slide .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands_slide #slide .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: static;
  opacity: 1;
}

.brands_slide #slide .slick-arrow {
  width: 50px;
  height: 50px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .brands_slide #slide .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .brands_slide #slide .slick-arrow {
    display: none !important;
  }
}

.brands_slide #slide .slick-arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 28px;
  opacity: 1;
  background: url(../img/brands/slide_arrow.png) no-repeat;
}

.brands_slide #slide .slick-prev {
  left: 20px;
}

.brands_slide #slide .slick-next {
  right: 20px;
}

.brands_slide #slide .slick-next::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.modal_outline {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
}

.modal_outline.years_old_check {
  display: block;
}

.modal_outline .overlay {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.modal_outline .frame {
  display: table;
  width: 100%;
  height: 100%;
}

.modal_outline .frame_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal_outline .modal {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  z-index: 2000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal_outline .modal {
    max-width: none;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    top: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  .modal_outline .modal::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
  }
}

.modal_outline .g_modal_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 90px 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal_outline .g_modal_inner {
    display: block;
    padding: 30px 20px;
  }
}

.modal_outline .g_modal_inner .modal_thumb {
  width: 230px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .modal_outline .g_modal_inner .modal_thumb {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal_outline .g_modal_inner .modal_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modal_outline .g_modal_inner .modal_text .ttl {
  font-size: 20px;
  border-bottom: 1px solid #a49253;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .modal_outline .g_modal_inner .modal_text .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.modal_outline .g_modal_inner .modal_text .period {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .modal_outline .g_modal_inner .modal_text .period {
    font-size: 11px;
  }
}

.modal_outline .g_modal_inner .modal_text .txt {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .modal_outline .g_modal_inner .modal_text .txt {
    font-size: 12px;
  }
}

.modal_outline .g_modal_inner .modal_text .note {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .modal_outline .g_modal_inner .modal_text .note {
    margin-top: 15px;
  }
}

.modal_outline .y_modal_inner {
  padding: 80px 0;
  padding-right: 21%;
  padding-left: 21%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner {
    padding: 25px 0;
    padding-left: 4.47761%;
    padding-right: 4.47761%;
  }
}

.modal_outline .y_modal_inner .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.modal_outline .y_modal_inner .sub_title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .sub_title {
    font-size: 14px;
  }
}

.modal_outline .y_modal_inner .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_outline .y_modal_inner .flex_wrap .select_ul_wrap {
  width: 31.03448%;
  height: 50px;
  border: 1px solid #ccc;
}

.modal_outline .y_modal_inner .flex_wrap .select_ul_wrap select {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 15px;
  color: #ccc;
  cursor: pointer;
}

.modal_outline .y_modal_inner .flex_wrap.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .flex_wrap.mb30 {
    margin-bottom: 20px;
  }
}

.modal_outline .y_modal_inner .flex {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .flex {
    margin-bottom: 5px;
  }
}

.modal_outline .y_modal_inner .flex .in_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.modal_outline .y_modal_inner .flex .radio_box .radioBox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.modal_outline .y_modal_inner .flex .radio_box .radioBox + label {
  width: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .flex .radio_box .radioBox + label {
    font-size: 13px;
  }
}

.modal_outline .y_modal_inner .flex .radio_box .radioBox + label .circle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.modal_outline .y_modal_inner .flex .radio_box .radioBox + label .circle::before {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal_outline .y_modal_inner .flex .radio_box .radioBox:checked + label .circle::before {
  display: block;
}

.modal_outline .y_modal_inner .note {
  text-align: center;
  font-size: 11px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .note {
    margin-bottom: 15px;
  }
}

.modal_outline .y_modal_inner .btn_area {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 0 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .btn_area {
    padding: 25px 0 20px;
    padding-right: 7.54717%;
    padding-left: 7.54717%;
  }
}

.modal_outline .y_modal_inner .btn_area .input_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 340px;
  height: 60px;
  background: #a49253;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .btn_area .input_btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .modal_outline .y_modal_inner .btn_area .input_btn:hover {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .modal_outline .y_modal_inner .btn_area .input_btn:hover:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .btn_area .input_btn {
    height: 40px;
  }
}

.modal_outline .y_modal_inner .btn_area .input_btn .s_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.modal_outline .y_modal_inner .btn_area .input_btn span {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.modal_outline .y_modal_inner .btn_area .link_text {
  color: #a49253;
  font-size: 13px;
}

.modal_outline .y_modal_inner .btn_area .link_text::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .modal_outline .y_modal_inner .btn_area .link_text .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .modal_outline .y_modal_inner .btn_area .link_text .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.modal_outline .y_modal_inner .text {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .text {
    font-size: 11px;
    text-align: left;
  }
}

.modal_outline .s_modal_inner {
  padding: 100px 0;
  padding-right: 15%;
  padding-left: 15%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner {
    padding: 70px 0;
    padding-left: 5.97015%;
    padding-right: 5.97015%;
  }
}

.modal_outline .s_modal_inner .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.modal_outline .s_modal_inner .shopping_area {
  background: #f5f5f5;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .shopping_area {
    margin-bottom: 20px;
  }
}

.modal_outline .s_modal_inner .shopping_area .thumb {
  position: relative;
  background: #fff;
  max-width: 130px;
  margin-right: 20px;
  width: 130px;
  background-size: contain;
}

.modal_outline .s_modal_inner .shopping_area .thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.modal_outline .s_modal_inner .shopping_area .thumb img {
  position: absolute;
  left: 0;
  top: 0;
}

.modal_outline .s_modal_inner .shopping_area .text .maker {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .shopping_area .text .maker {
    font-size: 10px;
  }
}

.modal_outline .s_modal_inner .shopping_area .text .item_name {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .shopping_area .text .item_name {
    font-size: 12px;
  }
}

.modal_outline .s_modal_inner .shopping_area .text .duty_free_price {
  font-size: 11px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .shopping_area .text .duty_free_price {
    font-size: 10px;
  }
}

.modal_outline .s_modal_inner .btn_area {
  text-align: center;
}

.modal_outline .s_modal_inner .btn_area .btn_area_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .btn_area .btn_area_inner {
    display: block;
  }
}

.modal_outline .s_modal_inner .btn_area .btn {
  width: 260px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .btn_area .btn {
    width: 255px;
    margin: 0 auto;
  }
}

.modal_outline .s_modal_inner .btn_area .btn .btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #333;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .btn_area .btn .btn_inner {
    height: 40px;
  }
}

.modal_outline .s_modal_inner .btn_area .btn .btn_inner:hover {
  color: #a49253;
}

.modal_outline .s_modal_inner .btn_area .btn.more {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .modal_outline .s_modal_inner .btn_area .btn.more {
    margin: 10px auto 0;
  }
}

.modal_outline .r_modal_inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 560px;
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner {
    height: 350px;
  }
}

.modal_outline .r_modal_inner .wrap {
  display: inline-block;
  width: 540px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner .wrap {
    width: 100%;
  }
}

.modal_outline .r_modal_inner .text_area {
  display: inline-block;
}

.modal_outline .r_modal_inner .text_area .title {
  font-size: 18px;
  line-height: 1;
  padding: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(164, 146, 83, 0.3);
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner .text_area .title {
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.modal_outline .r_modal_inner .text_area .number {
  font-size: 20px;
  line-height: 1;
  padding: 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(164, 146, 83, 0.3);
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner .text_area .number {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

.modal_outline .r_modal_inner .btn_area {
  max-width: 540px;
  width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner .btn_area {
    margin: 40px auto 0;
    display: block;
  }
}

.modal_outline .r_modal_inner .btn_area .btn {
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner .btn_area .btn {
    width: 100%;
    margin: 0 auto;
  }
  .modal_outline .r_modal_inner .btn_area .btn:not(:first-child) {
    margin-top: 10px;
  }
}

.modal_outline .r_modal_inner .btn_area .btn .btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal_outline .r_modal_inner .btn_area .btn .btn_inner {
    height: 40px;
  }
}

.modal_outline .r_modal_inner .btn_area .btn.back_btn {
  background: #aaa;
  color: #fff;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .modal_outline .r_modal_inner .btn_area .btn.back_btn:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.modal_outline .r_modal_inner .btn_area .btn.cancel_btn {
  color: #fff;
  background: #333;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .modal_outline .r_modal_inner .btn_area .btn.cancel_btn:hover {
    color: #a49253;
  }
}

.modal_outline .u_modal_inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 560px;
}

@media screen and (max-width: 767px) {
  .modal_outline .u_modal_inner {
    height: 350px;
  }
}

.modal_outline .u_modal_inner .wrap {
  display: inline-block;
  width: 540px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal_outline .u_modal_inner .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .modal_outline .u_modal_inner .text .normal {
    font-size: 11px;
  }
}

.modal_outline .u_modal_inner .text .strong {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .modal_outline .u_modal_inner .text .strong {
    font-size: 13px;
  }
}

.modal_outline .tag2 {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 40px;
  top: 40px;
  padding-left: 13px;
  padding-right: 15px;
  z-index: 2;
}

.modal_outline .tag2::before {
  content: '';
  display: block;
  width: 12px;
  height: 30px;
  background: url(../img/common/tag_tail.png) no-repeat center;
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .modal_outline .tag2 {
    font-size: 12px;
    min-width: 78.5px;
    height: 23px;
    line-height: 23px;
    background-size: contain;
    top: 15px;
    left: 5.3333%;
    padding-right: 12px;
  }
  .modal_outline .tag2::before {
    width: 8px;
    height: 23px;
  }
  .modal_outline .tag2::after {
    border-top: 11.5px solid transparent;
    border-bottom: 11.5px solid transparent;
    border-right: 8px solid #fff;
  }
}

.modal_outline .close_btn {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 70px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal_outline .close_btn {
    right: 9.11458%;
    top: 15px;
  }
}

.modal_outline .close_btn::before, .modal_outline .close_btn::after {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.modal_outline .close_btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_outline .close_btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .brands_list.sp_slider {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

.brands_list.sp_slider.slick-initialized {
  opacity: 1;
}

.brands_list .brands_list_item {
  width: 20%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 860px) {
  .brands_list .brands_list_item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .brands_list .brands_list_item {
    width: 50%;
    margin-top: 45px;
  }
}

.brands_list .brands_list_item .wrap {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .brands_list .brands_list_item .wrap:hover .thumb,
  .brands_list .brands_list_item .wrap:hover .maker,
  .brands_list .brands_list_item .wrap:hover .item_name,
  .brands_list .brands_list_item .wrap:hover .price,
  .brands_list .brands_list_item .wrap:hover .tag_list,
  .brands_list .brands_list_item .wrap:hover .ranking {
    opacity: 0.7;
  }
  .brands_list .brands_list_item .wrap:hover .btn {
    color: #a49253;
  }
}

.brands_list .brands_list_item .link {
  width: 100%;
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .brands_list .brands_list_item .link:hover .thumb,
  .brands_list .brands_list_item .link:hover .maker,
  .brands_list .brands_list_item .link:hover .item_name,
  .brands_list .brands_list_item .link:hover .price,
  .brands_list .brands_list_item .link:hover .tag_list,
  .brands_list .brands_list_item .link:hover .ranking {
    opacity: 0.7;
  }
  .brands_list .brands_list_item .link:hover .btn {
    color: #a49253;
  }
}

.brands_list .thumb {
  position: relative;
  padding-bottom: 40px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .brands_list .thumb {
    overflow: hidden;
    text-align: center;
    height: auto;
  }
  .brands_list .thumb::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}

.brands_list .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.brands_list .ranking {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.brands_list .ranking.num01 {
  background: url(../img/common/ranking_01.png) no-repeat;
}

.brands_list .tag_list {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  html[lang="en"] .brands_list .tag_list {
    font-size: 8px;
  }
}

@media screen and (max-width: 320px) {
  .brands_list .tag_list {
    font-size: 8px;
  }
}

.brands_list .tag_list li {
  padding: 2px 4px;
  color: #fff;
  margin-right: 2px;
  margin-top: 2px;
}

.brands_list .tag_list .new {
  background: #a49253;
}

.brands_list .tag_list .unreleased {
  background: rgba(51, 51, 51, 0.8);
}

.brands_list .tag_list .reserve {
  background: #101d47;
}

.brands_list .maker {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .brands_list .maker {
    font-size: 10px;
  }
}

.brands_list .item_name {
  font-size: 13px;
  height: 60px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .brands_list .item_name {
    font-size: 12px;
  }
}

.brands_list .price {
  position: relative;
  margin-top: 15px;
  font-size: 12px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.brands_list .price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .brands_list .price {
    font-size: 10px;
  }
}

.brands_list .btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .brands_list .btn {
    width: 137.5px;
    margin-top: 15px;
  }
}

.brands_list .btn.bg_gray {
  background: #aaa;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .brands_list .btn.bg_gray {
    width: 205px;
  }
}

.brands_list .btn.bg_gray .link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .brands_list .btn.bg_gray:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .brands_list .btn.w_large {
    width: 205px;
  }
}

.brands_list .shopping_btn {
  width: 154px;
  height: 30px;
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .brands_list .shopping_btn:hover {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .brands_list .shopping_btn {
    width: 205px;
  }
}

.brands_list .added_btn {
  width: 154px;
  height: 30px;
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e5e5e5;
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .brands_list .added_btn {
    width: 205px;
  }
}

.brands_list .slick-dots li {
  margin: 0 3px;
}

.brands_list .slick-dots li.slick-active button::before {
  background: #a49253;
}

.brands_list .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands_list .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(164, 146, 83, 0.2);
  border-radius: 50%;
  position: static;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sp_slider_area {
    overflow: hidden;
    padding-bottom: 10px;
  }
}

.sp_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp_slider.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .sp_slider {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

.sp_slider .brands_list_item {
  width: 20%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 1080px) {
  .sp_slider .brands_list_item {
    width: 245px;
  }
}

.sp_slider .brands_list_item .link {
  width: 100%;
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .sp_slider .brands_list_item .link:hover .thumb,
  .sp_slider .brands_list_item .link:hover .maker,
  .sp_slider .brands_list_item .link:hover .item_name,
  .sp_slider .brands_list_item .link:hover .price,
  .sp_slider .brands_list_item .link:hover .tag_list,
  .sp_slider .brands_list_item .link:hover .ranking {
    opacity: 0.7;
  }
  .sp_slider .brands_list_item .link:hover .btn {
    color: #a49253;
  }
}

.sp_slider .thumb {
  position: relative;
  padding-bottom: 40px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .sp_slider .thumb {
    height: 265px;
  }
}

@media screen and (max-width: 767px) {
  .sp_slider .thumb {
    overflow: hidden;
    text-align: center;
    height: auto;
  }
  .sp_slider .thumb::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}

.sp_slider .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sp_slider .ranking {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.sp_slider .ranking.num01 {
  background: url(../img/common/ranking_01.png) no-repeat;
}

.sp_slider .tag_list {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  html[lang="en"] .sp_slider .tag_list {
    font-size: 8px;
  }
}

@media screen and (max-width: 320px) {
  .sp_slider .tag_list {
    font-size: 8px;
  }
}

.sp_slider .tag_list li {
  padding: 2px 4px;
  color: #fff;
}

.sp_slider .tag_list li:not(:first-child) {
  margin-left: 2px;
}

.sp_slider .tag_list .new {
  background: #a49253;
}

.sp_slider .tag_list .unreleased {
  background: rgba(51, 51, 51, 0.8);
}

.sp_slider .tag_list .reserve {
  background: #101d47;
}

.sp_slider .maker {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .sp_slider .maker {
    font-size: 10px;
  }
}

.sp_slider .item_name {
  font-size: 13px;
  height: 60px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp_slider .item_name {
    font-size: 12px;
  }
}

.sp_slider .price {
  position: relative;
  margin-top: 15px;
  font-size: 12px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.sp_slider .price span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sp_slider .price {
    font-size: 10px;
  }
}

.sp_slider .btn {
  width: 154px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .sp_slider .btn {
    width: 137.5px;
    margin-top: 15px;
  }
}

.sp_slider .btn.bg_gray {
  background: #aaa;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .sp_slider .btn.bg_gray {
    width: 205px;
  }
}

.sp_slider .btn.bg_gray .link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sp_slider .btn.bg_gray:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .sp_slider .btn.w_large {
    width: 205px;
  }
}

.sp_slider .shopping_btn {
  width: 154px;
  height: 30px;
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .sp_slider .shopping_btn:hover {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .sp_slider .shopping_btn {
    width: 205px;
  }
}

.sp_slider .added_btn {
  width: 154px;
  height: 30px;
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e5e5e5;
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sp_slider .added_btn {
    width: 205px;
  }
}

.sp_slider .slick-list {
  overflow: visible;
  margin: 0 auto;
}

.sp_slider .slick-dots {
  bottom: -35px;
}

.sp_slider .slick-dots li {
  margin: 0 3px;
}

.sp_slider .slick-dots li.slick-active button::before {
  background: #a49253;
}

.sp_slider .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp_slider .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(164, 146, 83, 0.2);
  border-radius: 50%;
  position: static;
  opacity: 1;
}

.search_condition {
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 1079px) {
  .search_condition {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .search_condition .ttl {
    margin-bottom: 10px;
  }
}

.search_condition .flex_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .search_condition .flex_wrap {
    display: block;
  }
}

.search_condition .search_condition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .search_condition .search_condition_list {
    display: block;
    text-align: center;
  }
}

.search_condition .search_condition_list li {
  background: #f5f5f5;
  padding: 10px 15px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .search_condition .search_condition_list li {
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
  }
}

.search_condition .search_btn {
  background: #aaa;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .search_condition .search_btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .search_condition .search_btn {
    width: 180px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 0;
    height: 30px;
    font-size: 12px;
  }
}

.sort_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 14px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .sort_area {
    display: block;
  }
}

.sort_area .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sort_area .flex_wrap {
    display: block;
  }
}

.sort_area .name {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sort_area .name {
    min-width: 60px;
  }
}

.sort_area .sort_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sort_area .sort {
  width: 170px;
  height: 32px;
  margin-left: 11px;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .sort_area .sort {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .sort_area .sort {
    position: relative;
    height: 35px;
    width: 100%;
  }
}

.sort_area .sort select {
  font-size: 12px;
}

.sort_area .display {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .sort_area .display {
    margin: 10px 0 0;
  }
}

.research_area {
  position: relative;
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .research_area {
    margin-top: 100px;
  }
}

.research_area .nice-select ul {
  max-height: 150px;
  overflow: auto;
}

.research_area .research_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.research_area .research_modal .over_lay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.research_area .research_modal .frame {
  display: table;
  width: 100%;
  height: 100%;
}

.research_area .research_modal .frame_inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.research_area .close_btn {
  width: 21px;
  height: 22px;
  position: absolute;
  right: 80px;
  top: 30px;
  background: url(../img/common/close_white.png) no-repeat;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .research_area .close_btn {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .research_area .close_btn:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 1079px) {
  .research_area .close_btn {
    right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .research_area .close_btn {
    width: 15px;
    height: 16px;
    background-size: contain;
    top: 20px;
    right: 80px;
  }
}

.research_area .select_clear_btn {
  width: 100px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  background: #666;
  position: absolute;
  top: -36px;
  right: 0%;
  cursor: pointer;
}

@media screen and (max-width: 1079px) {
  .research_area .select_clear_btn {
    right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .research_area .select_clear_btn:hover {
    opacity: 0.9;
  }
}

.research_area .nav_modal {
  display: none;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.research_area .nav_modal .nav_modal_frame {
  padding: 20px;
  min-height: 450px;
  background: #000;
}

@media screen and (max-width: 1079px) {
  .research_area .nav_modal .nav_modal_frame {
    margin: 0 30px;
    overflow: hidden;
  }
}

.research_area .nav_modal .nav_list {
  width: 100%;
  min-height: 410px;
  position: relative;
}

.research_area .nav_modal .nav_item .nav_area {
  width: 77%;
  height: 100%;
  padding-top: 20px;
  padding-left: 50px;
  position: absolute;
  left: 190px;
  top: 0;
  background: #000;
  overflow: hidden;
}

@media screen and (max-width: 1079px) {
  .research_area .nav_modal .nav_item .nav_area {
    left: 210px;
    width: 70%;
    padding-left: 5%;
  }
}

.research_area .nav_modal .nav_item .category_nav_wrap:not(:first-child) {
  margin-top: 35px;
}

.research_area .nav_modal .nav_item .main_title {
  margin-bottom: 20px;
}

.research_area .nav_modal .nav_item .main_title .link {
  color: #a49253;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .research_area .nav_modal .nav_item .main_title .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .research_area .nav_modal .nav_item .main_title .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.research_area .nav_modal .nav_item .main_title .link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.research_area .nav_modal .nav_item .sub_title {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.research_area .nav_modal .nav_item .sub_title.mt15 {
  margin-top: 15px;
}

.research_area .nav_modal .nav_item .nav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.research_area .nav_modal .nav_item .nav_block .nav_block_item {
  min-width: 220px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 1079px) {
  .research_area .nav_modal .nav_item .nav_block .nav_block_item {
    min-width: 200px;
  }
}

.research_area .nav_modal .nav_item .nav_block .nav_block_item .link {
  color: #fff;
  font-size: 13px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  display: inline-block;
  cursor: pointer;
}

.research_area .nav_modal .nav_item .nav_block .nav_block_item .link.is-disabled {
  pointer-events: none;
  color: #666;
}

@media screen and (min-width: 768px) {
  .research_area .nav_modal .nav_item .nav_block .nav_block_item .link:hover {
    color: #a49253;
  }
}

.research_area .nav_modal .nav_item .nav_block .nav_block_item .link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 10px;
}

.research_area .nav_modal .nav_item .nav_block .nav_block_item .link .trans {
  display: block;
  font-size: 10px;
  padding-left: 16px;
  margin-top: 5px;
}

.research_area .nav_modal .nav_item .nav_block.brand .nav_block_item {
  margin-bottom: 30px;
}

.research_area .nav_modal .nav_item .iScrollVerticalScrollbar {
  width: 3px !important;
  right: 20px !important;
}

@media screen and (max-width: 767px) {
  .research_area .nav_modal .nav_item .iScrollVerticalScrollbar {
    right: 0px !important;
  }
}

.research_area .nav_modal .nav_item .iScrollVerticalScrollbar .iScrollIndicator {
  background: #a49253 !important;
  border-radius: 0 !important;
  border: none !important;
}

.research_area .nav_modal .nav_item .scrollCustom {
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  visibility: visible;
  padding-left: 20px;
  padding-top: 20px;
  height: 410px;
}

@media screen and (max-width: 767px) {
  .research_area .nav_modal .nav_item .scrollCustom {
    padding: 0;
  }
}

.research_area .nav_modal .nav_item .sp_select {
  pointer-events: none;
}

.research_frame {
  width: 100%;
  height: 350px;
  position: fixed;
  left: 0;
  bottom: -350px;
  background: #e5e5e5;
  z-index: 2;
  -webkit-transition: bottom .3s ease-in-out;
  transition: bottom .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .research_frame {
    height: auto;
    bottom: -367px;
  }
}

.research_frame.is-active {
  bottom: 0;
}

.research_frame.is-fix {
  position: static;
  left: 0;
  top: 0;
}

.research_frame.is-fix .research_close .btn {
  opacity: 0;
  visibility: hidden;
}

.research_frame .inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .research_frame .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.research_frame .research_btn {
  cursor: pointer;
  width: 184px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -40px;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .research_frame .research_btn {
    width: 250px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  html[lang="zh-cmn-Hant"] .research_frame .research_btn {
    width: 210px;
  }
}

.research_frame .research_btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/brands/research_icon.png) no-repeat;
  position: relative;
  margin-right: 10px;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .research_frame .research_btn {
    width: 157px;
    left: 20px;
    font-size: 14px;
    top: -40px;
  }
  .research_frame .research_btn::before {
    width: 13px;
    height: 13px;
    background: url(../img/brands/research_icon.sp.png) no-repeat;
    background-size: contain;
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .research_frame .research_btn {
    width: 200px;
    font-size: 12px;
  }
}

.research_frame .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .research_frame .flex_wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .research_frame .flex_wrap {
    margin-bottom: 15px;
  }
}

.research_frame .research {
  width: 61.53846%;
}

@media screen and (max-width: 767px) {
  .research_frame .research {
    width: 100%;
  }
}

.research_frame .left_box span {
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .research_frame .left_box span {
    min-width: 83px;
  }
}

.research_frame .right_box {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .research_frame .right_box {
    margin-left: 0;
    margin-top: 10px;
  }
}

.research_frame .right_box span {
  min-width: 60px;
}

@media screen and (max-width: 767px) {
  .research_frame .right_box span {
    min-width: 83px;
  }
}

.research_frame .research_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.research_frame .research_box span {
  display: inline-block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .research_frame .research_box span {
    font-size: 14px;
  }
}

.research_frame .research_box .big_select {
  width: 75%;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .research_frame .research_box .big_select {
    width: calc(100% - 83px);
    height: 40px;
  }
  .research_frame .research_box .big_select > select {
    font-size: 16px;
  }
}

.research_frame .research_box .big_select select {
  pointer-events: none;
}

.research_frame .research_box .big_select .nice-select {
  pointer-events: none;
}

.research_frame .research_box .mini_select {
  width: 45.12195%;
  height: 50px;
}

@media all and (-ms-high-contrast: none) {
  .research_frame .research_box .mini_select:first-child {
    margin-left: -35px;
  }
}

@media screen and (max-width: 767px) {
  .research_frame .research_box .mini_select {
    width: 100%;
    height: 40px;
  }
  .research_frame .research_box .mini_select > select {
    font-size: 16px;
  }
  .research_frame .research_box .mini_select:first-child {
    margin-bottom: 30px;
  }
}

.research_frame .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85.41667%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.research_frame .price_wrap::before {
  content: '~';
  font-size: 20px;
  position: absolute;
  line-height: 1;
  width: 15px;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  .research_frame .price_wrap::before {
    right: -5px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .research_frame .price_wrap::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .research_frame .price_wrap {
    display: block;
    width: calc(100% - 83px);
  }
}

.research_frame .price {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .research_frame .price {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .research_frame .price > span {
    padding-top: 10px;
  }
}

.research_frame .cat {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .research_frame .cat {
    margin-bottom: 10px;
  }
}

.research_frame .freeword {
  background: #fff;
  height: 50px;
  width: 85.41667%;
  font-size: 16px;
  padding-left: 15px;
  border: 1px solid #ccc;
}

.research_frame .freeword:placeholder-shown {
  color: #ccc;
}

.research_frame .freeword::-webkit-input-placeholder {
  color: #ccc;
}

.research_frame .freeword:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.research_frame .freeword::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.research_frame .freeword:-ms-input-placeholder {
  color: #ccc;
}

.research_frame .freeword:focus {
  text-align: left;
}

.research_frame .freeword:focus::-webkit-input-placeholder {
  color: transparent;
}

.research_frame .freeword:focus:-ms-input-placeholder {
  color: transparent;
}

.research_frame .freeword:focus::-ms-input-placeholder {
  color: transparent;
}

.research_frame .freeword:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 1079px) {
  .research_frame .freeword {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .research_frame .freeword {
    font-size: 16px;
    height: 40px;
    line-height: 1.2;
  }
}

.research_frame .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .research_frame .btn_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.research_frame .btn_area .clear_btn {
  width: 260px;
  height: 50px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 1079px) {
  .research_frame .btn_area .clear_btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .research_frame .btn_area .clear_btn {
    width: 45%;
    height: 40px;
    font-size: 14px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .research_frame .btn_area .clear_btn:hover {
    color: #a49253;
  }
}

.research_frame .btn_area .submit_btn {
  width: 260px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.research_frame .btn_area .submit_btn .submit {
  width: 100%;
  height: 100%;
  background: #a49253;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .research_frame .btn_area .submit_btn .submit:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.research_frame .btn_area .submit_btn .submit.is-disabled {
  pointer-events: none;
  background: #d5d5d5;
  cursor: auto;
}

.research_frame .btn_area .submit_btn .submit.is-disabled .text {
  color: #aaa;
}

.research_frame .btn_area .submit_btn .text {
  color: #fff;
  font-size: 16px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 1079px) {
  .research_frame .btn_area .submit_btn .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .research_frame .btn_area .submit_btn .text {
    font-size: 14px;
  }
}

.research_frame .btn_area .submit_btn .s_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .research_frame .btn_area .submit_btn {
    width: 45%;
    height: 40px;
    margin: 0;
  }
}

.research_frame .research_close {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .research_frame .research_close {
    margin-top: 10px;
  }
}

.research_frame .research_close .btn {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.research_frame .research_close .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(164, 146, 83, 0.2);
  margin-left: 7px;
}

.research_frame .research_close .circle::before {
  content: '×';
  font-size: 14px;
  color: #a49253;
  line-height: 1;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 320px) {
  .research_frame .research_close .circle {
    width: 11px;
    height: 11px;
    font-size: 10px;
  }
}

.select_ul_wrap {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
}

.select_ul_wrap select {
  display: none;
}

@media screen and (max-width: 767px) {
  .select_ul_wrap select {
    display: block;
    font-size: 13px;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 30px;
    z-index: 1;
    position: relative;
  }
}

@media screen and (max-width: 320px) {
  .select_ul_wrap select {
    font-size: 10px;
  }
}

.select_ul_wrap::after {
  content: '';
  display: block;
  width: 9px;
  height: 4px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/select_arrow.png) no-repeat;
  pointer-events: none;
}

.select_ul_wrap .nice-select {
  width: 100%;
  border-radius: 0;
  height: 100%;
  border: none;
  padding-left: 15px;
  background: transparent;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select_ul_wrap .nice-select span {
  font-size: 16px;
  overflow: hidden;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .select_ul_wrap .nice-select span {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .select_ul_wrap .nice-select span {
    font-size: 10px;
  }
}

.select_ul_wrap .nice-select::after {
  display: none;
}

.select_ul_wrap .nice-select .list {
  width: calc(100% + 2px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-transform: none;
  transform: none;
  margin-right: -1px;
  margin-left: -1px;
  max-height: 250px;
  overflow: auto;
}

.select_ul_wrap .nice-select .list .selected {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .select_ul_wrap .nice-select .list li:hover {
    color: #a49253;
  }
}

.select_ul_wrap .sort_select span {
  font-size: 12px;
}

.select_ul_wrap .sort_select li {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .reserved_boarding {
    font-size: 14px;
    background: #a49253;
    color: #fff;
    width: 340px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 90;
    letter-spacing: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .reserved_boarding span {
    display: inline-block;
    margin-left: 15px;
    width: 11px;
    height: 11px;
    position: relative;
    cursor: pointer;
  }
  .reserved_boarding span::before, .reserved_boarding span::after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .reserved_boarding span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .reserved_boarding span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .reserved_boarding.is-hide {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .reserved_boarding {
    width: 360px;
    padding: 10px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  html[lang="zh-cmn-Hans"] .reserved_boarding {
    width: 380px;
    padding: 10px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .reserved_boarding span {
    margin-left: 8px;
    top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .reserved_boarding {
    width: 100%;
    height: 20px;
    background: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .reserved_boarding span {
    display: none;
  }
}

/*-------------------------------------------
|   header layout
---------------------------------------------*/
.header {
  width: 100%;
  height: 140px;
  position: relative;
  background: #fff;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    left: 0;
    top: -140px;
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    position: absolute;
    left: 0;
    top: -20px;
    margin-top: 40px;
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
  }
}

@media screen and (min-width: 768px) {
  .header:hover ~ .iframe-wrap iframe {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed {
    height: 50px;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .header.is-fixed .logo {
    display: none;
  }
  .header.is-fixed .sub_nav_wrap {
    display: none;
  }
  .header.is-fixed .header_inner {
    height: 50px;
  }
  .header.is-fixed .sticker_logo {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .header.is-fixed .sticker_logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed .main_nav {
    padding-left: 8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .header.is-fixed .main_nav {
    padding-left: 5.07246%;
  }
}

@media screen and (min-width: 768px) {
  .header.is-fixed .main_nav .main_nav_item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header.is-SPfixed {
    position: fixed;
    top: 0px;
    margin-top: 0px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
}

.header::after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .header::after {
    display: none;
  }
}

.header .header_inner {
  max-width: 1380px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  height: 140px;
  position: relative;
}

@media screen and (max-width: 1079px) {
  .header .header_inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .header .header_inner {
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
  }
}

.header .logo {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .header .logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 4%;
  }
}

.header .logo img {
  width: 142px;
}

@media screen and (max-width: 1079px) {
  .header .logo img {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .header .logo img {
    width: 80px;
  }
}

@media screen and (max-width: 320px) {
  .header .logo img {
    width: 60px;
  }
}

.header .logo .catchcopy {
  font-size: 13px;
  margin-left: 15px;
}

@media screen and (max-width: 1079px) {
  .header .logo .catchcopy {
    font-size: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  .header .logo .catchcopy {
    font-size: 8px;
  }
}

.header .logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .header .logo a:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .header .logo a {
    height: 45px;
  }
}

.header .sp_nav_toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sp_nav_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
  }
  .header .sp_nav_toggle .border_box {
    width: 15px;
    height: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .sp_nav_toggle .border_box::before, .header .sp_nav_toggle .border_box::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #a49253;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header .sp_nav_toggle .border_box::before {
    top: 15px;
  }
  .header .sp_nav_toggle .border_box::after {
    bottom: 15px;
  }
  .header .sp_nav_toggle .border_box span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #a49253;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .header .sp_nav_toggle.is-active .border_box::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    top: 0;
  }
  .header .sp_nav_toggle.is-active .border_box::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
  }
  .header .sp_nav_toggle.is-active .border_box span {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .header #global_nav {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 45px);
    overflow: auto;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .header #global_nav.is-active {
    height: calc(100vh - 45px);
    opacity: 1;
    visibility: visible;
  }
  .header #global_nav.is-active .main_nav {
    opacity: 1;
  }
  .header #global_nav.is-active .sub_nav_wrap {
    opacity: 1;
  }
  .header #global_nav.is-active .nav_inner {
    background: #000;
  }
  .header #global_nav.is-active .nav_inner::after {
    visibility: visible;
  }
  .header #global_nav .nav_inner {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: 30px 0 85px;
  }
  .header #global_nav .nav_inner::after {
    visibility: hidden;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000;
    -webkit-transition: visibility .3s ease;
    transition: visibility .3s ease;
  }
}

.header .sticker_logo {
  width: 96px;
  height: 26px;
  position: absolute;
  left: 40px;
  bottom: 13px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease;
}

@media screen and (max-width: 767px) {
  .header .sticker_logo {
    display: none;
  }
}

.header .main_nav {
  max-width: 1000px;
  width: 100%;
  height: 50px;
  padding-left: 5.07246%;
  padding-right: 6.15942%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: padding .3s ease, width .3s ease;
  transition: padding .3s ease, width .3s ease;
}

@media screen and (min-width: 768px) {
  html[lang="ko"] .header .main_nav {
    max-width: 850px;
  }
}

@media screen and (min-width: 768px) {
  html[lang="zh-cmn-Hans"] .header .main_nav {
    max-width: 880px;
  }
}

@media screen and (min-width: 768px) {
  html[lang="zh-cmn-Hant"] .header .main_nav {
    max-width: 880px;
  }
}

@media all and (-ms-high-contrast: none) {
  .header .main_nav {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1079px) {
  .header .main_nav {
    max-width: 780px;
  }
}

@media screen and (max-width: 810px) {
  .header .main_nav {
    padding: 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .main_nav {
    opacity: 0;
    display: block;
    height: auto;
    position: static;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 20px;
  }
}

.header .main_nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .header .main_nav_item {
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease;
  }
}

@media all and (-ms-high-contrast: none) {
  .header .main_nav_item {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1079px) {
  .header .main_nav_item {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .header .main_nav_item {
    height: auto;
    padding: 10px 0;
    font-size: 15px;
  }
}

.header .main_nav_item:not(:first-child) {
  margin-left: 45px;
}

@media screen and (max-width: 1079px) {
  .header .main_nav_item:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header .main_nav_item:not(:first-child) {
    margin-left: 0;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .header .main_nav_item:hover .nav_modal:not(.is-tablet) {
    opacity: 1;
    visibility: visible;
    top: 50px;
    pointer-events: auto;
  }
  .header .main_nav_item:hover .link {
    color: #a49253;
  }
}

.header .main_nav_item > .link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .header .main_nav_item > .link {
    padding-left: 15px;
  }
}

.header .main_nav_item.shop_info {
  width: 130px;
  height: 100%;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 1079px) {
  .header .main_nav_item.shop_info {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header .main_nav_item.shop_info {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: auto;
  }
}

.header .main_nav_item.shop_info > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  border: 1px solid rgba(229, 229, 229, 0.4);
}

@media screen and (max-width: 767px) {
  .header .main_nav_item.shop_info > .link {
    height: 45px;
    border: none;
    background: #222;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media screen and (min-width: 768px) {
  .header .main_nav_item.shop_info:hover > .link {
    background: #fff;
  }
  .header .main_nav_item.shop_info:hover .mini_nav_modal:not(.is-tablet) {
    opacity: 1;
    visibility: visible;
    top: 50px;
    pointer-events: auto;
  }
}

.header .main_nav_item.shop_info .mini_nav_modal {
  display: inline-block;
  position: absolute;
  width: 220px;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  transition: opacity .3s ease, visibility .3s ease, top .3s ease;
}

@media screen and (min-width: 768px) {
  .header .main_nav_item.shop_info .mini_nav_modal {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .header .main_nav_item.shop_info .mini_nav_modal {
    display: none;
  }
}

.header .main_nav_item.shop_info .mini_nav_modal .mini_nav {
  width: 100%;
  height: 154px;
  padding: 20px;
  background: #000;
}

.header .main_nav_item.shop_info .mini_nav_modal .mini_nav_item .mini_link {
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.header .main_nav_item.shop_info .mini_nav_modal .mini_nav_item .mini_link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 17px;
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .header .main_nav_item.shop_info .mini_nav_modal .mini_nav_item .mini_link:hover {
    color: #a49253;
  }
}

.header .main_nav_item.shop_info .mini_nav_modal .mini_nav_item.border {
  border-top: 1px solid #222;
  padding-top: 10px;
  margin-top: 10px;
}

.header .main_nav_item.shop_info .mini_nav_modal .top_page_link {
  height: 40px;
  background: #222222;
  margin-bottom: 15px;
}

.header .main_nav_item.shop_info .mini_nav_modal .top_page_link .mini_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .main_nav_item.shop_info .mini_nav_modal .top_page_link .mini_link::before {
  display: none;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .header .main_nav_item.shop_info .mini_nav_modal .top_page_link .mini_link {
    font-size: 12px;
  }
}

.header .nav_modal {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  padding-top: 10px;
  left: 0;
  top: 65px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header .nav_modal {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .header .nav_modal {
    display: none;
  }
}

.header .nav_modal .nav_modal_frame {
  padding: 20px;
  min-height: 450px;
  background: #000;
}

@media screen and (max-width: 1079px) {
  .header .nav_modal .nav_modal_frame {
    margin: 0 30px;
    overflow: hidden;
  }
}

.header .nav_modal .nav_list {
  width: 100%;
  min-height: 410px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .nav_modal .nav_item:hover > .panel_title {
    background: #a49253;
  }
  .header .nav_modal .nav_item:hover > .panel_title::after {
    opacity: 1;
  }
  .header .nav_modal .nav_item:hover > .nav_area {
    opacity: 1;
    visibility: visible;
  }
}

.header .nav_modal .nav_item .panel_title {
  width: 190px;
  height: 40px;
  position: absolute;
  left: 0;
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  z-index: 4;
}

@media screen and (max-width: 1079px) {
  .header .nav_modal .nav_item .panel_title {
    width: 210px;
  }
}

.header .nav_modal .nav_item .panel_title::after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  background: url(../img/header/nav_white_arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header .nav_modal .nav_item .panel_title.is-active {
  background: #a49253;
}

.header .nav_modal .nav_item .panel_title.is-active::after {
  opacity: 1;
}

.header .nav_modal .nav_item .panel_title.make {
  top: 0;
}

.header .nav_modal .nav_item .panel_title.skin_care {
  top: 41px;
}

.header .nav_modal .nav_item .panel_title.hair_body {
  top: 82px;
}

.header .nav_modal .nav_item .panel_title.perfume {
  top: 123px;
}

.header .nav_modal .nav_item .panel_title.liqueur {
  top: 164px;
}

.header .nav_modal .nav_item .panel_title.tabacco {
  top: 205px;
}

.header .nav_modal .nav_item .panel_title.beatuy {
  top: 246px;
}

.header .nav_modal .nav_item .panel_title.fashion {
  top: 287px;
}

.header .nav_modal .nav_item .panel_title.food {
  top: 328px;
}

.header .nav_modal .nav_item .panel_title.etc {
  top: 369px;
}

.header .nav_modal .nav_item .nav_area {
  width: 77%;
  height: 100%;
  padding-top: 20px;
  padding-left: 50px;
  position: absolute;
  left: 190px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #000;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  overflow: hidden;
}

@media screen and (max-width: 1079px) {
  .header .nav_modal .nav_item .nav_area {
    left: 210px;
    width: 70%;
    padding-left: 5%;
  }
}

.header .nav_modal .nav_item .nav_area.is-active {
  opacity: 1;
  visibility: visible;
}

.header .nav_modal .nav_item .nav_area .nav_area_p_title {
  font-size: 16px;
  font-weight: bold;
  color: #a49253;
  margin-bottom: 20px;
}

.header .nav_modal .nav_item .nav_area .nav_title {
  font-weight: bold;
  margin-bottom: 27px;
  color: #fff;
  font-size: 14px;
}

.header .nav_modal .nav_item .nav_area .nav_space {
  margin-top: 30px;
}

.header .nav_modal .nav_item .nav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .nav_modal .nav_item .nav_block .nav_block_item {
  min-width: 220px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 1079px) {
  .header .nav_modal .nav_item .nav_block .nav_block_item {
    min-width: 0;
    width: 50%;
  }
}

.header .nav_modal .nav_item .nav_block .nav_block_item .nb_link {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .header .nav_modal .nav_item .nav_block .nav_block_item .nb_link:hover {
    color: #a49253;
  }
}

.header .nav_modal .nav_item .nav_block .nav_block_item .nb_link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 10px;
}

.header .nav_modal .nav_item .nav_block .nav_block_item .nb_link span {
  display: block;
  font-size: 10px;
  padding-left: 16px;
  margin-top: 5px;
}

.header .nav_modal .nav_item .nav_block.brand .nav_block_item {
  margin-bottom: 30px;
}

.header .nav_modal .nav_item .iScrollVerticalScrollbar {
  width: 3px !important;
}

@media screen and (max-width: 1079px) {
  .header .nav_modal .nav_item .iScrollVerticalScrollbar {
    right: 1% !important;
  }
}

.header .nav_modal .nav_item .iScrollVerticalScrollbar .iScrollIndicator {
  background: #a49253 !important;
  border-radius: 0 !important;
  border: none !important;
}

.header .sub_nav_wrap {
  position: absolute;
  right: 40px;
  top: 30px;
}

@media screen and (max-width: 1079px) {
  .header .sub_nav_wrap {
    right: 30px;
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header .sub_nav_wrap {
    position: static;
    opacity: 0;
  }
}

.header .sub_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header .sub_nav {
    width: 100%;
    display: block;
    position: static;
    padding-left: 8%;
    padding-right: 8%;
  }
}

.header .sub_nav .sub_nav_item:not(:first-child) {
  margin-left: 18px;
}

@media screen and (max-width: 1079px) {
  .header .sub_nav .sub_nav_item:not(:first-child) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header .sub_nav .sub_nav_item:not(:first-child) {
    margin-left: 0;
  }
  .header .sub_nav .sub_nav_item:not(:first-child) .sub_link {
    border-top: 1px solid rgba(170, 170, 170, 0.2);
  }
}

.header .sub_nav .sub_nav_item .sub_link {
  font-size: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .header .sub_nav .sub_nav_item .sub_link {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .header .sub_nav .sub_nav_item .sub_link:hover {
    color: #a49253;
  }
}

@media screen and (max-width: 1079px) {
  .header .sub_nav .sub_nav_item .sub_link {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header .sub_nav .sub_nav_item .sub_link {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    padding-left: 15px;
  }
}

.header .sub_nav .lang_toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1079px) {
  .header .sub_nav .lang_toggle {
    position: absolute;
    height: 26px;
    width: 100px;
    top: -30px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header .sub_nav .lang_toggle {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    margin-top: 15px !important;
  }
  .header .sub_nav .lang_toggle .select_ul_wrap {
    background: transparent;
    border: none;
  }
  .header .sub_nav .lang_toggle select {
    color: #fff;
    padding-left: 40px;
    line-height: 1;
  }
}

.header .sub_nav .lang_toggle::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/header/lang_icon.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 10;
}

@media screen and (max-width: 1079px) {
  .header .sub_nav .lang_toggle::before {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .header .sub_nav .lang_toggle::before {
    width: 18px;
    height: 18px;
    top: -1px;
    background: url(../img/header/lang_icon.sp.png) no-repeat;
    background-size: contain;
  }
}

.header .sub_nav .lang_toggle select {
  font-size: 11px;
}

.header .sub_nav .lang_toggle .lang_select {
  width: 130px;
  height: 34px;
}

@media screen and (max-width: 767px) {
  .header .sub_nav .lang_toggle .lang_select {
    width: 100%;
  }
}

.header .sub_nav .lang_toggle .nice-select span {
  font-size: 11px;
  padding-left: 15px;
}

.header .sub_nav .lang_toggle .nice-select li {
  font-size: 11px;
}

.header .sub_nav .lang_toggle .nice-select .list {
  -ms-overflow-style: none;
}

.header .sub_nav .lang_toggle .nice-select .list::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .header .sub_nav .mypage_nav:hover .mypage_detail:not(.is-tablet) {
    opacity: 1;
    visibility: visible;
    top: 20px;
  }
}

.header .sub_nav .mypage_detail {
  width: 380px;
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  z-index: 10;
  padding-top: 20px;
}

.header .sub_nav .mypage_detail .mypage_detail_inner {
  padding: 20px;
  height: auto;
  background: #000;
  color: #fff;
}

.header .sub_nav .mypage_detail .btn {
  margin-bottom: 10px;
}

.header .sub_nav .mypage_detail .btn .link {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  font-size: 14px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .header .sub_nav .mypage_detail .btn .link:hover {
    color: #a49253;
  }
}

.header .sub_nav .mypage_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .sub_nav .mypage_detail ul li {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0  13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
}

.header .sub_nav .mypage_detail ul li:not(:nth-child(-n+2)) {
  border-top: 1px solid #222;
}

.header .sub_nav .mypage_detail ul li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 8px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .header .sub_nav .mypage_detail ul li {
    font-size: 12px;
  }
}

.header .sub_nav .mypage_detail ul li .my_link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .header .sub_nav .mypage_detail ul li .my_link:hover {
    color: #a49253;
  }
}

.header .pc_search_nav {
  display: inline-block;
  position: absolute;
  left: -35px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}

.header .pc_search_nav.is-active {
  left: -195px;
  width: auto;
}

@media screen and (max-width: 1079px) {
  .header .pc_search_nav.is-active {
    left: -145px;
  }
}

@media screen and (max-width: 767px) {
  .header .pc_search_nav {
    display: none;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 90px;
    top: 0;
    left: auto;
    bottom: auto;
    background: #f5f5f5;
  }
}

.header .pc_search_nav .pc_error_flag {
  display: none;
  color: #fff;
  font-size: 10px;
  width: 160px;
  border-radius: 9px;
  line-height: 1;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #a49253;
  position: absolute;
  bottom: 33px;
  left: 5px;
}

.header .pc_search_nav .pc_error_flag::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #a49253;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 18px;
  left: 20px;
}

.header .pc_search_nav .search_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/header/search_icon.png) no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 1079px) {
  .header .pc_search_nav .search_icon {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header .pc_search_nav .search_icon {
    width: 19px;
    height: 19px;
    background: url(../img/header/search_icon.sp.png) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.header .pc_search_nav .search_icon.is-active {
  left: -30px;
}

.header .pc_search_nav .pc_search_input {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  width: 0;
  -webkit-transition: width .3s ease, opacity .3s ease, visibility .3s ease;
  transition: width .3s ease, opacity .3s ease, visibility .3s ease;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1079px) {
  .header .pc_search_nav .pc_search_input {
    font-size: 10px;
  }
}

.header .pc_search_nav .pc_search_input.is-active {
  width: 160px;
  padding-left: 5px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1079px) {
  .header .pc_search_nav .pc_search_input.is-active {
    width: 130px;
  }
}

.header .sp_search_nav .sp_search_icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sp_search_nav .sp_search_icon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 90px;
    top: 0;
    left: auto;
    bottom: auto;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .sp_search_nav .sp_search_icon::after {
    content: '';
    display: inline-block;
    position: absolute;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background: url(../img/header/search_icon.sp.png) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .header .sp_search_nav .sp_search_icon.is-active::after {
    opacity: 0;
    visibility: hidden;
  }
  .header .sp_search_nav .sp_search_icon.is-active .border {
    opacity: 1;
    visibility: visible;
  }
  .header .sp_search_nav .sp_search_icon .border {
    width: 15px;
    height: 15px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .header .sp_search_nav .sp_search_icon .border::after, .header .sp_search_nav .sp_search_icon .border::before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #a49253;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .sp_search_nav .sp_search_icon .border::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .sp_search_nav .sp_search_icon .border::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.header .sp_search_wrap {
  display: none;
  width: 100%;
  height: 55px;
  padding: 10px 0;
  padding-left: 4%;
  padding-right: 4%;
  background: #f5f5f5;
  position: relative;
}

.header .sp_search_wrap .sp_error_flag {
  display: none;
  width: 160px;
  height: 21px;
  color: #fff;
  line-height: 21px;
  font-size: 10px;
  border-radius: 10px;
  background: #a49253;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .sp_search_input {
  display: inline-block;
  width: 100%;
  height: 35px;
  font-size: 11px;
  padding-left: 30px;
  background: #fff url(../img/header/sp_search_icon2.png) no-repeat;
  background-size: 13px 13px;
  background-position: center left 10px;
}

.header .cart_nav {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1079px) {
  .header .cart_nav {
    width: 50px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header .cart_nav {
    width: 45px;
    height: 45px;
    top: 0;
    right: 45px;
  }
}

@media screen and (min-width: 768px) {
  .header .cart_nav:hover img {
    opacity: 0.7;
  }
  .header .cart_nav:hover .num {
    opacity: 0.7;
  }
  .header .cart_nav:hover .cart_detail:not(.is-tablet) {
    opacity: 1;
    visibility: visible;
    top: 50px;
    pointer-events: auto;
  }
}

.header .cart_nav .link {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
}

.header .cart_nav img {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header .cart_nav .num {
  display: block;
  width: 18px;
  height: 18px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  right: 5px;
  top: 5px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .header .cart_nav .num {
    width: 16px;
    height: 16px;
  }
}

.header .cart_detail {
  width: 260px;
  height: auto;
  position: absolute;
  right: 0;
  top: 65px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  transition: opacity .3s ease, visibility .3s ease, top .3s ease;
}

@media screen and (min-width: 768px) {
  .header .cart_detail {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .header .cart_detail {
    display: none;
  }
}

.header .cart_detail .cart_detail_inner {
  background: #000;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.header .cart_detail .cart_detail_title {
  font-size: 16px;
  border-bottom: 1px solid #a49253;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.header .cart_detail .cart_num {
  font-size: 13px;
  margin-bottom: 10px;
}

.header .cart_detail .cart_num .count {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 20px;
  margin: 0 3px;
}

.header .cart_detail .price_sum {
  font-size: 13px;
  margin-bottom: 20px;
}

.header .cart_detail .price_sum .price {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 20px;
  margin: 0 5px;
}

.header .cart_detail .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .header .cart_detail .btn .link:hover {
    color: #a49253;
  }
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_nav {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.85);
    margin-top: 65px;
  }
  .sp_nav li {
    width: 50%;
    height: 100%;
  }
  .sp_nav li:not(:first-child) {
    position: relative;
  }
  .sp_nav li:not(:first-child)::before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sp_nav li .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #fff;
  }
}

/*-------------------------------------------
|   usage layout
---------------------------------------------*/
.usage {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .usage {
    padding-top: 50px;
  }
}

.usage .usage_heading {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .usage .usage_heading {
    font-size: 25px;
    margin-bottom: 50px;
  }
}

.usage .usage_sub_heading {
  font-size: 34px;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .usage .usage_sub_heading {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.usage .flow_chart .flow_chart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_chart_list {
    display: block;
  }
}

.usage .flow_chart .flow_chart_list:not(:first-child) {
  padding-top: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_chart_list:not(:first-child) {
    padding-top: 50px;
  }
}

.usage .flow_chart .flow_chart_list:not(:first-child)::before {
  content: '';
  display: block;
  width: 50px;
  height: 22px;
  background: url(../img/footer/usage_arrow.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_chart_list:not(:first-child)::before {
    top: 10px;
  }
}

.usage .flow_chart .flow_thumb {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_thumb {
    width: 100%;
  }
}

.usage .flow_chart .flow_desp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp {
    margin-bottom: 15px;
  }
}

.usage .flow_chart .flow_desp .title {
  font-size: 20px;
  border-bottom: 1px solid #a49253;
  padding-bottom: 10px;
  padding-left: 45px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp .title {
    font-size: 15px;
    padding-bottom: 5px;
    padding-left: 50px;
  }
}

.usage .flow_chart .flow_desp .one_title {
  background: url(../img/footer/one.png) no-repeat top 5px left 9px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp .one_title {
    background: url(../img/footer/one.sp.png) no-repeat;
    background-size: 28px 33px;
    background-position: center left 10px;
  }
}

.usage .flow_chart .flow_desp .two_title {
  background: url(../img/footer/two.png) no-repeat top 0px left 9px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp .two_title {
    padding-top: 10px;
    background: url(../img/footer/two.sp.png) no-repeat;
    background-size: 36px 33px;
    background-position: top 2px left 5px;
  }
}

.usage .flow_chart .flow_desp .three_title {
  background: url(../img/footer/three.png) no-repeat top 0px left 9px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp .three_title {
    background: url(../img/footer/three.sp.png) no-repeat;
    background-size: 33px 35px;
    background-position: top 5px left 5px;
  }
}

.usage .flow_chart .flow_desp .four_title {
  background: url(../img/footer/four.png) no-repeat top -2px left 9px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp .four_title {
    background: url(../img/footer/four.sp.png) no-repeat;
    background-size: 35px 32.5px;
    background-position: center left 5px;
  }
}

.usage .flow_chart .flow_desp .text {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .usage .flow_chart .flow_desp .text {
    font-size: 13px;
  }
}

.usage .flow_chart .flow_desp .note {
  font-size: 11px;
}

.usage .flow_chart .flow_desp .note li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
}

.usage .flow_chart .flow_desp .note li::before {
  content: '※';
}

.usage .flow_chart .flow_desp .link a {
  color: #a49253;
  font-size: 13px;
}

.usage .flow_chart .flow_desp .link a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

/*-------------------------------------------
|   four_point layout
---------------------------------------------*/
.four_point {
  padding-top: 80px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .four_point {
    padding-top: 50px;
    margin-bottom: 90px;
  }
}

.four_point .four_point_heading {
  font-size: 34px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_heading {
    font-size: 20px;
  }
}

.four_point .four_point_heading span {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 10px;
  font-size: 68px;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_heading span {
    top: 5px;
    font-size: 40px;
  }
}

.four_point .four_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list {
    display: block;
  }
}

.four_point .four_point_list .four_point_item {
  width: 48%;
  border: 1px solid #e5e5e5;
  padding: 70px 20px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item {
    width: 100%;
    padding-top: 50px;
  }
  .four_point .four_point_list .four_point_item:not(:first-child) {
    margin-top: 40px;
  }
}

.four_point .four_point_list .four_point_item.mb {
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item.mb {
    margin-bottom: 0;
  }
}

.four_point .four_point_list .four_point_item .point {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: -35px;
  margin: auto;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item .point {
    width: 81px;
    top: -28px;
  }
}

.four_point .four_point_list .four_point_item .sub_title {
  text-align: center;
  font-size: 16px;
}

.four_point .four_point_list .four_point_item .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item .title {
    font-size: 18px;
  }
}

.four_point .four_point_list .four_point_item .note {
  margin-top: 15px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item .note {
    margin-top: 10px;
  }
}

.four_point .four_point_list .four_point_item .link {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item .link {
    margin-top: 15px;
  }
}

.four_point .four_point_list .four_point_item .link a {
  color: #a49253;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .four_point .four_point_list .four_point_item .link a {
    font-size: 14px;
  }
}

.four_point .four_point_list .four_point_item .link a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

/*-------------------------------------------
|   three layout
---------------------------------------------*/
.three_point {
  padding-top: 80px;
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .three_point {
    padding-top: 50px;
    margin-bottom: 90px;
  }
}

.three_point .three_point_heading {
  font-size: 34px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_heading {
    font-size: 20px;
  }
}

.three_point .three_point_heading span {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 10px;
  font-size: 68px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_heading span {
    top: 5px;
    font-size: 40px;
  }
}

.three_point .three_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list {
    display: block;
  }
}

.three_point .three_point_list .three_point_item {
  width: 32%;
  border: 1px solid #e5e5e5;
  padding: 70px 20px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item {
    width: 100%;
    padding-top: 50px;
  }
  .three_point .three_point_list .three_point_item:not(:first-child) {
    margin-top: 40px;
  }
}

.three_point .three_point_list .three_point_item .point {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: -35px;
  margin: auto;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item .point {
    width: 81px;
    top: -28px;
  }
}

.three_point .three_point_list .three_point_item .sub_title {
  text-align: center;
  font-size: 16px;
}

.three_point .three_point_list .three_point_item .title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item .title {
    font-size: 18px;
  }
}

.three_point .three_point_list .three_point_item .note {
  margin-top: 15px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item .note {
    margin-top: 10px;
  }
}

.three_point .three_point_list .three_point_item .link {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item .link {
    margin-top: 15px;
  }
}

.three_point .three_point_list .three_point_item .link a {
  color: #a49253;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item .link a {
    font-size: 14px;
  }
}

.three_point .three_point_list .three_point_item .link a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.three_point .three_point_list .three_point_item .text_wrap {
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .three_point .three_point_list .three_point_item .text_wrap {
    min-height: 0;
  }
}

.three_point .three_point_list .three_point_item .line {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #e5e5e5;
}

.three_point .three_point_list .three_point_item .text2 {
  font-size: 12px;
}

/*-------------------------------------------
|   footer layout
---------------------------------------------*/
.footer {
  background: #000;
}

@media screen and (max-width: 767px) {
  .footer .footer_inner {
    padding-left: 5.20156%;
    padding-right: 5.20156%;
    padding-bottom: 25px;
  }
}

.footer .foot_nav_wrap {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer .foot_nav_wrap {
    border: none;
    margin-bottom: 40px;
  }
}

.footer .foot_nav {
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer .foot_nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer .foot_nav li {
    border-bottom: 1px solid #2e2e2e;
  }
}

.footer .foot_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .footer .foot_nav li a {
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .footer .foot_nav li a:hover {
    color: #a49253;
  }
}

.footer .link_btn {
  background: #fff;
  width: 240px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .footer .link_btn {
    width: 240px;
    margin-bottom: 15px;
  }
}

.footer .link_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .footer .link_btn a:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .footer .link_btn a {
    height: auto;
  }
}

.footer .link_btn a img {
  width: 117px;
}

@media screen and (max-width: 767px) {
  .footer .link_btn a img {
    width: auto;
  }
}

.footer .share_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  margin: 0 auto;
  background: #222;
  padding: 8px 10px;
}

@media screen and (max-width: 767px) {
  .footer .share_box {
    margin-bottom: 35px;
  }
}

.footer .share_box p {
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .footer .share_box p {
    margin-right: 5.5%;
  }
}

.footer .share_box .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 28px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .footer .share_box .a2a_kit {
    width: 100%;
  }
}

.footer .share_box .a2a_kit a {
  float: left;
  width: 28px;
}

.footer .share_box .a2a_kit a .a2a_svg {
  width: 28px;
  height: 100%;
}

.footer .share_box .a2a_kit div {
  display: none;
}

.footer .copyright {
  font-size: 11px;
  padding: 30px 0;
  text-align: center;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    border-top: 1px solid rgba(164, 146, 83, 0.3);
    padding: 25px 0;
  }
}

.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 89;
}

.page_top .page_top_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: #333;
}

@media screen and (min-width: 768px) {
  .page_top .page_top_in:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .page_top {
    position: static;
    width: 100%;
    height: 40px;
  }
}

.page_top.is-show {
  opacity: 1;
}

.btn_frame {
  width: 540px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .btn_frame {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
}

.btn_frame.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_frame .btn {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .btn_frame .btn {
    width: 255px;
    margin: 0 auto;
  }
}

.btn_frame .btn .link {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: color .3s ease, opacity .3s ease;
  transition: color .3s ease, opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .btn_frame .btn .link {
    height: 40px;
    font-size: 14px;
  }
}

.btn_frame .back_btn {
  background: #aaa;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .btn_frame .back_btn:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .btn_frame .back_btn {
    margin-bottom: 10px;
  }
}

.btn_frame .next_btn {
  background: #333;
}

@media screen and (min-width: 768px) {
  .btn_frame .next_btn:hover .link {
    color: #a49253;
  }
}

.btn_frame .disable_btn {
  background: #e5e5e5;
  pointer-events: none;
}

.btn_frame .disable_btn .link {
  color: #aaa;
}

.btn_frame .input_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .btn_frame .input_btn:hover span {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .btn_frame .input_btn {
    height: 40px;
  }
}

.btn_frame .input_btn .s_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.btn_frame .input_btn span {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .btn_frame .input_btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .btn_frame.mt90 {
    margin-top: 90px;
  }
}

.flow_map_wrap {
  text-align: center;
}

.flow_map {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.flow_map::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.flow_map li {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e5e5e5;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

.flow_map li:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .flow_map li:not(:first-child) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .flow_map li {
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
  }
}

.flow_map li.is-active {
  background: #a49253;
}

.flow_map li.is-disable {
  background: #fff;
  border: 1px solid #a49253;
  color: #a49253;
}

.shopping_bag .completion_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .shopping_bag .completion_list {
    display: block;
    margin-bottom: 30px;
  }
}

.shopping_bag .completion_list .completion_list_item {
  width: 32%;
  padding: 16px 10px;
  background: rgba(164, 146, 83, 0.2);
}

@media screen and (max-width: 767px) {
  .shopping_bag .completion_list .completion_list_item {
    width: 100%;
    padding: 8px;
  }
  .shopping_bag .completion_list .completion_list_item:not(:first-child) {
    margin-top: 10px;
  }
}

.shopping_bag .completion_list .completion_list_item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 3px solid #a49253;
  font-size: 16px;
  line-height: 1;
  padding: 2px 0;
}

@media screen and (max-width: 1079px) {
  .shopping_bag .completion_list .completion_list_item .wrap {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_bag .completion_list .completion_list_item .wrap {
    font-size: 13px;
  }
}

.shopping_bag .completion_list .completion_list_item .wrap .title {
  margin: 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shopping_bag .completion_list .completion_list_item .wrap .title {
    margin: 0 15px;
    min-width: 68px;
  }
}

.shopping_bag .table_heading {
  border-bottom: 1px solid #a49253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .shopping_bag .table_heading {
    padding: 0;
  }
}

.shopping_bag .table_heading li {
  text-align: center;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .shopping_bag .table_heading li {
    display: none;
  }
}

.shopping_bag .table_heading .item {
  width: 40%;
}

.shopping_bag .table_heading .duty_free {
  width: 16%;
}

.shopping_bag .table_heading .count {
  width: 18%;
}

.shopping_bag .table_heading .discount {
  width: 13%;
}

.shopping_bag .table_heading .subtotal {
  width: 13%;
}

.shopping_bag .table_heading .reserve_num {
  width: 9%;
}

.shopping_bag .table_heading .reserve_confirm_num {
  width: 9%;
}

.shopping_bag .shopping_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

.shopping_bag .shopping_table:not(:first-child) {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table {
    display: block;
  }
}

.shopping_bag .shopping_table .flex_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 1079px) {
  .shopping_bag .shopping_table .flex_wrap {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .flex_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .shopping_bag .shopping_table .flex_wrap::before {
    display: inline-block;
    min-width: 75px;
    font-size: 12px;
  }
}

.shopping_bag .shopping_table .item {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.shopping_bag .shopping_table .item .thumb {
  max-width: 140px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.shopping_bag .shopping_table .item .thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.shopping_bag .shopping_table .item .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .item .thumb {
    width: 100px;
    max-width: none;
  }
}

.shopping_bag .shopping_table .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.shopping_bag .shopping_table .item .maker {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .item .maker {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .item .item_name {
    font-size: 12px;
  }
}

.shopping_bag .shopping_table .duty_free {
  width: 16%;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .duty_free {
    width: 100%;
    margin-bottom: 5px;
  }
  .shopping_bag .shopping_table .duty_free .flex_wrap::before {
    content: attr(data-text) "";
  }
}

.shopping_bag .shopping_table .reserve_num {
  width: 9%;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .reserve_num {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  .shopping_bag .shopping_table .reserve_num .flex_wrap::before {
    content: attr(data-text) "";
  }
}

.shopping_bag .shopping_table .reserve_confirm_num {
  width: 9%;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .reserve_confirm_num {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  .shopping_bag .shopping_table .reserve_confirm_num .flex_wrap::before {
    content: attr(data-text) "";
  }
}

.shopping_bag .shopping_table .count {
  width: 18%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .count {
    width: 100%;
    margin-bottom: 5px;
  }
  .shopping_bag .shopping_table .count .flex_wrap::before {
    content: attr(data-text) "";
  }
  .shopping_bag .shopping_table .count.name_reserve .flex_wrap::before {
    content: attr(data-text) "";
  }
}

.shopping_bag .shopping_table .count .delete_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .count .delete_btn {
    top: 0;
    bottom: 0;
    right: auto;
    left: 245px;
  }
}

@media screen and (max-width: 320px) {
  .shopping_bag .shopping_table .count .delete_btn {
    font-size: 10px;
    width: 50px;
  }
}

.shopping_bag .shopping_table .count .delete_btn .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(164, 146, 83, 0.2);
  margin-left: 7px;
}

.shopping_bag .shopping_table .count .delete_btn .circle::before {
  content: '×';
  font-size: 12px;
  color: #a49253;
  line-height: 1;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 320px) {
  .shopping_bag .shopping_table .count .delete_btn .circle {
    width: 11px;
    height: 11px;
    font-size: 10px;
  }
}

.shopping_bag .shopping_table .count .count_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopping_bag .shopping_table .count .count_box .count_select {
  width: 80px;
  height: 40px;
  position: relative;
  border: 1px solid #ccc;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopping_bag .shopping_table .count .count_box .count_select select {
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.shopping_bag .shopping_table .count .count_box .count {
  width: 30px;
  height: 30px;
  position: relative;
  background: #ccc;
  cursor: pointer;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .shopping_bag .shopping_table .count .count_box .count:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.shopping_bag .shopping_table .count .count_box .count_miuns::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shopping_bag .shopping_table .count .count_box .count_plus::before, .shopping_bag .shopping_table .count .count_box .count_plus::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shopping_bag .shopping_table .count .count_box .count_plus::before {
  width: 2px;
  height: 14px;
}

.shopping_bag .shopping_table .count .count_box .count_plus::after {
  width: 14px;
  height: 2px;
}

.shopping_bag .shopping_table .discount {
  width: 13%;
  color: #b52121;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .discount {
    width: 100%;
    margin-bottom: 5px;
  }
  .shopping_bag .shopping_table .discount .flex_wrap::before {
    content: attr(data-text) "";
  }
}

.shopping_bag .shopping_table .subtotal {
  width: 13%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shopping_bag .shopping_table .subtotal {
    width: 100%;
  }
  .shopping_bag .shopping_table .subtotal .flex_wrap::before {
    content: attr(data-text) "";
  }
}

.shopping_bag .sumtotal {
  border: 2px solid #e5e5e5;
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shopping_bag .sumtotal {
    padding: 0 20px;
  }
}

.shopping_bag .sumtotal .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .shopping_bag .sumtotal .flex_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.shopping_bag .sumtotal .sum {
  line-height: 1;
  padding: 19px 0 16px;
}

@media screen and (max-width: 767px) {
  .shopping_bag .sumtotal .sum {
    padding: 10px 0;
  }
}

.shopping_bag .sumtotal .sum span {
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .shopping_bag .sumtotal .sum span {
    font-size: 17px;
    margin-right: 45px;
  }
}

.shopping_bag .note {
  text-align: right;
  font-size: 11px;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .shopping_bag .note {
    text-align: left;
  }
}

.regist_table {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .regist_table {
    width: 100%;
  }
}

.regist_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .regist_table .tr {
    display: block;
    padding: 12.5px 0;
  }
}

.regist_table .tr .note {
  font-size: 11px;
  margin-top: 7px;
}

.regist_table .tr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .regist_table .tr2 {
    display: block;
    margin-top: 20px;
  }
}

.regist_table .tr2 .th {
  padding-top: 15px;
}

.regist_table .th {
  min-width: 150px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 17px;
}

@media screen and (max-width: 767px) {
  .regist_table .th {
    min-width: 0;
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 0;
  }
}

.regist_table .th .req {
  color: #b52121;
}

.regist_table .th.pt {
  padding-top: 7px;
}

@media screen and (max-width: 767px) {
  .regist_table .th.pt {
    padding-top: 0;
  }
}

.regist_table .td {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .regist_table .td {
    width: 100%;
  }
}

.regist_table input[type="text"],
.regist_table input[type="email"],
.regist_table input[type="password"],
.regist_table input[type="number"] {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-size: 18px;
}

.regist_table input[type="text"]:placeholder-shown,
.regist_table input[type="email"]:placeholder-shown,
.regist_table input[type="password"]:placeholder-shown,
.regist_table input[type="number"]:placeholder-shown {
  color: #ccc;
}

.regist_table input[type="text"]::-webkit-input-placeholder,
.regist_table input[type="email"]::-webkit-input-placeholder,
.regist_table input[type="password"]::-webkit-input-placeholder,
.regist_table input[type="number"]::-webkit-input-placeholder {
  color: #ccc;
}

.regist_table input[type="text"]:-moz-placeholder,
.regist_table input[type="email"]:-moz-placeholder,
.regist_table input[type="password"]:-moz-placeholder,
.regist_table input[type="number"]:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.regist_table input[type="text"]::-moz-placeholder,
.regist_table input[type="email"]::-moz-placeholder,
.regist_table input[type="password"]::-moz-placeholder,
.regist_table input[type="number"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.regist_table input[type="text"]:-ms-input-placeholder,
.regist_table input[type="email"]:-ms-input-placeholder,
.regist_table input[type="password"]:-ms-input-placeholder,
.regist_table input[type="number"]:-ms-input-placeholder {
  color: #ccc;
}

.regist_table input[type="text"]:focus,
.regist_table input[type="email"]:focus,
.regist_table input[type="password"]:focus,
.regist_table input[type="number"]:focus {
  text-align: left;
}

.regist_table input[type="text"]:focus::-webkit-input-placeholder,
.regist_table input[type="email"]:focus::-webkit-input-placeholder,
.regist_table input[type="password"]:focus::-webkit-input-placeholder,
.regist_table input[type="number"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.regist_table input[type="text"]:focus:-ms-input-placeholder,
.regist_table input[type="email"]:focus:-ms-input-placeholder,
.regist_table input[type="password"]:focus:-ms-input-placeholder,
.regist_table input[type="number"]:focus:-ms-input-placeholder {
  color: transparent;
}

.regist_table input[type="text"]:focus::-ms-input-placeholder,
.regist_table input[type="email"]:focus::-ms-input-placeholder,
.regist_table input[type="password"]:focus::-ms-input-placeholder,
.regist_table input[type="number"]:focus::-ms-input-placeholder {
  color: transparent;
}

.regist_table input[type="text"]:focus::placeholder,
.regist_table input[type="email"]:focus::placeholder,
.regist_table input[type="password"]:focus::placeholder,
.regist_table input[type="number"]:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .regist_table input[type="text"],
  .regist_table input[type="email"],
  .regist_table input[type="password"],
  .regist_table input[type="number"] {
    font-size: 13px;
  }
}

.regist_table .border_wrap {
  border: 1px solid #ccc;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .regist_table .border_wrap {
    height: 40px;
  }
}

.regist_table .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.regist_table .flex_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.regist_table .half_column {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .regist_table .half_column {
    width: calc(50% - 5px);
  }
}

.regist_table .half_column2 {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .regist_table .half_column2 {
    width: 100%;
  }
}

.regist_table .three_column {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .regist_table .three_column {
    width: calc(100% / 3 - 5px);
  }
}

.regist_table .mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .regist_table .mt20 {
    margin-top: 10px;
  }
}

.regist_table .textarea {
  width: 100%;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .regist_table .textarea {
    height: 200px;
  }
}

.regist_table .textarea textarea {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 15px;
  border: 1px solid #ccc;
}

.regist_table .textarea textarea:placeholder-shown {
  color: #ccc;
}

.regist_table .textarea textarea::-webkit-input-placeholder {
  color: #ccc;
}

.regist_table .textarea textarea:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.regist_table .textarea textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.regist_table .textarea textarea:-ms-input-placeholder {
  color: #ccc;
}

.regist_table .textarea textarea:focus {
  text-align: left;
}

.regist_table .textarea textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.regist_table .textarea textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.regist_table .textarea textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.regist_table .textarea textarea:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .regist_table .textarea textarea {
    font-size: 13px;
  }
}

.regist_table .border_box {
  padding: 20px;
  border: 1px solid #ccc;
  height: 340px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .regist_table .border_box {
    padding: 10px;
    height: 220px;
  }
}

.regist_table .border_box p:not(:first-child) {
  margin-top: 10px;
}

.regist_table .radio_box {
  height: 30px;
}

.regist_table .radio_box:not(:first-child) {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .regist_table .radio_box:not(:first-child) {
    margin-left: 7.46269%;
  }
}

.regist_table .radio_box .radioBox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.regist_table .radio_box .radioBox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .regist_table .radio_box .radioBox + label {
    font-size: 13px;
  }
}

.regist_table .radio_box .radioBox + label .circle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.regist_table .radio_box .radioBox + label .circle::before {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.regist_table .radio_box .radioBox:checked + label .circle::before {
  display: block;
}

.regist_table .check_area {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .regist_table .check_area {
    text-align: center;
    margin-top: 15px;
  }
}

.regist_table .check_area .checkBox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.regist_table .check_area .checkBox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  cursor: pointer;
}

.regist_table .check_area .checkBox + label span {
  color: #b52121;
}

.regist_table .check_area .checkBox + label .c_box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.regist_table .check_area .checkBox + label .c_box::before {
  content: '';
  display: none;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shopping/check_mark.png) no-repeat;
}

.regist_table .check_area .checkBox:checked + label .c_box::before {
  display: block;
}

.confirm_list {
  width: 800px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .confirm_list {
    width: 100%;
    margin: 55px  auto 0;
  }
}

.confirm_list .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .confirm_list .tr {
    display: block;
    padding: 25px 0;
  }
}

.confirm_list .tr:first-child {
  padding-top: 0;
}

.confirm_list .tr:not(:first-child) {
  border-top: 1px solid #ccc;
}

.confirm_list .tr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .confirm_list .tr2 {
    display: block;
    padding: 25px 0;
  }
}

.confirm_list .tr2 .th {
  padding-top: 2px;
}

.confirm_list .th {
  min-width: 150px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .confirm_list .th {
    min-width: 0;
    font-size: 15px;
  }
}

.confirm_list .td {
  width: 580px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .confirm_list .td {
    width: 100%;
    font-size: 15px;
  }
}

.confirm_list .country_num {
  display: inline-block;
  margin-right: 20px;
}

.confirm_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .confirm_table {
    font-size: 11px;
  }
}

.confirm_table .th {
  padding: 18px 30px 17px 30px;
  border: 1px solid #ccc;
  width: 210px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .confirm_table .th {
    width: 115px;
    padding: 13px 9px;
  }
}

.confirm_table .td {
  padding: 18px 30px 17px 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .confirm_table .td {
    padding: 13px 9px;
  }
}

.confirm_table .transit .text {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .confirm_table .transit .text {
    margin-right: 10px;
  }
}

.border_area {
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .border_area {
    padding: 20px 0;
    padding-left: 8.95522%;
    padding-right: 5.97015%;
  }
}

.border_area .list {
  list-style-type: disc;
}

.border_area .list .list_item:not(:first-child) {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .border_area .list .list_item {
    font-size: 13px;
  }
}

.border_area .list .list_item span::before {
  content: '→';
  display: inline-block;
  margin-right: 5px;
}

.border_area .list .list_item span a {
  color: #a49253;
}

.check_center_area {
  text-align: center;
}

.check_center_area .checkBox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.check_center_area .checkBox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  cursor: pointer;
}

.check_center_area .checkBox + label span {
  color: #b52121;
}

.check_center_area .checkBox + label .c_box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.check_center_area .checkBox + label .c_box::before {
  content: '';
  display: none;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shopping/check_mark.png) no-repeat;
}

.check_center_area .checkBox:checked + label .c_box::before {
  display: block;
}

.completion_area .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.completion_area .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .completion_area .box_list {
    display: block;
  }
}

.completion_area .box_list .box {
  width: 49%;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .completion_area .box_list .box {
    width: 100%;
  }
  .completion_area .box_list .box:not(:first-child) {
    margin-top: 10px;
  }
}

.completion_area .box_list .box .title {
  border-bottom: 1px solid #fff;
  padding: 17px 0 16px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .completion_area .box_list .box .title {
    font-size: 15px;
    padding: 15px 0;
  }
}

.completion_area .box_list .box .desp {
  width: 100%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .completion_area .box_list .box .desp {
    height: auto;
  }
}

.completion_area .box_list .box .wrap {
  width: 100%;
  height: 100%;
}

.completion_area .box_list .box .text {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .completion_area .box_list .box .text {
    font-size: 13px;
  }
}

.completion_area .box_list .box .text2 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .completion_area .box_list .box .text2 {
    font-size: 13px;
  }
}

.completion_area .box_list .box .map {
  position: relative;
  margin-top: 10px;
  background: #fff;
  width: 100%;
}

.completion_area .completion_heading {
  font-size: 30px;
  text-align: center;
  margin: 70px 0 30px;
}

@media screen and (max-width: 767px) {
  .completion_area .completion_heading {
    font-size: 20px;
    margin: 60px 0 20px;
  }
}

.completion_area .sub_lead_text {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .completion_area .sub_lead_text {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
  }
}

.completion_area .anchor {
  color: #a49253;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.completion_area .anchor::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-left: 8px;
}

.completion_area .anchor .link {
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .completion_area .anchor .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.completion_area .banner {
  text-align: center;
  margin: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .completion_area .banner {
    margin: 70px 0 0;
  }
}

.code_input_area {
  text-align: center;
}

.code_input_area p {
  color: #ccc;
  font-size: 16px;
}

.code_input_area .code_input_wrap {
  width: 230px;
  margin: 0 auto;
  height: 55px;
  background: url(../img/common/code_input_bg.png) no-repeat left bottom;
  position: relative;
  right: -20px;
}

.code_input_area .code_input {
  width: 100%;
  height: 100%;
  font-family: 'Roboto Mono';
  font-size: 32px;
  letter-spacing: 36px;
  text-indent: 5px;
}

.code_input_area .text {
  width: 100px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 38px;
  top: -30px;
  bottom: 0;
  margin: auto;
  color: #ccc;
  font-size: 16px;
  pointer-events: none;
}

.favorite_area {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .favorite_area {
    margin-top: 30px;
  }
}

.favorite_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .favorite_list {
    display: block;
  }
}

.favorite_list .favorite_list_item {
  width: calc(50% - 10px);
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .favorite_list .favorite_list_item:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item:not(:first-child) {
    margin-top: 15px;
  }
}

.favorite_list .favorite_list_item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item .head {
    padding-bottom: 20px;
  }
}

.favorite_list .favorite_list_item .head .thumb {
  width: 140px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item .head .thumb {
    width: 29.85075%;
    margin-right: 15px;
  }
}

.favorite_list .favorite_list_item .head .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 15px;
}

.favorite_list .favorite_list_item .head .text .maker {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item .head .text .maker {
    font-size: 10px;
  }
}

.favorite_list .favorite_list_item .head .text .item_name {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item .head .text .item_name {
    font-size: 12px;
  }
}

.favorite_list .favorite_list_item .head .text .price {
  font-size: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .favorite_list .favorite_list_item .head .text .price {
    font-size: 10px;
    margin-top: 10px;
  }
}

.favorite_list .delete_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .favorite_list .delete_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin-top: 15px;
  }
}

@media screen and (max-width: 320px) {
  .favorite_list .delete_btn {
    font-size: 10px;
    width: 50px;
  }
}

.favorite_list .delete_btn p {
  display: inline;
}

.favorite_list .delete_btn .circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(164, 146, 83, 0.2);
  margin-left: 7px;
}

.favorite_list .delete_btn .circle::before {
  content: '×';
  font-size: 12px;
  color: #a49253;
  line-height: 1;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 320px) {
  .favorite_list .delete_btn .circle {
    width: 11px;
    height: 11px;
    font-size: 10px;
  }
}

.favorite_list .mini_btn_frame {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .favorite_list .mini_btn_frame {
    position: static;
    display: block;
    width: 235px;
    margin: 0 auto;
  }
}

.favorite_list .mini_btn_frame .btn {
  cursor: pointer;
  width: 48.78049%;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .favorite_list .mini_btn_frame .btn {
    width: 235px;
    height: 30px;
  }
}

.favorite_list .mini_btn_frame .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 1079px) {
  .favorite_list .mini_btn_frame .btn .link {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .favorite_list .mini_btn_frame .btn .link {
    font-size: 11px;
  }
}

.favorite_list .mini_btn_frame .back_btn {
  background: #aaa;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .favorite_list .mini_btn_frame .back_btn:hover {
    cursor: pointer;
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .favorite_list .mini_btn_frame .back_btn {
    margin-bottom: 10px;
  }
}

.favorite_list .mini_btn_frame .next_btn {
  background: #333;
}

@media screen and (min-width: 768px) {
  .favorite_list .mini_btn_frame .next_btn:hover .link {
    color: #a49253;
  }
}

.favorite_list .mini_btn_frame .disable_btn {
  background: #e5e5e5;
  pointer-events: none;
}

.favorite_list .mini_btn_frame .disable_btn .link {
  color: #aaa;
}

.favorite_list .mini_btn_frame .input_btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .favorite_list .mini_btn_frame .input_btn:hover span {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .favorite_list .mini_btn_frame .input_btn {
    height: 40px;
  }
}

.favorite_list .mini_btn_frame .input_btn .s_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.favorite_list .mini_btn_frame .input_btn span {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .favorite_list .mini_btn_frame .input_btn span {
    font-size: 14px;
  }
}

.top {
  padding-top: 140px;
}

@media screen and (max-width: 1080px) {
  .top {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .top {
    overflow: visible;
    padding-top: 0;
  }
}

.top .heading {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top .heading {
    margin-bottom: 20px;
  }
}

.top .heading .sub_text {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top .heading .sub_text {
    font-size: 13px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top .heading .news_heading {
    width: 75.5px;
  }
}

@media screen and (max-width: 767px) {
  .top .heading .ranking_heading {
    width: 120px;
  }
}

.top_visual {
  padding-bottom: 95px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .top_visual {
    padding-bottom: 70px;
  }
}

#visual_slide {
  opacity: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #visual_slide {
    margin-bottom: 0;
  }
}

#visual_slide.slick-initialized {
  opacity: 1;
}

#visual_slide .visual_slide_item {
  max-width: 1100px;
  width: 100%;
}

#visual_slide .visual_slide_item .link {
  display: block;
  width: 100%;
  height: 100%;
}

#visual_slide .slick-dots {
  bottom: -30px;
}

#visual_slide .slick-dots li {
  margin: 0 3px;
}

#visual_slide .slick-dots li.slick-active button::before {
  background: #a49253;
}

#visual_slide .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#visual_slide .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(164, 146, 83, 0.2);
  border-radius: 50%;
  position: static;
  opacity: 1;
}

.slick-progress-wrap {
  width: 235px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slick-progress-wrap {
    width: 100%;
  }
}

.slick-progress-wrap .progress-bar {
  width: 235px;
  height: 4px;
}

@media screen and (max-width: 767px) {
  .slick-progress-wrap .progress-bar {
    width: 100%;
  }
}

.slick-progress-wrap .bar {
  width: 0;
  background: #a49253;
  height: 4px;
}

#visual_nav {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #visual_nav {
    display: none;
  }
}

#visual_nav.slick-initialized {
  opacity: 1;
}

#visual_nav .nav_slide {
  max-width: 235px;
  width: 100%;
  margin: 0 5px;
  cursor: pointer;
}

#visual_nav .slick-dots {
  bottom: -30px;
}

#visual_nav .slick-dots li {
  margin: 0 3px;
}

#visual_nav .slick-dots li.slick-active button::before {
  background: #a49253;
}

#visual_nav .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#visual_nav .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(164, 146, 83, 0.2);
  border-radius: 50%;
  position: static;
  opacity: 1;
}

#visual_nav .slick-arrow {
  width: 16px;
  height: 28px;
}

@media screen and (max-width: 820px) {
  #visual_nav .slick-arrow {
    display: none !important;
  }
}

#visual_nav .slick-arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 28px;
  background: url(../img/top/nav_arrow.png) no-repeat;
}

#visual_nav .slick-prev {
  left: -35px;
}

#visual_nav .slick-prev::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#visual_nav .slick-next {
  right: -35px;
}

.news_area {
  padding-bottom: 80px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .news_area {
    padding-bottom: 60px;
  }
}

.news_area .inner {
  position: relative;
}

.news_area .news_list_link {
  width: 150px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 0;
}

@media screen and (max-width: 1079px) {
  .news_area .news_list_link {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news_area .news_list_link {
    position: static;
    width: 255px;
    height: 40px;
    margin: 40px auto 0;
  }
}

.news_area .news_list_link .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .news_area .news_list_link .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .news_area .news_list_link .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.news_area.topNewsArea .news_list .news_list_item {
  opacity: 0;
}

.news_area.topNewsArea .news_list .news_list_item.is-active {
  opacity: 1;
}

.news_area .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .news_area .news_list {
    display: block;
  }
}

.news_area .news_list .news_list_item {
  width: calc(33.333% - 10px);
}

@media screen and (min-width: 768px) {
  .news_area .news_list .news_list_item:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news_area .news_list .news_list_item {
    width: 100%;
  }
  .news_area .news_list .news_list_item:not(:first-child) {
    margin-top: 30px;
  }
}

.news_area .news_list .news_list_item .link {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .news_area .news_list .news_list_item .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .news_area .news_list .news_list_item .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.news_area .news_list .news_tag {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_area .news_list .news_tag .tag {
  background: #dfd9c3;
  color: #a49253;
  font-size: 10px;
  width: 100px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news_area .news_list .news_tag .tag {
    width: 95px;
    height: 19px;
  }
}

.news_area .news_list .news_tag .date {
  font-size: 11px;
  color: #999;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .news_area .news_list .news_tag .date {
    font-size: 10px;
  }
}

.news_area .news_list .text {
  font-size: 13px;
}

.brand_panel {
  background: #e5e5e5;
  padding: 50px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .brand_panel {
    padding: 40px 0;
    margin-bottom: 70px;
  }
}

.brand_panel .panel_list {
  width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .brand_panel .panel_list {
    width: 100%;
    display: block;
    padding-left: 9.33333%;
    padding-right: 9.33333%;
  }
}

.brand_panel .panel_list .panel_list_item {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .brand_panel .panel_list .panel_list_item {
    width: 100%;
  }
  .brand_panel .panel_list .panel_list_item:not(:first-child) {
    margin-top: 10px;
  }
}

.brand_panel .panel_list .panel_list_item .link {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .brand_panel .panel_list .panel_list_item .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .brand_panel .panel_list .panel_list_item .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.brand_panel .list_btn {
  width: 320px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .brand_panel .list_btn {
    padding-left: 9.33333%;
    padding-right: 9.33333%;
    width: 100%;
  }
}

.brand_panel .list_btn .link {
  display: block;
  width: 100%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .brand_panel .list_btn .link:hover {
    opacity: 0.7;
  }
}

.link_area {
  padding: 80px 0;
  background: #e4decb;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .link_area {
    padding: 50px 0;
    margin-top: 60px;
  }
}

.link_area .store_link {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .link_area .store_link {
    height: 70px;
    margin-bottom: 10px;
  }
}

.link_area .store_link .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a49253;
  font-size: 20px;
  background: #333;
  position: relative;
}

@media screen and (min-width: 768px) {
  .link_area .store_link .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .link_area .store_link .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.link_area .store_link .link::after {
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  background: url(../img/top/link_arrow.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link_area .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .link_area .link_list {
    display: block;
  }
}

.link_area .link_list.mt {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .link_area .link_list.mt {
    margin-top: 30px;
  }
}

.link_area .link_list .link_list_item {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .link_area .link_list .link_list_item {
    width: 100%;
  }
  .link_area .link_list .link_list_item:not(:first-child) {
    margin-top: 10px;
  }
}

.link_area .link_list .link {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .link_area .link_list .link {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .link_area .link_list .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.brands .text_list {
  margin: 40px 0 90px;
  display: block;
  padding-left: 2%;
  padding-right: 2%;
}

.brands .text_list .text_list_item {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .brands .text_list .text_list_item {
    display: block;
    margin-bottom: 15px;
  }
}

.brands .text_list .link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .brands .text_list .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.brands .text_list .text {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brands .text_list .text {
    font-size: 10px;
  }
}

.brands .text_list .text.fs {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .brands .text_list .text.fs {
    font-size: 13px;
  }
}

.brands .text_list .text.fs::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat center;
  margin-right: 10px;
}

.brands .brands_img_list {
  margin: 40px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .brands .brands_img_list {
    margin: 30px 0 65px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.brands .brands_img_list .brands_img_list_item {
  width: calc(25% - 20px);
  margin-bottom: 30px;
}

.brands .brands_img_list .brands_img_list_item:not(:nth-child(4n+1)) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .brands .brands_img_list .brands_img_list_item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .brands .brands_img_list .brands_img_list_item {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}

.brands .brands_img_list .brands_img_list_item .link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .brands .brands_img_list .brands_img_list_item .link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.brands .brands_img_list .brands_img_list_item .text {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brands .brands_img_list .brands_img_list_item .text {
    font-size: 10px;
  }
}

.brands .brands_img_list .brands_img_list_item .text.fs {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .brands .brands_img_list .brands_img_list_item .text.fs {
    font-size: 13px;
  }
}

.brands .brands_img_list .brands_img_list_item .text.fs::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat center;
  margin-right: 10px;
}

.brands .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .brands .line {
    margin-top: 100px;
  }
}

.brands .brands_visual {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .brands .brands_visual {
    margin-bottom: 40px;
  }
}

.brands .brands_visual #main_visual {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.brands .brands_visual #main_visual.slick-initialized {
  opacity: 1;
}

.brands .brands_visual #main_visual .slick-list {
  overflow: hidden;
  margin-bottom: 5px;
}

.brands .brands_visual #main_visual .slick-dots {
  bottom: -30px;
}

.brands .brands_visual #main_visual .slick-dots li {
  margin: 0 3px;
}

.brands .brands_visual #main_visual .slick-dots li.slick-active button::before {
  background: #a49253;
}

.brands .brands_visual #main_visual .slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands .brands_visual #main_visual .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(164, 146, 83, 0.2);
  border-radius: 50%;
  position: static;
  opacity: 1;
}

.brands .brands_heading {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .brands .brands_heading {
    margin-bottom: 30px;
  }
}

.brands .brands_heading .heading {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .brands .brands_heading .heading {
    font-size: 20px;
  }
}

.brands .brands_heading .sub_heading {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .brands .brands_heading .sub_heading {
    font-size: 11px;
  }
}

.brands .brands_area {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .brands .brands_area {
    padding-top: 40px;
  }
}

/*商品詳細*/
.brands_detail .detail_area {
  padding-bottom: 70px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area {
    padding-bottom: 40px;
  }
}

.brands_detail .detail_area .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .detail_wrap {
    display: block;
  }
}

.brands_detail .detail_area .detail_image {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .detail_image {
    width: 100%;
  }
}

.brands_detail .detail_area .main_thumb {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.brands_detail .detail_area .main_thumb .plus_mark {
  width: 50px;
  height: 50px;
  background: #ccc;
  position: absolute;
  right: 25px;
  bottom: 0;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .main_thumb .plus_mark {
    display: none;
  }
}

.brands_detail .detail_area .main_thumb .plus_mark::before, .brands_detail .detail_area .main_thumb .plus_mark::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .main_thumb .plus_mark::before {
  width: 2px;
  height: 14px;
}

.brands_detail .detail_area .main_thumb .plus_mark::after {
  width: 14px;
  height: 2px;
}

.brands_detail .detail_area .main_thumb {
  position: relative;
}

.brands_detail .detail_area .main_thumb .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border: 4px solid #a49253;
  border-radius: 50%;
  display: none;
  pointer-events: none;
  z-index: 2;
}

.brands_detail .detail_area .zoomImgPass {
  display: none;
}

.brands_detail .detail_area .sub_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .sub_thumb {
    margin-bottom: 30px;
  }
}

.brands_detail .detail_area .sub_thumb .sub_thumb_item {
  cursor: pointer;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .sub_thumb .sub_thumb_item {
    max-width: 120px;
  }
}

.brands_detail .detail_area .detail_desp {
  width: 450px;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .detail_desp {
    width: 100%;
    margin-left: 0;
  }
}

.brands_detail .detail_area .set_item_area {
  margin-bottom: 20px;
}

.brands_detail .detail_area .set_item_area .set_thumb {
  width: 82px;
}

.brands_detail .detail_area .set_item_area .link {
  border: 4px solid #a49253;
  padding: 10px 30px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .brands_detail .detail_area .set_item_area .link:hover {
    opacity: 0.7;
  }
}

.brands_detail .detail_area .set_item_area .link::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(../img/brands/detail/set_arrow.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .set_item_area .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .set_item_area .text {
    font-size: 12px;
  }
}

.brands_detail .detail_area .detail_tag_list {
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
}

.brands_detail .detail_area .detail_tag_list .item {
  padding: 3px 7px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .brands_detail .detail_area .detail_tag_list .item {
    margin: 2px;
  }
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .detail_tag_list .item {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .brands_detail .detail_area .detail_tag_list .item {
    margin-right: 2px;
  }
}

.brands_detail .detail_area .detail_tag_list .new {
  background: #a49253;
}

.brands_detail .detail_area .detail_tag_list .unreleased {
  background: rgba(51, 51, 51, 0.8);
}

.brands_detail .detail_area .detail_tag_list .reserve {
  background: #101d47;
}

.brands_detail .detail_area .detail_tag_list .item_detail {
  background: #999;
}

.brands_detail .detail_area .detail_tag_list .discount {
  background: #b33a3a;
}

.brands_detail .detail_area .detail_title {
  margin-bottom: 20px;
}

.brands_detail .detail_area .detail_title .maker {
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .detail_title .maker {
    font-size: 15px;
  }
}

.brands_detail .detail_area .detail_title .item_name {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .detail_title .item_name {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 4px;
  }
}

@media screen and (max-width: 320px) {
  .brands_detail .detail_area .detail_title .item_name {
    font-size: 20px;
  }
}

.brands_detail .detail_area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1079px) {
  .brands_detail .detail_area .price {
    display: block;
  }
}

.brands_detail .detail_area .price .duty_free span {
  display: inline-block;
  font-size: 1.6em;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .price .duty_free {
    font-size: 13px;
  }
}

.brands_detail .detail_area .price .normal_price {
  font-size: 13px;
  margin-left: 10px;
}

@media screen and (max-width: 1079px) {
  .brands_detail .detail_area .price .normal_price {
    margin-left: 0;
    margin-top: 10px;
  }
}

.brands_detail .detail_area .price .normal_price::before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}

.brands_detail .detail_area .price .normal_price span {
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 320px) {
  .brands_detail .detail_area .price .normal_price {
    font-size: 11px;
  }
}

.brands_detail .detail_area .note {
  background: rgba(164, 146, 83, 0.15);
  padding: 8px 10px;
  font-size: 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .note {
    font-size: 11px;
    margin-bottom: 25px;
  }
}

.brands_detail .detail_area .order_select_area {
  margin-bottom: 30px;
}

.brands_detail .detail_area .order_select_area .color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .brands_detail .detail_area .order_select_area .color_list .color_list_item:nth-child(n+11) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .order_select_area .color_list .color_list_item {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item.is-active::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #aaaaaa;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item.is-active::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item:not(:last-child) {
  margin-right: 10px;
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item.stock_none .link::before, .brands_detail .detail_area .order_select_area .color_list .color_list_item.stock_none .link::after {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  background: #aaa;
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  margin: auto;
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item.stock_none .link::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item.stock_none .link::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brands_detail .detail_area .order_select_area .color_list .color_list_item .link {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .order_select_area .order_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands_detail .detail_area .order_select_area .order_box span {
  display: inline-block;
  min-width: 57px;
  margin-right: 14px;
}

.brands_detail .detail_area .order_select_area .order_box span.text_right {
  text-align: right;
}

@media screen and (max-width: 320px) {
  .brands_detail .detail_area .order_select_area .order_box span {
    min-width: 45px;
    font-size: 11px;
  }
}

.brands_detail .detail_area .order_select_area .order_box.mb10 {
  margin-bottom: 10px;
}

.brands_detail .detail_area .order_select_area .order_box.mb20 {
  margin-bottom: 20px;
}

.brands_detail .detail_area .order_select_area .order_box .order_select {
  width: 380px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .order_select_area .order_box .order_select {
    width: 100%;
  }
}

.brands_detail .detail_area .order_select_area .order_box .order_select select {
  padding-left: 15px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .order_select_area .order_box .order_select select {
    font-size: 15px;
  }
}

.brands_detail .detail_area .order_select_area .order_box .count_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count_select {
  width: 80px;
  height: 40px;
  position: relative;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count_select select {
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count {
  width: 30px;
  height: 30px;
  position: relative;
  background: #ccc;
  cursor: pointer;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .brands_detail .detail_area .order_select_area .order_box .count_box .count:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count_miuns::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count_plus::before, .brands_detail .detail_area .order_select_area .order_box .count_box .count_plus::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count_plus::before {
  width: 2px;
  height: 14px;
}

.brands_detail .detail_area .order_select_area .order_box .count_box .count_plus::after {
  width: 14px;
  height: 2px;
}

.brands_detail .detail_area .order_select_area .order_box .announce {
  font-size: 14px;
  color: #a49253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .order_select_area .order_box .announce {
    font-size: 12px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  .brands_detail .detail_area .order_select_area .order_box .announce {
    font-size: 10px;
    margin-left: 5px;
  }
}

.brands_detail .detail_area .order_select_area .order_box .announce::before {
  content: "!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(164, 146, 83, 0.2);
  margin-right: 5px;
}

.brands_detail .detail_area .shopping_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .shopping_btn_area {
    display: block;
  }
}

.brands_detail .detail_area .shopping_btn_area .shopping_btn {
  width: 68.88889%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #333;
  position: relative;
}

.brands_detail .detail_area .shopping_btn_area .shopping_btn.stock0 {
  background: #e5e5e5;
  color: #999;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .shopping_btn_area .shopping_btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.brands_detail .detail_area .shopping_btn_area .shopping_btn .btn_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .brands_detail .detail_area .shopping_btn_area .shopping_btn .btn_inner:hover span {
    color: #a49253;
  }
}

.brands_detail .detail_area .shopping_btn_area .shopping_btn .btn_inner .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 1079px) {
  .brands_detail .detail_area .shopping_btn_area .shopping_btn .btn_inner .text {
    font-size: 14px;
  }
}

.brands_detail .detail_area .shopping_btn_area .shopping_btn .btn_inner .text::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  background: url(../img/brands/detail/shopping_icon.png) no-repeat;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.brands_detail .detail_area .shopping_btn_area .shopping_btn .shopping_input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.brands_detail .detail_area .shopping_btn_area .favorite_btn {
  width: 28.88889%;
  height: 55px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: font .3s ease, border .3s;
  transition: font .3s ease, border .3s;
}
.brands_detail .detail_area .shopping_btn_area .favorite_btn button {
  color:#000;
}

@media screen and (min-width: 768px) {
  .brands_detail .detail_area .shopping_btn_area .favorite_btn:hover {
    font-weight: bold;
    border-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .shopping_btn_area .favorite_btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

.brands_detail .detail_area .shopping_btn_area .favorite_btn.disable {
  border: 1px solid #e5e5e5;
  color: #999999;
  pointer-events: none;
}

.brands_detail .detail_area .terminal2_note,
.brands_detail .detail_area .disTermWarning {
  border: 1px solid #e5e5e5;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .terminal2_note,
  .brands_detail .detail_area .disTermWarning {
    font-size: 11px;
  }
}

.brands_detail .detail_area .terminal2_note .title,
.brands_detail .detail_area .disTermWarning .title {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .terminal2_note .title,
  .brands_detail .detail_area .disTermWarning .title {
    font-size: 12px;
  }
}

.brands_detail .detail_area .description {
  border-top: 1px solid #a49253;
  margin-bottom: 30px;
}

.brands_detail .detail_area .description .title {
  font-size: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .description .title {
    font-size: 17px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .description p {
    font-size: 13px;
  }
}

.brands_detail .detail_area .sns_area {
  background: #f5f5f5;
  padding: 20px 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .sns_area {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    padding-left: 11.51515%;
    padding-right: 11.51515%;
  }
}

.brands_detail .detail_area .sns_area .text {
  font-size: 16px;
  margin-right: 40px;
}

@media screen and (max-width: 1079px) {
  .brands_detail .detail_area .sns_area .text {
    font-size: 13px;
    margin-right: 4.44444%;
  }
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .sns_area .text {
    font-size: 15px;
    margin: 0 0 12px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .sns_area .btn_area {
    width: 200px;
    margin: 0 auto;
  }
}

.brands_detail .detail_area .sns_area .btn_area .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 32px;
}

.brands_detail .detail_area .sns_area .btn_area .a2a_kit a {
  float: left;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .brands_detail .detail_area .sns_area .btn_area .a2a_kit a {
    width: 32px !important;
  }
  .brands_detail .detail_area .sns_area .btn_area .a2a_kit a span {
    display: inline-block;
  }
}

.brands_detail .detail_area .sns_area .btn_area .a2a_kit a .a2a_svg {
  width: 32px;
  height: 100%;
}

.brands_detail .detail_area .sns_area .btn_area .a2a_kit div {
  display: none;
}

.brands_detail .detail_area .sns_area .btn_area .copy_btn {
  background: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.brands_detail .brands_area {
  padding-top: 80px;
  padding-bottom: 160px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .brands_detail .brands_area {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.brands_detail .heading {
  font-size: 22px;
  text-align: center;
  border-top: 1px solid #a49253;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 7px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .brands_detail .heading {
    font-size: 17px;
    padding: 6px 0 5px;
  }
}

.brands_detail .heading.mt {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .brands_detail .brands_list {
    display: block;
    opacity: 0;
  }
  .brands_detail .brands_list.slick-initialized {
    opacity: 1;
  }
  .brands_detail .brands_list .slick-list {
    overflow: auto;
  }
  .brands_detail .brands_list .slick-dots {
    bottom: -50px;
  }
  .brands_detail .brands_list .brands_list_item {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    width: 100%;
  }
  .brands_detail .brands_list .item_name {
    font-size: 13px;
  }
}

.category .list_nav_cat {
  margin: 19px 0 80px;
}

@media screen and (max-width: 767px) {
  .category .list_nav_cat {
    margin: 25px 0 60px;
  }
}

.category .cat_sub_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .category .cat_sub_title {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.category .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category .cat_list .cat_list_item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .category .cat_list .cat_list_item {
    font-size: 13px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .category .cat_list .cat_list_item.mini {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .category .cat_list .cat_list_item.mini {
    font-size: 10px;
  }
}

.category .cat_list .cat_list_item .link {
  padding: 18px 0 17px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

@media screen and (max-width: 767px) {
  .category .cat_list .cat_list_item .link {
    padding: 10px 0 9px;
  }
}

@media screen and (min-width: 768px) {
  .category .cat_list .cat_list_item .link:hover {
    background: rgba(164, 146, 83, 0.15);
  }
}

.category .cat_list .cat_list_item .link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin: 0 10px 0 20px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .category .cat_list .cat_list_item .link::before {
    margin-left: 0;
  }
}

.category .mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .category .mt30 {
    margin-top: 25px;
  }
}

.category .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .category .line {
    margin-top: 100px;
  }
}

.category .category_heading {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .category .category_heading {
    margin-bottom: 30px;
  }
}

.category .category_heading .heading {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .category .category_heading .heading {
    font-size: 20px;
  }
}

.category .category_heading .sub_heading {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .category .category_heading .sub_heading {
    font-size: 11px;
  }
}

.category .category_area {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .category .category_area {
    padding-top: 40px;
  }
}

.keyword .keyword_heading {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .keyword .keyword_heading {
    margin-bottom: 30px;
  }
}

.keyword .keyword_heading .heading {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .keyword .keyword_heading .heading {
    font-size: 20px;
  }
}

.keyword .keyword_heading .sub_heading {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .keyword .keyword_heading .sub_heading {
    font-size: 11px;
  }
}

.keyword .error_text {
  font-size: 18px;
  margin: 55px 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .keyword .error_text {
    font-size: 13px;
    margin: 30px 0;
  }
}

.keyword .top_back_btn {
  width: 260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .keyword .top_back_btn {
    width: 255px;
  }
}

.keyword .top_back_btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background: #333;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .keyword .top_back_btn .link {
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .keyword .top_back_btn .link:hover {
    color: #a49253;
  }
}

.item .item_heading {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .item .item_heading {
    margin-bottom: 30px;
  }
}

.item .item_heading span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .item .item_heading span {
    margin-top: 10px;
    font-size: 11px;
  }
}

.item .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .item .line {
    margin-top: 100px;
  }
}

.shopping .frame {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .shopping .frame {
    padding-bottom: 90px;
  }
}

.shopping .shopping_heading {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shopping .shopping_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.shopping .shopping_sub_heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.shopping .lead_text {
  margin: 60px 0;
  text-align: center;
}

.shopping .lead_text span {
  color: #b52121;
}

@media screen and (max-width: 767px) {
  .shopping .lead_text {
    margin: 30px 0 20px;
    font-size: 13px;
    text-align: left;
  }
}

.shopping .lead_text.text_center {
  text-align: center;
}

.shopping .lead_text2 {
  margin: 60px 0 0;
  text-align: center;
}

.shopping .lead_text2 span {
  color: #b52121;
}

@media screen and (max-width: 767px) {
  .shopping .lead_text2 {
    margin: 30px 0 0;
    font-size: 13px;
  }
}

.shopping .lead_area {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .shopping .lead_area {
    margin: 30px 0;
  }
}

.shopping .lead_text3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shopping .lead_text3 {
    text-align: left;
  }
}

.shopping .lead_text3:not(:first-child) {
  margin-top: 10px;
}

.shopping .shopping_header {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .shopping .shopping_header {
    margin-bottom: 50px;
  }
}

.shopping .announce_area {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .shopping .announce_area {
    padding-top: 60px;
  }
}

.shopping .announce_area .announce_heading {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .shopping .announce_area .announce_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.shopping .announce_area .box {
  border: 1px solid #e5e5e5;
  padding: 40px 40px 35px 40px;
}

@media screen and (max-width: 767px) {
  .shopping .announce_area .box {
    padding: 20px 0;
    padding-left: 5.97015%;
    padding-right: 5.97015%;
  }
}

.shopping .announce_area .box:not(:first-child) {
  margin-top: 20px;
}

.shopping .announce_area .box .title {
  font-size: 16px;
  color: #b52121;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .shopping .announce_area .box .title {
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.shopping .announce_area .box .title::before {
  content: '!';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #b52121;
  color: #fff;
  background: url(../img/shopping/circle_mark.png) no-repeat;
  background-size: contain;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .shopping .announce_area .box .title::before {
    width: 15px;
    height: 15px;
    font-size: 10px;
    position: relative;
    top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .shopping .announce_area .box p {
    font-size: 13px;
  }
}

.shopping .announce_area .box .anchor {
  font-size: 13px;
  color: #a49253;
  text-align: right;
}

.shopping .announce_area .box .anchor a {
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .shopping .announce_area .box .anchor a:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.shopping .announce_area .box .anchor a::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/header/nav_block_arrow.png) no-repeat;
  margin-left: 10px;
}

.shopping .brands_area {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .shopping .brands_area {
    margin-top: 60px;
  }
}

.shopping .brands_area .heading {
  font-size: 22px;
  text-align: center;
  border-top: 1px solid #a49253;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 7px;
}

@media screen and (max-width: 767px) {
  .shopping .brands_area .heading {
    font-size: 17px;
    padding: 10px 0 9px;
  }
}

.shopping .brands_area .btn_frame {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .shopping .brands_area .btn_frame {
    margin-top: 100px;
  }
}

.shopping .slick-slide img {
  display: inline;
}

.shopping .slick-dots {
  bottom: -40px;
}

.shopping .free_area {
  height: calc(100vh - 768px);
  min-height: 190px;
}

@media screen and (max-width: 767px) {
  .shopping .free_area {
    height: auto;
    min-height: 0;
  }
}

.shopping .free_area p {
  text-align: center;
  margin-top: 80px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .shopping .free_area p {
    font-size: 13px;
    margin-top: 30px;
    text-align: left;
  }
}

.shopping .free_area .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopping_form input:focus {
  border: 1px solid #a49253;
}

.shopping_form .form_inner {
  max-width: 880px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .shopping_form .form_inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .form_inner {
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}

.shopping_form .form_inner .btn_area {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .shopping_form .form_inner .btn_area {
    padding-bottom: 90px;
  }
}

.shopping_form .form_table {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .shopping_form .form_table {
    margin-bottom: 40px;
  }
}

.shopping_form .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .shopping_form .tr {
    display: block;
    margin-bottom: 20px;
  }
}

.shopping_form .border_top {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .shopping_form .border_top {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.shopping_form .th {
  font-size: 16px;
  font-weight: bold;
  min-width: 165px;
}

@media screen and (max-width: 830px) {
  .shopping_form .th {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .th {
    min-width: 0;
    margin-bottom: 5px;
  }
}

.shopping_form .th .req {
  color: #b52121;
}

.shopping_form .td {
  width: 590px;
}

.shopping_form .td .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shopping_form .td {
    width: 100%;
  }
}

.shopping_form .small_text {
  width: 280px;
  height: 50px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding-left: 15px;
}

@media screen and (max-width: 830px) {
  .shopping_form .small_text {
    width: 47.45763%;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .small_text {
    width: calc(50% - 5px);
    height: 40px;
    font-size: 13px;
  }
}

.shopping_form .small_select {
  width: 280px;
  height: 50px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 830px) {
  .shopping_form .small_select {
    width: 47.45763%;
  }
  .shopping_form .small_select select {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .small_select {
    width: 100%;
    height: 40px;
  }
}

.shopping_form .small_select select {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 15px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .shopping_form .small_select select {
    font-size: 13px;
  }
}

.shopping_form .date_wrap {
  cursor: pointer;
  position: relative;
  width: 280px;
  height: 50px;
}

@media screen and (max-width: 830px) {
  .shopping_form .date_wrap {
    width: 47.45763%;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .date_wrap {
    height: 40px;
    width: 100%;
  }
}

.shopping_form .date_wrap::after {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/calendar.png) no-repeat;
  pointer-events: none;
}

.shopping_form .date_wrap .datepicker {
  border: 1px solid #ccc;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.shopping_form .date_wrap .datepicker:placeholder-shown {
  color: #ccc;
}

.shopping_form .date_wrap .datepicker::-webkit-input-placeholder {
  color: #ccc;
}

.shopping_form .date_wrap .datepicker:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.shopping_form .date_wrap .datepicker::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.shopping_form .date_wrap .datepicker:-ms-input-placeholder {
  color: #ccc;
}

.shopping_form .date_wrap .datepicker:focus {
  text-align: left;
}

.shopping_form .date_wrap .datepicker:focus::-webkit-input-placeholder {
  color: transparent;
}

.shopping_form .date_wrap .datepicker:focus:-ms-input-placeholder {
  color: transparent;
}

.shopping_form .date_wrap .datepicker:focus::-ms-input-placeholder {
  color: transparent;
}

.shopping_form .date_wrap .datepicker:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .shopping_form .date_wrap .datepicker {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .text {
    font-size: 13px;
  }
}

.shopping_form .note {
  font-size: 11px;
  margin: 5px 0 40px;
}

@media screen and (max-width: 767px) {
  .shopping_form .note {
    font-size: 10px;
    margin: 5px 0 20px;
  }
}

.shopping_form .note2 {
  font-size: 11px;
}

.shopping_form .flight_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .shopping_form .flight_box {
    display: block;
    margin-bottom: 10px;
  }
}

.shopping_form .flight_box .flight_th {
  font-size: 16px;
  min-width: 95px;
}

@media screen and (max-width: 830px) {
  .shopping_form .flight_box .flight_th {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .shopping_form .flight_box .flight_th {
    min-width: 0;
    margin-bottom: 5px;
  }
}

.shopping_form .transit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .shopping_form .transit_box {
    display: block;
    margin-bottom: 20px;
  }
}

.shopping_form .transit_box .tranist_th {
  font-size: 16px;
  min-width: 95px;
}

@media screen and (max-width: 767px) {
  .shopping_form .transit_box .tranist_th {
    font-size: 13px;
    min-width: 0;
  }
}

.shopping_form .font_bold {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .shopping_form .font_bold {
    margin: 20px 0 10px;
  }
}

.shopping_form .large_select {
  width: 470px;
  height: 50px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .shopping_form .large_select {
    width: 100%;
    height: 40px;
  }
}

.shopping_form .large_select select {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 15px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .shopping_form .large_select select {
    font-size: 13px;
  }
}

.shopping_form .large_text {
  width: 470px;
  height: 50px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 18px;
}

.shopping_form .large_text:placeholder-shown {
  color: #ccc;
}

.shopping_form .large_text::-webkit-input-placeholder {
  color: #ccc;
}

.shopping_form .large_text:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.shopping_form .large_text::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.shopping_form .large_text:-ms-input-placeholder {
  color: #ccc;
}

.shopping_form .large_text:focus {
  text-align: left;
}

.shopping_form .large_text:focus::-webkit-input-placeholder {
  color: transparent;
}

.shopping_form .large_text:focus:-ms-input-placeholder {
  color: transparent;
}

.shopping_form .large_text:focus::-ms-input-placeholder {
  color: transparent;
}

.shopping_form .large_text:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .shopping_form .large_text {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }
}

.shopping_form .flex {
  margin-bottom: 15px;
}

.shopping_form .flex .in_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .shopping_form .flex .in_wrap {
    position: relative;
    left: -4px;
  }
}

.shopping_form .flex .radio_box:not(:first-child) {
  margin-left: 40px;
}

.shopping_form .flex .radio_box .radioBox {
  position: absolute;
  width: 0px;
  height: 0px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.shopping_form .flex .radio_box .radioBox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .shopping_form .flex .radio_box .radioBox + label {
    font-size: 13px;
  }
}

.shopping_form .flex .radio_box .radioBox + label .circle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.shopping_form .flex .radio_box .radioBox + label .circle::before {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shopping_form .flex .radio_box .radioBox:checked + label .circle::before {
  display: block;
}

#ui-datepicker-div {
  border-radius: 0;
  width: 280px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 830px) {
  #ui-datepicker-div {
    width: 47.45763%;
  }
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: 89.3334%;
  }
}

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
}

#ui-datepicker-div .ui-datepicker-header {
  border-radius: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #fff;
  border: none;
}

#ui-datepicker-div .ui-datepicker-prev {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon {
  background: url(../img/common/date_prev.png) no-repeat;
}

#ui-datepicker-div .ui-datepicker-next {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ui-datepicker-div .ui-datepicker-next .ui-icon {
  background: url(../img/common/date_next.png) no-repeat;
}

#ui-datepicker-div .ui-state-default {
  background: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin: 0 auto;
}

#ui-datepicker-div .ui-icon {
  display: inline-block;
  background-image: none;
  width: 7px;
  height: 10px;
}

#ui-datepicker-div .ui-state-highlight {
  color: #333;
}

#ui-datepicker-div .ui-state-hover {
  background: none;
  border: none;
  color: #a49253;
}

#ui-datepicker-div .ui-state-active {
  background: #a49253;
  color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}

#ui-datepicker-div th {
  font-size: 10px;
  color: #aaa;
}

#ui-datepicker-div td {
  width: 30px;
  height: 30px;
}

.confirm_area .btn_area {
  margin-top: 0;
  padding: 60px 0 160px;
}

@media screen and (max-width: 767px) {
  .confirm_area .btn_area {
    padding: 40px 0 90px;
  }
}

.confirm_area .confirm_sub_heading {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .confirm_area .confirm_sub_heading {
    font-size: 20px;
    margin-top: 50px;
  }
}

.confirm_area .sub_lead_text {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .confirm_area .sub_lead_text {
    margin-bottom: 25px;
    text-align: left;
  }
}

.login .frame {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .login .frame {
    padding-bottom: 90px;
  }
}

.login .login_heading {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .login .login_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.login .lead_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .login .lead_text {
    margin-bottom: 30px;
    font-size: 13px;
  }
}

.login .login_form {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .login .login_form {
    width: 100%;
  }
}

.login .login_form .login_input {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border: 1px solid #ccc;
  padding-left: 20px;
}

.login .login_form .login_input:not(:first-child) {
  margin-top: 20px;
}

.login .login_form .login_input:placeholder-shown {
  color: #ccc;
}

.login .login_form .login_input::-webkit-input-placeholder {
  color: #ccc;
}

.login .login_form .login_input:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.login .login_form .login_input::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.login .login_form .login_input:-ms-input-placeholder {
  color: #ccc;
}

.login .login_form .login_input:focus {
  text-align: left;
}

.login .login_form .login_input:focus::-webkit-input-placeholder {
  color: transparent;
}

.login .login_form .login_input:focus:-ms-input-placeholder {
  color: transparent;
}

.login .login_form .login_input:focus::-ms-input-placeholder {
  color: transparent;
}

.login .login_form .login_input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .login .login_form .login_input {
    font-size: 13px;
    height: 40px;
    padding-left: 15px;
  }
}

.login .login_form.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .login .login_form.mt50 {
    margin-top: 30px;
  }
}

.login .pw_forget {
  color: #a49253;
  line-height: 1;
  text-align: center;
  margin: 15px 0 27px;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .login .pw_forget {
    font-size: 13px;
    margin: 20px 0 25px;
    padding-bottom: 0;
  }
}

.login .pw_forget:hover span {
  border-bottom: 1px solid #a49253;
}

.login .login_btn {
  width: 260px;
  height: 50px;
  background: #333;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .login .login_btn {
    width: 255px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .login .login_btn:hover span {
    color: #a49253;
  }
}

.login .login_btn .text {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .login .login_btn .text {
    font-size: 14px;
  }
}

.login .login_btn .submit_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.login .submit_btn {
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .login .submit_btn {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

.login .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 100px 0 80px;
}

@media screen and (max-width: 767px) {
  .login .line {
    margin: 50px 0;
  }
}

.login .text_area {
  width: 600px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 767px) {
  .login .text_area {
    width: 100%;
    margin-bottom: 90px;
  }
}

.login .text_area .text {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .login .text_area .text {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.login .text_area .note {
  font-size: 11px;
}

.login .text_area .note a {
  color: #a49253;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .login .text_area .note a:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.login .sub_heading {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .login .sub_heading {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.login .email_text_area {
  text-align: center;
  margin: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .login .email_text_area {
    text-align: left;
    margin: 30px 0 40px;
  }
}

.login .email_text_area .lead_text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .login .email_text_area .lead_text {
    font-size: 16px;
  }
}

.login .email_text_area .text {
  margin-bottom: 10px;
}

.login .email_text_area .note {
  font-size: 11px;
}

.login .email_text_area.pw {
  margin: 25px 0 20px;
}

.login .form_note {
  text-align: center;
  margin: 60px 0 30px;
}

@media screen and (max-width: 767px) {
  .login .form_note {
    font-size: 13px;
    margin: 30px 0 25px;
  }
}

.login .form_note span {
  color: #b52121;
}

.login .free_area {
  height: calc(100vh - 860px);
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .login .free_area {
    height: auto;
    min-height: 0;
  }
}

.login .free_area p {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .login .free_area p {
    font-size: 13px;
    margin-top: 30px;
    text-align: left;
  }
}

.login .free_area .pw_text {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .login .free_area .pw_text {
    font-size: 13px;
    margin-top: 30px;
  }
}

.login .free_area.hs1 {
  height: calc(100vh - 950px);
  min-height: 145px;
}

@media screen and (max-width: 767px) {
  .login .free_area.hs1 {
    height: auto;
    min-height: 0;
  }
}

.login .free_area.hs2 {
  height: calc(100vh - 950px);
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  .login .free_area.hs2 {
    height: auto;
    min-height: 0;
  }
}

.login .email_input {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .login .email_input {
    height: 40px;
  }
}

.login .email_input .e_input {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-size: 18px;
}

.login .email_input .e_input:placeholder-shown {
  color: #ccc;
}

.login .email_input .e_input::-webkit-input-placeholder {
  color: #ccc;
}

.login .email_input .e_input:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.login .email_input .e_input::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.login .email_input .e_input:-ms-input-placeholder {
  color: #ccc;
}

.login .email_input .e_input:focus {
  text-align: left;
}

.login .email_input .e_input:focus::-webkit-input-placeholder {
  color: transparent;
}

.login .email_input .e_input:focus:-ms-input-placeholder {
  color: transparent;
}

.login .email_input .e_input:focus::-ms-input-placeholder {
  color: transparent;
}

.login .email_input .e_input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .login .email_input .e_input {
    font-size: 13px;
  }
}

.login .new_password_area {
  width: 440px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 767px) {
  .login .new_password_area {
    width: 100%;
    margin: 30px auto;
  }
}

.login .new_password_area .text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .login .new_password_area .text {
    font-size: 13px;
    text-align: left;
  }
}

.login .new_password_area .note {
  font-size: 11px;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.login .new_password_area .new_pass_input {
  width: 100%;
  height: 50px;
  margin: 30px auto 0;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .login .new_password_area .new_pass_input {
    margin-top: 25px;
    height: 40px;
  }
}

.login .new_password_area .new_pass_input .input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 15px;
}

.login .new_password_area .new_pass_input .input:placeholder-shown {
  color: #ccc;
}

.login .new_password_area .new_pass_input .input::-webkit-input-placeholder {
  color: #ccc;
}

.login .new_password_area .new_pass_input .input:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.login .new_password_area .new_pass_input .input::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.login .new_password_area .new_pass_input .input:-ms-input-placeholder {
  color: #ccc;
}

.login .new_password_area .new_pass_input .input:focus {
  text-align: left;
}

.login .new_password_area .new_pass_input .input:focus::-webkit-input-placeholder {
  color: transparent;
}

.login .new_password_area .new_pass_input .input:focus:-ms-input-placeholder {
  color: transparent;
}

.login .new_password_area .new_pass_input .input:focus::-ms-input-placeholder {
  color: transparent;
}

.login .new_password_area .new_pass_input .input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .login .new_password_area .new_pass_input .input {
    font-size: 13px;
  }
}

.mypage .frame {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .mypage .frame {
    padding-bottom: 90px;
  }
}

.mypage .mypage_heading {
  font-size: 40px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mypage .mypage_heading {
    font-size: 20px;
  }
}

.mypage .sub_heading {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mypage .sub_heading {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.mypage .number_text {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mypage .number_text {
    font-size: 11px;
  }
}

.mypage .login_state {
  margin: 80px 0 50px;
  background: rgba(164, 146, 83, 0.15);
  padding: 10px 10px 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mypage .login_state {
    margin: 30px 0;
    padding: 5px 5px 5px 8px;
  }
}

.mypage .login_state .name {
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mypage .login_state .name {
    font-size: 13px;
  }
}

.mypage .login_state .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mypage .login_state .wrap {
    font-size: 11px;
  }
}

.mypage .login_state .wrap .number {
  margin-right: 10px;
}

.mypage .login_state .wrap .confirm_btn {
  padding: 6px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mypage .login_state .wrap .confirm_btn {
    font-size: 10px;
    padding: 5px 10px;
  }
}

.mypage .login_state .wrap .confirm_btn.nofix {
  background: #aaa;
}

.mypage .day_text {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mypage .day_text {
    font-size: 13px;
  }
}

.mypage .three_btn_area {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mypage .three_btn_area {
    display: block;
    width: 255px;
    margin: 0 auto;
  }
}

.mypage .three_btn_area .btn {
  width: 31.70732%;
}

@media screen and (max-width: 767px) {
  .mypage .three_btn_area .btn {
    width: 100%;
  }
  .mypage .three_btn_area .btn:not(:first-child) {
    margin-top: 10px;
  }
}

.mypage .three_btn_area .btn .btn_inner {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mypage .three_btn_area .btn .btn_inner:hover {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .mypage .three_btn_area .btn .btn_inner {
    height: 40px;
    font-size: 14px;
  }
}

.mypage .three_btn_area .btn.is-disable .btn_inner {
  background: #e5e5e5;
  pointer-events: none;
  color: #aaa;
}

.mypage .confirm_sub_heading {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .mypage .confirm_sub_heading {
    font-size: 20px;
    margin-top: 50px;
  }
}

.mypage .free_area {
  height: calc(100vh - 760px);
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .mypage .free_area {
    height: auto;
    min-height: 0;
  }
}

.mypage .free_area p {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mypage .free_area p {
    font-size: 13px;
    margin-top: 30px;
    text-align: left;
  }
}

.mypage .free_area .text {
  text-align: center;
  margin-top: 80px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mypage .free_area .text {
    font-size: 13px;
    margin-top: 30px;
  }
}

.mypage .free_area.hs {
  height: calc(100vh - 870px);
}

@media screen and (max-width: 767px) {
  .mypage .free_area.hs {
    height: auto;
  }
}

.mypage .free_area.hs2 {
  height: calc(100vh - 870px);
}

@media screen and (max-width: 767px) {
  .mypage .free_area.hs2 {
    height: auto;
  }
}

.mypage .free_area.hs3 {
  height: calc(100vh - 860px);
}

@media screen and (max-width: 767px) {
  .mypage .free_area.hs3 {
    height: auto;
  }
}

.mypage .lead_area {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .mypage .lead_area {
    margin: 30px 0;
  }
}

.mypage .lead_text3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mypage .lead_text3 {
    text-align: left;
  }
}

.mypage .lead_text3:not(:first-child) {
  margin-top: 10px;
}

.mypage .completion_area {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mypage .completion_area {
    margin-top: 40px;
  }
}

.mypage .new_password_area {
  width: 440px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 767px) {
  .mypage .new_password_area {
    width: 100%;
    margin: 30px auto;
  }
}

.mypage .new_password_area .text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mypage .new_password_area .text {
    font-size: 13px;
    text-align: left;
  }
}

.mypage .new_password_area .note {
  font-size: 11px;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.mypage .new_password_area .new_pass_input {
  width: 100%;
  height: 50px;
  margin: 30px auto 0;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .mypage .new_password_area .new_pass_input {
    margin-top: 25px;
    height: 40px;
  }
}

.mypage .new_password_area .new_pass_input input[type="password"] {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 15px;
}

.mypage .new_password_area .new_pass_input input[type="password"]:placeholder-shown {
  color: #ccc;
}

.mypage .new_password_area .new_pass_input input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}

.mypage .new_password_area .new_pass_input input[type="password"]:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.mypage .new_password_area .new_pass_input input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.mypage .new_password_area .new_pass_input input[type="password"]:-ms-input-placeholder {
  color: #ccc;
}

.mypage .new_password_area .new_pass_input input[type="password"]:focus {
  text-align: left;
}

.mypage .new_password_area .new_pass_input input[type="password"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.mypage .new_password_area .new_pass_input input[type="password"]:focus:-ms-input-placeholder {
  color: transparent;
}

.mypage .new_password_area .new_pass_input input[type="password"]:focus::-ms-input-placeholder {
  color: transparent;
}

.mypage .new_password_area .new_pass_input input[type="password"]:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .mypage .new_password_area .new_pass_input input[type="password"] {
    font-size: 13px;
  }
}

.mypage .form_note {
  text-align: center;
  margin: 60px 0 30px;
}

@media screen and (max-width: 767px) {
  .mypage .form_note {
    font-size: 13px;
    margin: 30px 0 25px;
  }
}

.mypage .form_note span {
  color: #b52121;
}

.mypage .email_text_area {
  text-align: center;
  margin: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .mypage .email_text_area {
    text-align: left;
    margin: 30px 0 40px;
  }
}

.mypage .email_text_area .lead_text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mypage .email_text_area .lead_text {
    font-size: 16px;
  }
}

.mypage .email_text_area .text {
  margin-bottom: 10px;
}

.mypage .email_text_area .note {
  font-size: 11px;
}

.mypage .email_text_area.pw {
  margin: 25px 0 20px;
}

.mypage .code_input_area {
  text-align: center;
}

.mypage .code_input_area p {
  color: #ccc;
  font-size: 16px;
}

.mypage .zero_text {
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mypage .zero_text {
    font-size: 13px;
    margin-top: 30px;
  }
}

.mypage_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mypage_list {
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.mypage_list .item {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .mypage_list .item {
    width: 100%;
  }
  .mypage_list .item:not(:first-child) {
    margin-top: 10px;
  }
}

.mypage_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 210px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  -webkit-transition: color .3s ease, border .3s ease;
  transition: color .3s ease, border .3s ease;
}

@media screen and (min-width: 768px) {
  .mypage_list .item .link:hover {
    color: #a49253;
    border-color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .mypage_list .item .link {
    height: 130px;
  }
}

.mypage_list .item .link::after {
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/mypage/mypage_list_arrow.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .mypage_list .item .link::after {
    width: 8px;
    height: 17px;
    background-size: contain;
  }
}

.mypage_list .item .link .title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mypage_list .item .link .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mypage_list .item .link .text {
    font-size: 12px;
  }
}

html[lang="en"] .mypage_list .item .link .text {
  padding: 0 30px;
}

.mypage_sub_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mypage_sub_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.mypage_sub_list .item {
  width: 23.5%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mypage_sub_list .item {
    width: calc(50% - 5px);
  }
  .mypage_sub_list .item:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}

.mypage_sub_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  position: relative;
  -webkit-transition: color .3s ease, border .3s ease;
  transition: color .3s ease, border .3s ease;
}

@media screen and (min-width: 768px) {
  .mypage_sub_list .item .link:hover {
    color: #a49253;
    border-color: #a49253;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .mypage_sub_list .item .link {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .mypage_sub_list .item .link {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1079px) {
  .mypage_sub_list .item .link {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .mypage_sub_list .item .link {
    height: 70px;
    font-size: 12px;
  }
}

.mypage_sub_list .item .link::after {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/mypage/mypage_list_arrow.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .mypage_sub_list .item .link::after {
    width: 4.5px;
    height: 9px;
  }
}

.history_table {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .history_table {
    margin-top: 30px;
  }
}

.history_table .table_th {
  border-bottom: 1px solid #a49253;
  padding-bottom: 10px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history_table .table_th li {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .history_table .table_th li {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th li {
    text-align: center;
  }
}

.history_table .table_th .start_day {
  width: 14.5%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .start_day {
    width: 11%;
  }
}

.history_table .table_th .number {
  width: 13.5%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .number {
    width: 13%;
  }
}

.history_table .table_th .count {
  width: 12.5%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .count {
    width: 15%;
  }
}

.history_table .table_th .sum_total {
  width: 11.5%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .sum_total {
    width: 14.5%;
  }
}

.history_table .table_th .reserve {
  width: 13.5%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .reserve {
    width: 12%;
  }
}

.history_table .table_th .state {
  width: 11%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .state {
    width: 16.5%;
  }
}

.history_table .table_th .confirm {
  width: 22%;
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .table_th .confirm {
    width: 18%;
  }
}

.history_table .history_list {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .history_table .history_list {
    display: block;
    padding: 20px 0 30px;
    padding-left: 2.98507%;
    padding-right: 2.98507%;
  }
}

.history_table .history_list.is-disable {
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .history_table .history_list.is-disable {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.history_table .history_list .item {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 1079px) {
  .history_table .history_list .item {
    font-size: 14px;
  }
  html[lang="en"] .history_table .history_list .item {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .history_table .history_list .item {
    display: block;
    height: auto;
    padding: 10px 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .history_table .history_list .item {
    font-size: 14px;
  }
}

.history_table .history_list .item::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .item::before {
    display: inline-block;
    font-size: 12px;
    color: #666;
    min-width: 80px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .history_table .history_list .item::before {
    min-width: 125px;
  }
}

.history_table .history_list .start_day {
  width: 14.5%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .start_day {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .start_day {
    width: 11%;
  }
}

.history_table .history_list .start_day::before {
  content: attr(data-text) "";
}

.history_table .history_list .number {
  width: 13.5%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .number {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .number {
    width: 13%;
  }
}

.history_table .history_list .number::before {
  content: attr(data-text) "";
}

.history_table .history_list .count {
  width: 12.5%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .count {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .count {
    width: 15%;
  }
}

.history_table .history_list .count::before {
  content: attr(data-text) "";
}

.history_table .history_list .sum_total {
  width: 11.5%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .sum_total {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .sum_total {
    width: 14.5%;
  }
}

.history_table .history_list .sum_total::before {
  content: attr(data-text) "";
}

.history_table .history_list .reserve {
  width: 13.5%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .reserve {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .reserve {
    width: 12%;
  }
}

.history_table .history_list .reserve::before {
  content: attr(data-text) "";
}

.history_table .history_list .state {
  width: 12.5%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .state {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .state {
    width: 16.5%;
  }
}

.history_table .history_list .state::before {
  content: attr(data-text) "";
}

.history_table .history_list .confirm {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .confirm {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .confirm {
    width: 18%;
  }
}

.history_table .history_list .confirm .btn {
  width: 68.18182%;
}

@media screen and (max-width: 767px) {
  .history_table .history_list .confirm .btn {
    width: 255px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  html[lang="en"] .history_table .history_list .confirm .btn {
    width: 83.33333%;
  }
}

.history_table .history_list .confirm .btn .link {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .history_table .history_list .confirm .btn .link:hover {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .history_table .history_list .confirm .btn .link {
    height: 40px;
  }
}

@media screen and (max-width: 1079px) {
  html[lang="en"] .history_table .history_list .confirm .btn .link {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .history_table .history_list .confirm .btn .link {
    font-size: 12px;
  }
}

.unsub .frame {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .unsub .frame {
    padding-bottom: 90px;
  }
}

.unsub .unsub_heading {
  font-size: 40px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .unsub .unsub_heading {
    font-size: 20px;
  }
}

.unsub .lead_text {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .unsub .lead_text {
    font-size: 13px;
    margin-top: 30px;
  }
}

.unsub .error_text {
  color: #b52121;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .unsub .error_text {
    font-size: 14px;
  }
}

.unsub .questionary_area {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .unsub .questionary_area {
    margin-top: 50px;
  }
}

.unsub .questionary_area .q_inner {
  background: #f5f5f5;
  padding: 60px 200px;
}

@media screen and (max-width: 767px) {
  .unsub .questionary_area .q_inner {
    padding: 25px 0;
    padding-left: 4.47761%;
    padding-right: 4.47761%;
  }
}

.unsub .questionary_area .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .unsub .questionary_area .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.unsub .questionary_area .sub_title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .unsub .questionary_area .sub_title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.unsub .questionary_area .white_box {
  background: #fff;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .unsub .questionary_area .white_box {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}

.unsub .questionary_area .white_box .white_box_list {
  display: inline-block;
  text-align: left;
}

@media all and (-ms-high-contrast: none) {
  .unsub .questionary_area .white_box .white_box_list {
    width: 100%;
  }
}

.unsub .questionary_area .white_box .white_box_list .item:not(:first-child) {
  margin-top: 15px;
}

.unsub .questionary_area .textArea {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  height: 260px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .unsub .questionary_area .textArea {
    height: 155px;
  }
}

.unsub .checkBox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.unsub .checkBox + label {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .unsub .checkBox + label {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.unsub .checkBox + label .c_box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.unsub .checkBox + label .c_box::before {
  content: '';
  display: none;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shopping/check_mark.png) no-repeat;
}

.unsub .checkBox + label .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .unsub .checkBox + label .text {
    font-size: 12px;
  }
}

.unsub .checkBox:checked + label .c_box::before {
  display: block;
}

.unsub .free_area {
  height: calc(100vh - 780px);
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .unsub .free_area {
    height: auto;
    min-height: 0;
  }
}

.unsub .free_area.hs {
  height: calc(100vh - 900px);
}

@media screen and (max-width: 767px) {
  .unsub .free_area.hs {
    height: auto;
    min-height: 0;
  }
}

.ranking_detail .ranking_heading {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .ranking_detail .ranking_heading {
    margin-bottom: 30px;
  }
}

.ranking_detail .ranking_heading .heading {
  font-size: 40px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ranking_detail .ranking_heading .heading {
    font-size: 20px;
  }
}

.ranking_detail .ranking_heading .sub_heading {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ranking_detail .ranking_heading .sub_heading {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .ranking_detail .slick-dots {
    bottom: -40px;
  }
}

.ranking_detail .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .ranking_detail .line {
    margin-top: 100px;
  }
}

.contact_page .frame {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .contact_page .frame {
    padding-bottom: 90px;
  }
}

.contact_page .contact_heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contact_page .contact_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.contact_page .sub_heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact_page .sub_heading {
    font-size: 13px;
  }
}

.contact_page .lead_text {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 10px;
}
.contact_page .lead_text span {
  color: #b52121;
}

@media screen and (max-width: 767px) {
  .contact_page .lead_text {
    font-size: 13px;
    text-align: left;
    margin: 30px 0 10px;
  }
}

.contact_page .form_note {
  text-align: center;
  font-size: 14px;
}

.contact_page .form_note span {
  color: #b52121;
}

.contact_page .privacy_area {
  width: 800px;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .contact_page .privacy_area {
    width: 100%;
    margin: 50px auto 0;
  }
}

.contact_page .privacy_area .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact_page .privacy_area .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.contact_page .privacy_area .title .req {
  color: #b52121;
  font-size: 16px;
}

.contact_page .privacy_area .privacy_text {
  border: 1px solid #ccc;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .contact_page .privacy_area .privacy_text {
    padding: 15px;
    font-size: 13px;
    height: 210px;
    overflow: auto;
  }
}

.contact_page .privacy_area .check_area {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_page .privacy_area .check_area {
    text-align: center;
    margin-top: 15px;
  }
}

.contact_page .privacy_area .check_area .checkBox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.contact_page .privacy_area .check_area .checkBox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  cursor: pointer;
}

.contact_page .privacy_area .check_area .checkBox + label span {
  color: #b52121;
}

.contact_page .privacy_area .check_area .checkBox + label .c_box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
  position: relative;
}

.contact_page .privacy_area .check_area .checkBox + label .c_box::before {
  content: '';
  display: none;
  width: 14px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/shopping/check_mark.png) no-repeat;
}

.contact_page .privacy_area .check_area .checkBox:checked + label .c_box::before {
  display: block;
}

.contact_page .contact_number {
  text-align: center;
  margin: 60px auto 30px;
}

@media screen and (max-width: 767px) {
  .contact_page .contact_number {
    margin: 30px auto 20px;
  }
}

.contact_page .contact_number .number {
  display: inline-block;
  border-top: 1px solid rgba(164, 146, 83, 0.3);
  border-bottom: 1px solid rgba(164, 146, 83, 0.3);
  line-height: 1;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  min-width: 310px;
}

@media screen and (max-width: 767px) {
  .contact_page .contact_number .number {
    min-width: 240px;
    font-size: 15px;
  }
}

.contact_page .free_area {
  height: calc(100vh - 750px);
  min-height: 150px;
}

@media screen and (max-width: 767px) {
  .contact_page .free_area {
    min-height: 0;
    height: auto;
  }
}

.contact_page .free_area p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_page .free_area p {
    text-align: left;
    font-size: 13px;
  }
}

.present_page .present_heading {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .present_page .present_heading {
    font-size: 20px;
  }
}

.present_page .lead_text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .present_page .lead_text {
    text-align: left;
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.present_page .campaign_main_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list {
    display: block;
    margin-bottom: 25px;
  }
}

.present_page .campaign_main_list .main_item {
  width: 49%;
  padding: 20px 20px 30px 20px;
  background: rgba(164, 146, 83, 0.1);
  position: relative;
}

@media screen and (min-width: 768px) {
  .present_page .campaign_main_list .main_item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .main_item {
    width: 100%;
    padding: 20px 0 30px;
    padding-right: 5.97015%;
    padding-left: 5.97015%;
  }
  .present_page .campaign_main_list .main_item:not(:first-child) {
    margin-top: 25px;
  }
}

.present_page .campaign_main_list .tag {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 40px;
  padding-left: 13px;
  padding-right: 15px;
}

.present_page .campaign_main_list .tag::before {
  content: '';
  display: block;
  width: 12px;
  height: 30px;
  background: url(../img/common/tag_tail.png) no-repeat center;
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .tag {
    font-size: 12px;
    min-width: 78.5px;
    height: 23px;
    line-height: 23px;
    background-size: contain;
    left: 0;
    top: 15px;
    padding-right: 12px;
  }
  .present_page .campaign_main_list .tag::before {
    width: 8px;
    height: 23px;
  }
  .present_page .campaign_main_list .tag::after {
    border-top: 11.5px solid transparent;
    border-bottom: 11.5px solid transparent;
    border-right: 8px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .item_contents {
    display: none;
  }
}

.present_page .campaign_main_list .thumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.present_page .campaign_main_list .thumb img {
  width: 275px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .thumb img {
    width: 180px;
  }
}

.present_page .campaign_main_list .text_area {
  padding: 0 10px 20px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .text_area {
    padding: 0;
  }
}

.present_page .campaign_main_list .title {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 15px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .title {
    font-size: 17px;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.present_page .campaign_main_list .title span {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #a49253;
}

.present_page .campaign_main_list .note {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .note {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.present_page .campaign_main_list .text {
  min-height: 66px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .text {
    min-height: 0;
    font-size: 13px;
    padding-bottom: 0;
  }
}

.present_page .campaign_main_list .btn {
  width: 260px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  background: #333;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .btn {
    width: 205px;
    height: 35px;
    position: static;
    margin-top: 20px;
  }
}

.present_page .campaign_main_list .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .present_page .campaign_main_list .btn .link:hover {
    color: #a49253;
  }
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .btn .link {
    font-size: 14px;
  }
}

.present_page .campaign_main_list .sp_open_btn {
  display: none;
}

.present_page .campaign_main_list .sp_open_btn::after {
  content: 'open';
}

@media screen and (max-width: 767px) {
  .present_page .campaign_main_list .sp_open_btn {
    width: 205px;
    height: 35px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
  }
}

.present_page .campaign_sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list {
    display: block;
  }
}

.present_page .campaign_sub_list .sub_item {
  width: 32%;
  padding: 20px;
  margin-left: 2%;
  min-height: 550px;
  border: 1px solid #e5e5e5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .present_page .campaign_sub_list .sub_item {
    margin-top: 20px;
  }
  .present_page .campaign_sub_list .sub_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .present_page .campaign_sub_list .sub_item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .sub_item {
    width: 100%;
    padding: 20px 0 30px;
    padding-left: 5.97015%;
    padding-right: 5.97015%;
    min-height: 0;
  }
  .present_page .campaign_sub_list .sub_item:not(:first-child) {
    margin-top: 15px;
  }
}

.present_page .campaign_sub_list .tag {
  position: relative;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
  color: #fff;
  font-size: 11px;
  position: absolute;
  left: 0px;
  top: 20px;
  padding-left: 13px;
  padding-right: 15px;
}

.present_page .campaign_sub_list .tag::before {
  content: '';
  display: block;
  width: 8px;
  height: 21px;
  background: url(../img/common/tag_tail.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .tag {
    font-size: 12px;
    min-width: 78.5px;
    height: 23px;
    line-height: 23px;
    background-size: contain;
    left: 0;
    top: 15px;
    padding-right: 12px;
  }
  .present_page .campaign_sub_list .tag::before {
    width: 8px;
    height: 23px;
  }
  .present_page .campaign_sub_list .tag::after {
    border-top: 11.5px solid transparent;
    border-bottom: 11.5px solid transparent;
    border-right: 8px solid #fff;
  }
}

.present_page .campaign_sub_list .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #fff;
}

.present_page .campaign_sub_list .thumb img {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .thumb img {
    width: 180px;
  }
}

.present_page .campaign_sub_list .title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .title {
    padding-bottom: 30px;
  }
}

.present_page .campaign_sub_list .title .title_inner {
  font-size: 17px;
  padding-bottom: 6px;
  border-bottom: 1px solid #a49253;
}

.present_page .campaign_sub_list .title .f_mini {
  font-size: 0.7rem;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .item_contents {
    display: none;
  }
}

.present_page .campaign_sub_list .note {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px;
}

.present_page .campaign_sub_list .text {
  font-size: 14px;
  padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .present_page .campaign_sub_list .text {
    font-size: 13px;
  }
}

@media screen and (max-width: 800px) {
  .present_page .campaign_sub_list .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .text {
    padding-bottom: 0;
  }
}

.present_page .campaign_sub_list .btn {
  max-width: 224px;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .btn {
    position: static;
    margin-top: 20px;
    width: 205px;
    height: 35px;
  }
}

.present_page .campaign_sub_list .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #333;
}

@media screen and (min-width: 768px) {
  .present_page .campaign_sub_list .btn .link:hover {
    color: #a49253;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .btn .link {
    font-size: 14px;
  }
}

.present_page .campaign_sub_list .sp_open_btn {
  display: none;
}

.present_page .campaign_sub_list .sp_open_btn::after {
  content: 'open';
}

@media screen and (max-width: 767px) {
  .present_page .campaign_sub_list .sp_open_btn {
    width: 205px;
    height: 35px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
  }
}

.present_page .note_list {
  font-size: 11px;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .present_page .note_list {
    font-size: 10px;
    padding-left: 5.97015%;
  }
}

.present_page .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .present_page .line {
    margin-top: 90px;
  }
}

.recommend_box:not(:first-child) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .recommend_box:not(:first-child) {
    margin-top: 50px;
  }
}

.recommend_box .recommend_title {
  font-size: 24px;
  text-align: center;
  padding: 15px 0 13px;
  border-top: 1px solid #a49253;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .recommend_box .recommend_title {
    font-size: 20px;
  }
}

.recommend_box .product_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .recommend_box .product_area {
    position: relative;
    padding: 20px 0 90px;
  }
}

.recommend_box .product_area .thumb {
  width: 280px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .recommend_box .product_area .thumb {
    width: 44.77612%;
    margin-right: 10px;
  }
}

.recommend_box .product_area .desp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recommend_box .product_area .product_title {
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .recommend_box .product_area .product_title {
    font-size: 14px;
  }
}

.recommend_box .product_area .sub_list {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recommend_box .product_area .sub_list {
    font-size: 10px;
  }
}

.recommend_box .product_area .sub_list dt {
  position: relative;
  min-width: 75px;
}

html[lang="en"] .recommend_box .product_area .sub_list dt {
  min-width: 90px;
}

.recommend_box .product_area .sub_list dt::after {
  content: ':';
  display: inline;
  position: absolute;
  right: 0;
}

.recommend_box .product_area .sub_list dd {
  padding-left: 5px;
}

.recommend_box .product_area .btn {
  width: 154px;
  height: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .recommend_box .product_area .btn {
    position: absolute;
    width: 205px;
    height: 35px;
    right: 0;
    left: 0;
    bottom: 25px;
    margin: auto;
  }
}

.recommend_box .product_area .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .recommend_box .product_area .btn .link:hover {
    color: #a49253;
  }
}

.recommend_box .point_area {
  background: #f5f5f5;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area {
    display: block;
    padding: 5.97015%;
  }
}

.recommend_box .point_area .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recommend_box .point_area .point_title {
  font-size: 18px;
  border-left: 2px solid #a49253;
  padding-left: 10px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .point_title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.recommend_box .point_area .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  background: #fff;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .image {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 4.74576%;
  }
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .image .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.recommend_box .point_area .image .ttl {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .image .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7.62712%;
  }
}

.recommend_box .point_area .image .ttl span {
  display: block;
  text-align: center;
}

.recommend_box .point_area .image .ttl .f_s {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .image .ttl .f_s {
    font-size: 2.93333vw;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .image .ttl .f_b {
    font-size: 4vw;
  }
}

.recommend_box .point_area .image .circle_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recommend_box .point_area .image .circle_img {
    width: 33.89831%;
    height: auto;
  }
}

.recommend_box .other_item {
  padding: 3%;
  background: #f5f5f5;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item {
    padding: 5.97015%;
  }
}

.recommend_box .other_item .title {
  font-size: 18px;
  margin-bottom: 15px;
}

.recommend_box .other_item .other_item_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_frame {
    display: block;
  }
}

.recommend_box .other_item .other_item_box {
  overflow: hidden;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box {
    width: 100%;
    position: relative;
  }
  .recommend_box .other_item .other_item_box:not(:first-child) {
    margin-top: 30px;
  }
}

.recommend_box .other_item .other_item_box .thumb {
  width: 39.13043%;
  margin-right: 4.34783%;
  float: left;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box .thumb {
    width: 38.98305%;
    margin-right: 2.98507%;
  }
}

.recommend_box .other_item .other_item_box .title_wrap {
  float: left;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box .title_wrap {
    width: 55%;
  }
}

.recommend_box .other_item .other_item_box .text_wrap {
  float: left;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box .text_wrap {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

.recommend_box .other_item .other_item_box .sub_ttl {
  font-size: 15px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box .sub_ttl {
    font-size: 13px;
  }
}

.recommend_box .other_item .other_item_box .sub_list_wrap {
  margin-bottom: 10px;
}

.recommend_box .other_item .other_item_box .sub_list {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box .sub_list {
    font-size: 10px;
  }
}

.recommend_box .other_item .other_item_box .sub_list dt {
  position: relative;
  min-width: 75px;
}

.recommend_box .other_item .other_item_box .sub_list dt::after {
  content: '：';
  display: inline;
  position: absolute;
  right: 0;
}

.recommend_box .other_item .other_item_box .text {
  font-size: 12px;
}

.recommend_box .other_item .other_item_box .btn {
  display: inline-block;
  width: 154px;
  height: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .recommend_box .other_item .other_item_box .btn {
    display: block;
    width: 205px;
    height: 35px;
    margin: 10px auto 0;
  }
}

.recommend_box .other_item .other_item_box .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .recommend_box .other_item .other_item_box .btn .link:hover {
    color: #a49253;
  }
}

.recommend_line {
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .recommend_line {
    margin-top: 0;
  }
}

.news_scroll_list .news_load,
.news_scroll_detail .news_load {
  width: 100%;
  height: 1px;
}

.news_scroll_list .loading_icon,
.news_scroll_detail .loading_icon {
  text-align: center;
  display: none;
}

.news_scroll_list .loading_icon.is-active,
.news_scroll_detail .loading_icon.is-active {
  display: block;
}

.news_detail_list.js-none .item {
  display: block;
}

.news_detail_list .item {
  word-wrap: break-word;
  display: none;
  width: 100%;
  border: 1px solid #e5e5e5;
  list-style: none;
}

.news_detail_list .item.is-active {
  display: block;
}

.news_detail_list .item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item:not(:first-child) {
    margin-top: 15px;
  }
}

.news_detail_list .item .link {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 30px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 3% 0;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (min-width: 768px) {
  .news_detail_list .item .link:hover {
    background: #f6f4ed;
  }
  .news_detail_list .item .link:hover .btn_in {
    background: #a49253;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .link {
    display: block;
    padding: 5.97015%;
  }
}

.news_detail_list .item .thumb {
  width: 40%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .thumb {
    display: block;
    max-width: none;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
}

.news_detail_list .item .text_area {
  width: 60%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .text_area {
    display: block;
    width: 100%;
    float: none;
  }
}

.news_detail_list .item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .label {
    margin-bottom: 15px;
  }
}

.news_detail_list .item .date {
  display: inline-block;
  font-size: 12px;
}

.news_detail_list .item .tag {
  display: inline-block;
  min-width: 110px;
  padding: 7px 10px 6px;
  background: rgba(164, 146, 83, 0.25);
  color: #a49253;
  line-height: 1;
  font-size: 11px;
  text-align: center;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .tag {
    min-width: 95px;
    font-size: 10px;
  }
}

.news_detail_list .item .title {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .text {
    font-size: 13px;
  }
}

.news_detail_list .item .btn {
  width: 154px;
  height: 30px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .btn {
    width: 61.19403%;
    height: 35px;
    margin: 20px auto 0;
  }
}

.news_detail_list .item .btn .btn_in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (max-width: 767px) {
  .news_detail_list .item .btn .btn_in {
    font-size: 14px;
  }
}

.article_wrapper.js-none-detail .news_single {
  display: block;
}

.news_single {
  max-width: 808px;
  margin: 0 auto;
  padding: 0 20px;
  display: none;
}

.news_single.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .news_single {
    width: 100%;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}

.news_single .single_head {
  padding: 70px 0 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .news_single .single_head {
    padding-top: 9.33333%;
    padding-bottom: 6.66667%;
    margin-bottom: 30px;
  }
}

.news_single .single_heading {
  font-size: 34px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .news_single .single_heading {
    font-size: 19px;
  }
}

.news_single .icatch {
  text-align: center;
}

.news_single .single_label .item {
  display: inline-block;
}

.news_single .single_label .date {
  display: inline-block;
  font-size: 12px;
}

.news_single .single_label .tag {
  display: inline-block;
  min-width: 110px;
  padding: 7px 10px 6px;
  background: rgba(164, 146, 83, 0.25);
  color: #a49253;
  line-height: 1;
  font-size: 11px;
  text-align: center;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .news_single .single_label .tag {
    min-width: 95px;
    font-size: 10px;
  }
}

.news_single .text_content {
  margin: 30px 0 60px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .news_single .text_content {
    margin: 20px 0 50px;
    font-size: 13px;
  }
}

.news_single .section .title {
  border-top: 1px solid #a49253;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 15px 0;
  margin-top: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .news_single .section .title {
    margin-top: 50px;
    font-size: 15px;
  }
}

.news_single .section p {
  margin: 30px 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .news_single .section p {
    font-size: 13px;
    margin: 20px 0;
  }
}

.news_single .section a[target="_blank"] {
  color: #a49253;
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .news_single .section a[target="_blank"] {
    margin-top: 20px;
    font-size: 13px;
  }
}

.news_single .section a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/news/external_icon.png) no-repeat;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.news_line01 {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .news_line01 {
    margin-top: 0;
  }
}

.news_line02 {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .news_line02 {
    margin-top: 100px;
  }
}

.howto_visual {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .howto_visual {
    margin-bottom: 25px;
  }
}

.howto_lead_text {
  text-align: center;
  font-size: 18px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .howto_lead_text {
    font-size: 13px;
    padding-bottom: 40px;
  }
}

.howto_lead_text .text {
  line-height: 1.8;
}

.howto_lead_text .text:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .howto_lead_text .text:not(:first-child) {
    margin-top: 10px;
  }
}

.howto_lead_text .note {
  font-size: 11px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .howto_lead_text .note {
    margin-top: 20px;
  }
}

.howto_sub_heading {
  font-size: 30px;
  text-align: center;
  margin: 120px 0 40px;
}

@media screen and (max-width: 767px) {
  .howto_sub_heading {
    font-size: 20px;
    margin: 60px 0 20px;
  }
}

.howto_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .howto_step_list {
    display: block;
  }
}

.howto_step_list .item {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .howto_step_list .item {
    width: 100%;
  }
  .howto_step_list .item:not(:first-child) {
    margin-top: 20px;
  }
}

.howto_step_list .item .thumb {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .howto_step_list .item .thumb {
    margin-bottom: 10px;
  }
}

.howto_step_list .item .title {
  font-size: 17px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .howto_step_list .item .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.howto_step_list .item .text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .howto_step_list .item .text {
    font-size: 13px;
  }
}

.howto_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .howto_service_list {
    display: block;
  }
}

.howto_service_list .item {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .howto_service_list .item {
    width: 100%;
  }
  .howto_service_list .item:not(:first-child) {
    margin-top: 10px;
  }
}

.howto_service_note {
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .howto_service_note {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
  }
}

.howto_QA_list .Q {
  border-top: 1px solid #a49253;
  padding: 15px;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .howto_QA_list .Q {
    font-size: 15px;
    padding: 15px 10px;
  }
}

.howto_QA_list .Q::before {
  content: 'Q.';
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .howto_QA_list .Q::before {
    font-size: 15px;
  }
}

.howto_QA_list .A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 30px 15px 50px;
}

.howto_QA_list .A.pb_none {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .howto_QA_list .A {
    font-size: 13px;
    padding: 20px 10px 30px;
  }
}

.howto_QA_list .A::before {
  content: 'A.';
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.howto_QA_list .A .note {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}

.howto_map_img {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.howto_map_text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .howto_map_text {
    text-align: left;
  }
}

.howto_map_text .text01 {
  font-size: 18px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .howto_map_text .text01 {
    font-size: 15px;
    margin-top: 20px;
  }
}

.howto_map_text .note {
  font-size: 11px;
  margin-top: 10px;
}

.howto_map_text .text02 {
  font-size: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .howto_map_text .text02 {
    font-size: 16px;
    margin-top: 15px;
  }
}

.howto_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .howto_line {
    margin-top: 0;
  }
}

.faq .sub_heading {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  .faq .sub_heading {
    font-size: 18px;
    margin: 50px 0 15px;
  }
}

.faq .sub_heading.marg_top {
  margin: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .faq .sub_heading.marg_top {
    margin: 60px 0 15px;
  }
}

.faq_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .faq_line {
    margin-top: 0;
  }
}

.faq_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .faq_nav_list {
    display: block;
  }
}

.faq_nav_list .item {
  width: 33.2%;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .faq_nav_list .item {
    width: 100%;
    height: 40px;
  }
  .faq_nav_list .item:not(:first-child) {
    margin-top: 10px;
  }
}

.faq_nav_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a49253;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.faq_nav_list .item .link::after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  background: url(../img/faq/faq_nav_angle.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .faq_nav_list .item .link::after {
    width: 11px;
    height: 6.5px;
    background-image: url(../img/faq/faq_nav_sngle.sp.png) no-repeat;
  }
}

.faq_wrap {
  border-bottom: 1px solid #a49253;
}

.faq_box {
  border-top: 1px solid #a49253;
}

.faq_box .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  padding-right: 50px;
  font-size: 18px;
  position: relative;
  display: flex;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq_box .question {
    font-size: 15px;
    padding-left: 2.98507%;
    padding-right: 10.44776%;
  }
}

.faq_box .question::before {
  content: 'Q.';
  display: inline-block;
  margin-right: 5px;
}

.faq_box .question.is-active .toggle::after {
  opacity: 0;
}

.faq_box .question .toggle {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .faq_box .question .toggle {
    width: 15px;
    height: 15px;
    right: 2.98507%;
  }
}

.faq_box .question .toggle::before, .faq_box .question .toggle::after {
  content: '';
  display: block;
  position: absolute;
  background: #a49253;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.faq_box .question .toggle::before {
  width: 25px;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .faq_box .question .toggle::before {
    width: 15px;
  }
}

.faq_box .question .toggle::after {
  width: 1px;
  height: 25px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .faq_box .question .toggle::after {
    height: 15px;
  }
}

.faq_box .answer {
  border-top: 1px solid #e5e5e5;
  display: none;
}

.faq_box .answer .answer_wrap {
  padding: 25px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .faq_box .answer .answer_wrap {
    font-size: 13px;
  }
}

.faq_box .answer .answer_wrap::before {
  content: 'A.';
  display: inline-block;
  margin-right: 5px;
}

.faq_box .answer a {
  color: #a49253;
}

.faq_box .answer .note {
  display: block;
  font-size: 11px;
}

.faq_box .answer ul {
  margin-top: 10px;
}

.faq_box .answer ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.faq_box .answer .credit {
  margin-top: 20px;
}

.guide_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .guide_line {
    margin-top: 0;
  }
}

.guide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 767px) {
  .guide_wrap {
    display: block;
  }
}

.guide_nav {
  width: 23%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f5f5;
  padding: 30px 0;
  padding-right: 2.5%;
  font-size: 13px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .guide_nav {
    display: none;
  }
}

.guide_nav .item {
  position: relative;
  padding-left: 10.86957%;
}

.guide_nav .item::before {
  content: '';
  opacity: 0;
  display: block;
  width: 3px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #a49253;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.guide_nav .item:not(:first-child) {
  margin-top: 15px;
}

.guide_nav .item.is-active::before {
  opacity: 1;
}

.guide_nav .item.is-active .link {
  color: #a49253;
}

@media screen and (min-width: 768px) {
  .guide_nav .item:hover .link {
    color: #a49253;
  }
}

@media screen and (max-width: 900px) {
  .guide_nav .item .tablet_none {
    display: none;
  }
}

.guide_nav .link {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.guide_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 73%;
  margin-left: 27%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .guide_content {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #a49253;
  }
}

.guide_content .section {
  border-top: 1px solid #e5e5e5;
}

@media screen and (min-width: 768px) {
  .guide_content .section:first-child {
    border-top: none;
  }
  .guide_content .section:first-child .section_inner {
    padding: 0 0 50px;
  }
}

.guide_content .section_inner {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .guide_content .section_inner {
    padding: 0;
  }
}

.guide_content .section_inner a {
  color: #a49253;
}

.guide_content .sub_title {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .guide_content .sub_title {
    font-size: 15px;
    border-top: 1px solid #a49253;
    padding: 20px 0;
    padding-right: 8.95522%;
    padding-left: 10px;
    margin: 0;
    position: relative;
  }
  .guide_content .sub_title.is-active .toggle::after {
    opacity: 0;
  }
  .guide_content .sub_title .toggle {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.98507%;
    margin: auto;
  }
  .guide_content .sub_title .toggle::before, .guide_content .sub_title .toggle::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #a49253;
  }
  .guide_content .sub_title .toggle::before {
    width: 15px;
    height: 1px;
  }
  .guide_content .sub_title .toggle::after {
    width: 1px;
    height: 15px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}

@media screen and (max-width: 767px) {
  .guide_content .wrapper {
    display: none;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 20px 0;
    padding-left: 3.1746%;
    padding-right: 3.1746%;
  }
}

.guide_content .txt {
  margin: 7px 0;
}

.guide_content .dl {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .guide_content .dl {
    margin-top: 20px;
  }
  .guide_content .dl.mt_zero {
    margin-top: 0;
  }
}

.guide_content .dl .dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.guide_content .note {
  font-size: 11px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .guide_content .note {
    margin-top: 10px;
  }
}

.guide_content .note_list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 11px;
}

.guide_content .note_list.marg_zero {
  margin: 0;
}

.guide_content .angle_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide_content .angle_anchor::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../img/guide/guide_angle.png) no-repeat;
  margin-left: 5px;
}

.guide_content .gray_box {
  margin-top: 15px;
  background: #f5f5f5;
  padding: 4.28571%;
}

@media screen and (max-width: 767px) {
  .guide_content .gray_box {
    padding: 6.34921%;
  }
}

.guide_content .gray_box dl:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .guide_content .gray_box dl:not(:first-child) {
    margin-top: 10px;
  }
}

.guide_content .gray_box dl dt {
  font-weight: bold;
  margin-bottom: 7px;
}

.guide_content .gray_box dl dd {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .guide_content .gray_box dl dd {
    line-height: 1.6;
  }
}

.guide_content .gray_box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.guide_content .gray_box ul li:not(:first-child) {
  margin-top: 5px;
}

.shop_info_bg {
  background: url(../img/shop/shop_bg.png) no-repeat;
  background-position: center bottom;
  padding-bottom: 250px;
  height: calc(100vh - 499px);
  min-height: 580px;
}

@media screen and (max-width: 767px) {
  .shop_info_bg {
    height: auto;
    min-height: 0;
    background-image: url(../img/shop/shop_bg.sp.png);
    background-size: contain;
    padding-bottom: 110px;
  }
}

.shop_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shop_info_list {
    display: block;
  }
}

.shop_info_list .item {
  width: 49%;
  height: 210px;
}

@media screen and (max-width: 767px) {
  .shop_info_list .item {
    width: 100%;
    height: 130px;
  }
  .shop_info_list .item:not(:first-child) {
    margin-top: 10px;
  }
}

.shop_info_list .item .link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-transition: color .3s ease, border-color .3s ease;
  transition: color .3s ease, border-color .3s ease;
}

@media screen and (min-width: 768px) {
  .shop_info_list .item .link:hover {
    color: #a49253;
    border-color: #a49253;
  }
}

.shop_info_list .item .link::after {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  background: url(../img/shop/shop_info_angle.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.08163%;
  margin: auto;
}

.shop_info_list .wrapper {
  text-align: center;
}

.shop_info_list .wrapper .title {
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .shop_info_list .wrapper .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .shop_info_list .wrapper .text {
    font-size: 12px;
  }
}

.t_brands .sub_heading {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .t_brands .sub_heading {
    font-size: 20px;
  }
}

.t_brands .lobby_category_list {
  margin: 40px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .t_brands .lobby_category_list {
    display: none;
  }
}

.t_brands .lobby_category_list .flex_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 83.5%;
}

.t_brands .lobby_category_list .large_item {
  width: 16.5%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(164, 146, 83, 0.15);
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  cursor: pointer;
  font-size: 12px;
}

.t_brands .lobby_category_list .large_item.is-active {
  background: #a49253;
  color: #fff;
}

.t_brands .lobby_category_list .large_item.is-disabled {
  background: #e5e5e5;
  color: #999;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .t_brands .lobby_category_list .large_item:not(.is-active):hover {
    color: #a49253;
  }
}

.t_brands .lobby_category_list .small_item {
  width: 19.76048%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(164, 146, 83, 0.15);
  margin-left: 1px;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  cursor: pointer;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .t_brands .lobby_category_list .small_item:nth-child(-n+6) {
    margin-bottom: 1px;
  }
}

.t_brands .lobby_category_list .small_item.is-active {
  background: #a49253;
  color: #fff;
}

.t_brands .lobby_category_list .small_item.is-disabled {
  background: #e5e5e5;
  color: #999;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .t_brands .lobby_category_list .small_item:not(.is-active):hover {
    color: #a49253;
  }
}

.t_brands .category_select {
  display: none;
}

@media screen and (max-width: 767px) {
  .t_brands .category_select {
    background: #a49253;
    width: 100%;
    display: block;
    margin: 30px 0 40px;
    position: relative;
    z-index: 1;
  }
  .t_brands .category_select::before {
    content: '';
    display: block;
    width: 11px;
    height: 6.5px;
    background: url(../img/brands/select_angle.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.97015%;
    margin: auto;
  }
}

.t_brands .category_select select {
  display: none;
}

@media screen and (max-width: 767px) {
  .t_brands .category_select select {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
    padding: 18px 0 17px;
    padding-left: 5.8209%;
  }
}

.t_brands .lobby_brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .t_brands .lobby_brands_list {
    display: block;
    margin-top: 20px;
  }
}

.t_brands .lobby_brands_list.is-animation {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.t_brands .lobby_brands_list .card {
  width: 23.5%;
  border: 1px solid #e5e5e5;
  padding: 2%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .t_brands .lobby_brands_list .card {
    margin-bottom: 20px;
  }
}

.t_brands .lobby_brands_list .card.is-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .t_brands .lobby_brands_list .card {
    width: 100%;
    margin-top: 20px;
    padding: 5.97015%;
    min-height: 0;
  }
}

@media screen and (min-width: 768px) {
  .t_brands .lobby_brands_list .card:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}

.t_brands .lobby_brands_list .card .wrap {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .t_brands .lobby_brands_list .card .wrap {
    padding-bottom: 30px;
  }
}

.t_brands .lobby_brands_list .card .thumb {
  position: relative;
  max-width: 195px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .t_brands .lobby_brands_list .card .thumb {
    max-width: none;
  }
}

.t_brands .lobby_brands_list .card .title {
  font-size: 12px;
  margin-bottom: 10px;
}

.t_brands .lobby_brands_list .card .cat {
  margin: 0 -2px;
  margin-bottom: 10px;
}

.t_brands .lobby_brands_list .card .cat li {
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  background: #eee;
  margin: 2px;
  line-height: 1;
}

.t_brands .lobby_brands_list .card .place {
  font-size: 12px;
}

.t_brands .lobby_brands_list .card .place .ttl {
  float: left;
  min-width: 45px;
}

.t_brands .lobby_brands_list .card .place .text {
  padding-left: 48px;
}

.t_brands .lobby_brands_list .card .place .text .link {
  color: #a49253;
}

.t_brands .lobby_brands_list .card .note {
  font-size: 10px;
}

.t_brands .lobby_brands_list .card .btn {
  width: 150px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .t_brands .lobby_brands_list .card .btn {
    width: 61.19403%;
    height: 35px;
    position: static;
  }
}

.t_brands .lobby_brands_list .card .btn .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #333;
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .t_brands .lobby_brands_list .card .btn .btn_link:hover {
    color: #a49253;
  }
}

.t_brands .brand_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.error_page .container {
  height: calc(100vh - 500px);
  min-height: 380px;
}

@media screen and (max-width: 767px) {
  .error_page .container {
    min-height: 0;
    height: auto;
    padding-bottom: 90px;
  }
}

.error_page .heading {
  margin: 80px 0 20px;
}

@media screen and (max-width: 767px) {
  .error_page .heading {
    margin: 30px 0 10px;
  }
}

.error_page .error_page_text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .error_page .error_page_text {
    text-align: left;
    font-size: 13px;
  }
}

.terms_inner {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.terms_block {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .terms_block {
    font-size: 12px;
    padding: 0 0 25px;
  }
}

.terms_block:not(:first-child) {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .terms_block:not(:first-child) {
    padding: 25px 0;
  }
}

.terms_block .title {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .terms_block .title {
    font-size: 15px;
  }
}

.terms_block .number_list .item {
  text-indent: -1em;
  padding-left: 1em;
}

.terms_block .number_list .item:not(:first-child) {
  margin-top: 8px;
}

.terms_block .sub_num_list .sub_item {
  text-indent: -1em;
  padding-left: 1em;
}

.terms_block .sub_num_list .sub_item:not(:first-child) {
  margin-top: 8px;
}

.terms_block .disc_list .item {
  text-indent: -1em;
  padding-left: 1em;
}

.terms_block .disc_list .item:not(:first-child) {
  margin-top: 8px;
}

.terms_block .gray_wrap {
  background: #f5f5f5;
  padding: 4.10959%;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .terms_block .gray_wrap {
    margin-top: 10px;
    padding: 5.97015%;
  }
}

.terms_block .text {
  line-height: 1.6;
}

.terms_block .text01 {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .terms_block .text01 {
    margin-top: 10px;
  }
}

.terms_text_right p {
  text-align: right;
}

.terms_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .terms_line {
    margin-top: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.floor .line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .floor .line {
    margin-top: 0;
  }
}

.floor .sub_heading {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .floor .sub_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.floor .sub_heading02 {
  text-align: center;
  font-size: 30px;
  margin: 90px 0 30px;
}

@media screen and (max-width: 767px) {
  .floor .sub_heading02 {
    font-size: 20px;
    margin: 60px 0 20px;
  }
}

.floor .lobby_select_list .item a:hover {
  color: #a49253;
}

.floor .lobby_select_list .item span {
  font-size: 10px;
  display: block;
}

.floor .floor_map_img_wrap {
  position: relative;
}

.floor .floor_map_img {
  position: relative;
  margin-bottom: 30px;
  background: #f5f5f5;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadeIn .7s ease .3s;
  animation: fadeIn .7s ease .3s;
  pointer-events: none;
}

.floor .floor_map_img.pointer {
  pointer-events: auto;
}

.floor .floor_map_img.T2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: auto;
}

.floor .floor_map_img.T2.is-hide {
  display: none;
}

.floor .floor_map_img.T2.is-hide + .floor_map_img {
  pointer-events: auto;
}

.floor .floor_map_img.T1-Arrival {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: auto;
}

.floor .floor_map_img.T1-Arrival.is-hide {
  display: none;
}

.floor .floor_map_img.T1-Arrival.is-hide + .floor_map_img {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img {
    padding: 2.91971%;
  }
}

.floor .floor_map_img .floor_map {
  width: 75.42%;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .floor_map {
    width: 100%;
  }
}

.floor .floor_map_img .floor_hover_image {
  position: absolute;
  width: 72.4%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .floor .floor_map_img .floor_hover_image {
    width: 72.30%;
  }
}

@media screen and (max-width: 900px) {
  .floor .floor_map_img .floor_hover_image {
    width: 71.30%;
  }
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .floor_hover_image {
    width: calc(100% - 2.91971% - 2.91971%);
  }
}

.floor .floor_map_img .floor_hover_image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.floor .floor_map_img .floor_hover_image.is-active {
  z-index: 5;
}

.floor .floor_map_img .floor_map_link {
  position: absolute;
  width: 72.4%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.floor .floor_map_img .floor_map_link a {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .floor_map_link {
    width: 94.16058%;
  }
}

.floor .floor_map_img .mapA {
  display: block;
  position: absolute;
  width: 31.07735%;
  height: 5.5%;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
  bottom: 35.83333%;
  left: 57.73481%;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .mapA {
    width: 18.60465%;
    height: 6.0219%;
    bottom: 31.93431%;
    left: 58.13953%;
  }
}

.floor .floor_map_img .mapB {
  display: block;
  position: absolute;
  width: 9.94475%;
  height: 14.16667%;
  bottom: 20.83333%;
  right: 12.1547%;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .mapB {
    width: 10.69767%;
    height: 14.59854%;
    bottom: 20.9854%;
    right: 11.62791%;
  }
}

.floor .floor_map_img .mapC {
  display: block;
  position: absolute;
  width: 24.17127%;
  height: 14.16667%;
  bottom: 19.16667%;
  left: 33.14917%;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .mapC {
    width: 23.56589%;
    height: 14.59854%;
    bottom: 19.16058%;
    left: 33.48837%;
  }
}

.floor .floor_map_img .mapD {
  display: block;
  position: absolute;
  width: 12.01657%;
  height: 25.83333%;
  bottom: 5.5%;
  left: 20.58011%;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_img .mapD {
    width: 11.31783%;
    height: 25.18248%;
    left: 20.77519%;
    bottom: 6.75182%;
  }
}

.floor .floor_map_img .mapD:hover + .floorD {
  z-index: 5;
}

.floor .floor_map_list .item {
  border: 1px solid #e5e5e5;
}

.floor .floor_map_list .item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item:not(:first-child) {
    margin-top: 15px;
  }
}

.floor .floor_map_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 3%;
  padding-right: 8%;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .link {
    display: block;
    padding: 5.97015%;
  }
}

@media screen and (min-width: 768px) {
  .floor .floor_map_list .item .link:hover {
    background: #f6f4ed;
  }
}

.floor .floor_map_list .item .link::after {
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  background: url(../img/floor/angle.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .link::after {
    display: none;
  }
}

.floor .floor_map_list .item .thumb {
  width: 290px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .thumb {
    width: 100%;
    margin: 0 0 15px;
  }
}

.floor .floor_map_list .item .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.floor .floor_map_list .item .text_area .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .text_area .ttl {
    display: block;
    margin-bottom: 10px;
  }
}

.floor .floor_map_list .item .text_area .ttl .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  width: 90px;
  font-size: 14px;
  height: 22px;
  background: #a49253;
  color: #fff;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .text_area .ttl .tag {
    width: 75px;
    height: auto;
    font-size: 13px;
    position: static;
    padding: 4px 0 3px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.floor .floor_map_list .item .text_area .ttl .name {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .text_area .ttl .name {
    font-size: 16px;
    line-height: 1.3125;
  }
}

.floor .floor_map_list .item .text_area .text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .text_area .text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.floor .floor_map_list .item .text_area .sp_map_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .floor .floor_map_list .item .text_area .sp_map_btn {
    display: block;
    width: 205px;
    height: 35px;
    margin: 0 auto;
  }
  .floor .floor_map_list .item .text_area .sp_map_btn .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #333;
    color: #fff;
    font-size: 14px;
  }
}

.floor .sub_map_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .floor .sub_map_list {
    display: block;
  }
}

.floor .sub_map_list .item {
  width: 49%;
  border: 1px solid #e5e5e5;
  padding: 3%;
}

@media screen and (max-width: 767px) {
  .floor .sub_map_list .item {
    width: 100%;
    padding: 5.97015%;
  }
  .floor .sub_map_list .item:not(:first-child) {
    margin-top: 15px;
  }
}

.floor .sub_map_list .item .thumb {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .floor .sub_map_list .item .thumb {
    margin-bottom: 10px;
  }
}

.floor .sub_map_list .item .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .floor .sub_map_list .item .ttl {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .floor .sub_map_list .item .text {
    font-size: 13px;
  }
}

.map_page .lobby_name {
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .map_page .lobby_name {
    font-size: 17px;
  }
}

.map_page .zoomMap_area {
  position: relative;
  margin-bottom: 100px;
  padding: 20px;
  background: #f5f5f5;
}

.map_page .zoomMap_area .leaflet-container {
  background: #f5f5f5;
}

.map_page .zoomMap_area .leaflet-top,
.map_page .zoomMap_area .leaflet-bottom {
  z-index: 50;
}

@media screen and (max-width: 767px) {
  .map_page .zoomMap_area {
    margin-bottom: 50px;
  }
}

.map_page .zoomMap_area .leaflet-touch .leaflet-bar {
  border: none;
}

.map_page .zoomMap_area .leaflet-touch .leaflet-bar a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  border: none;
  background: #ccc;
  color: #fff;
  font-weight: normal;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .map_page .zoomMap_area .leaflet-touch .leaflet-bar a {
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
  }
}

.map_page .zoomMap_area .leaflet-touch .leaflet-bar a:first-child {
  margin-bottom: 10px;
}

.map_page .zoomMap_area .leaflet-touch .leaflet-bar a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .map_page .zoomMap_area .leaflet-control {
    margin: 0;
  }
}

.map_page .sub_heading01 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .map_page .sub_heading01 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.map_page .sub_heading01.mt {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .map_page .sub_heading01.mt {
    margin-top: 60px;
  }
}

.map_page .sub_heading02 {
  text-align: center;
  font-size: 30px;
  margin: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .map_page .sub_heading02 {
    font-size: 20px;
    margin: 60px 0 20px;
  }
}

.map_page .sub_heading03 {
  text-align: center;
  font-size: 24px;
  margin: 80px 0  30px;
}

.map_page .sub_heading03.first {
  margin: 50px 0 30px;
}

.map_page .text01 {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .map_page .text01 {
    font-size: 13px;
  }
}

.map_page .text01 span {
  margin-top: 10px;
  display: block;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .map_page .text01 span {
    margin-top: 5px;
  }
}

.map_page .text01 span.mini {
  display: inline-block;
  margin-left: 5px;
}

.map_page .map_brands_area {
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_area {
    padding-bottom: 60px;
  }
}

.map_page .map_brands_area .image_area {
  text-align: center;
  margin-top: 40px;
}

.map_page .map_brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list {
    display: block;
  }
}

.map_page .map_brands_list.is-initialized {
  opacity: 1;
}

.map_page .map_brands_list .item {
  width: 23.5%;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-left: 2%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.map_page .map_brands_list .item.is-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list .item {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .map_page .map_brands_list .item:nth-child(4n+1) {
    margin-left: 0;
  }
}

.map_page .map_brands_list .item .link {
  display: block;
  min-height: 235px;
  padding: 8.51064%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list .item .link {
    padding: 5.97015%;
  }
}

@media screen and (min-width: 768px) {
  .map_page .map_brands_list .item .link:hover .wrap {
    opacity: 0.7;
  }
  .map_page .map_brands_list .item .link:hover .button {
    color: #a49253;
  }
}

.map_page .map_brands_list .item .wrap {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.map_page .map_brands_list .item .thumb {
  position: relative;
  max-width: 195px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list .item .thumb {
    max-width: none;
  }
}

.map_page .map_brands_list .item .name {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list .item .name {
    font-size: 13px;
  }
}

.map_page .map_brands_list .item .note {
  font-size: 10px;
  margin-bottom: 10px;
}

.map_page .map_brands_list .item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 154px;
  height: 30px;
  background: #333;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.51064%;
  margin: auto;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list .item .button {
    width: 205px;
    height: 35px;
    position: static;
  }
}

.map_page .map_brands_list .text_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map_page .map_brands_list .text_item .text {
  display: inline-block;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .map_page .map_brands_list .text_item .text {
    font-size: 14px;
  }
}

.map_page .map_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
}

.map_page .map_area_list.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .map_page .map_area_list {
    display: none;
  }
  .map_page .map_area_list.is-active {
    display: block;
  }
}

.map_page .map_area_list .item {
  width: 23.5%;
  height: 74px;
  position: relative;
}

.map_page .map_area_list .item::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/map/angle.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 6.38298%;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .map_page .map_area_list .item::after {
    right: 5.97015%;
  }
}

.map_page .map_area_list .item.is-active .link {
  background: #a49253;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .map_page .map_area_list .item {
    width: 100%;
    height: 55px;
  }
  .map_page .map_area_list .item:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en"] .map_page .map_area_list .item {
    height: auto;
  }
}

.map_page .map_area_list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(164, 146, 83, 0.15);
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .map_page .map_area_list .item .link:hover {
    background: #a49253;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .map_page .map_area_list .item .link {
    display: block;
    padding: 15px 0 14px;
    padding-left: 5.97015%;
    position: relative;
  }
}

.map_page .map_area_list .item .wrap {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .map_page .map_area_list .item .wrap {
    text-align: left;
  }
}

.map_page .map_area_list .item .ttl {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .map_page .map_area_list .item .ttl {
    margin-bottom: 0;
    font-size: 15px;
  }
}

.map_page .map_area_list .item .text {
  font-size: 10px;
  line-height: 1.4;
}

.policy .policy_frame {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .policy .policy_frame {
    font-size: 12px;
  }
}

.policy .gray_box {
  background: #f5f5f5;
  padding: 25px 35px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .policy .gray_box {
    padding: 15px 0;
    padding-left: 7.46269%;
    padding-right: 7.46269%;
    margin: 20px 0;
  }
}

.policy .gray_box .list .item {
  text-indent: -0.5em;
  padding-left: 1em;
}

.policy .gray_box .list .item:not(:first-child) {
  margin-top: 10px;
}

.policy .gray_box .list .item::before {
  content: '・';
  display: inline-block;
}

.policy .policy_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .policy .policy_line {
    margin-top: 0;
  }
}

/*# sourceMappingURL=../sourcemaps/layout.css.map */
/*2020/04/10 搭乗可能日の非表示*/
.reserved_boarding{
  display:none !important;
}