@charset "UTF-8";
/*!
※※※※※ このCSSファイルはSassから生成されていますので、編集しないようご注意下さい。編集の際はcustomize.cssのCSSをご使用下さい。※※※※※
Author: アイエムシー
Author URL: i-m-c.co.jp
*/
/*
file: _setting.scss
Description: sassを使うときのセッテング
Version: 4.3.0
Changelog: 【URL】
https://docs.google.com/document/d/1pSpr-j3JK5CJ13W80Q_y12Ttgt-WgzH8KZbia9HuRj0/edit?usp=sharing
Author: 樋口
License: IMC
*/
/* スマホでラジオボタン・チェックボックスの背景を消す */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html ::-moz-selection {
  background: #1d1d2a;
  color: #fff;
}

html ::selection {
  background: #1d1d2a;
  color: #fff;
}
html ::-moz-selection {
  background: #1d1d2a;
  color: #fff;
}

body {
  font-family: "Noto Serif JP", "Noto Sans JP", "游ゴシック Medium", serif;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.8em;
  height: 100%;
  color: #1d1d2a;
  counter-reset: number 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

a,
button {
  font-size: 1.4rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s linear;
  color: #1d1d2a;
  text-decoration: none;
}
a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 100;
  text-align: justify;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

a img {
  pointer-events: auto;
}

form img {
  pointer-events: auto;
}

.hov:hover {
  color: #b89851;
  text-decoration: underline;
}

.bar {
  border: none;
  border-bottom: 1px solid #b89851;
  margin: 8rem 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .bar {
    margin: 4rem 0;
  }
}

.txt-link {
  text-decoration: underline;
  color: #e31042;
}

.txt-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

.txt-half {
  font-size: 50%;
  margin-left: 0.2rem;
}

.txt_color_blue {
  color: #112e77;
}

.txt_color_red {
  color: #e31042;
}

.txt_bg_white {
  display: block;
  margin-bottom: 2rem;
}
.txt_bg_white span {
  background: #f2f2f2;
  line-height: 1.8em;
}

.gm-style img {
  -o-object-fit: fill;
     object-fit: fill;
}

::-webkit-scrollbar {
  width: 1.2rem;
  width: 0.8rem;
  height: 1.2rem;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb {
  background: #b89851;
  border: none;
  border-radius: 0rem;
  box-shadow: inset 0 0 0 1px #fff;
}

.kome, .kome-red {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin: 1rem 0 1rem 1em;
  -moz-text-align-last: left;
       text-align-last: left;
}
.kome:before, .kome-red:before {
  position: absolute;
  left: -1em;
  content: "※";
}

.kome-red:before {
  color: #e31042;
}

@media only screen and (min-width:769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    color: #222;
  }
}
.none {
  display: none;
}

@media only screen and (min-width:960px) {
  .pcnone {
    display: none;
  }
}
@media only screen and (min-width:769px) and (max-width:959px) {
  .tabnone {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .spnone {
    display: none;
  }
}
@font-face {
  font-family: "myfont";
  src: url("../fonts/myfont.eot");
  src: url("../fonts/myfont.eot?#iefix") format("eot"), url("../fonts/myfont.woff") format("woff"), url("../fonts/myfont.ttf") format("truetype"), url("../fonts/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=myfont],
[class*=myfont] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "myfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width:769px) {
  .col-md-0 {
    width: calc((100% / 12) * 0) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-0 {
    width: calc((100% / 12) * 0) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-1 {
    width: calc((100% / 12) * 1) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-1 {
    width: calc((100% / 12) * 1) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-2 {
    width: calc((100% / 12) * 2) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-2 {
    width: calc((100% / 12) * 2) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-3 {
    width: calc((100% / 12) * 3) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-3 {
    width: calc((100% / 12) * 3) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-4 {
    width: calc((100% / 12) * 4) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-4 {
    width: calc((100% / 12) * 4) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-5 {
    width: calc((100% / 12) * 5) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-5 {
    width: calc((100% / 12) * 5) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-6 {
    width: calc((100% / 12) * 6) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-6 {
    width: calc((100% / 12) * 6) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-7 {
    width: calc((100% / 12) * 7) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-7 {
    width: calc((100% / 12) * 7) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-8 {
    width: calc((100% / 12) * 8) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-8 {
    width: calc((100% / 12) * 8) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-9 {
    width: calc((100% / 12) * 9) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-9 {
    width: calc((100% / 12) * 9) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-10 {
    width: calc((100% / 12) * 10) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-10 {
    width: calc((100% / 12) * 10) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-11 {
    width: calc((100% / 12) * 11) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-11 {
    width: calc((100% / 12) * 11) !important;
    background: #222;
  }
}
@media only screen and (min-width:769px) {
  .col-md-12 {
    width: calc((100% / 12) * 12) !important;
  }
}
@media only screen and (max-width:768px) {
  .col-xs-12 {
    width: calc((100% / 12) * 12) !important;
    background: #222;
  }
}
.mb0 {
  margin-bottom: calc(0rem / 10);
}

.mb1 {
  margin-bottom: calc(1rem / 10);
}

.mb2 {
  margin-bottom: calc(2rem / 10);
}

.mb3 {
  margin-bottom: calc(3rem / 10);
}

.mb4 {
  margin-bottom: calc(4rem / 10);
}

.mb5 {
  margin-bottom: calc(5rem / 10);
}

.mb6 {
  margin-bottom: calc(6rem / 10);
}

.mb7 {
  margin-bottom: calc(7rem / 10);
}

.mb8 {
  margin-bottom: calc(8rem / 10);
}

.mb9 {
  margin-bottom: calc(9rem / 10);
}

.mb10 {
  margin-bottom: calc(10rem / 10);
}

.mb11 {
  margin-bottom: calc(11rem / 10);
}

.mb12 {
  margin-bottom: calc(12rem / 10);
}

.mb13 {
  margin-bottom: calc(13rem / 10);
}

.mb14 {
  margin-bottom: calc(14rem / 10);
}

.mb15 {
  margin-bottom: calc(15rem / 10);
}

.mb16 {
  margin-bottom: calc(16rem / 10);
}

.mb17 {
  margin-bottom: calc(17rem / 10);
}

.mb18 {
  margin-bottom: calc(18rem / 10);
}

.mb19 {
  margin-bottom: calc(19rem / 10);
}

.mb20 {
  margin-bottom: calc(20rem / 10);
}

.mb21 {
  margin-bottom: calc(21rem / 10);
}

.mb22 {
  margin-bottom: calc(22rem / 10);
}

.mb23 {
  margin-bottom: calc(23rem / 10);
}

.mb24 {
  margin-bottom: calc(24rem / 10);
}

.mb25 {
  margin-bottom: calc(25rem / 10);
}

.mb26 {
  margin-bottom: calc(26rem / 10);
}

.mb27 {
  margin-bottom: calc(27rem / 10);
}

.mb28 {
  margin-bottom: calc(28rem / 10);
}

.mb29 {
  margin-bottom: calc(29rem / 10);
}

.mb30 {
  margin-bottom: calc(30rem / 10);
}

.breadcrumb {
  border-bottom: 1px solid #f2f2f2;
  padding: 3rem 0 0.5rem 16rem;
  margin-bottom: 12rem;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width:959px) {
  .breadcrumb {
    width: 100%;
    padding: 2rem 0 0.5rem 10rem;
    margin-bottom: 4rem;
  }
}
.breadcrumb ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-start;
  align-content: space-start;
}
.breadcrumb ol li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-start;
  align-content: space-start;
  vertical-align: top;
  align-self: center;
}
.breadcrumb ol li div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.breadcrumb ol li:after {
  content: ">";
  margin: 0 1.8rem;
}
.breadcrumb ol li:nth-last-child(-n+1):after {
  content: "";
  margin: 0;
}
.breadcrumb ol li a:hover {
  color: #e31042;
}

.btn.btn-hover_line {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0.5rem 0;
  box-sizing: border-box;
}
.btn.btn-hover_line:after {
  content: "";
  width: 0%;
  height: 0.2rem;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  transition: all 0.2s linear;
}
.btn.btn-hover_line:hover:after {
  width: 100%;
  background: #b89851;
}
.btn.btn-hover_line span {
  line-height: 1.4em;
  display: inline-block;
}
.btn.btn-hover_line span:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #f2f2f2;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}

.btn.btn-arrow {
  position: relative;
  background: #595959;
  display: inline-block;
  padding: 1rem 6rem 1rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.btn.btn-arrow:after {
  font-family: "myfont" !important;
  content: "\f01a";
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  font-size: 1rem;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(50%, -50%) scale(0.2);
  transform: translate(50%, -50%) scale(0.2);
}
@media only screen and (max-width:959px) {
  .btn.btn-arrow:after {
    font-size: 1rem;
    zoom: 1.1;
  }
}
.btn.btn-arrow:hover:after {
  right: 5%;
  transition: all 0.2s linear;
}

.btn.btn-product {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #1d1d2a;
  box-sizing: border-box;
  border-radius: 1rem;
  display: block;
  text-align: center;
  padding: 2rem 1rem 1rem;
  padding: 1rem;
  box-sizing: border-box;
  min-width: 10rem;
  height: 16rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:959px) {
  .btn.btn-product {
    min-width: 100%;
    height: auto;
    height: 100%;
  }
}
.btn.btn-product .btn_img {
  margin: 1rem 0 0.5rem;
}
.btn.btn-product .btn_img img {
  max-width: 100%;
}
.btn.btn-product span {
  line-height: 1.2em;
  display: block;
}
.btn.btn-product:hover {
  background: #b89851;
}
.btn.btn-product .icon_washi,
.btn.btn-product .icon_youshi,
.btn.btn-product .icon_vinyl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 2.2rem;
  line-height: 2.1rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  display: block;
}
.btn.btn-product .icon_washi {
  background: #718ab5;
}
.btn.btn-product .icon_youshi {
  background: #92b06f;
}
.btn.btn-product .icon_vinyl {
  background: #b0806f;
  font-size: 1.2rem;
  letter-spacing: 0em;
}

.btn.btn-normal, .btn.btn-normal_l {
  margin: 0 auto;
  text-align: center;
  max-width: 40rem;
  padding: 1.5rem 4rem;
  display: block;
  border: 1px solid #1d1d2a;
  box-sizing: border-box;
  background: #fff;
  background-image: linear-gradient(45deg, #1d1d2a 0.5rem, transparent 0), linear-gradient(-45deg, #1d1d2a 0.5rem, transparent 0), linear-gradient(135deg, #1d1d2a 0.5rem, transparent 0), linear-gradient(-135deg, #1d1d2a 0.5rem, transparent 0);
}
.btn.btn-normal:hover, .btn.btn-normal_l:hover {
  background: #1d1d2a;
  color: #b89851;
  border: 1px solid #b89851;
  background-image: linear-gradient(45deg, #b89851 0.5rem, transparent 0), linear-gradient(-45deg, #b89851 0.5rem, transparent 0), linear-gradient(135deg, #b89851 0.5rem, transparent 0), linear-gradient(-135deg, #b89851 0.5rem, transparent 0);
}

.btn-normal_l {
  padding: 2.2rem 3rem !important;
  font-size: 2rem;
}

.btn.btn_estimate {
  display: inline-block;
  background-color: #112e77;
  color: #fff;
  padding: 2rem;
  box-sizing: border-box;
  max-width: 40rem;
  width: 100%;
  font-size: 1.8rem;
}
.btn.btn_estimate:hover {
  background-color: #b89851;
}

#hasStock .cartArea {
  display: none;
}

.btn.btn_cart {
  display: block;
  background-color: #b89851;
  color: #fff;
  padding: 2.5rem;
  box-sizing: border-box;
  max-width: 50rem;
  width: 100%;
  font-size: 2.6rem;
  margin: 0 auto 3rem;
}
.btn.btn_cart:before {
  font-family: "myfont" !important;
  content: "\f02a";
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  font-size: 0.8em;
}
.btn.btn_cart:hover {
  background-color: #1d1d2a;
}

.sps-wishAddItem {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 38rem;
  border: 1px solid #1d1d2a;
}
.sps-wishAddItem img {
  width: 100%;
}
.sps-wishAddItem:hover {
  opacity: 0.6;
}

.txt-hover, .txt-hover_black {
  background: linear-gradient(to right, #1d1d2a, #1d1d2a 50%, #b89851 50%);
  position: relative;
  overflow: hidden;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.25s ease;
}
.txt-hover:hover, .txt-hover_black:hover {
  background-position: 0 100%;
}

.txt-hover_black {
  background: linear-gradient(to right, #b89851, #b89851 50%, #1d1d2a 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .txt-hover,
  .txt-hover_black {
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: none;
  }
  .txt-hover:hover, .txt-hover_black:hover {
    opacity: 0.2;
    transition: all 0.2s linear;
  }
}
.txt-hover-ie {
  position: relative;
  display: inline-block;
  color: #b89851;
  text-decoration: underline;
  text-decoration: none;
  overflow: hidden;
}
.txt-hover-ie::before {
  position: absolute;
  content: attr(title);
  top: 0;
  left: 0;
  width: 0;
  color: #1d1d2a;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.5s ease;
}
.txt-hover-ie:hover::before {
  width: 100%;
}

.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.8s;
  transition: all 0.8s linear;
}

.fadeIn {
  opacity: 1;
}

.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: 0.8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  -webkit-transform: translate(0, 5rem);
  transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInDown {
  opacity: 0;
  transform: translate(0, -7rem);
  -webkit-transform: translate(0, -7rem);
  transition: 0.8s;
}

.fadeInDown {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInRight {
  opacity: 0;
  transform: translate(6rem, 0);
  -webkit-transform: translate(6rem, 0);
  transition: 0.8s;
}

.fadeInRight {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInLeft {
  opacity: 0;
  transform: translate(-1rem, 0);
  -webkit-transform: translate(-6rem, 0);
  transition: 0.8s;
}

.fadeInLeft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInLeft2 {
  opacity: 0 !important;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(0rem, 0);
  transform: translate(0rem, 0);
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: 0.6s;
}

.fadeInLeft2 {
  opacity: 1 !important;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.6s;
}

.inviewUp {
  transform: translate(0, 4rem);
  -webkit-transform: translate(0, 4rem);
  transition: 0.8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewDown {
  transform: translate(0, -4rem);
  -webkit-transform: translate(0, -4rem);
  transition: 0.8s;
}

.Down {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.delay-0 {
  transition-delay: calc(0.1s * 0);
}

.delay-1 {
  transition-delay: calc(0.1s * 1);
}

.delay-2 {
  transition-delay: calc(0.1s * 2);
}

.delay-3 {
  transition-delay: calc(0.1s * 3);
}

.delay-4 {
  transition-delay: calc(0.1s * 4);
}

.delay-5 {
  transition-delay: calc(0.1s * 5);
}

.delay-6 {
  transition-delay: calc(0.1s * 6);
}

.delay-7 {
  transition-delay: calc(0.1s * 7);
}

.delay-8 {
  transition-delay: calc(0.1s * 8);
}

.delay-9 {
  transition-delay: calc(0.1s * 9);
}

.delay-10 {
  transition-delay: calc(0.1s * 10);
}

.delay-11 {
  transition-delay: calc(0.1s * 11);
}

.delay-12 {
  transition-delay: calc(0.1s * 12);
}

.delay-13 {
  transition-delay: calc(0.1s * 13);
}

.delay-14 {
  transition-delay: calc(0.1s * 14);
}

.delay-15 {
  transition-delay: calc(0.1s * 15);
}

.delay-16 {
  transition-delay: calc(0.1s * 16);
}

.delay-17 {
  transition-delay: calc(0.1s * 17);
}

.delay-18 {
  transition-delay: calc(0.1s * 18);
}

.delay-19 {
  transition-delay: calc(0.1s * 19);
}

.delay-20 {
  transition-delay: calc(0.1s * 20);
}

body {
  margin: 0.1px;
}

main {
  margin-left: 0rem;
}

.mask {
  position: relative;
  display: inline-block;
  z-index: -1;
}
.mask .maskColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #b89851;
}

.page-top {
  position: relative;
  margin: 2rem 0;
}
.page-top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: #1d1d2a;
  width: calc(100% - 8rem);
  height: 1px;
  z-index: -1;
}
@media only screen and (max-width:959px) {
  .page-top:after {
    width: 90%;
  }
}
.page-top a {
  background: #1d1d2a;
  display: block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  margin: 0 auto;
}
.page-top a:hover {
  background: #b89851;
}

.footer-up {
  background: #f2f2f2;
  padding: 4rem 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
@media only screen and (max-width:959px) {
  .footer-up {
    padding: 4rem 2rem;
  }
}
.footer-up .footer-up_about {
  background: #fff;
  padding: 5rem 3rem 3rem;
  border-radius: 1rem;
  box-sizing: border-box;
  width: calc(33.3333333333% - 1rem);
}
@media only screen and (max-width:959px) {
  .footer-up .footer-up_about {
    width: 100%;
    margin-bottom: 1rem;
    padding: 3rem 3rem 3rem;
  }
}
.footer-up .footer-up_about img {
  display: block;
  text-align: center;
  margin: 0 auto 1rem;
}
.footer-up .footer-up_about .footer-up_about_ttl {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.footer-up_about_list dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  font-weight: 100;
}
.footer-up_about_list dd {
  font-size: 1.4rem;
  line-height: 1.7em;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.footer-up_about_list dd p {
  font-size: 1.4rem;
}
.footer-up_about_list .footer-up_about_list_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.footer-up_about_list .footer-up_about_list_flex img {
  margin-right: 0.5rem;
}

.footer-down {
  background: url(../img/common/footer-bg@2x.jpg) no-repeat center center/cover;
  padding: 8rem 0;
}
@media only screen and (max-width:959px) {
  .footer-down {
    padding: 4rem 0;
  }
}
.footer-down .footer-down_inner {
  background: rgba(47, 57, 68, 0.9);
  width: 90%;
  max-width: 96rem;
  margin: 0 auto 0rem;
  padding: 6rem;
  padding: 4rem 6rem 6rem;
  box-sizing: border-box;
}
.footer-down .footer-down_inner:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:959px) {
  .footer-down .footer-down_inner {
    padding: 3rem 2rem;
  }
}
.footer-down .footer-down_inner .footer-down_logo {
  width: 22rem;
  text-align: center;
  margin: 0 auto 1rem;
}
@media only screen and (max-width:959px) {
  .footer-down .footer-down_inner .footer-down_logo {
    width: 50%;
    margin-bottom: 2rem;
  }
}
.footer-down .footer-down_inner .footer-down_txt1 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.footer-down .footer-down_inner .footer-down_txt2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.footer-down .footer-down_inner p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.footer-down .footer-down_inner p a {
  color: #fff;
}
.footer-down .footer-down_inner p a span {
  border: 1px solid #fff;
  padding: 0 1rem 0.3rem;
  transition: all 0.2s linear;
}
.footer-down .footer-down_inner p a span:hover {
  transition: all 0.2s linear;
  background: #fff;
  color: #b89851;
}

.copyright {
  display: block;
  width: 100%;
  background: #1d1d2a;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0.5rem 0 2rem;
  box-sizing: border-box;
}

.ban-copy {
  display: block;
  width: 100%;
  background: #1d1d2a;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 2rem 0 0;
  box-sizing: border-box;
}

select,
textarea,
input[type=text],
input[type=number],
input[type=email],
input[type=checkbox],
input[type=date],
input[type=tel] {
  -webkit-appearance: none;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #1d1d2a;
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  padding: 1rem 1.5rem;
  background: #FFF;
  border-radius: 0rem;
}
@media only screen and (max-width:768px) {
  select,
  textarea,
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=checkbox],
  input[type=date],
  input[type=tel] {
    font-size: 1.8rem;
  }
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=checkbox]:focus,
input[type=date]:focus,
input[type=tel]:focus {
  border: 1px solid #b89851;
  box-sizing: border-box;
  outline: 0;
  background: white;
  background: white;
}

input[type=date] {
  position: relative;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

textarea {
  padding: 1.5rem;
  min-width: 50%;
  max-width: 100%;
  min-height: 20rem;
}

input[type=number] {
  text-align: center;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.custom-radio1-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 0rem 0 2.2rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s linear;
}
@media only screen and (max-width:959px) {
  .custom-radio1-text {
    font-size: 1.6rem;
  }
}
.custom-radio1-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border: 1px solid #1d1d2a;
  border-radius: 50%;
}

.custom-radio1:checked + .custom-radio1-text:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0.4rem;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1d1d2a;
  transition: all 0.4s linear;
}

.custom-radio2-text {
  display: inline-block;
  background: #fff;
  font-size: 1.6rem;
  border: 1px solid #b89851;
  padding: 0.6rem 1.2rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media only screen and (max-width:959px) {
  .custom-radio2-text {
    padding: 1.2rem 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.custom-radio2:checked + .custom-radio2-text {
  transition: all 0.3s linear;
  background: #112e77;
  color: #fff;
}

.custom-radio3-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: 1px solid #b89851;
  box-sizing: border-box;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s linear;
}
@media only screen and (max-width:959px) {
  .custom-radio3-text {
    width: 30%;
  }
}
.custom-radio3-text img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.custom-radio3:checked + .custom-radio3-text {
  transition: all 0.3s linear;
  background: #112e77;
  color: #fff;
}
.custom-radio3:checked + .custom-radio3-text .custom-radio3-img-df {
  display: none;
}

.input_checkbox_wrap {
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-content: space-around;
  margin-top: -1rem;
}
.input_checkbox_wrap .custom-checkbox {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  font-size: 1.6rem;
  margin: 1rem 1.5rem 0rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.input_checkbox_wrap .custom-checkbox:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #1d1d2a;
  margin-right: 0.8rem;
}
.input_checkbox_wrap .custom-checkbox_item-txt {
  position: relative;
  padding-left: 2rem;
  margin-right: 1rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
.input_checkbox_wrap .custom-checkbox_item-txt:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  left: calc(0% + 1rem);
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #b89851;
  background: #FFF;
}
.input_checkbox_wrap .input_checkbox:checked + .custom-checkbox {
  color: #b89851;
}
.input_checkbox_wrap .input_checkbox:checked + .custom-checkbox:after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0.2em;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  border-bottom: 3px solid #b89851;
  border-right: 3px solid #b89851;
}

.custom-select {
  position: relative;
  height: 5rem;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  box-sizing: border-box;
}
.custom-select:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: calc(100% - 2rem);
  content: "";
  background: url(../img/common/select-arrow.svg) no-repeat right;
  display: block;
  width: 2rem;
  height: 5rem;
}
.custom-select select {
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-appearance: none;
}

.input_size_s {
  max-width: 15rem;
}
@media only screen and (max-width:959px) {
  .input_size_s {
    max-width: 42%;
  }
}

.btn-search {
  background: #1d1d2a;
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: 0.5rem 0.8rem;
  margin: 0 1rem;
  border: 1px solid #1d1d2a;
  transition: all 0.2s linear;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-search:hover {
  color: #1d1d2a;
  background: #fff;
  border: 1px solid #1d1d2a;
  transition: all 0.2s linear;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(29, 29, 42, 0.2);
  letter-spacing: 0.05em;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(29, 29, 42, 0.2);
  letter-spacing: 0.05em;
}

input::placeholder,
textarea::placeholder {
  color: rgba(29, 29, 42, 0.2);
  letter-spacing: 0.05em;
}

input:-ms-input-placeholder {
  color: rgba(29, 29, 42, 0.2);
}

input::-ms-input-placeholder {
  color: rgba(29, 29, 42, 0.2);
}

#form-Onda {
  position: relative;
  padding: 2rem 0;
  box-sizing: border-box;
  background-attachment: fixed;
  z-index: 0;
}
@media only screen and (max-width:959px) {
  #form-Onda {
    padding: 2rem 1rem;
  }
}
#form-Onda .disp_confirm {
  display: none;
}
#form-Onda .form-list {
  box-sizing: border-box;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0rem;
}
#form-Onda .form-list:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  #form-Onda .form-list {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
#form-Onda .form-list dl {
  width: calc(100% - 12rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width:768px) {
  #form-Onda .form-list dl {
    width: 100%;
  }
}
#form-Onda .form-list dl dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2em;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #1d1d2a;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width:959px) {
  #form-Onda .form-list dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#form-Onda .form-list dl dt label {
  margin: 1rem 1rem 1rem 0;
}
#form-Onda .form-list dl dt label .label_txt_s {
  font-size: 1.3rem;
}
#form-Onda .form-list dl dd {
  width: 100%;
  width: calc(100% - 6rem);
  margin: 0 0 1rem 6rem;
  box-sizing: border-box;
}
@media only screen and (min-width:769px) and (max-width:959px) {
  #form-Onda .form-list dl dd {
    width: 92%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width:768px) {
  #form-Onda .form-list dl dd {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width:768px) {
  #form-Onda .form-list dl dd .form-list_dd_inner {
    padding: 1rem;
  }
}
#form-Onda .form-list dl dd .form-list_dd_inner .form-list_dd_txt {
  margin-bottom: 0.5rem;
  display: block;
}
#form-Onda .form-list dl dd .form-list_dd_inner + .form-list_dd_inner {
  margin-top: 1.5rem;
}
#form-Onda .form-list dl dd .placeholder {
  font-size: 1.3rem;
  margin: 1rem 0 0rem 2em;
}
#form-Onda .form-list dl dd .placeholder:before {
  content: "例：";
  margin-left: -2em;
}
#form-Onda .form-list dl dd .comment {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
#form-Onda .form-list dl dd .input_required {
  background: #ffe8e8;
  font-weight: normal;
}
#form-Onda .form-list dl dd .form-list_txt_small {
  font-weight: normal;
  font-size: 0.9em;
}
@media only screen and (max-width:959px) {
  #form-Onda .form-list dl dd .form-list_txt_small {
    display: block;
  }
}
#form-Onda .form_err_msg {
  color: #e31042;
}
#form-Onda .form-privacy {
  margin: 0 auto 4rem;
  text-align: center;
}
#form-Onda .form-privacy .form-privacy_ttl {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5rem 0 2rem;
}
@media only screen and (max-width:959px) {
  #form-Onda .form-privacy .form-privacy_ttl {
    margin: 2.5rem 0 1.5rem;
    font-size: 1.6rem;
  }
}
#form-Onda .form-privacy .form-privacy_inner {
  background: #f2f2f2;
  width: calc(100% - 12rem);
  height: 15rem;
  margin: 0 auto 3rem;
  padding: 0rem 3rem 3rem;
  box-sizing: border-box;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
@media only screen and (max-width:959px) {
  #form-Onda .form-privacy .form-privacy_inner {
    width: 94%;
    height: 18rem;
    padding: 0rem 1.5rem 3rem;
  }
}
#form-Onda .form-privacy .form-privacy_inner p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
#form-Onda .form-privacy .form-privacy_inner p strong {
  font-size: 1.1em;
  margin: 2rem 0 0.4rem;
  display: block;
}
#form-Onda .form-privacy .form-privacy_inner h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#form-Onda .form-privacy .input_checkbox_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#form-Onda .form-privacy .input_checkbox_wrap label {
  margin-bottom: 1rem;
}
#form-Onda .district_message {
  font-size: 1.5rem;
  color: #e31042;
}
#form-Onda .form-button {
  width: 100%;
}
#form-Onda .cancel_button,
#form-Onda .submit_button,
#form-Onda .confirm_button {
  margin: 0 auto 1.5rem;
  max-width: 40rem;
  width: 100%;
  text-align: center;
  display: block;
}
#form-Onda .cancel_button {
  max-width: 30rem;
}
#form-Onda select,
#form-Onda textarea,
#form-Onda input[type=text],
#form-Onda input[type=number],
#form-Onda input[type=email],
#form-Onda input[type=checkbox],
#form-Onda input[type=date],
#form-Onda input[type=tel] {
  border: 1px solid #acaeb4 !important;
  transition: all 0.2s linear;
  border-radius: 0.5rem;
  font-family: "Noto Serif JP", "Noto Sans JP", "游ゴシック Medium", serif;
  background-color: #fff;
}
@media only screen and (max-width:768px) {
  #form-Onda select,
  #form-Onda textarea,
  #form-Onda input[type=text],
  #form-Onda input[type=number],
  #form-Onda input[type=email],
  #form-Onda input[type=checkbox],
  #form-Onda input[type=date],
  #form-Onda input[type=tel] {
    font-size: 1.8rem;
  }
}
#form-Onda select:hover,
#form-Onda textarea:hover,
#form-Onda input[type=text]:hover,
#form-Onda input[type=number]:hover,
#form-Onda input[type=email]:hover,
#form-Onda input[type=checkbox]:hover,
#form-Onda input[type=date]:hover,
#form-Onda input[type=tel]:hover {
  transition: all 0.2s linear;
  border: 2px solid #b89851 !important;
  cursor: pointer;
}
#form-Onda select:focus,
#form-Onda textarea:focus,
#form-Onda input[type=text]:focus,
#form-Onda input[type=number]:focus,
#form-Onda input[type=email]:focus,
#form-Onda input[type=checkbox]:focus,
#form-Onda input[type=date]:focus,
#form-Onda input[type=tel]:focus {
  transition: all 0.2s linear;
  border: 2px solid #b89851 !important;
  box-sizing: border-box;
  outline: 0;
}
#form-Onda .btn-form-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
#form-Onda .btn-form-wrap .btn-normal, #form-Onda .btn-form-wrap .btn-normal_l {
  font-size: 1.6rem;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  margin-bottom: 3rem;
  cursor: pointer;
}
@media only screen and (min-width:769px) {
  #form-Onda .btn-form-wrap .btn-normal, #form-Onda .btn-form-wrap .btn-normal_l {
    padding: 2.5rem 10rem;
  }
}
#form-Onda .btn.btn-form {
  box-sizing: border-box;
  border: 1px solid rgba(184, 152, 81, 0);
  margin: 0 auto 1rem;
  font-size: 1.4rem;
}
#form-Onda .btn.btn-form:hover {
  border: 1px solid #b89851;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
