@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* header */
#sideber {
  width: 220px;
  margin-bottom: 140px;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  #sideber {
    width: 22.4489795918vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
  }
}
#sideber a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav {
    /* 開いてないときは画面外に配置 */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-top: 23.4375vw;
    background: #fff;
    color: #000;
    text-align: center;
    z-index: 3;
    padding-bottom: 23.4375vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
  }
}
#sideber #global-nav .sid_btn {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn {
    width: 53.125vw;
    margin: 0 auto 4.6875vw;
  }
}
#sideber #global-nav .sid_btn h3 {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #284f76;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_btn h3 {
    font-size: 1.5306122449vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn h3 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
#sideber #global-nav .sid_btn ul li {
  background: #284f76;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn ul li {
    margin-bottom: 1.5625vw;
  }
}
#sideber #global-nav .sid_btn ul li a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 15px 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_btn ul li a {
    font-size: 2.0408163265vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn ul li a {
    font-size: 4.0625vw;
    padding: 2.34375vw 2.8125vw;
  }
}
#sideber #global-nav .sid_btn ul li a:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#sideber #global-nav .sid_btn ul li a img {
  width: 60px;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_btn ul li a img {
    width: 6.1224489796vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn ul li a img {
    width: 8.59375vw;
    margin-right: 1.5625vw;
  }
}
#sideber #global-nav .sid_btn ul li a.yoyaku {
  background: #fff;
  border: solid 1px #284f76;
  box-sizing: border-box;
  color: #284f76;
  padding: 0;
  font-size: 18px;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_btn ul li a.yoyaku {
    font-size: 1.8367346939vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn ul li a.yoyaku {
    font-size: 4.0625vw;
  }
}
#sideber #global-nav .sid_btn ul li a.yoyaku span {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #284f76;
  width: 74px;
  background: #f2f2f2;
  display: block;
  margin-right: 13px;
  padding: 10px 0;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_btn ul li a.yoyaku span {
    width: 7.5510204082vw;
    font-size: 1.2244897959vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_btn ul li a.yoyaku span {
    width: 14.6875vw;
    line-height: 140%;
    font-size: 2.65625vw;
  }
}
#sideber #global-nav .sid_btn ul li a.yoyaku:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
#sideber #global-nav .sid_btn ul li.img_button {
  background: none;
}
#sideber #global-nav .sid_btn ul li.img_button a {
  padding: 0;
}
#sideber #global-nav .sid_btn ul li.img_button a:after {
  display: none;
}
#sideber #global-nav .sid_btn ul li.img_button img {
  width: 100%;
}
#sideber #global-nav .checks h3 {
  color: #ad8d58;
}
#sideber #global-nav .checks ul li {
  background: #dcbb59;
}
#sideber #global-nav .checks ul li a {
  padding: 15px 10px;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .checks ul li a {
    padding: 15px 1.0204081633vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .checks ul li a {
    padding: 2.34375vw 1.5625vw;
  }
}
#sideber #global-nav .checks ul li a img {
  width: 63px;
  margin-right: 3px;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .checks ul li a img {
    width: 6.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .checks ul li a img {
    margin-right: 1.5625vw;
    width: 8.59375vw;
  }
}
#sideber #global-nav .kaitorigo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .kaitorigo {
    margin-bottom: 6.25vw;
  }
}
#sideber #global-nav .kaitorigo h3 {
  color: #004896;
}
#sideber #global-nav .sid_category {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_category {
    margin: 0 auto 6.25vw;
    width: 62.5vw;
  }
}
#sideber #global-nav .sid_category h3 {
  background: #f2f2f2;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 8px 0;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_category h3 {
    font-size: 1.5306122449vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_category h3 {
    padding: 2.34375vw;
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
  }
}
#sideber #global-nav .sid_category ul li {
  border-bottom: solid 1px #cccccc;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #sideber #global-nav .sid_category ul li {
    font-size: 1.5306122449vw;
  }
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_category ul li {
    padding: 2.34375vw 6.25vw;
    font-size: 3.75vw;
    text-align: left;
  }
}
#sideber #global-nav .sid_category ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_shop {
    width: 53.125vw;
    margin: 0 auto;
  }
}
#sideber #global-nav .sid_shop a {
  color: #fff;
  font-size: 15px;
  background: #ed9b9b;
  letter-spacing: 0.1em;
  padding: 10px 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_shop a {
    padding: 2.34375vw 0.78125vw;
    font-size: 4.0625vw;
  }
}
#sideber #global-nav .sid_shop a:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#sideber #global-nav .sid_shop a img {
  width: 26px;
  vertical-align: middle;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  #sideber #global-nav .sid_shop a img {
    width: 6.25vw;
  }
}
#sideber .sid_other {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #sideber .sid_other {
    width: 53.125vw;
    margin: 1.5625vw auto 0;
  }
}
#sideber .sid_other a {
  color: #333;
  font-size: 13px;
  background: #f2f2f2;
  letter-spacing: 0.1em;
  padding: 13px 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #sideber .sid_other a {
    padding: 2.34375vw 0.78125vw;
    font-size: 3.125vw;
  }
}
#sideber .sid_other a:after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
#sideber #nav-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  #sideber #nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 10.46875vw;
    width: 12.5vw;
    height: 12.5vw;
    cursor: pointer;
    background: #b7a79c;
    z-index: 101;
  }
}
#sideber #nav-toggle div {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #sideber #nav-toggle div {
    margin-top: 3.125vw;
  }
}
#sideber #nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  background: #fff;
  width: 4.6875vw;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#sideber #nav-toggle span:nth-child(1) {
  top: 0;
}
#sideber #nav-toggle span:nth-child(2) {
  top: 1.875vw;
}
#sideber #nav-toggle p {
  width: 100%;
  color: #fff;
  font-size: 3.4375vw;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 4px;
}
#sideber #mobile-head {
  display: none;
}
@media only screen and (max-width: 768px) {
  #sideber #mobile-head {
    width: 100%;
    height: 23.4375vw;
    z-index: 999;
    position: relative;
    background: #fff;
    display: block;
    overflow: hidden;
  }
}
#sideber #mobile-head .text {
  text-align: center;
  color: #808080;
  font-weight: 400;
  font-size: 2.8125vw;
  letter-spacing: 0.1em;
  margin-top: 3.125vw;
}
#sideber #mobile-head .logo {
  width: 44.53125vw;
  margin: 3.125vw auto 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #sideber.open {
    height: 100vh;
    overflow: scroll;
  }
}
#sideber.open #mobile-head .text {
  display: none;
}
#sideber.open #mobile-head .logo {
  margin-top: 10.9375vw;
}
@media only screen and (max-width: 768px) {
  #sideber.open #nav-toggle div {
    margin-top: 21%;
  }
}
@media only screen and (max-width: 736px) {
  #sideber.open #nav-toggle div {
    margin-top: 1.5625vw;
  }
}
#sideber.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#sideber.open #nav-toggle span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#sideber.open #global-nav {
  /* #global-nav top + #mobile-head height */
  transform: translateZ(0) translateX(0);
}

