@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 1s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
font-style: normal;*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #4d4d4d;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.rosan {
  font-family: ro-san-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 1s;
}

.text-center {
  text-align: center !important;
}

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: $small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: $small) {
        display:none !important;
    }
}*/
a,
button {
  transition: all 1s;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

li {
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

::-moz-selection {
  background: #91c6e8;
}

::selection {
  background: #91c6e8;
}

/* for Firefox */
::-moz-selection {
  background: #91c6e8;
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-blur {
  position: relative;
  filter: blur(20px);
  transition: all 2s;
}
.fadein-blur.active {
  filter: blur(0em);
}

.fadein-down {
  opacity: 0;
  top: -120px !important;
  transition: all 2s;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes hello {
  0% {
    stroke-dashoffset: 400;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 400;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 400;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 400;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(0, 0, 0, 0.5);
  }
}
@keyframes circle {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
/*.st0 {
        fill:#fff;
        stroke:#fff;
        fill:rgba(255,255,255,0);
        stroke-width:0.5px;
        stroke-DASHarray: 3000;
        stroke-DASHoffset:3000;
        -moz-animation:lineAnime 3s ease-in-out .5s forwards;
        -webkit-animation:lineAnime 3s ease-in-out .5s forwards;
        -o-animation:lineAnime 3s ease-in-out .5s forwards;
        animation:lineAnime 3s ease-in-out .5s forwards;
        -webkit-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out;		
}

.home .path {
        -moz-animation:lineAnime 2s ease-in-out .5s forwards;
        -webkit-animation:lineAnime 2s ease-in-out .5s forwards;
        -o-animation:lineAnime 2s ease-in-out .5s forwards;
        animation:lineAnime 2s ease-in-out .5s forwards;
        -webkit-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;	
}

@keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-moz-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-webkit-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-o-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-ms-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        50% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}*/
.nav-layer {
  display: none;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  margin: auto;
  z-index: 95;
  transition: all 1s;
}
.nav-layer.active {
  top: 0%;
}

.drawer-btn span {
  height: 2px;
  background-color: #231815;
  transition: all 1s;
}

.drawer-btn p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #231815;
  margin-top: 30px;
  margin-left: -6px;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 18px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .drawer-btn {
    display: block;
    top: 34px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .drawer-btn {
    top: 27px;
  }
}
@media screen and (max-width: 960px) {
  .drawer-btn.scroll {
    top: 23px;
  }
}
@media screen and (max-width: 480px) {
  .drawer-btn.scroll {
    top: 14px;
  }
}
.drawer-btn:hover .border03 {
  width: 100%;
}

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #231815;
  width: 100%;
  height: 2px;
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
}

.border01 {
  margin-top: -10px;
  /*    @media screen and ( max-width: $small ){
          margin-top: -8px;
      }*/
}

.border02 {
  /*width: 85%;*/
}

.border03 {
  width: 70%;
  left: 0px;
  margin-top: 10px;
  /*    @media screen and ( max-width: $small ){
          margin-top: 8px;
      }*/
}

.current.drawer-btn {
  /*background-color: #FFF;*/
  /*right: 20px;*/
}

.current.drawer-btn span {
  background-color: #fff;
}

.current.drawer-btn p {
  color: #fff;
}

.current.drawer-btn .border01 {
  top: 50%;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

/*.current.drawer-btn .border02 {
   top: 50%;
   -webkit-transition: .2s ease .1s;
   transition: .2s ease .1s;
   opacity: 0;
}*/
.current.drawer-btn .border02 {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.owl-carousel .owl-stage-outer {
  overflow: initial !important;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.8;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-prev {
  position: absolute;
  top: -50px;
  right: 90px;
  width: 70px;
  height: 26px;
  background: url("../img/arrow_blk.svg") no-repeat center center !important;
  transform: scale(-1, 1);
  margin: auto;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-prev:focus,
.owl-carousel .owl-next:hover,
.owl-carousel .owl-next:focus {
  opacity: 0.8;
  border: none !important;
}

/*.owl-carousel .owl-prev:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    left: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}
.owl-carousel .owl-prev:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    left: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}*/
.owl-carousel .owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  width: 70px;
  height: 26px;
  background: url("../img/arrow_blk.svg") no-repeat center center !important;
  margin: auto;
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 20px 7px 5px !important;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #231815;
}

#page-animate::before {
  content: "";
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  z-index: 9999;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::after {
  content: "";
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  z-index: 9999;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.layer-active::before {
  top: 0;
}

#page-animate.layer::after {
  top: 0;
}

.img-area {
  overflow: hidden;
  position: relative;
}
.img-area:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #111;
  transform: skew(-15deg) translateX(10%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.img-area:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f5f4f3;
  transform: skew(-15deg) translateX(10%);
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.img-area.active:before {
  transform: skew(-15deg) translateX(120%);
}
.img-area.active:after {
  transform: skew(-15deg) translateX(120%);
}

h1 {
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  h1 {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0 3px;
    text-align: left;
    background-color: #000;
    right: auto;
  }
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #231815;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  h1 a {
    color: #fff;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 11px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
  background-color: #000;
  padding: 10px 1em;
  box-sizing: border-box;
  z-index: 100;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  header {
    top: 15px;
    background: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #dcdddd;
    padding: 6px 0.5em 2px;
  }
}
header.on {
  background-color: #231815;
}
header.scroll {
  top: 0;
}
@media screen and (max-width: 960px) {
  header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 77px;
    width: 1px;
    height: 100%;
    background-color: #dcdddd;
  }
}
header h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  header h2 {
    display: inline-block;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  header h2 img.pc {
    display: none;
  }
}
header h2 img.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  header h2 img.sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  header h2 img.sp {
    width: 200px;
  }
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.gnav {
  text-align: left;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  .gnav {
    display: none;
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    max-width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}
.gnav .gnav-inner {
  position: relative;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner {
    top: 0;
    margin: 0 auto;
    padding: 0 0 150px;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 100%;
  }
}
.gnav .gnav-inner li {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li {
    margin-bottom: 3px;
  }
}
.gnav .gnav-inner li a {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 6px 0.5em;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li a {
    font-size: 42px;
  }
}
.gnav .gnav-inner li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 1s;
}
.gnav .gnav-inner li a:hover:before {
  width: 100%;
}
.gnav .gnav-inner li a:hover span {
  color: #4d4d4d;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li.ic {
    margin-top: 15px;
    padding-left: 15px;
  }
}
.gnav .gnav-inner li.ic a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0.8em;
}
.gnav .gnav-inner li.ic a:nth-child(1) {
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li.ic a img {
    width: 44px;
  }
}
.gnav .gnav-inner li.lab a {
  max-width: 130px;
  margin: 0 auto;
  padding: 8px 0;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li.lab a {
    max-width: 240px;
    padding: 8px 1em;
  }
}
.gnav .gnav-inner li.lab a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li.lab a img {
    width: 185px;
  }
}
.gnav .gnav-inner li span.sp {
  display: none;
  font-size: 15px;
  font-weight: normal;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li span.sp {
    display: block;
  }
}

.container {
  padding-left: 170px;
}
@media screen and (max-width: 960px) {
  .container {
    padding-left: 0px;
  }
}

.insta-area {
  padding: 0 0.5em;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  .insta-area {
    margin: 0 auto 100px;
  }
}
.insta-area .icon-area {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .insta-area .icon-area {
    margin: 0 auto 10px;
  }
}
.insta-area .icon-area .icon-user {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .insta-area .icon-area .icon-user {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .insta-area .icon-area .icon-user {
    font-size: 17px;
    line-height: 1.5;
  }
}
.insta-area .icon-area .icon-user img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 480px) {
  .insta-area .icon-area .icon-user img {
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
  }
}

#instafeed {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto 60px;
}
#instafeed div {
  float: left;
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 10px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  #instafeed div {
    width: 32.6%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  #instafeed div {
    width: 49.5%;
  }
}
#instafeed div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #instafeed div:nth-child(4n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  #instafeed div:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #instafeed div:nth-child(3n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 480px) {
  #instafeed div:nth-child(2n) {
    margin-right: 0%;
  }
}
#instafeed div a {
  display: block;
  line-height: 0;
  height: 150px;
  background-size: cover !important;
}
@media screen and (max-width: 480px) {
  #instafeed div a {
    height: 130px;
  }
}
@media screen and (max-width: 400px) {
  #instafeed div a {
    height: 120px;
  }
}
#instafeed div img {
  line-height: 0;
}

