@charset "UTF-8";
/*
Theme Name: anemone_official
Description: anemone_official
Author: seeds
*/
@import url("./css/reboot.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
/* --- media query --------------------------------------------------- */
/* IE10以上 */
/* ---------------------------------------------------------------- *
  全体の設定
* ---------------------------------------------------------------- */
body {
  padding: 0;
  color: #040000;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p {
  margin: 1em 0;
  line-height: 1.7;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  list-style-type: none;
}

ul li {
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

.tAc {
  text-align: center;
}

.tAl {
  text-align: left;
}

.tAr {
  text-align: right;
}

@media screen and (max-width: 768px) {
  body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* --- 表示非表示設定 --------------------------------------------------- */
.hide {
  display: none;
}

.pc {
  display: block;
}

.smp {
  display: none;
}

.pc_inline {
  display: inline;
}

.smp_inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .smp {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .smp_inline {
    display: inline;
  }
}

/* --- フォント設定 --------------------------------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

p.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* --- リンク設定 --------------------------------------------------- */
main.contents a {
  color: #333;
  transition: 0.6s;
  text-decoration: none;
}

main.contents a:visited {
  color: #333;
}

main.contents a:hover {
  opacity: 1;
  color: #777;
}

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

/* --- flexbox用空ボックス設定 --------------------------------------------------- */
.empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* --- オンマウス設定 --------------------------------------------------- */
.scale {
  display: block;
  overflow: hidden;
  border: none !important;
}

.scale img {
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}

.scale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

a.scale:hover {
  opacity: 1 !important;
}

a img {
  transition: 0.7s;
}

a img:hover {
  opacity: 0.7;
}

/* --- 見出し設定 --------------------------------------------------- */
.h_01 {
  margin: 3em auto 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}

.h_02 {
  margin: 3em auto 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
}

.h_03 {
  margin: 3em auto 2em;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .h_02 {
    margin: 1em auto 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .h_01 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
  .h_02 {
    margin: 1em auto 0.5em;
    font-size: 16px;
  }
  .h_03 {
    margin: 2em auto 1em;
    font-size: 16px;
  }
}

/* --- ボタン設定 --------------------------------------------------- */
.btn_01 {
  display: inline-block;
  margin: 40px auto;
  padding: 0.3em 1.8em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  border: 1px solid #1a1a1a;
  position: relative;
}

.btn_01:hover {
  opacity: 0.65 !important;
}

.btn_02 {
  display: inline-block;
  margin: 40px auto;
  padding: 0.3em 1.8em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ccc;
  border: 1px solid #ccc;
  position: relative;
}

/* ---------------------------------------------------------------- *
  ヘッダーの設定
* ---------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  z-index: 50;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  background: #fff;
  display: flex;
  align-items: center;
}

.logo {
  margin: auto 1em;
  padding: 0;
  width: 280px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .logo {
    margin: 0;
  }
}

.nav_logo {
  width: 380px;
}

.nav {
  position: absolute;
  top: 16px;
  right: 1em;
}

.nav_list {
  display: flex;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.nav_list li a {
  display: block;
  margin: 0;
  padding: 0.7em 1em;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1a1a1a !important;
}

.nav.show_nav .nav_list li a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header a {
  transition: 0.6s;
  text-decoration: none;
}

.header a:hover {
  opacity: 0.6;
}

.nav_sns_icon {
  display: none !important;
}

.logo_instagram.nav_sns_icon {
  display: block !important;
}

.logo_instagram.nav_sns_icon img {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .logo {
    margin: auto;
    width: 240px;
  }
  .nav_logo {
    width: 260px;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.88);
    transition: all 0.4s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
  }
  .nav.show_nav {
    opacity: 1;
    visibility: visible;
  }
  .nav_list {
    margin-top: 20%;
    display: block;
    text-align: center;
  }
  .nav_list li a {
    font-size: 1.7rem;
    opacity: 0;
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  .nav_list li a.logo_instagram img {
    margin: auto !important;
    width: 16px !important;
    height: 16px !important;
  }
  .nav_list li:nth-child(1) a {
    transition: all 0.5s ease-in-out 0.1s;
  }
  .nav_list li:nth-child(2) a {
    transition: all 0.5s ease-in-out 0.15s;
  }
  .nav_list li:nth-child(3) a {
    transition: all 0.5s ease-in-out 0.2s;
  }
  .nav_list li:nth-child(4) a {
    transition: all 0.5s ease-in-out 0.25s;
  }
  .nav_list li:nth-child(5) a {
    transition: all 0.5s ease-in-out 0.3s;
  }
  .nav_list li:nth-child(6) a {
    transition: all 0.5s ease-in-out 0.35s;
  }
  .nav_list li:nth-child(7) a {
    transition: all 0.5s ease-in-out 0.4s;
  }
  .nav_list li:nth-child(8) a {
    transition: all 0.5s ease-in-out 0.45s;
  }
  .nav_list li:nth-child(9) a {
    transition: all 0.5s ease-in-out 0.5s;
  }
  .nav_list_sns {
    display: flex;
    justify-content: center;
  }
  .nav_sns_icon {
    display: inline-block !important;
  }
  .nav_sns_icon img {
    display: block;
    margin: 0;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
  .logo {
    margin: auto;
    width: 220px;
  }
  .nav_list li a {
    font-size: 1.2rem;
  }
}

.header2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  z-index: 50;
  transition-duration: 0.33s;
  transition-timing-function: ease-in-out;
  display: flex;
  align-items: center;
}

.header2 a {
  transition: 0.6s;
  text-decoration: none;
}

.header2 a:hover {
  opacity: 0.6;
}

.header2 .hamburger {
  position: fixed;
  top: 16px !important;
  left: auto !important;
  right: 16px !important;
  z-index: 80;
  padding: 3px 6px 8px;
  border-radius: 5px;
}

.header2_logo {
  margin: auto;
  padding: 0;
  width: 60px;
}

.header2_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header2_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.7s, visibility 0s ease 0.7s;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.header2_nav.showUp {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.header2_nav.showUp li a {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.header2_nav:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.7s, visibility 0s ease 0.7s;
  opacity: 0;
  visibility: hidden;
}

.header2_nav.shadowOn:before {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.header2_nav--list {
  display: block;
  width: 28%;
  height: 100vh;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 80px 1em 0;
  color: #1a1a1a !important;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 14;
}

@media (max-width: 640px) {
  .header2_nav--list {
    width: 60%;
  }
}

.header2_nav--list li {
  font-size: 1.7rem;
}

.header2_nav--list li a {
  display: block;
  margin: 0;
  padding: 0.7em 1em;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #929292 !important;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.header2_nav--list li a:hover {
  color: #1a1a1a !important;
}

.header2_nav--list li a.logo_instagram img {
  margin: auto !important;
  width: 16px !important;
  height: 16px !important;
}

.header2_nav--list li:nth-child(1) a {
  transition: all 0.5s ease-in-out 0.1s;
}

.header2_nav--list li:nth-child(2) a {
  transition: all 0.5s ease-in-out 0.15s;
}

.header2_nav--list li:nth-child(3) a {
  transition: all 0.5s ease-in-out 0.2s;
}

.header2_nav--list li:nth-child(4) a {
  transition: all 0.5s ease-in-out 0.25s;
}

.header2_nav--list li:nth-child(5) a {
  transition: all 0.5s ease-in-out 0.3s;
}

.header2_nav--list li:nth-child(6) a {
  transition: all 0.5s ease-in-out 0.35s;
}

.header2_nav--list li:nth-child(7) a {
  transition: all 0.5s ease-in-out 0.4s;
}

.header2_nav--list li:nth-child(8) a {
  transition: all 0.5s ease-in-out 0.45s;
}

.header2_nav--list li:nth-child(9) a {
  transition: all 0.5s ease-in-out 0.5s;
}

.header2_nav--list--sns {
  margin: 30px 10px;
}

.header2 .nav_sns_icon {
  display: inline-block !important;
  margin: 0 0.4em;
  padding: 0;
}

.header2 .nav_sns_icon img {
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

/* ---------------------------------------------------------------- *
  フッターの設定
* ---------------------------------------------------------------- */
.front_bottom {
  margin: 1em auto 2em;
  padding: 80px 1em 1em;
  font-size: 15px;
  text-align: center;
}

.front_bottom .footer_logo {
  margin: auto;
  max-width: 260px;
}

.front_bottom .footer_logo_shop {
  margin: auto;
  width: 320px;
}

@media (max-width: 640px) {
  .front_bottom .footer_logo_shop {
    max-width: 80%;
  }
}

.front_bottom .footer_text {
  margin: 60px auto;
  line-height: 1.8;
  max-width: 640px;
}

.footer {
  margin: 1em auto 0;
  padding: 3em 1em 1em;
  border-top: 1px solid #b8b8b8;
  /* border-bottom: 1px solid #B8B8B8; */
  font-size: 15px;
  text-align: center;
}

.footer .h_online_store {
  margin: 0 auto 1.5em;
  max-width: 240px;
}

.footer .online_list {
  display: flex;
  margin: auto;
  max-width: 580px;
}

.footer .online_list > * {
  width: 100%;
  padding: 0.2em 1em;
  border-right: 1px solid #040000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .online_list > *:last-child {
  border-right: none;
}

.footer .online_list > * img {
  display: block;
}

.footer .logo_zozo img {
  width: auto;
  height: 2.2em;
}

.footer .logo_rakuten img {
  width: auto;
  height: 3em;
}

.footer .logo_mall img {
  width: auto;
  height: 1.8em;
}

.footer .logo_marui img {
  width: auto;
  height: 1.9em;
}

.footer_note {
  padding: 60px 0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.footer_note a {
  text-decoration: underline !important;
}

.header_unsubscribe_link a {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.footer_unsubscribe_link a {
  display: inline-block;
  margin: 2em 1em 1em;
  padding: 0.2em 0.8em;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  border-radius: 4px;
  background-color: #666;
  transition: 0.7s;
}

.footer_unsubscribe_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .footer .online_list > * {
    display: block;
  }
  *::-ms-backdrop,
  .footer .online_list > * img {
    display: inline;
  }
  *::-ms-backdrop,
  .footer .logo_zozo img {
    margin-top: 5px;
  }
  *::-ms-backdrop,
  .footer .logo_mall img {
    margin-top: 5px;
  }
  *::-ms-backdrop,
  .footer .logo_marui img {
    margin-top: 8px;
  }
}

.copy_block {
  margin: 10px 1em 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}

.copy_block > * {
  margin: 1em auto;
}

.copy a {
  color: #1a1a1a !important;
}

.bottom_nav_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  font-family: "Montserrat", sans-serif;
}

.bottom_nav {
  display: flex;
}

.bottom_nav > * {
  margin-right: 2.5em;
}

.bottom_nav > *:last-child {
  margin-right: 0;
}

.bottom_nav > * a {
  color: #222 !important;
  font-weight: 600;
  font-size: 18px;
}

.footer_sns {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}

.footer_sns > * {
  margin: 0 1.2em;
}

.footer_sns > * a {
  color: #222 !important;
  font-weight: 600;
  font-size: 14px;
}

.logo_instagram img {
  display: block;
  width: auto;
  height: 28px;
}

.copy {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0 1em;
}

.go_to_top {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 5;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .footer_wp {
    padding-top: 60px;
  }
  .footer {
    margin: 40px auto;
  }
  .copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .front_bottom .footer_logo {
    max-width: 200px;
  }
  .front_bottom .footer_text {
    margin: 40px auto;
    font-size: 12px;
  }
  .footer_wp {
    padding-top: 50px;
  }
  .footer {
    margin: 50px auto 0;
    max-width: 100%;
    padding: 0 1em;
    border-bottom: none;
  }
  .footer .footer_logo {
    margin: auto;
    max-width: 50%;
  }
  .footer .footer_text {
    margin: 40px auto 30px;
    max-width: 90%;
    line-height: 1.8;
    font-size: 12px;
  }
  .footer .h_online_store {
    margin: 0 auto 0.7em;
    max-width: 180px;
  }
  .footer .online_list {
    max-width: 100%;
  }
  .footer .online_list > * {
    padding: 0em 1em;
  }
  .footer .logo_zozo img {
    height: 1.8em;
  }
  .footer .logo_rakuten img {
    height: 2.6em;
  }
  .footer .logo_mall img {
    height: 1.4em;
  }
  .footer .logo_marui img {
    height: 1.5em;
  }
  .footer .sns_list {
    margin: 1.5em auto 1em;
  }
  .footer .logo_instagram img {
    height: 1.5em;
  }
  .copy_block {
    margin: 30px 0 0;
    display: block;
  }
  .copy_block > * {
    margin: 1em 0;
  }
  .bottom_nav {
    flex-wrap: wrap;
    margin-top: 0.5em;
    justify-content: center;
  }
  .bottom_nav > * {
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  .bottom_nav > *:last-child {
    margin-right: 0;
  }
  .bottom_nav > * a {
    font-size: 13px;
  }
  .logo_instagram {
    display: block;
    /* margin-top: 3px; */
  }
  .logo_instagram img {
    display: block;
    width: 24px;
    height: 24px;
  }
  .go_to_top {
    display: none !important;
    width: 20px;
    height: 20px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 5;
    text-decoration: none;
    color: #000;
  }
  .footer_note {
    font-size: 12px;
  }
  .footer_note a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #333 !important;
  }
}

@media screen and (max-width: 320px) {
  .logo_instagram {
    display: block;
    margin-top: 4px;
  }
  .bottom_nav > * a,
  .footer_note {
    font-size: 10px;
  }
}

.footer2 {
  display: flex;
  align-items: center;
  margin: 1em auto 0;
  padding: 1.6em;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 640px) {
  .footer2 {
    padding: 27px;
  }
}

.footer2 a {
  color: #1a1a1a !important;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: opacity 0.7s;
}

@media (max-width: 640px) {
  .footer2 a {
    font-size: 10px;
  }
}

.footer2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer2_sns {
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .footer2_sns {
    display: none;
  }
}

.footer2_sns > * {
  margin: 0 0.6em;
}

.footer2_sns--icon {
  display: block;
  width: 18px;
  height: 18px;
}

.footer2_nav {
  margin: 0 0.8em;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .footer2_nav {
    margin: 0;
  }
}

.footer2_nav > * {
  margin: 0 0.6em;
  font-weight: bold;
}

@media (max-width: 640px) {
  .footer2_nav > * {
    margin: 0 0.3em;
  }
}

.footer2_copy {
  margin-left: auto;
  font-weight: bold;
}

/* ---------------------------------------------------------------- *
  パンくずの設定
* ---------------------------------------------------------------- */
.breadcrumbs_block {
  margin: 0 auto 40px;
  padding: 0.4em 1em;
  max-width: 100%;
  color: #333;
  font-size: 10px;
  letter-spacing: 0.1em;
  background: #f3f3f3;
}

.breadcrumbs {
  margin: auto;
  padding: 0 1em;
  max-width: 1000px;
}

.breadcrumbs a {
  color: #333 !important;
  font-size: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .breadcrumbs_block {
    margin-top: -20px;
  }
}

/* ---------------------------------------------------------------- *
  共通パーツの設定
* ---------------------------------------------------------------- */
.contents {
  margin-top: 73px;
}

.contents_nm {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .contents {
    margin-top: 50px;
  }
  .page {
    margin-top: 60px;
  }
}

/* ---------------------------------------------------------------- *
  トップページの設定
* ---------------------------------------------------------------- */
.fv_slider img {
  display: block;
  width: 100%;
  height: auto;
}

.coordinate_gallery_vi li {
  margin: 30px auto;
  max-width: 800px;
  border: 16px solid #fafafa;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.coordinate_gallery_vi li > img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.coordinate_gallery li > img {
  display: block;
  width: 100%;
  height: auto;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.label_cs {
  font-size: 10px;
}

.backnumber_block {
  padding-bottom: 80px;
  /* border-top: 1px solid #DCDCDC; */
  border-bottom: 1px solid #dcdcdc;
}

.backnumber_block.no_bb {
  border-bottom: none;
}

.backnumber_list {
  padding: 80px 0;
}

.backnumber_list_item {
  display: flex;
  justify-content: space-between;
  padding: 0 4em;
  border-right: 1px solid #dcdcdc;
}

.backnumber_list_item > *:nth-child(1) {
  width: 46%;
}

.backnumber_list_item > *:nth-child(2) {
  width: 48%;
}

.thumb_num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.slick-active .thumb_num {
  border-bottom: 1px solid #1a1a1a;
}

.feature_list {
  margin: 80px auto 2em;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature_list > * {
  margin-bottom: 3em;
  width: 32%;
}

.feature_list_date {
  margin-bottom: 0.3em;
  font-size: 13px;
  font-weight: 600;
  color: #888;
}

.feature_list_title {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 500;
}

.instagram_block {
  padding: 60px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.instagram_block_nb {
  border: none !important;
}

@media screen and (max-width: 768px) {
  .backnumber_block {
    padding-bottom: 40px;
  }
  .backnumber_list {
    padding: 40px 0;
  }
  .backnumber_list_item {
    padding: 0 2em;
  }
  .backnumber_list_item > *:nth-child(1) {
    width: 46%;
  }
  .backnumber_list_item > *:nth-child(2) {
    width: 48%;
  }
  .feature_list {
    margin: 40px auto 2em;
    padding: 0 1em;
    max-width: 1000px;
  }
  .feature_list > * {
    margin-bottom: 2em;
    width: 32%;
  }
  .feature_list_date {
    margin-bottom: 0.3em;
    font-size: 12px;
  }
  .feature_list_title {
    font-size: 14px;
  }
  .instagram_block {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .backnumber_block {
    padding-bottom: 20px;
  }
  .backnumber_list {
    padding: 30px 0;
  }
  .backnumber_list_item {
    padding: 0 1.2em;
    flex-wrap: wrap;
  }
  .backnumber_list_item > *:nth-child(1), .backnumber_list_item > *:nth-child(2) {
    width: 100%;
  }
  .feature_list {
    margin: 30px auto;
    padding: 0 1em;
  }
  .feature_list > * {
    margin-bottom: 2em;
    width: 49%;
  }
  .feature_list_date {
    margin-bottom: 0.3em;
    font-size: 12px;
  }
  .feature_list_title {
    font-size: 12px;
  }
  .instagram_block {
    padding: 30px 0;
  }
  .backnumber_list_item_text {
    font-size: 12px;
  }
}

.front_ss {
  margin: 0 0 100px;
  overflow: hidden;
}

.front_ss img {
  display: block;
  width: 100%;
  height: auto;
}

.front_ss--fv {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
  position: relative;
}

.front_ss--fv--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: url("./images/ss_01.jpg") no-repeat;
  background-size: cover;
}

.front_ss--fv p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 420px;
  height: 156px;
}

@media (max-width: 834px) {
  .front_ss--fv p {
    width: 320px;
    height: 110px;
  }
}

@media (max-width: 640px) {
  .front_ss--fv p {
    width: 180px;
    height: 64px;
  }
}

.front_ss--image {
  margin: 0;
}

.front_ss--image2 {
  margin: 80px auto 60px;
  max-width: 720px;
}

@media (max-width: 640px) {
  .front_ss--image2 {
    margin: 30px auto;
    max-width: 90%;
  }
}

.front_ss--nav {
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 380px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #d7d7d7;
}

@media (max-width: 640px) {
  .front_ss--nav {
    max-width: 54%;
    font-size: 10px;
  }
}

.front_ss--nav > * a:before {
  content: "";
  display: block;
  margin: 0 auto 3px;
  width: 28px;
  height: 28px;
  background-color: #d7d7d7;
}

@media (max-width: 640px) {
  .front_ss--nav > * a:before {
    width: 18px;
    height: 18px;
  }
}

.front_ss--nav > *:nth-child(1) a {
  color: #ecc1bf !important;
}

.front_ss--nav > *:nth-child(1) a:hover {
  color: #ecc1bf;
}

.front_ss--nav > *:nth-child(1) a:before {
  background-color: #ecc1bf;
}

.front_ss--text {
  margin: 100px auto 0;
  width: 720px;
  color: #919191;
  font-weight: 500;
  line-height: 2.1;
}

@media (max-width: 640px) {
  .front_ss--text {
    font-size: 13px;
    margin: 50px 0 0;
    padding: 0 18px;
    max-width: 100%;
  }
}

.front_ss--logo1 {
  margin: 70px auto 0;
  padding: 0;
  width: 720px;
  font-size: 27px;
  font-weight: bold;
  color: #919191;
  font-family: "Montserrat", sans-serif;
  text-align: left !important;
  letter-spacing: 0.15em;
}

@media (max-width: 640px) {
  .front_ss--logo1 {
    margin: 40px auto 0;
    padding: 0 18px;
    font-size: 21px;
    max-width: 98%;
  }
}

.front_ss--logo2 {
  margin: 0 auto;
  padding: 0;
  width: 736px;
  font-size: 90px;
  color: #919191;
  font-family: "Montserrat", sans-serif;
  text-align: left !important;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .front_ss--logo2 {
    margin: 0 auto;
    padding: 0 18px;
    font-size: 46px;
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------- *
  items用の設定
* ---------------------------------------------------------------- */
body.active {
  position: relative;
}

body.active:before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.items_contents {
  margin-bottom: 0 !important;
}

.items_wp {
  margin: 3em 0 0;
  padding: 1.4em 0;
}

.items {
  margin: 2em auto 0;
  padding: 1em;
  max-width: 1080px;
}

.items .h_04 {
  margin: 4em auto 1.5em;
  font-style: bold;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.h_04_items {
  margin: 2em auto 1.5em !important;
  padding: 1.5em 1em 0.5em;
  font-style: bold !important;
  font-size: 2em !important;
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
  color: #1a1a1a !important;
}

.listCover {
  margin: 0 auto;
  text-align: left;
  color: #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listCover > * {
  display: block;
  width: 32.5%;
  margin: 0 0 1em;
  padding: 0;
}

.listCover .listItem {
  text-align: center;
  background-color: #fff;
  /* cursor: pointer; */
}

.listCover .listItem .items_image {
  display: block;
  padding: 0 2em;
  width: 100%;
  height: auto;
}

.listCover .listItem .items_logo {
  display: block;
  width: auto;
  max-height: 42px;
  margin: 2em auto 1.5em;
}

.listCover .listItem .items_logo.items_logo_contents {
  display: block;
  width: auto;
  max-height: 32px;
  margin: 1em auto 0.5em;
}

.listCover .listItem.cupora .items_logo {
  margin: 32px auto 32px;
  max-height: 24px;
}

.listCover .listItem .items_name {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.listCover .listItem .items_price {
  margin: 0 0 0.7em;
  padding: 0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.listCover .listItem .btn_01 {
  margin-top: 0;
}

.listCover .listItem .selfRep {
  display: none;
}

.items_content .fancybox-slide {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: 570px;
  margin: auto;
  overflow: hidden;
}

.selfRep {
  padding: 1em;
  text-align: left;
  float: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.selfRep .items_prev {
  position: absolute;
  top: 46%;
  left: 0;
  width: 38px;
  cursor: pointer;
}

.selfRep .items_next {
  position: absolute;
  top: 46%;
  right: 0;
  width: 38px;
  cursor: pointer;
}

.selfRep .items_close {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 42px;
  cursor: pointer;
}

.selfRep .items_prev button,
.selfRep .items_next button,
.selfRep .items_close button {
  border: none;
  outline: none;
  background-color: #fff !important;
}

.fancybox-close-small {
  display: none;
}

.selfRep .selfRepInner {
  text-align: center;
  position: relative;
}

.selfRep .selfRepInner .secLeft {
  margin: 0;
  padding: 0 0 0 1em;
  width: 42%;
  float: left;
  text-align: center;
}

.selfRep .selfRepInner .secRight {
  margin: 0;
  padding: 1em 2em 1em 1em;
  width: 58%;
  float: left;
  height: 440px;
  text-align: left;
  position: relative;
}

.items_name_in {
  margin: 0;
  font-size: 21px;
}

.items_price_in {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #838484;
}

.selfRep .selfRepInner .secRight .items_desc {
  margin: 1em 0;
  font-size: 15px;
  line-height: 1.7;
}

.items_store {
  position: absolute;
  bottom: 2.4em;
  left: 0.8em;
  display: flex;
  align-items: center;
}

.items_store > * {
  padding: 0 1em;
  border-right: 1px solid #1a1a1a;
}

.items_store > *:last-child {
  border-right: none;
}

.items_store > * img {
  display: block;
  margin: 0 0.4em;
  width: auto;
  max-height: 2.1em;
}

@media screen and (max-width: 960px) {
  .items_content .fancybox-slide > * {
    margin-right: 2em;
    margin-left: 2em;
  }
  .listCover .listItem {
    margin: 0 0 1em;
    width: 32%;
  }
}

@media screen and (max-width: 640px) {
  .items_wp {
    margin: 0;
    padding: 0;
  }
  .items {
    margin: 0 1em;
    padding: 0;
  }
  .items_content .fancybox-slide > * {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .items .h_04 {
    margin: 1em auto 1.5em;
    font-size: 1.8em;
  }
  .selfRep .selfRepInner .secLeft img {
    width: 88%;
  }
  .listCover .listItem {
    margin: 0 0 2em;
    width: calc(50% - 5px);
  }
  .listCover .listItem:nth-child(2n + 1) {
    margin-right: 5px;
  }
  .listCover .listItem .items_name {
    font-size: 10px;
  }
  .listCover .listItem .items_price {
    margin: 0 0 2em;
    font-size: 10px;
  }
  .items_name_in {
    margin: 0;
    font-size: 18px;
  }
  .items_price_in {
    font-size: 21px;
  }
  .selfRep {
    margin: 2em 0;
    float: left;
  }
  .selfRep .selfRepInner .secRight .items_desc {
    margin: 0.5em 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .selfRep .items_prev {
    top: 170px;
    left: 0;
    width: 42px;
  }
  .selfRep .items_next {
    top: 170px;
    right: 0;
    width: 42px;
  }
  .selfRep .items_close {
    top: 8px;
    right: auto;
    left: 0px;
    width: 40px;
  }
  .selfRep .selfRepInner {
    padding: 1em 0;
    height: 70vh;
    overflow-y: scroll;
  }
  .selfRep .selfRepInner .secLeft {
    margin: 0.8em 0 0.5em;
    padding: 0;
    width: 100%;
    float: none;
  }
  .selfRep .selfRepInner .secRight {
    margin: 0;
    padding: 1em 1em;
    width: 100%;
    height: auto;
    float: none;
  }
  .items_store {
    padding-top: 1em;
    position: static;
    display: flex;
  }
  .items_store > * img {
    display: block;
    margin: 0 0.4em;
    width: auto;
    max-height: 2.6em;
  }
  .items_content .fancybox-slide {
    width: 96%;
    max-width: 96%;
    padding-bottom: 4em;
    height: auto;
  }
  .listCover .listItem .btn_01 {
    font-size: 10px;
  }
}

/* ---------------------------------------------------------------- *
  SHOP LISTの設定
* ---------------------------------------------------------------- */
.shop_list {
  margin: 30px auto;
  max-width: 1000px;
  border-top: 1px solid #928b8a;
}

.shop_area {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #928b8a;
}

.shop_area_name {
  width: 40%;
  font-size: 24px;
  line-height: 1.8;
}

.shop_area_data {
  width: 60%;
}

.shop_item {
  margin-bottom: 3em;
  display: flex;
}

.shop_pref {
  width: auto;
  min-width: 100px;
  line-height: 1.8;
  white-space: nowrap;
  padding-right: 2em;
}

.shop_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.shop_name {
  margin: 0;
  padding: 0;
  width: 75%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.shop_tel {
  margin: 0;
  padding: 0;
  width: 25%;
  font-size: 16px;
  line-height: 1.8;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .shop_list {
    margin: 30px 1em;
    padding: 0;
  }
  .shop_area {
    padding: 30px 0;
  }
  .shop_area_name {
    width: 20%;
    font-size: 21px;
  }
  .shop_area_data {
    width: 80%;
  }
  .shop_item {
    margin-bottom: 2em;
  }
  .shop_name {
    width: 77%;
    font-size: 14px;
  }
  .shop_tel {
    width: 23%;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .shop_area {
    padding: 30px 0;
    display: block;
  }
  .shop_area_name {
    width: 100%;
    font-size: 21px;
    text-align: center;
  }
  .shop_area_data {
    width: 100%;
  }
  .shop_item {
    display: block;
  }
  .shop_pref {
    width: 100%;
    min-width: 100%;
    padding-right: auto;
  }
  .shop_name {
    width: calc(100% - 130px);
    font-weight: 500;
    font-size: 14px;
  }
  .shop_tel {
    width: 120px;
    font-size: 14px;
    text-align: right;
  }
}

/* ---------------------------------------------------------------- *
  ブログの設定
* ---------------------------------------------------------------- */
.feature_single_block {
  margin: auto;
  padding: 0 1em;
  max-width: 1000px;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow: hidden;
}

.feature_single_date {
  margin: 0.3em 0;
  font-size: 13px;
  font-weight: 600;
}

.feature_single_item {
  padding: 0.5em 0;
  border-top: 1px solid #c8c5c4;
  border-bottom: 1px solid #c8c5c4;
}

.feature_single_title {
  font-size: 28px;
}

.feature_single_cat_label {
  margin: 0.3em 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}

.feature_body img {
  display: block;
  margin: 2em 0;
}

.feature_body img.alignleft {
  float: left;
  padding-right: 2em;
}

.feature_body img.alignright {
  float: right;
  padding-left: 2em;
}

.feature_body h2 {
  margin: 2em auto 0.5em;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.feature_body h3 {
  margin: 1em auto 0.5em;
  padding: 0;
  font-size: 16px;
}

.feature_body table {
  width: 100% !important;
  background: #f3f3f3;
}

.feature_body th,
.feature_body td {
  border: 1px solid #ddd;
  padding: 0.5em;
}

.feature_body p {
  margin: 1em auto;
  padding: 0;
}

.feature_body strong {
  color: #cd0011;
}

.aligncenter {
  display: block;
  margin: 0 auto !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.post_link_01 {
  display: inline-block;
  padding: 0.4em 2em;
  color: #fff !important;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  transition: 0.7s;
  letter-spacing: 0.1em;
}

.post_link_01:hover {
  color: #000 !important;
  background-color: #fff;
}

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

@media screen and (max-width: 640px) {
  .feature_single_date {
    font-size: 12px;
    font-weight: 600;
  }
  .feature_single_item {
    margin-top: 0.6em;
    padding: 0.4em 0;
  }
  .feature_single_title {
    font-size: 18px;
  }
  .feature_single_cat_label {
    margin: 0.3em 0;
    padding: 0;
    font-size: 10px;
    font-weight: 500;
  }
  .feature_body img {
    display: block;
    margin: 1em 0;
  }
  .feature_body h2 {
    font-size: 18px;
  }
  .feature_body h3 {
    font-size: 14px;
  }
  .feature_body img.alignleft, .feature_body img.alignright {
    float: none;
    width: 60%;
    margin: 2em auto 1em;
    padding: 0;
  }
}

/* ---------------------------------------------------------------- *
  slick用の共通設定
* ---------------------------------------------------------------- */
.slick-slide:focus {
  outline: none !important;
}

.fv_slider {
  display: none;
}

.slick-initialized {
  display: block;
}

.fv_slider .slick-dots {
  bottom: 30px !important;
}

.slick-prev {
  left: 8px !important;
  z-index: 9 !important;
}

.slick-next {
  right: 8px !important;
  z-index: 9 !important;
}

.slick-prev:before {
  content: "＜" !important;
}

.slick-next:before {
  content: "＞" !important;
}

.slick-prev:before,
.slick-next:before {
  color: #555 !important;
}

@media screen and (max-width: 640px) {
  .fv_slider .slick-dots {
    bottom: 10px !important;
  }
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

/* ---------------------------------------------------------------- *
  fancybox用の設定
* ---------------------------------------------------------------- */
.fancybox-caption {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.fancybox-infobar {
  top: auto !important;
  bottom: 20px;
  left: auto !important;
  right: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* ---------------------------------------------------------------- *
  GoogleMapの設定
* ---------------------------------------------------------------- */
.acf-map {
  width: 100%;
  height: 400px;
  margin: 3em 0;
  border: 1px solid #dfdfdf;
}

.gmap {
  position: relative;
  margin: 3em 0;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
}

.gmap iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .gmap {
    padding-top: 24%;
  }
  .acf-map {
    height: 200px;
  }
}

/* ---------------------------------------------------------------- *
  pagenaviの設定
* ---------------------------------------------------------------- */
.single_pagenavi {
  margin: 120px auto 2em;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single_pagenavi > * {
  padding: 1em 0.5em;
  width: 33.33333%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}

.single_pagenavi > *:first-child {
  text-align: left;
}

.single_pagenavi > *:last-child {
  text-align: right;
}

.wp-pagenavi {
  margin: 3em auto;
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #333 !important;
  border: solid 1px #333 !important;
  padding: 8px 15px;
  margin: 0 2px 0.6em;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
  opacity: 1 !important;
}

.wp-pagenavi span.current {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .single_pagenavi > * {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------- *
  フォームの設定
* ---------------------------------------------------------------- */
.unsubscribe_block {
  padding: 10px 0 20px;
}

.contact_text {
  margin: 0 auto 1em;
  padding: 1em;
  max-width: 800px;
}

.contact {
  padding: 0 1em;
}

.required {
  display: inline-block;
  margin-left: 1em;
  padding: 1px 0.6em;
  background: #92243a;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  float: right;
}

.mw_wp_form_confirm .required {
  display: none;
}

.any {
  display: inline-block;
  margin-right: 1em;
  padding: 1px 0.6em;
  background: #999;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}

table.contact_form {
  margin: 1em auto;
  max-width: 1180px;
  text-align: left;
}

table.contact_form th {
  padding: 0.6em 0.7em;
  width: 30%;
  color: #1a1a1a;
  /* background: #E5E5E5;
    border: 1px solid #8D8D8D; */
  font-weight: 500;
}

table.contact_form td {
  padding: 0.6em 0.7em;
  width: 70%;
  color: #1a1a1a;
  background: #fff;
  /* border: 1px solid #8D8D8D; */
}

table.contact_form input[type="text"], table.contact_form input[type="email"] {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table.contact_form button,
table.contact_form textarea,
table.contact_form select {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table.contact_form input[type="text"], table.contact_form input[type="email"] {
  padding: 0.3em;
  width: 100%;
}

table.contact_form textarea {
  padding: 0.3em;
  width: 100%;
}

input[type="checkbox"]:disabled {
  opacity: 0.2;
}

table.contact_form input[type="text"].birth {
  width: auto;
}

p.file_comment {
  font-size: 13px;
}

.submit_box {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.submit_box > * {
  margin: 30px 1em !important;
}

.mw_wp_form_input .submit_back {
  display: none;
}

input[type="submit"] {
  margin: 1.4em 0 0;
  padding: 0.6em 8em;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  transition: 0.5s;
  position: relative;
}

input[type="submit"]:hover {
  background: #1a1a1a;
  color: #fff;
}

.thanks_box {
  text-align: center;
}

.select-wrap {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.select-wrap select {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  padding: 8px 40px 8px 7px !important;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  letter-spacing: 0.05em;
  outline: none;
  background: #ffffff;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #1a1a1a;
}

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

.select-wrap::before {
  position: absolute;
  top: 0.5em;
  right: 0.9em;
  padding: 0;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contact_note {
    margin: 1em auto 2em;
    padding: 0 0.5em;
    max-width: 90%;
  }
  .contact_note h3 {
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    padding: 0.2em 0.6em;
    width: 230px;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
  }
  .contact_note p {
    margin: 0.7em 0 0.5em;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  table.contact_form {
    max-width: 98%;
    /* border-bottom: 1px solid #1a1a1a; */
  }
  table.contact_form th {
    display: block;
    padding: 0.5em 0.7em;
    width: 100%;
    border-bottom: 0;
  }
  table.contact_form td {
    display: block;
    padding: 0.5em 0.7em;
    width: 100%;
    border-bottom: 0;
    font-size: 16px;
  }
  p.file_comment {
    font-size: 12px;
  }
  p.submit {
    max-width: 240px;
  }
  p.submit:after {
    margin-top: -2px;
    top: 50%;
    right: 36px;
  }
  p.submit:hover:after {
    right: 36px;
  }
  table.contact_form input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 18px;
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer;
  }
  table.contact_form input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background: #1a1a1a;
    border-radius: 10px;
  }
  .select-wrap {
    padding: 0;
  }
  .select-wrap select {
    padding: 0.1em 1em 0.1em 0.5em;
  }
  .select-wrap::before {
    top: 0.7em;
    right: 0.9em;
    width: 6px;
    height: 6px;
  }
  .select-wrap select {
    padding: 4px 26px 4px 4px;
    color: #666666;
  }
}

/* ---------------------------------------------------------------- *
  アニメーション 用の設定
* ---------------------------------------------------------------- */
.anim.fadeIn {
  transition: all 1.2s ease-in-out 0s;
  opacity: 0;
}

.anim_add.fadeIn {
  opacity: 1;
}

.anim.fadeInUp {
  transition: all 0.9s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

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

.anim.fadeInUpVi {
  transition: all 1.8s ease-in-out 0.04s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.8, 1);
          animation-timing-function: cubic-bezier(0.25, 0.1, 0.8, 1);
  opacity: 0;
  -webkit-transform: translate(0, 140px);
          transform: translate(0, 140px);
}

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

.anim.fadeIn2 {
  transition: all 1.3s ease-in-out 0s;
  opacity: 0;
}

.anim_add.fadeIn2 {
  opacity: 1;
}

.anim.fadeInUp2 {
  transition: all 1s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

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

.anim.fadeInLeft {
  transition: all 1s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

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

.anim.fadeInRight {
  transition: all 1s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

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

.anim.itemFade_01 {
  transition: all 1s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

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

.anim.itemFade_02 {
  transition: all 1s ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

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

.anim.itemFade_03 {
  transition: all 1s ease-in-out 0.6s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

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

.anim.itemFade_04 {
  transition: all 1s ease-in-out 0.9s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

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

/* ---------------------------------------------------------------- *
  ハンバーガーの設定
* ---------------------------------------------------------------- */
.hamburger {
  position: fixed;
  top: 23px;
  left: 16px;
  z-index: 80;
  padding: 3px 6px 8px;
  border-radius: 5px;
}

.toggle {
  display: none;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label .toggle-icon {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 28px;
  background: #1a1a1a;
  content: "";
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 28px;
  background: #1a1a1a;
  content: "";
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 13px);
  height: 14px;
  font-size: 6px;
  font-size: 0.6rem;
  color: #1a1a1a;
  text-align: center;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -9.5px, 0);
          transform: translate3d(-50%, -9.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
  background: #1a1a1a;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.1px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
  color: #1a1a1a;
}

@media screen and (max-width: 640px) {
  .hamburger {
    display: block;
    top: 8px;
    left: 7px;
  }
  .toggle-label .toggle-icon {
    background: #1a1a1a;
    box-shadow: none;
  }
  .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after {
    background: #1a1a1a;
    box-shadow: none;
  }
  .toggle-label .toggle-text {
    color: #1a1a1a;
    box-shadow: none;
  }
  .toggle:checked ~ .toggle-label .toggle-icon {
    background-color: none;
    box-shadow: none;
  }
  .toggle:checked ~ .toggle-label .toggle-text:after {
    color: #1a1a1a !important;
    text-shadow: none;
  }
}

/* ---------------------------------------------------------------- *
  ティザーページの設定
* ---------------------------------------------------------------- */
body.teaser_bg {
  background: #fbdad1;
}

.teaser_wp {
  padding-top: 0px;
}

.teaser {
  margin: 100px auto;
  padding: 1em;
  max-width: 600px;
  font-size: 15px;
  text-align: center;
}

.teaser .teaser_text {
  margin: 80px auto;
  line-height: 1.8;
}

.teaser .h_online_store {
  margin: 0 auto 1.5em;
  max-width: 240px;
}

.teaser .online_list {
  display: flex;
  margin: auto;
  max-width: 94%;
}

.teaser .online_list > * {
  width: 100%;
  padding: 0.2em 1em;
  border-right: 1px solid #040000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teaser .online_list > *:last-child {
  border-right: none;
}

.teaser .online_list > * img {
  display: block;
}

.teaser .logo_zozo img {
  width: auto;
  height: 2.2em;
}

.teaser .logo_rakuten img {
  width: auto;
  height: 3em;
}

.teaser .logo_mall img {
  width: auto;
  height: 1.8em;
}

.teaser .logo_marui img {
  width: auto;
  height: 1.9em;
}

.teaser .sns_list {
  margin: 4em auto;
  display: flex;
  justify-content: center;
}

.teaser .logo_instagram img {
  width: auto;
  height: 1.9em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .teaser .online_list > * {
    display: block;
  }
  *::-ms-backdrop,
  .teaser .online_list > * img {
    display: inline;
  }
  *::-ms-backdrop,
  .teaser .logo_zozo img {
    margin-top: 5px;
  }
  *::-ms-backdrop,
  .teaser .logo_mall img {
    margin-top: 5px;
  }
  *::-ms-backdrop,
  .teaser .logo_marui img {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .teaser_wp {
    padding-top: 60px;
  }
  .teaser {
    margin: 40px auto;
  }
}

@media screen and (max-width: 640px) {
  .teaser_wp {
    padding-top: 50px;
  }
  .teaser {
    margin: -10px auto 0;
    max-width: 100%;
    padding: 0 1em;
  }
  .teaser .teaser_logo {
    margin: auto;
    max-width: 80%;
  }
  .teaser .teaser_text {
    margin: 40px auto 30px;
    max-width: 90%;
    line-height: 1.8;
    font-size: 12px;
  }
  .teaser .h_online_store {
    margin: 0 auto 0.7em;
    max-width: 180px;
  }
  .teaser .online_list {
    max-width: 100%;
  }
  .teaser .online_list > * {
    padding: 0em 1em;
  }
  .teaser .logo_zozo img {
    height: 1.8em;
  }
  .teaser .logo_rakuten img {
    height: 2.6em;
  }
  .teaser .logo_mall img {
    height: 1.4em;
  }
  .teaser .logo_marui img {
    height: 1.5em;
  }
  .teaser .sns_list {
    margin: 1.5em auto 1em;
  }
  .teaser .logo_instagram img {
    height: 1.5em;
  }
}

.none {
  display: none;
}
/*# sourceMappingURL=style.css.map */