.faq {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 7.8125vw 0;
  }
}
.faq h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .faq h2 {
    font-size: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
.faq p.lead {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .faq p.lead {
    font-size: 4.6875vw;
    line-height: 160%;
    margin-bottom: 2.34375vw;
  }
}
.faq .question {
  width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .faq .question {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq .question {
    width: 87.5vw;
  }
}
.faq .question .toggle_title {
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_title {
    padding-top: 3.90625vw;
  }
}
.faq .question .toggle_title span {
  font-size: 35px;
  color: #b3b3b3;
  margin-right: 15px;
  font-family: 'Noto Serif JP', serif;
  display: block;
  padding-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_title span {
    font-size: 6.25vw;
    margin-right: 2.34375vw;
    padding-bottom: 2.65625vw;
  }
}
.faq .question .toggle_title strong {
  display: block;
  width: 625px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1150px) {
  .faq .question .toggle_title strong {
    width: 54.347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_title strong {
    width: 66.40625vw;
    font-size: 4.375vw;
    line-height: 160%;
    margin-bottom: 2.34375vw;
  }
}
.faq .question .toggle_title:after {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border: 1px solid;
  content: "";
  border-color: transparent transparent #333333 #333333;
  transform: rotate(-45deg);
}
.faq .question .toggle_title.selected:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(-45deg);
}
.faq .question .toggle_txt {
  background: #fff;
  padding: 35px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_txt {
    padding: 5.46875vw 0;
  }
}
.faq .question .toggle_txt div {
  position: relative;
  width: 630px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .faq .question .toggle_txt div {
    width: 54.7826086957vw;
  }
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_txt div {
    width: 78.125vw;
  }
}
.faq .question .toggle_txt span {
  position: absolute;
  left: 0;
  top: 0;
  color: #e46767;
  font-size: 35px;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_txt span {
    font-size: 6.25vw;
  }
}
.faq .question .toggle_txt p {
  padding-left: 3em;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  .faq .question .toggle_txt p {
    font-size: 3.4375vw;
    line-height: 160%;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 736px) {
  .faq .question .toggle_txt p {
    font-size: 4.375vw;
  }
}
.faq .toggle_txt {
  display: none;
}

.itemlist {
  padding: 45px 0 60px;
}
@media only screen and (max-width: 768px) {
  .itemlist {
    padding: 4.6875vw 0;
  }
}
.itemlist h2 {
  font-weight: 400;
  color: #e46767;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .itemlist h2 {
    font-size: 3.125vw;
    margin-bottom: 0;
  }
}
.itemlist h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .itemlist h3 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.itemlist .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 25px;
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .itemlist .text {
    width: 78.125vw;
    font-size: 4.0625vw;
    text-align: left;
    line-height: 150%;
    margin: 0 auto 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  .itemlist .text {
    font-size: 4.375vw;
  }
}
.itemlist .top_box {
  width: 100%;
}
.itemlist .top_box h4 {
  color: #e46767;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
  display: table;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box h4 {
    font-size: 4.6875vw;
    line-height: 150%;
    margin-bottom: 3.125vw;
  }
}
.itemlist .top_box .tab-panel .tab-group {
  width: 580px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 870px) {
  .itemlist .top_box .tab-panel .tab-group {
    width: 66.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .tab-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 81.25vw;
  }
}
.itemlist .top_box .tab-panel .tab-group.n5 .item_tab:first-child, .itemlist .top_box .tab-panel .tab-group.n5 .item_tab:nth-child(6n) {
  margin-left: 90px;
}
@media only screen and (max-width: 870px) {
  .itemlist .top_box .tab-panel .tab-group.n5 .item_tab:first-child, .itemlist .top_box .tab-panel .tab-group.n5 .item_tab:nth-child(6n) {
    margin-left: 10.3448275862vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .tab-group.n5 .item_tab:first-child, .itemlist .top_box .tab-panel .tab-group.n5 .item_tab:nth-child(6n) {
    margin-left: 0;
  }
}
.itemlist .top_box .tab-panel .tab-group.n5 .item_tab:nth-child(5n) {
  margin-right: 0;
}
.itemlist .top_box .tab-panel .tab-group.n6 {
  display: flex;
  flex-wrap: wrap;
}
.itemlist .top_box .tab-panel .tab-group.n6 .item_tab {
  width: 163px;
  white-space: unset;
}
@media only screen and (max-width: 870px) {
  .itemlist .top_box .tab-panel .tab-group.n6 .item_tab {
    width: 18.6206896552vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .tab-group.n6 .item_tab {
    width: 25.3125vw;
  }
}
.itemlist .top_box .tab-panel .tab-group.n6 .item_tab:nth-child(3n) {
  margin-right: 0;
}
.itemlist .top_box .tab-panel .tab-group.n6 .item_tab img {
  width: 100%;
}
.itemlist .top_box .tab-panel .tab-group.n6 .item_tab p {
  line-height: 160%;
}
.itemlist .top_box .tab-panel .item_tab {
  float: left;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 45px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 870px) {
  .itemlist .top_box .tab-panel .item_tab {
    margin-right: 5.1724137931vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .item_tab {
    margin-right: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
.itemlist .top_box .tab-panel .item_tab img {
  width: 160px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 870px) {
  .itemlist .top_box .tab-panel .item_tab img {
    width: 18.3908045977vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .item_tab img {
    width: 25vw;
    margin-bottom: 1.5625vw;
  }
}
.itemlist .top_box .tab-panel .item_tab img.active {
  display: none;
}
.itemlist .top_box .tab-panel .item_tab p {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 870px) {
  .itemlist .top_box .tab-panel .item_tab p {
    font-size: 2.0689655172vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .item_tab p {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .itemlist .top_box .tab-panel .item_tab p {
    font-size: 4.375vw;
  }
}
.itemlist .top_box .tab-panel .item_tab.is-show img.default {
  display: none;
}
.itemlist .top_box .tab-panel .item_tab.is-show img.active {
  display: inline-block;
}
.itemlist .top_box .tab-panel .panel-group {
  background: #fff;
  clear: both;
  position: relative;
  width: 790px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group {
    width: 68.6956521739vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group {
    width: 87.5vw;
  }
}
.itemlist .top_box .tab-panel .panel-group:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #fff;
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid #fff;
    top: -25px;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel {
    padding: 6.25vw 0;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel h5 {
  font-weight: 400;
  color: #e46767;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel h5 {
    font-size: 4.6875vw;
    margin-bottom: 4.6875vw;
    line-height: 160%;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel ul {
  width: 730px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul {
    width: 67.1875vw;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel ul li {
  width: 335px;
  margin-bottom: 20px;
  margin-right: 20px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li {
    margin-right: 1.7391304348%;
    width: 29.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li {
    width: 100%;
    margin-bottom: 1.5625vw;
    margin-right: 0;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel ul li:nth-child(2n) {
  margin-right: 0;
}
.itemlist .top_box .tab-panel .panel-group .panel ul li:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 12px;
  background: url(../img/arrow.png) no-repeat left top/contain;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li:after {
    right: 0.8695652174vw;
    width: 1.7391304348vw;
    height: 1.0434782609vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li:after {
    width: 15px;
    height: 9px;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel ul li a {
  display: flex;
  align-items: center;
}
.itemlist .top_box .tab-panel .panel-group .panel ul li a img {
  width: 100px;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a img {
    width: 7.8260869565vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a img {
    width: 18.75vw;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel ul li a p {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding: 25px 0 25px 5px;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a p {
    font-size: 1.2173913043vw;
    padding-left: 0.4347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a p {
    font-size: 4.0625vw;
    padding: 4.6875vw 0 4.6875vw 0.78125vw;
  }
}
@media only screen and (max-width: 736px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a p {
    font-size: 4.375vw;
  }
}
.itemlist .top_box .tab-panel .panel-group .panel ul li a p span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  margin-top: 5px;
  color: #b3b3b3;
}
@media only screen and (max-width: 1150px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a p span {
    font-size: 0.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .top_box .tab-panel .panel-group .panel ul li a p span {
    font-size: 2.8125vw;
  }
}
.itemlist .top_box .tab-panel .panel {
  display: none;
}
.itemlist .top_box .tab-panel .item_tab.is-active {
  transition: all 0.2s ease-out;
}
.itemlist .top_box .tab-panel .panel.is-show {
  display: block;
}
.itemlist .btm_box {
  clear: both;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box {
    margin-top: 5.46875vw;
  }
}
.itemlist .btm_box h4 {
  text-align: center;
  line-height: 36px;
  font-size: 21px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #000;
  font-weight: 400;
  display: table;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box h4 {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
    line-height: 150%;
  }
}
.itemlist .btm_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}
.itemlist .btm_box ul.n5 {
  width: 750px;
}
@media only screen and (max-width: 1150px) {
  .itemlist .btm_box ul.n5 {
    width: 65.2173913043vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul.n5 {
    width: 75vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul.n5 li:first-child {
    margin-left: 2.34375vw;
  }
}
.itemlist .btm_box ul.n6 {
  width: 570px;
}
@media only screen and (max-width: 1150px) {
  .itemlist .btm_box ul.n6 {
    width: 49.5652173913vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul.n6 {
    width: 75vw;
  }
}
.itemlist .btm_box ul.n6 li {
  margin: 0 30px 20px;
}
@media only screen and (max-width: 1150px) {
  .itemlist .btm_box ul.n6 li {
    margin: 0 2.6086956522% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul.n6 li {
    width: 21.875vw;
    margin: 0 1.5625vw 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul {
    margin-bottom: 4.6875vw;
  }
}
.itemlist .btm_box ul li {
  width: 130px;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 1150px) {
  .itemlist .btm_box ul li {
    width: 11.3043478261vw;
    margin: 0 0.8695652174% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul li {
    width: 25.9375vw;
    margin: 0 1.5625vw 3.125vw;
  }
}
.itemlist .btm_box ul li img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul li img {
    margin-bottom: 2.34375vw;
  }
}
.itemlist .btm_box ul li p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 870px) {
  .itemlist .btm_box ul li p {
    font-size: 2.0689655172vw;
  }
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box ul li p {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .itemlist .btm_box ul li p {
    font-size: 4.375vw;
  }
}
.itemlist .btm_box .text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .itemlist .btm_box .text {
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width: 768px) {
  .brand {
    width: 79.6875vw;
    margin: 0 auto;
  }
}
.brand h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .brand h2 {
    font-size: 5vw;
    margin-bottom: 3.90625vw;
  }
}
.brand .sub_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .brand .sub_title {
    font-size: 5vw;
    margin-bottom: 3.90625vw;
  }
}
.brand ul {
  display: flex;
  flex-wrap: wrap;
}
.brand ul li {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  min-height: 50px;
  border: solid 1px #cccccc;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .brand ul li {
    width: 17.3913043478vw;
    margin-right: 0.8695652174%;
  }
}
@media only screen and (max-width: 768px) {
  .brand ul li {
    width: 39.0625vw;
    padding: 3.125vw 3.125vw;
    margin-right: 1.5625vw;
    margin-bottom: 1.5625vw;
    min-height: 9.375vw;
  }
}
.brand ul li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .brand ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.brand ul li:hover {
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  opacity: 1;
}
.brand ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .brand ul li a {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .brand ul li a {
    font-size: 4.0625vw;
  }
}
.brand ul li a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .brand ul li a:after {
    right: 1.5625vw;
  }
}
.brand ul li a:hover {
  opacity: 1;
}

.bland_cat {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .bland_cat {
    width: 87.5vw;
    margin: 0 auto 7.8125vw;
  }
}
.bland_cat h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .bland_cat h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
.bland_cat .box {
  display: flex;
  flex-wrap: wrap;
}
.bland_cat section {
  width: 395px;
  margin-right: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1150px) {
  .bland_cat section {
    width: 34.347826087vw;
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  .bland_cat section {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.375vw;
  }
}
.bland_cat section:nth-child(2n) {
  margin-right: 0;
}
.bland_cat section img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .bland_cat section img {
    margin-bottom: 3.125vw;
  }
}
.bland_cat section h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .bland_cat section h3 {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
}
.bland_cat section h3:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #333333;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .bland_cat section h3:after {
    width: 4.6875vw;
    bottom: -0.78125vw;
  }
}
.bland_cat section ul li {
  font-size: 14px;
  font-weight: 400;
  display: inline;
  line-height: 210%;
}
@media only screen and (max-width: 768px) {
  .bland_cat section ul li {
    font-size: 3.4375vw;
  }
}
.bland_cat section ul li a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .kaitori {
    width: 87.5vw;
    margin: 0 auto;
  }
}
.kaitori h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .kaitori h2 {
    line-height: 140%;
    margin-bottom: 3.90625vw;
    font-size: 3.75vw;
  }
}
.kaitori h2 span {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .kaitori h2 span {
    font-size: 5vw;
  }
}
.kaitori h2 u {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: solid 1px;
}
.kaitori .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kaitori .list section {
  width: 410px;
  margin-right: 10px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 1150px) {
  .kaitori .list section {
    width: 35.652173913vw;
    margin-right: 0.8695652174%;
  }
}
@media only screen and (max-width: 768px) {
  .kaitori .list section {
    margin-right: 1.5625vw;
    width: 42.96875vw;
  }
}
.kaitori .list section a {
  display: block;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .kaitori .list section a:after {
    position: absolute;
    content: "";
    right: 3.125vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
.kaitori .list section .number {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  content: "";
  top: 10px;
  left: 20px;
  font-size: 33px;
}
@media only screen and (max-width: 768px) {
  .kaitori .list section .number {
    font-size: 5.15625vw;
    top: 1.5625vw;
    left: 3.125vw;
  }
}
.kaitori .list section .number:after {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  left: 24px;
  top: 0;
  background: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .kaitori .list section .number:after {
    height: 10.9375vw;
    left: 3.75vw;
  }
}
.kaitori .list section img {
  width: 87px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .kaitori .list section img {
    width: 13.75vw;
  }
}
.kaitori .list section h3 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .kaitori .list section h3 {
    font-size: 4.0625vw;
    line-height: 120%;
  }
}
.kaitori .list section h3 span {
  font-size: 15px;
}
@media only screen and (max-width: 930px) {
  .kaitori .list section h3 span {
    font-size: 1.6129032258vw;
  }
}
@media only screen and (max-width: 768px) {
  .kaitori .list section h3 span {
    display: block;
    font-size: 2.8125vw;
  }
}
.kaitori .list section h3:after {
  position: absolute;
  content: "";
  right: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .kaitori .list section h3:after {
    display: none;
  }
}
.kaitori .box_top {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top {
    margin-bottom: 3.125vw;
  }
}
.kaitori .box_top h2 {
  color: #284f76;
}
.kaitori .box_top .list section {
  margin-bottom: 10px;
  background: #284f76;
  padding: 28px 0;
  box-sizing: border-box;
  height: 140px;
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top .list section {
    margin-bottom: 1.5625vw;
    padding: 4.375vw 0;
    height: 25vw;
  }
}
.kaitori .box_top .list section.no01 {
  margin-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.kaitori .box_top .list section.no01 .left {
  width: 50%;
  padding: 28px 0;
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top .list section.no01 .left {
    padding: 6.25vw 0;
  }
}
.kaitori .box_top .list section.no01 .left h3:after {
  display: none;
}
.kaitori .box_top .list section.no01 .right {
  width: 50%;
  padding: 1.5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top .list section.no01 .right {
    padding: 0.234375vw;
  }
}
.kaitori .box_top .list section.no01 .right li a {
  background: #cfd8e1;
  padding: 18.8px 30px;
  box-sizing: border-box;
  border-bottom: solid 1px #284f76;
  font-size: 21px;
  color: #284f76;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .kaitori .box_top .list section.no01 .right li a {
    padding: 18.8px 2.6086956522vw;
    font-size: 1.8260869565vw;
  }
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top .list section.no01 .right li a {
    padding: 1.75vw 4.6875vw;
    font-size: 3.28125vw;
    line-height: 150%;
  }
}
.kaitori .box_top .list section.no01 .right li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top .list section.no01 .right li a:after {
    right: 3.125vw;
  }
}
.kaitori .box_top .list section.no01 .right li a span {
  background: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 130px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 1150px) {
  .kaitori .box_top .list section.no01 .right li a span {
    font-size: 1.3913043478vw;
    margin-right: 1.3043478261%;
    width: 11.3043478261vw;
  }
}
@media only screen and (max-width: 768px) {
  .kaitori .box_top .list section.no01 .right li a span {
    display: block;
    font-size: 2.5vw;
    width: 20.3125vw;
    line-height: 145%;
  }
}
.kaitori .box_top .list section.no01 .right li:last-child {
  letter-spacing: 0.1em;
}
.kaitori .box_top .list section.no01 .right li:last-child span {
  letter-spacing: 0.02em;
}
.kaitori .box_top .list section:last-child {
  margin-right: 0;
}
.kaitori .btm_box h2 {
  color: #ad8d58;
}
.kaitori .btm_box .list section {
  background: #dcbb59;
  width: 100%;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .kaitori .btm_box .list section {
    padding: 3.90625vw 0;
  }
}
.kaitori .btm_box .list section h3 {
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  .kaitori .btm_box .list section h3 {
    line-height: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .kaitori .btm_box .list section h3 span {
    line-height: 135%;
  }
}
@media only screen and (max-width: 768px) {
  .kaitori .btm_box .list section h3 br {
    display: none;
  }
}
.kaitori .btm_box .list section h3:after {
  top: 30%;
}
.kaitori .btm_box .list section:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .method {
    width: 78.125vw;
    margin: 0 auto;
  }
}
.method h2 {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .method h2 {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
}
.method section {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .method section {
    margin-bottom: 4.6875vw;
  }
}
.method section a {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .method section a {
    display: block;
  }
}
.method section h3 {
  background: #f2f2f2;
  box-sizing: border-box;
  width: 480px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .method section h3 {
    width: 41.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  .method section h3 {
    width: 100%;
  }
}
.method section h3 span {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 23.5px 30px;
  display: block;
}
@media only screen and (max-width: 1150px) {
  .method section h3 span {
    padding: 2.0434782609vw 2.6086956522vw;
    font-size: 2.0869565217vw;
    line-height: 3.3043478261vw;
  }
}
@media only screen and (max-width: 768px) {
  .method section h3 span {
    font-size: 4.0625vw;
    line-height: 170%;
    padding: 3.90625vw 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  .method section h3 span {
    font-size: 4.6875vw;
  }
}
.method section h3 span u {
  text-decoration: none;
}
.method section h3 small {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 9.5px 57px;
}
@media only screen and (max-width: 1150px) {
  .method section h3 small {
    font-size: 1.5652173913vw;
    padding: 0.6956521739vw 4.9565217391vw;
  }
}
@media only screen and (max-width: 768px) {
  .method section h3 small {
    position: relative;
    font-size: 3.75vw;
    padding: 1.5625vw 7.8125vw;
  }
}
@media only screen and (max-width: 736px) {
  .method section h3 small {
    font-size: 4.0625vw;
  }
}
.method section h3 small:before {
  position: absolute;
  content: "";
  left: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1150px) {
  .method section h3 small:before {
    left: 3.2173913043vw;
  }
}
.method section figure {
  width: 350px;
}
@media only screen and (max-width: 1150px) {
  .method section figure {
    width: 30.4347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .method section figure {
    width: 100%;
  }
}
.method .top_box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .method .top_box {
    margin-bottom: 6.25vw;
  }
}
.method .top_box h2 {
  color: #284f76;
}
.method .top_box h3 span {
  color: #284f76;
}
.method .top_box h3 span u {
  background: linear-gradient(transparent 94%, #284f76 100%);
}
.method .top_box h3 small {
  background: #284f76;
}
.method .btm_box h2 {
  color: #ad8d58;
}
.method .btm_box h3 span {
  color: #ad8d58;
}
.method .btm_box h3 span u {
  background: linear-gradient(transparent 94%, #ad8d58 100%);
}
.method .btm_box h3 small {
  background: #dcbb59;
}

@media only screen and (max-width: 768px) {
  .pickup {
    width: 87.5vw;
    margin: 0 auto;
  }
}
.pickup h2 {
  background: #e46767;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.3em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 0 10px;
  display: table;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  .pickup h2 {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-bottom: 0.78125vw;
  }
}
.pickup h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #e46767;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .pickup h3 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.pickup p {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pickup p {
    font-size: 3.4375vw;
    margin-bottom: 4.6875vw;
  }
}
.pickup ul {
  display: flex;
  flex-wrap: wrap;
}
.pickup ul li {
  width: 410px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .pickup ul li {
    margin-right: 0.8695652174%;
    width: 35.652173913vw;
  }
}
@media only screen and (max-width: 768px) {
  .pickup ul li {
    width: 100%;
    margin-bottom: 1.5625vw;
  }
}
.pickup ul li:nth-child(2n) {
  margin-right: 0;
}
.pickup ul li:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 17px;
  height: 10px;
  background: url(../img/arrow.png) no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .pickup ul li:after {
    right: 0.78125vw;
    width: 3.59375vw;
    height: 2.34375vw;
  }
}
.pickup ul li a {
  display: flex;
  align-items: center;
}
.pickup ul li a img {
  width: 100px;
}
@media only screen and (max-width: 1150px) {
  .pickup ul li a img {
    width: 7.8260869565vw;
  }
}
@media only screen and (max-width: 768px) {
  .pickup ul li a img {
    width: 18.75vw;
  }
}
.pickup ul li a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding: 25px 0 25px 5px;
}
@media only screen and (max-width: 1150px) {
  .pickup ul li a span {
    font-size: 1.2173913043vw;
    padding-left: 0.4347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .pickup ul li a span {
    font-size: 4.0625vw;
    padding: 4.6875vw 0 4.6875vw 0.78125vw;
  }
}
@media only screen and (max-width: 736px) {
  .pickup ul li a span {
    font-size: 4.375vw;
  }
}
.pickup ul li a span span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  margin-top: 5px;
  color: #b3b3b3;
}
@media only screen and (max-width: 1150px) {
  .pickup ul li a span span {
    font-size: 0.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .pickup ul li a span span {
    font-size: 2.8125vw;
  }
}

.reason .top_text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .reason .top_text {
    font-size: 4.0625vw;
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 736px) {
  .reason .top_text {
    font-size: 4.375vw;
  }
}
.reason .top_text u {
  text-decoration: none;
  background: linear-gradient(transparent 94%, #000 100%);
  display: inline;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .reason .top_text u {
    line-height: 175%;
    font-size: 4.375vw;
  }
}
.reason .list_box {
  background: #284f76;
  padding: 45px 0 50px;
}
@media only screen and (max-width: 768px) {
  .reason .list_box {
    padding: 6.25vw 0 3.125vw;
  }
}
.reason .list_box h2 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  .reason .list_box h2 {
    margin-bottom: 4.6875vw;
    font-size: 4.6875vw;
  }
}
.reason .list_box h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .reason .list_box h2 span {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .reason .list_box h2 span {
    font-size: 4.375vw;
  }
}
.reason .list_box ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 730px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box ol {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol {
    width: 78.125vw;
    margin-bottom: 0;
  }
}
.reason .list_box ol li {
  width: 220px;
  height: 200px;
  border: solid 1px #fff;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box ol li {
    width: 19.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol li {
    width: 100%;
    height: 20.3125vw;
    margin-bottom: 4.6875vw;
  }
}
.reason .list_box ol li:last-child {
  margin-right: 0;
}
.reason .list_box ol li .number {
  color: #dcbb59;
  font-size: 35px;
  position: absolute;
  top: -4px;
  display: block;
  left: -3px;
  width: 35px;
  padding-left: 8px;
  height: 45px;
  background: #284f76;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box ol li .number {
    font-size: 3.0434782609vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol li .number {
    font-size: 5.46875vw;
    top: -2.34375vw;
    left: -0.46875vw;
    width: 5.46875vw;
    height: 7.03125vw;
  }
}
.reason .list_box ol li .number:after {
  position: absolute;
  content: "";
  height: 55px;
  width: 1px;
  left: 32px;
  top: 6px;
  background: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol li .number:after {
    height: 8.59375vw;
    left: 70%;
    top: 42%;
  }
}
.reason .list_box ol li div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.reason .list_box ol li div p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box ol li div p {
    font-size: 1.3913043478vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol li div p {
    font-size: 4.375vw;
    line-height: 140%;
    margin-bottom: 0;
  }
}
.reason .list_box ol li div h3 {
  text-align: center;
  font-size: 30px;
  color: #dcbb59;
  line-height: 40px;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box ol li div h3 {
    font-size: 2.6086956522vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol li div h3 {
    font-size: 4.6875vw;
    line-height: 140%;
  }
}
.reason .list_box ol li div h3 small {
  font-size: 25px;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box ol li div h3 small {
    font-size: 2.1739130435vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box ol li div h3 small {
    font-size: 4.375vw;
  }
}
.reason .list_box .box {
  background: #fff;
  width: 730px;
  margin: 0 auto;
  padding: 25px 40px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box .box {
    width: 63.4782608696vw;
    padding: 25px 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box .box {
    display: block;
    width: 87.5vw;
    padding: 3.90625vw 0;
  }
}
.reason .list_box .box p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #284f76;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box .box p {
    font-size: 1.5652173913vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box .box p {
    font-size: 3.75vw;
    line-height: 140%;
    text-align: center;
    margin-bottom: 3.125vw;
  }
}
.reason .list_box .box p span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #000;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box .box p span {
    font-size: 1.2173913043vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box .box p span {
    font-size: 3.125vw;
    text-align: center;
    line-height: 200%;
  }
}
.reason .list_box .box figure {
  width: 280px;
}
@media only screen and (max-width: 1150px) {
  .reason .list_box .box figure {
    width: 24.347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .reason .list_box .box figure {
    width: 51.5625vw;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .result {
    width: 85.3125vw;
    margin: 0 auto;
  }
}
.result h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .result h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
.result p.text {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .result p.text {
    text-align: left;
    line-height: 160%;
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .result p.text {
    font-size: 4.375vw;
  }
}
.result p.time {
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .result p.time {
    margin-bottom: 6.25vw;
    font-size: 3.125vw;
  }
}
.result ul {
  flex-wrap: wrap;
  display: flex;
}
.result ul li {
  width: 185px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1150px) {
  .result ul li {
    width: 16.0869565217vw;
    margin-right: 2.6086956522%;
  }
}
@media only screen and (max-width: 768px) {
  .result ul li {
    width: 40.3125vw;
    margin-right: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
}
.result ul li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .result ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.result ul li img {
  margin-bottom: 20px;
  border: solid 1px #cccccc;
}
@media only screen and (max-width: 768px) {
  .result ul li img {
    margin-bottom: 3.125vw;
  }
}
.result ul li h3 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  .result ul li h3 {
    font-size: 2.96875vw;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 736px) {
  .result ul li h3 {
    font-size: 3.75vw;
  }
}
.result ul li span {
  display: block;
}
.result ul li .item_price {
  display: flex;
  flex-wrap: wrap;
}
.result ul li .item_price small {
  background: #f2f2f2;
  line-height: 20px;
  font-size: 12px;
  margin-right: 8px;
  display: inline-block;
  color: #333333;
  padding: 0 8px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .result ul li .item_price small {
    font-size: 2.65625vw;
    margin-bottom: 0.78125vw;
    padding: 0 1.25vw;
    margin-right: 1.25vw;
  }
}
@media only screen and (max-width: 736px) {
  .result ul li .item_price small {
    font-size: 3.4375vw;
  }
}
.result ul li .item_price strong {
  font-size: 18px;
  font-weight: 400;
  color: #e46767;
  display: block;
  line-height: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .result ul li .item_price strong {
    font-size: 3.75vw;
    margin-bottom: 0.78125vw;
  }
}
@media only screen and (max-width: 736px) {
  .result ul li .item_price strong {
    font-size: 4.375vw;
  }
}
.result ul li .rank {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .result ul li .rank {
    font-size: 2.96875vw;
    margin-bottom: 1.09375vw;
  }
}
@media only screen and (max-width: 736px) {
  .result ul li .rank {
    font-size: 3.4375vw;
  }
}
.result ul li p {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .result ul li p {
    font-size: 2.65625vw;
  }
}
@media only screen and (max-width: 736px) {
  .result ul li p {
    font-size: 3.4375vw;
  }
}
.result .moreContent {
  display: none;
}
.result .tabContent.open .moreContent {
  display: flex;
  transition: 0.3s;
}
.result .tabOpenBtn a {
  background: #b7a79c;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .result .tabOpenBtn a {
    line-height: 12.5vw;
    font-size: 3.28125vw;
  }
}
.result .tabOpenBtn a.open span:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .result .tabOpenBtn a.open span:after {
    top: 2px;
  }
}
.result .tabOpenBtn a span {
  position: relative;
}
.result .tabOpenBtn a span:after {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .result .tabOpenBtn a span:after {
    top: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .secret {
    width: 87.5vw;
    margin: 0 auto;
  }
}
.secret h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .secret h2 {
    font-size: 4.6875vw;
    margin-bottom: 5.46875vw;
  }
}
.secret h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .secret h2 span {
    font-size: 5vw;
  }
}
.secret ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .secret ul {
    display: block;
  }
}
.secret ul li {
  width: 395px;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
  .secret ul li {
    width: 34.347826087vw;
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  .secret ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.46875vw;
  }
}
.secret ul li:nth-child(2n) {
  margin-right: 0;
}
.secret ul li h3 {
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .secret ul li h3 {
    padding: 1.5625vw;
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
.secret ul li div {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secret ul li div img {
  width: 170px;
}
@media only screen and (max-width: 1150px) {
  .secret ul li div img {
    width: 14.7826086957vw;
  }
}
@media only screen and (max-width: 768px) {
  .secret ul li div img {
    width: 35.9375vw;
  }
}
.secret ul li div p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-weight: 300;
  width: 205px;
}
@media only screen and (max-width: 1150px) {
  .secret ul li div p {
    width: 17.8260869565vw;
  }
}
@media only screen and (max-width: 768px) {
  .secret ul li div p {
    line-height: 160%;
    font-size: 4.0625vw;
    width: 45.3125vw;
  }
}
@media only screen and (max-width: 736px) {
  .secret ul li div p {
    font-size: 4.375vw;
  }
}

.shoplist.tab-panel {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel {
    display: block;
  }
}
.shoplist.tab-panel .left {
  width: 420px;
  margin-right: 30px;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left {
    width: 36.5217391304vw;
    margin-right: 2.6086956522%;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15.625vw;
  }
}
.shoplist.tab-panel .left h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left h2 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
    margin-left: 6.25vw;
  }
}
.shoplist.tab-panel .left p {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left p {
    font-size: 4.0625vw;
    margin-left: 6.25vw;
  }
}
@media only screen and (max-width: 736px) {
  .shoplist.tab-panel .left p {
    font-size: 4.375vw;
  }
}
.shoplist.tab-panel .left .tab-group {
  position: relative;
}
.shoplist.tab-panel .left .tab-group h3 {
  color: #9c8677;
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: 400;
  text-align: center;
  border-bottom: solid 1px #b7a79c;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group h3 {
    font-size: 1.3913043478vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group h3 {
    font-size: 3.75vw;
    padding-bottom: 0.78125vw;
  }
}
.shoplist.tab-panel .left .tab-group .list li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group .list li {
    font-size: 1.3913043478vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .list li {
    font-size: 3.75vw;
  }
}
.shoplist.tab-panel .left .tab-group .list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.shoplist.tab-panel .left .tab-group .hokkaido {
  position: absolute;
  right: -16px;
  top: 97px;
  border-left: solid 1px #b7a79c;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group .hokkaido {
    right: -1.3913043478vw;
    top: 8.4347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .hokkaido {
    right: -1%;
    top: 15%;
  }
}
.shoplist.tab-panel .left .tab-group .hokkaido:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7a79c;
  top: -3px;
  left: -4px;
}
.shoplist.tab-panel .left .tab-group .hokkaido .list {
  margin-left: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .hokkaido .list {
    margin-top: 2.34375vw;
    margin-left: 3.125vw;
  }
}
.shoplist.tab-panel .left .tab-group .kanto {
  position: absolute;
  right: 57px;
  top: 309px;
  border-left: solid 1px #b7a79c;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group .kanto {
    top: 26.8695652174vw;
    right: 4.9565217391vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .kanto {
    top: 71%;
    right: 13%;
  }
}
.shoplist.tab-panel .left .tab-group .kanto:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7a79c;
  top: -3px;
  left: -4px;
}
.shoplist.tab-panel .left .tab-group .kanto .list {
  margin-left: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .kanto .list {
    margin-top: 2.34375vw;
    margin-left: 3.125vw;
  }
}
.shoplist.tab-panel .left .tab-group .chubu {
  position: absolute;
  top: 354px;
  right: 206px;
  border-right: solid 1px #b7a79c;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group .chubu {
    top: 30.7826086957vw;
    right: 17.9130434783vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .chubu {
    top: 78%;
    right: 50%;
  }
}
.shoplist.tab-panel .left .tab-group .chubu:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7a79c;
  top: -3px;
  right: -4px;
}
.shoplist.tab-panel .left .tab-group .chubu .list {
  margin-right: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .chubu .list {
    margin-right: 4.6875vw;
    margin-top: 2.34375vw;
  }
}
.shoplist.tab-panel .left .tab-group .kansai {
  position: absolute;
  bottom: 183px;
  left: 165px;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group .kansai {
    bottom: 15.9130434783vw;
    left: 14.347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .kansai {
    bottom: 45%;
    left: 40%;
  }
}
.shoplist.tab-panel .left .tab-group .kansai:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7a79c;
  bottom: -3px;
  left: -4px;
}
.shoplist.tab-panel .left .tab-group .kansai .list {
  border-left: solid 1px #b7a79c;
  padding: 15px 5px 60px 20px;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .kansai .list {
    padding: 2.34375vw 0.78125vw 9.375vw 3.125vw;
  }
}
.shoplist.tab-panel .left .tab-group .chuugoku {
  position: absolute;
  bottom: 165px;
  left: 30px;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .left .tab-group .chuugoku {
    bottom: 14.347826087vw;
    left: 2.6086956522vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .chuugoku {
    bottom: 40%;
    left: 6%;
  }
}
.shoplist.tab-panel .left .tab-group .chuugoku:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7a79c;
  bottom: -3px;
  right: -4px;
}
.shoplist.tab-panel .left .tab-group .chuugoku .list {
  border-right: solid 1px #b7a79c;
  padding: 15px 20px 60px 0;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .tab-group .chuugoku .list {
    padding: 2.34375vw 3.125vw 9.375vw 0;
  }
}
.shoplist.tab-panel .left .item_tab {
  cursor: pointer;
}
.shoplist.tab-panel .left .map_img {
  margin-top: -25px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .left .map_img {
    margin-top: -12.5vw;
  }
}
.shoplist.tab-panel .panel-group {
  background: #fff;
  position: relative;
  width: 380px;
  border: solid 1px #e7e2de;
  padding: 35px  0;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .panel-group {
    width: 33.0434782609vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .panel-group {
    width: 87.5vw;
    padding: 5.46875vw 0;
    margin: 0 auto;
  }
}
.shoplist.tab-panel .panel-group .panel h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .panel-group .panel h3 {
    font-size: 3.75vw;
    margin-bottom: 2.03125vw;
  }
}
@media only screen and (max-width: 736px) {
  .shoplist.tab-panel .panel-group .panel h3 {
    font-size: 4.375vw;
  }
}
.shoplist.tab-panel .panel-group .panel h3:after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 30px;
  background: #333333;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .panel-group .panel h3:after {
    bottom: -0.9375vw;
    width: 4.6875vw;
  }
}
.shoplist.tab-panel .panel-group .panel ul {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .shoplist.tab-panel .panel-group .panel ul {
    width: 26.0869565217vw;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .panel-group .panel ul {
    width: 71.875vw;
  }
}
.shoplist.tab-panel .panel-group .panel ul li {
  padding: 20px 0;
  border-bottom: dashed 1px #e7e2de;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .panel-group .panel ul li {
    padding: 4.6875vw 0;
  }
}
.shoplist.tab-panel .panel-group .panel ul li a {
  display: block;
  text-decoration: underline;
  padding-left: 1.5em;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .shoplist.tab-panel .panel-group .panel ul li a {
    line-height: 140%;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 736px) {
  .shoplist.tab-panel .panel-group .panel ul li a {
    font-size: 4.375vw;
  }
}
.shoplist.tab-panel .panel-group .panel ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.shoplist.tab-panel .panel {
  display: none;
}
.shoplist.tab-panel .item_tab.is-active {
  transition: all 0.2s ease-out;
}
.shoplist.tab-panel .panel.is-show {
  display: block;
}

.step {
  border: solid 1px #284f76;
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .step {
    padding-top: 7.03125vw;
  }
}
.step h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
  color: #284f76;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .step h2 {
    margin-bottom: 4.6875vw;
    font-size: 4.6875vw;
  }
}
.step h2 span {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 768px) {
  .step h2 span {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .step h2 span {
    font-size: 4.375vw;
  }
}
.step h2 span u {
  text-decoration: none;
  border-bottom: solid 3px #dcbb59;
}
.step .box {
  width: 670px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1150px) {
  .step .box {
    width: 58.2608695652vw;
  }
}
@media only screen and (max-width: 768px) {
  .step .box {
    width: 81.25vw;
    margin-bottom: 4.6875vw;
  }
}
.step .box.center {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .step .box.center {
    margin-bottom: 7.8125vw;
  }
}
.step .box figure {
  width: 205px;
  margin-right: 30px;
}
@media only screen and (max-width: 1150px) {
  .step .box figure {
    width: 17.8260869565vw;
    margin-right: 2.6086956522%;
  }
}
@media only screen and (max-width: 768px) {
  .step .box figure {
    width: 100%;
    margin-bottom: 3.125vw;
  }
}
.step .box figure img {
  width: 153px;
}
@media only screen and (max-width: 1150px) {
  .step .box figure img {
    width: 13.3043478261vw;
  }
}
@media only screen and (max-width: 768px) {
  .step .box figure img {
    width: 31.25vw;
    margin: 0 auto;
    display: block;
  }
}
.step .box figure.img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .step .box figure.img img {
    width: 39.375vw;
  }
}
.step .box .text {
  width: 420px;
}
@media only screen and (max-width: 1150px) {
  .step .box .text {
    width: 36.5217391304vw;
  }
}
@media only screen and (max-width: 768px) {
  .step .box .text {
    width: 100%;
  }
}
.step .box .text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .step .box .text h3 {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
.step .box .text p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .step .box .text p {
    font-size: 3.125vw;
    line-height: 160%;
    margin-bottom: 3.125vw;
  }
}
.step .box .text h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 5px 20px;
  background: #f2f2f2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .step .box .text h4 {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
    padding: 0.78125vw 1.5625vw;
  }
}
.step .box .text ul {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .step .box .text ul {
    margin-bottom: 3.125vw;
  }
}
.step .box .text ul li {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .step .box .text ul li {
    font-size: 4.0625vw;
    line-height: 160%;
  }
}
.step h5 {
  background: #f2f2f2;
  text-align: center;
  padding: 20px 0;
  color: #284f76;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .step h5 {
    font-size: 4.0625vw;
    padding: 3.125vw 0;
  }
}

.voice {
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .voice {
    padding: 6.25vw 0 0;
  }
}
.voice h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
  line-height: 130%;
}
@media only screen and (max-width: 768px) {
  .voice h2 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
.voice .text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .voice .text {
    font-size: 4.0625vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  .voice .text {
    font-size: 4.375vw;
  }
}
.voice .tabContent ul {
  display: flex;
  flex-wrap: wrap;
  width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .voice .tabContent ul {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul {
    width: 84.375vw;
  }
}
.voice .tabContent ul li {
  width: 350px;
  margin-right: 30px;
  margin-bottom: 65px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .voice .tabContent ul li {
    width: 30.4347826087vw;
    margin-right: 2.6086956522%;
  }
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.8125vw;
  }
}
.voice .tabContent ul li:nth-child(2n) {
  margin-right: 0;
}
.voice .tabContent ul li:after {
  position: absolute;
  content: "";
  width: 33px;
  height: 28px;
  left: 50px;
  bottom: -28px;
  background: url(../img/name_arrow.png) no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul li:after {
    width: 5.15625vw;
    height: 4.375vw;
    left: 7.8125vw;
    bottom: -4.375vw;
  }
}
.voice .tabContent ul li .name {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 2px;
}
.voice .tabContent ul li .box {
  width: 270px;
  margin: 0 auto;
  padding: 35px 0;
}
@media only screen and (max-width: 1150px) {
  .voice .tabContent ul li .box {
    width: 23.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul li .box {
    width: 73.4375vw;
    padding: 4.6875vw 0;
  }
}
.voice .tabContent ul li .box h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #284f76;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul li .box h3 {
    font-size: 3.75vw;
    line-height: 160%;
    margin-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 736px) {
  .voice .tabContent ul li .box h3 {
    font-size: 4.375vw;
  }
}
.voice .tabContent ul li .box h3:after {
  background: #284f76;
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul li .box h3:after {
    bottom: -3.125vw;
    width: 4.6875vw;
  }
}
.voice .tabContent ul li .box p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .voice .tabContent ul li .box p {
    font-size: 4.0625vw;
    line-height: 160%;
  }
}
@media only screen and (max-width: 736px) {
  .voice .tabContent ul li .box p {
    font-size: 4.375vw;
  }
}
.voice .tabContent .moreContent {
  display: none;
}
.voice .tabContent.open .moreContent {
  display: flex;
  transition: 0.3s;
}
.voice .tabContent .tabOpenBtn a {
  background: #c6c6c6;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .voice .tabContent .tabOpenBtn a {
    font-size: 3.28125vw;
    line-height: 12.5vw;
  }
}
.voice .tabContent .tabOpenBtn a.open span:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}
.voice .tabContent .tabOpenBtn a span {
  position: relative;
}
.voice .tabContent .tabOpenBtn a span:after {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.worries {
  background: url(../img/bg_g2.jpg) repeat-x left top/32px;
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .worries {
    padding-top: 5.46875vw;
    background: url(../img/bg_g2.jpg) repeat-x left top/4.8%;
  }
}
.worries h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .worries h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
    text-align: left;
    float: right;
    margin-right: 7.8125vw;
  }
}
@media only screen and (max-width: 736px) {
  .worries h2 {
    font-size: 4.0625vw;
  }
}
.worries h2 span {
  font-size: 17px;
  letter-spacing: 0.2em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .worries h2 span {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  .worries h2 span {
    font-size: 4.375vw;
  }
}
.worries figure {
  float: left;
  margin: -30px -30px 0;
  width: 350px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1170px) {
  .worries figure {
    width: 29.9145299145vw;
    margin: -30px -2.5641025641% 0;
  }
}
@media only screen and (max-width: 768px) {
  .worries figure {
    width: 29.375vw;
    margin: 0 3.90625vw -1.5625vw;
  }
}
.worries ul {
  background: #fff;
  width: 500px;
  padding: 40px 35px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  margin-left: -30px;
  position: relative;
  z-index: 2;
  border: solid 1px #f2f2f2;
}
@media only screen and (max-width: 1170px) {
  .worries ul {
    width: 42.735042735vw;
    margin-left: -2.5641025641%;
  }
}
@media only screen and (max-width: 768px) {
  .worries ul {
    width: 78.125vw;
    margin: 0 auto;
    padding: 5.46875vw 6.25vw 0;
  }
}
.worries ul li {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding-left: 0.8em;
  position: relative;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .worries ul li {
    font-size: 4.0625vw;
    line-height: 160%;
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 736px) {
  .worries ul li {
    font-size: 4.375vw;
  }
}
.worries ul li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  content: "";
  background: #b7a79c;
}

@media only screen and (max-width: 768px) {
  .market_price {
    overflow: hidden;
  }
}
.market_price .main_title span {
  line-height: 160%;
}
.market_price .text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .market_price .text {
    font-size: 3.4375vw;
    margin-bottom: 1.5625vw;
  }
}
.market_price .time {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #808080;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .market_price .time {
    font-size: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.market_price table {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .market_price table {
    margin-bottom: 7.8125vw;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.market_price table tr th {
  background: #f2f2f2;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  padding: 10px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .market_price table tr th {
    font-size: 2.96875vw;
    padding: 1.5625vw;
  }
}
.market_price table tr td {
  border: solid 1px #cccccc;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .market_price table tr td {
    white-space: nowrap;
    font-size: 2.8125vw;
    padding: 1.5625vw;
  }
}
.market_price table tr td:first-child {
  text-align: left;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .market_price table tr td:first-child {
    padding-left: 3.125vw;
  }
}
.market_price table tr td:nth-child(3) {
  text-align: center;
}
.market_price table tr td:last-child {
  color: #e46767;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .market_price table tr td:last-child {
    font-size: 3.4375vw;
  }
}
.market_price .notice {
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  .market_price .notice {
    font-size: 3.75vw;
  }
}
.market_price .bnr a {
  display: block;
  border: solid 1px #333;
  padding: 40px 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .market_price .bnr a {
    font-size: 1.9130434783vw;
    padding: 3.4782608696vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .market_price .bnr a {
    overflow: hidden;
    padding: 3.125vw 0;
    font-size: 3.75vw;
    line-height: 140%;
  }
}
.market_price .bnr a img {
  position: absolute;
  width: 80px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1150px) {
  .market_price .bnr a img {
    width: 6.9565217391vw;
  }
}
@media only screen and (max-width: 768px) {
  .market_price .bnr a img {
    width: 14%;
  }
}

.top_bnr ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .top_bnr ul li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}

section.other_brand_items {
  border: solid 1px #ccc;
  padding: 58px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  section.other_brand_items {
    padding: 9.0625vw;
    margin-bottom: 10.9375vw;
  }
}
section.other_brand_items section h3 {
  margin-bottom: 30px;
  color: #e46767;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.other_brand_items section h3 {
    font-size: 3.75vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  section.other_brand_items section h3 {
    font-size: 4.375vw;
  }
}
section.other_brand_items section h4 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  section.other_brand_items section h4 {
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 736px) {
  section.other_brand_items section h4 {
    font-size: 4.0625vw;
  }
}
section.other_brand_items section p {
  font-size: 14px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  section.other_brand_items section p {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 736px) {
  section.other_brand_items section p {
    font-size: 3.75vw;
  }
}
section.other_brand_items section.other_models {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  section.other_brand_items section.other_models {
    margin-bottom: 6.25vw;
  }
}
section.other_brand_items section.other_items .items:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  section.other_brand_items section.other_items .items:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}

section.brand-item-line {
  margin-bottom: 90px;
}
section.brand-item-line h2 {
  background: #a08a7c;
  margin-bottom: 50px;
  padding: 10px 0;
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.brand-item-line h2 {
    margin-bottom: 7.8125vw;
    padding: 1.5625vw 0;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 736px) {
  section.brand-item-line h2 {
    margin-bottom: 10.6666666667vw;
    padding: 2.6666666667vw 0;
    font-size: 5.3333333333vw;
  }
}
section.brand-item-line h2:after {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  content: " ";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-top: #a08a7c solid 10px;
  border-left: transparent solid 7.5px;
  border-right: transparent solid 7.5px;
  border-bottom: none;
}
section.brand-item-line section {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  section.brand-item-line section {
    flex-wrap: wrap;
  }
}
section.brand-item-line section:not(:last-child) {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 736px) {
  section.brand-item-line section:not(:last-child) {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
section.brand-item-line section .col {
  width: 60.843373494%;
}
@media only screen and (max-width: 736px) {
  section.brand-item-line section .col {
    width: 100%;
    order: 2;
  }
}
section.brand-item-line section .col h3 {
  margin-bottom: 1.5em;
  padding-left: 1.25em;
  color: #a08a7c;
  font-size: 20px;
  letter-spacing: 0.07em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.brand-item-line section .col h3 {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  section.brand-item-line section .col h3 {
    font-size: 4.8vw;
  }
}
section.brand-item-line section .col h3:before {
  background: #a08a7c;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.brand-item-line section .col p {
  font-size: 15px;
  font-weight: 200;
  line-height: 186.6666666667%;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  section.brand-item-line section .col p {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 736px) {
  section.brand-item-line section .col p {
    font-size: 4vw;
  }
}
section.brand-item-line section figure {
  border: solid 1px #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.3253012048%;
}
@media only screen and (max-width: 736px) {
  section.brand-item-line section figure {
    width: 58.6666666667vw;
    margin: 0 auto 6.4vw;
    order: 1;
  }
}

body > header {
  position: relative;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body > header {
    display: none;
  }
}
body > header .inner {
  width: 1170px;
}
@media only screen and (max-width: 1200px) {
  body > header .inner {
    width: 97.5vw;
  }
}
body > header .inner p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 15px;
  color: #808080;
}
body > header .inner .logo img {
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fix_banner {
  width: 100%;
  position: fixed;
  height: 0;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  z-index: 8000;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 736px) {
  .fix_banner {
    background: rgba(0, 0, 0, 0.6);
  }
}
.fix_banner.show {
  height: auto;
  opacity: 1;
  transform: translateY(0%);
}
.fix_banner .wrapper {
  position: relative;
  justify-content: flex-end;
}
.fix_banner .wrapper .fix_box {
  max-width: 440px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .fix_box {
    max-width: none;
    width: 100%;
    justify-content: center;
  }
}
.fix_banner .wrapper .col {
  box-sizing: border-box;
  width: 50%;
}
.fix_banner .wrapper .col img {
  width: 100%;
}
.fix_banner .wrapper .col .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_banner .wrapper .col.phone a {
  background: #806451;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 82px;
  padding: 16px 0;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone a {
    min-height: 16.40625vw;
    padding: 4.6875vw 0;
  }
}
.fix_banner .wrapper .col.phone h5 {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone h5 {
    margin-bottom: 0.78125vw;
    font-size: 3.125vw;
  }
}
.fix_banner .wrapper .col.phone h5 span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone h5 span {
    padding: 0;
  }
}
.fix_banner .wrapper .col.phone h5 span:before, .fix_banner .wrapper .col.phone h5 span:after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone h5 span:before, .fix_banner .wrapper .col.phone h5 span:after {
    display: none;
  }
}
.fix_banner .wrapper .col.phone h5 span:before {
  left: 0;
}
.fix_banner .wrapper .col.phone h5 span:after {
  right: 0;
}
.fix_banner .wrapper .col.phone .phone_num {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: bottom;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone .phone_num {
    font-size: 3.125vw;
  }
}
.fix_banner .wrapper .col.phone .phone_num b {
  display: inline-block;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.014em;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone .phone_num b {
    display: none;
  }
}
.fix_banner .wrapper .col.phone .phone_num b:before {
  background: url(../img/icon_phone.png) no-repeat left top/contain;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
.fix_banner .wrapper .col.phone .link_text {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.014em;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .fix_banner .wrapper .col.phone .link_text {
    font-size: 3.75vw;
  }
}
.fix_banner .wrapper .col.phone .link_text:before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: " ";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

body > footer .breadcrumbs {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body > footer .breadcrumbs {
    margin-bottom: 1.5625vw;
  }
}
body > footer .memu {
  width: 1170px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  body > footer .memu {
    width: 97.5vw;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .memu {
    width: 92%;
    margin-bottom: 5.46875vw;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 320px) {
  body > footer .memu {
    width: 96%;
  }
}
body > footer .memu li {
  padding: 5px 34px;
  margin: 10px 0;
  border-right: solid 1px #ccc;
}
@media only screen and (max-width: 1200px) {
  body > footer .memu li {
    padding: 0 2.8333333333%;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .memu li {
    margin-bottom: 1.5625vw;
    padding: 0 1.875vw;
  }
}
body > footer .memu li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  body > footer .memu li:nth-child(3) {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .memu li:nth-child(n+4) {
    padding-right: 5%;
    margin-top: 0;
  }
}
body > footer .memu li a {
  font-size: 14px;
  font-weight: 400;
  color: #284f76;
  display: block;
  padding-left: 1.5em;
  text-decoration: underline;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body > footer .memu li a {
    font-size: 1.1666666667vw;
    padding-left: 1.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .memu li a {
    font-size: 2.8125vw;
    padding-left: 3.125vw;
  }
}
body > footer .memu li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1200px) {
  body > footer .memu li a:before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .memu li a:before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
body > footer .memu li a.active {
  text-decoration: none;
  color: #333333;
}
body > footer .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  body > footer .inner {
    width: 83.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .inner {
    width: 89.0625vw;
  }
}
body > footer .icons {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  body > footer .icons {
    margin-bottom: 3.90625vw;
  }
}
body > footer .icons .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body > footer .icons p {
  color: #284f76;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body > footer .icons p {
    font-size: 4.0625vw;
    line-height: 160%;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 736px) {
  body > footer .icons p {
    font-size: 4.375vw;
  }
}
body > footer .icons p span {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333333;
  display: block;
}
@media only screen and (max-width: 768px) {
  body > footer .icons p span {
    font-size: 2.65625vw;
  }
}
body > footer .icons ul {
  display: flex;
  flex-wrap: wrap;
}
body > footer .icons ul li {
  width: 73px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  body > footer .icons ul li {
    width: 11.40625vw;
    margin-left: 3.125vw;
  }
}
body > footer .box {
  overflow: hidden;
  padding: 35px 25px;
}
@media only screen and (max-width: 768px) {
  body > footer .box {
    padding: 3.90625vw 4.6875vw;
  }
}
body > footer .box .logo {
  width: 250px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  body > footer .box .logo {
    width: 42.1875vw;
    display: block;
    margin: 0 auto 3.90625vw;
  }
}
body > footer .box .other_nav {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  body > footer .box .other_nav {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5625vw;
  }
}
body > footer .box .other_nav li {
  float: left;
}
body > footer .box .other_nav li.br {
  display: inline;
}
body > footer .box .other_nav li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-left: 1.5em;
  position: relative;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  body > footer .box .other_nav li a {
    font-size: 2.8125vw;
    line-height: 200%;
  }
}
body > footer .box .other_nav li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  body > footer .box .other_nav li a:before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
body > footer .box .copy {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #666666;
  float: right;
}
@media only screen and (max-width: 768px) {
  body > footer .box .copy {
    float: none;
    font-size: 2.5vw;
    clear: both;
  }
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, 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, sub, sup, tt, var,
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, main {
  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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #333333;
}

p, li, dt, dd, input, textarea, th, td {
  color: #333333;
  line-height: 175%;
  font-weight: 500;
}

h2, h3, h4, h5 {
  color: #333333;
  line-height: 160%;
  font-weight: 500;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
  color: #333333;
}

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

.wrapper {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .wrapper {
    width: 95.652173913vw;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    display: block;
  }
}

.inner {
  width: 830px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .inner {
    width: 72.1739130435vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 93.75vw;
  }
}

.pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.pc-min-1281 {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inherit !important;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 736px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^="tel"] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^="tel"] {
    cursor: pointer;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

.bk_gry {
  background: #f2f2f2;
}

.text_shadow, main .mv .update .box h1, main .mv .update .box h3, main .mv .update .box .text_box li, #brand.brand_list02 .mv .contract {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

main {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 23.4375vw;
  }
}
main.side_open {
  z-index: 9999;
}
main .content {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  main .content {
    margin: 0 auto;
  }
}
main .mv.inner {
  width: 1170px;
  margin: 0 auto 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  main .mv.inner {
    width: 97.5vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv.inner {
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 0;
    padding-bottom: 2.34375vw;
  }
}
main .mv .update {
  width: 960px;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  main .mv .update {
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update {
    position: relative;
    width: 87.5vw;
    margin: -38.28125vw auto 0;
    z-index: 1;
  }
}
main .mv .update .box {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  main .mv .update .box {
    display: block;
    margin-top: 5vw;
  }
}
main .mv .update .box h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  line-height: 100%;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box h1 {
    font-size: 3.3333333333vw;
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box h1 {
    margin-bottom: 3.125vw;
    font-size: 5.46875vw;
    text-align: left;
  }
}
main .mv .update .box h1 small {
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box h1 small {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box h1 small {
    font-size: 3.4375vw;
  }
}
main .mv .update .box h1 img {
  width: 280px;
  display: inline-block;
  margin: 5px auto 0;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box h1 img {
    width: 23.3333333333vw;
    margin-top: 0.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box h1 img {
    width: 43.75vw;
    margin-top: 0.78125vw;
  }
}
main .mv .update .box figure {
  width: 280px;
  display: block;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box figure {
    width: 23.3333333333vw;
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box figure {
    width: 43.75vw;
    margin: 0 0 3.125vw;
  }
}
main .mv .update .box h3 {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-size: 30px;
  margin: 0 auto 13px;
  font-family: 'Noto Serif JP', serif;
  display: table;
  color: #fff;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box h3 {
    font-size: 2.5vw;
    margin-bottom: 1.0833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box h3 {
    font-size: 4.6875vw;
    margin: 0 0 5.78125vw;
  }
}
main .mv .update .box h3 sub {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box h3 sub {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box h3 sub {
    font-size: 1.875vw;
  }
}
main .mv .update .box .text_box {
  margin: 0 auto 20px;
  display: table;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box {
    margin-bottom: 0;
    padding-top: 5%;
    padding-bottom: 3%;
    overflow: hidden;
    justify-content: space-between;
  }
}
main .mv .update .box .text_box li {
  width: 143px;
  margin-right: 29px;
  position: relative;
  font-size: 22px;
  float: left;
  text-align: center;
  line-height: 140%;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li {
    width: 11.9166666667vw;
    font-size: 1.8333333333vw;
    float: none;
    margin-right: 2.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li {
    color: #333;
    font-size: 3.90625vw;
    width: 31%;
  }
}
main .mv .update .box .text_box li:first-child {
  width: 137px;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li:first-child {
    width: 11.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li:first-child {
    width: 31%;
  }
}
main .mv .update .box .text_box li:nth-child(2) {
  margin-top: -5px;
  margin-right: 45px;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li:nth-child(2) {
    margin-right: 3.75vw;
    width: 10.25vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li:nth-child(2) {
    width: 29%;
  }
}
main .mv .update .box .text_box li:last-child {
  margin-right: 0;
}
main .mv .update .box .text_box li:last-child:after {
  display: none;
}
main .mv .update .box .text_box li:after {
  position: absolute;
  content: "";
  height: 75px;
  background: #bfbfbf;
  width: 1px;
  right: -19px;
  bottom: -4px;
  transform: rotate(15deg);
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li:after {
    height: 6.25vw;
    right: -1.5833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li:after {
    height: 19.53125vw;
  }
}
main .mv .update .box .text_box li strong {
  font-size: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li strong {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li strong {
    font-size: 5.9375vw;
  }
}
main .mv .update .box .text_box li small {
  font-size: 17px;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li small {
    font-size: 1.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li small {
    font-size: 3.125vw;
  }
}
main .mv .update .box .text_box li sub {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  main .mv .update .box .text_box li sub {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update .box .text_box li sub {
    font-size: 2.1875vw;
  }
}
main .mv .update p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  main .mv .update p {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  main .mv .update p {
    color: #858585;
    font-size: 2.1875vw;
  }
}
main .main_title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  main .main_title {
    font-size: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
main .main_title span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  main .main_title span {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  main .top_bnr {
    width: 87.5vw;
    margin: 0 auto;
  }
}
main .buy_about {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  main .buy_about {
    margin-bottom: 3.125vw;
  }
}
main .buy_about h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #a08a7c;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  main .buy_about h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
    line-height: 140%;
  }
}
main .buy_about .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main .buy_about .box {
    display: block;
    width: 78.125vw;
    margin: 0 auto;
  }
}
main .buy_about .box p {
  width: 560px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media only screen and (max-width: 1150px) {
  main .buy_about .box p {
    width: 48.6956521739vw;
  }
}
@media only screen and (max-width: 768px) {
  main .buy_about .box p {
    width: 100%;
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 736px) {
  main .buy_about .box p {
    font-size: 4.375vw;
  }
}
main .buy_about .box figure {
  width: 220px;
}
@media only screen and (max-width: 1150px) {
  main .buy_about .box figure {
    width: 19.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  main .buy_about .box figure {
    width: 62.5vw;
    display: block;
    margin: 0 auto;
  }
}
main.single .mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #e7e2de;
}
@media only screen and (max-width: 768px) {
  main.single .mv {
    margin-bottom: 0;
  }
}
main.single .mv .box {
  background: #e7e2de;
  display: inline-block;
  width: 520px;
}
@media only screen and (max-width: 1200px) {
  main.single .mv .box {
    width: 43.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  main.single .mv .box {
    width: 100%;
    padding: 4.6875vw 0;
  }
}
main.single .mv .box h2 {
  text-align: center;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 1200px) {
  main.single .mv .box h2 {
    font-size: 3.75vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main.single .mv .box h2 {
    font-size: 5.9375vw;
    margin-bottom: 2.34375vw;
    text-align: center;
  }
}
main.single .mv .box h2 small {
  font-size: 35px;
}
@media only screen and (max-width: 1200px) {
  main.single .mv .box h2 small {
    font-size: 2.9166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main.single .mv .box h2 small {
    font-size: 4.6875vw;
  }
}
main.single .mv .box p {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1200px) {
  main.single .mv .box p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  main.single .mv .box p {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  main.single .mv .box p {
    font-size: 4.375vw;
  }
}
main.single .mv figure {
  width: 650px;
}
@media only screen and (max-width: 1200px) {
  main.single .mv figure {
    width: 54.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  main.single .mv figure {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main.single .content {
    width: 87.5vw;
    margin: 0 auto;
  }
}
main.single .single_text p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  main.single .single_text p {
    font-size: 4.0625vw;
    margin-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 736px) {
  main.single .single_text p {
    font-size: 4.375vw;
  }
}
main.single .top_bnr {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  main.single .top_bnr {
    margin-bottom: 4.6875vw;
  }
}
main.single .market_price h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 22px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  main.single .market_price h2 {
    font-size: 4.375vw;
    line-height: 140%;
    margin-bottom: 1.5625vw;
  }
}
main.single .market_price .bnr {
  display: none;
}
@media only screen and (max-width: 768px) {
  main .point {
    width: 87.5vw;
    margin: 0 auto;
  }
}
main .point .main_title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  main .point .main_title {
    margin-bottom: 6.25vw;
  }
}
main .point ul {
  display: flex;
  flex-wrap: wrap;
}
main .point ul li {
  width: 395px;
  margin-right: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1150px) {
  main .point ul li {
    width: 34.347826087vw;
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  main .point ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.8125vw;
  }
}
main .point ul li:nth-child(2n) {
  margin-right: 0;
}
main .point ul li h3 {
  background: #f2f2f2;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  main .point ul li h3 {
    padding: 1.5625vw;
    font-size: 4.0625vw;
    margin-bottom: 2.34375vw;
  }
}
main .point ul li h3 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #e46767;
  font-family: 'Noto Serif JP', serif;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  main .point ul li h3 span {
    margin-top: -6%;
    font-size: 3.125vw;
  }
}
main .point ul li p {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  main .point ul li p {
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 736px) {
  main .point ul li p {
    font-size: 4.375vw;
  }
}
main .outlet {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  main .outlet {
    padding: 7.8125vw 0;
  }
}
main .outlet p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  main .outlet p {
    font-size: 3.4375vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  main .outlet p {
    font-size: 4.0625vw;
  }
}
main .outlet .outlet_list {
  position: relative;
}
main .outlet .outlet_list:after {
  position: absolute;
  content: "";
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  main .outlet .outlet_list:after {
    bottom: -3.59375vw;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
  }
}
main .outlet ul {
  width: 680px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  main .outlet ul {
    margin-bottom: 7.8125vw;
    justify-content: center;
  }
}
main .outlet ul li {
  width: 140px;
  margin: 0 15px 30px;
  text-align: center;
  color: #284f76;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 1150px) {
  main .outlet ul li {
    width: 12.1739130435vw;
    margin: 0 1.3043478261% 30px;
  }
}
@media only screen and (max-width: 768px) {
  main .outlet ul li {
    width: 29.6875vw;
    font-size: 3.4375vw;
    margin: 0 0.78125vw 3.125vw 0.78125vw;
  }
}
@media only screen and (max-width: 736px) {
  main .outlet ul li {
    font-size: 4.375vw;
  }
}
main .outlet ul li img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  main .outlet ul li img {
    width: 25vw;
    margin: 0 auto 2.34375vw;
    display: block;
  }
}
main .outlet h4 {
  text-align: center;
  color: #284f76;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  main .outlet h4 {
    font-size: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
}
main .outlet h3 {
  text-align: center;
  color: #284f76;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main .outlet h3 {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  main .outlet h3 {
    font-size: 4.375vw;
  }
}
main .outlet h3 u {
  text-decoration: none;
  border-bottom: solid 1px #284f76;
}

.breadcrumbs {
  width: 1100px;
  margin: 0 auto 35px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs {
    width: 91.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    width: 87.5vw;
    margin-bottom: 4.6875vw;
  }
}
.breadcrumbs li:first-child a {
  padding-left: 0;
}
.breadcrumbs li:first-child a:after {
  display: none;
}
.breadcrumbs li a {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  padding-left: 17px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs li a {
    font-size: 2.8125vw;
    padding-left: 2.65625vw;
    padding-right: 1.5625vw;
  }
}
.breadcrumbs li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs li a img {
  width: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs li a img {
    width: 2.8125vw;
  }
}
.breadcrumbs li a.active {
  text-decoration: none;
  color: #284f76;
}

.p-target_brand_model {
  padding: 50px 0 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .p-target_brand_model {
    padding: 6.25vw 0;
    margin-bottom: 7.8125vw;
  }
}
.p-target_brand_model .main_title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-target_brand_model .main_title {
    margin-bottom: 5.46875vw;
  }
}
.p-target_brand_model .main_title span {
  line-height: 150%;
}
.p-target_brand_model ul {
  width: 510px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-target_brand_model ul {
    width: 87.5vw;
    margin-bottom: 3.125vw;
  }
}
.p-target_brand_model ul li {
  width: 130px;
  margin: 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .p-target_brand_model ul li {
    width: 24vw;
    margin: 0 2.34375vw 3.90625vw;
  }
}
.p-target_brand_model ul li p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-target_brand_model ul li p {
    font-size: 2.8125vw;
  }
}
.p-target_brand_model .text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-target_brand_model .text {
    width: 74.21875vw;
    margin: 0 auto;
    text-align: left;
    font-size: 3.125vw;
  }
}

#index .mv {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
#index .mv:after {
  background: url(../img/bg_g.jpg) repeat-x left bottom/contain;
  content: "";
  display: block;
  width: 100%;
  height: 67%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1170px) {
  #index .mv:after {
    height: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv {
    margin-bottom: 0;
    padding-bottom: 3.125vw;
    background: url(../img/bg_g.jpg) repeat-x left bottom/5%;
  }
}
#index .mv .bx-wrapper {
  position: relative;
  width: 1170px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1250px) {
  #index .mv .bx-wrapper {
    width: 93.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .bx-wrapper {
    margin-bottom: 0;
    width: 90.625vw;
  }
}
#index .mv .bx-wrapper .bx-controls .bx-prev {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  text-indent: -9999px;
  float: left;
  width: 30px;
  height: 40px;
  background: url(../img/slider_arrow_l.png) no-repeat left top/contain;
  z-index: 999;
}
@media only screen and (max-width: 1250px) {
  #index .mv .bx-wrapper .bx-controls .bx-prev {
    width: 2.32vw;
    height: 3.2vw;
    left: -2.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .bx-wrapper .bx-controls .bx-prev {
    width: 4.6875vw;
    height: 6.25vw;
    left: -4.6875vw;
  }
}
#index .mv .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  text-indent: -9999px;
  float: right;
  width: 30px;
  height: 40px;
  background: url(../img/slider_arrow_r.png) no-repeat right top/contain;
  z-index: 999;
}
@media only screen and (max-width: 1250px) {
  #index .mv .bx-wrapper .bx-controls .bx-next {
    width: 2.4vw;
    height: 3.2vw;
    right: -2.4vw;
  }
}
@media only screen and (max-width: 920px) {
  #index .mv .bx-wrapper .bx-controls .bx-next {
    width: 2.24vw;
    height: 3.04vw;
    right: -2.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .bx-wrapper .bx-controls .bx-next {
    width: 4.6875vw;
    height: 6.25vw;
    right: -4.6875vw;
  }
}
#index .mv .bx-wrapper .bx-pager {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 101;
}
#index .mv .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
#index .mv .bx-wrapper .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 10px;
}
#index .mv .bx-wrapper .bx-pager .bx-pager-item a {
  background: #fff;
  width: 20px;
  height: 3px;
  display: block;
  text-indent: -9999px;
}
#index .mv .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #ddd;
}
#index .mv .inner {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #index .mv .inner {
    width: 93.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .inner {
    width: 87.5vw;
  }
}
#index .mv .inner .text_box {
  margin: 0 auto 25px;
  display: table;
}
@media only screen and (max-width: 970px) {
  #index .mv .inner .text_box {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box {
    padding-top: 3.90625vw;
    overflow: hidden;
    margin-bottom: 3.125vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#index .mv .inner .text_box li {
  width: 260px;
  margin-right: 60px;
  position: relative;
  font-size: 30px;
  float: left;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 140%;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 970px) {
  #index .mv .inner .text_box li {
    width: 26.8041237113vw;
    margin-right: 6.1855670103%;
    font-size: 3.0927835052vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li {
    width: 25vw;
    margin-right: 4.6875%;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 736px) {
  #index .mv .inner .text_box li {
    width: 25.6vw;
  }
}
#index .mv .inner .text_box li:nth-child(2) {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li:nth-child(2) {
    margin-right: 1.5625%;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li:nth-child(2):after {
    right: -1.5625vw;
  }
}
#index .mv .inner .text_box li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li:last-child {
    width: 31.25vw;
  }
}
@media only screen and (max-width: 736px) {
  #index .mv .inner .text_box li:last-child {
    width: 30.8vw;
  }
}
#index .mv .inner .text_box li:last-child:after {
  display: none;
}
#index .mv .inner .text_box li:after {
  position: absolute;
  content: "";
  height: 135px;
  background: #bfbfbf;
  width: 1px;
  right: -30px;
  bottom: -13px;
  transform: rotate(15deg);
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li:after {
    right: -2.34375vw;
    height: 19.53125vw;
  }
}
#index .mv .inner .text_box li strong {
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 970px) {
  #index .mv .inner .text_box li strong {
    font-size: 4.6391752577vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li strong {
    font-size: 5.9375vw;
  }
}
#index .mv .inner .text_box li small {
  font-size: 24px;
}
@media only screen and (max-width: 970px) {
  #index .mv .inner .text_box li small {
    font-size: 2.4742268041vw;
  }
}
@media only screen and (max-width: 768px) {
  #index .mv .inner .text_box li small {
    font-size: 3.125vw;
  }
}
#index .mv .inner .text_box li sub {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 970px) {
  #index .mv .inner .text_box li sub {
    font-size: 1.2371134021vw;
  }
}
#index .mv .inner p {
  font-size: 12px;
  font-weight: 400;
  color: #858585;
}
@media only screen and (max-width: 768px) {
  #index .mv .inner p {
    font-size: 2.1875vw;
  }
}
#index .main_lead {
  margin-bottom: 7.8125vw;
  font-size: 4.6875vw;
  font-weight: 300;
  text-align: center;
}
#index .main_lead span {
  border-bottom: solid 1px #dcbb59;
  font-weight: 400;
}
#index .top_bnr {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #index .top_bnr {
    margin-bottom: 6.25vw;
  }
}
#index .kaitori, #index .pickup, #index .reason, #index .step {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #index .kaitori, #index .pickup, #index .reason, #index .step {
    margin-bottom: 7.8125vw;
  }
}
#index .itemlist {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #index .itemlist {
    margin-bottom: 6.25vw;
  }
}
#index .worries {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #index .worries {
    margin-bottom: 3.90625vw;
  }
}
#index .secret {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #index .secret {
    margin-bottom: 3.90625vw;
  }
}
#index .method, #index .voice {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #index .method, #index .voice {
    margin-bottom: 7.8125vw;
  }
}
#index .result {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  #index .result {
    margin-bottom: 7.8125vw;
  }
}
#index .brand {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #index .brand {
    margin-bottom: 7.8125vw;
  }
}
#index .brand .sub_title {
  display: none;
}
#index .shoplist {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #index .shoplist {
    margin-bottom: 8.59375vw;
  }
}
#index .faq {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #index .faq {
    margin-bottom: 5.46875vw;
  }
}