.contact-btn {
  overflow: hidden;
  position: relative;
  display: block;
  width: 94%;
  max-width: 600px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #231815;
  border: 3px solid #231815;
  padding: 25px 0.5em;
  margin: 130px auto 45px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .contact-btn {
    font-size: 20px;
    margin: 80px auto 60px;
  }
}
@media screen and (max-width: 480px) {
  .contact-btn {
    font-size: 18px;
  }
}
.contact-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #231815;
  transform: skew(-15deg) translateX(-80%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.contact-btn:hover {
  color: #fff;
}
.contact-btn:hover:before {
  transform: skew(-15deg) translateX(10%);
}

.btn {
  overflow: hidden;
  position: relative;
  display: block;
  width: 92%;
  max-width: 380px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.2em;
  border: 1px solid #231815;
  padding: 14px 1em 14px;
  margin: 50px auto 60px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover {
  color: #231815;
}
.btn:hover:after {
  left: -170%;
}
.btn:after {
  content: "";
  position: absolute;
  top: -70%;
  left: -20%;
  width: 130%;
  height: 220%;
  background-color: #231815;
  transition: all 1s;
  z-index: -1;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 101;
  transition: all 1s;
}
.loader.on {
  top: -100%;
}
.loader .loader-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 500px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  /* line-height: 134px; */
  padding-top: 12px;
}
.loader .loader-inner .logo-svg {
  /*opacity: 0;*/
  display: none;
  transition: all 1s;
}
.loader .loader-inner .logo-svg.on {
  /*opacity: 1;*/
  display: block;
}
@media screen and (max-width: 1280px) {
  .loader .loader-inner .logo-svg svg {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .loader .loader-inner .logo-svg svg {
    width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .loader .loader-inner .logo-svg svg {
    width: 240px;
  }
}

.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.screen-reader-text {
  display: none !important;
}

.navigation span.current {
  color: #fff;
  background-color: #231815;
  border-radius: 5px;
  padding: 5px 8px;
}

.navigation a,
.navigation span {
  vertical-align: middle;
  color: #4d4d4d;
  background: none;
  border-radius: 0px;
  padding: 5px 13px;
}
.navigation a:hover,
.navigation span:hover {
  color: #fff;
  background-color: #231815;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  width: 38px;
  height: 45px;
  color: #fff;
  background-color: #231815;
  border: 1px solid #231815;
  border-radius: 5px;
}

.navigation a.next {
  margin-left: 30px;
}
.navigation a.next:hover {
  background-color: #fff;
}
.navigation a.next:hover:before {
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.navigation a.next:before {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 30px;
}
.navigation a.prev:hover {
  background-color: #fff;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.navigation a.prev:before {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mono-insta-link {
  display: block;
  width: 94%;
  max-width: 350px;
  text-align: center;
  background-color: #fff;
  padding: 18px 2em 14px;
  margin: 30px auto;
}
.mono-insta-link:hover {
  opacity: 0.7;
}
.mono-insta-link.footer-link {
  max-width: 280px;
  background-color: #231815;
  padding: 8px 1.5em 5px;
  margin: 50px auto 0px;
}

.page-top {
  display: block;
  width: 37px;
  margin: 0 9% 20px auto;
}
.page-top svg {
  display: block;
  width: 37px;
  margin-bottom: 7px;
}
.page-top span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #231815;
  padding-left: 4px;
}

footer {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 140px 0 0 170px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 140px 0 0 0px;
  }
}
footer .footer-inner {
  max-width: 1280px;
  padding: 0 1em;
  margin: 0 auto;
}
footer .contact-area {
  text-align: center;
  margin: 0 auto 200px;
}
footer .contact-area h4 {
  margin-bottom: 15px;
}
footer .contact-area h4 a {
  position: relative;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #231815;
  padding-right: 50px;
}
footer .contact-area h4 a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
footer .contact-area .stc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
}
@media screen and (max-width: 480px) {
  footer .contact-area .stc {
    font-size: 14px;
  }
}
footer .footer-logo {
  text-align: center;
  padding: 0 1em;
  margin: 0 auto 15px;
}
footer .banner {
  display: block;
  max-width: 340px;
  margin: 0 auto 65px;
}
footer .address {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin: 0px auto 25px;
}
@media screen and (max-width: 960px) {
  footer .address {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  footer .address {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  footer .address {
    font-size: 16px;
  }
}
footer .address img {
  vertical-align: text-bottom;
  margin-left: 5px;
}
footer .sns-area {
  margin-bottom: 60px;
}
footer .sns-area p {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  footer .sns-area p {
    font-size: 32px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  footer .sns-area p {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  footer .sns-area p {
    font-size: 28px;
  }
}
footer .sns-area a {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
footer .sns-area a:last-child {
  margin-right: 0;
}
footer .footer-nav {
  position: relative;
  text-align: center;
  padding: 0 1.5em;
  margin: 60px auto 0;
  z-index: 1;
}
footer .footer-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  footer .footer-nav ul li {
    display: block;
  }
}
footer .footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
  padding: 0 1em 5px;
}
@media screen and (max-width: 960px) {
  footer .footer-nav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-nav ul li a {
    font-size: 16px;
  }
}
footer .footer-nav ul li a:before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 3px;
  background-color: #231815;
  border-radius: 20px;
  margin: auto;
  transition: all 1s;
}
footer .footer-nav ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
footer .copyright {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #898989;
  padding: 8px 0;
  z-index: 1;
}
footer .copyright a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #898989;
}

.container {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .container {
    padding-top: 120px;
  }
}
.container.product {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .container.product {
    padding-top: 101px;
  }
}
@media screen and (max-width: 480px) {
  .container.product {
    padding-top: 90px;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  max-width: 1280px;
  line-height: 1.4;
  padding: 15px 0em 5px 10px;
  margin: 10px auto 0;
}
.breadcrumbs.single {
  position: relative;
  max-width: 10000px;
  margin: 10px auto 5px;
}
.breadcrumbs a {
  color: #231815;
}
.breadcrumbs span {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .breadcrumbs span {
    font-size: 13px;
  }
}
.breadcrumbs img {
  margin: 0 10px;
}

section {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0 0;
}
section h2 {
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #231815;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  section h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  section h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  section h2 {
    font-size: 44px;
  }
}
section h2 span {
  display: block;
  font-size: 15px;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
  padding-left: 3px;
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  section h2 span {
    font-size: 14px;
  }
}

.section-inner {
  max-width: 1280px;
  padding: 0 1em;
  margin: 0 auto;
}

#about-page {
  padding: 30px 1em 80px;
}
#about-page .logo-area {
  max-width: 800px;
  background-color: #fff;
  text-align: center;
  padding: 35px 1.5em;
  margin: 0 auto 60px;
}
#about-page .stc {
  max-width: 688px;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #about-page .stc {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #about-page .stc {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #about-page .stc {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #about-page .stc .pc {
    display: none;
  }
}
#about-page .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #about-page .stc .sp {
    display: block;
  }
}
#about-page iframe {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.single-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.gry-inner {
  max-width: 1000px;
  padding: 0 1em;
  margin: 90px auto 50px;
}
.gry-inner#other-product {
  max-width: 1200px;
}
.gry-inner#other-product h3 {
  line-height: 1.2;
}
.gry-inner h3 {
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #231815;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .gry-inner h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .gry-inner h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  .gry-inner h3 {
    font-size: 44px;
  }
}
.gry-inner h3.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .gry-inner h3.sp {
    display: block;
  }
}
.gry-inner h3 span {
  display: block;
  font-size: 17px;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
  padding-left: 3px;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .gry-inner h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .gry-inner h3 span {
    font-size: 15px;
  }
}

