@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sans {
  font-family: Inter, serif;
}

body {
  background: #fff;
  color: #0e0000;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0e0000;
  text-decoration: none;
  transition: opacity .3s;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: .5;
  }
}

p.sp,
br.sp,
span.sp {
  display: none;
}

img {
  display: block;
  width: 100%;
}

.center {
  text-align: center;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2000;
}

#wh {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  z-index: -1;
}

header {
  background-color: #0e0000;
  position: relative;
  z-index: 1000;
}

.logo {
  padding: 66px 0 61px;
}

.logo a {
  display: block;
  text-align: left !important;
  background: url(../img/logo_w_e.png) 0 0 no-repeat;
  background-size: 69px 205px;
  width: 69px;
  height: 205px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 auto;
}

#gnavi {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background: #0e0000;
  background-size: 80px auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

#gnavi.show {
  opacity: 1;
  visibility: visible;
}

#gnavi .logo {
  position: absolute;
  top: 0;
  left: 70px;
}

#gnavi .logo a {
  width: 120px;
  height: 320px;
}

#gnavi ul {
  list-style: none;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translate(0, -55%);
  margin-top: 50px;
}

#gnavi ul li {
  margin: 10px 0;
  letter-spacing: .1em;
}

#gnavi ul li:nth-child(6),
#gnavi ul li:nth-child(8) {
  margin-top: 26px;
}

@media screen and (min-height: 1000px) {
  #gnavi ul li:nth-child(6),
  #gnavi ul li:nth-child(8) {
    margin-top: 36px;
  }
}

#gnavi a {
  display: block;
  color: #fff;
  text-align: right;
}

#gnavi a .s {
  display: inline-block;
  font-size: 75%;
  font-weight: 400;
  margin-right: 5px;
  transform: translateY(-1px);
}

#gnavi a img {
  display: inline-block;
  width: 11.1em;
  margin-top: 0.5em;
}

#gnavi .instagram,
#gnavi .lang {
  color: #fff;
  text-align: right;
  margin: 0;
}

#gnavi .instagram a {
  display: inline;
}

#gnavi .instagram img {
  width: 1.5em;
  display: inline-block;
  margin-top: 30px;
}

#gnavi .lang a,
#gnavi .lang span {
  display: inline;
  font-size: 110%;
  letter-spacing: 0;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#gnavi .lang span {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

#gnavi_btn {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  z-index: 1002;
  cursor: pointer;
  /*background: url(../img/menu.png) center center no-repeat;
  background-size: contain;*/
}

#gnavi_btn span {
  position: absolute;
  top: 15px;
  left: 0;
  width: 80px;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  transition: opacity 1s;
}

#gnavi_btn::before,
#gnavi_btn::after {
  content: "";
  display: block;
  width: 50px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 15px;
  transition: 1s linear;
}

#gnavi_btn.w::before,
#gnavi_btn.w::after {
  background-color: #0e0000;
}

#gnavi_btn.x::before,
#gnavi_btn.x::after {
  background-color: #fff !important;
}

#gnavi_btn::before {
  transform: translateY(-10px);
}

#gnavi_btn::after {
  transform: translateY(4px);
}

/*#gnavi_btn.x span {
  opacity: 0;
}

#gnavi_btn.x::before {
  transform: translateY(0) rotate(-45deg);
}

#gnavi_btn.x::after {
  transform: translateY(0) rotate(45deg);
}*/

@media screen and (max-height: 1000px) {
  #gnavi ul li {
    margin: 8px 0;
  }
}

@media screen and (max-height: 800px) {
  #gnavi ul li {
    margin: 8px 0;
  }
}

@media screen and (max-height: 600px) {
  #gnavi .logo {
    left: 40px;
    padding: 38px 0;
  }

  #gnavi ul {
    font-size: 90%;
    right: 40px;
    margin-top: 50px;
  }

  #gnavi ul li {
    margin: 3px 0;
  }

  #gnavi_btn {
    top: 10px;
    right: 30px;
  }
}

footer {
  background: #0e0000;
  color: #fff;
  padding: 50px 7% 20px;
  line-height: 2;
  text-align: center;
}

footer nav {
  max-width: 1000px;
  margin: 0 auto 50px;
}

footer nav ul {
  list-style: none;
  display: block;
  text-align: center;
}

footer nav ul li {
  display: inline-block;
  margin: 4px 16px;
}

footer nav ul li:nth-child(n+11) {
  margin-top: 25px;
}