#shop .mv {
  background: url(../img/shop/mv.jpg) no-repeat right top/cover;
  overflow: hidden;
  min-height: 250px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  #shop .mv {
    min-height: 20.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv {
    background: url(../img/shop/mvsp.jpg) no-repeat left top/cover;
    min-height: 42.1875vw;
    width: 100%;
  }
}
#shop .mv .box {
  margin-left: 480px;
  width: 655px;
  padding: 10px 0;
}
@media only screen and (max-width: 1200px) {
  #shop .mv .box {
    margin-left: 40vw;
    width: 54.5833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv .box {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
#shop .mv .box h2 {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  margin-bottom: 35px;
  color: #fff;
  line-height: 115%;
}
@media only screen and (max-width: 1200px) {
  #shop .mv .box h2 {
    font-size: 3.3333333333vw;
    margin-bottom: 2.9166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv .box h2 {
    font-size: 5.46875vw;
    margin-bottom: 5.46875vw;
    text-align: center;
  }
}
#shop .mv .box h2 small {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  display: block;
  line-height: 100%;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 1200px) {
  #shop .mv .box h2 small {
    line-height: 2.1666666667vw;
    margin-bottom: 0.4166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv .box h2 small {
    font-size: 3.125vw;
    margin-bottom: 0.78125vw;
    line-height: 150%;
  }
}
#shop .mv .box h2 span {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  display: block;
  line-height: 100%;
  padding-top: 6px;
}
@media only screen and (max-width: 1200px) {
  #shop .mv .box h2 span {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv .box h2 span {
    font-size: 2.65625vw;
    line-height: 150%;
  }
}
#shop .mv .box h2:after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 0;
  height: 1px;
  background: #fff;
  width: 30px;
}
@media only screen and (max-width: 1200px) {
  #shop .mv .box h2:after {
    bottom: -1.5833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv .box h2:after {
    right: 0;
    margin: auto;
    width: 4.6875vw;
    bottom: -2.96875vw;
  }
}
#shop .mv .box p {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1200px) {
  #shop .mv .box p {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .mv .box p {
    font-size: 3.125vw;
    line-height: 160%;
    display: table;
    margin: 0 auto;
  }
}
#shop .mv .box p span {
  font-weight: 400;
  display: block;
}
#shop .top_bnr {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #shop .top_bnr {
    margin: 0 auto 4.6875vw;
    width: 87.5vw;
  }
}
#shop .shop_link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_link {
    margin: 0 auto 10.625vw;
    width: 87.5vw;
  }
}
#shop .shop_link li:last-child a {
  border-right: 0;
}
#shop .shop_link li a {
  background: #f2f2f2;
  display: block;
  width: 206px;
  line-height: 50px;
  color: #284f76;
  border-right: solid 2px #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_link li a {
    width: 17.9130434783vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_link li a {
    line-height: 8.59375vw;
    font-size: 3.28125vw;
    width: 43.75vw;
    border-bottom: solid 2px #fff;
  }
}
#shop .shop_link li a img {
  width: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_link li a img {
    margin-right: 0.8695652174%;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_link li a img {
    margin-right: 1.5625vw;
  }
}
#shop .shop_update {
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  padding: 10px 0 5px;
  width: 730px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update {
    width: 87.5vw;
    margin-bottom: 7.03125vw;
  }
}
#shop .shop_update h2 {
  background: #fff;
  font-size: 23px;
  display: table;
  padding: 0 10px;
  margin: -35px auto 20px;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #shop .shop_update h2 {
    font-size: 3.59375vw;
    text-align: center;
  }
}
#shop .shop_update h2 span {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_update h2 span {
    font-size: 4.375vw;
  }
}
#shop .shop_update h2 sub {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #shop .shop_update h2 sub {
    font-size: 2.5vw;
  }
}
#shop .shop_update .text_box {
  margin: 0 auto 25px;
  display: table;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3.90625vw;
  }
}
#shop .shop_update .text_box li {
  width: 205px;
  margin-right: 60px;
  position: relative;
  font-size: 30px;
  float: left;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 140%;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li {
    margin-right: 5.2173913043%;
    width: 18.2608695652vw;
    font-size: 2.6086956522vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li {
    font-size: 3.90625vw;
    width: 31%;
  }
}
#shop .shop_update .text_box li:first-child {
  width: 190px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li:first-child {
    width: 19.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li:first-child {
    font-size: 3.90625vw;
    width: 28%;
  }
}
#shop .shop_update .text_box li:nth-child(2) {
  margin-top: -5px;
  margin-right: 70px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li:nth-child(2) {
    margin-right: 6.0869565217%;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li:nth-child(2) {
    width: 26%;
  }
}
#shop .shop_update .text_box li:last-child {
  margin-right: 0;
}
#shop .shop_update .text_box li:last-child:after {
  display: none;
}
#shop .shop_update .text_box li:after {
  position: absolute;
  content: "";
  height: 105px;
  background: #bfbfbf;
  width: 1px;
  right: -30px;
  bottom: -4px;
  transform: rotate(15deg);
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li:after {
    height: 9.1304347826vw;
    right: -2.6086956522vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li:after {
    height: 14.0625vw;
    right: -9%;
  }
}
#shop .shop_update .text_box li strong {
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li strong {
    font-size: 3.9130434783vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li strong {
    font-size: 5.9375vw;
  }
}
#shop .shop_update .text_box li small {
  font-size: 24px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li small {
    font-size: 2.0869565217vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li small {
    font-size: 3.125vw;
  }
}
#shop .shop_update .text_box li sub {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_update .text_box li sub {
    font-size: 1.0434782609vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_update .text_box li sub {
    font-size: 2.5vw;
  }
}
#shop .shop_update p {
  font-size: 12px;
  color: #858585;
  font-weight: 400;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #shop .shop_update p {
    font-size: 2.8125vw;
  }
}
#shop .main_text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #shop .main_text {
    margin: 0 auto 6.25vw;
    width: 78.125vw;
  }
}
#shop .main_text h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #e46767;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop .main_text h2 {
    text-align: left;
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop .main_text h2 br {
    display: none;
  }
}
#shop .main_text p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  #shop .main_text p {
    width: 60.8695652174vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .main_text p {
    font-size: 4.375vw;
    line-height: 160%;
    width: 100%;
  }
}
#shop .shop_title {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #284f76;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_title {
    font-size: 3.4375vw;
    margin-bottom: 0.78125vw;
  }
}
#shop .sub_title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #shop .sub_title {
    font-size: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