.single-thumb {
  height: 520px;
  transition: all 3s;
}
@media screen and (max-width: 960px) {
  .single-thumb {
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .single-thumb {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb {
    height: 240px;
  }
}
.single-thumb.on {
  opacity: 1;
}

#news-single {
  background-color: #fff;
  padding: 0px 1.5em 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #news-single {
    padding: 0px 1em 50px;
  }
}
#news-single h2 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  border-bottom: 1px solid #dcdddd;
  text-align: center;
  padding: 16px 1em;
  margin: 0px auto 70px;
}
@media screen and (max-width: 960px) {
  #news-single h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #news-single h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #news-single h2 {
    font-size: 22px;
    line-height: 1.4;
    padding: 16px 0em;
  }
}
#news-single h2 .sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #news-single h2 .sp {
    display: block;
  }
}
#news-single h2 span {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #9fa0a0;
}
@media screen and (max-width: 640px) {
  #news-single h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner {
    padding: 0 0em;
  }
}
#news-single .section-inner .row {
  padding: 0 1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .row {
    margin-bottom: 60px;
  }
}
#news-single .section-inner .row.row01 {
  max-width: 820px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .row.row01 {
    margin: 0 auto 60px;
  }
}
#news-single .section-inner .pdf {
  margin: 0 auto 50px;
  display: block;
  width: 200px;
  position: relative;
}
#news-single .section-inner .pdf .search {
  position: absolute;
  right: 0;
  top: 0;
}
#news-single .section-inner h3 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h3 {
    font-size: 22px;
  }
}
#news-single .section-inner h4 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #231815;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h4 {
    font-size: 19px;
  }
}
#news-single .section-inner h5 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #231815;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h5 {
    font-size: 22px;
  }
}
#news-single .section-inner .stc {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .stc {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc .pc {
    display: none;
  }
}
#news-single .section-inner .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc .sp {
    display: block;
  }
}
#news-single .section-inner .stc b {
  font-weight: 600;
}
#news-single .section-inner .stc .red {
  font-weight: 600;
  color: #d92519;
}
#news-single .section-inner .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #231815;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .stc label {
    font-size: 16px;
  }
}
#news-single .section-inner .item-area {
  max-width: 800px;
  padding: 0 37px;
  margin: 60px auto;
}
#news-single .section-inner .share h5 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin: 0px auto 10px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner .share h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .share h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .share h5 {
    font-size: 22px;
  }
}
#news-single .section-inner .share .bar-box {
  width: 2px;
  height: 30px;
  background-color: #000;
  margin: 10px auto 20px;
}
#news-single .section-inner .share ul {
  overflow: hidden;
}
#news-single .section-inner .share ul li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#news-single .section-inner .share ul li a {
  display: block;
  height: 40px;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#news-single .section-inner .share ul li:last-child {
  margin-right: 0;
}
#news-single .section-inner .share ul li:last-child a {
  border-right: 0;
}
#news-single .col-area {
  text-align: center;
  padding: 0 1em;
  margin: 0px auto 90px;
}
#news-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#news-single .col-area .col:nth-child(2) {
  width: 47%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#news-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#news-single .col-area .col img {
  margin: 0 auto;
}

