@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
  color: #333333;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #333333;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "EB Garamond", "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#header {
  width: 100%;
  max-width: 100%;
}

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

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

.eaves, .header__top p, .header__top .icons, .header__nav > ul li a, .header__nav > ul li .dd, .footer_wrap .footer .icon, .footer_wrap .footer__nav ul li a, .footer_wrap .footer__nav ul li span, .btn_01, .ttl_01 div, .pg_ttl02 div, .cont_02 .txt_01 h2, .box_01 a .box div, .cont_04 .txt_01 h2, .box_02 .box div, .ttl_02 div, .pg_ttl01 div, .pg_ttl02 h2, .pg_ttl03 h2, .cont_txt h2, #col_side1 .side-menu h2, #col_side1 .side-menu dt, .cont_txt02 h3, #nav-toggle p, #nav_sp a, #nav_sp .dd, .open #nav_sp .icons {
  font-family: "Didact Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
}

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

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__top > a img {
  width: 60%;
  padding: 10px 30px 10px 0;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .header__top > a img {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .header__top > a img {
    width: 70%;
    padding-right: 30px;
  }
}

.header__top p {
  font-size: 4.4rem;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .header__top p {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 640px) {
  .header__top p {
    font-size: 3.4rem;
    padding: 5px 0;
  }
}

.header__top p a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__top p a:hover {
  opacity: 0.6;
}

.header__top .icons {
  position: absolute;
  right: 25px;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .header__top .icons {
    right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .header__top .icons {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.header__top .icons a {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__top .icons a:hover {
  opacity: 0.6;
}

.header__top .icons .mypage, .header__top .icons .contact, .header__top .icons .shop, .header__top .icons .cart {
  position: relative;
  width: 60px;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .header__top .icons .mypage, .header__top .icons .contact, .header__top .icons .shop, .header__top .icons .cart {
    width: 70px;
  }
}

@media screen and (max-width: 640px) {
  .header__top .icons .mypage, .header__top .icons .contact, .header__top .icons .shop, .header__top .icons .cart {
    width: 75px;
  }
}

.header__top .icons .mypage::before, .header__top .icons .contact::before, .header__top .icons .shop::before, .header__top .icons .cart::before {
  content: "";
  background-image: url(../images/contents/icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: -5px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .header__top .icons .mypage::before, .header__top .icons .contact::before, .header__top .icons .shop::before, .header__top .icons .cart::before {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 834px) {
  .header__top .icons .mypage::before, .header__top .icons .contact::before, .header__top .icons .shop::before, .header__top .icons .cart::before {
    width: 33px;
    height: 33px;
  }
}

.header__top .icons .contact::before {
  background-image: url(../images/contents/icon2.png);
  top: 0px;
}

.header__top .icons .shop::before {
  background-image: url(../images/contents/icon3.png);
  top: 0px;
}

.header__top .icons .cart {
  width: 55px !important;
}

.header__top .icons .cart::before {
  background-image: url(../images/contents/cart.png);
  left: 2px;
}

.header__top .icons .mypage::before {
  top: 10px;
}

.header__nav {
  background-color: #1f1f1f;
  width: 100%;
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .header__nav > ul {
    display: none;
  }
}

.header__nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header__nav > ul li a, .header__nav > ul li .dd {
  color: white;
  display: block;
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a .hover, .header__nav > ul li .dd .hover {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  display: block;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a:hover, .header__nav > ul li .dd:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a:hover .hover, .header__nav > ul li .dd:hover .hover {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.3rem !important;
  position: relative;
  top: 3px;
  letter-spacing: 0px;
}

.header__nav > ul li a:hover .on, .header__nav > ul li .dd:hover .on {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li .dd {
  cursor: pointer;
}

.header__nav > ul li .ddmenu {
  position: absolute;
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  width: 260px;
}

.header__nav > ul li .ddmenu li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li .ddmenu li a {
  padding: 8px 20px;
}

.header__nav > ul li .ddmenu li:hover {
  background-color: #1f1f1f;
}

.main {
  width: 100vw !important;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .main {
    height: auto !important;
  }
}

.main li {
  list-style-type: none !important;
}

@media screen and (max-width: 834px) {
  .main li {
    height: auto !important;
  }
}

.main__image {
  position: relative;
  background-color: #000;
}

.main__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "objext-fit:cover;";
}

.main__image .txt_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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__image .txt_img img {
  width: 50% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .main__image .txt_img img {
    width: 70% !important;
  }
}

@media screen and (max-width: 834px) {
  .main__image .txt_img img {
    width: 90% !important;
  }
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.slider {
  background-color: black;
}

@media screen and (max-width: 834px) {
  .slider {
    background-color: transparent;
  }
}

.slider .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 834px) {
  .slider .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
  }
}

.slick-slide {
  outline: none !important;
}

/*   オープニング　　*/
.op_anime {
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-color: #333333;
  z-index: 9999;
  position: relative;
}

@-webkit-keyframes mozart_line {
  0% {
    stroke-dashoffset: 1750;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}

@keyframes mozart_line {
  0% {
    stroke-dashoffset: 1750;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}

@-webkit-keyframes text_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes text_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.op_anime {
  background: #333333;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9000;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

.op_anime p {
  position: fixed;
  display: none;
  z-index: 9999;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: text_line;
          animation-name: text_line;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  color: white;
  text-align: center;
  width: 100%;
  top: 60%;
}

.svgall {
  top: 55%;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 60%;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .svgall {
    width: 80%;
  }
}

#global_footer {
  position: relative;
}

.footer_wrap {
  padding-top: 40px;
}

.footer_wrap > a {
  color: white;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.2rem;
  margin-bottom: 20px;
  display: block;
}

.footer_wrap .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .footer_wrap .footer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .footer_wrap .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_wrap .footer__info {
  text-align: left;
  color: white;
}

@media screen and (max-width: 834px) {
  .footer_wrap .footer__info {
    text-align: center;
  }
}

.footer_wrap .footer__info ul li {
  font-size: 1.4rem;
}

.footer_wrap .footer__info ul:nth-child(2) .top {
  margin-top: 30px;
}

.footer_wrap .footer__info .top {
  font-size: 1.7rem;
}

.footer_wrap .footer__info a {
  color: white;
}

.footer_wrap .footer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  position: relative;
  left: -16px;
}

@media screen and (max-width: 834px) {
  .footer_wrap .footer .icon {
    left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

.footer_wrap .footer .icon a {
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
  display: block;
  width: 75px;
  text-align: center;
}

.footer_wrap .footer .icon .mypage, .footer_wrap .footer .icon .contact, .footer_wrap .footer .icon .shop, .footer_wrap .footer .icon .cart {
  position: relative;
}

.footer_wrap .footer .icon .mypage::before, .footer_wrap .footer .icon .contact::before, .footer_wrap .footer .icon .shop::before, .footer_wrap .footer .icon .cart::before {
  content: "";
  background-image: url(../images/contents/icon1-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  position: relative;
}

.footer_wrap .footer .icon .contact::before {
  background-image: url(../images/contents/icon2-w.png);
}

.footer_wrap .footer .icon .shop::before {
  background-image: url(../images/contents/icon3-w.png);
}

.footer_wrap .footer .icon .cart::before {
  background-image: url(../images/contents/cart-w.png);
  left: 2px;
  top: -3px;
}

.footer_wrap .footer .icon .mypage::before {
  top: 7px;
}

.footer_wrap .footer__right {
  width: 35%;
}

@media screen and (max-width: 1200px) {
  .footer_wrap .footer__right {
    width: 50%;
  }
}

@media screen and (max-width: 834px) {
  .footer_wrap .footer__right {
    width: 100%;
    max-width: 400px;
    margin-top: 50px;
  }
}

.footer_wrap .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.footer_wrap .footer__nav ul {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .footer_wrap .footer__nav ul {
    padding-left: 30px;
  }
}

.footer_wrap .footer__nav ul li a, .footer_wrap .footer__nav ul li span {
  color: white;
  line-height: 1.8;
  font-size: 1.7rem;
}

.footer_wrap .footer__nav ul .mgn {
  margin-bottom: 20px;
}

.footer_wrap .footer__nav ul .rgt {
  margin-left: 5px;
}

.footer_wrap .footer__nav ul .rgt a {
  color: #ccc;
  font-size: 1.4rem;
}

.footer_wrap > p small a {
  color: white;
  font-size: 1.2rem;
  display: block;
  margin-top: 60px;
  padding-bottom: 30px;
}

#global_footer .f__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #global_footer .f__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#global_footer .sns {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #global_footer .sns {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

#global_footer .sns i {
  color: white;
  font-size: 2.6rem;
  padding: 5px 8px;
}

#global_footer .sns a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#global_footer .sns a:hover {
  opacity: 0.6;
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 2px;
  line-height: 1.2;
}

.pankuzu a {
  color: #333333;
  font-weight: 400;
  font-size: 1.3rem;
}

.pankuzu li {
  display: inline-block;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .op_anime {
    display: none !important;
  }
}

/*  ホーム  */
.cont_01, .cont_02 .txt_01, .cont_04 .txt_01 {
  position: relative;
}

@media screen and (max-width: 834px) {
  .cont_01, .cont_02 .txt_01, .cont_04 .txt_01 {
    margin: 60px auto 100px auto !important;
  }
}

.cont_01 article, .cont_02 .txt_01 article, .cont_04 .txt_01 article {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
}

.cont_01 h1, .cont_02 .txt_01 h1, .cont_04 .txt_01 h1, .cont_01 h2, .cont_02 .txt_01 h2, .cont_04 .txt_01 h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .cont_01 h1, .cont_02 .txt_01 h1, .cont_04 .txt_01 h1, .cont_01 h2, .cont_02 .txt_01 h2, .cont_04 .txt_01 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 h1, .cont_02 .txt_01 h1, .cont_04 .txt_01 h1, .cont_01 h2, .cont_02 .txt_01 h2, .cont_04 .txt_01 h2 {
    font-size: 2.2rem;
  }
}

.cont_01 div, .cont_02 .txt_01 div, .cont_04 .txt_01 div {
  font-weight: 600;
}

.cont_01 div a, .cont_02 .txt_01 div a, .cont_04 .txt_01 div a {
  margin-top: 10px;
}

.btn_01 {
  display: block;
  color: white !important;
  background-color: #222222;
  text-align: center;
  margin: auto;
  width: 225px;
  height: 45px;
  padding-top: 6px;
  letter-spacing: 2px;
  font-size: 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01:hover {
  background-color: grey;
}

.ttl_01, .pg_ttl02 {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ttl_01 article, .pg_ttl02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.ttl_01 h2, .pg_ttl02 h2 {
  font-size: 1.3rem;
}

.ttl_01 div, .pg_ttl02 div {
  font-size: 3rem;
  line-height: 1.4;
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1500px) {
  .cont_02 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.cont_02 .txt_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_02 .txt_01 {
    margin: 50px auto 50px !important;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .txt_01 {
    margin: 30px auto 50px auto !important;
  }
}

.cont_02 .txt_01 article {
  width: 100%;
}

.cont_02 .txt_01 h2 {
  font-size: 4.5rem;
  margin-bottom: 60px;
  line-height: 1.2;
  width: 100%;
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .cont_02 .txt_01 h2 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .txt_01 h2 {
    margin-bottom: 20px;
    font-size: 4rem;
  }
}

.cont_02 .txt_01 div {
  width: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .cont_02 .txt_01 div {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .txt_01 div {
    padding: 0px;
    text-align: left !important;
  }
}

.cont_02 .txt_01 div a {
  margin-top: 40px;
}

.cont_02 .img_01 {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .cont_02 .img_01 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .img_01 {
    width: 80%;
  }
}

.cont_02 .img_01 img {
  width: 100% !important;
}

.box_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #000000;
  position: relative;
}

.box_01::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: block;
  top: 10px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 640px) {
  .box_01::before {
    display: none;
  }
}

.box_01::after {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: block;
  bottom: 10px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 640px) {
  .box_01::after {
    display: none;
  }
}

.box_01 a {
  position: relative;
  width: 33.333%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .box_01 a {
    width: 100%;
  }
}

.box_01 a::before {
  content: "";
  background: white;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  display: block;
  left: 10px;
  position: absolute;
}

.box_01 a::after {
  content: "";
  background: white;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  display: block;
  right: 10px;
  position: absolute;
}

.box_01 a .box {
  position: relative;
}

@media screen and (max-width: 640px) {
  .box_01 a .box::before {
    content: "";
    background: white;
    width: 100%;
    height: 1px;
    display: block;
    top: 10px;
    position: absolute;
    right: 0;
  }
  .box_01 a .box::after {
    content: "";
    background: white;
    width: 100%;
    height: 1px;
    display: block;
    bottom: 10px;
    position: absolute;
    right: 0;
  }
}

.box_01 a .box img {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_01 a .box div {
  position: absolute;
  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;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 4rem;
  color: white;
  opacity: 1 !important;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .box_01 a .box div {
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .box_01 a .box div {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 640px) {
  .box_01 a .box div {
    font-size: 3.5rem;
  }
}

.box_01 a:hover img {
  opacity: 0.8;
}

.cont_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .cont_04 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 834px) {
  .cont_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cont_04 .txt_01 {
  width: 50%;
  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;
}

@media screen and (max-width: 834px) {
  .cont_04 .txt_01 {
    margin-top: 50px;
    width: 100%;
  }
}

.cont_04 .txt_01 article {
  width: 100%;
}

.cont_04 .txt_01 h2 {
  font-size: 3.3rem;
  text-align: center !important;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.cont_04 .txt_01 h2 span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 1.3rem;
}

.cont_04 .txt_01 a {
  font-size: 1.4rem;
  font-weight: 500;
}

.cont_04 .txt_01 div {
  padding: 0 40px;
}

@media screen and (max-width: 1500px) {
  .cont_04 .txt_01 div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .cont_04 .txt_01 div {
    padding: 0px 20px;
  }
}

.cont_04 .img_01 {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .cont_04 .img_01 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .cont_04 .img_01 {
    width: 80%;
  }
}

.cont_04 .img_01 img {
  width: 100% !important;
}

.box_02 a {
  width: 50%;
  padding: 50px;
}

@media screen and (max-width: 640px) {
  .box_02 a {
    width: 100%;
  }
}

.box_02 .box img {
  display: block;
  margin: auto;
}

.box_02 .box div {
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 4px;
  color: white;
  line-height: 2.6;
}

@media screen and (max-width: 834px) {
  .box_02 .box div {
    font-size: 3.8rem;
    line-height: 2.2;
  }
}

.box_02 a:first-child {
  background-color: #dddddd;
}

.box_02 a:nth-child(2) {
  background-color: #1f1f1f;
}

.ttl_02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.ttl_02 div {
  font-size: 3.3rem;
  text-align: center !important;
  line-height: 1.5;
}

.ttl_02 h2 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 1.3rem;
}

.hm_news {
  height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .hm_news {
    padding-right: 10px;
    height: 600px;
  }
}

/*  CONCEPT  */
.pg_ttl01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .pg_ttl01 {
    padding: 60px 0 60px 0 !important;
  }
}

.pg_ttl01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.pg_ttl01 h1 {
  font-size: 1.5rem;
  color: white;
  position: relative;
  z-index: -1;
}

.pg_ttl01 div {
  font-size: 5.3rem;
  line-height: 1.5;
}

.pg_ttl01 div .top {
  position: relative;
  color: white;
}

.pg_ttl01 div .bottom {
  position: relative;
  color: grey;
}

.contain {
  background-size: contain;
  margin: 40px auto;
}

.pg_ttl02 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pg_ttl02 h2 {
  font-size: 3rem;
  font-weight: 600;
  color: white;
  position: absolute;
  z-index: -1;
}

.pg_ttl02 img {
  height: 80px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  padding: 0 10px;
  display: block;
}

.pg_cont01 {
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .pg_cont01 {
    margin-top: 50px;
  }
}

.pg_cont01 .txt_01 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .pg_cont01 .txt_01 {
    width: 100%;
  }
}

.pg_cont01 .txt_01 article {
  max-width: 785px;
}

.pg_cont01 .txt_01 article h2, .pg_cont01 .txt_01 article div {
  width: 100%;
}

.pg_cont01 .box_03 {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .pg_cont01 .box_03 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .pg_cont01 .box_03 {
    width: 80%;
  }
}

.pg_cont01 .box_03 .box {
  width: 50%;
  padding: 10px;
}

.pg_cont01 .box_03 .box img {
  width: 100% !important;
}

.pg_ttl03 {
  border-bottom: 3px solid #333333;
}

.pg_ttl03 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 1200px;
  margin: auto;
}

.pg_ttl03 h2 {
  font-size: 5.6rem;
  color: #333333;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .pg_ttl03 h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .pg_ttl03 h2 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl03 h2 {
    font-size: 4rem;
  }
}

.txt_02 img {
  display: block;
}

.pg_wp .cont_01 article, .pg_wp .cont_02 .txt_01 article, .cont_02 .pg_wp .txt_01 article, .pg_wp .cont_04 .txt_01 article, .cont_04 .pg_wp .txt_01 article {
  width: 100%;
}

.pg_wp .cont_01 article img, .pg_wp .cont_02 .txt_01 article img, .cont_02 .pg_wp .txt_01 article img, .pg_wp .cont_04 .txt_01 article img, .cont_04 .pg_wp .txt_01 article img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.pg_wp .cont_01 article div, .pg_wp .cont_02 .txt_01 article div, .cont_02 .pg_wp .txt_01 article div, .pg_wp .cont_04 .txt_01 article div, .cont_04 .pg_wp .txt_01 article div {
  padding: 0 40px;
  width: 100%;
}

.pg_wp .left_01 {
  height: 100%;
}

.pg_wp .box_03 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.pg_wp .box_03 .box {
  width: 49%;
}

.pg_wp .box_03 .box img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .pg_wp .box_03 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .pg_wp .box_03 {
    width: 80%;
  }
}

.pg_wp .cont_list {
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 834px) {
  .pg_wp .cont_list {
    width: 100%;
    margin-top: 50px;
    padding-left: 10%;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  .pg_wp .cont_list {
    padding-left: 0;
  }
}

.pg_wp .cont_list dl {
  display: inline-block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
}

@media screen and (max-width: 1500px) {
  .pg_wp .cont_list dl {
    min-width: 100%;
  }
}

.pg_wp .cont_list dl dt, .pg_wp .cont_list dl dd {
  border: none !important;
  font-weight: 600;
  background: transparent !important;
}

.pg_wp .cont_list dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  background-color: transparent !important;
  position: relative;
}

.pg_wp .cont_list dl dd {
  padding: 8px 8px 8px 30px !important;
}

.pg_wp .cont_list dl:nth-child(2) {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 640px) {
  .pg_wp .cont_list dl:nth-child(2) {
    padding-left: 0;
  }
}

.pg_wp .cont_list dl:nth-child(3) {
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 640px) {
  .pg_wp .cont_list dl:nth-child(3) {
    padding-left: 0;
  }
}

.pg_wp .cont_list dl:nth-child(4) {
  position: relative;
  padding-left: 120px;
}

@media screen and (max-width: 640px) {
  .pg_wp .cont_list dl:nth-child(4) {
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .pg_wp .no_pd {
    padding-left: 0%;
  }
}

.list_01 {
  max-width: 1000px;
  margin: auto;
  background-color: #333333;
  padding: 30px 60px;
}

@media screen and (max-width: 640px) {
  .list_01 {
    padding: 30px;
  }
}

.list_01 dl {
  border-bottom: 1px solid #575757;
}

@media screen and (max-width: 768px) {
  .list_01 dl {
    display: block !important;
  }
}

.list_01 dl dt, .list_01 dl dd {
  color: white;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.5rem;
}

.list_01 dl dt a, .list_01 dl dd a {
  color: white;
}

.list_01 dl dt {
  width: 200px !important;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .list_01 dl dt {
    width: 100% !important;
    padding: 8px 8px 0 0 !important;
  }
}

.list_01 dl dd {
  width: calc(100% - 200px) !important;
  padding: 8px 8px 8px 55px !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .list_01 dl dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .list_01 dl dd {
    padding: 8px 8px 8px 0px !important;
  }
}

.item_list dt, .item_list dd {
  font-size: 1.3rem !important;
}

.g_map {
  margin-bottom: 0 !important;
  background-color: #000;
}

.g_map iframe {
  vertical-align: bottom;
  opacity: 0.6;
}

.box_04 .box {
  display: inline-block;
  border: 1px solid #333333;
  padding: 3px 15px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.box_04 .box div {
  font-size: 1.3rem;
}

.items {
  width: 100%;
}

.items article {
  width: 25% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .items article {
    width: 33.333% !important;
  }
}

@media screen and (max-width: 640px) {
  .items article {
    width: 50% !important;
  }
}

.items .name {
  color: #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  line-height: 1.4;
  text-decoration: none !important;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

.items .summary {
  display: none;
}

.items .price {
  font-size: 1.3rem;
  color: grey;
}

.items .photo {
  width: 205px !important;
}

/*  FACTORY  */
.cont_txt article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_txt img {
  float: none !important;
  display: block;
  padding: 0px 20px;
}

.cont_txt h2 {
  font-size: 5rem;
  margin-bottom: 40px;
  font-weight: 700;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cont_txt h2 {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_txt h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_txt h2 {
    font-size: 3.5rem;
  }
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.6);
}

/*  ショッピング　　*/
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 834px) {
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#col_main {
  height: 100%;
}

#col_side1 {
  display: none;
  width: 23% !important;
  padding-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  #col_side1 {
    width: 80% !important;
    margin: 0 auto 100px auto;
  }
}

#col_side1 .side-menu h2, #col_side1 .side-menu dt {
  background-color: grey;
  color: white;
  text-align: center;
  margin-bottom: 3px;
}

#col_side1 .side-menu dt {
  margin-top: 50px;
}

#col_side1 .side-menu li {
  border-bottom: 1px solid #f3f3f3;
}

#col_side1 .side-menu li a {
  color: #333333;
  display: block;
  padding: 5px 0;
  font-size: 1.5rem;
  position: relative;
}

#col_side1 .side-menu li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 300;
}

#col_side1 .side-menu dd label {
  display: block;
}

#search dt {
  background-color: grey;
  color: white;
  text-align: center;
  margin-bottom: 3px;
  padding: 0 !important;
  letter-spacing: 3px;
  font-size: 1.5rem;
  margin-top: 40px;
  font-weight: 400 !important;
}

.item_view {
  min-width: 40% !important;
  padding-left: 10px;
}

.item_view h2 {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.4 !important;
}

.item_view h2 span {
  color: grey;
}

.item_view > ul li a {
  padding: 0 4px !important;
  background: grey !important;
  border: none !important;
  border-radius: 0% !important;
  color: white;
  font-size: 1.3rem;
}

.item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item_view .struct .sku {
  width: 100% !important;
}

.item_view .struct .sku .price {
  line-height: 1.4;
  font-weight: 600;
}

.item_view .struct .sku .sku1 {
  font-size: 1.3rem;
}

.item_view .struct .sku .sku1 ul li {
  border-radius: 0 !important;
}

.item_view .item_option {
  width: 100% !important;
  background-color: transparent !important;
}

.item_view .item_option dl {
  border: none;
  margin-top: 10px;
}

.item_view .item_option .count dt {
  background: transparent !important;
  font-size: 1.4rem;
  line-height: 0;
  min-height: 20px;
}

.item_view .item_option a {
  font-size: 1.4rem;
  color: grey;
}

.item_view .addcart button {
  border: 1px solid #ccc !important;
}

.item_pro .photo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item_pro .photo .small {
  min-width: 100% !important;
}

.item_pro .photo .small ul {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.item_pro .photo .small ul li {
  -ms-flex-preferred-size: 24% !important;
      flex-basis: 24% !important;
  margin-left: 0;
}

.item_pro .attr {
  display: none;
}

.item .photo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item .photo .small {
  max-width: 100%;
}

.item .photo .small ul li {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  .item .item_view {
    margin-top: 40px;
  }
}

.relay {
  margin-bottom: 60px;
}

.relay ul li {
  height: auto !important;
}

.relay .name {
  color: #333333;
}

.pager {
  margin-bottom: 40px;
}

/*  COMPANY  */
.pg_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .pg_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pg_wp .left_01 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .pg_wp .left_01 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .pg_wp .left_01 {
    width: 80%;
  }
}

.pg_wp .left_01 img {
  width: 100% !important;
  display: block;
}

.pg_wp .img_01 {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .pg_wp .img_01 {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .pg_wp .img_01 {
    width: 80%;
  }
}

.pg_wp .cont_01, .pg_wp .cont_02 .txt_01, .cont_02 .pg_wp .txt_01, .pg_wp .cont_04 .txt_01, .cont_04 .pg_wp .txt_01 {
  width: 50%;
  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;
}

@media screen and (max-width: 834px) {
  .pg_wp .cont_01, .pg_wp .cont_02 .txt_01, .cont_02 .pg_wp .txt_01, .pg_wp .cont_04 .txt_01, .cont_04 .pg_wp .txt_01 {
    width: 100%;
    margin-top: 50px;
  }
}

.pg_wp .cont_01 img, .pg_wp .cont_02 .txt_01 img, .cont_02 .pg_wp .txt_01 img, .pg_wp .cont_04 .txt_01 img, .cont_04 .pg_wp .txt_01 img {
  width: 80% !important;
  display: block;
  float: none !important;
  margin-bottom: 40px;
}

.pg_wp .cont_01 h2, .pg_wp .cont_02 .txt_01 h2, .cont_02 .pg_wp .txt_01 h2, .pg_wp .cont_04 .txt_01 h2, .cont_04 .pg_wp .txt_01 h2 {
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .pg_wp .cont_01 h2, .pg_wp .cont_02 .txt_01 h2, .cont_02 .pg_wp .txt_01 h2, .pg_wp .cont_04 .txt_01 h2, .cont_04 .pg_wp .txt_01 h2 {
    font-size: 2.1rem;
  }
}

.cont_txt02 {
  width: 50%;
  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;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .cont_txt02 {
    width: 100%;
    margin-top: 50px;
  }
}

.cont_txt02 h3 {
  line-height: 1.4;
  font-size: 5rem;
  margin-bottom: 20px;
}

.cont_txt02 div span {
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .img100 {
    width: 100% !important;
    padding: 0 10px;
  }
}

/*  お問い合わせ　　*/
.pg_ttl04 h2 {
  font-size: 2.4rem;
  font-weight: 600;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_txt a {
  color: grey;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
}

.contact_txt div {
  font-size: 1.5rem;
}

.txt_left article {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .txt_left h2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .txt_left h2 {
    font-size: 5rem;
  }
}

.contact_txt02 a {
  color: grey;
  font-weight: 600;
}

.contact_txt02 div {
  font-size: 1.5rem;
}

form .title {
  display: none;
}

.mail_form {
  background-color: #333333;
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .mail_form {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .mail_form dl {
    display: block !important;
  }
}

.mail_form dl dt, .mail_form dl dd {
  background-color: transparent !important;
  border: none !important;
  color: white;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt, .mail_form dl dd {
    width: 100% !important;
  }
}

.mail_form dl dt {
  border-right: 4px solid #333333 !important;
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt {
    border-right: none !important;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5) !important;
    padding: 8px 8px 0 8px !important;
  }
}

.mail_form dl:not(:last-child) {
  border-bottom: none !important;
}

.mail_form label {
  color: #f4a127 !important;
}

.submit {
  margin: 20px auto 0 auto !important;
}

.submit button {
  margin: 0 !important;
}

.form_wrap {
  margin-top: 30px !important;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #333333;
  color: white;
  border: none !important;
}

.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #333333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #333333;
  color: white;
  border-radius: 50px;
}

.error_btn a:hover {
  color: white;
  background-color: #222222;
}

/*  インスタグラム　*/
.insta .sns_list, .insta02 .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list, .insta02 .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div, .insta02 .sns_list > div {
  width: 16.666% !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div, .insta02 .sns_list > div {
    width: 33.333% !important;
  }
}

.insta .sns_list > div:nth-child(6), .insta02 .sns_list > div:nth-child(6) {
  border-right: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div:nth-child(3), .insta02 .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}

.insta .sns_list .sns_photo, .insta02 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  height: 100%;
}

.insta .sns_list .sns_text, .insta02 .sns_list .sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* owl slider  */
.pro_items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.pro_items .items li {
  width: 100%;
  padding: 15px;
}

.pro_items .items li .name {
  text-align: center;
  margin: 10px 0;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
  line-height: 1.6;
}

.pro_items .items li .price {
  text-align: center;
}

.owl-item {
  width: 100% !important;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .sns_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sns_wp .left {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .sns_wp .left {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .sns_wp .left .hm_news {
    height: 350px;
  }
}

.sns_wp .left .hm_news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block !important;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
}

.sns_wp .left .hm_news dl dt {
  background-color: transparent !important;
  border: none !important;
  padding: 8px 8px 0 8px !important;
  width: 100% !important;
}

.sns_wp .left .hm_news dl dt span {
  background-color: #1f1f1f;
  color: white;
  padding: 0 10px;
}

.sns_wp .left .hm_news dl dd {
  border: none !important;
  padding: 0 8px 8px 8px;
  width: 100% !important;
}

.sns_wp .right {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .sns_wp .right {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .sns_wp .right .twit iframe {
    width: 100% !important;
  }
}

/*  送料　*/
.table {
  overflow-x: auto;
}

.table td {
  border: 1px solid #eeeeee !important;
  padding: 8px !important;
  font-size: 1.5rem;
  word-break: keep-all;
}

.ship_ttl h2 {
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center !important;
}

.ship_txt .box {
  width: 100%;
  margin-bottom: 5px;
}

.ship_txt .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ship_txt .box h3 {
  background-color: #545454;
  color: white;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
  font-size: 1.4rem;
  margin-right: 5px;
  word-break: keep-all;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  height: 55px;
  width: 70px;
  padding: 9px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 834px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #nav-toggle {
    right: 0px;
    top: 5px;
  }
}

#nav-toggle > div {
  position: relative;
  width: 45px;
}

#nav-toggle span {
  height: 4px;
  left: 2px;
  display: block;
  background: #333333;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 90%;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
  width: 80%;
}

#nav-toggle p {
  position: absolute;
  top: 35px;
  color: #333333;
  font-weight: 700;
  font-size: 1.4rem;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: #333333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}

.nav_wrap li {
  position: relative;
}

#nav_sp {
  display: none;
  background-color: white;
  color: #002a5a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 1200px) {
  #nav_sp ul {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  #nav_sp ul {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  #nav_sp ul {
    width: 100%;
  }
}