#shop .shop_topics {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_topics {
    margin-bottom: 7.8125vw;
  }
}
#shop .shop_topics .shop_title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_topics .shop_title {
    margin-bottom: 2.34375vw;
  }
}
#shop .shop_topics .bx-wrapper {
  width: 760px;
  margin: 0 auto 70px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_topics .bx-wrapper {
    width: 66.0869565217vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_topics .bx-wrapper {
    margin-bottom: 7.8125vw;
    width: 87.5vw;
  }
}
#shop .shop_topics ul {
  overflow: hidden;
}
#shop .shop_topics ul li {
  width: 370px !important;
  margin-right: 20px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_topics ul li {
    width: 32.1739130435vw !important;
    margin-right: 1.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_topics ul li {
    margin-right: 1.5625vw;
    width: 42.96875vw !important;
  }
}
#shop .shop_topics .bx-controls .bx-prev {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  text-indent: -9999px;
  float: left;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #284f76;
  border-left: 1px solid #284f76;
  transform: rotate(45deg);
  z-index: 999;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_topics .bx-controls .bx-prev {
    left: -2.6086956522vw;
  }
}
#shop .shop_topics .bx-controls .bx-next {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  text-indent: -9999px;
  float: right;
  width: 10px;
  height: 10px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
  z-index: 999;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_topics .bx-controls .bx-next {
    right: -2.6086956522vw;
  }
}
#shop .shop_topics .link_bnr {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_topics .link_bnr {
    margin-bottom: 8.59375vw;
  }
}
#shop .shop_topics .link_bnr a {
  display: block;
}
#shop .shop_news {
  padding: 10px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_news {
    padding: 1.5625vw 0;
    margin-bottom: 9.375vw;
  }
}
#shop .shop_news .shop_title {
  margin-top: -27px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_news .shop_title {
    margin-top: -5%;
  }
}
#shop .shop_news table {
  width: 730px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_news table {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_news table {
    width: 81.25vw;
    margin-bottom: 3.125vw;
  }
}
#shop .shop_news table tr {
  border-bottom: solid 1px #fff;
  padding: 20px 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #shop .shop_news table tr {
    padding: 3.125vw 0;
  }
}
#shop .shop_news table tr th {
  font-size: 14px;
  color: #999999;
  text-align: left;
  letter-spacing: 0.1em;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_news table tr th {
    width: 100%;
    font-size: 2.8125vw;
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #shop .shop_news table tr th {
    font-size: 3.75vw;
  }
}
#shop .shop_news table tr td a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #shop .shop_news table tr td a {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop .shop_news table tr td a {
    font-size: 4.375vw;
  }
}
#shop .shop_news .more_btn {
  text-align: right;
  width: 730px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_news .more_btn {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .shop_news .more_btn {
    width: 81.25vw;
    margin-bottom: 3.125vw;
  }
}
#shop .shop_news .more_btn a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  #shop .shop_news .more_btn a {
    font-size: 3.125vw;
  }
}
#shop #shop_data {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px 0 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data {
    padding-bottom: 4.6875vw;
    margin-bottom: 7.8125vw;
  }
}
#shop #shop_data .shop_title {
  display: table;
  margin: -25px auto 0;
  background: #fff;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .shop_title {
    margin-top: -5%;
  }
}
#shop #shop_data .inner {
  display: flex;
  flex-wrap: wrap;
}
#shop #shop_data .left_box {
  width: 415px;
  margin-right: 65px;
}
@media only screen and (max-width: 1150px) {
  #shop #shop_data .left_box {
    width: 36.0869565217vw;
    margin-right: 5.652173913%;
  }
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box {
    width: 78.125vw;
    margin: 0 auto 7.8125vw;
  }
}
#shop #shop_data .left_box h4 {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box h4 {
    font-size: 4.375vw;
  }
}
#shop #shop_data .left_box table {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box table {
    margin-bottom: 5.46875vw;
  }
}
#shop #shop_data .left_box table tr {
  border-bottom: dashed 1px #ccc;
  padding: 15px 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box table tr {
    padding: 2.34375vw 0;
  }
}
#shop #shop_data .left_box table tr:first-child th {
  display: block;
  width: 100%;
}
#shop #shop_data .left_box table tr:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#shop #shop_data .left_box table tr th {
  width: 100px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box table tr th {
    width: 25vw;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop #shop_data .left_box table tr th {
    font-size: 4.375vw;
  }
}
#shop #shop_data .left_box table tr td {
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box table tr td {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop #shop_data .left_box table tr td {
    font-size: 4.375vw;
  }
}
#shop #shop_data .left_box table tr td span {
  font-size: 14px;
  display: block;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box table tr td span {
    font-size: 4.0625vw;
  }
}
#shop #shop_data .left_box table tr td .btn {
  background: #f2f2f2;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  width: 160px;
  margin-top: 13px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .left_box table tr td .btn {
    font-size: 3.515625vw;
    width: 37.5vw;
    line-height: 8.125vw;
  }
}
#shop #shop_data .left_box table tr td .btn img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
}
#shop #shop_data .right_box {
  width: 350px;
}
@media only screen and (max-width: 1150px) {
  #shop #shop_data .right_box {
    width: 30.4347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .right_box {
    width: 78.125vw;
    margin: 0 auto;
  }
}
#shop #shop_data .right_box h4 {
  background: #f2f2f2;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .right_box h4 {
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 3.90625vw;
  }
}
#shop #shop_data .right_box h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .right_box h5 {
    font-size: 5vw;
    margin-bottom: 0.78125vw;
  }
}
#shop #shop_data .right_box h5.top {
  color: #ad8d58;
}
#shop #shop_data .right_box h5.btm {
  color: #284f76;
}
#shop #shop_data .right_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#shop #shop_data .right_box ul li {
  width: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 1150px) {
  #shop #shop_data .right_box ul li {
    width: 6.9565217391vw;
    margin-right: 2.1739130435%;
  }
}
@media only screen and (max-width: 768px) {
  #shop #shop_data .right_box ul li {
    width: 17.96875vw;
    margin-right: 1.875vw;
    margin-bottom: 1.875vw;
  }
}
#shop #shop_data .right_box ul li:nth-child(4n) {
  margin-right: 0;
}
#shop .yoyaku_bnr {
  clear: both;
  width: 630px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 1150px) {
  #shop .yoyaku_bnr {
    width: 54.7826086957vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .yoyaku_bnr {
    width: 87.5vw;
    margin-bottom: 10.9375vw;
  }
}
#shop .yoyaku_bnr a {
  display: block;
}
#shop #floor {
  margin-bottom: 55px;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #shop #floor {
    margin-bottom: 7.8125vw;
    padding-bottom: 1.5625vw;
  }
}
#shop #floor .shop_title {
  margin-top: -22px;
}
@media only screen and (max-width: 768px) {
  #shop #floor .shop_title {
    margin-top: -5%;
  }
}
#shop #floor .inner {
  display: flex;
  flex-wrap: wrap;
  width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  #shop #floor .inner {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #floor .inner {
    width: 81.25vw;
    display: block;
  }
}
#shop #floor .inner h4 {
  font-size: 14px;
  font-weight: 400;
  margin-right: 40px;
}
@media only screen and (max-width: 1150px) {
  #shop #floor .inner h4 {
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  #shop #floor .inner h4 {
    font-size: 5vw;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#shop #floor .inner h4 span {
  display: block;
  color: #284f76;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 10px;
  border-bottom: solid 1px #284f76;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #shop #floor .inner h4 span {
    display: inline-block;
    font-size: 4.6875vw;
    padding-bottom: 0;
    margin-right: 3.125vw;
  }
}
#shop #floor .inner .box {
  width: 640px;
  font-size: 15px;
}
@media only screen and (max-width: 1150px) {
  #shop #floor .inner .box {
    width: 55.652173913vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #floor .inner .box {
    width: 100%;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop #floor .inner .box {
    font-size: 4.375vw;
  }
}
#shop #floor .inner .box p {
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #shop #floor .inner .box p {
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access {
    width: 87.5vw;
    margin: 0 auto;
  }
}
#shop #access iframe {
  width: 100%;
  height: 356px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #shop #access iframe {
    height: 46.875vw;
    margin-bottom: 2.34375vw;
  }
}
#shop #access .link {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #shop #access .link {
    margin-bottom: 9.375vw;
    display: block;
  }
}
#shop #access .link .text {
  font-weight: 400;
  font-size: 13px;
  float: left;
}
@media only screen and (max-width: 768px) {
  #shop #access .link .text {
    font-size: 5vw;
    float: none;
    clear: both;
  }
}
#shop #access .link .text img {
  width: 13px;
  margin-right: 5px;
}
#shop #access .link .map {
  float: right;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  #shop #access .link .map {
    margin-bottom: 2.34375vw;
  }
}
#shop #access .vehicle {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle {
    margin-bottom: 7.8125vw;
    display: block;
  }
}
#shop #access .vehicle h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #284f76;
  margin-right: 40px;
  width: 310px;
  line-height: 140%;
}
@media only screen and (max-width: 1150px) {
  #shop #access .vehicle h4 {
    width: 26.9565217391vw;
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle h4 {
    font-size: 3.75vw;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
  }
}
#shop #access .vehicle h4 span {
  display: block;
  overflow: hidden;
}
#shop #access .vehicle h4 img {
  float: left;
  vertical-align: middle;
  width: 32.5px;
  margin-right: 5px;
}
@media only screen and (max-width: 1150px) {
  #shop #access .vehicle h4 img {
    width: 2.8260869565vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle h4 img {
    width: 5.9375vw;
  }
}
#shop #access .vehicle .box {
  width: 480px;
}
@media only screen and (max-width: 1150px) {
  #shop #access .vehicle .box {
    width: 41.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box {
    width: 100%;
  }
}
#shop #access .vehicle .box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box p {
    font-size: 4.0625vw;
    margin-bottom: 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop #access .vehicle .box p {
    font-size: 4.375vw;
  }
}
#shop #access .vehicle .box p span {
  font-size: 13px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box p span {
    font-size: 3.125vw;
  }
}
#shop #access .vehicle .box h5 {
  color: #284f76;
  font-size: 15px;
  border-bottom: solid 1px #284f76;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box h5 {
    font-size: 4.0625vw;
    margin-bottom: 0.78125vw;
  }
}
#shop #access .vehicle .box h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box h6 {
    font-size: 4.0625vw;
  }
}
#shop #access .vehicle .box table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box table {
    margin-top: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