#other-news .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #other-news .item-area .item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #other-news .item-area .item {
    width: 100%;
    margin-right: 0%;
  }
}
#other-news .item-area .item:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  #other-news .item-area .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  #other-news .item-area .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  #other-news .item-area .item:nth-child(2n) {
    margin-right: 0%;
  }
}
#other-news .item-area .item .img-area {
  height: 200px;
}
@media screen and (max-width: 1280px) {
  #other-news .item-area .item .img-area {
    height: 180px;
  }
}
#other-news .item-area .item .stc-area {
  background-color: #fff;
  padding: 15px 1em 5px;
}
#other-news .item-area .item .stc-area h3 {
  height: 52px;
  font-size: 15px;
  font-weight: normal;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #other-news .item-area .item .stc-area h3 {
    font-size: 14px;
  }
}
#other-news .item-area .item .stc-area .date {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #9fa0a0;
  text-align: center;
}

#other-product .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px 1em 0;
}
@media screen and (max-width: 768px) {
  #other-product .item-area .item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #other-product .item-area .item {
    width: 100%;
    margin-right: 0%;
  }
}
#other-product .item-area .item:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  #other-product .item-area .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  #other-product .item-area .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  #other-product .item-area .item:nth-child(2n) {
    margin-right: 0%;
  }
}
#other-product .item-area .item .img-area {
  height: 300px;
}
@media screen and (max-width: 1280px) {
  #other-product .item-area .item .img-area {
    height: 260px;
  }
}
#other-product .item-area .item .stc-area {
  background-color: #fff;
  padding: 8px 0 5px;
}
#other-product .item-area .item .stc-area h3 {
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #other-product .item-area .item .stc-area h3 {
    font-size: 15px;
  }
}
#other-product .item-area .item .stc-area .company {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #9fa0a0;
  text-align: center;
  margin-bottom: 8px;
}

