@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #1a1a1a;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: #1a1a1a;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

p {
  line-height: 2;
}

strong {
  font-weight: 700;
}

small {
  font-size: 9px;
}

@media only screen and (max-width: 767px) {
  small {
    font-size: 11px;
  }
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #1a1a1a;
}

/* Firefox */
::-moz-placeholder {
  color: #000;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #1a1a1a;
}

/* IE */
:-ms-input-placeholder {
  color: #1a1a1a;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.sp {
  display: none !important;
}

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

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

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

.show {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.heading-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.heading-wrap.type1 .en {
  font-family: kepler-std, serif;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  color: #666;
  letter-spacing: 4.8px;
  text-indent: 4.8px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type1 .en {
    font-size: 17px;
    letter-spacing: 2.5px;
    text-indent: 2.5px;
  }
}

.heading-wrap.type1 h2 {
  margin-top: 7px;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 4.1px;
  text-indent: 4.1px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type1 h2 {
    margin-top: 9px;
    font-size: 20px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.heading-wrap.type2 .en {
  font-family: kepler-std, serif;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  color: #666;
  letter-spacing: 4.8px;
  text-indent: 4.8px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 .en {
    font-size: 17px;
    letter-spacing: 2.5px;
    text-indent: 2.5px;
  }
}

.heading-wrap.type2 h2 {
  margin-top: 27px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 4.1px;
  text-indent: 4.1px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 h2 {
    margin-top: 13px;
    font-size: 19px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.heading-wrap.type2 .link {
  margin-top: 71px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 .link {
    margin-top: 16px;
  }
}

.heading-wrap.type2 .link a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3.8px;
  text-indent: 3.8px;
}

@media print, screen and (min-width: 961px) {
  .heading-wrap.type2 .link a:hover {
    color: #b2b2b2;
  }
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type2 .link a {
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.heading-wrap.type3 h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 3.5px;
  text-indent: 3.5px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type3 h2 {
    font-size: 17.5px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.heading-wrap.type3 .en {
  margin-top: 16px;
  font-family: kepler-std, serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.type3 .en {
    margin-top: 4px;
    font-size: 15px;
  }
}

.page-img-wrap {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap {
    margin-top: 50px;
  }
}

.page-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 527px;
  margin: 0 auto;
  background: #2e374b;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img {
    height: 200px;
  }
}

.page-img-wrap .page-img.aboutpg {
  background: url(../img/about/aboutpg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.aboutpg {
    background: url(../img/about/aboutpg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.about-teapg {
  background: url(../img/about-tea/about-teapg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.about-teapg {
    background: url(../img/about-tea/about-teapg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.made-to-orderpg {
  background: url(../img/made-to-order/made-to-orderpg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.made-to-orderpg {
    background: url(../img/made-to-order/made-to-orderpg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.japanese-tea-standpg {
  background: url(../img/japanese-tea-stand/japanese-tea-standpg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.japanese-tea-standpg {
    background: url(../img/japanese-tea-stand/japanese-tea-standpg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-img-wrap .page-img.to-traderspg {
  background: url(../img/to-traders/to-traderspg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.to-traderspg {
    background: url(../img/to-traders/to-traderspg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.page-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap {
    height: 150px;
    margin-top: 50px;
  }
}

.page-title-wrap .page-title {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.page-title-wrap .page-title .en {
  font-family: kepler-std, serif;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  color: #666;
  letter-spacing: 4.8px;
  text-indent: 4.8px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title .en {
    font-size: 17px;
    letter-spacing: 2.5px;
    text-indent: 2.5px;
  }
}

.page-title-wrap .page-title h1 {
  margin-top: 27px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 4.1px;
  text-indent: 4.1px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title h1 {
    margin-top: 13px;
    font-size: 19px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.btn {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media print, screen and (min-width: 961px) {
  .btn:hover {
    background: #2e374b;
  }
  .btn:hover a {
    color: #fff;
  }
}

.btn.type1 {
  width: 500px;
  height: 86px;
  margin-top: 50px;
  border: 1px solid #808080;
}

@media only screen and (max-width: 767px) {
  .btn.type1 {
    width: 250px;
    height: 50px;
    margin-top: 30px;
  }
}

.btn.type1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-indent: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .btn.type1 a {
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.btn.type2 {
  width: 1080px;
  height: 70px;
  margin-top: 96px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

@media only screen and (max-width: 767px) {
  .btn.type2 {
    width: 250px;
    height: 50px;
    margin-top: 10px;
    border: 1px solid #808080;
  }
}

.btn.type2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-indent: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .btn.type2 a {
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.btn.type3 {
  width: 500px;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #808080;
}

@media only screen and (max-width: 767px) {
  .btn.type3 {
    width: 250px;
    height: 50px;
    margin-top: 30px;
  }
}

.btn.type3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .btn.type3 a {
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.btn.type4 {
  width: 864px;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #808080;
}

@media only screen and (max-width: 767px) {
  .btn.type4 {
    width: 315px;
    height: 50px;
  }
}

.btn.type4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .btn.type4 a {
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #2e374b;
  z-index: 10000;
}

#loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loading .logo {
  position: relative;
  top: -2px;
  width: 320px;
  height: 365px;
}

@media only screen and (max-width: 767px) {
  #loading .logo {
    top: -5px;
    width: 163px;
    height: 186px;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask p, .mask img {
  opacity: 0;
}

.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}

.mask.animate-in:before, .mask.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.animate-in:before {
  background-color: #fff;
}

.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}

.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s .6s ease;
  animation: mask--lr 1s .6s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}

.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s .6s ease;
  animation: mask--rl 1s .6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

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

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

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

.filter a {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #333;
  border: 1px solid #333;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .filter a {
    padding: 7px 7px 5px 7px;
    margin-bottom: 10px;
  }
}

.filter a.active {
  color: #fff;
  background: #333;
  pointer-events: none;
}

@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}

.is-animated {
  -webkit-animation: .6s zoom-in;
  animation: .6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider.toppg-main-slider {
  width: 100%;
  height: 100%;
}

.slider.toppg-main-slider.tablet .slider-item {
  height: 854px;
}

.slider.toppg-main-slider .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider.toppg-sec2-img-slider .slider-item img {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.slider.aboutpg-sec2-img-slider {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .slider.aboutpg-sec2-img-slider {
    width: 100%;
    margin-top: 30px;
  }
}

.slider.aboutpg-sec2-img-slider .slider-item img {
  max-width: 100%;
}

.slider.aboutpg-sec2-img-slider .slick-dots {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .slider.aboutpg-sec2-img-slider .slick-dots li button:before {
    border: 1px solid #fff;
  }
}

@media only screen and (max-width: 767px) {
  .slider.aboutpg-sec2-img-slider .slick-dots li.slick-active button:before {
    background: #fff;
  }
}

/* Images */
/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  /* 重要 */
}

.slider-prev {
  left: -100px;
}

.slider-next {
  right: -100px;
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 3px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.slick-dots li.slick-active button:before {
  background: #000;
}

.header-wrap.normal {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal.hide {
    display: none;
  }
}

.header-wrap.normal .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 24px 54px 12px 54px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 10px 0 30px;
  }
}

.header-wrap.normal .header-subwrap .header-logo img {
  width: 80px;
  height: 74px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo img {
    width: 186px;
    height: 18px;
  }
}

.header-wrap.normal .header-subwrap .nav-wrap {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 920px;
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    display: none;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #151e35;
    z-index: 1000;
  }
  .header-wrap.normal .header-subwrap .nav-wrap .inner {
    width: 100%;
    height: 100%;
    padding: 55px 61.5px 55px 61.5px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.header-wrap.normal .header-subwrap .nav-wrap .sns-link {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 113px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .header-wrap.normal .header-subwrap .nav-wrap .sns-link a img {
    width: 21px;
    height: 21px;
  }
}

.header-wrap.normal .header-subwrap .nav-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-logo {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
}

.header-wrap.normal .header-subwrap .nav-logo img {
  width: 135px;
  height: 37px;
}

.header-wrap.normal .header-subwrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list {
    display: block;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item {
  position: relative;
}

@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item:hover a:before {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.news, .header-wrap.normal .header-subwrap .nav-list .nav-item.online {
    border: 1px solid #fff;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item.news a, .header-wrap.normal .header-subwrap .nav-list .nav-item.online a {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item.news {
    margin-top: 20px;
  }
  .header-wrap.normal .header-subwrap .nav-list .nav-item.online {
    margin-top: 17.5px;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item.news, .header-wrap.normal .header-subwrap .nav-list .nav-item.online {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item.news, .header-wrap.normal .header-subwrap .nav-list .nav-item.online {
    display: block;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item:not(:nth-of-type(n+6)):after {
  position: absolute;
  top: -1px;
  right: -29px;
  content: '/';
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item:not(:nth-of-type(n+6)):after {
    display: none;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item a {
  position: relative;
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.2px;
  }
}

.header-wrap.normal .header-subwrap .nav-list .nav-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #222;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-list .nav-item a:before {
    display: none;
  }
}

.header-wrap.normal .header-subwrap .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .link-wrap {
    display: none;
  }
}

.header-wrap.normal .header-subwrap .link-wrap .pickup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.normal .header-subwrap .link-wrap .pickup-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  border: 1px solid #e3e3e3;
}

@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .link-wrap .pickup-link a:hover {
    color: #fff;
    background: #2e374b;
  }
}

.header-wrap.normal .header-subwrap .link-wrap .pickup-link a.online {
  width: 100px;
}

.header-wrap.normal .header-subwrap .link-wrap .pickup-link a.news {
  width: 50px;
  margin-left: 10px;
}

.header-wrap.normal .header-subwrap .link-wrap .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .link-wrap .sns-link {
    margin: 0 auto;
    margin-top: 35px;
  }
}

.header-wrap.normal .header-subwrap .link-wrap .sns-link a img {
  width: 20px;
  height: 20px;
}

.header-wrap.normal .header-subwrap .burger-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .burger-menu {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1000;
  }
  .header-wrap.normal .header-subwrap .burger-menu .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.normal .header-subwrap .burger-menu .menu-trigger.active span:nth-of-type(1) {
    background-color: #fff;
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .header-wrap.normal .header-subwrap .burger-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap.normal .header-subwrap .burger-menu .menu-trigger.active span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .header-wrap.normal .header-subwrap .burger-menu .menu-trigger .bar {
    width: 24px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap.normal .header-subwrap .burger-menu .menu-trigger .bar span {
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}

.header-wrap.top {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top {
    display: block;
  }
  .header-wrap.top.adjustment {
    background: #fff;
  }
  .header-wrap.top.adjustment .header-subwrap {
    height: 50px;
  }
  .header-wrap.top.adjustment .header-subwrap .header-logo {
    opacity: 1;
  }
  .header-wrap.top.adjustment .header-subwrap .burger-menu .menu-trigger .bar span {
    background-color: #000;
  }
}

.header-wrap.top .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 24px 54px 12px 54px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 0 10px 0 30px;
  }
}

.header-wrap.top .header-subwrap .header-logo {
  opacity: 0;
}

.header-wrap.top .header-subwrap .header-logo img {
  width: 80px;
  height: 74px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .header-logo img {
    width: 186px;
    height: 18px;
  }
}

.header-wrap.top .header-subwrap .nav-wrap {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 920px;
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    display: none;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #151e35;
    z-index: 1000;
  }
  .header-wrap.top .header-subwrap .nav-wrap .inner {
    width: 100%;
    height: 100%;
    padding: 55px 61.5px 55px 61.5px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.header-wrap.top .header-subwrap .nav-wrap .sns-link {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-wrap .sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 113px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .header-wrap.top .header-subwrap .nav-wrap .sns-link a img {
    width: 21px;
    height: 21px;
  }
}

.header-wrap.top .header-subwrap .nav-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-logo {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
}

.header-wrap.top .header-subwrap .nav-logo img {
  width: 135px;
  height: 37px;
}

.header-wrap.top .header-subwrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-list {
    display: block;
  }
}

.header-wrap.top .header-subwrap .nav-list .nav-item {
  position: relative;
}

@media print, screen and (min-width: 961px) {
  .header-wrap.top .header-subwrap .nav-list .nav-item:hover a:before {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-list .nav-item.news, .header-wrap.top .header-subwrap .nav-list .nav-item.online {
    border: 1px solid #fff;
  }
  .header-wrap.top .header-subwrap .nav-list .nav-item.news a, .header-wrap.top .header-subwrap .nav-list .nav-item.online a {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
  }
  .header-wrap.top .header-subwrap .nav-list .nav-item.news {
    margin-top: 20px;
  }
  .header-wrap.top .header-subwrap .nav-list .nav-item.online {
    margin-top: 17.5px;
  }
}

.header-wrap.top .header-subwrap .nav-list .nav-item:not(:nth-of-type(n+6)):after {
  position: absolute;
  top: -1px;
  right: -29px;
  content: '/';
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-list .nav-item:not(:nth-of-type(n+6)):after {
    display: none;
  }
}

.header-wrap.top .header-subwrap .nav-list .nav-item a {
  position: relative;
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.2px;
  }
}

.header-wrap.top .header-subwrap .nav-list .nav-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #222;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .nav-list .nav-item a:before {
    display: none;
  }
}

.header-wrap.top .header-subwrap .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .link-wrap {
    display: none;
  }
}

.header-wrap.top .header-subwrap .link-wrap .pickup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap.top .header-subwrap .link-wrap .pickup-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  border: 1px solid #e3e3e3;
}

@media print, screen and (min-width: 961px) {
  .header-wrap.top .header-subwrap .link-wrap .pickup-link a:hover {
    color: #fff;
    background: #2e374b;
  }
}

.header-wrap.top .header-subwrap .link-wrap .pickup-link a.online {
  width: 100px;
}

.header-wrap.top .header-subwrap .link-wrap .pickup-link a.news {
  width: 50px;
  margin-left: 10px;
}

.header-wrap.top .header-subwrap .link-wrap .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .link-wrap .sns-link {
    margin: 0 auto;
    margin-top: 35px;
  }
}

.header-wrap.top .header-subwrap .link-wrap .sns-link a img {
  width: 20px;
  height: 20px;
}

.header-wrap.top .header-subwrap .burger-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.top .header-subwrap .burger-menu {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1000;
  }
  .header-wrap.top .header-subwrap .burger-menu .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.top .header-subwrap .burger-menu .menu-trigger.active span:nth-of-type(1) {
    background-color: #fff;
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .header-wrap.top .header-subwrap .burger-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap.top .header-subwrap .burger-menu .menu-trigger.active span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .header-wrap.top .header-subwrap .burger-menu .menu-trigger .bar {
    width: 24px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap.top .header-subwrap .burger-menu .menu-trigger .bar span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}

.footer-wrap {
  background: #151e35;
}

.footer-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .inner {
    display: block;
    max-width: 100%;
  }
}

.footer-wrap .footer-link-wrap a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 540px;
  height: 440px;
  background: url(../img/shared/footer-link-bg.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .footer-wrap .footer-link-wrap a:hover:after {
    background: rgba(0, 0, 0, 0.7);
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-link-wrap a {
    width: 100%;
    height: 191px;
    background: url(../img/shared/footer-link-bg_sp.jpg) center center/cover no-repeat;
  }
}

.footer-wrap .footer-link-wrap a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-link-wrap a:after {
    background: rgba(0, 0, 0, 0.7);
  }
}

.footer-wrap .footer-link-wrap img {
  position: relative;
  width: 426px;
  height: 239px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-link-wrap img {
    width: 300px;
    height: 160px;
  }
}

.footer-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap {
    display: block;
  }
}

.footer-wrap .info-wrap {
  position: relative;
  color: #fff;
  margin-right: 28px;
  padding: 32px 48px 12px 0;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap {
    margin-right: 0;
    padding: 30px 35px 25px 35px;
  }
}

.footer-wrap .info-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 1px;
  height: 300px;
  margin: auto;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap:before {
    display: none;
  }
}

.footer-wrap .info-wrap .logo-wrap img {
  width: 220px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap .logo-wrap img {
    width: 150px;
    height: 40px;
    margin: 0 auto;
  }
}

.footer-wrap .info-wrap .info {
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap .info {
    margin-top: 20px;
  }
}

.footer-wrap .info-wrap .info p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.52;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap .info p {
    line-height: 1.8;
    text-align: center;
  }
}

.footer-wrap .info-wrap .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap .sns-link {
    display: none;
  }
}

.footer-wrap .info-wrap .sns-link a:not(:first-of-type) {
  margin-left: 13px;
}

.footer-wrap .info-wrap .sns-link img {
  width: 22px;
  height: 22px;
}

.footer-wrap .info-wrap .copyright {
  margin-top: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap .copyright {
    font-weight: 200;
    text-align: center;
  }
}

.footer-wrap .footer-nav {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-nav {
    display: none;
  }
}

.footer-wrap .footer-nav ul {
  list-style: none;
}

.footer-wrap .footer-nav ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.03;
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-img-wrap.tablet {
  height: 854px;
}

.main-img-wrap.orientationchange {
  height: 667px;
}

.main-img-wrap .logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-img-wrap .logo-wrap h1 {
  position: relative;
  top: -40px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .logo-wrap h1 {
    top: -25px;
  }
}

.main-img-wrap .logo-wrap h1 img {
  width: 220px;
  height: 250px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .logo-wrap h1 img {
    width: 163px;
    height: 186px;
  }
}

.main-img-wrap .main-img-link-wrap {
  position: absolute;
  top: 30px;
  left: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .main-img-link-wrap {
    display: none;
  }
}

.main-img-wrap .main-img-link-wrap .pickup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
}

.main-img-wrap .main-img-link-wrap .pickup-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  border: 1px solid #fff;
}

@media print, screen and (min-width: 961px) {
  .main-img-wrap .main-img-link-wrap .pickup-link a:hover {
    color: #000;
    background: #fff;
  }
}

.main-img-wrap .main-img-link-wrap .pickup-link a.online {
  width: 100px;
}

.main-img-wrap .main-img-link-wrap .pickup-link a.news {
  width: 50px;
  margin-left: 10px;
}

.main-img-wrap .main-img-link-wrap .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 76px;
}

.main-img-wrap .main-img-link-wrap .sns-link a img {
  width: 20px;
  height: 20px;
}

.main-img-wrap .main-img-link-wrap .news-wrap {
  margin-left: 15px;
}

.main-img-wrap .main-img-link-wrap .news-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.main-img-wrap .main-img-link-wrap .news-wrap .item .date {
  position: relative;
}

.main-img-wrap .main-img-link-wrap .news-wrap .item .date:after {
  position: absolute;
  top: -1px;
  right: -12px;
  content: '/';
}

.main-img-wrap .main-img-link-wrap .news-wrap .item h3 {
  margin-left: 20px;
  font-weight: 400;
}

.main-img-wrap .info-wrap {
  position: absolute;
  top: 70px;
  right: 54px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .info-wrap {
    display: none;
  }
}

.main-img-wrap .info-wrap img {
  width: 136px;
  height: 105px;
}

.main-img-wrap .main-img-nav-wrap {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 920px;
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .main-img-nav-wrap {
    display: none;
  }
}

.main-img-wrap .main-img-nav-wrap .nav-item {
  position: relative;
  list-style: none;
}

@media print, screen and (min-width: 961px) {
  .main-img-wrap .main-img-nav-wrap .nav-item:hover a:before {
    left: 0;
  }
}

.main-img-wrap .main-img-nav-wrap .nav-item:not(:last-of-type):after {
  position: absolute;
  top: -1px;
  right: -29px;
  content: '/';
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .main-img-nav-wrap .nav-item:not(:last-of-type):after {
    display: none;
  }
}

.main-img-wrap .main-img-nav-wrap .nav-item a {
  position: relative;
  display: block;
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  overflow: hidden;
}

.main-img-wrap .main-img-nav-wrap .nav-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .main-img-nav-wrap .nav-item a:before {
    display: none;
  }
}

.toppg-sec1-wrap .toppg-sec1-news-item-wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.toppg-sec1-wrap .toppg-sec1-news-item-wrap .item {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-news-item-wrap .item {
    display: block;
  }
}

.toppg-sec1-wrap .toppg-sec1-news-item-wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 2;
}

.toppg-sec1-wrap .toppg-sec1-news-item-wrap .head .date {
  font-weight: 400;
}

.toppg-sec1-wrap .toppg-sec1-news-item-wrap .head .title {
  margin-left: 10px;
  font-weight: 400;
}

.toppg-sec1-wrap .content-wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0 134px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap {
    padding: 27px 0 57.5px 0;
  }
}

.toppg-sec1-wrap .toppg-sec1-heading-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-heading-wrap {
    margin-top: 64px;
  }
}

.toppg-sec1-wrap .toppg-sec1-heading-wrap .en {
  font-family: kepler-std, serif;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  color: #666;
  letter-spacing: 4.8px;
  text-indent: 4.8px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-heading-wrap .en {
    font-size: 17px;
    letter-spacing: 2.5px;
    text-indent: 2.5px;
  }
}

.toppg-sec1-wrap .toppg-sec1-heading-wrap h2 {
  margin-top: 7px;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 4.1px;
  text-indent: 4.1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-heading-wrap h2 {
    margin-top: 9px;
    font-size: 23.5px;
    letter-spacing: 2.3px;
    text-indent: 2.3px;
  }
}

.toppg-sec1-wrap .text-wrap {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .text-wrap {
    margin-top: 20px;
  }
}

.toppg-sec1-wrap .text-wrap p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3125;
  letter-spacing: 4px;
}

.toppg-sec1-wrap .text-wrap p:not(:first-of-type) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .text-wrap p:not(:first-of-type) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .text-wrap p {
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
  }
}

.toppg-sec2-wrap .toppg-sec2-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 600px;
  background: url(../img/top/toppg-sec2-heading-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .toppg-sec2-heading {
    height: 200px;
    background: url(../img/top/toppg-sec2-heading-bg_sp.jpg) center center/cover no-repeat;
  }
}

.toppg-sec2-wrap .toppg-sec2-heading h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 11px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .toppg-sec2-heading h2 {
    font-size: 15px;
    letter-spacing: 4.5px;
    text-indent: 4.5px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.toppg-sec2-wrap .item-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap {
    margin-top: 30px;
  }
}

.toppg-sec2-wrap .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item {
    display: block;
    padding: 0;
  }
  .toppg-sec2-wrap .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.toppg-sec2-wrap .item-wrap .item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item:not(:last-of-type) {
    border: none;
  }
  .toppg-sec2-wrap .item-wrap .item:not(:last-of-type) .text-wrap {
    border-bottom: 1px solid #ccc;
  }
}

.toppg-sec2-wrap .item-wrap .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.toppg-sec2-wrap .item-wrap .item .img {
  width: 670px;
  max-width: 100%;
}

.toppg-sec2-wrap .item-wrap .item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.toppg-sec2-wrap .item-wrap .item .text-wrap {
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item .text-wrap {
    width: 315px;
    margin: 0 auto;
    margin-top: 34px;
    padding: 0 0 40px 0;
  }
}

.toppg-sec2-wrap .item-wrap .item .text-wrap h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item .text-wrap h3 {
    font-size: 17px;
    letter-spacing: 1px;
    text-indent: 1px;
    text-align: center;
  }
}

.toppg-sec2-wrap .item-wrap .item .text-wrap .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item .text-wrap .detail {
    display: block;
    margin-top: 29px;
  }
}

.toppg-sec2-wrap .item-wrap .item .text-wrap .detail .description {
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 1.92;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item .text-wrap .detail .description {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
}

.toppg-sec2-wrap .item-wrap .item .text-wrap .detail .price {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .item-wrap .item .text-wrap .detail .price {
    margin-top: 0;
    font-size: 11px;
    text-align: center;
  }
}

.common-content-wrap {
  position: relative;
  margin-top: 67px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .common-content-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    width: 315px;
    height: 1px;
    margin: auto;
    background: #ccc;
  }
}

.common-content-wrap .blog-wrap {
  background: #fafafa;
}

.common-content-wrap .blog-wrap .content-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0 172px 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .content-wrap {
    padding: 34px 0 47px 0;
    border: none;
  }
}

.common-content-wrap .blog-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap {
    display: block;
    margin-top: 30px;
  }
}

.common-content-wrap .blog-wrap .item-wrap .item {
  display: block;
  width: 250px;
}

@media print, screen and (min-width: 961px) {
  .common-content-wrap .blog-wrap .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 315px;
    margin: 0 auto;
    padding: 14px 0;
  }
  .common-content-wrap .blog-wrap .item-wrap .item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap .item .thumb {
    width: 140px;
  }
}

.common-content-wrap .blog-wrap .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap .item .content {
    width: 160px;
    margin-left: 15px;
  }
}

.common-content-wrap .blog-wrap .item-wrap .item .content .head {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap .item .content .head {
    margin-top: 0;
  }
}

.common-content-wrap .blog-wrap .item-wrap .item .content .head .date {
  color: #9498A2;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap .item .content .head .date {
    font-size: 12px;
    font-weight: 600;
  }
}

.common-content-wrap .blog-wrap .item-wrap .item .content .head .title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .blog-wrap .item-wrap .item .content .head .title {
    font-size: 12px;
  }
}

.common-content-wrap .onlineshop-wrap {
  background: #fafafa;
}

.common-content-wrap .onlineshop-wrap .content-wrap {
  padding: 120px 0 145px 0;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .content-wrap {
    padding: 0 0 45px 0;
  }
}

.common-content-wrap .onlineshop-wrap .onlineshop-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .onlineshop-heading-wrap {
    display: block;
  }
}