#shop #access .vehicle .box table tr th {
  background: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding: 6px 0;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box table tr th {
    font-size: 3.125vw;
    padding: 0.9375vw 0;
  }
}
#shop #access .vehicle .box table tr th:last-child {
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box table tr th:last-child {
    padding: 0.78125vw 1.5625vw;
  }
}
#shop #access .vehicle .box table tr td {
  border: solid 1px #cccccc;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  #shop #access .vehicle .box table tr td {
    font-size: 3.125vw;
    padding: 0.78125vw 1.5625vw;
  }
}
#shop #access .vehicle .box table tr td:last-child {
  text-align: right;
}
#shop #access #root {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #shop #access #root {
    margin: 0 auto 3.90625vw;
    width: 87.5vw;
  }
}
#shop #access #root h4 {
  background: #f2f2f2;
  color: #284f76;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 50px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #shop #access #root h4 {
    font-size: 3.75vw;
    line-height: 10.9375vw;
    margin-bottom: 4.6875vw;
  }
}
#shop #access #root ol {
  display: flex;
  flex-wrap: wrap;
}
#shop #access #root ol li {
  width: 250px;
  margin-right: 40px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1150px) {
  #shop #access #root ol li {
    width: 21.7391304348vw;
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access #root ol li {
    width: 40.625vw;
    margin-right: 6.25vw;
    margin-bottom: 4.6875vw;
  }
}
#shop #access #root ol li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #shop #access #root ol li:nth-child(3n) {
    margin-right: 6.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access #root ol li:nth-child(2n) {
    margin-right: 0;
  }
}
#shop #access #root ol li img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #shop #access #root ol li img {
    margin-bottom: 1.5625vw;
  }
}
#shop #access #root ol li h5 {
  font-size: 25px;
  color: #284f76;
  font-family: 'Noto Serif JP', serif;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #shop #access #root ol li h5 {
    font-size: 3.90625vw;
  }
}
#shop #access #root ol li p {
  width: 215px;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 1150px) {
  #shop #access #root ol li p {
    width: 18.6956521739vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop #access #root ol li p {
    font-size: 3.75vw;
    width: 34.6875vw;
  }
}
#shop .shop_arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1150px) {
  #shop .shop_arrow {
    flex-wrap: unset;
  }
}
#shop .shop_arrow a {
  text-decoration: underline;
  font-size: 14px;
  color: #284f76;
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #shop .shop_arrow a {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop .shop_arrow a {
    font-size: 3.75vw;
  }
}
#shop .shop_arrow img {
  width: 7px;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