#monolist-page {
  padding: 30px 1em 80px;
}
#monolist-page .tag-area {
  text-align: center;
  margin-bottom: 60px;
}
#monolist-page .tag-area p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background-color: #231815;
  border: 1px solid #231815;
  padding: 5px 1em;
}
@media screen and (max-width: 640px) {
  #monolist-page .tag-area p {
    font-size: 17px;
  }
}
#monolist-page .item-area {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 70px;
}
#monolist-page .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  max-width: 370px;
  margin-right: 14%;
  margin-bottom: 60px;
  background-color: #fff;
  padding: 10px 1em 0;
}
@media screen and (max-width: 1280px) {
  #monolist-page .item-area .item {
    margin-right: 10%;
  }
}
@media screen and (max-width: 640px) {
  #monolist-page .item-area .item {
    width: 45%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 480px) {
  #monolist-page .item-area .item {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
}
#monolist-page .item-area .item:nth-child(2n) {
  margin-right: 0%;
}
@media screen and (max-width: 480px) {
  #monolist-page .item-area .item:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#monolist-page .item-area .item:last-child {
  margin-right: 0%;
}
@media screen and (max-width: 480px) {
  #monolist-page .item-area .item:last-child {
    margin: 0 auto 50px;
  }
}
#monolist-page .item-area .item .img-area {
  height: 300px;
}
#monolist-page .item-area .item .stc-area {
  background-color: #fff;
  padding: 8px 0 5px;
}
#monolist-page .item-area .item .stc-area h3 {
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #monolist-page .item-area .item .stc-area h3 {
    font-size: 15px;
  }
}
#monolist-page .item-area .item .stc-area .company {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #9fa0a0;
  text-align: center;
  margin-bottom: 8px;
}
#monolist-page .btn {
  margin: 120px auto 60px;
}

.single-monolist h1 {
  right: 8px;
  left: 170px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .single-monolist h1 {
    left: 0px;
  }
}
.single-monolist h1 a {
  color: #fff;
}