#form-Onda .btn.btn-form:nth-last-child(-n+1) {
  margin-bottom: 0;
}
#form-Onda .btn-form_cancel {
  background: rgba(29, 29, 42, 0.1);
  padding: 0.5rem;
  display: block;
  width: 15rem;
}
#form-Onda .btn-form_confirm {
  background: #b89851;
  color: #fff;
  padding: 2rem 8rem;
  width: 30rem;
  display: block;
}
#form-Onda .btn-form_submit {
  background: #b89851;
  color: #fff;
  padding: 2rem 8rem;
  width: 40rem;
  display: block;
}
#form-Onda .btn-form_confirm:hover,
#form-Onda .btn-form_submit:hover {
  background: #fff;
  color: #b89851;
}

.required,
.un_required {
  font-size: 1.3rem;
  padding: 0.5rem 0.8rem;
  display: block;
  border-radius: 0.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 1rem;
}

.required {
  background: #e02b2b;
  color: #FFF;
}
.required:before {
  content: "必須";
}

.un_required {
  background: #80c5ff;
  color: #FFF;
}
.un_required:before {
  content: "任意";
}

.progressbar {
  background: #e31042;
  position: fixed;
  bottom: 50%;
  right: 10rem;
  width: 10rem;
  height: 10rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:768px) {
  .progressbar {
    top: 0;
    right: 1rem;
  }
}
.progressbar p {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.2em;
}
.progressbar p strong {
  text-align: center;
  font-weight: normal;
  display: block;
}
.progressbar p strong span {
  font-size: 3rem;
  line-height: 1.2em;
}