#shop .reason {
  margin-bottom: 30px;
}
#shop .reason .top_text {
  display: none;
}
#shop .program {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #shop .program {
    margin-bottom: 7.8125vw;
  }
}
#shop .program .top_box {
  padding: 35px 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box {
    padding: 5.46875vw 0;
    margin-bottom: 4.6875vw;
  }
}
#shop .program .top_box h2 {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box h2 {
    margin-bottom: 3.125vw;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop .program .top_box h2 {
    font-size: 5vw;
  }
}
#shop .program .top_box h2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box h2 span {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop .program .top_box h2 span {
    font-size: 3.75vw;
  }
}
#shop .program .top_box .box {
  width: 670px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (max-width: 1150px) {
  #shop .program .top_box .box {
    width: 58.2608695652vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box .box {
    width: 81.25vw;
    display: block;
  }
}
#shop .program .top_box .box p {
  width: 380px;
  font-size: 15px;
  font-weight: 400;
  margin-right: 40px;
}
@media only screen and (max-width: 1150px) {
  #shop .program .top_box .box p {
    width: 33.0434782609vw;
    margin-right: 3.4782608696%;
  }
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box .box p {
    width: 100%;
    font-size: 3.4375vw;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
@media only screen and (max-width: 736px) {
  #shop .program .top_box .box p {
    font-size: 4.375vw;
  }
}
#shop .program .top_box .box p span {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box .box p span {
    margin-top: 3.125vw;
  }
}
#shop .program .top_box .box figure {
  width: 250px;
}
@media only screen and (max-width: 1150px) {
  #shop .program .top_box .box figure {
    width: 21.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .program .top_box .box figure {
    width: 100%;
  }
}
#shop .program .btm_box {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #shop .program .btm_box {
    display: block;
  }
}
#shop .program .btm_box h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-right: 20px;
  display: inline-block;
  line-height: 100%;
}
@media only screen and (max-width: 1150px) {
  #shop .program .btm_box h3 {
    margin-bottom: 1.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  #shop .program .btm_box h3 {
    text-align: center;
    display: block;
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
    margin-right: 0;
  }
}
#shop .program .btm_box h3 u {
  border-bottom: solid 1px #333;
  text-decoration: none;
}
#shop .program .btm_box p {
  width: 670px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 1150px) {
  #shop .program .btm_box p {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #shop .program .btm_box p {
    width: 87.5vw;
    margin: 0 auto;
    font-size: 3.4375vw;
  }
}
#shop .program .btm_box p .shop_arrow {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #shop .program .btm_box p .shop_arrow {
    margin-top: 2.34375vw;
  }
}
#shop .secret {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #shop .secret {
    margin-bottom: 8.59375vw;
  }
}
#shop .step, #shop .shoplist {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  #shop .step, #shop .shoplist {
    margin-bottom: 9.375vw;
  }
}
#shop .result, #shop .voice {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #shop .result, #shop .voice {
    margin-bottom: 7.8125vw;
  }
}
#shop .shop_other {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_other {
    margin-bottom: 7.8125vw;
  }
}
#shop .shop_other a {
  background: #b7a79c;
  font-size: 28px;
  letter-spacing: 0.2em;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 120%;
  padding: 30px 0 25px;
}
@media only screen and (max-width: 768px) {
  #shop .shop_other a {
    font-size: 4.375vw;
    padding: 4.6875vw 0 3.90625vw;
  }
}
#shop .shop_other a span {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  display: block;
}
@media only screen and (max-width: 768px) {
  #shop .shop_other a span {
    font-size: 2.8125vw;
  }
}
#shop .shop_other a:after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  #shop.index .mv {
    min-height: auto;
  }
}
#shop.index .mv .box h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  #shop.index .mv .box h2 {
    margin-bottom: 0;
  }
}
#shop.index .mv .box h2:after {
  display: none;
}

#news .mv {
  background: #f2f2f2;
  padding: 52px 0;
}
@media only screen and (max-width: 768px) {
  #news .mv {
    padding: 5.46875vw 0;
  }
}
#news .mv h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #284f76;
}
@media only screen and (max-width: 768px) {
  #news .mv h2 {
    font-size: 4.0625vw;
  }
}
#news .mv h3 {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #999999;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #news .mv h3 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .content {
    width: 87.5vw;
    margin: 0 auto 7.8125vw;
  }
}
#news.newslist .top_title {
  color: #284f76;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #news.newslist .top_title {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}
#news.newslist table {
  width: 100%;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #news.newslist table {
    margin-bottom: 7.8125vw;
  }
}
#news.newslist table tr {
  padding: 30px 0 25px;
  display: block;
  border-bottom: solid 1px #cccccc;
}
@media only screen and (max-width: 768px) {
  #news.newslist table tr {
    padding: 4.6875vw 0 3.90625vw;
  }
}
#news.newslist table tr th {
  display: block;
  width: 100%;
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #news.newslist table tr th {
    font-size: 2.8125vw;
  }
}
#news.newslist table tr td a {
  font-size: 14px;
  text-decoration: underline;
  line-height: 140%;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #news.newslist table tr td a {
    font-size: 3.75vw;
  }
}
#news .page_number {
  display: flex;
  flex-wrap: wrap;
}
#news .page_number li {
  width: 40px;
  margin-right: 10px;
  border-bottom: solid 1px #cccccc;
}
@media only screen and (max-width: 768px) {
  #news .page_number li {
    width: 8.75vw;
    margin-right: 1.5625vw;
  }
}
#news .page_number li:last-child {
  margin-right: 0;
}
#news .page_number li.current {
  background: #f2f2f2;
}
#news .page_number li a {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 2px 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #news .page_number li a {
    padding: 0;
    font-size: 2.03125vw;
  }
}
#news.news_single h3.time {
  font-size: 13px;
  color: #999999;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #news.news_single h3.time {
    margin-bottom: 0.78125vw;
    font-size: 2.8125vw;
  }
}
#news.news_single h2.top_title {
  background: #f2f2f2;
  font-size: 20px;
  padding: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #news.news_single h2.top_title {
    padding: 4.6875vw;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
#news.news_single .box {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #news.news_single .box {
    margin-bottom: 7.8125vw;
  }
}
#news.news_single .box p {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 170%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #news.news_single .box p {
    font-size: 4.0625vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  #news.news_single .box p {
    font-size: 4.375vw;
  }
}
#news.news_single .box h2, #news.news_single .box h3, #news.news_single .box h4, #news.news_single .box h5 {
  font-weight: 400;
}
#news.news_single .prevpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#news.news_single .prevpage li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #news.news_single .prevpage li a {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #news.news_single .prevpage li a {
    font-size: 4.375vw;
  }
}
#news.news_single .prevpage li:nth-child(2) {
  text-decoration: underline;
}

#brand_list_page .mv {
  background: #f2f2f2;
  padding: 52px 0;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .mv {
    padding: 5.46875vw 0;
  }
}
#brand_list_page .mv h1 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #284f76;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .mv h1 {
    font-size: 4.0625vw;
  }
}
#brand_list_page .mv h2 {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #999999;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .mv h2 {
    font-size: 5vw;
  }
}
#brand_list_page .top_title {
  color: #284f76;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .top_title {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}
#brand_list_page .list:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .list:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}
#brand_list_page .list h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .list h4 {
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
#brand_list_page .list ul {
  display: flex;
  margin-left: -1.25em;
}
#brand_list_page .list ul li {
  margin-left: 1.25em;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .list ul li {
    font-size: 2.03125vw;
  }
}
#brand_list_page .others {
  margin-top: 60px;
}
@media only screen and (max-width: 736px) {
  #brand_list_page .others {
    margin-top: 7.8125vw;
  }
}
#brand_list_page .others p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .others p {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #brand_list_page .others p {
    font-size: 4.375vw;
  }
}
#brand_list_page .others p u {
  text-decoration: none;
  background: linear-gradient(transparent 94%, #000 100%);
  display: inline;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #brand_list_page .others p u {
    line-height: 175%;
    font-size: 4.375vw;
  }
}

#brand .top_bnr {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #brand .top_bnr {
    margin-bottom: 4.6875vw;
  }
}
#brand .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #brand .kaitori {
    margin-bottom: 7.8125vw;
  }
}
#brand .shop_reason {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #brand .shop_reason {
    width: 78.125vw;
    margin: 0 auto 3.125vw;
  }
}
#brand .shop_reason p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #brand .shop_reason p {
    text-align: left;
    margin-bottom: 4.6875vw;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 736px) {
  #brand .shop_reason p {
    font-size: 4.375vw;
  }
}
#brand .shop_reason figure {
  width: 396px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #brand .shop_reason figure {
    width: 78.125vw;
  }
}
#brand .other_company {
  padding: 45px 50px 50px;
  margin-bottom: 65px;
  background: rgba(183, 167, 156, 0.3);
}
@media only screen and (max-width: 768px) {
  #brand .other_company {
    padding: 5.46875vw 3.125vw 3.125vw;
    margin-bottom: 7.8125vw;
  }
}
#brand .other_company .main_title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brand .other_company .main_title {
    margin-bottom: 3.125vw;
  }
}
#brand .other_company p {
  background: #fff;
  padding: 45px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #brand .other_company p {
    padding: 7.03125vw;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 736px) {
  #brand .other_company p {
    font-size: 4.375vw;
  }
}
#brand .other_company p:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid rgba(183, 167, 156, 0.3);
}
@media only screen and (max-width: 768px) {
  #brand .other_company p:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid rgba(183, 167, 156, 0.3);
  }
}
#brand .worries {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brand .worries {
    margin-bottom: 3.90625vw;
  }
}
#brand .result {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #brand .result {
    margin-bottom: 9.375vw;
  }
}
#brand .market_price {
  margin-bottom: 73px;
}
@media only screen and (max-width: 768px) {
  #brand .market_price {
    margin-bottom: 7.8125vw;
  }
}
#brand .outlet, #brand .step, #brand .voice {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #brand .outlet, #brand .step, #brand .voice {
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 1150px) {
  #brand .outlet ul.n4 {
    width: 59.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .outlet ul.n4 {
    width: 78.125vw;
    margin-bottom: 7.8125vw;
  }
}
#brand .outlet ul.n5 {
  width: 650px;
}
@media only screen and (max-width: 1150px) {
  #brand .outlet ul.n5 {
    width: 56.5217391304vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .outlet ul.n5 {
    width: 90%;
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .outlet ul.n5 li {
    width: 26.5625vw;
  }
}
#brand .method {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  #brand .method {
    margin-bottom: 6.25vw;
  }
}
#brand .point {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brand .point {
    margin-bottom: 3.125vw;
  }
}
#brand .faq {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #brand .faq {
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .secret {
    margin-bottom: 7.8125vw;
  }
}
#brand .kaitori_list {
  padding: 35px 0 20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list {
    padding: 5.46875vw 0 3.125vw;
    margin-bottom: 7.8125vw;
  }
}
#brand .kaitori_list .main_title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list .main_title {
    margin-bottom: 4.6875vw;
  }
}
#brand .kaitori_list ul {
  width: 730px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1150px) {
  #brand .kaitori_list ul {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list ul {
    width: 67.1875vw;
  }
}
#brand .kaitori_list ul li {
  width: 335px;
  margin-bottom: 20px;
  margin-right: 20px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 1150px) {
  #brand .kaitori_list ul li {
    width: 29.1304347826vw;
    margin-right: 1.7391304348%;
  }
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
#brand .kaitori_list ul li:nth-child(2n) {
  margin-right: 0;
}
#brand .kaitori_list ul li:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 12px;
  background: url(../img/arrow.png) no-repeat left top/contain;
}
@media only screen and (max-width: 1150px) {
  #brand .kaitori_list ul li:after {
    right: 0.8695652174vw;
    width: 1.7391304348vw;
    height: 1.0434782609vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list ul li:after {
    width: 15px;
    height: 9px;
  }
}
#brand .kaitori_list ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#brand .kaitori_list ul li a img {
  width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 1150px) {
  #brand .kaitori_list ul li a img {
    width: 8.6956521739vw;
    margin-right: 0.8695652174%;
  }
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list ul li a img {
    width: 18.75vw;
    margin-right: 1.5625vw;
  }
}
#brand .kaitori_list ul li a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 25px 0 25px 20px;
}
@media only screen and (max-width: 1150px) {
  #brand .kaitori_list ul li a p {
    font-size: 1.5652173913vw;
    padding-left: 1.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list ul li a p {
    font-size: 3.75vw;
    padding: 4.6875vw 0 4.6875vw 0.78125vw;
  }
}
#brand .kaitori_list ul li a p span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  margin-top: 5px;
  color: #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #brand .kaitori_list ul li a p span {
    font-size: 2.8125vw;
    margin-top: 0.78125vw;
  }
}
#brand .brand {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #brand .brand {
    margin-bottom: 6.25vw;
  }
}
#brand .brand h2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .update {
    margin: -67.1875vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .update .box h3 {
    margin-bottom: 3.125vw;
  }
}
#brand.brand_list02 .mv .contract {
  font-size: 22px;
  line-height: 140%;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .contract {
    margin-bottom: 11.875vw;
    font-size: 6.875vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .contract strong {
    font-size: 8.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .contract small {
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .contract sub {
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .text_box li {
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .text_box li:first-child {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .text_box li:last-child {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .text_box li strong {
    font-size: 7.1875vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .text_box li small {
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .mv .text_box li sub {
    font-size: 2.1875vw;
  }
}
#brand.brand_list02 .page_title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #a05d34;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .page_title {
    font-size: 4.6875vw;
    margin-bottom: 4.6875vw;
    line-height: 140%;
  }
}
#brand.brand_list02 .page_title span {
  display: inline-block;
  position: relative;
}
#brand.brand_list02 .page_title span:before, #brand.brand_list02 .page_title span:after {
  background: #a05d34;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .page_title span:before, #brand.brand_list02 .page_title span:after {
    width: 4.6875vw;
  }
}
#brand.brand_list02 .page_title span:before {
  left: -30px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .page_title span:before {
    left: -6.25vw;
  }
}
#brand.brand_list02 .page_title span:after {
  right: -30px;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .page_title span:after {
    right: -6.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .buy_about {
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .buy_about .box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #brand.brand_list02 .buy_about .box figure {
    order: 1;
    margin-bottom: 3.125vw;
  }
}
#brand.brand_list02 .buy_about .box p {
  order: 2;
}
#brand.brand_list02 .main_title {
  line-height: 200%;
}
#brand.brand_list02 .main_title span, #brand.brand_list02 .main_title b {
  border-bottom: solid 1px #806451;
  display: inline-block;
}
#brand.brand_list02 .main_title b {
  font-weight: 500;
}

#item .top_bnr {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #item .top_bnr {
    margin-bottom: 4.6875vw;
  }
}
#item .buy_about {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #item .buy_about {
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .buy_about p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1150px) {
  #item .buy_about figure {
    margin-top: 2.6086956522vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .buy_about figure {
    margin-top: 5.2083333333vw;
  }
}
#item .item_btn {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #item .item_btn {
    margin-bottom: 7.8125vw;
  }
}
#item .item_btn .main_title span {
  line-height: 150%;
}
#item .item_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #item .item_btn ul {
    display: block;
    width: 62.5vw;
    margin: 0 auto;
  }
}
#item .item_btn ul li {
  width: 270px;
  background: #e8e8e8;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1150px) {
  #item .item_btn ul li {
    width: 23.4782608696vw;
    margin-bottom: 0.8695652174%;
  }
}
@media only screen and (max-width: 768px) {
  #item .item_btn ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5625vw;
  }
}
#item .item_btn ul li.empty {
  background: none;
}
#item .item_btn ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  #item .item_btn ul li a {
    padding-left: 3.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .item_btn ul li a {
    padding-left: 9.375vw;
  }
}
#item .item_btn ul li a:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
#item .item_btn ul li a p {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  #item .item_btn ul li a p {
    font-size: 3.4375vw;
  }
}
#item .item_btn ul li a p span {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #item .item_btn ul li a p span {
    font-size: 2.65625vw;
  }
}
#item .item_btn ul li a img {
  width: 80px;
}
@media only screen and (max-width: 1150px) {
  #item .item_btn ul li a img {
    width: 6.9565217391vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .item_btn ul li a img {
    width: 21.875vw;
  }
}
#item .reason {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #item .reason {
    margin-bottom: 7.8125vw;
  }
}
#item .reason .top_text {
  display: none;
}
#item .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #item .kaitori {
    margin-bottom: 7.8125vw;
  }
}
#item .result, #item .market_price, #item .price {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #item .result, #item .market_price, #item .price {
    margin-bottom: 7.8125vw;
  }
}
#item .point {
  padding: 40px 0 0;
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #item .point {
    padding: 6.25vw 3.125vw;
    margin-bottom: 7.8125vw;
  }
}
#item .point .main_title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #item .point .main_title {
    margin-bottom: 6.25vw;
  }
}
#item .point section {
  width: 730px;
  background: #fff;
  margin: 0 auto 55px;
  padding: 5px 0 30px;
}
@media only screen and (max-width: 1150px) {
  #item .point section {
    width: 63.4782608696vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .point section {
    width: 100%;
    padding-bottom: 4.6875vw;
    margin-bottom: 7.8125vw;
  }
}
#item .point section h3 {
  font-size: 15px;
  color: #e46767;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  text-align: center;
  margin-top: -20px;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #item .point section h3 {
    font-size: 3.4375vw;
    margin-top: -5%;
    margin-bottom: 3.90625vw;
  }
}
#item .point section h4 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #item .point section h4 {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
}
#item .point section p {
  width: 630px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1150px) {
  #item .point section p {
    width: 54.7826086957vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .point section p {
    width: 74.21875vw;
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #item .point section p {
    font-size: 4.375vw;
  }
}
#item .point section p span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #item .point section p span {
    margin-top: 1.5625vw;
    font-size: 3.125vw;
  }
}
#item .k_item {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #item .k_item {
    margin-bottom: 7.8125vw;
  }
}
#item .k_item .main_title {
  color: #e46767;
}
#item .k_item .main_title span {
  line-height: 150%;
  color: #000;
}
#item .k_item .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #item .k_item .text {
    font-size: 3.4375vw;
    margin-bottom: 6.25vw;
  }
}
#item .k_item section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  background: rgba(183, 167, 156, 0.3);
}
@media only screen and (max-width: 768px) {
  #item .k_item section {
    padding-bottom: 0;
    margin-bottom: 3.90625vw;
  }
}
#item .k_item section h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #fff;
  text-align: center;
  line-height: 150%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #item .k_item section h3 {
    font-size: 4.6875vw;
    margin-bottom: 6.25vw;
  }
}
#item .k_item section h3 u {
  border-bottom: solid 1px #333;
  text-decoration: none;
}
#item .k_item section ul {
  width: 580px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (max-width: 1150px) {
  #item .k_item section ul {
    width: 50.4347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .k_item section ul {
    width: 81.25vw;
  }
}
#item .k_item section ul li {
  width: 160px;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1150px) {
  #item .k_item section ul li {
    width: 13.9130434783vw;
    margin-right: 4.347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .k_item section ul li {
    width: 25vw;
    margin-right: 1.7391304348vw;
  }
}
#item .k_item section ul li:nth-child(3n) {
  margin-right: 0;
}
#item .k_item section ul li p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #item .k_item section ul li p {
    font-size: 3.4375vw;
  }
}
#item .k_item section ul li p span {
  color: #b3b3b3;
  font-size: 12px;
  display: block;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #item .k_item section ul li p span {
    font-size: 2.8125vw;
  }
}
#item .voice, #item .step, #item .method {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #item .voice, #item .step, #item .method {
    margin-bottom: 7.8125vw;
  }
}
#item .shoplist {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #item .shoplist {
    margin-bottom: 10.9375vw;
  }
}
#item .example {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #item .example {
    margin-bottom: 7.8125vw;
  }
}
#item .example h2 {
  display: block;
  color: #fff;
  background: #b7a79c;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding: 25px 0;
  position: relative;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  #item .example h2 {
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
    padding: 3.90625vw 0;
  }
}
#item .example h2 span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  #item .example h2 span {
    font-size: 4.6875vw;
  }
}
#item .example p {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #item .example p {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #item .example p {
    font-size: 3.75vw;
  }
}
#item .about {
  margin-top: 65px;
  border: solid 1px #b7a79c;
  padding: 45px 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #item .about {
    padding: 6.25vw 0;
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
}
#item .about h2 {
  color: #b7a79c;
  font-size: 32px;
  letter-spacing: 0.3em;
  margin-bottom: 55px;
  text-align: center;
  line-height: 130%;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 768px) {
  #item .about h2 {
    margin-bottom: 4.6875vw;
    font-size: 5.9375vw;
  }
}
#item .about h2 span {
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #item .about h2 span {
    font-size: 3.125vw;
  }
}
#item .about section {
  width: 710px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1150px) {
  #item .about section {
    width: 61.7391304348vw;
  }
}
@media only screen and (max-width: 768px) {
  #item .about section {
    width: 78.125vw;
    margin-bottom: 7.8125vw;
  }
}
#item .about section:last-child {
  margin-bottom: 0;
}
#item .about section h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #item .about section h3 {
    font-size: 4.6875vw;
    margin-bottom: 5.46875vw;
  }
}
#item .about section h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  background: #b7a79c;
}
@media only screen and (max-width: 768px) {
  #item .about section h3:after {
    bottom: -2.34375vw;
    width: 4.6875vw;
  }
}
#item .about section p {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #item .about section p {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #item .about section p {
    font-size: 4.375vw;
  }
}