.common-content-wrap .onlineshop-wrap .onlineshop-heading-wrap .onlineshop-heading-bg {
  width: 100%;
  height: 600px;
  margin-top: 100px;
  background: url(../img/shared/onlineshop-heading-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .onlineshop-heading-wrap .onlineshop-heading-bg {
    height: 200px;
    margin-top: 0;
    background: url(../img/shared/onlineshop-heading-bg_sp.jpg) center center/cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .onlineshop-heading-wrap .heading-wrap {
    margin-top: 29px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap {
    display: block;
    margin-top: 15px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item {
  display: block;
  width: 200px;
}

@media print, screen and (min-width: 961px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 315px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .common-content-wrap .onlineshop-wrap .item-wrap .item:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .thumb {
    width: 140px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .content {
    width: 160px;
    margin-left: 15px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item .content .head {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .content .head {
    margin-top: 0;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item .content .head .price {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .content .head .price {
    margin-top: 7px;
    color: #666;
    font-size: 12px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item .content .head .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .content .head .title {
    font-size: 13px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item .content .text {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .content .text {
    margin-top: 3px;
  }
}

.common-content-wrap .onlineshop-wrap .item-wrap .item .content .text p {
  font-size: 14px;
  line-height: 1.64;
}

@media only screen and (max-width: 767px) {
  .common-content-wrap .onlineshop-wrap .item-wrap .item .content .text p {
    font-size: 12px;
    line-height: 1.46;
  }
}

.aboutpg-sec1-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap {
    padding: 40px 0 40px 0;
  }
}

.aboutpg-sec1-wrap .text-wrap {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .text-wrap {
    margin-top: 20px;
  }
}

.aboutpg-sec1-wrap .text-wrap p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.42;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .text-wrap p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.aboutpg-sec1-wrap .text-wrap p:not(:first-of-type) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .text-wrap p:not(:first-of-type) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap {
    color: #fff;
    background: #2e374b;
  }
}

.aboutpg-sec2-wrap .aboutpg-sec2-bg {
  display: block;
  width: 100%;
  height: 600px;
  background: url(../img/about/aboutpg-sec2-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .aboutpg-sec2-bg {
    height: 200px;
    background: url(../img/about/aboutpg-sec2-bg_sp.jpg) center center/cover no-repeat;
  }
}

.aboutpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap {
    padding: 50px 30px 50px 30px;
  }
}

.aboutpg-sec2-wrap .content-wrap.sec2 {
  position: relative;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap.sec2 {
    margin-top: 30px;
  }
}

.aboutpg-sec2-wrap .content-wrap.sec2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin: auto;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap.sec2:before {
    width: 255px;
  }
}

.aboutpg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 90px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 25px;
    padding-top: 50px;
  }
}

.aboutpg-sec2-wrap .item .head {
  text-align: center;
}

.aboutpg-sec2-wrap .item .head h3 {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 4px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .head h3 {
    font-size: 20px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.aboutpg-sec2-wrap .item .head .license {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .head .license {
    font-size: 14.5px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
  }
}

.aboutpg-sec2-wrap .item .head .name {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.6px;
  text-indent: 3.6px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .head .name {
    margin-top: 5px;
    font-size: 24.5px;
    letter-spacing: 2.5px;
    text-indent: 2.5px;
  }
}

.aboutpg-sec2-wrap .item .head .romaji {
  font-family: kepler-std, serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .head .romaji {
    margin-top: 5px;
    color: #808080;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
  }
}

.aboutpg-sec2-wrap .item .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .detail-wrap {
    display: block;
  }
}

.aboutpg-sec2-wrap .item .detail-wrap .text-wrap {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .detail-wrap .text-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.aboutpg-sec2-wrap .item .detail-wrap .text-wrap p {
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .item .detail-wrap .text-wrap p {
    font-size: 15px;
    line-height: 2;
  }
}

.aboutpg-sec2-wrap .subhead h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .subhead h4 {
    color: #fff;
    font-size: 17px;
  }
}

.aboutpg-sec2-wrap .dl-wrap {
  margin-top: 30px;
}

.aboutpg-sec2-wrap .dl-wrap dl {
  padding: 20px 20px;
  border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .dl-wrap dl {
    border: 1px solid #fff;
  }
}

.aboutpg-sec2-wrap .dl-wrap dl:not(:first-of-type) {
  margin-top: 20px;
}

.aboutpg-sec2-wrap .dl-wrap dl dt {
  color: #808080;
  font-size: 15px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .dl-wrap dl dt {
    font-size: 12px;
  }
}

.aboutpg-sec2-wrap .dl-wrap dl dd {
  font-weight: 600;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .dl-wrap dl dd {
    font-size: 12px;
  }
}

.aboutpg-sec3-wrap {
  margin-top: 30px;
}

.aboutpg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .content-wrap {
    padding: 50px 0 60px 0;
    border-top: none;
  }
}

.aboutpg-sec3-wrap .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 74px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec1 {
    display: block;
    padding: 0 0 0 0;
  }
}

.aboutpg-sec3-wrap .sec1 .img {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec1 .img {
    width: 315px;
    margin-top: 30px;
  }
}

.aboutpg-sec3-wrap .sec1 .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.aboutpg-sec3-wrap .sec1 .text-wrap {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec1 .text-wrap {
    margin: 0 auto;
  }
}

.aboutpg-sec3-wrap .sec1 .text-wrap h3 {
  font-size: 20px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec1 .text-wrap h3 {
    font-size: 17px;
  }
}

.aboutpg-sec3-wrap .sec1 .text-wrap p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec1 .text-wrap p {
    margin-top: 25px;
    padding: 0 60px;
  }
}

.aboutpg-sec3-wrap .sec2 {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 {
    position: relative;
    margin-top: 30px;
    padding-top: 50px;
    border-top: none;
  }
  .aboutpg-sec3-wrap .sec2:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    width: 255px;
    height: 1px;
    margin: auto;
    background: #ccc;
  }
}

.aboutpg-sec3-wrap .sec2 h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 h3 {
    font-size: 17px;
    text-align: center;
  }
}

.aboutpg-sec3-wrap .sec2 .description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .description-wrap {
    display: block;
    width: 415px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.aboutpg-sec3-wrap .sec2 .description-wrap .img {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .description-wrap .img {
    width: 315px;
    margin: 30px 0 0 auto;
  }
}

.aboutpg-sec3-wrap .sec2 .description-wrap .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.aboutpg-sec3-wrap .sec2 .description-wrap .text-wrap {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .description-wrap .text-wrap {
    margin: 0 auto;
    margin-top: 25px;
    padding: 0 60px;
  }
}

.aboutpg-sec3-wrap .sec2 .description-wrap .text-wrap p {
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}

.aboutpg-sec3-wrap .sec2 .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap {
    display: block;
  }
}

.aboutpg-sec3-wrap .sec2 .info-wrap .map {
  width: 415px;
  height: 263px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .map {
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 60px;
  }
}

.aboutpg-sec3-wrap .sec2 .info-wrap .map iframe {
  width: 100%;
  height: 100%;
}

.aboutpg-sec3-wrap .sec2 .info-wrap .info {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .info {
    margin: 0 auto;
    padding: 0 60px;
  }
}

.aboutpg-sec3-wrap .sec2 .info-wrap .info h4 {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .info h4 {
    font-size: 15px;
  }
}

.aboutpg-sec3-wrap .sec2 .info-wrap .info .dl-wrap {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .info .dl-wrap {
    margin-top: 20px;
  }
}

.aboutpg-sec3-wrap .sec2 .info-wrap .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .info dl {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .aboutpg-sec3-wrap .sec2 .info-wrap .info dl:not(:first-of-type) {
    margin-top: 15px;
  }
}

.aboutpg-sec3-wrap .sec2 .info-wrap .info dl dt {
  width: 160px;
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .info dl dt {
    width: auto;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .sec2 .info-wrap .info dl dd {
    font-size: 15px;
  }
}

.about-teapg-sec1-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 0 192px 0;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec1-wrap .content-wrap {
    padding: 40px 30px 50px 30px;
  }
}

.about-teapg-sec1-wrap .item-wrap {
  margin-top: 110px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec1-wrap .item-wrap {
    margin-top: 50px;
  }
}

.about-teapg-sec1-wrap .item-wrap .item:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.about-teapg-sec1-wrap .item-wrap .item .head {
  text-align: center;
}

.about-teapg-sec1-wrap .item-wrap .item .head .number {
  font-size: 35px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec1-wrap .item-wrap .item .head .number {
    font-size: 17.5px;
  }
}

.about-teapg-sec1-wrap .item-wrap .item .head h3 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.43;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec1-wrap .item-wrap .item .head h3 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.375;
  }
}

.about-teapg-sec1-wrap .item-wrap .item .text-wrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec1-wrap .item-wrap .item .text-wrap {
    margin-top: 20px;
  }
}

.about-teapg-sec1-wrap .item-wrap .item .text-wrap p {
  font-size: 14px;
  line-height: 2.2;
}

.about-teapg-sec2-wrap {
  position: relative;
}

.about-teapg-sec2-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 1080px;
  height: 1px;
  margin: auto;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap:before {
    width: 315px;
  }
}