.custom-select select.size-sel.on {
  display: block;
}
.custom-select select.size-sel {
  display: none;
}

.form-section .custom-radio2-text {
  border: 1px solid #acaeb4;
  padding: 1.3rem 8rem;
  border-radius: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width:768px) {
  .form-section .custom-radio2-text {
    padding: 1.3rem 0;
    width: calc(50% - 1rem);
    text-align: center;
  }
}
.form-section .form-l-2col_box .custom-radio2-text {
  width: 47%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 1rem 0;
}
.form-section .custom-radio2:checked + .custom-radio2-text {
  background: #b89851;
  border: 1px solid #b89851;
}
.form-section .custom-radio2-tat01 {
  margin-left: 6px;
}
@media only screen and (max-width:768px) {
  .form-section .custom-radio2-tat01 {
    margin-left: 0;
  }
}
.form-section .custom-radio2-input {
  width: 31.8rem !important;
  margin-right: 1.5rem;
}
@media only screen and (max-width:768px) {
  .form-section .custom-radio2-input {
    width: 100%;
    margin-right: 0 !important;
  }
}
.form-section .input_checkbox_wrap {
  display: block;
}
.form-section .input_checkbox_wrap label {
  display: block;
}
.form-section .input_checkbox_wrap .custom-checkbox {
  display: inline-block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.form-section .input_checkbox_wrap .custom-checkbox:before {
  display: inline-block;
}
.form-section .input_checkbox_wrap .input_checkbox:checked + .custom-checkbox {
  color: #1d1d2a;
}
.form-section .input_checkbox_wrap .input_checkbox:checked + .custom-checkbox:after {
  border-bottom: 3px solid #1d1d2a;
  border-right: 3px solid #1d1d2a;
}

.custom-radio3-b-inner {
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: 1px solid #1c1c1c;
  box-sizing: border-box;
  width: 15rem;
  height: 12rem;
  transition: all 0.3s linear;
  border-radius: 6px;
  text-align: center;
  margin-right: 0.9rem;
}
@media only screen and (max-width:959px) {
  .custom-radio3-b-inner {
    width: 45%;
  }
}
.custom-radio3-b-inner .custom-radio3-b-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-radio3-b-inner img {
  pointer-events: none;
  width: 8rem;
  height: 8rem;
}
.custom-radio3-b-inner p {
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1.2;
}

.custom-radio3-b:checked + .custom-radio3-b-inner {
  transition: all 0.3s linear;
  background: #b89851;
  border: 1px solid #b89851;
  color: #fff;
}
.custom-radio3-b:checked + .custom-radio3-b-inner img {
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.custom-radio3-b:checked + .custom-radio3-b-inner .custom-radio3-img-df {
  display: none;
}

#form-Onda .form-file-upload-wrap input[type=file] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#form-Onda .form-file-upload-wrap label {
  padding: 10px 25px;
  margin: 0 10px 10px 0;
  background: #aaa;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
}
#form-Onda .form-file-upload-wrap .fileclear {
  display: none;
  margin: 0px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
#form-Onda .form-file-upload-wrap .js-upload-filename {
  display: inline-block;
}

#form-Onda #imc_contact_form.confirm .disp_confirm {
  display: block !important;
}
#form-Onda #imc_contact_form.confirm .form-list_dd_inner .custom-radio3-b-wrap span {
  pointer-events: none;
}
#form-Onda #imc_contact_form.confirm input[type=text],
#form-Onda #imc_contact_form.confirm input[type=checkbox],
#form-Onda #imc_contact_form.confirm input[type=date],
#form-Onda #imc_contact_form.confirm input[type=number],
#form-Onda #imc_contact_form.confirm input[type=tel],
#form-Onda #imc_contact_form.confirm select,
#form-Onda #imc_contact_form.confirm textarea {
  border: 1px solid #fff !important;
  pointer-events: none;
  background-color: #fff !important;
}
#form-Onda #imc_contact_form.confirm .custom-radio2-wrap span label {
  border: 1px solid #fff !important;
  pointer-events: none;
}
#form-Onda #imc_contact_form.confirm .form-file-upload-wrap input[type=text],
#form-Onda #imc_contact_form.confirm .form-file-upload-wrap input[type=button] {
  border: 1px solid #fff !important;
  pointer-events: none;
}
#form-Onda #imc_contact_form.confirm .input_checkbox_wrap label {
  pointer-events: none;
}
#form-Onda #imc_contact_form.confirm .input_checkbox_wrap .input_checkbox + .custom-checkbox:before {
  border: 1px solid #fff;
}
#form-Onda #imc_contact_form.confirm .btn-search,
#form-Onda #imc_contact_form.confirm .btn-search:hover {
  display: none;
}
#form-Onda #imc_contact_form.confirm .form-privacy_ttl_txt {
  display: none;
}
#form-Onda #imc_contact_form.confirm .js-upload-fileclear {
  display: none !important;
}
#form-Onda #imc_contact_form.confirm .msg-confirm {
  border: 1px solid #e31042;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: rgba(227, 16, 66, 0.4);
}
#form-Onda #imc_contact_form.confirm .msg-confirm h3 {
  font-size: 2.4rem;
  color: #e31042;
  line-height: 1;
  text-align: center !important;
}
@media only screen and (max-width:768px) {
  #form-Onda #imc_contact_form.confirm .msg-confirm h3 {
    font-size: 2rem;
  }
}
#form-Onda #imc_contact_form.confirm .msg-confirm p {
  font-size: 2rem;
  color: #e31042;
  line-height: 1.4;
  text-align: center !important;
}
@media only screen and (max-width:768px) {
  #form-Onda #imc_contact_form.confirm .msg-confirm p {
    font-size: 1.8rem;
  }
}

.header_drower-typeA-3 {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #FFF;
}
.header_drower-typeA-3 .header_drower {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  top: 2rem;
  max-height: calc(100% - 4rem);
  width: calc(100% - 4rem);
  margin-left: 2rem;
  background: #FFF;
  color: #1d1d2a;
  z-index: 100;
  padding: 0;
  padding: 8rem 10rem 8rem 14rem;
  border: 1px solid #b89851;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .header_drower-typeA-3 .header_drower {
    padding: 6rem 3rem 8rem 7rem;
    padding: 1.5rem 1.5rem 8rem 7rem;
    max-height: calc(100% - 2rem);
    top: 1rem;
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }
}
.header_drower-typeA-3 .btn_toggle, .header_drower-typeA-3 .btn_toggle.active {
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: 10rem;
  height: 10rem;
  display: block;
  cursor: pointer;
  background: url(../img/header-sp/icon_header-menu-open.svg) no-repeat 50% center/3rem #fff;
  border: 1px solid #b89851;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .header_drower-typeA-3 .btn_toggle, .header_drower-typeA-3 .btn_toggle.active {
    top: 2rem;
    left: 2rem;
    display: none;
  }
}
.header_drower-typeA-3 .btn_toggle.active {
  background: url(../img/header-sp/icon_header-menu-close.svg) no-repeat 55% center/4.5rem;
}
.header_drower-typeA-3 .header_drower .btn_toggle {
  position: fixed;
  display: block;
  cursor: pointer;
  z-index: 10000;
  background: url(../img/header-sp/icon_header-menu-close.svg) no-repeat 50% center/3rem #b89851;
}

.drawer-hamburger-icon {
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid #b89851;
  box-sizing: border-box;
  background: #b89851;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width:959px) {
  .drawer-hamburger-icon {
    top: 1rem;
    left: 1rem;
    width: 6rem;
    height: 6rem;
  }
}
.drawer-hamburger-icon span {
  width: 4rem;
  max-width: 50%;
  height: 2px;
  background: #fff;
  position: relative;
}
.drawer-hamburger-icon span::before, .drawer-hamburger-icon span::after {
  content: "";
  position: absolute;
  width: 4rem;
  max-width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: 0.3s;
}
.drawer-hamburger-icon span::before {
  top: -8px;
}
.drawer-hamburger-icon span::after {
  top: 8px;
}
.drawer-hamburger-icon.active {
  background: #b89851;
}
.drawer-hamburger-icon.active span {
  visibility: hidden;
}
.drawer-hamburger-icon.active span::before, .drawer-hamburger-icon.active span::after {
  top: 0;
  visibility: visible;
  background: #fff;
}
.drawer-hamburger-icon.active span::before {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.drawer-hamburger-icon.active span::after {
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

.logo-tate {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 15rem;
  left: 5.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  z-index: 1;
}
@media only screen and (max-width:959px) {
  .logo-tate {
    top: 9rem;
    left: 3rem;
  }
}
.logo-tate a {
  font-size: 1.8rem;
}
.logo-tate a:hover {
  color: #112e77;
  color: #b89851;
}
.logo-tate a span {
  font-size: 1.8em;
  text-align: center;
  margin: 0.5rem 0 1rem 0;
}

@media only screen and (max-width:959px) {
  .logo-tate.top {
    color: #fff;
  }
}

.header_drower_inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0rem;
}
.header_drower_inner:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.header_drower_inner .logo-tate {
  position: fixed;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .logo-tate {
    color: #1d1d2a;
  }
}
.header_drower_inner .drower-logo_wrap {
  margin-bottom: 4rem;
  display: flex;
  align-content: flex-end;
}
.header_drower_inner .drower-logo_wrap .drower-logo {
  width: 16rem;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .drower-logo_wrap .drower-logo {
    width: 50%;
  }
}
.header_drower_inner .drower-logo_wrap .drower-logo_txt {
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  align-self: flex-end;
  margin-left: 1rem;
}
.header_drower_inner .drower_nav {
  width: 92%;
  max-width: 100rem;
  margin: 0 auto 6rem;
}
.header_drower_inner .drower_nav:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .drower_nav {
    margin-bottom: 3rem;
  }
}
.header_drower_inner .drower_nav .list.list-underline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .drower_nav .list.list-underline {
    margin-bottom: 1.5rem;
  }
}
.header_drower_inner .drower_nav .list.list-underline > .list-item {
  display: inline-block;
  margin-bottom: 2.5rem;
}
.header_drower_inner .list.list-product > .list-ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.header_drower_inner .list.list-product > .list-ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1d1d2a;
  margin-left: 1rem;
}
.header_drower_inner .list.list-product > .list-item {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto 0rem;
  margin-bottom: 3rem;
}
.header_drower_inner .list.list-product > .list-item:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .list.list-product > .list-item {
    width: 100%;
  }
  .header_drower_inner .list.list-product > .list-item .l-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
  .header_drower_inner .list.list-product > .list-item .l-flex .l-flex_item {
    width: calc(50% - 0.5rem);
  }
}
.header_drower_inner .drower_product {
  width: 92%;
  max-width: 100rem;
  margin: 0 auto 0rem;
  background: rgba(47, 57, 68, 0.15);
  background: rgba(223, 223, 223, 0.3);
  border-radius: 1rem;
  padding: 4rem;
  box-sizing: border-box;
}
.header_drower_inner .drower_product:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .drower_product {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto 0rem;
    padding: 1.5rem;
  }
  .header_drower_inner .drower_product:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
.header_drower_inner .drower_product .drower_product_ttl {
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width:959px) {
  .header_drower_inner .drower_product .drower_product_ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width:960px) {
  .header_drower_inner .drower_product .btn-product {
    width: 12rem;
  }
}
@media only screen and (max-width:959px) {
  .header_drower_inner .drower_product .btn-product {
    max-width: calc(50% - 2rem);
  }
}
.header_drower_inner .drower_product .btn-product .btn_img {
  margin-top: 2rem;
}
@media only screen and (min-width:960px) {
  .header_drower_inner .drower_product .btn-product .btn_img {
    height: 8rem;
  }
}
.header_drower_inner .drower_product .btn-product .btn_img img {
  height: 100%;
}

.head-attention {
  background: #606060;
  background: #dfdfdf;
  width: 100%;
  overflow: hidden;
}
.head-attention p {
  text-align: center;
  color: #fff;
  color: #1d1d2a;
  padding: 1rem 0 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media only screen and (max-width:959px) {
  .head-attention p {
    text-align: justify;
    padding: 0.8rem 0.8rem;
    padding: 1.4rem 0.8rem;
    padding-left: 8rem;
    font-size: 1.1rem;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.4em;
  }
}
.head-attention p strong {
  font-weight: normal;
  color: #fef051;
  color: #e31042;
}

.list.list-arrow .list-arrow_item {
  position: relative;
  margin-left: 1em;
  margin-bottom: 1rem;
}
.list.list-arrow .list-arrow_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 3px;
  border-right: solid 3px;
  top: calc(1em - 3px);
  left: -1.4em;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.list.list-arrow .list-arrow_item a {
  color: #b89851;
  text-decoration: underline;
  font-size: 1.6rem;
}
.list.list-arrow .list-arrow_item a:hover {
  color: #e31042;
}

.list.list-product {
  width: 100%;
  margin-bottom: 4rem;
}
.list.list-product .list-product-item {
  width: 100%;
  border-bottom: 1px dotted #dfdfdf;
}
.list.list-product .list-product-item a {
  position: relative;
  padding: 1rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  transition: all 0.1s linear;
}
.list.list-product .list-product-item a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: rgba(242, 242, 242, 0.6);
  z-index: -1;
  transition: all 0.4s linear;
}
.list.list-product .list-product-item a:before {
  font-family: "myfont" !important;
  content: "\f01a";
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  position: absolute;
  left: 100%;
  -webkit-transform: translate(-100%, 0%) scale(0.3);
  transform: translate(-100%, 0%) scale(0.3);
  transition: all 0.2s linear;
}
@media only screen and (max-width:959px) {
  .list.list-product .list-product-item a:before {
    -webkit-transform: translate(-75%, 0%) scale(0.3);
    transform: translate(-75%, 0%) scale(0.3);
  }
}
.list.list-product .list-product-item a:hover {
  color: #b89851;
}
.list.list-product .list-product-item a:hover:after {
  width: 100%;
  transition: all 0.4s cubic-bezier(0, 0.93, 0.885, 0.99);
}
.list.list-product .list-product-item a:hover:before {
  color: #b89851;
  transition: all 0.2s linear;
}
.list.list-product .list-product-item .list-product-item_img {
  width: 19rem;
}
@media only screen and (max-width:959px) {
  .list.list-product .list-product-item .list-product-item_img {
    width: 40%;
    margin: 0 auto 1rem;
  }
}
.list.list-product .list-product-item .list-product-item_txt-wrap {
  width: calc(100% - 19rem - 4rem);
  padding-right: 10rem;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .list.list-product .list-product-item .list-product-item_txt-wrap {
    width: 100%;
    padding-right: 6rem;
  }
}
.list.list-product .list-product-item .list-product-item_name {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.list.list-border {
  width: 96%;
  max-width: 100rem;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  border-top: 1px solid #dfdfdf;
}
.list.list-border:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.list.list-border .list-border_ttl,
.list.list-border .list-border_data {
  border-bottom: 1px solid #dfdfdf;
  padding: 3rem 1rem;
  line-height: 1.8em;
  text-align: left;
}
.list.list-border .list-border_ttl {
  width: 12rem;
}
@media only screen and (max-width:959px) {
  .list.list-border .list-border_ttl {
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 2rem 0rem 1rem 0rem;
    font-size: 1.8rem;
  }
}
.list.list-border .list-border_data {
  width: calc(100% - 14rem - 2rem);
}
@media only screen and (max-width:959px) {
  .list.list-border .list-border_data {
    width: 100%;
    padding: 0rem 0rem 2rem 0rem;
  }
}

.list.list-dot {
  max-width: 90rem;
  margin: 0 auto;
}
.list.list-dot > .list-dot_item {
  position: relative;
  text-align: left;
  line-height: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  padding-left: 2rem;
}
.list.list-dot > .list-dot_item:after {
  position: absolute;
  top: 0.7rem;
  left: 0rem;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/storage/dot.svg) no-repeat 0 0/cover;
}
.list.list-dot > .list-dot_data {
  position: relative;
  line-height: 1.4em;
  margin-bottom: 1em;
  padding-left: 2rem;
}