.breadcrumbs.product {
  position: relative;
  max-width: 1200px;
  bottom: auto;
  padding: 0px 0em 5px 10px;
  margin: 10px auto 100px;
}

.product-thumb {
  position: relative;
  max-width: 1200px;
  height: 750px;
  line-height: 0;
  margin: 0 auto;
  transition: all 3s;
}
@media screen and (max-width: 1280px) {
  .product-thumb {
    height: 700px;
  }
}
@media screen and (max-width: 960px) {
  .product-thumb {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  .product-thumb {
    height: 550px;
  }
}
@media screen and (max-width: 480px) {
  .product-thumb {
    height: 480px;
  }
}
@media screen and (max-width: 420px) {
  .product-thumb {
    height: 400px;
  }
}
.product-thumb img {
  display: block;
  margin: 0 auto;
}
.product-thumb .stc-area {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 80%;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 2em 8px;
}
@media screen and (max-width: 640px) {
  .product-thumb .stc-area {
    bottom: 5px;
    left: 5px;
    padding: 6px 1em 3px;
  }
}
.product-thumb .stc-area .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background-color: #231815;
  border: 1px solid #231815;
  padding: 5px 1em;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .product-thumb .stc-area .tag-area a {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 3px 0.8em;
  }
}
.product-thumb .stc-area .tag-area a:hover {
  color: #231815;
  background-color: #fff;
}
.product-thumb h2 {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #231815;
  margin-bottom: 2px;
}
@media screen and (max-width: 960px) {
  .product-thumb h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .product-thumb h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .product-thumb h2 {
    font-size: 20px;
    letter-spacing: 0em;
  }
}
.product-thumb h2 .sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .product-thumb h2 .sp {
    display: block;
  }
}
.product-thumb .company {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #9fa0a0;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .product-thumb .company {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .product-thumb .company {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.product-thumb.on {
  opacity: 1;
}

#product-single {
  background-color: #fff;
  max-width: 1200px;
  padding: 80px 1.5em 50px;
  margin-bottom: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #product-single {
    padding: 80px 1em 50px;
  }
}
#product-single h2 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  border-bottom: 1px solid #dcdddd;
  text-align: center;
  padding: 16px 1em;
  margin: 0px auto 70px;
}
@media screen and (max-width: 960px) {
  #product-single h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #product-single h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #product-single h2 {
    font-size: 22px;
    padding: 16px 0em;
  }
}
#product-single h2 .sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #product-single h2 .sp {
    display: block;
  }
}
#product-single h2 span {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #9fa0a0;
}
@media screen and (max-width: 640px) {
  #product-single h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner {
    padding: 0 0em;
  }
}
#product-single .section-inner .row {
  padding: 0 1em;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .row {
    margin-bottom: 70px;
  }
}
#product-single .section-inner .row.row01 {
  max-width: 820px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .row.row01 {
    margin: 0 auto 70px;
  }
}
#product-single .section-inner .pdf {
  margin: 0 auto 50px;
  display: block;
  width: 200px;
  position: relative;
}
#product-single .section-inner .pdf .search {
  position: absolute;
  right: 0;
  top: 0;
}
#product-single .section-inner h3 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #product-single .section-inner h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #product-single .section-inner h3 {
    font-size: 22px;
  }
}
#product-single .section-inner h4 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #231815;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #product-single .section-inner h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #product-single .section-inner h4 {
    font-size: 19px;
  }
}
#product-single .section-inner h5 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #231815;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #product-single .section-inner h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #product-single .section-inner h5 {
    font-size: 22px;
  }
}
#product-single .section-inner .stc {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #product-single .section-inner .stc {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .stc .pc {
    display: none;
  }
}
#product-single .section-inner .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .stc .sp {
    display: block;
  }
}
#product-single .section-inner .stc b {
  font-weight: 600;
}
#product-single .section-inner .stc .red {
  font-weight: 600;
  color: #d92519;
}
#product-single .section-inner .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #231815;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #product-single .section-inner .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #product-single .section-inner .stc label {
    font-size: 16px;
  }
}
#product-single .section-inner .item-area {
  max-width: 800px;
  padding: 0 37px;
  margin: 60px auto;
}
#product-single .section-inner .share h5 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin: 0px auto 10px;
}
@media screen and (max-width: 960px) {
  #product-single .section-inner .share h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #product-single .section-inner .share h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #product-single .section-inner .share h5 {
    font-size: 22px;
  }
}
#product-single .section-inner .share .bar-box {
  width: 2px;
  height: 30px;
  background-color: #000;
  margin: 10px auto 20px;
}
#product-single .section-inner .share ul {
  overflow: hidden;
}
#product-single .section-inner .share ul li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#product-single .section-inner .share ul li a {
  display: block;
  height: 40px;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#product-single .section-inner .share ul li:last-child {
  margin-right: 0;
}
#product-single .section-inner .share ul li:last-child a {
  border-right: 0;
}
#product-single .tag-area {
  text-align: center;
}
#product-single .tag-area div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
#product-single .tag-area div a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #231815;
  border: 1px solid #231815;
  border-radius: 8px;
  padding: 5px 1.5em;
}
@media screen and (max-width: 640px) {
  #product-single .tag-area div a {
    font-size: 16px;
  }
}
#product-single .tag-area div a:hover {
  color: #fff;
}
#product-single .tag-area div a:hover:before {
  left: -20%;
}
#product-single .tag-area div a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -170%;
  width: 160%;
  height: 200%;
  background-color: #231815;
  transform: rotateZ(10deg);
  transition: all 1s;
  z-index: -1;
}
#product-single .col-area {
  text-align: center;
  padding: 0 1em;
  margin: 0px auto 90px;
}
#product-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #product-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#product-single .col-area .col:nth-child(2) {
  width: 47%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #product-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#product-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#product-single .col-area .col img {
  margin: 0 auto;
}