#nav_sp li {
  width: 100%;
}

#nav_sp li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#nav_sp a, #nav_sp .dd {
  display: block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  padding: 10px;
}

#nav_sp a .hover, #nav_sp .dd .hover {
  display: block;
  font-size: 1rem;
  color: grey;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#nav_sp .dd {
  cursor: pointer;
  position: relative;
}

#nav_sp .dd::before {
  content: "+";
  color: #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.2rem !important;
}

#nav_sp a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp ul {
  list-style: none;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp ul .ddmenu {
  z-index: 3;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
}

#nav_sp ul .ddmenu li {
  border-bottom: none;
}

#nav_sp ul .ddmenu a {
  font-size: 1.6rem !important;
  color: #333333 !important;
  padding-left: 20px !important;
  padding: 10px !important;
  border-bottom: none;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp .icons {
  position: absolute;
  right: 25px;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .open #nav_sp .icons {
    right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .open #nav_sp .icons {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.open #nav_sp .icons a {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.open #nav_sp .icons a:hover {
  opacity: 0.6;
}

.open #nav_sp .icons .mypage, .open #nav_sp .icons .contact, .open #nav_sp .icons .shop, .open #nav_sp .icons .cart {
  position: relative;
  width: 60px;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .open #nav_sp .icons .mypage, .open #nav_sp .icons .contact, .open #nav_sp .icons .shop, .open #nav_sp .icons .cart {
    width: 70px;
  }
}