.list.list-no-under-line {
  counter-reset: number;
  list-style-type: none !important;
  margin-left: 1.8rem;
}
.list.list-no-under-line li {
  position: relative;
  line-height: 1.5em;
  font-size: 1.4rem;
  padding: 0.5em 0.5em 0.5em 3rem;
  line-height: 1.8;
}
.list.list-no-under-line li:before {
  position: absolute;
  display: inline-block;
  top: 0.1rem;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  counter-increment: number;
  content: counter(number);
  width: 2.2rem;
}
.list.list-no-under-line li:after {
  position: absolute;
  top: 3rem;
  left: 0rem;
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/storage/list-no-unde-rline.svg) no-repeat 0 0/cover;
}

.list-kome .list-kome_item, .list-kome_red .list-kome_item {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin: 0rem 0 0.4rem 1em;
  -moz-text-align-last: left;
       text-align-last: left;
}
.list-kome .list-kome_item:before, .list-kome_red .list-kome_item:before {
  position: absolute;
  left: -1em;
  content: "※";
}

.list-kome_red {
  color: #e31042;
}

.list-kome.w-auto, .w-auto.list-kome_red {
  width: 96%;
  margin: 0 auto;
}

.list.list-pay {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.list.list-pay .list-pay_item {
  width: 9rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .list.list-pay .list-pay_item {
    width: calc(25% - 0.5rem);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.list.list-pay .list-pay_item img {
  width: 100%;
}

body {
  position: relative;
}

.indent {
  margin-left: 1em;
  display: block;
}

.txt-indent {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  margin-bottom: 0.6rem;
  line-height: 1.5em;
}

.main-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50rem;
  z-index: -1;
}
.main-visual img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:959px) {
  .main-visual {
    position: relative;
    width: calc(100% - 10rem);
    margin: 0 0rem 3rem auto;
    height: 30rem;
  }
}

.main-visual2 {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  width: calc(100% - 14rem);
  height: 20rem;
  z-index: -1;
  margin-left: 14rem;
  margin-bottom: 5rem;
}
.main-visual2:after {
  content: "";
  position: absolute;
  display: block;
  background: #1d1d2a;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.main-visual2 .main-visual_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  width: 80%;
  color: #fff;
  font-weight: 100;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  z-index: 2;
}
.main-visual2 .main-visual_ttl strong {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.main-visual2 img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width:959px) {
  .main-visual2 {
    position: relative;
    width: calc(100% - 10rem);
    margin: 0 0rem 3rem auto;
    height: 30rem;
  }
}

.main-col {
  width: calc(100% - 28rem);
  max-width: 120rem;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:959px) {
  .main-col {
    width: 94%;
  }
}

.l-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  max-width: 96rem;
  margin: 0 auto 4rem;
}
.l-2col .l-2col_box {
  width: calc(50% - 2rem);
}
@media only screen and (max-width:959px) {
  .l-2col .l-2col_box {
    width: 86%;
    margin: 0 auto 4rem;
  }
  .l-2col .l-2col_box:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
.l-2col .l-2col_box img {
  width: 100%;
}

.l-2col-asymmetry {
  max-width: 96rem;
  margin: 0 auto 4rem;
}
@media only screen and (min-width:960px) {
  .l-2col-asymmetry {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
}
.l-2col-asymmetry .l-2col_box {
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (min-width:960px) {
  .l-2col-asymmetry .l-2col_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
}
.l-2col-asymmetry .l-2col_box:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.l-2col-asymmetry .l-2col_box .l-2col_box_left {
  order: 1;
  width: 65%;
}
@media only screen and (max-width:959px) {
  .l-2col-asymmetry .l-2col_box .l-2col_box_left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.l-2col-asymmetry .l-2col_box .l-2col_box_right {
  order: 2;
  width: calc(35% - 4rem);
}
@media only screen and (max-width:959px) {
  .l-2col-asymmetry .l-2col_box .l-2col_box_right {
    width: 86%;
    margin: 0 auto;
  }
  .l-2col-asymmetry .l-2col_box .l-2col_box_right p {
    font-size: 1.6rem;
  }
  .l-2col-asymmetry .l-2col_box .l-2col_box_right .btn {
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
  }
}
.l-2col-asymmetry .l-2col_box:nth-child(even) .l-2col_box_left {
  order: 2;
  background: #000;
}
.l-2col-asymmetry .l-2col_box:nth-child(even) .l-2col_box_right {
  order: 1;
}

.ttl-col {
  position: relative;
  margin-left: 14rem;
  min-height: 24rem;
  width: calc(50% - 18rem - 0rem);
}
@media only screen and (max-width:959px) {
  .ttl-col {
    width: calc(100% - 10rem - 2rem);
    width: 94%;
    margin: 0 auto 3rem;
    min-height: auto;
  }
}
.ttl-col .page-category {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 0rem;
  left: 2rem;
  font-size: 12rem;
  line-height: 1em;
  color: rgba(184, 152, 81, 0.15);
}
@media only screen and (max-width:959px) {
  .ttl-col .page-category {
    top: 0.1em;
    font-size: 8rem;
  }
}
.ttl-col .page-category_txt {
  font-size: 1.4rem;
}
@media only screen and (max-width:959px) {
  .ttl-col .page-category_txt {
    font-size: 1.6rem;
  }
}

.accent-navi {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  margin-bottom: 8rem;
}
@media only screen and (max-width:959px) {
  .accent-navi {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.accent-navi_item {
  position: relative;
  background: #000;
  width: calc(100% - 1px);
  margin-bottom: 2px;
  overflow: hidden;
}
@media only screen and (max-width:959px) {
  .accent-navi_item {
    width: 100%;
  }
}
.accent-navi_item p {
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 45%;
  color: #fff;
  text-align: center;
  font-weight: 100;
  line-height: 3em;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  z-index: 1;
}
@media only screen and (max-width:959px) {
  .accent-navi_item p {
    line-height: 2em;
  }
}
.accent-navi_item p span {
  font-size: 2.8em;
  display: block;
}
@media only screen and (max-width:959px) {
  .accent-navi_item p span {
    font-size: 2.2em;
  }
}
.accent-navi_item img {
  transition: all 0.4s linear;
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 0.2;
}
.accent-navi_item:hover {
  transition: all 0.05s linear;
}
.accent-navi_item:hover p {
  color: #b89851;
}
.accent-navi_item:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 0.6;
}

.l-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.l-flex .l-flex_item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width:959px) {
  .l-flex .l-flex_item {
    margin-right: 0;
  }
}

.l-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-gap: 0.5rem;
}
.l-grid .l-grid_item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.movie, .movie_s {
  width: 100%;
  transition: all 0.2s linear;
  margin-bottom: 4rem;
}
.movie img, .movie_s img {
  width: 100%;
}
.movie:hover, .movie_s:hover {
  transition: all 0.2s linear;
  opacity: 0.6;
}

.movie_s {
  max-width: 60rem;
  margin: 2rem auto 4rem;
}
.movie_s img {
  margin-bottom: 1rem;
}
.movie_s figcaption {
  font-size: 1.6rem;
  text-align: center;
}

.important-box {
  background: rgba(227, 16, 66, 0.2);
  padding: 6rem 4rem;
  margin-bottom: 6rem;
  text-align: center;
  border: 1px solid #e31042;
  box-sizing: border-box;
  color: #e31042;
}
@media only screen and (max-width:959px) {
  .important-box {
    padding: 3rem 2.5rem;
  }
}
.important-box a {
  text-decoration: underline;
  font-size: 1em;
  color: #e31042;
}
.important-box .btn {
  text-decoration: none;
  color: #1d1d2a;
}
.important-box .important-box_txt_l {
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 3rem;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  text-align: center;
}
@media only screen and (max-width:959px) {
  .important-box .important-box_txt_l {
    font-size: 1.8rem;
    text-align: justify;
    margin-bottom: 2.2rem;
  }
}
.important-box .important-box_txt_m {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #1d1d2a;
}
@media only screen and (max-width:959px) {
  .important-box .important-box_txt_m {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.experience-col {
  background: url(../img/experience/bg-experience@2x.jpg);
  padding: 6rem 0;
  margin-bottom: 10rem;
  width: 100%;
}
@media only screen and (max-width:959px) {
  .experience-col {
    padding-bottom: 1rem;
    margin-bottom: 6rem;
  }
}
.experience-col .experience-col_inner {
  background: #fff;
  padding: 4rem 5rem;
  box-sizing: border-box;
  width: calc(100% - 28rem);
  max-width: 120rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width:959px) {
  .experience-col .experience-col_inner {
    width: 94%;
    padding: 3rem 2rem;
  }
}
.experience-col .experience-col_inner > section {
  margin-bottom: 6rem;
}
@media only screen and (max-width:959px) {
  .experience-col .experience-col_inner > section {
    margin-bottom: 4rem;
  }
}
.experience-col .experience-col_inner > section:nth-last-child(-n+1) {
  margin-bottom: 0;
}

.txt_through {
  text-decoration: line-through;
}

.reservation-box, .reservation-box_blue, .reservation-box_gold {
  position: relative;
  width: 90%;
  max-width: 90rem;
  margin: 5rem auto 5rem;
  border: 2px solid;
  padding: 5rem 6rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
}
@media only screen and (max-width:959px) {
  .reservation-box, .reservation-box_blue, .reservation-box_gold {
    width: 100%;
    padding: 4rem 3rem 3rem;
  }
  .reservation-box:nth-last-child(-n+1), .reservation-box_blue:nth-last-child(-n+1), .reservation-box_gold:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
.reservation-box .reservation-box_ttl, .reservation-box_blue .reservation-box_ttl, .reservation-box_gold .reservation-box_ttl {
  position: absolute;
  top: 0;
  left: 3rem;
  display: inline-block;
  border-radius: 0.6rem;
  padding: 1rem 4rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width:959px) {
  .reservation-box .reservation-box_ttl, .reservation-box_blue .reservation-box_ttl, .reservation-box_gold .reservation-box_ttl {
    left: 2rem;
    padding: 1rem 2rem;
  }
}
.reservation-box .reservation-box_txt, .reservation-box_blue .reservation-box_txt, .reservation-box_gold .reservation-box_txt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.reservation-box .reservation-box_txt2, .reservation-box_blue .reservation-box_txt2, .reservation-box_gold .reservation-box_txt2 {
  text-align: center;
  margin-top: 4rem;
  line-height: 1em;
  font-size: 3.4rem;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
}
@media only screen and (max-width:959px) {
  .reservation-box .reservation-box_txt2, .reservation-box_blue .reservation-box_txt2, .reservation-box_gold .reservation-box_txt2 {
    font-size: 2.6rem;
  }
}
.reservation-box .btn, .reservation-box_blue .btn, .reservation-box_gold .btn {
  font-size: 1.8rem;
}

.reservation-box_gold {
  border-color: #b89851;
}
.reservation-box_gold .reservation-box_ttl {
  background: #b89851;
}

.reservation-box_blue {
  border-color: #4e8fe8;
}
.reservation-box_blue .reservation-box_ttl {
  background: #4e8fe8;
}

.reservation-attention {
  background: rgba(184, 152, 81, 0.1);
  padding: 4rem 0;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .reservation-attention {
    padding: 4rem 2rem;
  }
}

.tabs {
  background: #fff;
  box-shadow: 0 0 1rem rgba(29, 29, 42, 0.2);
  width: 100%;
  margin: 0 auto;
}

.tab_item {
  width: 50%;
  height: 6.5rem;
  font-size: 2.2rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .tab_item {
    font-size: 1.6rem;
  }
}
.tab_item .tab_item:hover {
  opacity: 0.75;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  border-top: 1px solid #f2f2f2;
  display: none;
  padding: 4rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width:959px) {
  .tab_content {
    padding: 3rem 2rem;
  }
}
.tab_content .important-box {
  width: 80%;
  padding: 3rem 4rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width:959px) {
  .tab_content .important-box {
    padding: 2.5rem 3rem;
    width: 100%;
  }
}
.tab_content .important-box .important-box_txt_l {
  margin-bottom: 0;
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

.tabs input:checked + .tab_item {
  position: relative;
  background-color: rgba(184, 152, 81, 0.2);
  border-bottom: 5px solid #b89851;
  box-sizing: border-box;
}
.tabs input:checked + .tab_item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #b89851 transparent transparent transparent;
  border-width: 1.5rem 1.5rem 0 1.5rem;
}

.experience-flow_wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.experience-flow_wrap .experience-flow_heading {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.experience-flow_wrap .experience-flow_heading p {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2em;
  color: #112e77;
  padding: 0 3rem;
}
@media only screen and (max-width:959px) {
  .experience-flow_wrap .experience-flow_heading p {
    font-size: 2rem;
    margin-bottom: 4rem;
    margin-bottom: 0;
  }
}
.experience-flow_wrap .experience-flow_heading p:after, .experience-flow_wrap .experience-flow_heading p:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "〜";
  margin: 0 0.5rem;
}
.experience-flow_wrap .experience-flow_heading p:after {
  left: 100%;
}
.experience-flow_wrap .experience-flow_heading p:before {
  left: 0%;
}
.experience-flow_wrap span {
  font-size: 0.7em;
  display: block;
}

.experience-flow {
  width: calc(100% - 10rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 8rem;
}
@media only screen and (max-width:959px) {
  .experience-flow {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.experience-flow:nth-child(odd) {
  margin-left: auto;
}
.experience-flow .experience-flow_left {
  position: relative;
  width: 28rem;
}
@media only screen and (max-width:959px) {
  .experience-flow .experience-flow_left {
    width: 100%;
    margin-bottom: 1rem;
    min-height: 6rem;
  }
  .experience-flow .experience-flow_left img {
    margin: 0 auto;
    display: block;
  }
}
.experience-flow .experience-flow_left i {
  position: absolute;
  font-size: 8rem;
  font-style: italic;
  display: flex;
  color: #b89851;
}
@media only screen and (min-width:960px) {
  .experience-flow .experience-flow_left i {
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width:959px) {
  .experience-flow .experience-flow_left i {
    font-size: 6rem;
    bottom: 0;
    align-items: flex-end;
    display: block;
  }
}
.experience-flow .experience-flow_left i img {
  margin-left: 1rem;
}
@media only screen and (max-width:959px) {
  .experience-flow .experience-flow_left i img {
    margin-left: 4rem;
  }
}
.experience-flow .experience-flow_right {
  width: calc(100% - 28rem - 2rem);
}
@media only screen and (max-width:959px) {
  .experience-flow .experience-flow_right {
    width: 100%;
  }
}
.experience-flow .experience-flow_right .experience-flow_ttl {
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
.experience-flow .experience-flow_right .experience-flow_txt_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  height: calc(100% - 4rem);
  flex-direction: column;
}
.experience-flow .experience-flow_right .experience-flow_txt_wrap .experience-flow_txt {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
.experience-flow .experience-flow_right .experience-flow_txt_wrap .experience-flow_txt a {
  color: #b89851;
  text-decoration: underline;
}
.experience-flow .experience-flow_right .experience-flow_txt_wrap .experience-flow_txt a:hover {
  color: #e31042;
}

.point {
  position: relative;
  background: rgba(184, 152, 81, 0.3);
  border-radius: 4rem;
  width: 100%;
  padding: 4rem 6rem;
  box-sizing: border-box;
  margin-top: auto;
}
@media only screen and (max-width:959px) {
  .point {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 2.5rem 3rem;
    border-radius: 3rem;
  }
}
.point .point-icon {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
}
.point .point-5daime {
  position: absolute;
  bottom: -4rem;
  right: -5rem;
}
@media only screen and (max-width:959px) {
  .point .point-5daime {
    right: -3rem;
    bottom: -3rem;
    width: 30%;
  }
}

.experience-break {
  width: 100%;
  text-align: center;
  color: #112e77;
  background: url(../img/common/pattern-w.png) repeat #cff1cc;
  padding: 1rem 0;
  font-size: 1.6rem;
  margin-bottom: 5rem;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:959px) {
  .experience-break {
    margin-bottom: 3rem;
  }
}

.experience_after {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width:959px) {
  .experience_after {
    width: 90%;
  }
}
.experience_after .img-center {
  margin: 0 auto 4rem;
  display: block;
}
.experience_after .btn {
  margin: 4rem auto;
}

.product-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  padding-top: 2rem;
  box-sizing: border-box;
  margin-bottom: 4rem;
}
@media only screen and (max-width:959px) {
  .product-ttl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }
}
.product-ttl .ttl.ttl_sumi {
  align-self: center;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-right: 4rem;
  margin-top: -2rem;
}
.product-ttl .ttl.ttl_sumi:before {
  background-size: 7rem;
  bottom: -3.5rem;
  right: -4.5rem;
}
@media only screen and (max-width:959px) {
  .product-ttl .ttl.ttl_sumi {
    margin-right: 0rem;
    margin-bottom: 4rem;
  }
}

.product-card-wrap, .product-card-wrap2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  grid-gap: 2rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
  border-bottom: 1px dotted #dfdfdf;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .product-card-wrap, .product-card-wrap2 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1.4rem), 1fr));
    grid-gap: 1.4rem;
  }
}

.product-card {
  position: relative;
  border-radius: 1rem;
  border: 1px solid #1d1d2a;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  transition: all 0.2s linear;
  min-height: 22rem;
}
@media only screen and (max-width:959px) {
  .product-card {
    padding: 3rem 1.4rem 2rem;
  }
}
.product-card:hover {
  background: #b89851;
  transition: all 0.2s linear;
}
.product-card:hover .product-card_more {
  background: #1d1d2a;
}
.product-card .icon_washi,
.product-card .icon_youshi,
.product-card .icon_vinyl {
  position: absolute;
  top: -1rem;
  right: 1rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.product-card .icon_washi {
  background: #718ab5;
}
.product-card .icon_youshi {
  background: #92b06f;
}
.product-card .icon_vinyl {
  background: #b0806f;
  font-size: 1.2rem;
  letter-spacing: 0em;
}
.product-card .product-card_img {
  text-align: center;
  margin-bottom: 0.8rem;
}
.product-card .product-card_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  margin-bottom: 1rem;
}
.product-card .product-card_txt {
  font-size: 1.3rem;
  line-height: 1.4em;
  margin-bottom: 2rem;
}
.product-card .product-card_price {
  text-align: center;
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.product-card .product-card_more {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  background: #b89851;
  width: 100%;
}
.product-card a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card-wrap2 {
  grid-template-columns: repeat(auto-fit, minmax(calc(10% - 0.6rem), 1fr));
  grid-gap: 0.6rem;
}
@media only screen and (max-width:959px) {
  .product-card-wrap2 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 0.6rem), 1fr));
    width: 100%;
  }
}
.product-card-wrap2 .product-card a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-wrap2 .product-card .product-card_ttl {
  font-size: 1.4rem;
}

.product-material-wrap {
  margin-bottom: 6rem;
}

.product-material {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #dfdfdf;
}

.product-material_inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.product-material_inner:hover {
  cursor: pointer;
}
.product-material_inner:hover .product-card_txt {
  color: #b89851;
}
.product-material_inner .product-material_img {
  width: 14rem;
  margin-right: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media only screen and (max-width:959px) {
  .product-material_inner .product-material_img {
    width: 100%;
  }
}
.product-material_inner .product-material_img img {
  align-self: center;
}
@media only screen and (max-width:959px) {
  .product-material_inner .product-material_img img {
    width: 20%;
    margin-bottom: 1rem;
  }
}
.product-material_inner .product-material_img .product-card_ttl {
  margin-top: auto;
}
@media only screen and (max-width:959px) {
  .product-material_inner .product-material_img .product-card_ttl {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-family: "ten-mincho", serif;
    -webkit-font-feature-settings: "ss02";
            font-feature-settings: "ss02";
    margin-bottom: 1rem;
  }
}
.product-material_inner .product-card_txt {
  width: calc(100% - 14rem - 1.5rem - 6rem);
}
@media only screen and (max-width:959px) {
  .product-material_inner .product-card_txt {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.btn_toggle-drawer {
  position: absolute;
  width: 4rem;
  height: 5rem;
  height: 100%;
  right: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.btn_toggle-drawer:before {
  width: 1rem;
  height: 1rem;
  content: "";
  border: 0;
  border-bottom: solid 2px #1d1d2a;
  border-right: solid 2px #1d1d2a;
  left: 0;
  margin-bottom: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width:959px) {
  .btn_toggle-drawer {
    position: relative;
    margin: 0 auto;
    top: 0;
    height: auto;
    height: 4rem;
    background-position: center 0rem;
  }
}

.active .btn_toggle-drawer {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: all 0.2s linear;
}

.fukidashi-product {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: rgba(184, 152, 81, 0.6);
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1rem;
  box-sizing: border-box;
}
@media only screen and (min-width:960px) {
  .fukidashi-product:before {
    content: "";
    position: absolute;
    left: 6rem;
    top: -1rem;
    display: block;
    width: 0;
    height: 0;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid rgba(184, 152, 81, 0.6);
    border-left: 1rem solid transparent;
  }
}
.fukidashi-product .l-flex_item {
  margin: 0.5rem;
}

.bottom-contact {
  padding: 4rem 0;
  box-sizing: border-box;
  background: url(../img/top/news-bg@2x.jpg) no-repeat 50%/cover;
}
.bottom-contact .bottom-contact-inner {
  width: 90%;
  max-width: 96rem;
  margin: 0 auto 4rem;
  background: #fff;
  padding: 8rem 11rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
}
.bottom-contact .bottom-contact-inner:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .bottom-contact .bottom-contact-inner {
    display: block;
    margin: 2rem auto;
    padding: 3rem 2rem;
  }
}
.bottom-contact .bottom-contact-inner .bottom-contact-ttl {
  font-size: 1.8rem;
  color: #e31042;
  margin-bottom: 2rem;
}
.bottom-contact .bottom-contact-inner .bottom-contact-txt {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.bottom-contact .bottom-contact-inner .kome, .bottom-contact .bottom-contact-inner .kome-red {
  font-size: 1.3rem;
  line-height: 1.7em;
  margin-bottom: 3rem;
}
@media only screen and (max-width:768px) {
  .bottom-contact .bottom-contact-inner .bottom-contact-left {
    margin-bottom: 3rem;
  }
}
.bottom-contact .bottom-contact-inner .bottom-contact-right {
  margin-left: 2.5rem;
  flex: 0 0 19rem;
}
@media only screen and (max-width:768px) {
  .bottom-contact .bottom-contact-inner .bottom-contact-right {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:768px) {
  .bottom-contact .bottom-contact-inner .bottom-contact-right img {
    margin: 0 auto;
  }
}

.to-btns {
  position: fixed;
  right: 3rem;
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.to-btns a {
  margin-top: 1rem;
}
.to-btns a:hover {
  opacity: 0.4;
}

#productPhotos {
  margin-bottom: 4rem;
  text-align: center;
}
#productPhotos .itemThumb-main {
  max-width: 60rem;
  margin: 2rem auto;
}
@media only screen and (max-width:959px) {
  #productPhotos .itemThumb-main {
    width: 100%;
  }
}
#productPhotos .itemThumb-main a {
  display: block;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 1px solid rgba(184, 152, 81, 0);
  box-sizing: border-box;
  transition: all 0.2s linear;
}
#productPhotos .itemThumb-main a:hover {
  position: relative;
  transition: all 0.2s linear;
  position: relative;
  border: 1px solid #b89851;
  box-sizing: border-box;
}
#productPhotos .itemThumb-main a:hover:after {
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b89851;
}
#productPhotos .itemThumb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
#productPhotos .itemThumb ul li {
  cursor: pointer;
  display: block;
  max-width: calc(12% - 1rem);
  width: 15rem;
  min-width: 15rem;
  margin: 0 0.8rem 1.6rem;
  border: 3px solid rgba(184, 152, 81, 0);
  box-sizing: border-box;
  transition: all 0.2s linear;
}
#productPhotos .itemThumb ul li:hover {
  transition: all 0.2s linear;
  position: relative;
  border: 3px solid #b89851;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  #productPhotos .itemThumb ul li {
    min-width: calc(25% - 1rem);
    margin: 0 0.5rem 1rem;
  }
}

.product-col-top, #shopGuide_wrap {
  background: url(../img/common/pattern-bg.png);
  border: 1px solid #dfdfdf;
  padding: 6.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .product-col-top, #shopGuide_wrap {
    padding: 2rem;
  }
}