.about-teapg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 86px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .content-wrap {
    padding: 40px 30px 40px 30px;
  }
}

.about-teapg-sec2-wrap .item-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap {
    margin-top: 20px;
  }
}

.about-teapg-sec2-wrap .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item {
    display: block;
  }
}

.about-teapg-sec2-wrap .item-wrap .item:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #ccc;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .img {
  width: 500px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .img {
    margin: 0 auto;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.about-teapg-sec2-wrap .item-wrap .item .head h3 {
  font-size: 27px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .head h3 {
    font-size: 22px;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .head p {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .head p {
    font-size: 13px;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .text-wrap {
  width: 340px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .text-wrap {
    margin-top: 20px;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .text-wrap .text {
  margin-top: 12px;
}

.about-teapg-sec2-wrap .item-wrap .item .text-wrap .text p {
  font-size: 12px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .text-wrap .text p {
    font-size: 15px;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .text-wrap .detail {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .text-wrap .detail {
    border-top: none;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .text-wrap .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .text-wrap .detail dl {
    font-size: 13px;
    line-height: 1.92;
  }
}

.about-teapg-sec2-wrap .item-wrap .item .text-wrap .detail dt {
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec2-wrap .item-wrap .item .text-wrap .detail dt {
    width: 77px;
  }
}

.about-teapg-sec3-wrap {
  position: relative;
}

.about-teapg-sec3-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 1080px;
  height: 1px;
  margin: auto;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap:before {
    width: 315px;
  }
}

.about-teapg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .content-wrap {
    padding: 40px 30px 40px 30px;
  }
}

.about-teapg-sec3-wrap .item-wrap {
  margin-top: 100px;
}

.about-teapg-sec3-wrap .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec1 {
    display: block;
  }
}

.about-teapg-sec3-wrap .sec1 .text-wrap {
  width: 400px;
  max-width: 100%;
}

.about-teapg-sec3-wrap .sec1 .text-wrap .head h3 {
  font-size: 24px;
  letter-spacing: 2.4px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec1 .text-wrap .head h3 {
    font-size: 19px;
    letter-spacing: 1.9px;
  }
}

.about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap {
    margin-top: 11px;
  }
}

.about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 11px 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2.1;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap dl {
    font-size: 11px;
  }
  .about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap dl:last-of-type {
    border-bottom: none;
  }
}

.about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap dt {
  width: 35px;
  font-weight: bold;
}

.about-teapg-sec3-wrap .sec1 .text-wrap .dl-wrap dd {
  width: 365px;
}

.about-teapg-sec3-wrap .sec1 .img {
  width: 414px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec1 .img {
    margin-top: 30px;
  }
}

.about-teapg-sec3-wrap .sec1 .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.about-teapg-sec3-wrap .sec2 {
  margin-top: 40px;
}

.about-teapg-sec3-wrap .sec2 .text-wrap .head h3 {
  font-size: 24px;
  letter-spacing: 2.4px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec2 .text-wrap .head h3 {
    font-size: 19px;
    letter-spacing: 1.9px;
  }
}

.about-teapg-sec3-wrap .sec2 .text-wrap .text {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec2 .text-wrap .text {
    margin-top: 18px;
  }
}

.about-teapg-sec3-wrap .sec2 .text-wrap .text p {
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .about-teapg-sec3-wrap .sec2 .text-wrap .text p {
    font-size: 15px;
  }
}

.made-to-orderpg-sec1-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec1-wrap .content-wrap {
    padding: 40px 0 40px 0;
  }
}

.made-to-orderpg-sec1-wrap .content-wrap .content.sec2 {
  margin-top: 125px;
  padding-top: 125px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
    padding: 0 20px;
    padding-top: 75px;
  }
}

.made-to-orderpg-sec1-wrap .text-wrap {
  margin-top: 83px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec1-wrap .text-wrap {
    margin-top: 20px;
  }
}

.made-to-orderpg-sec1-wrap .text-wrap p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.26;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec1-wrap .text-wrap p {
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0;
  }
}

.made-to-orderpg-sec1-wrap .list-wrap {
  margin-top: 83px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec1-wrap .list-wrap {
    margin-top: 20px;
  }
}

.made-to-orderpg-sec1-wrap .list-wrap ul {
  list-style: none;
}

.made-to-orderpg-sec1-wrap .list-wrap ul li {
  font-size: 15px;
  line-height: 2.26;
  letter-spacing: 3px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec1-wrap .list-wrap ul li {
    font-size: 14px;
    line-height: 2.25;
    letter-spacing: 0;
  }
}

.made-to-orderpg-sec2-wrap {
  position: relative;
  /*
  .item-wrap{
    margin-top: 50px;
    .item{
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;
      @include media(){
        display: block;
        &:not(:first-of-type){
          margin-top: 40px;
        }
      }
      &:first-of-type{
        border-top: 1px solid #ccc;
        @include media(){
          border-top: none;
        }
      }
      h4{
        font-size: 15px;
        font-weight: $fw-bold;
        line-height: 1.46;
        @include media(){

        }
      }
      .dl-wrap{
        width: 500px;
        max-width: 100%;
        @include media(){
          margin-top: 15px;
        }
        dl{
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 23px 0;
          font-size: 15px;
          font-weight: $fw-semibold;
          letter-spacing: 1px;
          @include media(){
            padding: 17px 0;
            font-size: 14px;
          }
          &:not(:first-of-type){
            border-top: 1px solid #ccc;
          }
          &:first-of-type{
            @include media(){
              border-top: 1px solid #000;
            }
          }
          &.type2{
            @include media(){
              align-items: flex-start;
            }
          }
        }
        dt{
          span{
            @include media(){
              display: block;
              margin-top: 8px;
              font-size: 13px;
              font-weight: $fw-regular;
            }
          }
        }
        dd{
          text-align: right;
          span{
            @include media(){
              display: block;
              margin-top: 8px;
              font-size: 13px;
              font-weight: $fw-regular;
            }
          }
        }
      }
    }
  }
  */
}

.made-to-orderpg-sec2-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 864px;
  height: 0;
  margin: auto;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap:before {
    width: 315px;
  }
}

.made-to-orderpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 125px 0;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .content-wrap {
    padding: 50px 30px 75px 30px;
  }
}