#category {
  margin-bottom: 30px;
}
#category .mv .update {
  width: 1050px;
}
@media only screen and (max-width: 1200px) {
  #category .mv .update {
    width: 87.5vw;
  }
}
#category .mv h1 {
  line-height: 130%;
}
#category .mv h1 img {
  width: 280px;
  vertical-align: middle;
  margin-right: 8px;
}
@media only screen and (max-width: 1200px) {
  #category .mv h1 img {
    width: 23.3333333333vw;
  }
}
#category .mv h3 {
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
}
#category .mv h1, #category .mv h2, #category .mv h3, #category .mv li, #category .mv p {
  color: #333333;
}
#category .buy_about p {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #category .buy_about p {
    text-align: left;
  }
}
@media only screen and (max-width: 736px) {
  #category .buy_about p {
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 1050px) {
  #category .buy_about p br {
    display: none;
  }
}
#category .category_box {
  border: solid 1px #b7a79c;
  padding: 35px 0 25px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #category .category_box {
    padding: 6.25vw 0 3.125vw;
    margin-bottom: 6.25vw;
  }
}
#category .category_box h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #category .category_box h2 {
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
    line-height: 140%;
  }
}
#category .category_box ul {
  width: 715px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  #category .category_box ul {
    width: 62.1739130435vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .category_box ul {
    width: 71.875vw;
  }
}
#category .category_box ul li {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #category .category_box ul li {
    font-size: 4.0625vw;
    margin-bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 736px) {
  #category .category_box ul li {
    font-size: 4.375vw;
  }
}
#category .category_box ul li:before {
  position: absolute;
  content: "●";
  color: #a08a7c;
  left: -1.5em;
  top: 0;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  #category .item_btn {
    margin-bottom: 4.6875vw;
  }
}
#category .item_btn .main_title {
  margin-bottom: 10px;
}
#category .item_btn .text {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #category .item_btn .text {
    font-size: 4.0625vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  #category .item_btn .text {
    font-size: 4.375vw;
  }
}
#category .item_btn ul {
  display: flex;
  flex-wrap: wrap;
}
#category .item_btn ul li {
  width: 270px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e8e8e8;
  position: relative;
  align-items: stretch;
  display: flex;
}
@media only screen and (max-width: 1150px) {
  #category .item_btn ul li {
    width: 23.4782608696vw;
    margin-right: 0.8695652174%;
    margin-bottom: 0.8695652174vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .item_btn ul li {
    margin-bottom: 1.5625vw;
    margin-right: 1.5625vw;
    width: 49%;
  }
}
#category .item_btn ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #category .item_btn ul li:nth-child(3n) {
    margin-right: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .item_btn ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#category .item_btn ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 15px;
  position: relative;
  min-height: 70px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 120%;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  #category .item_btn ul li a {
    padding-left: 3.0434782609vw;
    font-size: 1.3043478261vw;
    padding-right: 1.3043478261vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .item_btn ul li a {
    padding-left: 2em;
    padding-right: 0.5em;
    font-size: 4.0625vw;
    min-height: 12.5vw;
  }
}
@media only screen and (max-width: 736px) {
  #category .item_btn ul li a {
    font-size: 4.375vw;
  }
}
#category .item_btn ul li a:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #284f76;
  border-right: 1px solid #284f76;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1150px) {
  #category .item_btn ul li a:before {
    left: 1.3043478261vw;
    width: 0.6956521739vw;
    height: 0.6956521739vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .item_btn ul li a:before {
    left: 2.34375vw;
  }
}
#category .item_btn ul li a img {
  width: 73px;
}
@media only screen and (max-width: 1150px) {
  #category .item_btn ul li a img {
    width: 6.347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .item_btn ul li a img {
    width: 14.0625vw;
  }
}
#category .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #category .kaitori {
    margin-bottom: 7.8125vw;
  }
}
#category .top_bnr {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #category .top_bnr {
    margin-bottom: 4.6875vw;
  }
}
#category .result {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #category .result {
    margin-bottom: 7.8125vw;
  }
}
#category .reason, #category .item_btn, #category .itemlist, #category .market_price, #category .point {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #category .reason, #category .item_btn, #category .itemlist, #category .market_price, #category .point {
    margin-bottom: 7.8125vw;
  }
}
#category .step {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #category .step {
    margin-bottom: 9.375vw;
  }
}
#category .method {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #category .method {
    margin-bottom: 6.25vw;
  }
}
#category .worries {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #category .worries {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .outlet {
    margin-bottom: 3.125vw;
  }
}
#category .outlet .outlet_list:after {
  border-top: 25px solid #e46767;
}
@media only screen and (max-width: 1150px) {
  #category .outlet ul.n4 {
    width: 59.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .outlet ul.n4 {
    width: 78.125vw;
    margin-bottom: 7.8125vw;
  }
}
#category .outlet ul.n5 {
  width: 700px;
}
@media only screen and (max-width: 1150px) {
  #category .outlet ul.n5 {
    width: 60.8695652174vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .outlet ul.n5 {
    width: 90%;
  }
}
#category .outlet ul.n6 {
  width: 680px;
}
@media only screen and (max-width: 1150px) {
  #category .outlet ul.n6 {
    width: 59.1304347826vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .outlet ul.n6 {
    width: 90%;
  }
}
#category .outlet ul li {
  width: 120px;
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 1150px) {
  #category .outlet ul li {
    width: 10.4347826087vw;
    margin: 0 0.8695652174vw 1.7391304348vw 0.8695652174vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .outlet ul li {
    width: 34.375vw;
    margin: 0 1.5625vw 3.125vw 1.5625vw;
  }
}
#category .faq {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #category .faq {
    margin-bottom: 6.25vw;
  }
}
#category .bland_cat {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #category .bland_cat {
    margin-bottom: 4.6875vw;
  }
}
#category .column {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #category .column {
    width: 87.5vw;
    margin: 0 auto 7.8125vw;
  }
}
#category .column h2 {
  color: #b7a79c;
  font-size: 20px;
  letter-spacing: 0.3em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #category .column h2 {
    font-size: 3.90625vw;
    margin-bottom: 4.6875vw;
  }
}
#category .column ul {
  display: flex;
  flex-wrap: wrap;
}
#category .column ul li {
  width: 400px;
  margin-right: 30px;
}
@media only screen and (max-width: 1150px) {
  #category .column ul li {
    width: 34.7826086957vw;
    margin-right: 2.6086956522vw;
  }
}
@media only screen and (max-width: 768px) {
  #category .column ul li {
    width: 42.1875vw;
    margin-right: 3.125vw;
  }
}
#category .column ul li:nth-child(2n) {
  margin-right: 0;
}
#category .column ul li img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #category .column ul li img {
    margin-bottom: 1.5625vw;
  }
}
#category .column ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
@media only screen and (max-width: 768px) {
  #category .column ul li p {
    font-size: 2.8125vw;
  }
}

#gold .mv {
  position: relative;
}
#gold .mv.inner {
  background: none;
  padding: 0;
}
#gold .mv h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 130px;
  font-family: 'Noto Serif JP', serif;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  #gold .mv h2 {
    top: 9.375vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 7.03125vw;
  }
}
#gold .mv h2 small {
  font-size: 2.734375vw;
}
@media only screen and (max-width: 768px) {
  #gold .mv h2 small {
    font-size: 5.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #gold .content {
    width: 87.5vw;
  }
}
#gold.gold_list .content {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #gold.gold_list .content {
    display: block;
  }
}
#gold.gold_list .content section {
  width: 400px;
  margin-right: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1150px) {
  #gold.gold_list .content section {
    width: 34.7826086957vw;
    margin-right: 2.6086956522%;
    margin-bottom: 4.347826087vw;
  }
}
@media only screen and (max-width: 768px) {
  #gold.gold_list .content section {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.375vw;
  }
}
#gold.gold_list .content section:nth-child(2n) {
  margin-right: 0;
}
#gold.gold_list .content section img {
  width: 100%;
  border: solid 1px #F2F2F2;
  box-sizing: border-box;
}
#gold.gold_list .content section h3 {
  background: #F2F2F2;
  padding: 15px;
  color: #284F76;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #gold.gold_list .content section h3 {
    font-size: 4.375vw;
    padding: 3.125vw 3.90625vw;
    margin-bottom: 2.34375vw;
  }
}
#gold.gold_list .content section p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #gold.gold_list .content section p {
    font-size: 4.0625vw;
    line-height: 170%;
    margin-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 736px) {
  #gold.gold_list .content section p {
    font-size: 4.375vw;
  }
}
#gold.gold_list .content section .btn {
  position: relative;
}
#gold.gold_list .content section .btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://komehyo.jp/kaitori/gold/img/btn_icon.png) no-repeat left top/contain;
}
@media only screen and (max-width: 768px) {
  #gold.gold_list .content section .btn:before {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
#gold.gold_list .content section .btn a {
  font-size: 16px;
  font-weight: 400;
  color: #284F76;
  padding-left: 1.8em;
  text-decoration: underline;
  display: block;
}
@media only screen and (max-width: 768px) {
  #gold.gold_list .content section .btn a {
    font-size: 3.75vw;
  }
}
#gold.single .mv figure {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  #gold.single .mv figure.sp {
    display: block !important;
  }
}
#gold.single .content h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284F76;
  position: relative;
  padding: 9px 7.03125vw;
  line-height: 140%;
  margin-bottom: 50px;
  border-left: solid 13px #284F76;
  border-right: solid 13px #284F76;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #gold.single .content h2 {
    font-size: 5.625vw;
    margin-bottom: 3.125vw;
    padding: 3.125vw 5.46875vw;
    border-left: solid 6px #284F76;
    border-right: solid 6px #284F76;
    text-align: left;
  }
}
#gold.single .content h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 17px;
  height: 2px;
  background: #284F76;
}
@media only screen and (max-width: 768px) {
  #gold.single .content h2:before {
    width: 14px;
  }
}
#gold.single .content h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 17px;
  height: 2px;
  background: #284F76;
}
@media only screen and (max-width: 768px) {
  #gold.single .content h2:after {
    width: 14px;
  }
}
#gold.single .content figure.img {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content figure.img {
    margin-bottom: 6.25vw;
  }
}
#gold.single .content .box {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .box {
    margin-bottom: 7.8125vw;
  }
}
#gold.single .content .box h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #AD8D58;
  border-left: solid 5px #AD8D58;
  border-bottom: solid 1px #AD8D58;
  padding: 10px 20px;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .box h3 {
    line-height: 150%;
    border-left: solid 3px #AD8D58;
    font-size: 4.6875vw;
    padding: 0.78125vw 3.125vw 1.5625vw;
    margin-bottom: 5.46875vw;
    margin-top: 2.34375vw;
  }
}
#gold.single .content .box p {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .box p {
    line-height: 170%;
    font-size: 4.0625vw;
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 736px) {
  #gold.single .content .box p {
    font-size: 4.375vw;
  }
}
#gold.single .content .box h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #AD8D58;
  padding-left: 2.2em;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .box h4 {
    padding-left: 1.5em;
    font-size: 4.375vw;
    margin-bottom: 2.34375vw;
  }
}
#gold.single .content .box h4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 30px;
  background: #AD8D58;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .box h4:before {
    width: 3.90625vw;
    height: 2px;
  }
}
#gold.single .content .box img {
  max-height: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .box img {
    margin-bottom: 4.6875vw;
  }
}
#gold.single .content .prevpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 77px;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .prevpage {
    margin-bottom: 7.8125vw;
  }
}
#gold.single .content .prevpage li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #gold.single .content .prevpage li a {
    font-size: 4.0625vw;
  }
}
@media only screen and (max-width: 736px) {
  #gold.single .content .prevpage li a {
    font-size: 4.375vw;
  }
}
#gold.single .content .prevpage li:nth-child(2) {
  text-decoration: underline;
}

#quo .mv {
  background-color: #e7e2de;
}
@media only screen and (max-width: 768px) {
  #quo .mv {
    padding: 6.25vw 0 0;
  }
}
#quo .mv h2 {
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  width: 65%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  #quo .mv h2 {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #quo .mv h2 {
    font-size: 22px;
  }
}
#quo .mv h2 span {
  font-size: 35px;
}
@media only screen and (max-width: 736px) {
  #quo .mv h2 span {
    font-size: 13px;
  }
}
#quo .quo-box {
  margin-bottom: 3.90625vw;
  padding: 3.90625vw;
  text-align: center;
  background-color: #284f76;
}
@media only screen and (max-width: 768px) {
  #quo .quo-box {
    width: auto;
  }
}
#quo .quo-box h3 {
  margin-bottom: 20px;
  color: #dcbb59;
  font-size: 28px;
  line-hieght: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 736px) {
  #quo .quo-box h3 {
    font-size: 18px;
  }
}
#quo .quo-box p {
  color: #fff;
}
@media only screen and (max-width: 736px) {
  #quo .quo-box p {
    font-size: 14px;
  }
}
#quo .quo-box p.txt-present {
  font-size: 30px;
  color: #dcbb59;
}
@media only screen and (max-width: 736px) {
  #quo .quo-box p.txt-present {
    font-size: 20px;
  }
}
#quo .quo-box figure {
  width: 21.875vw;
  max-width: 280px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  #quo .quo-box figure {
    width: 43.75vw;
  }
}
#quo input {
  display: block;
  width: 37.5vw;
  max-width: 480px;
  margin: 0 auto 3.90625vw;
  padding: 1.5625vw;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #284f76;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  #quo input {
    font-size: 15px;
  }
}
#quo input:hover {
  color: #284f76;
  background-color: #cfd8e1;
}
#quo .att {
  margin-bottom: 3.90625vw;
  padding: 3.90625vw 7.8125vw;
  text-align: center;
  background-color: #e9e4e1;
}
@media only screen and (max-width: 768px) {
  #quo .att {
    width: auto;
  }
}
#quo .att h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 736px) {
  #quo .att h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#quo .att ul {
  text-align: left;
}
#quo .att ul li {
  margin-left: 1em;
  font-weight: 400;
  text-indent: -0.7em;
}
#quo .att ul li:before {
  display: inline-block;
  padding-right: 1em;
  content: "●";
  font-size: 10px;
  color: #ccc;
}
#quo .shop h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #quo .shop h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#quo .shop--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.90625vw;
}
#quo .shop--area li {
  width: 12.265625vw;
  max-width: 157px;
  margin: 0 0.78125vw 0.78125vw 0;
}
@media screen and (max-width: 1060px) {
  #quo .shop--area li {
    width: 19.1%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #quo .shop--area li {
    width: 24%;
    margin: 0 1.5625vw 1.5625vw 0;
  }
}
@media only screen and (max-width: 736px) {
  #quo .shop--area li {
    width: 31.4%;
  }
}
#quo .shop--area li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: url("../img/quo/icn_arrow.png") right center/1.71875vw auto no-repeat #b7a79c;
}
@media only screen and (max-width: 768px) {
  #quo .shop--area li a {
    background: url("../img/quo/icn_arrow.png") right center/3.4375vw auto no-repeat #b7a79c;
  }
}
@media only screen and (max-width: 736px) {
  #quo .shop--area li a {
    padding: 5px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  #quo .shop--area li a {
    padding: 0;
    font-size: 11px;
  }
}
#quo .shop--area li:last-child {
  margin: 0;
}
#quo .shop--list {
  margin-bottom: 3.90625vw;
}
#quo .shop--list h4 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #284f76;
  border-left: solid 5px #284f76;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #quo .shop--list h4 {
    padding: 5px 10px;
    font-size: 15px;
  }
}
#quo .shop--list table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
#quo .shop--list table th {
  width: 140px;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  background: #f2f2f2;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #quo .shop--list table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: -1px;
    font-size: 14px;
  }
}
#quo .shop--list table td {
  padding: 20px;
  font-weight: 400;
  text-align: justify;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #quo .shop--list table td {
    display: block;
    padding: 10px;
    font-size: 14px;
    width: calc(100% - 20px);
  }
}
#quo .shop--list table td span:after {
  content: "／";
  display: inline;
}
#quo .shop--list table td span:last-of-type:after {
  content: none;
}