.product_table .product_table_ttl {
  font-size: 2.4rem;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.product-spec {
  position: relative;
  padding: 0.8rem 0;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  transition: all 0.2s linear;
}
.product-spec:nth-last-child(-n+1) {
  margin-bottom: 5rem;
}
.product-spec:hover {
  background: rgba(184, 152, 81, 0.2);
  transition: all 0.2s linear;
}
.product-spec .product-spec_size {
  font-size: 2rem;
  font-size: 1.9rem;
  line-height: 1.4em;
  text-align: center;
  width: calc(100% - 4rem);
}
.product-spec .btn_toggle-drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 5rem;
  background-size: 3rem;
  background-position: center center;
}
@media only screen and (max-width:959px) {
  .product-spec .btn_toggle-drawer {
    top: 0;
    background-position: center center;
  }
}

.product-tbl_wrap {
  position: relative;
  width: 98%;
  max-width: 90rem;
  margin: 0 auto 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: rgba(184, 152, 81, 0.5);
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1rem;
  box-sizing: border-box;
}
.product-tbl_wrap:nth-last-child(-n+1) {
  margin-bottom: 0;
}

.product-tbl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  max-width: 74rem;
  margin: 0 auto 0rem;
}
.product-tbl:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (min-width:960px) {
  .product-tbl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(30% - 1rem), 1fr));
    grid-gap: 1rem;
  }
}
@media only screen and (max-width:959px) {
  .product-tbl .product-tbl_item {
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    padding: 0.8rem;
    border-radius: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
  }
  .product-tbl .product-tbl_item:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
.product-tbl .product-tbl_item p {
  text-align: center;
}
.product-tbl .product-tbl_item .product-tbl_item_spec {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  border-top: 1px dotted #000;
  margin-top: 0.5rem;
}
@media only screen and (max-width:959px) {
  .product-tbl .product-tbl_item .product-tbl_item_spec {
    font-size: 1.8rem;
  }
}

.product-tbl-icons {
  width: 94%;
  max-width: 40rem;
  margin: 0 auto 4rem;
  background: rgba(17, 46, 119, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 1rem 1rem;
}
.product-tbl-icons:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.product-tbl-icons .product-tbl-icon {
  text-align: left;
  display: inline-block;
}

.icon-product-tbl {
  vertical-align: middle;
  vertical-align: -0.5rem;
  margin: 0 0.2rem 0 0;
  width: 2.1rem;
}
@media only screen and (max-width:959px) {
  .icon-product-tbl {
    margin: 0 0.8rem 0 0;
    width: 2rem;
  }
}

.product-tbl_description {
  text-align: center;
  color: #e31042;
  margin-bottom: 2rem;
}
@media only screen and (max-width:959px) {
  .product-tbl_description {
    text-align: left;
  }
}

.product-tbl_description-waku {
  text-align: center;
  color: #e31042;
  line-height: 1.5em;
  padding: 1.5rem 0;
  border: 1px solid #e31042;
  display: block;
  margin: 0 auto 3rem;
  max-width: 68rem;
}
@media only screen and (max-width:959px) {
  .product-tbl_description-waku {
    text-align: left;
    padding: 2rem 2rem;
  }
}

.product-option-area {
  margin-bottom: 4rem;
}

.product-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  background: rgba(184, 152, 81, 0.2);
  padding: 3rem 4.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
@media only screen and (max-width:959px) {
  .product-option {
    padding: 2rem;
  }
}
.product-option:nth-last-child(-n+1) {
  margin-bottom: 0rem;
}
@media only screen and (min-width:960px) {
  .product-option:nth-child(2n) .product-option_text {
    order: 2;
  }
  .product-option:nth-child(2n) .product-option_pic {
    order: 1;
  }
}
.product-option .product-option_text {
  width: calc(100% - 30rem - 2rem);
  min-width: calc(60% - 2rem);
}
@media only screen and (max-width:959px) {
  .product-option .product-option_text {
    width: 100%;
  }
}
.product-option .product-option_text .product-option_tl {
  font-size: 2rem;
  padding: 1rem 0 1rem 1.5rem;
  box-sizing: border-box;
  color: #1d1d2a;
  border-left: solid 3px #1d1d2a;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  margin-bottom: 2rem;
}
@media only screen and (max-width:959px) {
  .product-option .product-option_text .product-option_tl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.product-option .product-option_text .product-option_txt {
  font-size: 1.6rem;
}
.product-option .product-option_text .product-option_txt a {
  text-decoration: underline;
}
.product-option .product-option_text .product-option_txt a:hover {
  color: #b89851;
}
@media only screen and (max-width:959px) {
  .product-option .product-option_text .product-option_txt {
    margin-bottom: 2rem;
  }
}
.product-option .product-option_text .product-option_imgs {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1rem;
}
@media only screen and (max-width:959px) {
  .product-option .product-option_text .product-option_imgs {
    grid-template-columns: repeat(auto-fit, minmax(calc(30% - 1rem), 1fr));
  }
}
.product-option .product-option_pic {
  max-width: 30rem;
  width: 40%;
}
@media only screen and (max-width:959px) {
  .product-option .product-option_pic {
    width: 100%;
  }
}
.product-option .product-option_pic img {
  width: 100%;
  margin-bottom: 1rem;
}

.product-design-font {
  text-align: center;
  margin: 0 auto;
}
.product-design-font .product-design-font_line {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto 0rem;
  border: 2px solid #112e77;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
.product-design-font .product-design-font_line:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.product-design-font .product-design-font_tl {
  font-size: 2rem;
  color: #112e77;
  margin-bottom: 2rem;
}
@media only screen and (max-width:959px) {
  .product-design-font .product-design-font_tl {
    font-size: 1.6rem;
  }
}

.fukidashi {
  position: relative;
  display: inline-block;
  top: -2.3rem;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  background: #00b900;
  line-height: 1.4em;
  border-radius: 1rem;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: -2.6rem;
  left: 50%;
  margin-left: -1.4rem;
  border: 1.4rem solid transparent;
  border-bottom: 1.4rem solid #00b900;
}

.block {
  display: block !important;
  transition: all 0.2s linear;
}

.none {
  display: none !important;
  transition: all 0.2s linear;
  height: 0;
}

.FinishedSample_wrap {
  width: 45rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:959px) {
  .FinishedSample_wrap {
    width: 100%;
    text-align: center;
  }
}
.FinishedSample_wrap .FinishedSample {
  position: relative;
  width: 35rem;
  height: 50rem;
  border: 1px solid #1d1d2a;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width:959px) {
  .FinishedSample_wrap .FinishedSample {
    text-align: center;
    width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}
.FinishedSample_wrap .FinishedSample_item {
  display: none;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.FinishedSample_wrap .FinishedSample_item.on {
  display: block;
}
.FinishedSample_wrap #sozai-kifuda {
  display: block;
}
.FinishedSample_wrap .FinishedSample_list {
  color: #e31042;
}
@media only screen and (min-width:960px) {
  .FinishedSample_wrap .FinishedSample_list {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width:959px) {
  .FinishedSample_wrap .FinishedSample_list {
    margin-top: -3rem;
    margin-bottom: 4rem;
  }
}
.FinishedSample_wrap .FinishedSample_list li {
  margin-bottom: 0.5rem;
  line-height: 1.4em;
}

.spec .option_area {
  margin-bottom: 2rem;
}

.UraOption {
  padding: 1.5rem;
  box-sizing: border-box;
}

.spec {
  width: 100%;
}
.spec tbody {
  position: relative;
  background: #dfdfdf;
  background: #fff;
  width: 100%;
  padding: 3rem 3rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.spec tbody {
  display: flex;
  flex-direction: column;
}
.spec tbody .quantityArea {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.spec tbody .option_area {
  order: 2;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.spec tbody .option_area th {
  width: 100%;
}
.spec tbody .option_area td {
  width: 100%;
}

.spec tbody .option {
  order: 1;
  background: #ccc;
  padding: 1.5rem;
  box-sizing: border-box;
}

#spsVarpriceBox .spsVarpriceLink {
  padding: 1rem 0;
  box-sizing: border-box;
  text-decoration: underline;
  display: block;
  margin-bottom: 2rem;
}
#spsVarpriceBox table.price {
  margin-top: 2rem !important;
  display: block;
  align-self: center;
  color: #e31042;
}
@media only screen and (max-width:959px) {
  #spsVarpriceBox table.price .price {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #spsVarpriceBox table.price .price .special_price_str {
    margin-bottom: 1rem;
    display: block;
  }
}
#spsVarpriceBox table.price .selling_price {
  font-size: 4.2rem !important;
  color: #112e77;
}
#spsVarpriceBox table.price .taxin {
  color: #112e77;
}
#spsVarpriceBox > div {
  position: relative;
  background: #dfdfdf;
  background: #fff;
  width: 100%;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#spsVarpriceBox > div .price {
  order: 1;
}
#spsVarpriceBox > div .spec {
  order: 3;
}
#spsVarpriceBox > div #noStock {
  background: #eee;
  background: #F5F0E6;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
}
#spsVarpriceBox > div #noStock p {
  font-size: 1.6rem;
  text-align: center;
  width: 90%;
  margin: 5rem auto;
}
@media only screen and (max-width:959px) {
  #spsVarpriceBox > div #noStock p {
    text-align: justify;
  }
}
#spsVarpriceBox > div #noStock p a {
  font-size: 1.8rem;
  margin-top: 2rem;
}
#spsVarpriceBox > div #noStock p .spsVarpriceLink {
  font-size: 1.4rem;
}
#spsVarpriceBox > div #noStock .nostock {
  display: none;
}
#spsVarpriceBox > div #hasStock {
  order: 4;
  margin-top: 2rem;
}
#spsVarpriceBox .btn.btn-anchor_purchase.btn_size_m,
#spsVarpriceBox .dialogSStock {
  display: none;
}
#spsVarpriceBox .spsVarpriceLink {
  display: block;
}