.made-to-orderpg-sec2-wrap .content.sec1 {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .content.sec1 {
    margin-top: 40px;
  }
}

.made-to-orderpg-sec2-wrap .content .head + .description-wrap {
  margin-top: 30px;
}

.made-to-orderpg-sec2-wrap .content .head h3 {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .content .head h3 {
    text-align: center;
  }
}

.made-to-orderpg-sec2-wrap .description-wrap + .dl-wrap {
  margin-top: 30px;
}

.made-to-orderpg-sec2-wrap .description-wrap + .btn {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .description-wrap + .btn {
    margin-top: 30px;
  }
}

.made-to-orderpg-sec2-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .dl-wrap dl {
    padding: 17px 0;
    font-size: 14px;
  }
}

.made-to-orderpg-sec2-wrap .dl-wrap dl:first-of-type {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .dl-wrap dl.type2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .dl-wrap dt span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
  }
}

.made-to-orderpg-sec2-wrap .dl-wrap dd {
  text-align: right;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .dl-wrap dd span {
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
}

.made-to-orderpg-sec2-wrap .notes-wrap {
  margin-top: 15px;
}

.made-to-orderpg-sec2-wrap .notes-wrap + .head {
  margin-top: 100px;
}

.made-to-orderpg-sec2-wrap .notes-wrap ul {
  list-style: none;
}

.made-to-orderpg-sec2-wrap .notes-wrap ul li {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .notes-wrap ul li {
    font-size: 13px;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap {
    margin-top: 50px;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content {
    padding: 10px 10px;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content.active:after {
  content: '×';
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content:after {
  display: inline-block;
  content: '＋';
  font-size: 20px;
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content h3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content h3 .jp {
  width: 740px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .btn-hidden-content h3 .jp {
    width: 240px;
    font-size: 17px;
    text-align: justify;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content {
  display: none;
  padding: 15px 15px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content {
    padding: 10px 10px;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul {
  list-style: none;
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li {
  line-height: 2;
  padding-left: 1.3em;
  text-indent: -1.3em;
  text-align: justify;
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li::before {
  content: '■';
  margin-right: 5px;
  color: #151e35;
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li + li {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li + li {
    margin-top: 20px;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap .img {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap .img {
    width: 100%;
  }
  .made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap .img + .img {
    margin-top: 20px;
  }
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap .img img {
  display: block;
  max-width: 100%;
}

.made-to-orderpg-sec2-wrap .hidden-content-wrap .hidden-content ul li .img-wrap .img p {
  text-indent: 0;
}

.made-to-orderpg-sec3-wrap {
  position: relative;
}

.made-to-orderpg-sec3-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 864px;
  height: 0;
  margin: auto;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap:before {
    width: 315px;
  }
}

.made-to-orderpg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 125px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .content-wrap {
    padding: 75px 30px 30px 30px;
  }
}

.made-to-orderpg-sec3-wrap .content.sec1 {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .content.sec1 {
    margin-top: 40px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap {
    margin-top: 50px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px;
  border-bottom: 1px solid #808080;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content {
    padding: 10px 10px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content:first-of-type {
  border-top: 1px solid #808080;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content.active:after {
  content: '×';
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content:after {
  display: inline-block;
  content: '＋';
  font-size: 20px;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content h3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content h3 .jp {
  width: 740px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .btn-hidden-content h3 .jp {
    width: 250px;
    font-size: 16px;
    text-align: justify;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content {
  display: none;
  padding: 15px 15px 50px 15px;
  border-bottom: 1px solid #808080;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content {
    padding: 10px 0 30px 0;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content p {
  text-align: justify;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content p + .img-wrap {
  margin-top: 20px;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content p + p {
  margin-top: 20px;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap .img {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap .img {
    width: 100%;
  }
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap .img + .img {
    margin-top: 20px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap .img img {
  display: block;
  max-width: 100%;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap .img img + h4 {
  margin-top: 5px;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .img-wrap .img h4 {
  line-height: 1.75;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item + .item {
    margin-top: 50px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .img h4 + img {
  margin-top: 10px;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .img img {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap {
    margin-top: 15px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl {
    border-left: none;
    border-right: none;
    font-size: 13px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl.head {
  font-size: 16px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl.head {
    font-size: 15px;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dt {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dt {
    display: none;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd {
  width: 550px;
  max-width: 100%;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd {
    width: 100%;
    border-left: none;
  }
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd .detail + .detail {
  border-top: 1px solid #ccc;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd .detail p {
  width: 50%;
  margin-top: 0;
  padding: 10px 15px;
}

.made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd .detail p + p {
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd .detail p + p {
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .hidden-content-wrap .hidden-content .item-wrap .item .dl-wrap dl dd .detail p {
    display: inline-block;
    width: auto;
    padding: 10px 0;
  }
}

.made-to-orderpg-sec3-wrap .made-to-orderpg-sec3-bg {
  width: 100%;
  height: 600px;
  max-width: 100%;
  margin-top: 100px;
  background: url(../img/made-to-order/made-to-orderpg-sec3-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec3-wrap .made-to-orderpg-sec3-bg {
    height: 245px;
    margin-top: 40px;
    background: url(../img/made-to-order/made-to-orderpg-sec3-bg_sp.jpg) center center/cover no-repeat;
  }
}

.made-to-orderpg-sec4-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .content-wrap {
    padding: 50px 0 40px 0;
  }
}

.made-to-orderpg-sec4-wrap .head {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .head {
    margin-top: 50px;
    padding: 0 60px;
  }
}

.made-to-orderpg-sec4-wrap .head h3 {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .head h3 {
    font-size: 18px;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap {
    margin-top: 40px;
    padding: 0 60px;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item {
    display: block;
    border-bottom: none;
  }
  .made-to-orderpg-sec4-wrap .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item:first-of-type {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item:first-of-type {
    border-top: none;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item h4 {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item h4 {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item h4 span.number {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item h4 span.number {
    margin-right: 15px;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap {
  width: 410px;
  max-width: 100%;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap {
    padding: 10px 0;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap p.notes {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap p.notes {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap p .tel {
    font-weight: bold;
  }
}

.made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap ul {
  margin-top: 20px;
  list-style: none;
}

.made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap ul + .notes {
  margin-top: 20px;
}

.made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap ul li {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .item-wrap .item .detail-wrap .btn {
    margin-top: 20px;
  }
}

.made-to-orderpg-sec4-wrap .made-to-orderpg-sec4-bg {
  width: 838px;
  height: 660px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  background: url(../img/made-to-order/made-to-orderpg-sec4-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec4-wrap .made-to-orderpg-sec4-bg {
    width: 375px;
    height: 295px;
    margin-top: 20px;
    background: url(../img/made-to-order/made-to-orderpg-sec4-bg_sp.jpg) center center/cover no-repeat;
  }
}

.made-to-orderpg-sec5-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec5-wrap .content-wrap {
    padding: 50px 0 40px 0;
  }
}

.made-to-orderpg-sec5-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec5-wrap .item-wrap {
    display: block;
    margin-top: 50px;
    padding: 0 60px;
  }
}

.made-to-orderpg-sec5-wrap .item-wrap .item {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec5-wrap .item-wrap .item {
    width: 100%;
  }
  .made-to-orderpg-sec5-wrap .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.made-to-orderpg-sec5-wrap .item-wrap .item .head + .description {
  margin-top: 30px;
}

.made-to-orderpg-sec5-wrap .item-wrap .item .head h3 {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .made-to-orderpg-sec5-wrap .item-wrap .item .head h3 {
    font-size: 18px;
  }
}

.japanese-tea-standpg-sec1-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 0 90px 0;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec1-wrap .content-wrap {
    padding: 40px 0 40px 0;
  }
}

.japanese-tea-standpg-sec1-wrap .text-wrap {
  margin-top: 91px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec1-wrap .text-wrap {
    margin-top: 50px;
  }
}

.japanese-tea-standpg-sec1-wrap .text-wrap h3 {
  font-size: 26px;
  letter-spacing: 2.6px;
  text-indent: 2.6px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec1-wrap .text-wrap h3 {
    font-size: 18px;
  }
}

.japanese-tea-standpg-sec1-wrap .text-wrap p {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.42;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec1-wrap .text-wrap p {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 1px;
  }
}

.japanese-tea-standpg-sec2-wrap .japanese-tea-standpg-sec2-bg {
  width: 1080px;
  height: 650px;
  max-width: 100%;
  margin: 0 auto;
  background: url(../img/japanese-tea-stand/japanese-tea-standpg-sec2-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .japanese-tea-standpg-sec2-bg {
    height: 225px;
    background: url(../img/japanese-tea-stand/japanese-tea-standpg-sec2-bg_sp.jpg) center center/cover no-repeat;
  }
}

.japanese-tea-standpg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .content-wrap {
    padding: 40px 30px 30px 30px;
  }
}

.japanese-tea-standpg-sec2-wrap .description-wrap {
  margin-top: 30px;
}

.japanese-tea-standpg-sec2-wrap .description-wrap .description p {
  color: #d51b1b;
  text-align: center;
}

.japanese-tea-standpg-sec2-wrap .description-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .description-wrap .btn-wrap {
    display: block;
  }
}

.japanese-tea-standpg-sec2-wrap .description-wrap .btn-wrap .btn {
  width: 350px;
  margin: 0;
}

.japanese-tea-standpg-sec2-wrap .description-wrap .btn-wrap .btn:not(:first-of-type) {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .description-wrap .btn-wrap .btn:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.japanese-tea-standpg-sec2-wrap .item-wrap {
  margin-top: 104px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap {
    margin-top: 65px;
  }
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item:not(:first-of-type) {
  margin-top: 45px;
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item .head {
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item .head h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .head h3 {
    font-size: 18px;
  }
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .head h3 span {
    font-size: 16px;
  }
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item .menu {
  margin-top: 10px;
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0 10px 0;
  font-weight: bold;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl {
    padding: 10px 0 7px 0;
    border-bottom: 1px solid #ccc;
  }
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl.type2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl.type3 {
    display: block;
  }
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl.type3 dt {
    max-width: 100%;
  }
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl.type3 dt span {
    display: inline;
  }
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dl.type3 dd {
    margin-top: 7px;
    text-align: right;
  }
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dt {
  max-width: 85%;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dt span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dt span.brackets {
    display: none;
  }
}

.japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dd {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .item-wrap .item .menu dd {
    font-size: 13px;
  }
}

.japanese-tea-standpg-sec2-wrap .notes {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec2-wrap .notes {
    font-size: 12px;
  }
}

.japanese-tea-standpg-sec3-wrap {
  position: relative;
}

.japanese-tea-standpg-sec3-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 864px;
  height: 1px;
  margin: auto;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap:before {
    display: none;
    width: 315px;
  }
}

.japanese-tea-standpg-sec3-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .content-wrap {
    display: block;
    padding: 40px 30px 45px 30px;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap {
    display: block;
    margin-top: 40px;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .info {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info {
    margin: 0 auto;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .info h2 {
  font-size: 25px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info h2 {
    display: none;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .info .dl-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info .dl-wrap {
    margin-top: 0;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info dl {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .japanese-tea-standpg-sec3-wrap .info-wrap .info dl:not(:first-of-type) {
    margin-top: 15px;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .info dl dt {
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info dl dt {
    width: auto;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info dl dd {
    font-size: 15px;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .info .notes {
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .info .notes {
    margin-top: 10px;
    font-size: 13px;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .calendar {
  width: 400px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .japanese-tea-standpg-sec3-wrap .info-wrap .calendar {
    margin-top: 20px;
  }
}

.japanese-tea-standpg-sec3-wrap .info-wrap .calendar .xo-event-calendar {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.japanese-tea-standpg-sec3-wrap .info-wrap .calendar .xo-event-calendar table.xo-month > thead th {
  padding: 6px;
  font-size: 14px;
}

.japanese-tea-standpg-sec3-wrap .info-wrap .calendar .xo-event-calendar table.xo-month > caption {
  border: 1px solid #ccc;
  border-bottom: none;
}

.japanese-tea-standpg-sec3-wrap .info-wrap .calendar img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.to-traderspg-sec1-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 76px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .content-wrap {
    padding: 40px 27px 40px 27px;
  }
}

.to-traderspg-sec1-wrap .text-wrap {
  margin-top: 84px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .text-wrap {
    margin-top: 37px;
  }
}

.to-traderspg-sec1-wrap .text-wrap h3 {
  font-size: 26px;
  letter-spacing: 2.6px;
  text-indent: 2.6px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .text-wrap h3 {
    font-size: 18px;
  }
}

.to-traderspg-sec1-wrap .text-wrap p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.42;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .text-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 1px;
  }
  .to-traderspg-sec1-wrap .text-wrap p .notes {
    font-size: 14px;
  }
}

.to-traderspg-sec1-wrap .item-wrap {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item-wrap {
    margin-top: 30px;
    padding-top: 42px;
    border-top: 1px solid #ccc;
  }
}

.to-traderspg-sec1-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item {
    display: block;
  }
}

.to-traderspg-sec1-wrap .item .img {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item .img {
    width: 315px;
  }
}

.to-traderspg-sec1-wrap .item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.to-traderspg-sec1-wrap .item .detail-wrap {
  width: 415px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item .detail-wrap {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.to-traderspg-sec1-wrap .item .detail-wrap h3 {
  font-size: 20px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item .detail-wrap h3 {
    font-size: 17px;
    text-align: left;
  }
}

.to-traderspg-sec1-wrap .item .detail-wrap p.description {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item .detail-wrap p.description {
    margin-top: 15px;
    line-height: 2.1;
  }
}

.to-traderspg-sec1-wrap .item .detail-wrap .dl-wrap {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec1-wrap .item .detail-wrap .dl-wrap {
    margin-top: 12px;
    padding-top: 12px;
  }
}

.to-traderspg-sec1-wrap .item .detail-wrap .dl-wrap h5 {
  font-weight: 400;
}

.to-traderspg-sec1-wrap .item .detail-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.to-traderspg-sec1-wrap .item .detail-wrap .dl-wrap dl dt {
  width: 185px;
}

.to-traderspg-sec1-wrap .item .detail-wrap .dl-wrap p {
  font-size: 14px;
  line-height: 2.2;
}

.to-traderspg-sec2-wrap {
  position: relative;
}

.to-traderspg-sec2-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 1080px;
  height: 1px;
  margin: auto;
  background: #ccc;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap:before {
    width: 315px;
  }
}

.to-traderspg-sec2-wrap .to-traderspg-sec2-bg {
  position: relative;
  width: 838px;
  height: 838px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  background: url(../img/to-traders/to-traderspg-sec2-bg.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .to-traderspg-sec2-bg {
    width: 315px;
    height: 315px;
    margin-top: 20px;
    background: url(../img/to-traders/to-traderspg-sec2-bg_sp.jpg) center center/cover no-repeat;
  }
}

.to-traderspg-sec2-wrap .to-traderspg-sec2-bg .notes {
  position: absolute;
  bottom: 20px;
  right: 75px;
  font-size: 13px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .to-traderspg-sec2-bg .notes {
    bottom: -3px;
    right: 27px;
    font-size: 11px;
  }
}

.to-traderspg-sec2-wrap .content-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .content-wrap {
    padding: 50px 30px 50px 30px;
  }
}

.to-traderspg-sec2-wrap .item-wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap {
    margin-top: 40px;
  }
}

.to-traderspg-sec2-wrap .item-wrap .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap .item dl {
    display: block;
    height: auto;
    border: 1px solid #ccc;
  }
  .to-traderspg-sec2-wrap .item-wrap .item dl:not(:last-of-type) {
    border-bottom: none;
  }
}

.to-traderspg-sec2-wrap .item-wrap .item dl.head {
  height: 60px;
  font-size: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap .item dl.head {
    display: none;
  }
}

.to-traderspg-sec2-wrap .item-wrap .item dl dt {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap .item dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
  }
  .to-traderspg-sec2-wrap .item-wrap .item dl dt:after {
    display: inline-block;
    content: '▼';
  }
  .to-traderspg-sec2-wrap .item-wrap .item dl dt.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.to-traderspg-sec2-wrap .item-wrap .item dl dd {
  width: 320px;
  max-width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap .item dl dd {
    display: none;
    width: 100%;
    height: 40px;
    border-top: 1px solid #ccc;
    background: #d9d9d9;
  }
}

.to-traderspg-sec2-wrap .item-wrap .item dl dd .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap .item dl dd .detail {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.to-traderspg-sec2-wrap .item-wrap .item dl dd p {
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .item-wrap .item dl dd p {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .to-traderspg-sec2-wrap .item-wrap .item dl dd p:not(:last-of-type):after {
    display: inline-block;
    content: '／';
  }
}

.to-traderspg-sec2-wrap .text-wrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .text-wrap {
    margin-top: 30px;
  }
}

.to-traderspg-sec2-wrap .text-wrap h3 {
  font-size: 21px;
}

.to-traderspg-sec2-wrap .text-wrap ul {
  margin-top: 40px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .text-wrap ul {
    margin-top: 20px;
  }
}

.to-traderspg-sec2-wrap .text-wrap ul li {
  font-size: 15px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .text-wrap ul li {
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  .to-traderspg-sec2-wrap .text-wrap ul li:not(:first-of-type) {
    margin-top: 8px;
    line-height: 1.93;
  }
}

.to-traderspg-sec2-wrap .text-wrap .notes {
  font-size: 15px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .to-traderspg-sec2-wrap .text-wrap .notes {
    margin-top: 8px;
    line-height: 1.75;
  }
}

.newspg-sec1-wrap .inner {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .inner {
    padding: 0 30px 50px 30px;
  }
}

.newspg-sec1-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap {
    display: block;
  }
}

.newspg-sec1-wrap .item-wrap .item {
  display: block;
  width: 320px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 961px) {
  .newspg-sec1-wrap .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 315px;
    margin: 0 auto;
    padding: 14px 0;
  }
  .newspg-sec1-wrap .item-wrap .item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .item .thumb {
    width: 140px;
  }
}

.newspg-sec1-wrap .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .item .content {
    width: 160px;
    margin-left: 15px;
  }
}

.newspg-sec1-wrap .item-wrap .item .content .head {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .item .content .head {
    margin-top: 0;
  }
}

.newspg-sec1-wrap .item-wrap .item .content .head .date {
  color: #9498A2;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .item .content .head .date {
    font-size: 12px;
    font-weight: 600;
  }
}

.newspg-sec1-wrap .item-wrap .item .content .head .title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
}

@media only screen and (max-width: 767px) {
  .newspg-sec1-wrap .item-wrap .item .content .head .title {
    font-size: 12px;
  }
}

.blogpg-sec1-wrap .inner {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .inner {
    padding: 0 30px 50px 30px;
  }
}

.blogpg-sec1-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap {
    display: block;
  }
}

.blogpg-sec1-wrap .item-wrap .item {
  display: block;
  width: 320px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 961px) {
  .blogpg-sec1-wrap .item-wrap .item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 315px;
    margin: 0 auto;
    padding: 14px 0;
  }
  .blogpg-sec1-wrap .item-wrap .item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .item .thumb {
    width: 140px;
  }
}

.blogpg-sec1-wrap .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .item .content {
    width: 160px;
    margin-left: 15px;
  }
}

.blogpg-sec1-wrap .item-wrap .item .content .head {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .item .content .head {
    margin-top: 0;
  }
}

.blogpg-sec1-wrap .item-wrap .item .content .head .date {
  color: #9498A2;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .item .content .head .date {
    font-size: 12px;
    font-weight: 600;
  }
}

.blogpg-sec1-wrap .item-wrap .item .content .head .title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .item-wrap .item .content .head .title {
    font-size: 12px;
  }
}

.postpg-sec1-wrap .inner {
  width: 924px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
}

.postpg-sec1-wrap .post-item {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .post-item {
    padding-bottom: 30px;
  }
}

.postpg-sec1-wrap .post-item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.postpg-sec1-wrap .post-item .head {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .post-item .head {
    margin-top: 20px;
  }
}

.postpg-sec1-wrap .post-item .head .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .post-item .head .title {
    font-size: 18px;
  }
}

.postpg-sec1-wrap .post-item .head .date {
  margin-top: 10px;
  color: #9498A2;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .post-item .head .date {
    margin-top: 8px;
    font-size: 12px;
  }
}

.postpg-sec1-wrap .post-item .content {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .post-item .content {
    margin-top: 20px;
  }
}

.postpg-sec1-wrap .post-item .content p {
  line-height: 1.75;
}

.postpg-sec1-wrap .post-item .content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.back-to-index {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 864px;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .back-to-index {
    margin-top: 30px;
  }
}

.back-to-index a {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 12px;
  color: #2e374b;
  letter-spacing: 1px;
}

@media print, screen and (min-width: 961px) {
  .back-to-index a:hover {
    color: #fff;
    background: #2e374b;
  }
}

@media only screen and (max-width: 767px) {
  .back-to-index a {
    width: 30%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #2e374b;
  }
}

.back-to-index a.back {
  position: absolute;
  top: 0;
  left: 0;
}

.back-to-index a.next {
  position: absolute;
  top: 0;
  right: 0;
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #2e374b;
  color: #2e374b;
}

@media only screen and (max-width: 767px) {
  .pagination span, .pagination a {
    margin: 0 2.5px;
    padding: 9px 12px 7px 12px;
  }
}

.pagination a:hover {
  color: #fff;
  background: #2e374b;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #2e374b;
  color: #fff;
  background: #2e374b;
}

@media only screen and (max-width: 767px) {
  .pagination .current {
    padding: 9px 12px 7px 12px;
  }
}

.pagination .next, .pagination .prev {
  border: none;
}

.contactpg-wrap .inner, .orderpg-wrap .inner {
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .inner, .orderpg-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.contactpg-wrap .content-wrap .content, .orderpg-wrap .content-wrap .content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.contactpg-wrap .content-wrap .content .description-wrap ul, .orderpg-wrap .content-wrap .content .description-wrap ul {
  list-style: none;
}

.contactpg-wrap .content-wrap .content .description-wrap ul li, .orderpg-wrap .content-wrap .content .description-wrap ul li {
  font-size: 14px;
  line-height: 2;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .description-wrap ul li, .orderpg-wrap .content-wrap .content .description-wrap ul li {
    line-height: 1.75;
    padding-left: 1.15em;
    text-indent: -1.15em;
  }
}

.contactpg-wrap .content-wrap .content .description-wrap ul li a, .orderpg-wrap .content-wrap .content .description-wrap ul li a {
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .contactpg-wrap .content-wrap .content .description-wrap ul li a:hover, .orderpg-wrap .content-wrap .content .description-wrap ul li a:hover {
    text-decoration: none;
  }
}

.contactpg-wrap .content-wrap .content .description-wrap p, .orderpg-wrap .content-wrap .content .description-wrap p {
  font-size: 14px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .description-wrap p, .orderpg-wrap .content-wrap .content .description-wrap p {
    margin-top: 5px;
  }
}

.contactpg-wrap .content-wrap .content .description-wrap .tel, .orderpg-wrap .content-wrap .content .description-wrap .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .description-wrap .tel, .orderpg-wrap .content-wrap .content .description-wrap .tel {
    margin-top: 30px;
  }
}

.contactpg-wrap .content-wrap .content .description-wrap .tel dt, .orderpg-wrap .content-wrap .content .description-wrap .tel dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 40px;
  background: #151e35;
  color: #fff;
  font-size: 15px;
  font-weight: 350;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .description-wrap .tel dt, .orderpg-wrap .content-wrap .content .description-wrap .tel dt {
    width: 155px;
    height: 30px;
    font-size: 13px;
  }
}

.contactpg-wrap .content-wrap .content .description-wrap .tel dd, .orderpg-wrap .content-wrap .content .description-wrap .tel dd {
  margin-left: 20px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .description-wrap .tel dd, .orderpg-wrap .content-wrap .content .description-wrap .tel dd {
    margin-left: 10px;
    font-size: 24px;
    white-space: nowrap;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap, .orderpg-wrap .content-wrap .content .form-wrap {
  margin-top: 80px;
  padding: 80px 80px;
  background: #fafafa;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap, .orderpg-wrap .content-wrap .content .form-wrap {
    padding: 20px 20px 40px 20px;
    margin-top: 40px;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .head h3, .orderpg-wrap .content-wrap .content .form-wrap .head h3 {
  font-weight: 500;
  line-height: 1.75;
}

.contactpg-wrap .content-wrap .content .form-wrap .head h3 + p, .orderpg-wrap .content-wrap .content .form-wrap .head h3 + p {
  margin-top: 10px;
}

.contactpg-wrap .content-wrap .content .form-wrap .head p, .orderpg-wrap .content-wrap .content .form-wrap .head p {
  font-size: 14px;
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap + .head, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap + .head {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap + .head, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap + .head {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl {
    padding: 15px 0;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dd textarea, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dd textarea {
  height: 220px;
  min-height: 220px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dd textarea, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dd textarea {
    height: 150px;
    min-height: 150px;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox {
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox {
    padding: 25px 0;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dt, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dt, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dt, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dt {
  width: 100%;
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd {
  width: 100%;
  margin-top: 20px;
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: block;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-top: 10px;
    margin-left: 0;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dt, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dt {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dt, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dt {
    font-size: 14px;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .must, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .must {
  margin-left: 7px;
  color: #d51b1b;
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dd, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dd {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dd, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dd {
    font-size: 13px;
  }
}

.contactpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dd p, .orderpg-wrap .content-wrap .content .form-wrap .dl-wrap dl dd p {
  margin-top: 5px;
  font-size: 13px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number {
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea,
  .wpcf7-form-control.wpcf7-date,
  .wpcf7-form-control.wpcf7-number {
    padding: 5px 0;
    font-size: 14px;
  }
}

.wpcf7-form-control.wpcf7-select {
  padding: 5px 5px;
}

.consent-wrap {
  margin-top: 30px;
}

.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
}

.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.consent-wrap .link {
  margin-top: 20px;
  text-align: center;
}

.consent-wrap .link a {
  color: #2e374b;
  font-size: 14px;
  text-decoration: underline;
  opacity: 0.7;
}

@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

/*
.wpcf7-checkbox{
  .wpcf7-list-item{
    label{
      cursor: pointer;
    }
  }
  input[type="checkbox"] {
    display: none;
    &:checked + .wpcf7-list-item-label {
      //color: #fff;
      &::after {
        position: absolute;
        top: 0px;
        left: 4.6px;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        border-bottom: 3px solid $theme-color;
        border-right: 3px solid $theme-color;
        transform: rotate(40deg);
        @include media(){
          top: -2px;
        }
      }
    }
  }
  .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    line-height: 1.2;
    cursor: pointer;
    @include media(){
      font-size: 15px;
    }
    &::before {
      position: absolute;
      top: 4px;
      left: 0;
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: #fff;
      border: 1px solid #d0d0d0;
      @include media(){
        top: 2px;
      }
    }
  }
}
*/
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"] {
  display: none;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label .button:after, .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  top: -3px;
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border-bottom: 3px solid #2e374b;
  border-right: 3px solid #2e374b;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.wpcf7-checkbox .wpcf7-list-item-label .button, .wpcf7-acceptance .wpcf7-list-item-label .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #151e35;
}

/*
.wpcf7-radio{
  .wpcf7-list-item{
    label{
      cursor: pointer;
    }
  }
  input[type="radio"] {
    display: none;
    &:checked{
      + .wpcf7-list-item-label{
        &:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 3px;
          transform: translateY(-50%);
          width: 19px;
          height: 19px;
          margin: auto;
          background: $background-color1;
          border-radius: 50%;
        }
      }
    }
  }
  .wpcf7-list-item-label{
    position: relative;
    padding-left: 20px;
    &:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      background: #fff;
      border: 1px solid $background-color1;
      border-radius: 50%;
    }
  }
}
*/
.wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wpcf7-radio input[type="radio"] {
  display: none;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  content: "";
  width: 60%;
  height: 60%;
  background: #151e35;
  border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio .wpcf7-list-item-label .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #151e35;
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin-top: 30px;
  }
}

input.wpcf7-submit, .wpcf7-submit {
  display: block;
  width: 320px;
  height: 70px;
  max-width: 100%;
  margin: 0 auto;
  background: #2e374b;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 70px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

/*
//送信ボタン ※疑似要素を使う場合
.submit-wrap{
  margin-top: 50px;
  @include media(){
    margin-top: 30px;
  }
  .submit{
    position: relative;
    width: 200px;
    height: 55px;
    max-width: 100%;
    overflow: hidden;
    @include media(lg){
      &:hover{
        &:after{
          transform: translateX(0%);
        }
        span,input{
          color: #c1b2b6;
        }
      }
    }
    @include media(){
      height: 52.5px;
    }
    &:before{
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #e6e6e6;
      transition: $base-transition1;
      transform: translateX(0%);
    }
    &:after{
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #c1b2b6;
      transition: $base-transition1;
      transform: translateX(50%);
    }
    a,p,span{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 100%;
      font-family: $web-font1;
      font-size: 18px;
      letter-spacing: 0.5px;
      transition: $base-transition1;
    }
  }
  input.wpcf7-submit,p.wpcf7-submit{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: $web-font1;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: $base-transition1;
    cursor: pointer;//スマホスタイル無効
    -webkit-appearance: none;//スマホスタイル無効
    background: none;
    border: none;//デフォルトスタイル無効
    border-radius: 0;//スマホスタイル無効
    opacity: 0;
  }
}
*/
.ajax-loader, .wpcf7-spinner {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

/*
.wpcf7-form-control.wpcf7-textarea{
  & + .wpcf7-not-valid-tip{
    bottom: -23px;
    @include media(){
      bottom: -19px;
    }
  }
}

.wpcf7-form-control.wpcf7-checkbox{
  & + .wpcf7-not-valid-tip{
    right: 0;
    margin: auto;
  }
}
*/
.screen-reader-response {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-validation-errors {
  width: 600px;
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px !important;
  border: 2px solid #d51b1b !important;
  color: #d51b1b !important;
  line-height: 1.5;
  text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output, .wpcf7-mail-sent-ok {
  width: 600px;
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #2e374b !important;
  color: #2e374b;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/*
.sentout-message{
  display: none;
}

.sent{
  .description-wrap,.form-wrap{
    display: none;
  }
  .sentout-message{
    display: block;
  }
}
*/
.privacypg-sec1-wrap .inner {
  position: relative;
  z-index: 1;
  max-width: 924px;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap h2 {
  font-size: 23px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .privacypg-heading-wrap h2 {
    font-size: 18px;
    text-align: center;
  }
}

.privacypg-sec1-wrap .inner .item:not(:first-of-type) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.privacypg-sec1-wrap .inner .item h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 2.2;
  border-bottom: 1px solid #ccc;
}

.privacypg-sec1-wrap .inner .item p {
  font-size: 15px;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .item p {
    font-size: 14px;
    line-height: 1.75;
  }
}

.privacypg-sec1-wrap .inner .item ul {
  margin-top: 10px;
  list-style: none;
}

.privacypg-sec1-wrap .inner .item ul li {
  font-size: 15px;
  line-height: 2.2;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .item ul li {
    font-size: 14px;
    line-height: 1.75;
  }
}

.privacypg-sec1-wrap .inner .item .info {
  margin-top: 20px;
}

.privacypg-sec1-wrap .inner .item .info h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.privacypg-sec1-wrap .inner .item .info p {
  line-height: 1.5;
}

.privacypg-sec1-wrap .inner .item .info p.tel {
  margin-top: 5px;
}

.sitemap-sec1-wrap {
  background: #fff;
}

.sitemap-sec1-wrap .inner {
  position: relative;
  z-index: 1;
  max-width: 924px;
  margin: 0 auto;
  padding: 0 30px 100px 30px;
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul:first-of-type {
  border-top: 1px solid #ccc;
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li {
  width: 40%;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul li {
    width: 100%;
    padding: 15px 0;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li:first-of-type:before {
  content: '■';
  color: #2e374b;
  margin-right: 10px;
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li:not(:first-of-type):before {
  content: '―';
  color: #2e374b;
  margin-right: 10px;
  padding-left: 26px;
}

@media print, screen and (min-width: 961px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul li a:hover {
    opacity: 0.7;
  }
}