#contact-page {
  padding: 120px 0em 0;
  margin: 0 auto 80px;
}
#contact-page .section-inner {
  max-width: 1280px;
  padding: 0 1em;
  margin: 0 auto;
}
#contact-page .stc {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #contact-page .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #contact-page .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #contact-page .stc .pc {
    display: none;
  }
}
#contact-page .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #contact-page .stc .sp {
    display: block;
  }
}
#contact-page .stc .thanks {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #contact-page .stc .thanks {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  #contact-page .stc .thanks {
    font-size: 18px;
  }
}

.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0px;
  /*    .wpcf7-list-item-label:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 0px;
          display: block;
          margin-top: -12px;
          width: 40px;
          height: 40px;
          background-color: #dcdcdc;
          border-radius: 0px;
          content: '';
          z-index: 0;
      }
      .wpcf7-list-item-label:before {
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          position: absolute;
          top: 50%;
          left: 14px;
          display: block;
          margin-top: -6px;
          width: 13px;
          height: 23px;
          border-right: 3px solid #323232;
          border-bottom: 3px solid #323232;
          content: '';
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1;
      }*/
  /*    input[type=checkbox]:checked + .wpcf7-list-item-label:before {
          opacity: 1;
      }*/
}
.input-form .secure-box {
  text-align: center;
}
.input-form p {
  position: relative;
}
.input-form .stc {
  margin-bottom: 35px !important;
}
.input-form .require {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aa0000;
}
.input-form .gray-text {
  width: 150px;
  font-size: 110%;
  text-align: center;
  background-color: #dcdcdc;
  padding: 5px 10px 7px;
  margin: 0px 0 10px auto;
}
.input-form .gray-text span {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 120%;
  color: #c30d23;
  margin-right: 5px;
}
.input-form .small {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 50px;
}
.input-form .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 20px 0 12px;
}
.input-form .title span {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #aa0000;
}
.input-form .btn {
  width: 100%;
  max-width: 440px;
  color: #fff;
  background-color: #231815;
  padding: 20px 1em 20px 1em;
  margin: 40px auto 20px;
}
.input-form .file-area {
  /*        position: relative;
          &:before{
              display:block;
              content: '';
              position: absolute;
              top: 20px;
              left: auto;
              right: 33px;
              width: 1px;
              height: 16px;
              background-color: common.$main-color !important;
              @include common.trans10;

          }
          &:after{
              display:block;
              content: '';
              position: absolute;
              top: 26px;
              right: 26px;
              width: 16px;
              height: 1px;
              background-color: common.$main-color;
              @include common.trans10;

          }*/
}
.input-form input[type=file] {
  font-size: 13px;
  /*        input[type="button"]{
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              position: relative;
               display: block; 
              background: none;
              background-color: #FFF;
              border: 1px solid #d9d9d9;
              padding: 8px 30px 8px 15px;
              font-size: 13px;
              line-height: 1.5;
              letter-spacing: 0.1em;
          }*/
}
.input-form input[type=text],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.input-form input[type=text].short,
.input-form input[type=email].short,
.input-form textarea.short {
  max-width: 200px;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  /*        width: 92%;
          max-width: 250px;
          color: #FFF;
          font-size: 18px;
          letter-spacing: 0.2em;
          background-color: #000;
          border: 2px solid #000;
          border-radius: 0;
          padding: 12px 0;
          margin: 50px auto 60px;*/
  transition: all 1s;
  /*        &:hover{
              color: common.$main-color;
              background-color: #FFF;
          }*/
}
.input-form button.off {
  opacity: 0.7;
}
.input-form button .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn.prev .arrow {
  position: absolute;
  left: 1.5em;
  right: auto;
  padding: 23px 0 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .input-form .btn.prev .arrow {
    left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .input-form .btn.prev .arrow {
    left: 1.5em;
  }
}
.input-form .wpcf7c-btn-back .fa {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 12px;
  right: auto;
  height: 22px;
  font-size: 140%;
  font-weight: bold;
  margin: auto 0;
}
.input-form .btn-area {
  text-align: center;
}
.input-form .btn-area button {
  display: inline-block !important;
  width: 48% !important;
  margin-right: 2% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area button {
    display: block !important;
    width: 100% !important;
    margin: 20px auto 30px !important;
  }
}
.input-form .btn-area button:last-of-type {
  margin-right: 0% !important;
}
@media screen and (max-width: 640px) {
  .input-form .btn-area button:last-of-type {
    margin: 20px auto 0px !important;
  }
}
.input-form .att {
  margin: 50px auto 25px;
  text-align: center;
}
.input-form .policy-area {
  position: relative;
  text-align: center;
}
.input-form .policy-area .wpcf7-not-valid-tip {
  right: 0;
}
.input-form .policy-area .wpcf7-list-item label {
  margin-right: 0px;
}
.input-form .border-p {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
}
.input-form .age {
  position: relative;
  max-width: 180px;
  padding-right: 30px;
}
.input-form .age p {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.input-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
  border: none;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 8px 25px 8px 10px;
}
.input-form select::-ms-expand {
  display: none;
}
.input-form .select-group {
  position: relative;
  max-width: 400px;
}
.input-form .select-group:after {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 2;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.input-form .select-group .wpcf7-not-valid-tip {
  display: none !important;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  margin-right: 5px;
}
.input-form input[type=radio],
.input-form input[type=checkbox] {
  display: none;
}
.input-form input[type=radio] + span,
.input-form input[type=checkbox] + span,
.input-form .wpcf7c-conf-hidden + span {
  position: relative;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.1em;
  padding: 2px 0px 0px 34px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.input-form input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 50%;
}
.input-form input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #323232;
  border-radius: 50%;
}
.input-form input[type=checkbox] + span::before,
.input-form .wpcf7c-conf-hidden + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #b5b5b6;
}
.input-form .wpcf7c-conf-hidden + span::before {
  background: none;
  border: none;
}
.input-form input[type=checkbox]:checked + span::after,
.input-form .wpcf7c-conf-hidden + span::after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: auto;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: normal;
  /*padding: 5px 0px 0px 10px;*/
}
.input-form .wpcf7-list-item label {
  margin-right: 30px;
  margin-bottom: 10px;
}
.input-form .your-tel1 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel1 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel2 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .your-tel3 {
  display: inline-block;
  width: 100px;
}
.input-form .your-tel3 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .tel-about {
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
.input-form .zip1,
.input-form .zip2 {
  display: inline-block;
  width: 80px;
}
.input-form .zip1 input[type=text],
.input-form .zip2 input[type=text] {
  background-color: #dcdcdc;
  border: none;
}
.input-form .zip2 {
  width: 100px;
}
.input-form .pref {
  margin-left: 15px;
}
.input-form .address {
  display: block;
  margin-top: 15px;
}
.input-form .address input[type=text] {
  border: none;
}
.input-form #select-group .select-group {
  display: inline-block;
  width: 120px;
}
.input-form #final #school {
  display: inline-block;
  width: 100px;
}
.input-form #final .schoolname {
  display: inline-block;
  margin-left: 10px;
}
.input-form #final .schoolname p {
  display: inline-block;
}
.input-form #final .schoolname p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form #final .depart {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 720px) {
  .input-form #final .depart {
    margin-top: 15px;
  }
}
.input-form #final .depart p {
  display: inline-block;
}
.input-form #final .depart p input[type=text] {
  background-color: #dcdcdc;
  width: 180px;
}
.input-form .border-box {
  border: 1px solid #c8c8c8;
  padding: 20px 1.5em;
  margin: 10px 0 18px;
}
.input-form .border-box h4 {
  margin-bottom: 5px;
}
.input-form .border-box p span {
  font-family: "Open Sans", sans-serif;
}
.input-form .gladuate-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.input-form #birthday {
  position: relative;
}
.input-form #birthday1 {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.input-form #birthday2 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.input-form #birthday3 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
/*# sourceMappingURL=page.css.map */