#itemDetail-wrap #spsVarpriceBox > div {
  background: #fff;
}

.sub-description1 {
  padding: 6rem 0;
  box-sizing: border-box;
  background: rgba(184, 152, 81, 0.15);
  overflow: hidden;
}
.sub-description1 .order-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  margin-bottom: 2rem;
}
.sub-description1 .order-ttl .icon-product-tbl {
  width: 2.5rem;
  margin-right: 1rem;
}
.sub-description1 .sub-description1_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 96%;
  max-width: 120rem;
  margin: 0 auto 0rem;
}
.sub-description1 .sub-description1_inner:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.sub-description1 .sub-description1_inner .description {
  width: 35rem;
}
@media only screen and (min-width:960px) {
  .sub-description1 .sub-description1_inner .description {
    order: 2;
  }
}
@media only screen and (max-width:959px) {
  .sub-description1 .sub-description1_inner .description {
    width: 90%;
    margin: 0 auto;
  }
}
.sub-description1 .sub-description1_inner #itemDetail-cont {
  width: calc(100% - 35rem - 2rem);
}
@media only screen and (max-width:959px) {
  .sub-description1 .sub-description1_inner #itemDetail-cont {
    width: 100%;
  }
}
.sub-description1 .sub-description1_inner #itemDetail-cont .itemThumb-wrap {
  display: none;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon {
  border: 1px solid #1d1d2a;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .sub-description1 .sub-description1_inner .FinishedSample_kamon {
    margin-bottom: 3rem;
    box-sizing: border-box;
  }
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_ttl {
  background: #1d1d2a;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  text-align: center;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_ttl span {
  font-size: 1.2rem;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner {
  height: 58rem;
  overflow-y: scroll;
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width:959px) {
  .sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner {
    height: 50vh;
  }
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item {
  border-bottom: 1px dotted #1d1d2a;
  margin-bottom: 1rem;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item:nth-last-child(-n+1) {
  border-bottom: none;
  margin-bottom: 0;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item:nth-last-child(-n+1) a {
  margin-bottom: 0;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item a {
  display: block;
  height: 6rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  align-items: center;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item a .FinishedSample_kamon_img {
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item a .FinishedSample_kamon_img img {
  height: 100%;
}
.sub-description1 .sub-description1_inner .FinishedSample_kamon .FinishedSample_kamon_inner .FinishedSample_kamon_item a:hover {
  background: #b89851;
}
.sub-description1 .kazu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.sub-description1 .kazu th {
  margin-right: 1rem;
  font-size: 2rem;
}
.sub-description1 .kazu td {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.sub-description1 .kazu td input {
  text-align: center;
  width: 10rem;
  display: block;
  margin-right: 1rem;
}
.sub-description1 #pi_cart {
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  font-weight: normal;
}
.sub-description1 #pi_cart h1 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.sub-description1 #pi_cart th {
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  font-weight: normal;
}
.sub-description1 #pi_cart .price th {
  width: auto !important;
}
.sub-description1 #pi_cart .price .selling_price,
.sub-description1 #pi_cart .price .taxin {
  font-size: 2.8rem;
}
.sub-description1 #pi_cart .price .taxin {
  font-size: 1.8rem;
}
.sub-description1 #pi_cart input {
  font-size: 2rem;
}
.sub-description1 #pi_cart .cartArea {
  width: 100%;
  display: none;
}
.sub-description1 #pi_cart .cartArea input {
  width: 100%;
}

.option_area {
  display: none;
}

.link-fuzoku {
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  margin: 0rem auto 3rem;
  color: #e31042;
  font-size: 1.6rem;
  text-decoration: underline;
  text-align: center;
  order: 5;
}

.txt-link-kamon {
  line-height: 1.4em;
  margin-bottom: 0.8rem;
}

#bread-crumb nav,
#header-inner {
  display: none !important;
}

#bread-crumb .breadcrumb {
  display: block !important;
}

#floating-menu {
  display: none;
}

#pi_cart > .icons {
  width: 18rem;
  margin-bottom: 1.4rem;
}

.recommend {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto 0rem;
}
.recommend:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.recommend form {
  margin-top: 6rem;
}
.recommend form .column-set {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
@media only screen and (max-width:959px) {
  .recommend form .column-set {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.recommend form .column-set .column5 {
  margin: 0 1rem 2rem;
  border: 1px solid rgba(184, 152, 81, 0.5);
  padding-bottom: 2rem;
}
@media only screen and (max-width:959px) {
  .recommend form .column-set .column5 {
    margin-bottom: 2rem;
  }
}
.recommend form .column-set .column5 .itemThumb-wrap a:hover {
  opacity: 0.8;
}
.recommend form .column-set .column5 .itemThumb-wrap .itemThumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.recommend form .column-set .column5 h3 a {
  display: block;
  text-align: center;
  margin-bottom: 0rem;
}
.recommend form .column-set .column5 h3 a:after {
  content: "詳細はこちら";
  font-size: 1.4rem;
  line-height: 1.2em;
  padding: 0.6rem 1rem;
  display: block;
  background: #fff;
  color: #b89851;
  border: 1px solid #b89851;
  text-align: center;
  width: 70%;
  margin: 1rem auto 0.5rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.recommend form .column-set .column5 h3 a:hover {
  opacity: 0.8;
  color: #b89851;
}
.recommend form .column-set .column5 h3 a:hover:after {
  color: #fff;
  background: #b89851;
  transition: all 0.2s linear;
}
.recommend form .column-set .column5 .price {
  text-align: center;
}

#Journal > h1,
#Journal article > h2 {
  display: none;
}

@media only screen and (max-width:959px) {
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    width: 90% !important;
    left: 4% !important;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable #spsVarpriceStockDialog1 {
    padding: 0;
    margin-top: 1rem;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable .ui-dialog-content > .cartArea {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button {
  display: none;
}

#shopGuide_wrap {
  width: calc(100% - 28rem);
  max-width: 120rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width:959px) {
  #shopGuide_wrap {
    width: calc(100% - 2rem);
  }
}
#shopGuide_wrap #guide > h1 {
  display: none;
}
#shopGuide_wrap #guide .ttlShop:first-child {
  margin-top: 0 !important;
}
#shopGuide_wrap #guide table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  border-top: 1px dotted rgba(29, 29, 42, 0.4);
}
#shopGuide_wrap #guide table tr:nth-last-child(-n+1) {
  border-bottom: 1px dotted rgba(29, 29, 42, 0.4);
}
#shopGuide_wrap #guide table tr th,
#shopGuide_wrap #guide table tr td {
  padding: 1.5rem 2rem 1.5rem 0;
  box-sizing: border-box;
}
#shopGuide_wrap #guide table tr th {
  width: 25rem;
  padding-right: 2rem;
}
@media only screen and (max-width:959px) {
  #shopGuide_wrap #guide table tr th {
    width: 100%;
    width: 12rem;
  }
}
#shopGuide_wrap #guide table tr td {
  width: calc(100% - 25rem);
}
@media only screen and (max-width:959px) {
  #shopGuide_wrap #guide table tr td {
    width: 100%;
    width: calc(100% - 12rem);
  }
}

@media only screen and (max-width:959px) {
  #EST_SPS_cart .logo-tate,
  #EST_SPS_regi .logo-tate,
  #EST_SPS_order .logo-tate {
    display: none;
  }
}
#EST_SPS_cart #cart-footer,
#EST_SPS_regi #cart-footer,
#EST_SPS_order #cart-footer {
  display: none;
}
#EST_SPS_cart #bread-crumb,
#EST_SPS_regi #bread-crumb,
#EST_SPS_order #bread-crumb {
  width: calc(100% - 28rem);
  max-width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width:959px) {
  #EST_SPS_cart #bread-crumb,
  #EST_SPS_regi #bread-crumb,
  #EST_SPS_order #bread-crumb {
    width: 100%;
    width: calc(100% - 8rem);
    margin-left: 8rem;
  }
}
#EST_SPS_cart #contents,
#EST_SPS_regi #contents,
#EST_SPS_order #contents {
  overflow: visible;
  width: 100%;
}
#EST_SPS_cart #contents table,
#EST_SPS_regi #contents table,
#EST_SPS_order #contents table {
  width: calc(100% - 28rem);
  max-width: 120rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width:959px) {
  #EST_SPS_cart #contents table,
  #EST_SPS_regi #contents table,
  #EST_SPS_order #contents table {
    width: 98%;
  }
}
#EST_SPS_cart #contents table table,
#EST_SPS_regi #contents table table,
#EST_SPS_order #contents table table {
  width: 100%;
}

.table.table-head {
  margin: 1rem auto 0;
  font-weight: 100;
  font-size: 1.4rem;
  width: 100%;
  max-width: 60rem;
  background: #fff;
  border: 1px solid #1d1d2a;
  border-right: 0px;
  box-sizing: border-box;
}
.table.table-head thead {
  background: #1d1d2a !important;
  color: #fff;
  box-sizing: border-box;
}
.table.table-head thead th {
  padding: 0.5rem 1rem;
  text-align: center;
  border-right: 1px solid #fff;
}
.table.table-head thead th:nth-last-child(-n+1) {
  border-right: 1px solid #1d1d2a;
}
.table.table-head th,
.table.table-head td {
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  line-height: 1.5em;
  border-right: 1px solid #1d1d2a;
}
@media only screen and (min-width:960px) {
  .table.table-head th,
  .table.table-head td {
    max-width: 40rem;
  }
}
.table.table-head th a,
.table.table-head td a {
  color: #e31042;
  text-decoration: underline;
  display: block;
}
.table.table-head th a:hover,
.table.table-head td a:hover {
  color: #b89851;
}
.table.table-head tr {
  border-bottom: 1px solid #1d1d2a;
}
.table.table-head tr td {
  vertical-align: middle;
}

#Load_topvisual {
  height: 62rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width:959px) {
  #Load_topvisual {
    height: 90vh;
    height: 60rem;
    margin-bottom: 2rem;
  }
}

.main-visual_top {
  position: relative;
  width: calc(100% - 14rem);
  height: 62rem;
  margin-bottom: 7rem;
  margin-left: auto;
}
@media only screen and (max-width:959px) {
  .main-visual_top {
    width: 100%;
    height: 90vh;
    height: 60rem;
    margin-bottom: 2rem;
  }
}
.main-visual_top .main-visual_top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main-visual_top .main-visual_banner {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background-color: white;
  background-clip: padding-box;
  background: #fff;
  transition: all 0.2s linear;
}
@media only screen and (max-width:768px) {
  .main-visual_top .main-visual_banner {
    left: 1rem;
    right: 1rem;
    margin: auto;
    max-width: 30rem;
  }
}
.main-visual_top .main-visual_banner:hover {
  opacity: 0.6;
  transition: all 0.2s linear;
}