#goldTop .mv {
  background-color: #e7e2de;
}
@media only screen and (max-width: 768px) {
  #goldTop .mv {
    padding: 6.25vw 0 0;
  }
}
#goldTop .mv h2 {
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  width: 65%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  #goldTop .mv h2 {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #goldTop .mv h2 {
    font-size: 6.875vw;
  }
}
#goldTop .mv h2 span {
  font-size: 35px;
}
@media only screen and (max-width: 736px) {
  #goldTop .mv h2 span {
    font-size: 4.375vw;
  }
}
#goldTop #goldTop-box h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box h2 {
    margin-bottom: 3.125vw;
    font-size: 5.625vw;
  }
}
#goldTop #goldTop-box h3 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  color: #ad8d58;
  letter-spacing: 0.1em;
  border-left: solid 5px #ad8d58;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box h3 {
    margin-bottom: 3.125vw;
    padding: 1.5625vw 3.125vw;
    font-size: 4.6875vw;
  }
}
#goldTop #goldTop-box h4 {
  margin-bottom: 1.5625vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ad8d58;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box h4 {
    font-size: 4.6875vw;
  }
}
#goldTop #goldTop-box h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #ad8d58;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#goldTop #goldTop-box p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box p {
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
  }
}
#goldTop #goldTop-box .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns {
    display: block;
    margin-bottom: 9.375vw;
  }
}
#goldTop #goldTop-box .wp-block-columns p {
  max-width: 380px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  /*@media screen and (max-width: 1279px){
      width: 47%;
       max-width: inherit;
  }*/
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns p {
    width: 100%;
    font-size: 4.0625vw;
  }
}
#goldTop #goldTop-box .wp-block-columns figure {
  width: 30.46875vw;
  max-width: 390px;
  /*@media screen and (max-width: 1279px){
      width: 47%;
      max-width: inherit;
  }*/
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns figure {
    width: 100%;
  }
}
#goldTop #goldTop-box .wp-block-columns figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns figure figcaption {
    font-size: 3.75vw;
  }
}
#goldTop #goldTop-box .wp-block-columns.type-box div {
  border: solid 1px #ad8d58;
}
@media only screen and (max-width: 768px) {
  #goldTop #goldTop-box .wp-block-columns.type-box div {
    width: 32%;
  }
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns.type-box div {
    width: 100%;
    margin-bottom: 3.125vw;
  }
}
#goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column {
  width: 20.859375vw;
  max-width: 267px;
}
@media screen and (max-width: 1279px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column {
    width: 47%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
#goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column p {
  margin-bottom: 0;
  /*@media screen and (max-width: 1279px){
      width: 100%;
  }*/
}
#goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column h5, #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column p {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column h5, #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column p {
    padding: 3.125vw;
    font-size: 4.0625vw;
    text-align: left;
  }
}
#goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column h5 {
  color: #fff;
  background-color: #ad8d58;
}
@media only screen and (max-width: 768px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column h5 {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column h5 {
    width: calc(30% - 20px);
  }
}
@media screen and (max-width: 320px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column h5 {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column p {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column p {
    width: calc(70% - 20px);
  }
}
@media screen and (max-width: 320px) {
  #goldTop #goldTop-box .wp-block-columns.type-box .wp-block-column p {
    width: calc(60% - 20px);
  }
}
#goldTop #goldTop-box .buyer .wp-block-column {
  flex-basis: auto;
}
#goldTop #goldTop-box .buyer .wp-block-column:first-of-type {
  width: 45.3125vw;
  max-width: 580px;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .buyer .wp-block-column:first-of-type {
    width: 100%;
    max-width: inherit;
  }
}
#goldTop #goldTop-box .buyer .wp-block-column p {
  width: 100%;
  max-width: inherit;
}
#goldTop #goldTop-box .buyer .wp-block-column figure {
  width: 17.1875vw;
  max-width: 220px;
}
@media only screen and (max-width: 736px) {
  #goldTop #goldTop-box .buyer .wp-block-column figure {
    width: 220px;
    max-width: inherit;
    margin: 0 auto;
  }
}
#goldTop .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #goldTop .kaitori {
    margin-bottom: 7.8125vw;
  }
}

.market h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #ad8d58;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .market h2 {
    font-size: 4.6875vw;
    margin-bottom: 0.78125vw;
    line-height: 140%;
  }
}
.market h2 + p {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .market h2 + p {
    margin-bottom: 4.6875vw;
    font-size: 4.375vw;
  }
}
.market h3 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  color: #ad8d58;
  letter-spacing: 0.1em;
  border-left: solid 5px #ad8d58;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  .market h3 {
    margin-bottom: 3.125vw;
    padding: 1.5625vw 3.125vw;
    font-size: 4.6875vw;
  }
}
.market h3 span {
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  .market h3 span {
    font-size: 4.0625vw;
  }
}
.market h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 736px) {
  .market h4 {
    font-size: 4.375vw;
  }
}
.market p {
  margin: 0 0 4.6875vw 0;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 736px) {
  .market p {
    font-size: 3.75vw;
  }
}
.market .flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.34375vw;
}
.market .flex-row .col {
  font-weight: normal;
}
.market .flex-row .col p {
  text-align: center;
}
.market .flex-row .col .name {
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  text-indent: 0;
  border-bottom: solid 1px #ccc;
  background-color: #eee;
}
@media only screen and (max-width: 736px) {
  .market .flex-row .col .name {
    border-bottom: none;
    width: auto;
    font-size: 4.375vw;
  }
}
.market .flex-row .col .price {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-indent: 0;
  color: #e46767;
}
@media only screen and (max-width: 736px) {
  .market .flex-row .col .price {
    width: auto;
    font-size: 4.375vw;
  }
}
.market .flex-row .col .price b {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .market .flex-row .col .price b {
    font-size: 5vw;
  }
}
.market .flex-row.gold .col {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  width: 19.7590361446%;
}
.market .flex-row.gold .col:nth-last-child(-n+5) {
  border-top: none;
}
.market .flex-row.gold .col:nth-child(5n) {
  border-right: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  .market .flex-row.gold .col {
    width: calc(50% - 2px);
  }
  .market .flex-row.gold .col:nth-child(n+3) {
    border-top: none;
  }
  .market .flex-row.gold .col:nth-child(5n) {
    border-right: none;
  }
  .market .flex-row.gold .col:nth-child(2n) {
    border-right: solid 1px #ccc;
  }
}
.market .flex-row.platinum .col {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  width: 24.8192771084%;
}
.market .flex-row.platinum .col:nth-child(4n) {
  border-right: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  .market .flex-row.platinum .col {
    width: calc(50% - 2px);
  }
  .market .flex-row.platinum .col:nth-child(n+3) {
    border-top: none;
  }
  .market .flex-row.platinum .col:nth-child(2n) {
    border-right: solid 1px #ccc;
  }
}
.market table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.34375vw;
}
.market table td {
  padding: 0;
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .market table td {
    display: block;
    margin-bottom: 6.25vw;
    border: none;
  }
}
.market table td .name {
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  text-indent: 0;
  border-bottom: solid 1px #ccc;
  background-color: #eee;
}
@media only screen and (max-width: 736px) {
  .market table td .name {
    border-bottom: none;
    width: auto;
    font-size: 4.375vw;
  }
}
.market table td .price {
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-indent: 0;
  color: #e46767;
}
@media only screen and (max-width: 736px) {
  .market table td .price {
    width: auto;
    font-size: 4.375vw;
  }
}
.market table td .price b {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .market table td .price b {
    font-size: 5vw;
  }
}
.market .note {
  margin-bottom: 4.6875vw;
}
.market .note h4 {
  margin-bottom: 1.5625vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ad8d58;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .market .note h4 {
    font-size: 4.6875vw;
  }
}
.market .note h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #ad8d58;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.market .note p + p {
  margin: 0 0 0 1em;
}

#platinum .mv {
  background-color: #e7e2de;
}
@media only screen and (max-width: 768px) {
  #platinum .mv {
    padding: 6.25vw 0 0;
  }
}
#platinum .mv h2 {
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  width: 65%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  #platinum .mv h2 {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #platinum .mv h2 {
    font-size: 6.875vw;
  }
}
#platinum .mv h2 span {
  font-size: 35px;
}
@media only screen and (max-width: 736px) {
  #platinum .mv h2 span {
    font-size: 4.0625vw;
  }
}
#platinum #platinum-box h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box h2 {
    margin-bottom: 3.125vw;
    font-size: 5.625vw;
  }
}
#platinum #platinum-box h3 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  color: #ad8d58;
  letter-spacing: 0.1em;
  border-left: solid 5px #ad8d58;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box h3 {
    margin-bottom: 3.125vw;
    padding: 1.5625vw 3.125vw;
    font-size: 4.6875vw;
  }
}
#platinum #platinum-box h4 {
  margin-bottom: 1.5625vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ad8d58;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box h4 {
    font-size: 4.6875vw;
  }
}
#platinum #platinum-box h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #ad8d58;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#platinum #platinum-box p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box p {
    margin-bottom: 3.125vw;
    font-size: 4.0625vw;
  }
}
#platinum #platinum-box .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns {
    display: block;
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 1279px) {
  #platinum #platinum-box .wp-block-columns .wp-block-column:nth-child(odd) {
    width: 47%;
  }
  #platinum #platinum-box .wp-block-columns .wp-block-column:nth-child(even) {
    width: 47%;
  }
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns .wp-block-column:nth-child(odd) {
    width: 100%;
  }
  #platinum #platinum-box .wp-block-columns .wp-block-column:nth-child(even) {
    width: 100%;
  }
}
#platinum #platinum-box .wp-block-columns p {
  width: 29.6875vw;
  max-width: 380px;
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1279px) {
  #platinum #platinum-box .wp-block-columns p {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns p {
    width: 100%;
    font-size: 4.375vw;
  }
}
#platinum #platinum-box .wp-block-columns figure {
  width: 30.46875vw;
  max-width: 390px;
}
@media screen and (max-width: 1279px) {
  #platinum #platinum-box .wp-block-columns figure {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns figure {
    width: 100%;
  }
}
#platinum #platinum-box .wp-block-columns figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns figure figcaption {
    font-size: 3.75vw;
  }
}
#platinum #platinum-box .wp-block-columns.type-box {
  flex-wrap: wrap;
}
#platinum #platinum-box .wp-block-columns.type-box .wp-block-column {
  width: 49%;
  margin: 0 0 10px;
  border: solid 1px #ad8d58;
  flex-basis: auto;
  flex-grow: inherit;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3.125vw;
  }
}
#platinum #platinum-box .wp-block-columns.type-box .wp-block-column h5, #platinum #platinum-box .wp-block-columns.type-box .wp-block-column p {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column h5, #platinum #platinum-box .wp-block-columns.type-box .wp-block-column p {
    padding: 3.125vw;
    font-size: 4.0625vw;
    text-align: left;
  }
}
#platinum #platinum-box .wp-block-columns.type-box .wp-block-column h5 {
  color: #fff;
  background-color: #ad8d58;
}
@media only screen and (max-width: 768px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column h5 {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column h5 {
    width: calc(30% - 20px);
  }
}
@media screen and (max-width: 320px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column h5 {
    width: calc(40% - 20px);
  }
}
#platinum #platinum-box .wp-block-columns.type-box .wp-block-column p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column p {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column p {
    width: calc(70% - 20px);
    line-height: 150%;
  }
}
@media screen and (max-width: 320px) {
  #platinum #platinum-box .wp-block-columns.type-box .wp-block-column p {
    width: calc(60% - 20px);
  }
}
#platinum #platinum-box .buyer .wp-block-column {
  flex-basis: auto;
}
#platinum #platinum-box .buyer .wp-block-column:first-of-type {
  width: 45.3125vw;
  max-width: 580px;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .buyer .wp-block-column:first-of-type {
    width: 100%;
    max-width: inherit;
  }
}
#platinum #platinum-box .buyer .wp-block-column:last-child {
  width: auto;
}
#platinum #platinum-box .buyer .wp-block-column p {
  width: 100%;
  max-width: inherit;
}
#platinum #platinum-box .buyer .wp-block-column figure {
  width: 17.1875vw;
  max-width: 220px;
}
@media only screen and (max-width: 736px) {
  #platinum #platinum-box .buyer .wp-block-column figure {
    width: 220px;
    max-width: inherit;
    margin: 0 auto;
  }
}
#platinum .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #platinum .kaitori {
    margin-bottom: 7.8125vw;
  }
}

#diamond .mv {
  background-color: #e7e2de;
}
@media only screen and (max-width: 768px) {
  #diamond .mv {
    padding: 6.25vw 0 0;
  }
}
#diamond .mv h2 {
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  width: 65%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  #diamond .mv h2 {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #diamond .mv h2 {
    font-size: 6.875vw;
  }
}
#diamond .mv h2 span {
  font-size: 35px;
}
@media only screen and (max-width: 736px) {
  #diamond .mv h2 span {
    font-size: 4.0625vw;
  }
}
#diamond #diamond-box h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box h2 {
    margin-bottom: 3.125vw;
    font-size: 5.625vw;
  }
}
#diamond #diamond-box h3 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  color: #ad8d58;
  letter-spacing: 0.1em;
  border-left: solid 5px #ad8d58;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box h3 {
    margin-bottom: 3.125vw;
    padding: 1.5625vw 3.125vw;
    font-size: 4.6875vw;
  }
}
#diamond #diamond-box p {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box p {
    font-size: 4.375vw;
  }
}
#diamond #diamond-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box .flex-box {
    display: block;
    margin-bottom: 9.375vw;
  }
}
#diamond #diamond-box .flex-box p {
  width: 29.6875vw;
  max-width: 380px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1279px) {
  #diamond #diamond-box .flex-box p {
    width: 47%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box .flex-box p {
    width: 100%;
    font-size: 4.375vw;
  }
}
#diamond #diamond-box .flex-box figure {
  width: 30.46875vw;
  max-width: 390px;
}
@media screen and (max-width: 1279px) {
  #diamond #diamond-box .flex-box figure {
    width: 47%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box .flex-box figure {
    width: 100%;
  }
}
#diamond #diamond-box .flex-box figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box .flex-box figure figcaption {
    font-size: 3.75vw;
  }
}
#diamond #diamond-box .wp-block-column p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
#diamond #diamond-box .buyer .wp-block-column {
  flex-basis: auto;
}
#diamond #diamond-box .buyer .wp-block-column:first-of-type {
  width: 45.3125vw;
  max-width: 580px;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box .buyer .wp-block-column:first-of-type {
    width: 100%;
    max-width: inherit;
  }
}
#diamond #diamond-box .buyer .wp-block-column p {
  width: 100%;
  max-width: inherit;
}
#diamond #diamond-box .buyer .wp-block-column figure {
  width: 17.1875vw;
  max-width: 220px;
}
@media only screen and (max-width: 736px) {
  #diamond #diamond-box .buyer .wp-block-column figure {
    width: 220px;
    max-width: inherit;
    margin: 0 auto;
  }
}
#diamond .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #diamond .kaitori {
    margin-bottom: 7.8125vw;
  }
}

#jewel .mv {
  background-color: #e7e2de;
}
@media only screen and (max-width: 768px) {
  #jewel .mv {
    padding: 6.25vw 0 0;
  }
}
#jewel .mv h2 {
  display: -webkit-box;
  display: -ms-box;
  display: flex;
  width: 65%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}
@media only screen and (max-width: 768px) {
  #jewel .mv h2 {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  #jewel .mv h2 {
    font-size: 6.875vw;
  }
}
#jewel .mv h2 span {
  font-size: 35px;
}
@media only screen and (max-width: 736px) {
  #jewel .mv h2 span {
    font-size: 4.0625vw;
  }
}
#jewel #jewel-box h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box h2 {
    margin-bottom: 3.125vw;
    font-size: 5.625vw;
  }
}
#jewel #jewel-box h3 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  color: #ad8d58;
  letter-spacing: 0.1em;
  border-left: solid 5px #ad8d58;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box h3 {
    margin-bottom: 3.125vw;
    padding: 1.5625vw 3.125vw;
    font-size: 4.6875vw;
  }
}
#jewel #jewel-box h4 {
  margin-bottom: 1.5625vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ad8d58;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box h4 {
    font-size: 4.6875vw;
  }
}
#jewel #jewel-box h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #ad8d58;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#jewel #jewel-box p {
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box p {
    font-size: 4.375vw;
  }
}
#jewel #jewel-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .flex-box {
    display: block;
    margin-bottom: 9.375vw;
  }
}
#jewel #jewel-box .flex-box p {
  width: 29.6875vw;
  max-width: 380px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1279px) {
  #jewel #jewel-box .flex-box p {
    width: 47%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .flex-box p {
    width: 100%;
    font-size: 4.0625vw;
  }
}
#jewel #jewel-box .flex-box figure {
  width: 30.46875vw;
  max-width: 390px;
}
@media screen and (max-width: 1279px) {
  #jewel #jewel-box .flex-box figure {
    width: 47%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .flex-box figure {
    width: 100%;
  }
}
#jewel #jewel-box .flex-box figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .flex-box figure figcaption {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .jewel-item {
    display: block;
  }
}
#jewel #jewel-box .jewel-item div {
  width: 20.859375vw;
  max-width: 267px;
}
@media only screen and (max-width: 768px) {
  #jewel #jewel-box .jewel-item div {
    width: 32%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .jewel-item div {
    width: 100%;
  }
}
#jewel #jewel-box .jewel-item div figure {
  width: 100%;
  margin-bottom: 10px;
}
#jewel #jewel-box .jewel-item div figure img {
  vertical-align: bottom;
}
#jewel #jewel-box .jewel-item div h4 {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .jewel-item div h4 {
    font-size: 4.0625vw;
  }
}
#jewel #jewel-box .jewel-item div h4:before {
  content: none;
}
#jewel #jewel-box .jewel-item div p {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .jewel-item div p {
    margin-bottom: 9.375vw;
    padding: 0;
    font-size: 4.0625vw;
  }
}
#jewel #jewel-box .wp-block-column p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
#jewel #jewel-box .buyer .wp-block-column {
  flex-basis: auto;
}
#jewel #jewel-box .buyer .wp-block-column:first-of-type {
  width: 45.3125vw;
  max-width: 580px;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .buyer .wp-block-column:first-of-type {
    width: 100%;
    max-width: inherit;
  }
}
#jewel #jewel-box .buyer .wp-block-column p {
  width: 100%;
  max-width: inherit;
}
#jewel #jewel-box .buyer .wp-block-column figure {
  width: 17.1875vw;
  max-width: 220px;
}
@media only screen and (max-width: 736px) {
  #jewel #jewel-box .buyer .wp-block-column figure {
    width: 220px;
    max-width: inherit;
    margin: 0 auto;
  }
}
#jewel .kaitori {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #jewel .kaitori {
    margin-bottom: 7.8125vw;
  }
}

#kaitorigo .mv {
  background: #f2f2f2;
  padding: 52px 0;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .mv {
    padding: 5.46875vw 0;
  }
}
#kaitorigo .mv h1 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #284f76;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .mv h1 {
    font-size: 4.0625vw;
  }
}
#kaitorigo .box {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .box {
    margin-bottom: 7.8125vw;
  }
}
#kaitorigo .box h2 {
  background: #f2f2f2;
  font-size: 20px;
  padding: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .box h2 {
    padding: 4.6875vw;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
#kaitorigo .box h3 {
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
  color: #004896;
  letter-spacing: 0.1em;
  border-left: solid 5px #004896;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .box h3 {
    margin-bottom: 3.125vw;
    padding: 1.5625vw 3.125vw;
    font-size: 4.6875vw;
  }
}
#kaitorigo .box h4 {
  margin-bottom: 1.5625vw;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #004896;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .box h4 {
    font-size: 4.6875vw;
  }
}
#kaitorigo .box h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #004896;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#kaitorigo .box p {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 170%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #kaitorigo .box p {
    font-size: 4.0625vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 736px) {
  #kaitorigo .box p {
    font-size: 4.375vw;
  }
}
#kaitorigo .box h2, #kaitorigo .box h3, #kaitorigo .box h4, #kaitorigo .box h5 {
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  #kaitorigo .box .sp-small figure {
    text-align: center;
  }
}
@media only screen and (max-width: 736px) {
  #kaitorigo .box .sp-small img {
    max-width: 60%;
  }
}

/*# sourceMappingURL=style.css.map */