footer nav ul li a {
  color: #fff;
  font-size: 90%;
}

footer nav ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 13em;
}

footer nav ul .instagram,
footer nav ul .lang {
  color: #fff;
}

footer nav ul .instagram img {
  vertical-align: middle;
  width: 1.2em;
  display: inline-block;
  margin-bottom: 2px;
}

footer nav ul .lang {
  display: block;
  margin-top: 10px;
  font-size: 110%;
}

footer nav ul .lang a,
footer nav ul .lang span {
  font-size: 100%;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

footer nav ul .lang span {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

footer .logo {
  border-top: 1px solid #9fa0a0;
  margin: 0 auto;
  max-width: 1000px;
}

footer .copyright {
  font-size: 60%;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0 auto;
  max-width: 1000px;
}





.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tab-label {
  white-space: nowrap;
  text-align: center;
  padding: 15px 0;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 50%;
  color: #b3b1b0;
  font-size: 125%;
  letter-spacing: .1em;
  transition: color 0.3s;
  border-bottom: 1px solid #efcb00;
  margin-bottom: 2px;
}

.tab-content {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .tab-label:hover{
    color: #0e0000;
  }
}

.tab-switch:checked + .tab-label {
  color: #0e0000;
  border-bottom: 5px solid #efcb00;
  margin-bottom: 0;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
}

.tab-switch {
  display: none;
}




.home header {
  display: none;
}

.home .cover {
  position: relative;
  height: 100vh;
}

.home #slider {
  list-style: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/top/01.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: opacity 1s linear;
  opacity: 0;
  visibility: hidden;
}

.home .slide_01 { background-image: url("../img/top/01.jpg"); }
.home .slide_02 { background-image: url("../img/top/02.jpg"); }
.home .slide_03 { background-image: url("../img/top/03.jpg"); }
.home .slide_04 { background-image: url("../img/top/04.jpg"); }
.home .slide_05 { background-image: url("../img/top/05.jpg"); }
.home .slide_06 { background-image: url("../img/top/06.jpg"); }
.home .slide_07 { background-image: url("../img/top/07.jpg"); }
.home .slide_08 { background-image: url("../img/top/08.jpg"); }
.home .slide_09 { background-image: url("../img/top/09.jpg"); }
.home .slide_10 { background-image: url("../img/top/10.jpg"); }
.home .slide_11 { background-image: url("../img/top/11.jpg"); }
.home .slide_12 { background-image: url("../img/top/12.jpg"); }
.home .slide_13 { background-image: url("../img/top/13.jpg"); }
.home .slide_14 { background-image: url("../img/top/14.jpg"); }
.home .slide_15 { background-image: url("../img/top/15.jpg"); }
.home .slide_16 { background-image: url("../img/top/16.jpg"); }
.home .slide_17 { background-image: url("../img/top/17.jpg"); }
.home .slide_18 { background-image: url("../img/top/18.jpg"); }
.home .slide_19 { background-image: url("../img/top/19.jpg"); }
.home .slide_20 { background-image: url("../img/top/20.jpg"); }
.home .slide_21 { background-image: url("../img/top/21.jpg"); }
.home .slide_22 { background-image: url("../img/top/22.jpg"); }
.home .slide_23 { background-image: url("../img/top/23.jpg"); }
.home .slide_24 { background-image: url("../img/top/24.jpg"); }
.home .slide_25 { background-image: url("../img/top/25.jpg"); }
.home .slide_26 { background-image: url("../img/top/26.jpg"); }
.home .slide_27 { background-image: url("../img/top/27.jpg"); }
.home .slide_28 { background-image: url("../img/top/28.jpg"); }
.home .slide_29 { background-image: url("../img/top/29.jpg"); }
.home .slide_30 { background-image: url("../img/top/30.jpg"); }
.home .slide_31 { background-image: url("../img/top/31.jpg"); }
.home .slide_32 { background-image: url("../img/top/32.jpg"); }
.home .slide_33 { background-image: url("../img/top/33.jpg"); }
.home .slide_34 { background-image: url("../img/top/34.jpg"); }
.home .slide_35 { background-image: url("../img/top/35.jpg"); }
.home .slide_36 { background-image: url("../img/top/36.jpg"); }

.home .slide.show {
  opacity: 1;
  visibility: visible;
  /*transform: scale(1.1,1.1);*/
}

.home .map {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home .map iframe {
  pointer-events: none;
  filter: grayscale(1);
  transition: filter .3s;
}

.home .map iframe.active {
  pointer-events: auto;
  filter: grayscale(0);
}

.home .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





.page_header {
  padding: 105px 0 ;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.page_header .heading {
  color: #0e0000;
  font-size: 170%;
  /*letter-spacing: .1em;
  text-indent: .1em;*/
  line-height: 1.3;

  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.page_header .subhead {
  color: #0e0000;
  font-size: 130%;
  /*letter-spacing: .1em;
  text-indent: .1em;*/
  line-height: 1.3;
  margin-top: 65px;

  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.sub_en {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
  font-size: 109%;
  letter-spacing: .16em;
  text-indent: .16em;
  line-height: 1.3;
}

.border {
  width: 50px;
  height: 7px;
  background-color: #0e0000;
  margin: 32px auto 0;
}

.front {
  width: 86%;
  margin: 0 auto;
  max-width: 1000px;
}

.page_body {
  width: 86%;
  margin: 0 auto 200px;
  max-width: 1000px;
}

.page_body .heading {
  color: #0e0000;
  font-size: 136%;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.3;
}

.introduction {
  line-height: 2.63;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.sec_header {
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.sec_header .heading {
  color: #0e0000;
  font-size: 182%;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.3;
  margin-top: 42px;
}




.concept .copy {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  width: 90%;
  max-width: 520px;
  margin: 120px auto 0;
}

.concept .copy h2 {
  font-weight: 600;
  font-size: 183%;
  line-height: 1.75;
  letter-spacing: .12em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.concept .copy .lead {
  line-height: 2.16;
  margin-top: 60px;
}

.concept .copy .sign {
  margin-top: 60px;
}

.concept .copy .sign span {
  display: inline-block;
}




.making .flow {
  text-align: center;
  margin-top: 105px;
}

.making .step {
  max-width: 400px;
  border: 2px solid #0e0000;
  border-radius: 30px;
  margin: 0 auto;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-size: 136%;
  line-height: 56px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.making .caption {
  font-size: 75%;
  margin-top: 10px;
}

.making .next {
  width: 30px;
  margin: 20px auto 30px;
}






.product .item_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 105px;
}

.product .item_list li {
  width: 30%;
  margin-bottom: 80px;
}

.product .item_list li h4 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-size: 135%;
  line-height: 1.5;
  margin: 26px 0 30px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.product .item_list li h4 .ruby {
  font-size: 62%;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-weight: 500;
}

.product .item_list li h4 .aji {
  display: block;
  padding: 8px 10px;
  margin-top: 26px;
  font-size: 15px;
  font-weight: 500;
  background-color: #0e0000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product .item_list li h4 .aji.usukuchi {
  background-color: #A46A00;
}

.product .item_list li h4 .aji.ponzu {
  background-color: #efcb00;
  color: #0e0000;
}

.product .item_list li h4 .aji.dashi {
  background-color: #d87600;
}

.product .item_list li h4 .aji.other {
  background-color: #eee;
  color: #0e0000;
}

.product .item_list li .price {
  font-family: acumin-pro-condensed, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-size: 132%;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.product .item_list li .price .size {
  display: inline-block;
  font-weight: 300;
  width: 70px;
}

.product .item_list li .price .tag img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
  width: auto;
  height: 22px;
}

.product .item_list li .price .jp {
  font-size: 75%;
}

.product .item_list li .price strong {
  font-weight: 500;
}

.product .item_list li .feature {
  font-family: acumin-pro-condensed, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 26px 0 12px;
}

.product .item_list li .feature strong {
  display: inline-block;
  width: 5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product .item_list li .cooking {
  font-family: acumin-pro-condensed, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}

.product .item_list li .cooking strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product .item_list li .copy {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-size: 75%;
  line-height: 1.7;
}





.region_box {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  border: 2px solid #efcb00;
  line-height: 50px;
  border-radius: 26px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  font-size: 110%;
  max-width: 400px;
  margin: 150px auto 55px;
}

.shop_area {
  border-top: 2px solid #0e0000;
  border-bottom: 2px solid #0e0000;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 35px 0;
}

.shop dl + .shop_area {
  margin-top: 150px;
}

.shop dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 24px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #0e0000;
}

.shop dt {
  display: flex;
  align-items: center;
  width: 28%;
  padding: 40px 20px;
}

.shop dd {
  display: flex;
  align-items: center;
  width: 72%;
  padding: 40px 20px;
}

.shop dt:nth-of-type(n+2),
.shop dd:nth-of-type(n+2) {
  border-top: 1px solid #0e0000;
}





.order .tab-wrap {
  margin-top: 80px;
}

.order .sec_header {
  margin: 105px 0;
}

.order .guide {
  font-size: 75%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  border: 2px solid #efcb00;
  line-height: 50px;
  border-radius: 26px;
  text-align: center;
  max-width: 280px;
  margin: 65px auto;
}

.order .guide span {
  display: inline-block;
  /*border: 1px solid #efcb00;
  border-radius: 25px;
  padding: 0 30px;
  line-height: 48px;*/
}

.order .lead {
  margin-top: 40px
}

form {
  display: block;
}

input,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
	outline: none;
}

input[type=text],
select,
textarea {
  display: block;
	width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
	line-height: 1.8;
	padding: 10px;
  border: 0;
	background: #fff;
  border: 1px solid #0e0000;
  border-radius: 0;
	margin: 10px 0 30px;
}

input:focus,
select:focus,
textarea:focus {
  background: #fefbec;
}

.input_label {
  position: relative;
  font-size: 75%;
}

.required::after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px;
  height: 7px;
  background: #efcb00;
}

input[type=submit] {
  display: block;
  width: 100%;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Noto Serif JP", serif;
  font-size: 100%;
  font-weight: 400;
  text-align: center;
  line-height: 60px;
  background: #efcb00;
  color: #0e0000;
  border-radius: 30px;
  margin: 40px auto 0;
  cursor: pointer;
  transition: opacity .3s;
}

input[type=submit]:hover {
  opacity: .5;
}

input::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

textarea {
  resize: vertical;
}

.order .item_list {
  list-style: none;
  border-bottom: 1px solid #0e0000;
}

.order .item_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 80px;
  border-top: 1px solid #0e0000;
}

.order .item_list li.s {
  margin-left: 60px;
  border-top: 1px solid #e4e4e4;
}

@media screen and (min-width: 1025px) {
  .order .item_list li:hover {
    background: #fefbec;
  }
}

.order .item_list li .item {
  display: flex;
  align-items: center;
  padding: 15px 0 15px 60px;
  line-height: 1.25;
}

.order .item_list li.s .item {
  padding-left: 0;
}

.order .item_list li .item span {
  display: inline-block;
}

.order .item_list li .photo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.order .item_list li .name {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  width: 215px;
  position: relative;
}

.order .item_list li .name .ruby {
  font-size: 75%;
  vertical-align: middle;
  padding-bottom: 2px;
}

.order .item_list li .aji {
  position: absolute;
  top: 50%;
  left: 120px;
  display: block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-size: 60%;
  background-color: #0e0000;
  color: #fff;
  padding: 0 9px;
  line-height: 20px;
  margin-top: -10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.order .item_list li .aji.usukuchi {
  background-color: #A46A00;
}

.order .item_list li .aji.ponzu {
  background-color: #efcb00;
  color: #0e0000;
}

.order .item_list li .aji.dashi {
  background-color: #d87600;
}

.order .item_list li .size,
.order .item_list li .price {
  font-family: acumin-pro-condensed, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 300;
  font-size: 110%;
  letter-spacing: 0.1em;
}

.order .item_list li .size {
  width: 70px;
}

.order .item_list li .tag img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 16px;
  margin: 2px 0;
}

.order .item_list li .price {
  font-weight: 500;
  width: 70px;
}

.order .item_list li .qty {
  width: 58px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-size: 75%;
  text-align: right;
}

.order .item_list li .qty .select {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 1.8;
  border: 1px solid #0e0000;
  margin-right: 6px;
  position: relative;
}

.order .item_list li .qty .label {
  font-family: acumin-pro-condensed, dnp-shuei-gothic-kin-std, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.order .item_list li .qty select {
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.order .info {
  margin-top: 150px;
}

.order .info .note {
  margin-bottom: 50px;
}

.order .fax .dl {
  display: block;
  width: 80px;
  margin: 50px auto;
}

.shipping_table {
  margin-bottom: 40px;
}

.shipping_note {
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
}

.shipping_note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.payment_box {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  border: 2px solid #efcb00;
  line-height: 50px;
  border-radius: 26px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto 20px;
}

.payment_note {
  font-size: 87.5%;
  text-align: center;
}

.tokutei {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 24px;
  letter-spacing: 0.1em;
}

.tokutei dt {
  display: flex;
  align-items: center;
  width: 24%;
  font-size: 75%;
  padding: 30px 20px;
  border-top: 1px solid #0e0000;
}

.tokutei dd {
  display: flex;
  align-items: center;
  width: 74%;
  padding: 30px 20px;
  border-top: 1px solid #0e0000;
}

.tokutei dt:last-of-type,
.tokutei dd:last-of-type {
  border-bottom: 1px solid #0e0000;
}





#contact_form {
  margin-top: 105px;
}

form {
  position: relative;
  display: block;
}

form.wait > * {
  opacity: 0.3;
  pointer-events: none;
}

form.wait .spin {
  opacity: 1 !important;
  animation: spin 1s linear infinite normal;
  border: 2px solid rgba(0,0,0,.1);
  border-top-color: #0e0000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  z-index: 1000;
}

@keyframes spin {
  from {} to {
    transform: rotate(360deg);
  }
}

form + p {
  display: none;
  font-size: 125%;
  padding: 100px 0;
  text-align: center;
}





.news dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 24px;
  letter-spacing: 0.06em;
  margin-top: 105px;
}

.news dt {
  display: flex;
  align-items: center;
  width: 24%;
  font-size: 75%;
  padding: 40px 20px;
  border-top: 1px solid #0e0000;
}

.news dd {
  display: flex;
  align-items: center;
  width: 74%;
  padding: 40px 20px;
  border-top: 1px solid #0e0000;
  line-height: 2;
}

.news dt:last-of-type,
.news dd:last-of-type {
  border-bottom: 1px solid #0e0000;
}





.company dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 24px;
  letter-spacing: 0.06em;
  margin-top: 105px;
}

.company dt {
  display: flex;
  align-items: center;
  width: 24%;
  font-size: 75%;
  padding: 40px 20px;
  border-top: 1px solid #0e0000;
}

.company dd {
  display: flex;
  align-items: center;
  width: 74%;
  padding: 40px 20px;
  border-top: 1px solid #0e0000;
}

.company dt:last-of-type,
.company dd:last-of-type {
  border-bottom: 1px solid #0e0000;
}




.life .page_header img {
  display: block;
  width: 80%;
  max-width: 800px;
  margin: 50px auto;
}

.life .front {
  margin-bottom: 50px;
}





@media screen and (max-width: 900px) {
  .product .item_list li {
    width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .product .item_list li {
    width: 100%;
  }
}





@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  p.pc,
  br.pc,
  span.pc {
    display: none;
  }

  p.sp {
    display: block;
  }

  br.sp,
  span.sp {
    display: inline;
  }

  #gnavi .logo {
    padding: 42px 0;
    left: 30px;
  }

  #gnavi .logo a {
    width: 100px;
  }

  #gnavi ul {
    right: 27px;
  }

  #gnavi ul li {
    margin: 5px 0;
  }

  #gnavi_btn {
    top: 10px;
    right: 6px;
    transform: scale(0.8);
  }

  footer nav ul li {
    display: inline-block;
    margin: 8px 12px;
  }
  
  .tab-label {
    font-size: 115%;
  }




  .home .slide_01 { background-image: url("../img/top/sp/01.jpg"); }
  .home .slide_02 { background-image: url("../img/top/sp/02.jpg"); }
  .home .slide_03 { background-image: url("../img/top/sp/03.jpg"); }
  .home .slide_04 { background-image: url("../img/top/sp/04.jpg"); }
  .home .slide_05 { background-image: url("../img/top/sp/05.jpg"); }
  .home .slide_06 { background-image: url("../img/top/sp/06.jpg"); }
  .home .slide_07 { background-image: url("../img/top/sp/07.jpg"); }
  .home .slide_08 { background-image: url("../img/top/sp/08.jpg"); }
  .home .slide_09 { background-image: url("../img/top/sp/09.jpg"); }
  .home .slide_10 { background-image: url("../img/top/sp/10.jpg"); }
  .home .slide_11 { background-image: url("../img/top/sp/11.jpg"); }
  .home .slide_12 { background-image: url("../img/top/sp/12.jpg"); }
  .home .slide_13 { background-image: url("../img/top/sp/13.jpg"); }
  .home .slide_14 { background-image: url("../img/top/sp/14.jpg"); }
  .home .slide_15 { background-image: url("../img/top/sp/15.jpg"); }
  .home .slide_16 { background-image: url("../img/top/sp/16.jpg"); }
  .home .slide_17 { background-image: url("../img/top/sp/17.jpg"); }
  .home .slide_18 { background-image: url("../img/top/sp/18.jpg"); }
  .home .slide_19 { background-image: url("../img/top/sp/19.jpg"); }
  .home .slide_20 { background-image: url("../img/top/sp/20.jpg"); }
  .home .slide_21 { background-image: url("../img/top/sp/21.jpg"); }
  .home .slide_22 { background-image: url("../img/top/sp/22.jpg"); }
  .home .slide_23 { background-image: url("../img/top/sp/23.jpg"); }
  .home .slide_24 { background-image: url("../img/top/sp/24.jpg"); }
  .home .slide_25 { background-image: url("../img/top/sp/25.jpg"); }
  .home .slide_26 { background-image: url("../img/top/sp/26.jpg"); }
  .home .slide_27 { background-image: url("../img/top/sp/27.jpg"); }
  .home .slide_28 { background-image: url("../img/top/sp/28.jpg"); }
  .home .slide_29 { background-image: url("../img/top/sp/29.jpg"); }
  .home .slide_30 { background-image: url("../img/top/sp/30.jpg"); }
  .home .slide_31 { background-image: url("../img/top/sp/31.jpg"); }
  .home .slide_32 { background-image: url("../img/top/sp/32.jpg"); }
  .home .slide_33 { background-image: url("../img/top/sp/33.jpg"); }
  .home .slide_34 { background-image: url("../img/top/sp/34.jpg"); }
  .home .slide_35 { background-image: url("../img/top/sp/35.jpg"); }
  .home .slide_36 { background-image: url("../img/top/sp/36.jpg"); }




  .border {
    transform: scale(0.8);
  }

  .front {
    width: 100%;
  }




  .concept .copy {
    width: 95%;
    margin-top: 60px;
  }

  .concept .copy .lead {
    letter-spacing: .07em;
    margin-top: 40px;
  }

  .concept .copy .sign {
    text-align: left;
  }




  .making .step {
    font-size: 118%;
    letter-spacing: .25em;
    text-indent: .25em;
    border-radius: 25px;
    line-height: 46px;
  }

  .making .caption {
    font-size: 90%;
  }



  .order .sec_header {
    margin: 105px 0 65px;
  }

  input[type=text],
  select,
  textarea {
    padding: 5px 10px;
  }

  .required::after {
    transform-origin: right;
    transform: scale(0.8);
  }

  input[type=submit] {
    line-height: 50px;
    border-radius: 25px;
  }

  .order .item_list li.s {
    margin-left: 45px;
  }

  .order .item_list li .item {
    padding: 10px 0 10px 45px;
  }

  .order .item_list li .photo {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  .order .item_list li .name {
    width: 95px;
    font-size: 90%;
  }

  .order .item_list li .aji {
    position: static;
    margin-top: 0;
    line-height: 18px;
    margin-top: 2px;
  }

  .order .item_list li .size,
  .order .item_list li .price {
    width: 60px;
  }

  .order .item_list li .qty select,
  .order .item_list li .qty .select {
    width: 36px;
    height: 36px;
  }

  .order .item_list li .qty .select .label {
    margin-top: -2px;
  }

  .order .fax .number {
    padding: 25px 0;
  }

  .shipping_table {
    margin-top: 30px;
    height: 800px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .shipping_table img {
    width: auto;
    height: 800px;
  }

  .payment_box {
    font-size: 87.5%;
  }

  .payment_note {
    font-size: 75%;
  }
  
  .tokutei dt,
  .tokutei dt:last-of-type {
    width: 100%;
    border-bottom: 0;
    padding: 30px 0 0;
  }

  .tokutei dd {
    width: 100%;
    padding: 2px 0 30px;
    border-top: 0;
  }




  .sp_bold {
    font-weight: 700;
  }
  
  .shop dt,
  .shop dt:last-of-type {
    width: 100%;
    border-bottom: 0;
    padding: 30px 0 0;
  }

  .shop dd {
    width: 100%;
    padding: 2px 0 30px;
    border-top: 0;
  }

 .shop dd:nth-of-type(n+2) {
  border-top: 0;
}





  .news dt,
  .news dt:last-of-type {
    width: 100%;
    border-bottom: 0;
    padding: 30px 0 0;
  }

  .news dd {
    width: 100%;
    padding: 2px 0 30px;
    border-top: 0;
  }





  .company dt,
  .company dt:last-of-type {
    width: 100%;
    border-bottom: 0;
    padding: 30px 0 0;
  }

  .company dd {
    width: 100%;
    padding: 2px 0 30px;
    border-top: 0;
  }
}