.slide-wrap {
  box-sizing: border-box;
  height: 100%;
}
.slide-wrap #slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.slide-wrap #slide .slide_item {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
}
.slide-wrap #slide .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-wrap #slide .slide_item.show_ {
  opacity: 1;
}
.slide-wrap #slide .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slide-wrap #slide .slide_item img {
  width: 100%;
  height: 100%;
}

.top-col_wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.top-col_wrap .top-col_img {
  width: 18rem;
  text-align: center;
}
@media only screen and (max-width:959px) {
  .top-col_wrap .top-col_img {
    width: 15%;
    margin-bottom: 1rem;
  }
}
.top-col_wrap .top-col {
  width: calc(100% - 18rem);
}
@media only screen and (max-width:959px) {
  .top-col_wrap .top-col {
    width: calc(85% - 2rem);
    width: 100%;
  }
}

.top_intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width:959px) {
  .top_intro .top_intro_inner {
    margin-bottom: 4rem;
  }
}
.top_intro .top_intro_inner .ttl {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  line-height: 1.6em;
  text-align: justify;
}
@media only screen and (max-width:959px) {
  .top_intro .top_intro_inner .ttl {
    line-height: 1.4em;
    margin-bottom: 2rem;
  }
}
.top_intro .top_intro_inner .top_intro_txt {
  margin-bottom: 4rem;
}
@media only screen and (max-width:959px) {
  .top_intro .top_intro_inner .top_intro_txt {
    font-size: 1.6rem;
  }
}
.top_intro .top_intro_map {
  align-self: center;
  margin: 0 auto;
}

.licence {
  margin-bottom: 4rem;
}
.licence .licence_img {
  margin-bottom: 2rem;
  width: 18rem;
}
.licence p {
  margin-bottom: 2rem;
}

.top-message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 8rem;
}
@media only screen and (max-width:959px) {
  .top-message {
    margin-bottom: 4rem;
  }
}
.top-message .top-message-left {
  margin-right: 8rem;
}
@media only screen and (max-width:959px) {
  .top-message .top-message-left {
    margin-right: 0;
  }
}
.top-message .top-message-right {
  width: 20rem;
}
@media only screen and (max-width:959px) {
  .top-message .top-message-right {
    width: 50%;
    margin: 1.5rem auto 0;
  }
}
.top-message .top-message_ttl {
  font-size: 1.8rem;
  color: #e31042;
  margin-bottom: 1rem;
}
.top-message .top-message_txt {
  margin-bottom: 1rem;
}

.news-col {
  width: calc(100vw - 6px);
  margin: 0 calc(50% - 50vw) 6rem;
  padding: 5rem 0;
  box-sizing: border-box;
  background: url(../img/top/news-bg@2x.jpg) no-repeat center center/cover;
}
.news-col .news-important {
  border: 3px solid #e31042;
  width: 80%;
  max-width: 65rem;
  margin: 0 auto 0rem;
  background: rgba(227, 16, 66, 0.7);
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
}
.news-col .news-important:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.news-col .news-important p {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width:959px) {
  .news-col .news-important p {
    font-size: 1.4rem;
  }
}
.news-col .news-important .txt-size_l {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0rem 0 0.8rem;
}
@media only screen and (max-width:959px) {
  .news-col .news-important .txt-size_l {
    font-size: 2rem;
  }
}
.news-col .news-important .txt-size_s {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.news-col .news-col_inner {
  width: 90%;
  max-width: 96rem;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.news-col .news-col_inner:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.news-col .news-col_inner .news_ttl {
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
  font-size: 2.4rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width:959px) {
  .news-col .news-col_inner .news_ttl {
    text-align: center;
    margin: 0 auto 2rem;
  }
}
.news-col .news-col_inner .news_detail {
  width: 90%;
}
.news-col .news-col_inner .news_detail h2 {
  display: none;
}
@media only screen and (max-width:959px) {
  .news-col .news-col_inner .news_detail {
    width: 100%;
  }
}
.news-col .news-col_inner .news_detail dl {
  margin-bottom: 1rem;
}
.news-col .news-col_inner .news_detail dd {
  position: relative;
  background: #fff;
  padding: 1.5rem 0 1.5rem 13rem;
  box-sizing: border-box;
  border: 1px solid #1d1d2a;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.news-col .news-col_inner .news_detail dd:nth-last-child(-n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width:959px) {
  .news-col .news-col_inner .news_detail dd {
    padding: 1.5rem;
  }
}
.news-col .news-col_inner .news_detail dd span {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-weight: bold;
  margin-right: 1rem;
}
@media only screen and (max-width:959px) {
  .news-col .news-col_inner .news_detail dd span {
    position: relative;
    display: block;
    top: 0;
    left: 0;
  }
}
.news-col .news-col_inner .news_detail dd strong {
  color: #e31042;
  font-weight: normal;
}
.news-col .news-col_inner .news_detail dd b {
  font-size: 0.8em;
  background: #1d1d2a;
  color: #fff;
  padding: 0 0.6rem;
}
.news-col .news-col_inner .news_detail dd i {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.9em;
  line-height: 2rem;
}
.news-col .news-contents {
  padding-top: 0.5rem;
  height: 40rem;
  overflow: auto;
  padding-right: 1rem;
}

.sns-col .sns-col_inner {
  padding: 4rem 2rem;
  box-sizing: border-box;
  background: #f0eee3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.sns-box {
  margin: 0 1rem;
  width: 40%;
}
@media only screen and (max-width:959px) {
  .sns-box {
    width: 100%;
  }
}
.sns-box .sns-box_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.sns-box .sns-box_inner {
  background: #fff;
  background: rgba(227, 16, 66, 0.2);
  border-radius: 1rem;
  height: 40rem;
  overflow: hidden;
  padding: 1.5rem;
}
.sns-box .sns-box_inner iframe {
  width: 100%;
  height: 10rem;
  pointer-events: none;
}

.news-col #subc_calendar {
  display: block !important;
}

#subc_calendar {
  display: none;
  width: 90%;
  max-width: 65rem;
  margin: 0 auto 0rem;
  margin-top: 3rem;
}
#subc_calendar:nth-last-child(-n+1) {
  margin-bottom: 0;
}
#subc_calendar .subc_cal_cont .cap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#subc_calendar .subc_cal_cont .cap ul .cap_txt {
  margin: 0 0.8rem;
}
#subc_calendar .subc_cal_cont .cal_wrapper {
  margin-bottom: 1rem;
  padding: 1rem 2rem 2rem;
  box-sizing: border-box;
  background: #fff;
}
#subc_calendar table {
  width: 100%;
}
#subc_calendar table tbody tr {
  text-align: center;
}
#subc_calendar table tbody tr th {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  box-sizing: border-box;
}
#subc_calendar table tbody tr th:before, #subc_calendar table tbody tr th:after {
  position: absolute;
  top: 1.6rem;
  font-size: 1.3rem;
  font-weight: normal;
  pointer-events: none;
  color: #000;
}
#subc_calendar table tbody tr th:before {
  content: "＜ 前の月";
  left: 3rem;
}
#subc_calendar table tbody tr th:after {
  content: "次の月 ＞";
  right: 3rem;
}
#subc_calendar table tbody tr th .prev,
#subc_calendar table tbody tr th .next {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 1rem;
  width: 10rem;
  height: calc(100% - 2rem);
  background: rgba(184, 152, 81, 0.2);
}
#subc_calendar table tbody tr th .prev {
  left: 1rem;
}
#subc_calendar table tbody tr th .next {
  right: 1rem;
}
#subc_calendar table tbody tr th .prev-hide {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#subc_calendar table tbody .headline {
  padding: 5rem 0;
  line-height: 5rem;
}
#subc_calendar table .month {
  text-align: center;
  font-size: 1.8rem;
}

.banner-estimate {
  width: 100%;
  text-align: center;
}
.banner-estimate a {
  display: inline-block;
  margin: 0 auto 5rem;
}
.banner-estimate a:hover {
  opacity: 0.6;
}

.banner {
  transition: all 0.2s linear;
}
.banner:hover {
  transition: all 0.2s linear;
  opacity: 0.6;
}

.ttl {
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
}

.ttl.ttl-under-line, .ttl.ttl-under-line_center, .recommend form h2.ttl {
  position: relative;
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: normal;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-under-line, .ttl.ttl-under-line_center, .recommend form h2.ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.ttl.ttl-under-line:before, .ttl.ttl-under-line_center:before, .recommend form h2.ttl:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  background: url(../img/common/ttl-line@2x.png) no-repeat center center/cover;
  width: 18rem;
  height: 1.5rem;
}
.ttl.ttl-under-line span, .ttl.ttl-under-line_center span, .recommend form h2.ttl span {
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-left: 1rem;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-under-line span, .ttl.ttl-under-line_center span, .recommend form h2.ttl span {
    display: block;
    line-height: 1.4em;
    margin: 0;
    padding: 0.5rem 0 1rem;
  }
}

.ttl.ttl-under-line_center {
  text-align: center;
  display: inline-block;
  margin: 0 auto 5rem;
  width: 100%;
}
.ttl.ttl-under-line_center:before {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.ttl.ttl-line, #shopGuide_wrap #guide .ttl.ttlShop {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1.4em;
  text-align: left;
  margin: 5rem 0 2rem;
  padding-left: 8rem;
  box-sizing: border-box;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-line, #shopGuide_wrap #guide .ttl.ttlShop {
    padding-left: 10%;
    letter-spacing: 0.15em;
  }
}
.ttl.ttl-line:before, #shopGuide_wrap #guide .ttl.ttlShop:before {
  content: "";
  display: block;
  background: #1d1d2a;
  width: 6rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 0.8em;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width:959px) {
  .ttl.ttl-line:before, #shopGuide_wrap #guide .ttl.ttlShop:before {
    width: 10%;
  }
}
.ttl.ttl-line img, #shopGuide_wrap #guide .ttl.ttlShop img {
  max-height: 3rem;
}

.ttl.ttl_sumi {
  position: relative;
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: normal;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin-bottom: 5rem;
  display: inline-block;
}
@media only screen and (max-width:959px) {
  .ttl.ttl_sumi {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.ttl.ttl_sumi:before {
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  content: "";
  display: block;
  background: url(../img/common/ttl-sumi@2x.png) no-repeat center center/cover;
  width: 11rem;
  height: 6rem;
}

.ttl.ttl-flow {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-flow {
    display: block;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width:959px) {
  .ttl.ttl-flow .ttl-flow_img {
    width: 18%;
    margin-bottom: 1rem;
  }
  .ttl.ttl-flow .ttl-flow_img img {
    width: 100%;
  }
}
.ttl.ttl-flow .ttl-flow_inner {
  display: flex;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-flow .ttl-flow_inner {
    width: 100%;
    display: block;
  }
}
.ttl.ttl-flow .ttl-flow_inner .ttl-flow_ttl {
  font-size: 4rem;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-flow .ttl-flow_inner .ttl-flow_ttl {
    width: 100%;
    font-size: 3rem;
    line-height: 1.4em;
  }
}
.ttl.ttl-flow .ttl-flow_inner .ttl-flow_txt {
  font-size: 2rem;
  line-height: 1.4em;
}
@media only screen and (max-width:959px) {
  .ttl.ttl-flow .ttl-flow_inner .ttl-flow_txt {
    margin-top: 0.5rem;
    width: 100%;
    font-size: 1.6rem;
  }
}

.ttl.ttl-dot {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 3rem;
  padding-left: 2rem;
}
.ttl.ttl-dot:before {
  position: absolute;
  top: 1rem;
  left: 0rem;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/storage/dot.svg) no-repeat 0 0/cover;
}

.mr6 {
  margin-right: 6px;
}

.form-mb30 {
  margin-bottom: 3rem !important;
}

.form-mb20 {
  margin-bottom: 2rem !important;
}

.shop-main .shop-main-text01-wrap {
  margin: 3rem auto 6rem;
}
.shop-main .shop-main-text01-wrap .shop-main-text01 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width:768px) {
  .shop-main .shop-main-text01-wrap .shop-main-text01 {
    font-size: 1.6rem;
  }
}
.shop-main .shop-main-text01-wrap .shop-main-text02 {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .shop-main .shop-main-text01-wrap .shop-main-text02 {
    font-size: 1.4rem;
  }
}

.shop-attention {
  margin-top: 2.5rem;
  background-color: #f0eee3;
  padding: 3rem 4rem;
}
@media only screen and (max-width:768px) {
  .shop-attention {
    padding: 2rem 1.5rem;
  }
}
.shop-attention .attention-ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.shop-attention .attention-txt01 {
  padding-left: 1.5em;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.shop-attention .attention-txt01 .txt-link {
  color: #00b900;
}
.shop-attention .line-account_stl {
  color: #00b900;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.shop-attention .line-account_stl:before, .shop-attention .line-account_stl:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop-attention .line-account_stl:before {
  left: -2.6rem;
  background: url(../img/line/fukidashi-before.svg) no-repeat 0 0/cover;
}
.shop-attention .line-account_stl:after {
  right: -2.2rem;
  background: url(../img/line/fukidashi-after.svg) no-repeat 0 0/cover;
}
.shop-attention .line-account_qr {
  margin-bottom: 1rem;
}
.shop-attention .line-account_id {
  margin-bottom: 2rem;
}

.estimate-form-main {
  background: url(../img/common/pattern-bg.png);
  border: 1px solid #dfdfdf;
  padding: 6.5rem 0;
  box-sizing: border-box;
}
@media only screen and (max-width:768px) {
  .estimate-form-main {
    padding: 2rem 0;
  }
}

.form-section {
  margin-bottom: 4rem;
}
.form-section .form-ttl {
  font-size: 2.2rem;
  line-height: 1em;
  padding: 1rem 0 2rem 1em;
  box-sizing: border-box;
  border-left: 3px solid #1d1d2a;
  margin-bottom: 2rem;
  font-weight: normal;
}
@media only screen and (max-width:959px) {
  .form-section .form-ttl {
    font-size: 2rem;
  }
}
.form-section .form-ttl2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 4rem;
}
.form-section .form-ttl2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #a2a2a2;
}
.form-section .form-ttl2 span {
  position: relative;
  padding: 0 1.3em 0 0;
  background: #f2f2f2;
}
.form-section .form-ttl2:first-child {
  margin-top: 0rem;
}
.form-section .form-ttl2 .form-ttl2-sm {
  font-size: 1.6rem;
}
.form-section .form-txt-l-red {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 1rem;
  color: #e31042;
  font-size: 1.8rem;
}
.form-section .form-txt-l-red:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.form-section .form-txt {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.form-section .form-txt:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.form-section .comment_space {
  margin-left: 7rem !important;
}
@media only screen and (max-width:768px) {
  .form-section .comment_space {
    margin-left: 0 !important;
  }
}

#imc_form_type2 .form-list_dd_inner {
  background: #f2f2f2;
  padding: 3rem;
  box-sizing: border-box;
  border-radius: 1rem;
}

.request {
  width: 90%;
  max-width: 90rem;
  margin: 0 auto 0rem;
}
.request:nth-last-child(-n+1) {
  margin-bottom: 0;
}