@media screen and (max-width: 640px) {
  .open #nav_sp .icons .mypage, .open #nav_sp .icons .contact, .open #nav_sp .icons .shop, .open #nav_sp .icons .cart {
    width: 75px;
  }
}

.open #nav_sp .icons .mypage::before, .open #nav_sp .icons .contact::before, .open #nav_sp .icons .shop::before, .open #nav_sp .icons .cart::before {
  content: "";
  background-image: url(../images/contents/icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: -5px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .open #nav_sp .icons .mypage::before, .open #nav_sp .icons .contact::before, .open #nav_sp .icons .shop::before, .open #nav_sp .icons .cart::before {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 834px) {
  .open #nav_sp .icons .mypage::before, .open #nav_sp .icons .contact::before, .open #nav_sp .icons .shop::before, .open #nav_sp .icons .cart::before {
    width: 33px;
    height: 33px;
  }
}

.open #nav_sp .icons .contact::before {
  background-image: url(../images/contents/icon2.png);
  top: 0px;
}

.open #nav_sp .icons .shop::before {
  background-image: url(../images/contents/icon3.png);
  top: 0px;
}

.open #nav_sp .icons .cart {
  width: 55px !important;
}

.open #nav_sp .icons .cart::before {
  background-image: url(../images/contents/cart.png);
  left: 2px;
}

.open #nav_sp .icons .mypage::before {
  top: 10px;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.in_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.in_wp > a {
  display: block;
  text-align: left;
  margin-top: 30px;
  border-bottom: none !important;
}

.in_wp > a img {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 834px) {
  .in_wp > a img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 640px) {
  .in_wp > a img {
    margin: auto;
    display: block;
  }
}

.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80% !important;
}

.inside li {
  font-size: 1.5rem !important;
  color: #333333;
  line-height: 1.8;
  width: 100% !important;
}

.inside li .tel {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  padding: 0 !important;
  letter-spacing: 2px !important;
}

/*  plus  */
.plus .dd::before {
  content: "-" !important;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
/*# sourceMappingURL=common_style.css.map */