@media only screen and (max-width:959px) {
  pre {
    display: none;
  }
}
.form-l-2col {
  margin: 0 auto 4rem;
}
@media only screen and (min-width:960px) {
  .form-l-2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
}
@media screen and (max-width: 1150px) {
  .form-l-2col .form-l-2col_box {
    width: 100% !important;
    margin: 0 auto 1rem;
  }
  .form-l-2col .form-l-2col_box:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
.form-l-2col .form-l-2col_box img {
  width: 100%;
}
.form-l-2col .form-l-2col_box .form-l-2col_box-stl {
  display: inline-block;
  margin-right: 1.5rem;
}
.form-l-2col .form-l-2col_box .form-list_dd_inner {
  display: inline-block;
}
@media only screen and (max-width:768px) {
  .form-l-2col .form-l-2col_box .form-list_dd_inner {
    padding: 1rem 0;
  }
}
@media only screen and (max-width:768px) {
  .form-l-2col .form-l-2col_box .form-list_dd_inner input[type=text] {
    width: 100% !important;
  }
}
.form-l-2col .form-l-2col_box:first-child {
  width: 42rem;
}
@media only screen and (max-width:959px) {
  .form-l-2col .form-l-2col_box:first-child {
    width: 100%;
  }
}
.form-l-2col .form-l-2col_box:last-child {
  width: calc(100% - 42rem);
}
@media only screen and (max-width:959px) {
  .form-l-2col .form-l-2col_box:last-child {
    width: 100%;
  }
}

.faq-wrap {
  background: url(../img/common/pattern-bg.png);
  border: 1px solid #dfdfdf;
  padding: 5rem 4rem;
  box-sizing: border-box;
  margin-bottom: 7rem;
}
@media only screen and (max-width:768px) {
  .faq-wrap {
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
    display: block;
  }
}

.faq-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 4rem;
}
.faq-box:nth-last-child(-n+1) {
  padding-bottom: 0;
}

.faq-left {
  max-width: 42rem;
  width: 40%;
}
@media only screen and (max-width:959px) {
  .faq-left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.faq-left img {
  width: 100%;
  border-radius: 0.6rem;
}

.faq-right {
  width: calc(100% - 42rem - 4rem);
  min-width: calc(60% - 4rem);
}
@media only screen and (max-width:959px) {
  .faq-right {
    max-width: 100%;
    width: 100%;
  }
}

.faq-q {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 4rem 0 1.5em;
  text-indent: -1.5em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
}
.faq-q:before {
  content: "Q. ";
  color: #b89851;
  padding-right: 0.3rem;
}
.faq-q .btn_toggle-drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  background-size: 3rem;
  background-position: center center;
}
@media only screen and (max-width:959px) {
  .faq-q .btn_toggle-drawer {
    top: 0;
    height: auto;
    height: 4rem;
    background-position: center center;
  }
}

.faq-a {
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.8em;
  margin-bottom: 4rem;
}
.faq-a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  content: "A. ";
  color: #112e77;
}
.faq-a a {
  text-decoration: underline;
  color: #e31042;
}
.faq-a a:hover {
  color: #b89851;
}
.faq-a img {
  margin: 0.5rem 0;
  border-radius: 1rem;
  border-radius: 0.6rem;
  background: #b89851;
}

.faq-a_img_wrap {
  position: relative;
  margin-top: 2rem;
  margin: 2rem auto 2rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-a_img_wrap img {
  min-height: 100%;
  vertical-align: bottom;
}
.faq-a_img_wrap figcaption {
  position: absolute;
  display: block;
  background: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: calc(100% - 3rem);
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
  bottom: 1.5rem;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
  line-height: 1.4em;
}
@media only screen and (max-width:959px) {
  .faq-a_img_wrap figcaption {
    font-size: 1.1rem;
    width: calc(100% - 1.6rem);
    bottom: 1.2rem;
  }
}

.ttl.line-ttl-green {
  color: #00b900;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ttl.line-ttl-green:before, .ttl.line-ttl-green:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 1.8rem;
  height: 2.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.ttl.line-ttl-green:before {
  left: -2.6rem;
  background: url(../img/line/fukidashi-before.svg) no-repeat 0 0/cover;
  margin-left: 1.5rem;
}
.ttl.line-ttl-green:after {
  right: -2.2rem;
  background: url(../img/line/fukidashi-after.svg) no-repeat 0 0/cover;
  margin-right: 1.5rem;
}

.list.list-num-under-line {
  counter-reset: number;
  list-style-type: none !important;
  margin-left: 1.8rem;
}
.list.list-num-under-line li {
  position: relative;
  line-height: 1.5em;
  font-size: 1.4rem;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.8;
}
.list.list-num-under-line li:before {
  position: absolute;
  display: inline-block;
  top: 0.1rem;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  counter-increment: number;
  content: counter(number);
  width: 2.2rem;
}
.list.list-num-under-line li:after {
  position: absolute;
  top: 3rem;
  left: 0rem;
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/storage/list-no-unde-rline.svg) no-repeat 0 0/cover;
}

.line-main {
  position: relative;
}

.line-bg {
  position: absolute;
  top: 57rem;
  z-index: -1;
  width: 100%;
}
.line-bg img {
  width: 100%;
}

.btn_add_line {
  display: inline-block;
  background-color: #00b900;
  color: #fff;
  padding: 1rem 4.5rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
}

.line-account {
  text-align: center;
  border: 2px solid #d1d2d4;
  border-radius: 1rem;
  padding: 3rem;
  background-color: #fff;
  max-width: 58rem;
  margin: 0 auto 4rem;
}
.line-account .line-account_ttl {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.line-account .line-account_id {
  margin-bottom: 2rem;
}

.line-answer {
  border-radius: 16px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.line-answer .line-answer-wrap {
  padding: 3rem 5rem 4rem;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-wrap {
    padding: 3rem 1rem 4rem;
  }
}
.line-answer .line-answer_ttl {
  background-color: #00b900;
  color: #fff;
  border-radius: 16px 16px 0 0;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1.8rem;
}
.line-answer .line-answer_stl {
  background: url(../img/line/line-answer-stl_bg@.png);
  font-size: 1.8rem;
  text-align: center;
  padding: 1.6rem 1rem;
  color: #00b900;
  margin-bottom: 3rem;
}
.line-answer .line-answer-first {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first {
    display: block;
  }
}
.line-answer .line-answer-first .line-answer-first_l {
  width: 60%;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_l {
    width: 100%;
  }
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-content: center;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_l .first-cmt {
    display: block;
    text-align: center;
  }
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt ul {
  margin-left: 0.8rem;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_l .first-cmt ul {
    margin-left: 0;
  }
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt ul li {
  text-align: right;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt ul li div {
  padding: 1.5rem;
  border-radius: 1.4rem;
  font-size: 1.6rem;
  background-color: #d0f2d9;
  margin-bottom: 0.5rem;
  margin-right: 13px;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt ul li div:after {
  position: absolute;
  top: 40%;
  right: -1.3rem;
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../img/line/line-first-cmt_green.svg) no-repeat 0 0/cover;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_l .first-cmt ul li div:after {
    display: none;
  }
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt img {
  width: 97px;
  height: 173px;
  margin: auto auto 0;
  margin-left: 18px;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_l .first-cmt img {
    margin-left: 0;
  }
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt-shop {
  margin-top: 3rem;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt-shop ul {
  order: 2;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt-shop ul li {
  text-align: left;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt-shop ul li div {
  margin-left: 1rem;
  background-color: #ececec;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt-shop ul li div:after {
  left: -1.3rem;
  background: url(../img/line/line-first-cmt_gray.svg) no-repeat 0 0/cover;
}
.line-answer .line-answer-first .line-answer-first_l .first-cmt-shop img {
  order: 1;
  width: 96px;
  height: 212px;
  margin-right: 22px;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_l .first-cmt-shop img {
    margin-right: 0;
  }
}
.line-answer .line-answer-first .line-answer-first_r {
  width: calc(40% - 5rem);
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_r {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-first .line-answer-first_r img {
    margin: 3rem auto 0;
  }
}
.line-answer .line-answer-consul {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-content: center;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-consul {
    display: block;
  }
}
.line-answer .line-answer-consul .answer-consul-box {
  width: 24%;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-consul .answer-consul-box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.line-answer .line-answer-consul .answer-consul-box img {
  margin: 0 auto auto;
  vertical-align: top;
  text-align: center;
}
.line-answer .line-answer-consul .answer-consul-box .consul_cmt {
  margin-top: 1rem;
  border-radius: 10px;
  background-color: rgb(195, 250, 195);
  font-size: 1.3rem;
  padding: 0.8rem 1.2rem;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-consul .answer-consul-box .consul_cmt {
    font-size: 1.6rem;
    text-align: center;
  }
}
.line-answer .line-answer-consul .answer-consul-box .consul_cmt strong {
  color: #00b900;
}
.line-answer .line-answer-consul .answer-consul-box .consul_cmt:before {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.9rem;
  height: 2.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../img/line/line-consul-cmt.svg) no-repeat 0 0/cover;
}
.line-answer .line-answer-time {
  padding: 0rem 4rem 6rem;
}
@media only screen and (max-width:768px) {
  .line-answer .line-answer-time {
    padding: 0rem 1rem 2rem;
  }
}
.line-answer .line-answer-time .line-answer-time-wrap {
  border-radius: 10px;
  background-color: rgb(241, 251, 241);
  text-align: center;
  padding: 2.5rem;
}
.line-answer .line-answer-time .line-answer-time-wrap h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.line-answer .line-answer-time .line-answer-time-wrap p {
  font-size: 1.5rem;
  text-align: center;
}

.line-friend-add .friend-add-wrap {
  text-align: center;
  border: 4px solid #00b900;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-content: center;
  padding: 3.5rem 5rem;
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap {
    display: block;
  }
}
.line-friend-add .friend-add-wrap .friend-add-box {
  width: 30%;
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap .friend-add-box {
    width: 100%;
  }
}
.line-friend-add .friend-add-wrap .friend-add-box .add-tp {
  height: 10rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 2rem;
  align-items: center;
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap .friend-add-box .add-tp {
    padding: 3rem 0;
    height: auto;
  }
}
.line-friend-add .friend-add-wrap .friend-add-box .add-tp .qr-code {
  height: 10rem;
}
.line-friend-add .friend-add-wrap .friend-add-box .add-tp .line-account_id {
  background-color: #e7e7e7;
  font-size: 1.8rem;
  padding: 1.2rem 1.6rem;
  letter-spacing: 0.1em;
}
.line-friend-add .friend-add-wrap .friend-add-or {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 1.3;
  margin: 0 4.5rem;
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap .friend-add-or {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    margin: 0;
    padding: 0 55px;
  }
}
.line-friend-add .friend-add-wrap .friend-add-or:before, .line-friend-add .friend-add-wrap .friend-add-or:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 45px;
  background-color: black;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap .friend-add-or:before, .line-friend-add .friend-add-wrap .friend-add-or:after {
    top: 50%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 45px;
    height: 1px;
  }
}
.line-friend-add .friend-add-wrap .friend-add-or:after {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap .friend-add-or:after {
    top: 50%;
    left: 0;
  }
}
@media only screen and (max-width:768px) {
  .line-friend-add .friend-add-wrap .friend-add-or:before {
    right: 0;
    left: auto;
  }
}

.shop-main {
  background: url(../img/common/pattern-bg.png);
  border: 1px solid #dfdfdf;
  padding: 6.5rem;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .shop-main {
    padding: 2rem 1rem;
  }
}
.shop-main .shop-tbl {
  border-top: 1px solid #dfdfdf;
  font-size: 1.4rem;
  width: 100%;
  max-width: 80rem;
  text-align: left;
  margin: 4.5rem auto 0;
}
@media only screen and (max-width:768px) {
  .shop-main .shop-tbl {
    text-align: center;
    border: none;
  }
}
.shop-main .shop-tbl th {
  padding: 2rem 3rem;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
  width: 14rem;
  box-sizing: border-box;
}
@media only screen and (max-width:768px) {
  .shop-main .shop-tbl th {
    background-color: rgba(29, 29, 42, 0.1);
    padding: 0.5rem 1rem;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border-top: 1px solid #dfdfdf;
    border-bottom: none;
  }
}
.shop-main .shop-tbl td {
  padding: 2rem 1rem;
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (max-width:768px) {
  .shop-main .shop-tbl td {
    padding: 1rem 1rem;
    display: block;
    width: 100%;
    border: none;
  }
}

#map {
  margin-top: -12rem;
  width: 100%;
  height: 60rem;
}

.storage-anchor-top {
  background: url(../img/common/pattern-bg.png);
  border: 1px solid #dfdfdf;
  padding: 4rem 9rem 2rem 9rem;
  box-sizing: border-box;
  margin-bottom: 7rem;
}
@media only screen and (max-width:768px) {
  .storage-anchor-top {
    padding: 2rem 2rem 2rem 1rem;
    margin-bottom: 3rem;
  }
}
.storage-anchor-top .anchor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  line-height: 1.4;
}
.storage-anchor-top .anchor-list li {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 5rem;
  font-family: "ten-mincho", serif;
  -webkit-font-feature-settings: "ss02";
          font-feature-settings: "ss02";
}
.storage-anchor-top .anchor-list a {
  position: relative;
}
.storage-anchor-top .anchor-list a strong {
  font-size: 2rem;
}
.storage-anchor-top .anchor-list a span {
  color: #e31042;
}
.storage-anchor-top .anchor-list a:after {
  position: absolute;
  bottom: -3.3rem;
  left: 50%;
  content: "";
  display: block;
  width: 3.2rem;
  height: 1.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../img/storage/anchor-arrow@2x.png) no-repeat 0 0/cover;
  transition: all 0.1s linear;
}
.storage-anchor-top .anchor-list a:hover:after {
  bottom: -3.8rem;
  transition: all 0.1s linear;
}

.storage-handling-col {
  width: 96%;
  max-width: 85rem;
  margin: 0 auto 6rem;
}
.storage-handling-col:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.storage-handling-col .storage-handling-img {
  margin-bottom: 2rem;
}
@media only screen and (max-width:768px) {
  .storage-handling-col .storage-handling-img {
    text-align: center;
  }
}
.storage-handling-col .storage-handling-img img {
  margin-right: 1rem;
}
@media only screen and (max-width:768px) {
  .storage-handling-col .storage-handling-img img {
    margin-bottom: 1rem;
  }
}
.storage-handling-col .storage-handling-img img:last-child {
  margin-right: 0;
}
@media only screen and (max-width:768px) {
  .storage-handling-col .storage-handling-img img:last-child {
    margin-bottom: 0rem;
  }
}

a[target=blank]:after {
  font-family: "myfont" !important;
  content: "\f022";
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  margin-left: 0.5em;
  font-size: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
}

a.imglink[target=blank]:after {
  content: "";
  margin: 0;
}

a[href$=".pdf"]:after {
  font-family: "myfont" !important;
  content: "\f051";
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  vertical-align: middle;
  margin: 0em 0 0 0.4em;
  text-decoration: none !important;
  display: inline-block;
}

a[href*="https://www.google.co.jp/maps/"]:after {
  font-family: "myfont" !important;
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  margin-left: 0.6em;
  display: inline-block;
}

a[href^="tel:"]:before {
  font-family: "myfont" !important;
  content: "\f060";
  padding: 0 0.3em;
  vertical-align: bottom;
  vertical-align: middle;
  vertical-align: center;
  vertical-align: baseline;
  vertical-align: -0.13em;
  vertical-align: center;
  font-size: 0.8em;
  margin: 0em -0.1em 0 0;
  text-decoration: none !important;
}