@charset "UTF-8";
/* ===================================================================
Theme Name: fukumitsuya
Theme URI:
Description:
Author: FURAZOA inc
Author URI: http://furazoa.com
Version: 1.0.1
=================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #211c1c;
  font-family: "Koburina Gothic W1 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  letter-spacing: 0.05em;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  color: #211c1c;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
}

::-moz-selection {
  background: #c9caca;
  color: #211c1c;
  text-shadow: none;
}

::selection {
  background: #c9caca;
  color: #211c1c;
  text-shadow: none;
}

::-moz-selection {
  background: #c9caca;
  color: #211c1c;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #b71a35;
  text-decoration: none;
}

.noscript {
  background: #c9caca;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: "Koburina Gothic W1 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

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

/* header
----------------------------------------------------------------- */
.l-header {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    overflow: scroll-y;
    width: 100%;
    height: 80px;
    margin-top: 0;
    padding: 20px 0px;
    background-color: #fff;
    z-index: 9999;
  }
}
.l-header .logo {
  display: flex;
  margin: 0 auto 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header .logo {
    display: block;
    max-width: 170px;
    margin: 0;
    margin-left: 5%;
  }
}
.l-header .logo img.logo--default {
  width: 84px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header .logo img.logo--default {
    display: none;
  }
}
.l-header .logo img.logo--fixed {
  display: none;
  width: 37px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header .logo img.logo--fixed {
    display: none;
  }
}
.l-header .logo img.logo--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .logo img.logo--sp {
    display: block;
  }
}
.l-header .gnav {
  width: 1020px;
  margin: 0 auto 60px;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header .gnav {
    visibility: hidden;
    position: absolute;
    top: 70px;
    width: auto;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
    width: 100%;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .gnav.open {
    visibility: visible;
    background-color: white;
    opacity: 1;
    min-height: calc(100vh - 40px);
    transition: all 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 40px;
  }
  .l-header .gnav.open nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header .gnav nav > ul {
  position: relative;
  display: flex;
  border-left: 1px solid #c9caca;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul {
    display: block;
    padding: 0 5%;
    border-left: 0px;
  }
}
.l-header .gnav nav > ul > li {
  width: 16.667%;
  border-right: 1px solid #c9caca;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li {
    width: 100%;
    border-top: 1px solid #c9caca;
    border-right: 0px;
    text-align: left;
  }
  .l-header .gnav nav > ul > li:last-child {
    border-bottom: 1px solid #c9caca;
  }
}
.l-header .gnav nav > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li > a {
    padding: 20px 0;
  }
}
.l-header .gnav nav > ul > li > a:after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  display: block;
  width: 0px;
  height: 4px;
  margin: auto;
  background-color: #b71a35;
  content: "";
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li > a:after {
    display: none;
  }
}
.l-header .gnav nav > ul > li > a:hover:after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #b71a35;
  content: "";
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li > a:hover:after {
    display: none;
  }
}
.l-header .gnav nav > ul > li > a .ja {
  margin-bottom: 10px;
  font-family: "Ryumin Regular KL", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li > a .ja {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #211c1c;
  }
}
.l-header .gnav nav > ul > li > a .en {
  font-size: 12px;
  line-height: 1;
  color: #898989;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li > a .en {
    display: none;
  }
}
.l-header .gnav nav > ul > li.pc {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li.pc {
    display: block !important;
  }
}
.l-header .gnav nav > ul > li .gnav-sub {
  position: absolute;
  z-index: 1;
  left: 0;
  visibility: hidden;
  width: 1020px;
  padding-top: 20px;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(0.97);
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub {
    position: relative;
    z-index: auto;
    left: auto;
    display: none;
    visibility: visible;
    width: 100%;
    padding-top: 0;
    opacity: 1;
    transition: none !important;
    transform: scale(1);
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub__inner {
  padding: 60px 40px;
  background-color: white;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub__inner {
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    transition: none !important;
    margin-bottom: 20px;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub__inner h3 {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub__inner h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub__inner .tokyo {
    margin-top: 15px;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .shop__inner {
  padding: 60px 140px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .shop__inner {
    padding: 0;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .shop__inner .gnav-sub--flex {
  display: flex;
  margin: 0 -16px;
}
.l-header .gnav nav > ul > li .gnav-sub .shop__inner .gnav-sub--flex .gnav-sub--flex__item {
  width: 50%;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .shop__inner .gnav-sub--flex {
    display: block;
    margin: 0;
  }
  .l-header .gnav nav > ul > li .gnav-sub .shop__inner .gnav-sub--flex .gnav-sub--flex__item {
    width: 100%;
    padding: 0;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail {
    margin-bottom: 0;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail:last-child {
  margin-bottom: 0;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul {
    display: inline;
    transition: none !important;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul.left {
  justify-content: flex-start !important;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li {
  width: 156px;
  margin: 0 20px;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li figcaption {
  margin-top: 10px;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li {
    display: block;
    width: 100%;
    margin: auto;
  }
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li:first-child figure figcaption {
    margin-top: -10px;
  }
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li:hover {
    transition: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li figure img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li figure figcaption {
    padding: 10px 0;
    line-height: 1;
    margin: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li figure figcaption span {
    display: inline-block !important;
    margin-right: 0.5em;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li:first-child {
  margin-left: 0px;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--thumbnail ul li:last-child {
  margin-right: 0px;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text {
    margin-top: 0;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul {
    display: block;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li {
    padding: 0;
    padding: 10px 0;
    line-height: 1;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li a {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li a {
    padding-left: 0;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li a::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li a::before {
    display: none;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--text ul li a:hover {
  color: #b71a35;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link {
  width: auto;
  border: 1px solid #5e5d5c;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link {
    display: none;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link a {
  padding: 10px;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.1em;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link a:before {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  background-image: url(img/icon-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  display: block;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link a:hover {
  background-color: #3e3a39;
  color: #fff;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link a:hover:before {
  background-image: url(img/icon-link_light.svg);
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop {
    display: block !important;
    margin-top: 15px;
    border: none;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop a {
  background-color: #3e3a39;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop a {
    background-color: #FFFFFF;
    color: #211c1c;
    display: block !important;
    padding: 0 0 0 20px;
    line-height: 1;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop a:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop a:before {
    border-top: 1px solid #211c1c;
    border-right: 1px solid #211c1c;
    left: 0;
    background-image: none;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop a:hover {
  background-color: #5e5d5c;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.shop a:hover:before {
  background-image: none;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--link.philosophy {
  margin-top: 40px;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul {
    display: block;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li {
  padding-bottom: 60px;
  width: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li {
    width: auto;
    padding-bottom: 0;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li a:hover {
  color: #b71a35;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li a.btn {
  background-color: #3e3a39;
  padding: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li a.btn {
    margin: 0 10px 10px 10px;
    position: relative;
    width: auto;
    background: none;
    color: #211c1c;
    display: block;
    padding: 0 10px 10px 20px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li a.btn:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li a.btn:before {
    border-top: 1px solid #211c1c;
    border-right: 1px solid #211c1c;
    top: 8px;
    left: 10px;
    width: 4px;
    height: 4px;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li a.btn:hover {
  background-color: #5e5d5c;
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li h3 {
    position: relative;
    margin-bottom: 0;
    padding: 17px 18px;
    border-top: 1px dotted #c9caca;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li h3 .text {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li ul {
    display: none;
  }
}
.l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li ul li {
  width: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  margin: 7px 0;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li ul li {
    width: 100%;
    margin-bottom: 0;
    padding: 9px 18px;
    font-size: 1em;
    padding: 0 18px;
  }
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li ul li:last-child {
    padding-bottom: 27px;
  }
  .l-header .gnav nav > ul > li .gnav-sub .gnav-sub--brands > ul > li ul li br {
    display: none;
  }
}
.l-header .gnav nav > ul > li:hover .gnav-sub {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1);
}
.l-header .subnav {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1020px;
}
@media screen and (max-width: 768px) {
  .l-header .subnav {
    top: 25px;
    right: 80px;
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 425px) {
  .l-header .subnav {
    right: 60px;
  }
}
.l-header .subnav nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-header .subnav nav ul li {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li {
    display: block;
    padding: 0;
  }
}
.l-header .subnav nav ul li.subnav__lang {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__lang {
    display: none;
  }
}
.l-header .subnav nav ul li.subnav__lang .english {
  display: flex;
  color: #211c1c;
  justify-content: center;
  align-items: center;
}
.l-header .subnav nav ul li.subnav__lang .english:before {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(img/icon-english_dark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  display: block;
}
.l-header .subnav nav ul li.subnav__lang .english:hover {
  color: #b71a35;
}
.l-header .subnav nav ul li.subnav__lang .relaischateaux {
  width: 66px;
  margin-right: 20px;
}
.l-header .subnav nav ul li.subnav__store {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store {
    width: 30px;
    background-color: inherit;
    display: none;
  }
}
.l-header .subnav nav ul li.subnav__store a {
  background-color: #b71a35;
  padding: 10px 40px;
  display: -ms-flexbox;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a {
    display: block;
    padding: 0 !important;
    background: none;
    width: auto;
    height: auto;
  }
}
.l-header .subnav nav ul li.subnav__store a:hover {
  background-color: #7f1626;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a:hover {
    background: none;
  }
}
.l-header .subnav nav ul li.subnav__store a .icon {
  width: 100%;
  height: 34px;
  text-align: center;
}
.l-header .subnav nav ul li.subnav__store a .icon img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a .icon {
    display: none;
  }
}
.l-header .subnav nav ul li.subnav__store a .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a .sp {
    display: inherit;
  }
}
.l-header .subnav nav ul li.subnav__store a .pc {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a .pc {
    display: none;
  }
}
.l-header .subnav nav ul li.subnav__store a.amazon {
  background: #211c1c;
}
.l-header .subnav nav ul li.subnav__store a.amazon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a.amazon {
    display: none;
  }
}
.l-header .subnav nav ul li.subnav__store a.rakuten {
  background: #bf0000;
}
.l-header .subnav nav ul li.subnav__store a.rakuten:hover {
  background-color: #7f1626;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a.rakuten {
    display: none;
  }
}
.l-header .subnav nav ul li.subnav__store a.yahoo {
  background: #e26615;
}
.l-header .subnav nav ul li.subnav__store a.yahoo .icon {
  max-width: 60px;
}
.l-header .subnav nav ul li.subnav__store a.yahoo:hover {
  background-color: #bc4c0d;
}
@media screen and (max-width: 768px) {
  .l-header .subnav nav ul li.subnav__store a.yahoo {
    display: none;
  }
}
.l-header .subnav .subnav__menu {
  display: none;
}
.l-header .subnav .subnav__menu:hover .subnav-sub {
  pointer-events: auto;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1);
}
.l-header .subnav .subnav__menu .text {
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b71a35;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.l-header .subnav .subnav__menu .text span {
  position: relative;
  padding-left: 34px;
}
.l-header .subnav .subnav__menu .text span::before {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  content: url(img/icon-cart_light.svg);
  line-height: 1;
  vertical-align: middle;
  width: 24px;
}
.l-header .subnav .subnav-sub {
  position: absolute;
  z-index: 1;
  left: -672px;
  visibility: visible;
  width: 1020px;
  padding-top: 1px;
  opacity: 0;
  pointer-events: none;
  top: 80px;
  transition: all 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(0.97);
}
.l-header .subnav .subnav-sub .subnav-sub__inner {
  padding: 60px 40px;
  background-color: white;
  box-shadow: 0 25px 50px 5px rgba(0, 0, 0, 0.1);
}
.l-header .subnav .subnav-sub .subnav-sub__inner h3 {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.l-header .subnav .subnav-sub .shop__inner {
  padding: 60px 140px;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail {
  margin-bottom: 20px;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail:last-child {
  margin-bottom: 0;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul {
  display: flex;
  justify-content: center;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul.left {
  justify-content: flex-start !important;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul li {
  width: 156px;
  margin: 0 20px;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul li figcaption {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul li:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul li:first-child {
  margin-left: 0px;
}
.l-header .subnav .subnav-sub .subnav-sub--thumbnail ul li:last-child {
  margin-right: 0px;
}
.l-header .spnav {
  display: none;
  margin: 30px 5% 0;
}
@media screen and (max-width: 768px) {
  .l-header .spnav {
    display: inherit;
    padding-bottom: 80px;
  }
}
.l-header .spnav .spnav__btn {
  margin-bottom: 20px;
}
.l-header .spnav .spnav__btn li {
  margin-bottom: 10px;
}
.l-header .spnav .spnav__btn li a {
  background-color: #5e5d5c;
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.l-header .spnav .spnav__btn li.btn a:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -4px;
}
.l-header .spnav .spnav__btn li.story a:before {
  content: "";
  border: none;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 22px;
  background-image: url(img/icon-link_light.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .spnav .spnav__btn li.language a:before {
  content: "";
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 20px;
  background-image: url(img/icon-english_light.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .spnav .spnav__sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header .spnav .spnav__sns li {
  margin: 0 12px;
}
.l-header .spnav .spnav__sns li i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #727171;
}

.l-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  z-index: 1000;
}
.l-header.fixed .l-header__inner {
  display: flex;
  width: 1020px;
  margin: 0 auto;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.l-header.fixed .logo {
  z-index: 100;
  display: block;
  width: 50px;
  height: 80px;
  margin: 0;
}
.l-header.fixed .logo a {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.l-header.fixed .logo .logo--default {
  display: none;
}
.l-header.fixed .logo .logo--fixed {
  display: inherit;
}
.l-header.fixed .gnav {
  z-index: 10;
  width: 712px;
  height: 80px;
  margin: 0;
  position: relative;
  background-color: #fff;
}
.l-header.fixed .gnav:before {
  position: absolute;
  top: 0;
  left: -200px;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-header.fixed .gnav:after {
  position: absolute;
  top: 0;
  right: -200px;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #fff;
  content: "";
  z-index: -1;
}
.l-header.fixed .gnav nav > ul {
  display: block;
  border-left: 0px;
}
.l-header.fixed .gnav nav > ul > li {
  display: inline-block;
  width: auto;
  padding: 0 8px;
  margin: 0 4px;
  border-right: 0px;
}
.l-header.fixed .gnav nav > ul > li > a {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.l-header.fixed .gnav nav > ul > li > a .ja {
  margin: 0;
  font-size: 15px;
  line-height: 1;
}
.l-header.fixed .gnav nav > ul > li > a:after {
  bottom: 0;
}
.l-header.fixed .gnav nav > ul > li .en {
  display: none;
}
.l-header.fixed .gnav nav > ul > li .gnav-sub {
  left: -44px;
  padding-top: 1px;
  z-index: -100;
}
.l-header.fixed .subnav {
  position: relative;
  z-index: 100;
  top: auto;
  width: 348px;
  min-width: 348px;
  height: 80px;
  background-color: #fff;
}
.l-header.fixed .subnav nav ul li {
  height: 80px;
  padding: 0px;
}
.l-header.fixed .subnav nav ul li a {
  display: block;
}
.l-header.fixed .subnav nav ul .subnav__lang a {
  display: block;
  display: flex;
  height: 80px;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.l-header.fixed .subnav nav ul .subnav__lang .relaischateaux {
  display: none;
}
.l-header.fixed .subnav nav ul .subnav__menu {
  display: block;
}
.l-header.fixed .subnav nav ul .subnav__store {
  display: none;
}
.l-header.fixed .subnav nav ul .subnav__store a {
  display: flex;
}

.menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu {
    position: absolute;
    z-index: 2000;
    top: 36px;
    right: 5%;
    display: block;
    width: 25px;
    height: 40px;
    cursor: pointer;
    transform: translateY(-50%);
  }
}
.menu .menu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background: #211c1c;
  transform: translate(-50%, -50%);
}
.menu .menu-line:nth-of-type(1) {
  top: 35%;
  transition: all 0.3s;
}
.menu .menu-line:nth-of-type(2) {
  top: 50%;
  transition: all 0.3s;
}
.menu .menu-line:nth-of-type(3) {
  top: 65%;
  transition: all 0.3s;
}
.menu.open {
  position: fixed;
}
.menu.open .menu-line {
  background: #211c1c;
}
.menu.open .menu-line:nth-of-type(1) {
  top: 18px;
  left: 0px;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.menu.open .menu-line:nth-of-type(2) {
  opacity: 0;
  transition: all 0.3s;
}
.menu.open .menu-line:nth-of-type(3) {
  top: 18px;
  left: 0px;
  transition: all 0.3s;
  transform: rotate(-45deg);
}

.acd-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .acd-icon {
    position: absolute;
    right: 5%;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translate(-50%);
  }
  .acd-icon:before {
    content: "";
    width: 13px;
    height: 1px;
    display: block;
    background: #211c1c;
    position: absolute;
    right: 0;
  }
  .acd-icon:after {
    content: "";
    width: 13px;
    height: 1px;
    display: block;
    background: #211c1c;
    transform: rotate(-90deg);
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .eventMenu.active .acd-icon:after {
    transform: rotate(0deg);
    transition: all 0.2s ease;
  }
}

/* footer
   ----------------------------------------------------------------- */
.l-footer {
  margin-top: 120px;
  background: #efefef;
  padding: 70px 0 30px;
  min-width: 1020px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 80px;
    min-width: auto;
  }
}
@media screen and (max-width: 425px) {
  .l-footer {
    margin-top: 60px;
    padding: 30px 0 50px;
  }
}
.l-footer .l-footer__inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner {
    width: 90%;
  }
}
.l-footer .l-footer__inner .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns {
    flex-wrap: wrap;
  }
}
.l-footer .l-footer__inner .sns .sns__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns .sns__title {
    width: 100%;
    text-align: center;
  }
}
.l-footer .l-footer__inner .sns ul {
  display: flex;
  align-items: center;
  width: 645px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .sns ul {
    margin-top: 10px;
  }
}
.l-footer .l-footer__inner .sns ul li {
  padding: 0 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns ul li {
    padding: 0 8px;
  }
}
.l-footer .l-footer__inner .sns ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns ul li:first-child {
    padding-left: 10px;
  }
}
.l-footer .l-footer__inner .sns ul li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns ul li a {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns ul li a span {
    display: none;
  }
}
.l-footer .l-footer__inner .sns ul li a i {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns ul li a i {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 5px;
  }
}
.l-footer .l-footer__inner .sns ul .facebook a:hover {
  color: #3B5998;
}
.l-footer .l-footer__inner .sns ul .twitter a:hover {
  color: #55acee;
}
.l-footer .l-footer__inner .sns ul .instagram a:hover {
  color: #D93177;
}
.l-footer .l-footer__inner .sns ul .youtube a:hover {
  color: #d32d25;
}
.l-footer .l-footer__inner .sns ul .weibo a:hover {
  color: #ff0000;
}
.l-footer .l-footer__inner .sns .sns-contact {
  width: calc(100% - 645px);
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns .sns-contact {
    width: 100%;
    margin: 30px auto 10px;
  }
}
.l-footer .l-footer__inner .sns .sns-contact a {
  display: block;
  background: #211c1c;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  width: 100%;
  max-width: 300px;
  margin: 0 0 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sns .sns-contact a {
    margin: 0 auto;
  }
}
.l-footer .l-footer__inner .sns .sns-contact a:hover {
  opacity: 0.8;
}
.l-footer .l-footer__inner .sns .sns-contact a img {
  width: 24px;
  margin-right: 15px;
}
.l-footer .l-footer__inner .sitemap {
  border-top: 1px solid #FFFFFF;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .sitemap {
    margin-top: 20px;
    padding-top: 0;
    border-top: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner .title {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0;
    position: relative;
  }
}
.l-footer .l-footer__inner .sitemap .sitemap__inner .title .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner .title .icon {
    position: absolute;
    right: 5%;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translate(-50%);
  }
  .l-footer .l-footer__inner .sitemap .sitemap__inner .title .icon:before {
    content: "";
    width: 13px;
    height: 1px;
    display: block;
    background: #211c1c;
    position: absolute;
    right: 0;
  }
  .l-footer .l-footer__inner .sitemap .sitemap__inner .title .icon:after {
    content: "";
    width: 13px;
    height: 1px;
    display: block;
    background: #211c1c;
    transform: rotate(-90deg);
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner .title.active .icon:after {
    transform: rotate(0deg);
    transition: all 0.2s ease;
  }
}
.l-footer .l-footer__inner .sitemap .sitemap__inner ul {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner ul {
    display: none;
  }
}
.l-footer .l-footer__inner .sitemap .sitemap__inner ul li {
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner ul li {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer .l-footer__inner .sitemap .sitemap__inner ul li a:hover {
  color: #b71a35;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner ul li a:hover {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner ul li a::before {
    content: "";
    border-top: 1px solid #211c1c;
    border-right: 1px solid #211c1c;
    display: inline-block;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    margin-right: 5px;
    margin-bottom: 3px;
  }
}
.l-footer .l-footer__inner .sitemap .sitemap__inner .mgt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap .sitemap__inner .mgt {
    margin-top: 0;
  }
}
.l-footer .l-footer__inner .sitemap-sub {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 60px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap-sub {
    margin-top: 40px;
    padding: 20px 0;
    justify-content: center;
    border-top: none;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .sitemap-sub {
    margin-top: 20px;
    padding: 15px 0;
  }
}
.l-footer .l-footer__inner .sitemap-sub ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap-sub ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-footer .l-footer__inner .sitemap-sub ul li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap-sub ul li {
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .sitemap-sub ul li {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap-sub ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-footer .l-footer__inner .sitemap-sub ul li a:hover {
  color: #b71a35;
}
.l-footer .l-footer__inner .sitemap-sub ul li a::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: inline-block;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .sitemap-sub .sitemap-sub__lang {
    margin-top: 10px;
  }
}
.l-footer .l-footer__inner .sitemap-sub .sitemap-sub__lang .english {
  display: flex;
  color: #211c1c;
  justify-content: center;
  align-items: center;
}
.l-footer .l-footer__inner .sitemap-sub .sitemap-sub__lang .english:before {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(img/icon-english_dark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  display: block;
}
.l-footer .l-footer__inner .sitemap-sub .sitemap-sub__lang .english:hover {
  color: #b71a35;
}
.l-footer .l-footer__inner .appendix {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .appendix {
    margin-top: 40px;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .appendix {
    margin-top: 30px;
  }
}
.l-footer .l-footer__inner .appendix .company {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .appendix .company {
    margin-top: 20px;
  }
}
.l-footer .l-footer__inner .appendix .company .c-gothic-bold {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer .l-footer__inner .appendix .attention {
  margin-top: 35px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .appendix .attention {
    margin-top: 15px;
  }
}
.l-footer .l-footer__inner .appendix .relaischateaux {
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .appendix .relaischateaux {
    position: static;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .appendix .relaischateaux {
    margin: 15px auto 0;
  }
}
.l-footer .l-footer__inner .appendix .copyright {
  margin-top: 25px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__inner .appendix .copyright {
    margin-top: 15px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-footer .l-footer__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
}
.l-footer .l-footer__fixed ul {
  display: flex;
}
.l-footer .l-footer__fixed ul li {
  width: 50%;
}
.l-footer .l-footer__fixed ul li a {
  display: block;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 425px) {
  .l-footer .l-footer__fixed ul li a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.l-footer .l-footer__fixed ul li .amazon {
  background: #211c1c;
}
.l-footer .l-footer__fixed ul li .amazon img {
  width: 65px;
  height: auto;
}
.l-footer .l-footer__fixed ul li .yahoo {
  background: #e26615;
}
.l-footer .l-footer__fixed ul li .yahoo img {
  width: 85%;
  max-width: 90px;
  height: auto;
}
.l-footer .l-footer__fixed ul li .official {
  background: #b71a35;
  color: #FFFFFF;
}
.l-footer .l-footer__fixed ul li .official .icon {
  width: 20px;
  margin-right: 4px;
  display: block;
  line-height: 1.3;
}
.l-footer .l-footer__fixed ul li .rakuten {
  background: #bf0000;
  color: #FFFFFF;
}
.l-footer .l-footer__fixed ul li .rakuten .icon {
  width: 13px;
  margin-right: 6px;
  display: block;
  line-height: 1.3;
}

.pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 64px;
  }
}
.pagetop a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #211c1c;
  display: block;
  position: relative;
}
@media screen and (max-width: 425px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.pagetop a:hover {
  background: #727171;
}
.pagetop a::before {
  content: "";
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -4px;
}

/* main
   ----------------------------------------------------------------- */
.l-main {
  padding-top: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 20px;
  }
}

/*----------------------------------------------------
  common
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .c-sp-none {
    display: none !important;
  }
}

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

/*----------------------------------------------------
  2col
----------------------------------------------------*/
.c-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-wrapper {
    flex-direction: row;
  }
}
.c-wrapper .c-sub-content {
  width: 180px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content {
    width: 100%;
    margin-top: 30px;
  }
}
.c-wrapper .c-sub-content .c-sub-menu {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu {
    margin-bottom: 20px;
  }
}
.c-wrapper .c-sub-content .c-sub-menu .title {
  border-bottom: 2px solid #211c1c;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-wrapper .c-sub-content .c-sub-menu ul li a {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu ul li a {
    padding: 5px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-wrapper .c-sub-content .c-sub-menu ul li a:hover {
  background: #efefef;
  padding: 10px 0 10px 5px;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu ul li a br {
    display: none;
  }
}
.c-wrapper .c-sub-content .c-sub-menu ul li ul {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu ul li ul {
    margin-left: 0;
  }
}
.c-wrapper .c-sub-content .c-sub-menu .onlinebtn {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu .onlinebtn {
    margin-bottom: 20px;
  }
}
.c-wrapper .c-sub-content .c-sub-menu .onlinebtn a {
  display: block;
}
.c-wrapper .c-sub-content .c-sub-menu .onlinebtn a:hover {
  opacity: 0.8;
}
.c-wrapper .c-sub-content .c-sub-menu .recruitbtn a {
  display: block;
  border: solid 1px #b71a35;
  background: #b71a35;
  padding: 12px 10px;
  text-align: center;
}
.c-wrapper .c-sub-content .c-sub-menu .recruitbtn a .main {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.c-wrapper .c-sub-content .c-sub-menu .recruitbtn a .sub {
  margin-top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #FFFFFF;
}
.c-wrapper .c-sub-content .c-sub-menu .recruitbtn a .sub br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-menu .recruitbtn a .sub br {
    display: none;
  }
}
.c-wrapper .c-sub-content .c-sub-menu .recruitbtn a:hover {
  background: #FFFFFF;
}
.c-wrapper .c-sub-content .c-sub-menu .recruitbtn a:hover .main, .c-wrapper .c-sub-content .c-sub-menu .recruitbtn a:hover .sub {
  color: #b71a35;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-banner ul {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
}
.c-wrapper .c-sub-content .c-sub-banner ul li {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-sub-content .c-sub-banner ul li {
    max-width: 180px;
    width: auto;
    padding: 0 10px;
  }
}
.c-wrapper .c-sub-content .c-sub-banner ul li a:hover {
  opacity: 0.6;
}
.c-wrapper .c-main-content {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .c-wrapper .c-main-content {
    width: 100%;
  }
}

/*----------------------------------------------------
  breadcrumbs
----------------------------------------------------*/
.c-breadcrumbs {
  margin-top: 70px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin-top: 90px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-breadcrumbs a {
  color: #898989;
}
.c-breadcrumbs a:hover {
  color: #b71a35;
}
.c-breadcrumbs .arw {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs .arw {
    padding: 0 5px;
  }
}

/*----------------------------------------------------
  pager
----------------------------------------------------*/
.c-pager {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pager {
    margin-top: 20px;
  }
}
.c-pager a {
  text-align: center;
  padding: 12px;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-pager a {
    padding: 12px 16px;
  }
}
.c-pager a:hover {
  padding: 12px;
  background: #b71a35;
  color: #FFFFFF;
  border-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-pager a:hover {
    padding: 12px 16px;
  }
}
.c-pager span {
  text-align: center;
  color: #b71a35;
  padding: 12px;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-pager span {
    padding: 12px 16px;
  }
}

/*----------------------------------------------------
  heading
----------------------------------------------------*/
.c-top-title01 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #211c1c;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-top-title01 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 5px;
  }
}

.c-top-title02 {
  width: 1020px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-top-title02 {
    width: 100%;
  }
}
.c-top-title02 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-top-title02 .text {
    width: 100%;
  }
}
.c-top-title02 .text .ja {
  font-size: 33px;
  font-size: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .c-top-title02 .text .ja {
    font-size: 7vw;
  }
}
.c-top-title02 .text .en {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-top-title02 .text .en {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.c-category-title {
  position: relative;
}
.c-category-title .c-serif {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  font-size: 35px;
  font-size: 2.1875rem;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-category-title .c-serif {
    font-size: 24px;
    font-size: 1.5rem;
    left: 20px;
  }
}
.c-category-title .c-serif span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-category-title .c-serif span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-page-title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-page-title span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-page-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-sec-title {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #211c1c;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-sec-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.c-block-title {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #c9caca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-block-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
.c-button a {
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #727171;
  text-align: center;
  padding: 10px 0;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-button a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-button a:hover {
  background: #211c1c;
  color: #FFFFFF;
}
.c-button a:hover::before {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.c-button a::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .c-button a::before {
    font-size: 16px;
    font-size: 1rem;
    left: 23px;
  }
}

.c-online-button4 {
  max-width: 620px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-online-button4 {
    flex-wrap: wrap;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-online-button4 a {
  width: 100%;
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .c-online-button4 a {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    width: 49%;
  }
}
.c-online-button4 a:nth-child(n+2) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .c-online-button4 a:nth-child(n+2) {
    margin-left: 0;
  }
  .c-online-button4 a:nth-child(even) {
    margin-left: 2%;
  }
  .c-online-button4 a:nth-child(n+3) {
    margin-top: 12px;
  }
}
.c-online-button4 .official {
  border: 1px solid #b71a35;
  color: #b71a35;
  padding: 8px 0 8px 8px;
}
.c-online-button4 .official:hover {
  background: #b71a35;
  color: #FFFFFF;
}
.c-online-button4 .official:hover::before {
  content: url(img/icon-cart_light.svg);
  transition: 0.2s;
}
.c-online-button4 .official::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: url(img/icon-cart_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c-online-button4 .official::before {
    content: none;
  }
}
.c-online-button4 .amazon {
  border: 1px solid #211c1c;
  padding: 8px 20px;
  position: relative;
  height: 42px;
}
.c-online-button4 .amazon::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 22px);
  pointer-events: none;
  background-image: url(img/amazon_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.c-online-button4 .amazon:hover {
  background: #211c1c;
}
.c-online-button4 .amazon:hover::before {
  opacity: 1;
  background-image: url(img/amazon_logo_light.svg);
}
@media screen and (max-width: 768px) {
  .c-online-button4 .amazon {
    height: 40px;
  }
}
.c-online-button4 .rakuten {
  border: 1px solid #bf0000;
  color: #bf0000;
  padding: 8px 0 8px 8px;
}
.c-online-button4 .rakuten:hover {
  background: #bf0000;
  color: #FFFFFF;
}
.c-online-button4 .rakuten:hover::before {
  content: url(img/icon-rakuten_light.svg);
  transition: 0.2s;
}
.c-online-button4 .rakuten::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: url(img/icon-rakuten_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .c-online-button4 .rakuten::before {
    content: none;
  }
}
.c-online-button4 .yahoo {
  border: 1px solid #e26615;
  padding: 8px 20px;
  position: relative;
  height: 42px;
}
.c-online-button4 .yahoo::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 22px);
  pointer-events: none;
  background-image: url(img/yahoo_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.c-online-button4 .yahoo:hover {
  background: #e26615;
}
.c-online-button4 .yahoo:hover::before {
  opacity: 1;
  background-image: url(img/yahoo_logo_light.svg);
}
@media screen and (max-width: 768px) {
  .c-online-button4 .yahoo {
    height: 40px;
  }
}

.c-online-button3 {
  max-width: 620px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-online-button3 {
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-online-button3 a {
  width: 100%;
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-online-button3 a {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
  }
}
.c-online-button3 a:nth-child(n+2) {
  margin-left: 2%;
}
.c-online-button3 .official {
  border: 1px solid #b71a35;
  color: #b71a35;
  padding: 8px 0;
}
.c-online-button3 .official:hover {
  background: #b71a35;
  color: #FFFFFF;
}
.c-online-button3 .official:hover::before {
  content: url(img/icon-cart_light.svg);
  transition: 0.2s;
}
.c-online-button3 .official::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: url(img/icon-cart_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c-online-button3 .official::before {
    content: none;
  }
}
.c-online-button3 .amazon {
  border: 1px solid #211c1c;
  padding: 8px 20px;
  position: relative;
  height: 42px;
}
.c-online-button3 .amazon::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 22px);
  pointer-events: none;
  background-image: url(img/amazon_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.c-online-button3 .amazon:hover {
  background: #211c1c;
}
.c-online-button3 .amazon:hover::before {
  opacity: 1;
  background-image: url(img/amazon_logo_light.svg);
}
@media screen and (max-width: 768px) {
  .c-online-button3 .amazon {
    height: 40px;
  }
}
.c-online-button3 .rakuten {
  border: 1px solid #bf0000;
  color: #bf0000;
  padding: 8px 0;
}
.c-online-button3 .rakuten:hover {
  background: #bf0000;
  color: #FFFFFF;
}
.c-online-button3 .rakuten:hover::before {
  content: url(img/icon-rakuten_light.svg);
  transition: 0.2s;
}
.c-online-button3 .rakuten::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: url(img/icon-rakuten_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .c-online-button3 .rakuten::before {
    content: none;
  }
}

.c-online-button2 {
  max-width: 425px;
  display: flex;
  align-items: center;
}
.c-online-button2 a {
  width: calc(50% - 5px);
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-online-button2 a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-online-button2 a:nth-child(n+2) {
  margin-left: 10px;
}
.c-online-button2 .official {
  border: 1px solid #b71a35;
  color: #b71a35;
  padding: 8px 0;
}
.c-online-button2 .official:hover {
  background: #b71a35;
  color: #FFFFFF;
}
.c-online-button2 .official:hover::before {
  content: url(img/icon-cart_light.svg);
  transition: 0.2s;
}
.c-online-button2 .official::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: url(img/icon-cart_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c-online-button2 .official::before {
    left: 20px;
  }
}
.c-online-button2 .amazon {
  border: 1px solid #211c1c;
  padding: 8px 20px;
  position: relative;
  height: 42px;
}
.c-online-button2 .amazon::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 22px);
  pointer-events: none;
  background-image: url(img/amazon_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.c-online-button2 .amazon:hover {
  background: #211c1c;
}
.c-online-button2 .amazon:hover::before {
  opacity: 1;
  background-image: url(img/amazon_logo_light.svg);
}
@media screen and (max-width: 768px) {
  .c-online-button2 .amazon {
    height: 40px;
  }
}
.c-online-button2 .rakuten {
  border: 1px solid #bf0000;
  color: #bf0000;
  padding: 8px 0;
}
.c-online-button2 .rakuten:hover {
  background: #bf0000;
  color: #FFFFFF;
}
.c-online-button2 .rakuten:hover::before {
  content: url(img/icon-rakuten_light.svg);
  transition: 0.2s;
}
.c-online-button2 .rakuten::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: url(img/icon-rakuten_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .c-online-button2 .rakuten::before {
    content: none;
  }
}

.c-online-button a {
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #b71a35;
  color: #b71a35;
  text-align: center;
  padding: 10px 0;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-online-button a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-online-button a:hover {
  background: #b71a35;
  color: #FFFFFF;
}
.c-online-button a:hover::before {
  content: url(img/icon-cart_light.svg);
  transition: 0.2s;
}
.c-online-button a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: url(img/icon-cart_red.svg);
  line-height: 1;
  vertical-align: middle;
  width: 20px;
}

.c-button-external a {
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #727171;
  color: #211c1c;
  text-align: center;
  padding: 10px 0;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .c-button-external a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-button-external a:hover {
  background: #211c1c;
  color: #FFFFFF;
}
.c-button-external a:hover::before {
  content: url(img/icon-link_light.svg);
  transition: 0.2s;
}
.c-button-external a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: url(img/icon-link.svg);
  line-height: 1;
  vertical-align: middle;
  width: 12px;
}

/*----------------------------------------------------
  text
----------------------------------------------------*/
.c-serif {
  font-family: "Ryumin Light KL", serif;
}
@media screen and (max-width: 768px) {
  .c-serif {
    font-family: "Ryumin Regular KL", serif;
  }
}

.c-gothic-bold {
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-gothic-bold {
    font-family: "Koburina Gothic W6 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

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

/*----------------------------------------------------
  content
----------------------------------------------------*/
.c-lead {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-top: 30px;
  }
}
.c-lead .c-lead__main {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__main {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 425px) {
  .c-lead .c-lead__main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-lead .c-lead__sub {
  margin-top: 60px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__sub {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-lead .c-lead__link {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__link {
    margin-top: 30px;
  }
}
.c-lead .c-lead__link ul {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__link ul {
    display: block;
    max-width: 320px;
    width: auto;
    margin: 0 auto;
  }
}
.c-lead .c-lead__link ul li {
  width: 33.3%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .c-lead .c-lead__link ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
}
.c-lead .c-lead__link ul li a {
  display: block;
}
.c-lead .c-lead__link ul li a:hover {
  opacity: 0.6;
}

.c-read {
  margin-top: 35px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .c-read {
    margin-top: 20px;
    line-height: 1.6;
  }
}

.c-table {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .c-table {
    margin-top: 30px;
  }
}
.c-table table {
  width: 100%;
  border-top: 1px solid #898989;
}
.c-table table th {
  width: 25%;
  padding: 20px 15px;
  border-bottom: 1px solid #898989;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table table th {
    padding: 15px 0;
  }
}
@media screen and (max-width: 425px) {
  .c-table table th {
    width: 100%;
    display: block;
    border: none;
    padding: 15px 0 0 0;
  }
}
.c-table table td {
  width: 75%;
  padding: 20px 0;
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .c-table table td {
    padding: 15px 0;
  }
}
@media screen and (max-width: 425px) {
  .c-table table td {
    width: 100%;
    display: block;
    padding: 5px 0 15px;
  }
}
.c-table table td p {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-table table td p {
    margin: 10px 0;
  }
}
.c-table table td p span {
  display: block;
}

.c-googlemap {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .c-googlemap {
    margin-top: 30px;
  }
}
.c-googlemap .c-googlemap__map {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .c-googlemap .c-googlemap__map {
    height: 300px;
  }
}
.c-googlemap .c-googlemap__link {
  margin-top: 10px;
}
.c-googlemap .c-googlemap__link a {
  position: relative;
  padding-left: 20px;
}
.c-googlemap .c-googlemap__link a::before {
  content: "";
  margin-right: 10px;
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  transform: rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.c-googlemap .c-googlemap__link a:hover {
  color: #b71a35;
}

.c-external a {
  color: #b71a35;
}
.c-external a::before {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-image: url(img/icon-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  display: inline-block;
}
.c-external a:hover {
  color: #7f1626;
}

.c-anchor ul {
  display: flex;
  flex-wrap: wrap;
}
.c-anchor ul li {
  margin-right: 30px;
  position: relative;
  padding-left: 20px;
}
.c-anchor ul li::before {
  content: "";
  margin-right: 10px;
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  transform: rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.c-anchor ul li a {
  font-size: 16px;
  font-size: 1rem;
}
.c-anchor ul li a:hover {
  color: #b71a35;
}

.c-brandlist {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .c-brandlist {
    margin-top: 60px;
  }
}
.c-brandlist .c-brandlist__block-first {
  margin: 40px 0 120px !important;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block-first {
    margin: 20px 0 40px !important;
  }
}
.c-brandlist .c-brandlist__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block {
    margin: 40px 0;
  }
}
.c-brandlist .c-brandlist__block .c-brandlist__image {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__image {
    max-width: 440px;
    width: auto;
    margin: 0 auto;
  }
}
.c-brandlist .c-brandlist__block .c-brandlist__text {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__text {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.c-brandlist .c-brandlist__block .c-brandlist__link {
  margin-top: 15px;
}
.c-brandlist .c-brandlist__block .c-brandlist__link .morebutton {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__link .morebutton {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a {
    border: 1px solid #727171;
    text-align: center;
    padding: 10px 0;
    display: block;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
.c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a span {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a span::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a span::before {
    left: 23px;
    width: 8px;
    height: 8px;
  }
}
.c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a:hover {
  color: #b71a35;
}
.c-brandlist .c-brandlist__block .c-brandlist__link .morebutton a:hover span::before {
  border-color: #b71a35;
}
.c-brandlist .c-brandlist__block .c-brandlist__link .c-online-button3 a {
  max-width: 32%;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .c-brandlist__link .c-online-button3 a {
    max-width: none;
  }
}
.c-brandlist .c-brandlist__block .ja {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-brandlist .c-brandlist__block .en {
  color: #898989;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  letter-spacing: 0.2em;
}
.c-brandlist .c-brandlist__block .text {
  margin-top: 23px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block .text {
    margin-top: 14px;
    line-height: 1.8;
  }
}
.c-brandlist .c-brandlist__block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block ul {
    margin: 0;
  }
}
.c-brandlist .c-brandlist__block ul li {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
  }
}
.c-brandlist .c-brandlist__block ul .c-online-button2 .official {
  padding: 8px 0 8px 12px;
}
.c-brandlist .c-brandlist__block ul .c-online-button2 .official::before {
  left: 8px;
}
@media screen and (max-width: 768px) {
  .c-brandlist .c-brandlist__block ul .c-online-button2 {
    margin: 15px auto 0;
  }
  .c-brandlist .c-brandlist__block ul .c-online-button2 .official::before {
    left: 20px;
  }
}

.c-textbox01-first {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .c-textbox01-first {
    margin-top: 20px !important;
  }
}

.c-textbox01 {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-textbox01 {
    margin-top: 60px;
  }
}
.c-textbox01 .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-textbox01 .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-textbox01 .image {
  width: 240px;
  float: right;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-textbox01 .image {
    width: 240px;
    margin: 15px auto 0;
    float: none;
  }
}
.c-textbox01 .image .caption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 5px;
}
.c-textbox01 .text {
  width: 420px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-textbox01 .text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.c-textbox01 .c-button {
  margin-top: 25px;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .c-textbox01 .c-button {
    max-width: 425px;
    width: auto;
    margin: 10px auto 0;
  }
}

.c-textbox02 {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-textbox02 {
    margin-top: 60px;
  }
}
.c-textbox02 .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-textbox02 .image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .image {
    margin-top: 20px;
  }
}
.c-textbox02 .image img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.c-textbox02 .image a:hover {
  opacity: 0.8;
}
.c-textbox02 .text {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.c-textbox02 .text .bg {
  background: #fff799;
}
.c-textbox02 .caption {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .caption {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.c-textbox02 .box {
  margin-top: 30px;
  border: 1px solid #c9caca;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .box {
    padding: 0 3%;
  }
}
@media screen and (max-width: 425px) {
  .c-textbox02 .box {
    padding: 0 3%;
  }
}
.c-textbox02 .box ul {
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .box ul {
    margin: 20px 0;
  }
}
@media screen and (max-width: 425px) {
  .c-textbox02 .box ul {
    margin: 10px 0;
  }
}
.c-textbox02 .box ul li {
  margin: 10px 0;
}
.c-textbox02 .youtube {
  width: 400px;
  height: 350px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-textbox02 .youtube {
    max-width: 400px;
    width: auto;
    margin: 20px auto 0;
  }
}

.c-box {
  margin-top: 100px;
  border: 1px solid #211c1c;
  padding: 35px 45px;
}
@media screen and (max-width: 768px) {
  .c-box {
    margin-top: 40px;
    padding: 15px;
  }
}
.c-box .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-box .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-box .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .c-box .text {
    margin-top: 10px;
    line-height: 1.6;
  }
}

.c-terms-block {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .c-terms-block {
    margin: 30px 0;
  }
}
.c-terms-block .c-terms-block__text {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__text {
    margin: 10px 0;
  }
}
.c-terms-block .c-terms-block__text .text {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__text .text {
    margin: 0 0 10px;
  }
}
.c-terms-block .c-terms-block__text-right {
  margin: 15px 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__text-right {
    margin: 10px 0;
  }
}
.c-terms-block .c-terms-block__text-right .text {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__text-right .text {
    margin: 0 0 10px;
  }
}
.c-terms-block .c-terms-block__list {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__list {
    margin: 10px 0;
  }
}
.c-terms-block .c-terms-block__list .text {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__list .text {
    margin: 0 0 10px;
  }
}
.c-terms-block .c-terms-block__list ul {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__list ul {
    margin: 0 0 10px;
  }
}
.c-terms-block .c-terms-block__list ul li {
  padding-left: 15px;
  position: relative;
}
.c-terms-block .c-terms-block__list ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #211c1c;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
}
.c-terms-block .c-terms-block__list ol {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .c-terms-block .c-terms-block__list ol {
    margin: 0 0 10px;
  }
}
.c-terms-block .c-terms-block__list ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-terms-block .c-terms-block__link ul li {
  margin: 10px 0;
}
.c-terms-block .c-terms-block__link ul li a::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 2px;
}
.c-terms-block .c-terms-block__link ul li a:hover {
  color: #b71a35;
}

.c-itemlineup {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup {
    margin-top: 40px;
  }
}
.c-itemlineup ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul {
    margin: 0;
  }
}
.c-itemlineup ul li {
  width: 50%;
  padding: 0 20px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0;
  }
}
.c-itemlineup ul li .c-itemlineup__title {
  font-size: 16px;
  font-size: 1rem;
}
.c-itemlineup ul li .c-itemlineup__body {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li .c-itemlineup__body {
    margin-top: 10px;
  }
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text {
  width: calc(100% - 155px);
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text {
    width: calc(100% - 155px);
  }
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 3px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .text {
    line-height: 1.4;
  }
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .glay-box {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .glay-box span {
  color: #559bcf;
  margin: 0 3px 3px 0;
  display: inline-block;
  line-height: 1;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .red-box {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .red-box span {
  color: #b71a35;
  margin: 0 3px 3px 0;
  display: inline-block;
  line-height: 1;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button {
    margin-top: 5px;
  }
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
  padding: 5px 0 !important;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button a {
    max-width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button a {
    max-width: 425px;
  }
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button a::before {
  content: "";
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button2 {
  margin: 10px -5px 0;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button2 .official {
  font-size: 13px;
  height: 36px;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button2 .official::before {
  content: none;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button2 .amazon {
  height: 36px;
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__text .c-online-button2 .amazon::before {
  height: calc(100% - 18px);
}
.c-itemlineup ul li .c-itemlineup__body .c-itemlineup__image {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup ul li .c-itemlineup__body .c-itemlineup__image {
    width: 140px;
  }
}
.c-itemlineup.c-itemlineup--1col ul li {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.c-itemlineup.c-itemlineup--1col ul li .c-itemlineup__text {
  padding-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup.c-itemlineup--1col ul li .c-itemlineup__text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-itemlineup.c-itemlineup--1col .c-itemlineup__body {
    flex-wrap: wrap;
  }
}
.c-itemlineup.c-itemlineup--1col .c-online-button3 {
  width: calc(100% - 195px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup.c-itemlineup--1col .c-online-button3 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.c-itemlineup.c-itemlineup--1col .c-online-button3 a {
  max-width: 32%;
}
.c-itemlineup.c-itemlineup--1col .c-online-button3 a:nth-child(n+2) {
  margin-left: 2%;
}
.c-itemlineup.c-itemlineup--1col .c-online-button4 {
  width: calc(100% - 195px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .c-itemlineup.c-itemlineup--1col .c-online-button4 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}

/*----------------------------------------------------
  index
----------------------------------------------------*/
#index .p-sp-hero {
  display: none;
}
@media screen and (max-width: 768px) {
  #index .p-sp-hero {
    display: block;
    width: 90%;
    margin: 30px auto;
  }
}
#index .p-sp-hero .p-sp-hero__image {
  margin-bottom: 30px;
  padding: 0 20%;
}
#index .p-sp-hero .english a {
  font-family: "Koburina Gothic W3 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #727171;
  text-align: center;
  padding: 10px 0;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #index .p-sp-hero .english a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 425px;
    margin: 0 auto;
  }
}
#index .p-sp-hero .english a::before {
  width: 15px;
  height: 15px;
  background-image: url(img/icon-english_dark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

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

#index .p-hero {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #index .p-hero {
    margin-bottom: 30px;
  }
}
#index .p-hero .p-hero-slides {
  width: 680px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index .p-hero .p-hero-slides {
    width: 100% !important;
  }
}
#index .p-hero .p-hero-nav {
  width: calc(100% - 680px);
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #index .p-hero .p-hero-nav {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #index .p-hero .p-hero-nav ul {
    display: flex;
    margin: 0 -2%;
  }
}
#index .p-hero .p-hero-nav ul li:nth-child(n+2) {
  margin-top: 10px;
}
#index .p-hero .p-hero-nav ul li a {
  display: flex;
  flex-flow: row-reverse;
}
#index .p-hero .p-hero-nav ul li a:hover {
  opacity: 0.8;
}
#index .p-hero .p-hero-nav ul li figure {
  width: 50%;
}
#index .p-hero .p-hero-nav ul li p {
  width: 50%;
  background: #39302d;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .p-hero .p-hero-nav ul li {
    width: 33.3%;
    padding: 0 2%;
  }
  #index .p-hero .p-hero-nav ul li:nth-child(n+2) {
    margin-top: 0;
  }
  #index .p-hero .p-hero-nav ul li a {
    display: block;
  }
  #index .p-hero .p-hero-nav ul li figure {
    width: 100%;
  }
  #index .p-hero .p-hero-nav ul li p {
    width: 100%;
    padding: 4px 5px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#index .p-hero .sp-buttons {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#index .p-sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #index .p-sp-nav {
    display: block;
    margin: 45px 0;
  }
}
#index .p-sp-nav ul {
  display: flex;
  flex: wrap;
  margin: 0 -2%;
}
#index .p-sp-nav ul li {
  width: 33.3%;
  padding: 0 2%;
}
#index .p-sp-nav ul li p {
  background: #211c1c;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
}

#index .p-information {
  margin: 85px 0;
}
@media screen and (max-width: 768px) {
  #index .p-information {
    margin: 65px 0;
  }
}
@media screen and (max-width: 425px) {
  #index .p-information {
    margin: 45px 0;
  }
}
#index .p-information ul li {
  border-bottom: 1px solid #c9caca;
  display: flex;
  align-items: center;
  padding: 25px 0 25px 15px;
}
@media screen and (max-width: 768px) {
  #index .p-information ul li {
    padding: 15px 2%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  #index .p-information ul li {
    padding: 15px 0;
  }
}
#index .p-information ul li .p-information__date {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #index .p-information ul li .p-information__date {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#index .p-information ul li .p-information__title {
  width: 680px;
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  #index .p-information ul li .p-information__title {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
  }
}
#index .p-information ul li .p-information__title a {
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #index .p-information ul li .p-information__title a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#index .p-information ul li .p-information__title a:hover {
  color: #b71a35;
}
#index .p-information ul li .p-information__cat {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #index .p-information ul li .p-information__cat {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#index .p-information ul li .p-information__cat a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  background: #b71a35;
  padding: 6px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #index .p-information ul li .p-information__cat a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#index .p-information ul li .p-information__cat a:hover {
  background: #7f1626;
}
#index .p-information .c-button {
  width: 380px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #index .p-information .c-button {
    max-width: 380px;
    width: 100%;
    margin: 30px auto 0;
  }
}

#index .p-event {
  margin: 85px 0;
}
@media screen and (max-width: 768px) {
  #index .p-event {
    margin: 65px 0;
  }
}
@media screen and (max-width: 425px) {
  #index .p-event {
    margin: 45px 0;
  }
}
#index .p-event .p-event-inr {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr {
    margin: 0 -3%;
  }
}
#index .p-event .p-event-inr .p-event-col {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col {
    width: 50%;
    padding: 0 3%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-event .p-event-inr .p-event-col {
    margin-bottom: 20px;
  }
}
#index .p-event .p-event-inr .p-event-col a {
  display: block;
}
#index .p-event .p-event-inr .p-event-col a .p-event__image {
  position: relative;
}
#index .p-event .p-event-inr .p-event-col a .p-event__image .detail {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(33, 28, 28, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  color: #FFFFFF;
}
#index .p-event .p-event-inr .p-event-col a .p-event__image .detail span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .p-event .p-event-inr .p-event-col a .p-event__image .detail span::before {
  content: url(img/icon-link_light.svg);
  display: inline-block;
  width: 12px;
  line-height: 1;
  padding: 1px 5px 1px 1px;
  vertical-align: middle;
}
#index .p-event .p-event-inr .p-event-col a:hover .detail {
  opacity: 1;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col a:hover .detail {
    opacity: 0;
  }
}
#index .p-event .p-event-inr .p-event-col .p-event__title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col .p-event__title br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #index .p-event .p-event-inr .p-event-col .p-event__title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#index .p-event .p-event-inr .p-event-col .p-event__date {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col .p-event__date {
    display: none;
  }
}
#index .p-event .p-event-inr .p-event-col .p-event__cat span {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background: #b71a35;
  padding: 3px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 110px;
  margin: 5px 5px 0 0;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col .p-event__cat span {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 5px 5px 0 0;
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col .p-event__cat {
    display: none;
  }
}
#index .p-event .p-event-inr .p-event-col .p-event__venue {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #index .p-event .p-event-inr .p-event-col .p-event__venue {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #index .p-event .c-top-title01 {
    margin-bottom: 20px;
  }
}
#index .p-event .sp-buttons {
  margin: 20px 0;
}
#index .p-event .c-button {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #index .p-event .c-button {
    max-width: 380px;
    width: 100%;
  }
}
#index .p-event .sp-horizontal .sp-arrows {
  top: 30%;
  top: 30vw;
}
#index .p-event .sp-arrow {
  width: 40px;
  height: 40px;
}
#index .p-event .sp-next-arrow {
  right: -15px;
}
#index .p-event .sp-next-arrow:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(img/left-cursor.png);
  display: block;
  background-size: 100% auto;
  background-position: center center;
  transform: none;
  left: 5px;
  background-color: rgba(255, 255, 255, 0);
}
#index .p-event .sp-next-arrow:after {
  content: none;
}
#index .p-event .sp-previous-arrow {
  left: -15px;
}
#index .p-event .sp-previous-arrow:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(img/left-cursor.png);
  display: block;
  background-size: 100% auto;
  background-position: center center;
  transform: none;
  left: 5px;
  background-color: rgba(255, 255, 255, 0);
}
#index .p-event .sp-previous-arrow:after {
  content: none;
}

#index .p-product {
  margin: 85px 0;
}
@media screen and (max-width: 768px) {
  #index .p-product {
    margin: 65px 0;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product {
    margin: 45px 0;
  }
}
#index .p-product .p-product__item {
  margin: 85px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item {
    margin: 65px 0;
    display: block;
  }
}
#index .p-product .p-product__item .p-product__body {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body {
    width: 100%;
  }
}
#index .p-product .p-product__item .p-product__body .title {
  font-weight: normal;
}
#index .p-product .p-product__item .p-product__body .title .ja {
  font-size: 33px;
  font-size: 2.0625rem;
}
#index .p-product .p-product__item .p-product__body .title .en {
  font-size: 12px;
  font-size: 0.75rem;
  color: #898989;
  letter-spacing: 0.2em;
}
#index .p-product .p-product__item .p-product__body .copy {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body .copy {
    margin-top: 15px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__body .copy {
    margin-top: 10px;
  }
}
#index .p-product .p-product__item .p-product__body .text {
  margin-top: 25px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body .text {
    margin-top: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__body .text {
    margin-top: 10px;
  }
}
#index .p-product .p-product__item .p-product__body .c-button {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body .c-button {
    margin-top: 20px;
  }
}
#index .p-product .p-product__item .p-product__body .banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body .banner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__body .banner {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body .banner ul {
    margin-top: 30px;
  }
}
#index .p-product .p-product__item .p-product__body .banner ul li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__body .banner ul li {
    margin-top: 10px;
  }
}
#index .p-product .p-product__item .p-product__body .banner ul li a {
  display: block;
}
#index .p-product .p-product__item .p-product__body .banner ul li a:hover {
  opacity: 0.6;
}
#index .p-product .p-product__item .p-product__list {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__list {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__list {
    margin-top: 20px;
  }
}
#index .p-product .p-product__item .p-product__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -35px -10px 0;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__list ul {
    margin: 0 -2%;
  }
}
#index .p-product .p-product__item .p-product__list ul li {
  width: 33.3%;
  padding: 0 10px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__list ul li {
    padding: 0 2%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__list ul li {
    width: 50%;
    padding: 0 2%;
    margin-top: 10px;
  }
}
#index .p-product .p-product__item .p-product__list ul li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__list ul li a .image {
    position: relative;
  }
}
#index .p-product .p-product__item .p-product__list ul li a .title {
  text-align: center;
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__list ul li a .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__list ul li a .title {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 5px;
    letter-spacing: normal;
  }
}
#index .p-product .p-product__item .p-product__list ul li a .title .md {
  display: none;
}
@media screen and (max-width: 768px) {
  #index .p-product .p-product__item .p-product__list ul li a .title .md {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  #index .p-product .p-product__item .p-product__list ul li a .title .md {
    display: none;
  }
}
#index .p-product .p-product__item .p-product__list ul li a:hover {
  opacity: 0.6;
}

#index .p-shop {
  margin: 160px 0 85px;
}
@media screen and (max-width: 768px) {
  #index .p-shop {
    margin: 65px 0;
  }
}
@media screen and (max-width: 425px) {
  #index .p-shop {
    margin: 45px 0;
  }
}
#index .p-shop .p-shop__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  #index .p-shop .p-shop__wrap {
    display: block;
    margin: 0;
  }
}
#index .p-shop .p-shop__area {
  margin: 50px 0;
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #index .p-shop .p-shop__area {
    margin: 35px 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  #index .p-shop .p-shop__area {
    margin: 25px 0;
  }
}
#index .p-shop .p-shop__area .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
#index .p-shop .p-shop__area .p-shop__list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  #index .p-shop .p-shop__area .p-shop__list ul {
    margin: 0 -2%;
  }
}
@media screen and (max-width: 425px) {
  #index .p-shop .p-shop__area .p-shop__list ul {
    margin: 0 -3%;
  }
}
#index .p-shop .p-shop__area .p-shop__list ul li {
  width: 50%;
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #index .p-shop .p-shop__area .p-shop__list ul li {
    margin-top: 20px;
    padding: 0 2%;
    width: 33.3%;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 425px) {
  #index .p-shop .p-shop__area .p-shop__list ul li {
    margin-top: 15px;
    padding: 0 3%;
    width: 50%;
  }
}
#index .p-shop .p-shop__area .p-shop__list ul li .name {
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 425px) {
  #index .p-shop .p-shop__area .p-shop__list ul li .name {
    margin-top: 5px;
  }
}
#index .p-shop .p-shop__area .p-shop__list ul li a:hover {
  opacity: 0.6;
}
#index .p-shop .c-button {
  width: 380px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #index .p-shop .c-button {
    max-width: 380px;
    width: 100%;
    margin: 30px auto 0;
  }
}

#index .p-guidedtour {
  margin: 85px 0;
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour {
    margin: 65px 0;
  }
}
@media screen and (max-width: 425px) {
  #index .p-guidedtour {
    margin: 45px 0;
  }
}
#index .p-guidedtour .p-guidedtour__lead {
  margin-top: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour .p-guidedtour__lead {
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 425px) {
  #index .p-guidedtour .p-guidedtour__lead {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour .p-guidedtour__lead br {
    display: none;
  }
}
#index .p-guidedtour .p-guidedtour__course {
  margin-top: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour .p-guidedtour__course {
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-guidedtour .p-guidedtour__course {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#index .p-guidedtour .p-guidedtour__course p {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour .p-guidedtour__course p {
    display: block;
  }
}
#index .p-guidedtour .p-guidedtour__course p .title {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour .p-guidedtour__course p .title {
    margin-right: 0;
  }
}
#index .p-guidedtour .c-button {
  width: 380px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #index .p-guidedtour .c-button {
    max-width: 380px;
    width: 100%;
    margin: 30px auto 0;
  }
}

#index .p-banner .p-banner__col2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col2 {
    margin-top: 0;
  }
}
#index .p-banner .p-banner__col2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col2 ul {
    margin: 0;
  }
}
#index .p-banner .p-banner__col2 ul li {
  width: 50%;
  padding: 0 13px;
}
#index .p-banner .p-banner__col2 ul li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col2 ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  #index .p-banner .p-banner__col2 ul li {
    margin-top: 10px;
  }
  #index .p-banner .p-banner__col2 ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
#index .p-banner .p-banner__col3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col3 {
    margin-top: 0;
  }
}
#index .p-banner .p-banner__col3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col3 ul {
    margin: 0 -3%;
  }
}
#index .p-banner .p-banner__col3 ul li {
  width: 25%;
  padding: 0 13px;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col3 ul li {
    width: 50%;
    padding: 0 3%;
    margin-top: 20px;
  }
}
#index .p-banner .p-banner__col3 ul li .c-gothic-bold {
  text-align: center;
  margin-top: 5px;
}
#index .p-banner .p-banner__col3 ul li p {
  color: #727171;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  #index .p-banner .p-banner__col3 ul li p {
    text-align: left;
  }
  #index .p-banner .p-banner__col3 ul li p br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #index .p-banner .p-banner__col3 ul li p {
    line-height: 1.4;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#index .p-banner a:hover {
  opacity: 0.6;
}

#js-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#js-loading .js-loading-col {
  width: 100px;
  height: auto;
  opacity: 0;
  transition: all 2s ease;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #js-loading .js-loading-col {
    margin-bottom: 60px;
  }
}
#js-loading .js-loading-col.active {
  opacity: 1;
}

/*----------------------------------------------------
  sake
----------------------------------------------------*/
/*----------------------------------------------------
  sake-detail
----------------------------------------------------*/
.p-sake-brand .p-title {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-title {
    margin-top: 20px;
  }
}
.p-sake-brand .p-title .ja {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-title .ja {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-sake-brand .p-title .en {
  color: #898989;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  letter-spacing: 0.2em;
}
.p-sake-brand .p-lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-lead {
    margin-top: 20px;
  }
}
.p-sake-brand .p-lead .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-lead .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-sake-brand .p-lead .c-online-button {
  max-width: 425px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-lead .c-online-button {
    max-width: 425px;
    width: auto;
    margin: 15px auto 0;
  }
}
.p-sake-brand .p-lead .c-online-button2, .p-sake-brand .p-lead .c-online-button3 {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-lead .c-online-button2, .p-sake-brand .p-lead .c-online-button3 {
    margin: 15px auto 0;
  }
}
.p-sake-brand .p-lead .c-online-button4 {
  margin: 15px 0 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-lead .c-online-button4 {
    margin: 15px auto 0;
    max-width: 620px;
  }
}
.p-sake-brand .p-people {
  margin-top: 100px;
  border: 1px solid #c9caca;
  padding: 35px 45px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-people {
    margin-top: 40px;
    padding: 15px;
  }
}
.p-sake-brand .p-people .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-people .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-sake-brand .p-people .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-people .text {
    margin-top: 10px;
    line-height: 2;
    line-height: 1.8;
  }
}
.p-sake-brand .p-people .profile {
  border-top: 1px solid #c9caca;
  padding-top: 25px;
  margin-top: 35px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-people .profile {
    padding-top: 10px;
    margin-top: 20px;
    line-height: 1.6;
  }
}
.p-sake-brand .p-people .profile p {
  margin: 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-sake-brand .p-people .profile p span {
  display: block;
}
.p-sake-brand .p-box {
  margin-top: 100px;
  border: 1px solid #c9caca;
  padding: 35px 45px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-box {
    margin-top: 40px;
    padding: 15px;
  }
}
.p-sake-brand .p-box .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-box .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-sake-brand .p-box .p-box__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sake-brand .p-box .p-box__inner .image {
  width: 230px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-box .p-box__inner .image {
    margin: 20px auto 0;
  }
}
.p-sake-brand .p-box .p-box__inner .textbox {
  width: 355px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-box .p-box__inner .textbox {
    width: 100%;
  }
}
.p-sake-brand .p-box .p-box__inner .textbox .text {
  margin: 10px 0;
}
.p-sake-brand .p-box .p-box__inner .textbox .name {
  text-align: right;
  margin-top: 10px;
}
.p-sake-brand .p-list {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list {
    margin-top: 40px;
  }
}
.p-sake-brand .p-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul {
    margin: 0;
  }
}
.p-sake-brand .p-list ul li {
  width: 50%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul li {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0;
  }
}
.p-sake-brand .p-list ul li .p-list__text {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul li .p-list__text {
    width: calc(100% - 100px);
  }
}
.p-sake-brand .p-list ul li .p-list__text .name {
  font-size: 16px;
  font-size: 1rem;
}
.p-sake-brand .p-list ul li .p-list__text .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 15px 0 3px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul li .p-list__text .text {
    margin-top: 10px 0;
    line-height: 1.4;
  }
}
.p-sake-brand .p-list ul li .p-list__text .glay-box {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-sake-brand .p-list ul li .p-list__text .glay-box span {
  color: #559bcf;
  margin: 0 3px 3px 0;
  display: inline-block;
  line-height: 1;
}
.p-sake-brand .p-list ul li .p-list__text .red-box {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-sake-brand .p-list ul li .p-list__text .red-box span {
  color: #b71a35;
  margin: 0 3px 3px 0;
  display: inline-block;
  line-height: 1;
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul li .p-list__text .c-online-button {
    margin-top: 5px;
  }
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
  padding: 7px 0 !important;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul li .p-list__text .c-online-button a {
    max-width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-sake-brand .p-list ul li .p-list__text .c-online-button a {
    max-width: 425px;
  }
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button a::before {
  content: "";
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button2 {
  margin: 10px -5px 0;
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button2 .official {
  font-size: 13px;
  height: 38px;
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button2 .official::before {
  content: none;
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button2 .amazon {
  height: 38px;
}
.p-sake-brand .p-list ul li .p-list__text .c-online-button2 .amazon::before {
  height: calc(100% - 18px);
}
.p-sake-brand .p-list ul li .p-list__image {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list ul li .p-list__image {
    width: 84px;
  }
}
.p-sake-brand .p-list.p-list--1col ul li {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.p-sake-brand .p-list.p-list--1col ul li .p-list__text {
  padding-bottom: 52px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list.p-list--1col ul li .p-list__text {
    padding-bottom: 0;
    width: calc(100% - 100px);
  }
}
.p-sake-brand .p-list.p-list--1col ul li .p-list__image {
  width: 140px;
  text-align: center;
}
.p-sake-brand .p-list.p-list--1col ul li .p-list__image img {
  max-width: 84px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list.p-list--1col ul li .p-list__image {
    width: 84px;
  }
}
.p-sake-brand .p-list.p-list--1col .c-online-button4 {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list.p-list--1col .c-online-button4 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.p-sake-brand .p-list.p-list--1col .c-online-button3 {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-list.p-list--1col .c-online-button3 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.p-sake-brand .p-list.p-list--1col .c-online-button3 a {
  max-width: 32%;
}
.p-sake-brand .p-banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .p-banner {
    margin-top: 30px;
  }
}
.p-sake-brand .p-banner a:hover {
  opacity: 0.6;
}

.hatsugokoro-list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .hatsugokoro-list {
    margin-top: 15px;
  }
}
.hatsugokoro-list ul {
  border-top: 1px solid #c9caca;
}
.hatsugokoro-list ul li {
  border-bottom: 1px solid #c9caca;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .hatsugokoro-list ul li {
    padding: 10px 3%;
  }
}
.hatsugokoro-list ul li .hatsugokoro-list__title {
  display: flex;
  align-items: center;
}
.hatsugokoro-list ul li .hatsugokoro-list__title .c-serif {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 20px;
}
.hatsugokoro-list ul li .hatsugokoro-list__title .furigana {
  color: #898989;
}
.p-sake-brand .fukumasa-link, .p-sake-brand .kounotori-link {
  width: 420px !important;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .fukumasa-link, .p-sake-brand .kounotori-link {
    margin-top: 10px;
    max-width: 420px;
    width: 100% !important;
  }
}
.p-sake-brand .fukumasa-link br, .p-sake-brand .kounotori-link br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sake-brand .fukumasa-link br, .p-sake-brand .kounotori-link br {
    display: block;
  }
}

#saketansan .p-sec-title {
  margin-top: 100px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  #saketansan .p-sec-title {
    margin-top: 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#saketansan .p-saketansanslide {
  width: 240px !important;
}
@media screen and (max-width: 768px) {
  #saketansan .p-saketansanslide {
    margin: 15px auto 0 !important;
  }
}
#saketansan .p-recipe, #saketansan .p-development {
  margin-top: 100px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  #saketansan .p-recipe, #saketansan .p-development {
    margin-top: 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#saketansan .p-recipe-block {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #saketansan .p-recipe-block {
    margin-top: 10px;
  }
}
#saketansan .p-recipe-block ul li {
  margin: 5px 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.4;
  margin: 5px 0;
}

#fukumasamune .p-fukumasamune-image .image {
  width: 200px !important;
}

#itaya .youtube {
  width: 400px;
  height: 350px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #itaya .youtube {
    max-width: 400px;
    width: auto;
    margin: 20px auto 0;
  }
}
#itaya .c-textbox01 .title.c-serif br {
  display: none;
}
@media screen and (max-width: 425px) {
  #itaya .c-textbox01 .title.c-serif br {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  #itaya .c-textbox01 .text {
    margin-top: 20px;
  }
}
#itaya .c-textbox01 .text .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  #itaya .c-textbox01 .text .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
#itaya .c-textbox01 .text .name {
  line-height: 1.4;
}
#itaya .c-textbox01 .text .txt {
  margin: 5px 0 25px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 425px) {
  #itaya .c-textbox01 .text .txt {
    margin: 5px 0 15px;
  }
}
#itaya .c-textbox01 .text ul a {
  color: #b71a35;
}
#itaya .c-textbox01 .text ul a:hover {
  color: #211c1c;
}
#itaya .second-contents {
  margin-top: 10px !important;
}
#itaya .p-about {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #itaya .p-about {
    margin-top: 60px;
  }
}
#itaya .p-about .image {
  width: 240px;
}
@media screen and (max-width: 768px) {
  #itaya .p-about .image {
    margin: 15px auto 0;
  }
}
#itaya .p-about .text {
  width: 420px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #itaya .p-about .text {
    width: 100%;
    line-height: 1.8;
  }
}
#itaya .p-about .text .title {
  color: #e60012;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
}
#itaya .p-about .text .kaoru {
  color: #1d2088;
}
#itaya .p-about .text .rice-wine {
  color: #484b4d;
}
#itaya .p-about .text .copy {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0;
  line-height: 1.8;
}
#itaya .p-info {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #itaya .p-info {
    margin-top: 25px;
  }
}
#itaya .p-info table {
  width: 100%;
  border-top: 1px solid #c9caca;
  font-size: 13px;
  font-size: 0.8125rem;
}
#itaya .p-info table th {
  width: 20%;
  border-bottom: 1px solid #c9caca;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  color: #4f5560;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table th {
    width: 100%;
    display: block;
    border: none;
    padding: 25px 3% 0;
  }
}
#itaya .p-info table th .icon {
  width: 51px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table th br {
    display: none;
  }
}
#itaya .p-info table td {
  border-bottom: 1px solid #c9caca;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table td {
    width: 100%;
    display: block;
    padding: 0 3% 15px;
  }
}
#itaya .p-info table td p {
  margin: 10px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
#itaya .p-info table td .c-gothic-bold {
  margin: 10px 0 0 !important;
}
#itaya .p-info table td .menu-list {
  margin: 0 0 10px !important;
}
#itaya .p-info table td .grass {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table td .grass {
    margin: 10px 0;
    justify-content: center;
  }
}
#itaya .p-info table td .grass .image {
  width: 25px;
  margin-left: 30px;
}
#itaya .p-info table td .item {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table td .item {
    margin: 10px 0;
  }
}
#itaya .p-info table td .item .image {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 133px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #itaya .p-info table td .item .image {
    position: static;
    margin: 10px auto 0;
    transform: none;
  }
}
#itaya .p-info table td .item .text {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table td .item .text {
    margin: 10px 0;
  }
}
#itaya .p-info table td .item .text .c-gothic-bold {
  font-size: 16px;
  font-size: 1rem;
}
#itaya .p-info table td .item .text .txt {
  margin: 10px 0;
}
#itaya .p-info table td .item .c-online-button {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #itaya .p-info table td .item .c-online-button {
    margin: 20px auto;
  }
}
#itaya .p-info table td .item .c-online-button a {
  padding: 5px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
#itaya .p-info table td .item .c-online-button a::before {
  display: none !important;
}
#itaya .p-info.wine-info {
  margin-top: 15px !important;
}
#itaya .p-info.wine-info table {
  width: 100%;
  border-top: none;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table th {
    border-bottom: none;
    border-top: 1px solid #c9caca;
  }
}
#itaya .p-info.wine-info table td {
  vertical-align: top;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table td {
    border: none;
    padding: 0 3% 15px;
  }
}
#itaya .p-info.wine-info table td .txt {
  margin: 5px 0 10px;
}
#itaya .p-info.wine-info table td .grass {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table td .grass {
    margin: 10px 0;
    justify-content: center;
  }
}
#itaya .p-info.wine-info table td .grass .image {
  margin: 0 15px 0 0;
  width: 36px;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table td .grass .image {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table td .grass p {
    width: 200px;
  }
}
#itaya .p-info.wine-info table td .item .image {
  position: static;
  width: 133px;
  margin: 0 auto;
  transform: none;
}
#itaya .p-info.wine-info table td .c-online-button {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table td .c-online-button {
    margin: 20px auto 0;
  }
}
#itaya .p-info.wine-info table .whitefoods, #itaya .p-info.wine-info table .redfoods {
  margin: 0;
  text-align: center;
}
#itaya .p-info.wine-info table .whitefoods {
  color: #6d717d;
}
#itaya .p-info.wine-info table .redfoods {
  color: #d71616;
}
#itaya .p-info.wine-info table .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table .pc-none {
    display: block;
  }
}
#itaya .p-info.wine-info table .sp-none {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table .sp-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table .heading {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table .first {
    padding: 20px 3% 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #itaya .p-info.wine-info table .second {
    padding: 10px 3% 15px;
  }
}
#itaya .item-nav {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #itaya .item-nav {
    margin-top: 60px;
  }
}
#itaya .item-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#itaya .item-nav ul li {
  width: 33.3%;
  padding: 0 10px;
}
@media screen and (max-width: 425px) {
  #itaya .item-nav ul li {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 425px) {
  #itaya .item-nav ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #itaya .item-nav ul li a img {
    width: 40%;
    padding-right: 15px;
  }
}
#itaya .item-nav ul li a:hover img {
  opacity: 0.6;
}
#itaya .item-nav ul li p {
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  #itaya .item-nav ul li p {
    text-align: left;
    margin: 0;
  }
}
#itaya .item-nav ul li p span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 425px) {
  #itaya .item-nav ul li p span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#itaya .p-intro {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro {
    margin-top: 60px;
  }
}
#itaya .p-intro .text .title {
  text-align: center;
  margin-top: 40px;
  color: #e60012;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .text .title {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#itaya .p-intro .text .title span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .text .title span {
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#itaya .p-intro .text .kaoru {
  color: #1d2088 !important;
}
#itaya .p-intro .text .ricewine {
  color: #484b4d;
}
#itaya .p-intro .text .ricewine .whitefoods {
  color: #6d717d !important;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .text .ricewine .whitefoods {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#itaya .p-intro .text .ricewine .redfoods {
  color: #e7112f !important;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .text .ricewine .redfoods {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#itaya .p-intro .text .copy {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .text .copy {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#itaya .p-intro .text .copy .none {
  display: none;
}
@media screen and (max-width: 425px) {
  #itaya .p-intro .text .copy .none {
    display: block;
  }
}
#itaya .p-intro .text .txt {
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .text .txt {
    margin-top: 10px;
  }
}
#itaya .p-intro .thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px -10px 0;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .thumb {
    margin: 20px -10px 0;
  }
}
#itaya .p-intro .thumb .item {
  width: 50%;
  padding: 0 10px;
}
#itaya .p-intro .thumb .diagram {
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  #itaya .p-intro .thumb .diagram {
    padding: 0 10px;
  }
}

#itaya #zed, #itaya #kaoru, #itaya #rice-wine, #itaya #shop {
  margin-top: -50px;
  padding-top: 80px;
}
#itaya #shop a {
  color: #b71a35;
}

#inoritominori .item-nav {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #inoritominori .item-nav {
    margin-top: 60px;
  }
}
#inoritominori .item-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#inoritominori .item-nav ul li {
  width: 33.3%;
  padding: 0 10px;
}
@media screen and (max-width: 425px) {
  #inoritominori .item-nav ul li {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 425px) {
  #inoritominori .item-nav ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #inoritominori .item-nav ul li a img {
    width: 40%;
    padding-right: 15px;
  }
}
#inoritominori .item-nav ul li a:hover img {
  opacity: 0.6;
}
#inoritominori .item-nav ul li p {
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  #inoritominori .item-nav ul li p {
    text-align: left;
    margin: 0;
  }
}
#inoritominori .item-nav ul li p span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 425px) {
  #inoritominori .item-nav ul li p span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#inoritominori .wt100 {
  width: 100% !important;
}
#inoritominori .c-textbox01 .title.small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #inoritominori .c-textbox01 .title.small {
    font-size: 16px;
  }
}
#inoritominori .c-textbox02 .title span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #inoritominori .c-textbox02 .title span {
    font-size: 15px;
  }
}
#inoritominori .c-textbox01.anchorlink {
  margin-top: -50px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #inoritominori .c-textbox01.anchorlink {
    padding-top: 80px;
  }
}
#inoritominori .c-textbox01.anchorlink .title {
  background: #efefef;
  padding: 5px 15px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #inoritominori .c-textbox01.anchorlink .title {
    font-size: 14px;
  }
}
#inoritominori .inoritominori-list {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #inoritominori .inoritominori-list {
    margin-top: 10px;
  }
}
#inoritominori .inoritominori-list li {
  margin-top: 5px;
  font-size: 15px;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  #inoritominori .inoritominori-list li {
    font-size: 14px;
  }
}
#inoritominori .inoritominori-list li::before {
  content: "◎";
  margin-right: 2px;
}

#kanazawabeauty .kanazawabeauty-caption {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kanazawabeauty .kanazawabeauty-caption {
    margin-top: 6px;
  }
}
#kanazawabeauty .m-30 {
  margin-top: 30px !important;
}
#kanazawabeauty .kanazawabeauty-attention {
  font-size: 13px;
  color: #4f4e4e;
  margin-top: 70px;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  #kanazawabeauty .kanazawabeauty-attention {
    margin-top: 35px;
    line-height: 2;
  }
}

/*----------------------------------------------------
  cosme
----------------------------------------------------*/
.p-cosme-brand .p-title {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-title {
    margin-top: 20px;
  }
}
.p-cosme-brand .p-title .ja {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-title .ja {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-cosme-brand .p-title .en {
  color: #898989;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  letter-spacing: 0.2em;
}
.p-cosme-brand .p-lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-lead {
    margin-top: 20px;
  }
}
.p-cosme-brand .p-lead .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-lead .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-cosme-brand .p-lead .c-online-button {
  max-width: 425px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-lead .c-online-button {
    margin: 15px auto 0;
  }
}
.p-cosme-brand .p-lead .c-online-button2 {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-lead .c-online-button2 {
    margin: 15px auto 0;
  }
}
.p-cosme-brand .p-lead .c-online-button4 {
  margin: 15px 0 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-lead .c-online-button4 {
    margin: 15px auto 0;
    max-width: 620px;
  }
}
.p-cosme-brand .p-list {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list {
    margin-top: 40px;
  }
}
.p-cosme-brand .p-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul {
    margin: 0;
  }
}
.p-cosme-brand .p-list ul li {
  width: 50%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul li {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0;
  }
}
.p-cosme-brand .p-list ul li .p-list__text {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul li .p-list__text {
    width: calc(100% - 100px);
  }
}
.p-cosme-brand .p-list ul li .p-list__text .name {
  font-size: 16px;
  font-size: 1rem;
}
.p-cosme-brand .p-list ul li .p-list__text .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul li .p-list__text .text {
    margin-top: 10px;
    line-height: 1.4;
  }
}
.p-cosme-brand .p-list ul li .p-list__text .red-box {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 3px 0 0;
}
.p-cosme-brand .p-list ul li .p-list__text .red-box span {
  color: #b71a35;
  margin: 0 3px 3px 0;
  display: inline-block;
  line-height: 1;
}
.p-cosme-brand .p-list ul li .p-list__text .red {
  color: #b71a35;
}
.p-cosme-brand .p-list ul li .p-list__text .c-online-button {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul li .p-list__text .c-online-button {
    margin-top: 5px;
  }
}
.p-cosme-brand .p-list ul li .p-list__text .c-online-button a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
  padding: 7px 0 !important;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul li .p-list__text .c-online-button a {
    max-width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-cosme-brand .p-list ul li .p-list__text .c-online-button a {
    max-width: 425px;
  }
}
.p-cosme-brand .p-list ul li .p-list__text .c-online-button a::before {
  content: "";
}
.p-cosme-brand .p-list ul li .p-list__image {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list ul li .p-list__image {
    width: 84px;
  }
}
.p-cosme-brand .p-list ul li .c-online-button2 {
  margin: 10px 0 0;
}
.p-cosme-brand .p-list ul li .c-online-button2 .official {
  font-size: 13px;
  height: 38px;
}
.p-cosme-brand .p-list ul li .c-online-button2 .official::before {
  content: none;
}
.p-cosme-brand .p-list ul li .c-online-button2 .amazon {
  height: 38px;
}
.p-cosme-brand .p-list ul li .c-online-button2 .amazon::before {
  height: calc(100% - 18px);
}
.p-cosme-brand .p-list.p-list--1col ul li {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.p-cosme-brand .p-list.p-list--1col ul li .p-list__text {
  padding-bottom: 52px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list.p-list--1col ul li .p-list__text {
    padding-bottom: 0;
    width: calc(100% - 100px);
  }
}
.p-cosme-brand .p-list.p-list--1col ul li .p-list__image {
  width: 140px;
  text-align: center;
}
.p-cosme-brand .p-list.p-list--1col ul li .p-list__image img {
  max-width: 84px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list.p-list--1col ul li .p-list__image {
    width: 84px;
  }
}
.p-cosme-brand .p-list.p-list--1col .c-online-button4 {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list.p-list--1col .c-online-button4 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.p-cosme-brand .p-list.p-list--1col .c-online-button3 {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-list.p-list--1col .c-online-button3 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.p-cosme-brand .p-list.p-list--1col .c-online-button3 a {
  max-width: 32%;
}
.p-cosme-brand .p-banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-cosme-brand .p-banner {
    margin-top: 30px;
  }
}
.p-cosme-brand .p-banner a:hover {
  opacity: 0.6;
}

#aminorice .c-textbox02 .bg {
  background: #fff799;
}

/*----------------------------------------------------
  foods
----------------------------------------------------*/
.p-foods-brand .p-title {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-title {
    margin-top: 20px;
  }
}
.p-foods-brand .p-title .ja {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-title .ja {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-foods-brand .p-title .en {
  color: #898989;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  letter-spacing: 0.2em;
}
.p-foods-brand .p-lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-lead {
    margin-top: 20px;
  }
}
.p-foods-brand .p-lead .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-lead .text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-foods-brand .p-lead .c-online-button {
  max-width: 425px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-lead .c-online-button {
    margin: 15px auto 0;
  }
}
.p-foods-brand .p-lead .c-online-button2 {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-lead .c-online-button2 {
    margin: 15px auto 0;
  }
}
.p-foods-brand .p-lead .c-online-button4 {
  margin: 15px 0 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-lead .c-online-button4 {
    margin: 15px auto 0;
    max-width: 620px;
  }
}
.p-foods-brand .p-list {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list {
    margin-top: 40px;
  }
}
.p-foods-brand .p-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul {
    margin: 0;
  }
}
.p-foods-brand .p-list ul li {
  width: 50%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul li {
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0;
  }
}
.p-foods-brand .p-list ul li .p-list__text {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul li .p-list__text {
    width: calc(100% - 100px);
  }
}
.p-foods-brand .p-list ul li .p-list__text .name {
  font-size: 16px;
  font-size: 1rem;
}
.p-foods-brand .p-list ul li .p-list__text .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul li .p-list__text .text {
    margin-top: 10px;
    line-height: 1.4;
  }
}
.p-foods-brand .p-list ul li .p-list__text .red-box {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 3px 0 0;
}
.p-foods-brand .p-list ul li .p-list__text .red-box span {
  color: #b71a35;
  margin: 0 3px 3px 0;
  display: inline-block;
  line-height: 1;
}
.p-foods-brand .p-list ul li .p-list__text .red {
  color: #b71a35;
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul li .p-list__text .c-online-button {
    margin-top: 5px;
  }
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button a {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: normal;
  padding: 7px 0 !important;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul li .p-list__text .c-online-button a {
    max-width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-foods-brand .p-list ul li .p-list__text .c-online-button a {
    max-width: 425px;
  }
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button a::before {
  content: "";
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button2 {
  margin: 10px -5px 0;
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button2 .official {
  font-size: 13px;
  height: 38px;
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button2 .official::before {
  content: none;
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button2 .amazon {
  height: 38px;
}
.p-foods-brand .p-list ul li .p-list__text .c-online-button2 .amazon::before {
  height: calc(100% - 18px);
}
.p-foods-brand .p-list ul li .p-list__image {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list ul li .p-list__image {
    width: 84px;
  }
}
.p-foods-brand .p-list.p-list--1col ul li {
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.p-foods-brand .p-list.p-list--1col ul li .p-list__text {
  padding-bottom: 52px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list.p-list--1col ul li .p-list__text {
    padding-bottom: 0;
    width: calc(100% - 100px);
  }
}
.p-foods-brand .p-list.p-list--1col ul li .p-list__image {
  width: 140px;
  text-align: center;
}
.p-foods-brand .p-list.p-list--1col ul li .p-list__image img {
  max-width: 84px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list.p-list--1col ul li .p-list__image {
    width: 84px;
  }
}
.p-foods-brand .p-list.p-list--1col .c-online-button4 {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list.p-list--1col .c-online-button4 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.p-foods-brand .p-list.p-list--1col .c-online-button3 {
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-list.p-list--1col .c-online-button3 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px 0 0;
  }
}
.p-foods-brand .p-list.p-list--1col .c-online-button3 a {
  max-width: 32%;
}
.p-foods-brand .p-banner {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-banner {
    margin-top: 30px;
  }
}
.p-foods-brand .p-banner a:hover {
  opacity: 0.6;
}
.p-foods-brand .p-people {
  margin-top: 100px;
  border: 1px solid #c9caca;
  padding: 35px 45px;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-people {
    margin-top: 40px;
    padding: 15px;
  }
}
.p-foods-brand .p-people .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-people .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-foods-brand .p-people .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-people .text {
    margin-top: 10px;
    line-height: 2;
    line-height: 1.8;
  }
}
.p-foods-brand .p-people .profile {
  border-top: 1px solid #c9caca;
  padding-top: 25px;
  margin-top: 35px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-foods-brand .p-people .profile {
    padding-top: 10px;
    margin-top: 20px;
    line-height: 1.6;
  }
}
.p-foods-brand .p-people .profile p {
  margin: 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-foods-brand .p-people .profile p span {
  display: block;
}

#amazake .p-recommend {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #amazake .p-recommend {
    margin-top: 15px;
  }
}
#amazake .p-recommend .c-gothic-bold {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #amazake .p-recommend .c-gothic-bold {
    font-size: 16px;
    font-size: 1rem;
  }
}
#amazake .p-recommend ul {
  display: flex;
  flex-wrap: wrap;
}
#amazake .p-recommend ul li {
  width: 33.3%;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  #amazake .p-recommend ul li {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  #amazake .p-recommend ul li {
    width: 100%;
  }
}
#amazake .p-textbox {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #amazake .p-textbox {
    margin-top: 60px;
  }
}
#amazake .p-textbox .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #amazake .p-textbox .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#amazake .p-textbox .p-textbox__image {
  width: 363px;
  float: right;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #amazake .p-textbox .p-textbox__image {
    max-width: 363px;
    width: auto;
    margin: 15px auto 0;
    float: none;
  }
}
#amazake .p-textbox .p-textbox__text {
  width: 360px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #amazake .p-textbox .p-textbox__text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
#amazake .p-amazake-image {
  margin: 25px auto 0;
  max-width: 490px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #amazake .p-amazake-image {
    margin: 10px auto 0;
  }
}

#ricemilk .p-ricemilk-point {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #ricemilk .p-ricemilk-point {
    margin-top: 10px;
  }
}
#ricemilk .p-ricemilk-point ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#ricemilk .p-ricemilk-point ul li {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 425px) {
  #ricemilk .p-ricemilk-point ul li {
    width: 100%;
  }
}
#ricemilk .p-ricemilk-point ul li span {
  border: 1px solid #559bcf;
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 3px 0;
  border-radius: 3em;
}

#vaten .vaten-flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#vaten .vaten-flexbox .textbox {
  width: 60%;
}
#vaten .vaten-flexbox .image {
  width: 40%;
  padding-left: 30px;
}
#vaten .vaten-flexbox .image image {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-flexbox .textbox {
    width: 100%;
  }
  #vaten .vaten-flexbox .image {
    width: 100%;
    padding-left: 0;
  }
}
#vaten .vaten-graybox {
  padding: 35px 50px;
  background: #ECEEEF;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-graybox {
    padding: 15px 15px;
  }
}
#vaten .vaten-orangebox {
  border: solid 5px #F18B00;
  padding: 30px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-orangebox {
    margin-top: 25px;
    padding: 15px 15px;
  }
}
#vaten .vaten-orangebox .text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-orangebox .text {
    font-size: 16px;
  }
}
#vaten .vaten-orangebox ul {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-orangebox ul {
    margin: 20px 0;
  }
}
#vaten .vaten-orangebox ul li {
  margin: 10px 0;
  padding-left: 45px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-orangebox ul li {
    font-size: 16px;
  }
}
#vaten .vaten-orangebox ul li::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url(img/foods/vaten-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-orangebox ul li::before {
    width: 30px;
    height: 24px;
  }
}
#vaten .vaten-orangebox ul li .orange {
  color: #F18B00;
}
#vaten .vaten-orangebox ul li .cap {
  display: block;
  font-size: 12px;
}
#vaten .vaten-orangebox ul li .normal {
  font-size: 16px;
}
#vaten .vaten-orangebox ul li:first-child::before {
  top: 0.2rem;
}
#vaten .vaten-orangebox ul li:not(:first-child)::before {
  top: -0.2rem;
}
#vaten .vaten-orangebox .caption {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-orangebox {
    padding: 15px 15px;
  }
}
#vaten .vaten-h4 {
  font-size: 16px;
  padding: 5px 0;
  border-top: solid 1px #211c1c;
  border-bottom: solid 1px #211c1c;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-h4 {
    font-size: 15px;
  }
}
#vaten .vaten-h4.first {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-h4.first {
    margin-top: 20px;
  }
}
#vaten .vaten-h4.second {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-h4.second {
    margin-top: 30px;
  }
}
#vaten .vaten-attention {
  padding: 10px 15px;
  border: solid 1px #595757;
  font-size: 13px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-attention {
    margin-top: 20px;
  }
}
#vaten .vaten-imagebox1 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}
#vaten .vaten-imagebox1 .image:first-child {
  width: 70%;
}
#vaten .vaten-imagebox1 .image:not(:first-child) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-imagebox1 {
    margin: 15px 0 35px;
  }
  #vaten .vaten-imagebox1 .image:first-child {
    width: 100%;
  }
  #vaten .vaten-imagebox1 .image:not(:first-child) {
    width: 100%;
    margin-top: 25px;
  }
}
#vaten .vaten-imagebox2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
#vaten .vaten-imagebox2 .image {
  width: 45%;
  padding: 0 20px;
}
#vaten .vaten-imagebox2 p {
  margin-top: 15px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #vaten .vaten-imagebox2 {
    margin: 0;
  }
  #vaten .vaten-imagebox2 .image {
    width: 100%;
    padding: 0;
  }
  #vaten .vaten-imagebox2 .image:not(:first-child) {
    margin-top: 15px;
  }
}

#amazake-hellokitty .foods-table1 .image, #kojibisui .foods-table1 .image {
  width: 180px;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table1 .image, #kojibisui .foods-table1 .image {
    width: 240px;
  }
}
#amazake-hellokitty .foods-table1 .image .c-online-button a::before, #kojibisui .foods-table1 .image .c-online-button a::before {
  content: none;
}
#amazake-hellokitty .foods-table1 .text, #kojibisui .foods-table1 .text {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table1 .text, #kojibisui .foods-table1 .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table1 .foods-table1__table, #kojibisui .foods-table1 .foods-table1__table {
    margin-top: 50px;
  }
}
#amazake-hellokitty .foods-table1 .foods-table1__table .title, #kojibisui .foods-table1 .foods-table1__table .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table1 .foods-table1__table .title, #kojibisui .foods-table1 .foods-table1__table .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#amazake-hellokitty .foods-table1 .foods-table1__table table, #kojibisui .foods-table1 .foods-table1__table table {
  width: 100%;
  border-top: 1px solid #c9caca;
  margin-top: 10px;
}
#amazake-hellokitty .foods-table1 .foods-table1__table table th, #kojibisui .foods-table1 .foods-table1__table table th {
  width: 30%;
  border-bottom: 1px solid #c9caca;
  padding: 20px 0 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table1 .foods-table1__table table th, #kojibisui .foods-table1 .foods-table1__table table th {
    border: none;
    width: 100%;
    padding: 10px 0 5px 0;
    display: block;
  }
}
#amazake-hellokitty .foods-table1 .foods-table1__table table td, #kojibisui .foods-table1 .foods-table1__table table td {
  width: 70%;
  border-bottom: 1px solid #c9caca;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table1 .foods-table1__table table td, #kojibisui .foods-table1 .foods-table1__table table td {
    width: 100%;
    padding: 5px 0 10px 0;
    display: block;
  }
}
#amazake-hellokitty .foods-table2, #kojibisui .foods-table2 {
  margin-top: 50px;
}
#amazake-hellokitty .foods-table2 .title, #kojibisui .foods-table2 .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table2 .title, #kojibisui .foods-table2 .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#amazake-hellokitty .foods-table2 ul, #kojibisui .foods-table2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  border-top: 1px solid #c9caca;
}
#amazake-hellokitty .foods-table2 ul li, #kojibisui .foods-table2 ul li {
  width: 33.3%;
  border-bottom: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table2 ul li, #kojibisui .foods-table2 ul li {
    width: 100%;
    border-right: none;
  }
}
#amazake-hellokitty .foods-table2 ul li:nth-child(3n), #kojibisui .foods-table2 ul li:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table2 ul li:nth-child(3n), #kojibisui .foods-table2 ul li:nth-child(3n) {
    border-right: none;
  }
}
#amazake-hellokitty .foods-table2 ul li:last-child, #kojibisui .foods-table2 ul li:last-child {
  border-bottom: none;
}
#amazake-hellokitty .foods-table2 ul li .c-gothic-bold, #kojibisui .foods-table2 ul li .c-gothic-bold {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table2 ul li .c-gothic-bold, #kojibisui .foods-table2 ul li .c-gothic-bold {
    width: auto;
    display: block;
  }
}
#amazake-hellokitty .foods-table2 .other, #kojibisui .foods-table2 .other {
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 10px;
  margin-top: -1px;
}
#amazake-hellokitty .foods-table2 .other .c-gothic-bold, #kojibisui .foods-table2 .other .c-gothic-bold {
  width: 19%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #amazake-hellokitty .foods-table2 .other .c-gothic-bold, #kojibisui .foods-table2 .other .c-gothic-bold {
    width: auto;
    display: block;
  }
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
#news .p-news a {
  color: #b71a35;
}
#news .p-news a:hover {
  color: #7f1626;
}
#news .p-news .star-mark {
  font-size: 10px;
  vertical-align: top;
}
#news .p-news .p-news__date {
  font-size: 13px;
  font-size: 0.8125rem;
}
#news .p-news .p-news__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#news .p-news .p-news__title .small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__title .small {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
#news .p-news .p-news__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 30px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__lead {
    margin-top: 20px;
    line-height: 1.6;
  }
}
#news .p-news .p-news__image {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__image {
    margin: 30px auto 0;
  }
}
#news .p-news .p-news__image img {
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 425px) {
  #news .p-news .p-news__image img {
    max-width: 280px;
  }
}
#news .p-news .p-news__image .caption {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
#news .p-news .p-news__table {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table {
    margin-top: 30px;
  }
}
#news .p-news .p-news__table .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#news .p-news .p-news__table table {
  width: 100%;
  border-top: 1px solid #c9caca;
  margin-top: 10px;
}
#news .p-news .p-news__table table th {
  width: 20%;
  border-bottom: 1px solid #c9caca;
  padding: 20px 0 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table table th {
    border: none;
    width: 100%;
    padding: 10px 0 5px 0;
    display: block;
  }
}
#news .p-news .p-news__table table td {
  width: 80%;
  border-bottom: 1px solid #c9caca;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table table td {
    width: 100%;
    padding: 5px 0 10px 0;
    display: block;
  }
}
#news .p-news .p-news__table2 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table2 {
    margin-top: 30px;
  }
}
#news .p-news .p-news__table2 .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table2 .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#news .p-news .p-news__table2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  border-top: 1px solid #c9caca;
}
#news .p-news .p-news__table2 ul li {
  width: 50%;
  border-bottom: 1px solid #c9caca;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table2 ul li {
    width: 100%;
  }
}
#news .p-news .p-news__table2 ul li:nth-child(odd) {
  border-right: 1px solid #c9caca;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table2 ul li:nth-child(odd) {
    border-right: none;
  }
}
#news .p-news .p-news__table2 ul li:last-child {
  border-bottom: none;
}
#news .p-news .p-news__table2 ul li .c-gothic-bold {
  width: 40%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table2 ul li .c-gothic-bold {
    width: auto;
    display: block;
  }
}
#news .p-news .p-news__table2 .other {
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 10px;
  margin-top: -1px;
}
#news .p-news .p-news__table2 .other .c-gothic-bold {
  width: 19%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table2 .other .c-gothic-bold {
    width: auto;
    display: block;
  }
}
#news .p-news .p-news__table3 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table3 {
    margin-top: 30px;
  }
}
#news .p-news .p-news__table3 .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table3 .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#news .p-news .p-news__table3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  border-top: 1px solid #c9caca;
}
#news .p-news .p-news__table3 ul li {
  width: 33.3%;
  border-bottom: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table3 ul li {
    width: 100%;
    border-right: none;
  }
}
#news .p-news .p-news__table3 ul li:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table3 ul li:nth-child(3n) {
    border-right: none;
  }
}
#news .p-news .p-news__table3 ul li:last-child {
  border-bottom: none;
}
#news .p-news .p-news__table3 ul li .c-gothic-bold {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table3 ul li .c-gothic-bold {
    width: auto;
    display: block;
  }
}
#news .p-news .p-news__table3 .other {
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 10px;
  margin-top: -1px;
}
#news .p-news .p-news__table3 .other .c-gothic-bold {
  width: 19%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__table3 .other .c-gothic-bold {
    width: auto;
    display: block;
  }
}
#news .p-news .p-news__caption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 20px;
  color: #727171;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__caption {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#news .p-news .p-news__text-large {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-large {
    margin-top: 30px;
  }
}
#news .p-news .p-news__text-large .title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9caca;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-large .title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #news .p-news .p-news__text-large .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#news .p-news .p-news__text-large .text {
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-large .text {
    margin-top: 10px;
    line-height: 1.6;
  }
}
#news .p-news .p-news__text-large .text img {
  max-width: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
#news .p-news .p-news__text-small {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-small {
    margin-top: 30px;
  }
}
#news .p-news .p-news__text-small .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-small .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#news .p-news .p-news__text-small .text {
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-small .text {
    margin-top: 10px;
    line-height: 1.6;
  }
}
#news .p-news .p-news__text-small .text img {
  max-width: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
#news .p-news .p-news__text-image {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-image {
    margin-top: 30px;
  }
}
#news .p-news .p-news__text-image .title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-image .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #news .p-news .p-news__text-image .title {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#news .p-news .p-news__text-image .p-news__text-image-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-image .p-news__text-image-inner {
    display: block;
  }
}
#news .p-news .p-news__text-image .p-news__text-image-inner .image {
  width: 220px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-image .p-news__text-image-inner .image {
    margin: 0 auto 15px;
  }
}
#news .p-news .p-news__text-image .p-news__text-image-inner .text {
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  width: calc(100% - 260px);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-image .p-news__text-image-inner .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text-image .p-news__text-image-inner .text {
    margin-top: 10px;
    line-height: 1.6;
  }
}
#news .p-news .p-news__text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text {
    margin-top: 30px;
  }
}
#news .p-news .p-news__text .text {
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #news .p-news .p-news__text .text {
    margin-top: 10px;
    line-height: 1.6;
  }
}
#news .p-news .p-news__text .text img {
  max-width: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
#news .p-news a {
  color: #b71a35;
}
#news .p-news a:hover {
  color: #7f1626;
}
#news .p-news-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9caca;
  display: flex;
}
@media screen and (max-width: 768px) {
  #news .p-news-list {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
#news .p-news-list .p-news-list__date {
  width: 170px;
  font-size: 12px;
  font-size: 0.75rem;
}
#news .p-news-list .p-news-list__text {
  width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  #news .p-news-list .p-news-list__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news .p-news-list .p-news-list__text .p-news-list__title {
    margin-top: 10px;
  }
}
#news .p-news-list .p-news-list__text .p-news-list__title a:hover {
  color: #b71a35;
}
#news .p-news-list .p-news-list__text .p-news-list__cat {
  margin-top: 15px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  #news .p-news-list .p-news-list__text .p-news-list__cat {
    margin-top: 10px;
  }
}
#news .p-news-list .p-news-list__text .p-news-list__cat a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  background: #b71a35;
  padding: 3px 0;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 768px) {
  #news .p-news-list .p-news-list__text .p-news-list__cat a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
#news .p-news-list .p-news-list__text .p-news-list__cat a:hover {
  background: #7f1626;
}

/*----------------------------------------------------
  media
----------------------------------------------------*/
#media .p-media-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9caca;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #media .p-media-list {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#media .p-media-list .p-media-list__thumb {
  width: 210px;
}
@media screen and (max-width: 768px) {
  #media .p-media-list .p-media-list__thumb {
    max-width: 210px;
    margin: 0 auto;
  }
}
#media .p-media-list .p-media-list__thumb img {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #media .p-media-list .p-media-list__thumb img {
    padding: 0;
  }
}
#media .p-media-list .p-media-list__body {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  #media .p-media-list .p-media-list__body {
    width: 100%;
  }
}
#media .p-media-list .p-media-list__body .p-media-list__title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #media .p-media-list .p-media-list__body .p-media-list__title {
    margin-top: 10px;
  }
}
#media .p-media-list .p-media-list__body .p-media-list__text {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #media .p-media-list .p-media-list__body .p-media-list__text {
    margin-top: 10px;
  }
}
#media .p-media-list .p-media-list__body .p-media-list__text a {
  word-break: break-all;
  color: #b71a35;
}
#media .p-media-list .p-media-list__body .p-media-list__text a:hover {
  color: #211c1c;
}

/*----------------------------------------------------
  event
----------------------------------------------------*/
#event .p-event-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9caca;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #event .p-event-list {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#event .p-event-list .p-event-list__thumb {
  width: 210px;
}
@media screen and (max-width: 768px) {
  #event .p-event-list .p-event-list__thumb {
    max-width: 210px;
    margin: 0 auto;
  }
}
#event .p-event-list .p-event-list__body {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  #event .p-event-list .p-event-list__body {
    width: 100%;
  }
}
#event .p-event-list .p-event-list__body .p-event-list__title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #event .p-event-list .p-event-list__body .p-event-list__title {
    margin-top: 10px;
  }
}
#event .p-event-list .p-event-list__body .p-event-list__text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #event .p-event-list .p-event-list__body .p-event-list__text {
    margin-top: 10px;
  }
}
#event .p-event-list .p-event-list__body .p-event-list__text .venue {
  margin-bottom: 10px;
}
#event .p-event-list .p-event-list__cat a {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background: #b71a35;
  padding: 3px 0;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 130px;
  margin: 10px 5px 0 0;
}
@media screen and (max-width: 768px) {
  #event .p-event-list .p-event-list__cat a {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 5px 5px 0 0;
    width: 100px;
  }
}
#event .p-event-list .p-event-list__cat a:hover {
  background: #7f1626;
}

/*----------------------------------------------------
  tasting
----------------------------------------------------*/
#tasting .p-tasting-block {
  margin: -20px 0 60px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #tasting .p-tasting-block {
    margin: -20px 0 60px;
    padding-top: 80px;
  }
}
#tasting .p-tasting-block ul li {
  border-bottom: 1px solid #c9caca;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #tasting .p-tasting-block ul li {
    padding: 10px 0;
  }
}
#tasting .p-tasting-block ul li .date {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #tasting .p-tasting-block ul li .date {
    width: 100%;
  }
}
#tasting .p-tasting-block ul li .type {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #tasting .p-tasting-block ul li .type {
    width: 100%;
  }
}
#tasting .p-tasting-block ul li .venue {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #tasting .p-tasting-block ul li .venue {
    width: 100%;
  }
}
#tasting .p-tasting-block ul li .venue a {
  color: #b71a35;
}
#tasting .p-tasting-block ul li .venue a:hover {
  color: #7f1626;
}
#tasting .p-tasting-block .attention {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #tasting .p-tasting-block .attention {
    margin: 30px 0;
  }
}

/*----------------------------------------------------
  sakeshop
----------------------------------------------------*/
.p-shoplist {
  margin: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-shoplist {
    margin-top: 60px;
  }
}
.p-shoplist .p-shoplist__block-first {
  margin: 40px 0 120px !important;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block-first {
    margin: 20px 0 40px !important;
  }
}
.p-shoplist .p-shoplist__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block {
    margin: 40px 0;
  }
}
.p-shoplist .p-shoplist__block .p-shoplist__image {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block .p-shoplist__image {
    max-width: 440px;
    width: auto;
    margin: 0 auto;
  }
}
.p-shoplist .p-shoplist__block .p-shoplist__text {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block .p-shoplist__text {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.p-shoplist .p-shoplist__block .ja .big {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block .ja .big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-shoplist .p-shoplist__block .ja .small {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block .ja .small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-shoplist .p-shoplist__block .ja .sub {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block .ja .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-shoplist .p-shoplist__block .text {
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block .text {
    margin-top: 15px;
  }
}
.p-shoplist .p-shoplist__block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block ul {
    margin: 0;
  }
}
.p-shoplist .p-shoplist__block ul li {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-shoplist .p-shoplist__block ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
  }
}

.p-shop .c-page-title {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-shop .c-page-title {
    margin-top: 20px;
  }
}
.p-shop .p-lead {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-shop .p-lead {
    margin-top: 20px;
  }
}
.p-shop .c-table .c-external {
  margin-top: 10px;
}
.p-shop .c-table td p {
  margin: 0;
}
.p-shop .p-parking {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-shop .p-parking {
    margin-top: 30px;
  }
}
.p-shop .p-parking .p-parking__image {
  margin-top: 10px;
}

#shop-kanazawa .c-button {
  max-width: 380px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #shop-kanazawa .c-button {
    margin: 20px auto 0;
  }
}

/*----------------------------------------------------
  recruit
----------------------------------------------------*/
#recruit .p-recruit {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit {
    margin: 40px 0;
  }
}
#recruit .p-recruit .p-recruit-list {
  border: 1px solid #c9caca;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list {
    margin: 0 0 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c9caca;
    padding-bottom: 20px;
  }
}
#recruit .p-recruit .p-recruit-list a {
  display: block;
  padding: 30px 30px 30px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list a {
    display: block;
    padding: 0;
  }
}
#recruit .p-recruit .p-recruit-list a:hover {
  background: #efefef;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list a:hover {
    background: none;
  }
}
#recruit .p-recruit .p-recruit-list a::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list a::before {
    display: none;
  }
}
#recruit .p-recruit .p-recruit-list a .p-recruit-list__text {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list a .p-recruit-list__text {
    display: block;
  }
}
#recruit .p-recruit .p-recruit-list a .p-recruit-list__text .section {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list a .p-recruit-list__text .section {
    margin-right: none;
    margin-bottom: 0;
  }
}
#recruit .p-recruit .p-recruit-list a .p-recruit-list__text .text {
  font-size: 16px;
  font-size: 1rem;
}
#recruit .p-recruit .p-recruit-list a .p-recruit-list__dispatch {
  background: #b71a35;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 9px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #recruit .p-recruit .p-recruit-list a .p-recruit-list__dispatch {
    transform: none;
    position: static;
    margin-top: 5px;
  }
}
#recruit .p-application {
  border: 1px solid #c9caca;
  padding: 10px 50px;
}
@media screen and (max-width: 768px) {
  #recruit .p-application {
    padding: 0 3%;
  }
}
@media screen and (max-width: 425px) {
  #recruit .p-application {
    padding: 0 5%;
  }
}
#recruit .p-application .p-application__text {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit .p-application .p-application__text {
    padding: 0;
  }
}
#recruit .p-application .mail {
  margin: 5px 0;
}
#recruit .p-application .mail a {
  display: block;
  background: #727171;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  width: 240px;
}
@media screen and (max-width: 425px) {
  #recruit .p-application .mail a {
    width: 100%;
  }
}
#recruit .p-application .mail a:hover {
  background: #211c1c;
}
#recruit .p-application .mail a img {
  width: 24px;
  margin-right: 5px;
}

#recruit .p-title {
  margin-bottom: 20px;
}
#recruit .p-title .num {
  font-size: 15px;
  font-size: 0.9375rem;
}
#recruit .p-title .job {
  font-size: 17px;
  font-size: 1.0625rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit .p-title .job {
    display: block;
  }
}
#recruit .p-title .job .dispatch {
  background: #b71a35;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 9px;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  #recruit .p-title .job .dispatch {
    margin: 5px 0 0 0;
    display: inline-block;
  }
}
#recruit .p-application {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #recruit .p-application {
    margin-top: 30px;
  }
}
#recruit .c-table table a:hover {
  color: #b71a35;
}

/*----------------------------------------------------
  museum
----------------------------------------------------*/
#museum .c-lead {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #museum .c-lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #museum .c-lead .c-lead__main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
#museum .c-lead__sub {
  color: #211c1c !important;
}
#museum .c-lead__sub .mgt {
  margin-top: 1em;
}
#museum .c-button {
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #museum .c-button {
    margin: 30px auto 0;
  }
}
#museum .c-button a {
  max-width: 100% !important;
}

/*----------------------------------------------------
  history
----------------------------------------------------*/
#history .p-anchor {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #history .p-anchor {
    margin-top: 20px;
  }
}
#history .p-history {
  margin: 0 0 80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #history .p-history {
    margin: -60px 0 40px;
    padding-top: 80px;
  }
}
#history .p-history .p-history__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#history .p-history .p-history__title .title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #history .p-history .p-history__title .title {
    width: 100%;
  }
}
#history .p-history .p-history__title ul {
  display: flex;
}
#history .p-history .p-history__title ul li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #history .p-history .p-history__title ul li {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  #history .p-history .p-history__title ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#history .p-history .p-history__title ul .type1::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #211c1c;
  margin-right: 3px;
}
@media screen and (max-width: 425px) {
  #history .p-history .p-history__title ul .type1::before {
    width: 8px;
    height: 8px;
  }
}
#history .p-history .p-history__title ul .type2::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #727171;
  margin-right: 3px;
}
@media screen and (max-width: 425px) {
  #history .p-history .p-history__title ul .type2::before {
    width: 8px;
    height: 8px;
  }
}
#history .p-history .p-history__title ul .type3::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #6c97b8;
  margin-right: 3px;
}
@media screen and (max-width: 425px) {
  #history .p-history .p-history__title ul .type3::before {
    width: 8px;
    height: 8px;
  }
}
#history .p-history .p-history__list {
  margin-top: 25px;
}
@media screen and (max-width: 425px) {
  #history .p-history .p-history__list {
    margin-top: 15px;
  }
}
#history .p-history .p-history__list ul {
  border-top: 1px solid #c9caca;
}
#history .p-history .p-history__list ul li {
  border-bottom: 1px solid #c9caca;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
#history .p-history .p-history__list ul li .ce {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #history .p-history .p-history__list ul li .ce {
    width: 70px;
  }
}
#history .p-history .p-history__list ul li .year {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #history .p-history .p-history__list ul li .year {
    width: 70px;
  }
}
#history .p-history .p-history__list ul li .text {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #history .p-history .p-history__list ul li .text {
    width: 100%;
    margin-top: 5px;
  }
}
#history .p-history .p-history__list ul li .text .type1 {
  color: #211c1c;
}
#history .p-history .p-history__list ul li .text .type2 {
  color: #727171;
}
#history .p-history .p-history__list ul li .text .type3 {
  color: #6c97b8;
}
#history .p-history .p-history__list ul li .text p {
  margin-bottom: 10px;
}

/*----------------------------------------------------
  landscape / distribution
----------------------------------------------------*/
#landscape .p-block, #distribution .p-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 75px 0;
}
@media screen and (max-width: 768px) {
  #landscape .p-block, #distribution .p-block {
    margin: 50px 0;
  }
}
#landscape .p-block .p-block__text, #distribution .p-block .p-block__text {
  width: 360px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #landscape .p-block .p-block__text, #distribution .p-block .p-block__text {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
#landscape .p-block .p-block__image, #distribution .p-block .p-block__image {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #landscape .p-block .p-block__image, #distribution .p-block .p-block__image {
    max-width: 100%;
    margin: 0 auto;
  }
}

/*----------------------------------------------------
  brandname
----------------------------------------------------*/
#brandname .c-read {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #brandname .c-read {
    margin-top: 40px;
  }
}
#brandname .p-image {
  width: 610px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #brandname .p-image {
    max-width: 610px;
    width: auto;
    margin: 30px auto 0;
  }
}

/*----------------------------------------------------
  advertising
----------------------------------------------------*/
#advertising .p-cm {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #advertising .p-cm {
    margin-top: 20px;
  }
}
#advertising .p-cm ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  #advertising .p-cm ul {
    margin: 0 -3%;
  }
}
#advertising .p-cm ul li {
  width: 33.3%;
  padding: 0 20px;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  #advertising .p-cm ul li {
    padding: 0 3%;
  }
}
#advertising .p-cm .c-button-external {
  margin: 40px auto 0;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #advertising .p-cm .c-button-external {
    margin: 20px auto 0;
  }
}
#advertising .p-chronology {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology {
    margin: 50px 0 0 0;
  }
}
#advertising .p-chronology .p-chronology__block {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block {
    margin: 20px 0;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__meta {
  width: 445px;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__meta {
    width: 100%;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__meta .p-chronology__text {
  margin: 0 0 20px;
}
#advertising .p-chronology .p-chronology__block .p-chronology__meta .p-chronology__text .text {
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__meta .p-chronology__text .text {
    line-height: 1.6;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__image {
  width: 236px;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__image {
    margin: 0 auto;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__image .caption {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  line-height: 1.4;
}
#advertising .p-chronology .p-chronology__block .p-chronology__meta-full .text {
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__meta-full .text {
    line-height: 1.6;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__meta-full .text-bold {
  margin-top: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__meta-full .text-bold {
    margin-top: 20px;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__image-full {
  width: 340px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__image-full {
    max-width: 340px;
    width: auto;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__image-full .text {
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #advertising .p-chronology .p-chronology__block .p-chronology__image-full .text {
    line-height: 1.6;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#advertising .p-chronology .p-chronology__block .p-chronology__image-full img {
  width: 208px;
  display: block;
  margin: 0 auto;
}
#advertising .p-chronology .p-chronology__block .p-chronology__image-full p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*----------------------------------------------------
  junmaisengen
----------------------------------------------------*/
#junmaisengen .p-lead {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-lead {
    margin-top: 40px;
  }
}
#junmaisengen .p-lead .p-lead__title {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-lead .p-lead__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#junmaisengen .p-lead .p-lead__text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-lead .p-lead__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 425px) {
  #junmaisengen .p-lead .p-lead__text {
    text-align: left;
  }
  #junmaisengen .p-lead .p-lead__text br {
    display: none;
  }
}
#junmaisengen .p-lead .p-lead__image {
  width: 73px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-lead .p-lead__image {
    margin: 30px auto;
  }
}
#junmaisengen .p-sub {
  text-align: right;
}
#junmaisengen .p-block {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-block {
    margin: 30px 0;
  }
}
#junmaisengen .p-block .p-block__text {
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-block .p-block__text {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#junmaisengen .p-block .p-block__caption {
  font-size: 12px;
  font-size: 0.75rem;
}
#junmaisengen .p-block .p-block__image {
  max-width: 431px;
  width: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-block .p-block__image {
    margin: 0 auto 15px;
  }
}
#junmaisengen .p-box {
  margin: 80px 0;
  border: 1px solid #c9caca;
  padding: 35px 45px;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-box {
    margin: 40px 0;
    padding: 15px;
  }
}
#junmaisengen .p-box .p-box__title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-box .p-box__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#junmaisengen .p-box .p-box__text {
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-box .p-box__text {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#junmaisengen .p-box .p-box__text br {
  display: none;
}
@media screen and (max-width: 425px) {
  #junmaisengen .p-box .p-box__text br {
    display: block;
  }
}
#junmaisengen .p-box .p-box__text .line .year {
  margin-right: 1em;
}
#junmaisengen .p-box .p-box__caption {
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #c9caca;
  padding-top: 25px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #junmaisengen .p-box .p-box__caption {
    padding-top: 10px;
    margin-top: 20px;
  }
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
#about .p-nav {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #about .p-nav {
    margin-top: 30px;
  }
}
#about .p-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media screen and (max-width: 768px) {
  #about .p-nav ul {
    margin: 0 -3%;
  }
}
#about .p-nav ul li {
  width: 50%;
  padding: 0 3%;
}
@media screen and (max-width: 425px) {
  #about .p-nav ul li {
    width: 100%;
  }
}
#about .p-nav ul li a {
  display: block;
  position: relative;
  padding: 20px 25px;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #727171;
}
@media screen and (max-width: 768px) {
  #about .p-nav ul li a {
    padding: 3% 5%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#about .p-nav ul li a:hover {
  background: #efefef;
}
#about .p-nav ul li a::after {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -4px;
}
#about .p-block {
  margin: 20px 0 0;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #about .p-block {
    margin: -20px 0 0;
  }
}
#about .p-block .p-block__title {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #211c1c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-block .p-block__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#about .p-block .p-block__inner {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  #about .p-block .p-block__inner {
    margin-top: 15px;
  }
}
#about .p-block .p-block__inner .p-block__text {
  width: calc(100% - 260px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .p-block .p-block__inner .p-block__text {
    line-height: 1.8;
    width: 65%;
  }
}
@media screen and (max-width: 425px) {
  #about .p-block .p-block__inner .p-block__text {
    width: 100%;
  }
}
#about .p-block .p-block__inner .p-block__image {
  width: 207px;
}
@media screen and (max-width: 768px) {
  #about .p-block .p-block__inner .p-block__image {
    width: 30%;
  }
}
@media screen and (max-width: 425px) {
  #about .p-block .p-block__inner .p-block__image {
    width: 207px;
    margin: 15px auto 0;
  }
}
#about .p-image {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #about .p-image {
    margin-top: 40px;
  }
}
#about .p-image p {
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
}

/*----------------------------------------------------
  glossary
----------------------------------------------------*/
#glossary .p-block-first {
  margin: 80px 0 100px !important;
}
@media screen and (max-width: 768px) {
  #glossary .p-block-first {
    margin: 30px 0 50px !important;
  }
}
#glossary .p-block {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #glossary .p-block {
    margin: 50px 0;
  }
}
#glossary .p-block .c-block-title {
  display: flex;
  align-items: center;
}
#glossary .p-block .c-block-title .c-serif {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 20px;
  font-feature-settings: "pkna";
}
@media screen and (max-width: 768px) {
  #glossary .p-block .c-block-title .c-serif {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 15px;
  }
}
#glossary .p-block .c-block-title .gothic {
  color: #898989;
  font-size: 11px;
  font-size: 0.6875rem;
}
#glossary .p-block .p-block__inner {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  #glossary .p-block .p-block__inner {
    margin-top: 15px;
  }
}
#glossary .p-block .p-block__inner .p-block__text {
  width: calc(100% - 260px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #glossary .p-block .p-block__inner .p-block__text {
    line-height: 1.6;
    width: 65%;
  }
}
@media screen and (max-width: 425px) {
  #glossary .p-block .p-block__inner .p-block__text {
    width: 100%;
  }
}
#glossary .p-block .p-block__inner .p-block__image {
  width: 207px;
}
@media screen and (max-width: 768px) {
  #glossary .p-block .p-block__inner .p-block__image {
    width: 30%;
  }
}
@media screen and (max-width: 425px) {
  #glossary .p-block .p-block__inner .p-block__image {
    width: 207px;
    margin: 15px auto 0;
  }
}
#glossary .p-block .p-block__inner .p-block__image img {
  margin-bottom: 5px;
}

/*----------------------------------------------------
  contract
----------------------------------------------------*/
#contract .p-map {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #contract .p-map {
    display: none;
  }
}
#contract .p-map .p-map__image {
  position: relative;
}
#contract .p-map p {
  font-size: 20px;
  font-size: 1.25rem;
}
#contract .p-map p a:hover {
  opacity: 0.6;
}
#contract .p-map .area01 {
  position: absolute;
  top: 15%;
  left: 15.5%;
}
#contract .p-map .area01 a {
  color: #205834;
}
#contract .p-map .area02 {
  position: absolute;
  top: 35.5%;
  left: 7%;
}
#contract .p-map .area02 a {
  color: #dd840f;
}
#contract .p-map .area03 {
  position: absolute;
  top: 4.5%;
  left: 40%;
}
#contract .p-map .area03 a {
  color: #0e1d5e;
}
#contract .p-map-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #contract .p-map-sp {
    display: block;
    margin-top: 30px;
  }
}
#contract .p-nav {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #contract .p-nav {
    margin-top: 30px;
  }
}
#contract .p-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 768px) {
  #contract .p-nav ul {
    margin: 0;
  }
}
#contract .p-nav ul li {
  width: 33.3%;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  #contract .p-nav ul li {
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }
}
#contract .p-nav ul li a {
  border: 1px solid #898989;
  display: block;
  text-align: center;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  #contract .p-nav ul li a {
    position: relative;
    padding: 18px 0 15px;
  }
}
#contract .p-nav ul li a .name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
#contract .p-nav ul li a::after {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  #contract .p-nav ul li a::after {
    border: none;
    width: 0;
    height: 0;
    display: none;
  }
}
#contract .p-nav ul li a:hover {
  background: #211c1c;
  color: #FFFFFF;
}
#contract .p-nav ul li a:hover::after {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#contract .p-content {
  margin: 40px 0;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #contract .p-content {
    margin: -30px 0;
  }
}
#contract .p-content .p-content__image {
  position: relative;
}
#contract .p-content .p-content__image .c-serif {
  color: #FFFFFF;
  text-shadow: 0px 0px 15px rgba(33, 28, 28, 0.6);
  font-size: 33px;
  font-size: 2.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#contract .p-content .p-content__block {
  margin: 40px 0;
}
#contract .p-content .p-content__block .title {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #211c1c;
  padding-bottom: 10px;
}
#contract .p-content .p-content__block .text {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

/*----------------------------------------------------
  guidedtour
----------------------------------------------------*/
#guidedtour .c-category-title .c-serif {
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  text-align: center;
}
#guidedtour .c-lead .c-lead__sub {
  text-align: center;
}
@media screen and (max-width: 425px) {
  #guidedtour .c-lead .c-lead__sub {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .c-lead .c-lead__sub br {
    display: none;
  }
}
#guidedtour .c-lead .c-lead__link {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .c-lead .c-lead__link {
    margin-top: 20px;
  }
}
#guidedtour .c-lead .c-lead__link a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #b71a35;
  border: solid 1px #b71a35;
  color: #FFFFFF;
  width: 100%;
  max-width: 400px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  #guidedtour .c-lead .c-lead__link a {
    font-size: 15px;
    height: 60px;
  }
}
#guidedtour .c-lead .c-lead__link a:hover {
  color: #b71a35;
  background-color: #FFFFFF;
}
#guidedtour .p-nav {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav {
    margin-top: 30px;
  }
}
#guidedtour .p-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul {
    margin: 0;
  }
}
#guidedtour .p-nav ul li {
  width: 25%;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
}
#guidedtour .p-nav ul li a {
  display: block;
  padding: 20px 5px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-nav ul li a {
    padding: 10px 15px;
  }
}
#guidedtour .p-nav ul li a .text {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .text br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-nav ul li a .text br {
    display: block;
  }
}
#guidedtour .p-nav ul li a .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  height: 3.5em;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .title {
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-nav ul li a .title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .title br {
    display: none;
  }
}
#guidedtour .p-nav ul li a .date {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a .date {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
#guidedtour .p-nav ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-nav ul li a::after {
    width: 0;
    height: 0;
    display: none;
  }
}
#guidedtour .p-nav ul .course01 a {
  border: 1px solid #b71a35;
  color: #b71a35;
}
#guidedtour .p-nav ul .course01 a::after {
  border-top: 1px solid #b71a35;
  border-right: 1px solid #b71a35;
}
#guidedtour .p-nav ul .course01 a:hover {
  background: #b71a35;
  color: #FFFFFF;
}
#guidedtour .p-nav ul .course01 a:hover::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course02 a {
  border: 1px solid #0e1d5e;
  color: #0e1d5e;
}
#guidedtour .p-nav ul .course02 a::after {
  border-top: 1px solid #0e1d5e;
  border-right: 1px solid #0e1d5e;
}
#guidedtour .p-nav ul .course02 a:hover {
  background: #0e1d5e;
  color: #FFFFFF;
}
#guidedtour .p-nav ul .course02 a:hover::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course03 a {
  border: 1px solid #dd840f;
  color: #dd840f;
}
#guidedtour .p-nav ul .course03 a::after {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour .p-nav ul .course03 a:hover {
  background: #dd840f;
  color: #FFFFFF;
}
#guidedtour .p-nav ul .course03 a:hover::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course04 a {
  border: 1px solid #205834;
  color: #205834;
}
#guidedtour .p-nav ul .course04 a::after {
  border-top: 1px solid #205834;
  border-right: 1px solid #205834;
}
#guidedtour .p-nav ul .course04 a:hover {
  background: #205834;
  color: #FFFFFF;
}
#guidedtour .p-nav ul .course04 a:hover::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: all 0.2s;
}
#guidedtour .p-nav ul .course-other a {
  border: 1px solid #211c1c;
  color: #211c1c;
}
#guidedtour .p-nav ul .course-other a::after {
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
}
#guidedtour .p-nav ul .course-other a:hover {
  background: #211c1c;
  color: #FFFFFF;
}
#guidedtour .p-nav ul .course-other a:hover::after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: all 0.2s;
}
#guidedtour .p-course {
  margin: 40px 0;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course {
    margin: -30px 0;
  }
}
#guidedtour .p-course .p-course__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course .p-course__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
#guidedtour .p-course .p-course__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner {
    margin-top: 25px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__lead {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__lead {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#guidedtour .p-course .p-course__inner .p-course__lead .p-course__text {
  text-align: justify;
  text-justify: inter-ideograph;
}
#guidedtour .p-course .p-course__inner .p-course__lead .p-course__image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__lead .p-course__image {
    margin-top: 20px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__lead .c-button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__lead .c-button {
    margin-top: 20px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__information {
  width: 550px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course .p-course__inner .p-course__information {
    width: 100%;
    margin-top: 20px;
  }
}
#guidedtour .p-course .p-course__inner .p-course__information .c-table {
  margin: 0;
}
#guidedtour .p-course .p-course__inner .p-course__information .c-table a {
  color: #b71a35;
}
#guidedtour .p-course .p-course__inner .p-course__information .c-table a:hover {
  color: #7f1626;
}
#guidedtour .p-course .p-course__inner .p-course__information .p-course__attention {
  margin-top: 20px;
}
#guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#guidedtour .p-course .p-course__inner .p-course__information .p-course__attention ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #211c1c;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
}
#guidedtour #course01 .p-course__title {
  color: #b71a35;
  border-bottom: 1px solid #b71a35;
}
#guidedtour #course01 .c-button a {
  border: 1px solid #b71a35;
  color: #b71a35;
}
#guidedtour #course01 .c-button a::before {
  border-top: 1px solid #b71a35;
  border-right: 1px solid #b71a35;
}
#guidedtour #course01 .c-button a:hover {
  background: #b71a35;
  color: #FFFFFF;
}
#guidedtour #course01 .c-button a:hover::before {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#guidedtour #course02 .p-course__title {
  color: #0e1d5e;
  border-bottom: 1px solid #0e1d5e;
}
#guidedtour #course02 .c-button a {
  border: 1px solid #0e1d5e;
  color: #0e1d5e;
}
#guidedtour #course02 .c-button a::before {
  border-top: 1px solid #0e1d5e;
  border-right: 1px solid #0e1d5e;
}
#guidedtour #course02 .c-button a:hover {
  background: #0e1d5e;
  color: #FFFFFF;
}
#guidedtour #course02 .c-button a:hover::before {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#guidedtour #course03 .p-course__title {
  color: #dd840f;
  border-bottom: 1px solid #dd840f;
}
#guidedtour #course03 .c-button a {
  border: 1px solid #dd840f;
  color: #dd840f;
}
#guidedtour #course03 .c-button a::before {
  border-top: 1px solid #dd840f;
  border-right: 1px solid #dd840f;
}
#guidedtour #course03 .c-button a:hover {
  background: #dd840f;
  color: #FFFFFF;
}
#guidedtour #course03 .c-button a:hover::before {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#guidedtour #course04 .p-course__title {
  color: #205834;
  border-bottom: 1px solid #205834;
}
#guidedtour #course04 .c-button a {
  border: 1px solid #205834;
  color: #205834;
}
#guidedtour #course04 .c-button a::before {
  border-top: 1px solid #205834;
  border-right: 1px solid #205834;
}
#guidedtour #course04 .c-button a:hover {
  background: #205834;
  color: #FFFFFF;
}
#guidedtour #course04 .c-button a:hover::before {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#guidedtour .p-course-list {
  width: 800px;
  margin: 60px auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list {
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
  }
}
#guidedtour .p-course-list .p-course-list__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#guidedtour .p-course-list .p-course-list__table {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course-list .p-course-list__table {
    margin-top: 25px;
  }
}
#guidedtour .p-course-list .p-course-list__table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table table {
    width: 100%;
  }
}
#guidedtour .p-course-list .p-course-list__table table td {
  width: 8.33%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table table td {
    width: 33.3%;
  }
}
#guidedtour .p-course-list .p-course-list__table table th {
  text-align: center;
}
#guidedtour .p-course-list .p-course-list__table table .col3 {
  width: 24.99%;
}
#guidedtour .p-course-list .p-course-list__table .week {
  border-bottom: 1px solid #898989;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-course-list .p-course-list__table .week {
    width: 500px;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule {
  border-bottom: 1px solid #898989;
  position: relative;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule {
    border-bottom: none;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule .title {
  margin: 15px 0 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule table {
    border-left: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule td {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule td {
    border-right: 1px solid #c9caca;
    border-top: 1px solid #c9caca;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule th {
  border-top: 1px solid #c9caca;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__table .schedule th {
    border-right: 1px solid #c9caca;
    background: #efefef;
  }
}
#guidedtour .p-course-list .p-course-list__table .schedule .col3 {
  width: 24.99%;
}
#guidedtour .p-course-list .p-course-list__table .schedule .course01 {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b71a35;
  display: inline-block;
  margin: 0 auto;
}
#guidedtour .p-course-list .p-course-list__table .schedule .course02 {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #0e1d5e;
  display: inline-block;
  margin: 0 3px;
}
#guidedtour .p-course-list .p-course-list__table .schedule .course03 {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #dd840f;
  display: inline-block;
  margin: 0 auto;
}
#guidedtour .p-course-list .p-course-list__table .schedule .close {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(33, 28, 28, 0.4);
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
#guidedtour .p-course-list .p-course-list__name {
  margin-top: 10px;
}
#guidedtour .p-course-list .p-course-list__name ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__name ul {
    display: block;
  }
}
#guidedtour .p-course-list .p-course-list__name ul li {
  margin-right: 20px;
}
#guidedtour .p-course-list .p-course-list__name ul .course01 {
  color: #b71a35;
}
#guidedtour .p-course-list .p-course-list__name ul .course01 span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b71a35;
  display: inline-block;
  margin: 0 5px 0 0;
}
#guidedtour .p-course-list .p-course-list__name ul .course01 a {
  color: #b71a35;
}
#guidedtour .p-course-list .p-course-list__name ul .course02 {
  color: #0e1d5e;
}
#guidedtour .p-course-list .p-course-list__name ul .course02 span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #0e1d5e;
  display: inline-block;
  margin: 0 5px 0 0;
}
#guidedtour .p-course-list .p-course-list__name ul .course02 a {
  color: #0e1d5e;
}
#guidedtour .p-course-list .p-course-list__name ul .course03 {
  color: #dd840f;
}
#guidedtour .p-course-list .p-course-list__name ul .course03 span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #dd840f;
  display: inline-block;
  margin: 0 5px 0 0;
}
#guidedtour .p-course-list .p-course-list__name ul .course03 a {
  color: #dd840f;
}
#guidedtour .p-course-list .p-course-list__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-course-list .p-course-list__text {
    margin-top: 10px;
  }
}
#guidedtour .p-contact {
  margin: 60px auto;
  padding: 100px 0 0 0;
  width: 800px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact {
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
  }
}
#guidedtour .p-contact .p-contact__inner {
  width: 800px;
  padding: 60px 50px 30px 50px;
  border: 1px solid #c9caca;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact .p-contact__inner {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 3%;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact {
    padding: 10px 3%;
  }
}
#guidedtour .p-contact .p-contact__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact .p-contact__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#guidedtour .p-contact .p-contact__lead {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-contact .p-contact__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__lead {
    text-align: left;
  }
}
#guidedtour .p-contact .p-contact__text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__text {
    text-align: left;
  }
}
#guidedtour .p-contact .p-contact__mail {
  margin: 20px 0 0;
}
#guidedtour .p-contact .p-contact__mail a {
  display: block;
  background: #727171;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__mail a {
    width: 100%;
  }
}
#guidedtour .p-contact .p-contact__mail a:hover {
  background: #211c1c;
}
#guidedtour .p-contact .p-contact__mail a img {
  width: 24px;
  margin-right: 5px;
}
#guidedtour .p-contact .p-contact__attention {
  margin-top: 20px;
}
#guidedtour .p-contact .p-contact__attention ul li {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-contact .p-contact__attention ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#guidedtour .p-contact .p-contact__attention ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #211c1c;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
}
#guidedtour .p-faq {
  width: 800px;
  margin: 60px auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
#guidedtour .p-faq .p-faq__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#guidedtour .p-faq .p-faq__item {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item {
    margin: 40px 0;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__question {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__question {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 40px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__question::before {
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  background: #211c1c;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__question::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    top: -4px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__answer {
  margin-top: 30px;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__answer {
    margin-top: 10px;
    padding-left: 40px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__answer::before {
  content: "A";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
  background: #b71a35;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-faq .p-faq__item .p-faq__answer::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    top: -4px;
  }
}
#guidedtour .p-faq .p-faq__item .p-faq__answer a {
  text-decoration: underline;
}
#guidedtour .p-faq .p-faq__item .p-faq__answer a:hover {
  text-decoration: none;
  color: #b71a35;
}
#guidedtour .p-place {
  width: 800px;
  margin: 60px auto;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
#guidedtour .p-place .p-place__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#guidedtour .p-place .p-place__shop {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__shop {
    font-size: 16px;
    font-size: 1rem;
  }
}
#guidedtour .p-place .p-place__info {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-place .p-place__info {
    margin-top: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: normal;
  }
}
#guidedtour .p-place .p-place__info .none {
  display: none;
}
@media screen and (max-width: 425px) {
  #guidedtour .p-place .p-place__info .none {
    display: block;
  }
}
#guidedtour .p-place .c-button {
  max-width: 380px;
  width: 100%;
  margin: 20px auto 0;
}
#guidedtour .p-place .p-place__attention {
  margin-top: 30px;
  padding: 30px 0;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention {
    margin-top: 25px;
    padding: 25px 0;
  }
}
#guidedtour .p-place .p-place__attention a {
  color: #b71a35;
  text-decoration: underline;
}
@media (hover) {
  #guidedtour .p-place .p-place__attention a:hover {
    text-decoration: none;
  }
}
#guidedtour .p-place .p-place__attention .title {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention .title {
    font-size: 20px;
  }
}
#guidedtour .p-place .p-place__attention .block {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention .block {
    margin-top: 20px;
  }
}
#guidedtour .p-place .p-place__attention .block .blocktitle {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #guidedtour .p-place .p-place__attention .block .blocktitle {
    font-size: 18px;
  }
}
#guidedtour .p-place .p-place__attention .block ul {
  margin-top: 15px;
}
#guidedtour .p-place .p-place__attention .block ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
#guidedtour .p-place .p-place__attention .block ul li::before {
  content: "・";
}
#guidedtour .p-place .p-place__attention .block ul li + li {
  margin-top: 10px;
}

/*----------------------------------------------------
  cosme
----------------------------------------------------*/
#cosme .c-category-title .c-serif {
  color: #727171;
}
#cosme .c-lead .c-lead__main {
  line-height: 1.4;
}
#cosme .p-text-block01 {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block01 {
    margin-top: 60px;
  }
}
#cosme .p-text-block01 .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block01 .title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
#cosme .p-text-block01 .image {
  width: 404px;
  height: 100%;
  float: right;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block01 .image {
    float: none;
    max-width: 404px;
    width: auto;
    margin: 15px auto 0;
    position: static;
  }
}
#cosme .p-text-block01 .text {
  width: 545px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block01 .text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
#cosme .p-text-block02 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block02 {
    margin-top: 60px;
  }
}
#cosme .p-text-block02 .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block02 .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#cosme .p-text-block02 .image {
  width: 573px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block02 .image {
    max-width: 573px;
    width: auto;
    margin: 20px auto 0;
  }
}
#cosme .p-text-block02 .text {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block02 .text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
#cosme .p-text-block02 .caption {
  border: 1px solid #c9caca;
  padding: 20px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block02 .caption {
    padding: 3%;
    margin-top: 20px;
  }
}
#cosme .p-text-block02 .caption p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #cosme .p-text-block02 .caption p {
    margin-top: 5px;
  }
}
#cosme .cosme-link__button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 104px;
  width: 100%;
  max-width: 520px;
  color: #b71a35;
  border: solid 1px #FFFFFF;
  padding: 12px;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  border: solid 1px #b71a35;
}
@media screen and (max-width: 768px) {
  #cosme .cosme-link__button {
    height: 80px;
    max-width: 425px;
  }
}
#cosme .cosme-link__button:hover {
  color: #FFFFFF;
  background-color: #b71a35;
}

/*----------------------------------------------------
  contact
----------------------------------------------------*/
#contact .p-contact {
  margin: 50px -15px 0;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contact .p-contact {
    margin-top: 30px;
    padding: 20px 0;
  }
}
#contact .p-contact .text {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact .text {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  #contact .p-contact .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
#contact .p-contact .tel {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact .tel {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  #contact .p-contact .tel {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#contact .p-contact .time {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact .time {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 425px) {
  #contact .p-contact .time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#contact .p-form {
  margin-top: 60px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #contact .p-form {
    margin-top: 30px;
    padding: 0;
  }
}
#contact .p-form .p-form__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
#contact .p-form .p-form__attention ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__attention ul {
    margin-bottom: 15px;
  }
}
#contact .p-form .p-form__attention ul li {
  padding-left: 15px;
  position: relative;
  margin: 5px 0;
}
@media screen and (max-width: 425px) {
  #contact .p-form .p-form__attention ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#contact .p-form .p-form__attention ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #211c1c;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
}
#contact .p-form .p-form__attention .text::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 2px;
}
#contact .p-form .p-form__attention .text a {
  color: #b71a35;
}
#contact .p-form .p-form__attention .text a:hover {
  color: #7f1626;
}
#contact .p-form .p-form__attention .link .link-inner {
  padding: 40px 24px 32px;
  border: solid 4px #efefef;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__attention .link .link-inner {
    padding: 24px 20px;
    border: solid 3px #efefef;
  }
}
#contact .p-form .p-form__attention .link .link-lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__attention .link .link-lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  #contact .p-form .p-form__attention .link .link-lead {
    text-align: left;
  }
  #contact .p-form .p-form__attention .link .link-lead br {
    display: none;
  }
}
#contact .p-form .p-form__attention .link .link-lead span {
  color: #b71a35;
}
#contact .p-form .p-form__attention .link .link-button {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__attention .link .link-button {
    margin-top: 20px;
  }
}
#contact .p-form .p-form__attention .link .link-button a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #b71a35;
  border: solid 1px #b71a35;
  color: #FFFFFF;
  width: 100%;
  max-width: 400px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__attention .link .link-button a {
    font-size: 15px;
    height: 60px;
  }
}
#contact .p-form .p-form__attention .link .link-button a svg {
  width: 18px;
  fill: #FFFFFF;
  margin-left: 12px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__attention .link .link-button a svg {
    width: 15px;
  }
}
#contact .p-form .p-form__attention .link .link-button a:hover {
  color: #b71a35;
  background-color: #FFFFFF;
}
#contact .p-form .p-form__attention .link .link-button a:hover svg {
  fill: #b71a35;
}
#contact .p-form .p-form__attention .link .link-textlink {
  margin-top: 12px;
  text-align: center;
}
#contact .p-form .p-form__attention .link .link-textlink span {
  position: relative;
}
#contact .p-form .p-form__attention .link .link-textlink span::before {
  content: "";
  border-top: 1px solid #211c1c;
  border-right: 1px solid #211c1c;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 2px;
}
#contact .p-form .p-form__attention .link .link-textlink a {
  color: #b71a35;
}
#contact .p-form .p-form__attention .link .link-textlink a:hover {
  color: #7f1626;
}
#contact .p-form .p-form__body {
  width: 800px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__body {
    width: 100%;
    margin: 30px auto 0;
  }
}
#contact .p-form .p-form__body table th {
  width: 30%;
  text-align: right;
  padding: 15px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__body table th {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: left;
  }
}
#contact .p-form .p-form__body table th .must {
  margin-left: 10px;
  border: 1px solid #b71a35;
  color: #b71a35;
  padding: 3px 12px;
  font-size: 13px;
  font-size: 0.8125rem;
}
#contact .p-form .p-form__body table td {
  width: 70%;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #contact .p-form .p-form__body table td {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}
#contact .p-form .p-form__body table td input[type=text], #contact .p-form .p-form__body table td input[type=email], #contact .p-form .p-form__body table td textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #c9caca;
}
#contact .p-form .p-form__body table td .mwform-radio-field {
  width: 50%;
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
}
@media screen and (max-width: 425px) {
  #contact .p-form .p-form__body table td .mwform-radio-field {
    width: 100%;
  }
}
#contact .p-form .privacy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .p-form .privacy {
    margin-top: 20px;
  }
}
#contact .p-form .privacy .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contact .p-form .privacy .text {
    margin-bottom: 10px;
  }
}
#contact .p-form .privacy a {
  margin-top: 30px;
  color: #b71a35;
}
#contact .p-form .privacy a:hover {
  color: #7f1626;
}
#contact .c-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contact .c-button {
    margin: 20px -3% 0;
  }
}
#contact .c-button input {
  width: 240px;
  background: #211c1c;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #contact .c-button input {
    max-width: 240px;
    width: 50%;
    margin: 0 3%;
  }
}
#contact .c-button input:hover {
  background: #727171;
  transition: all 0.2s;
}
#contact .p-thanks__title {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 425px) {
  #contact .p-thanks__title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 40px;
  }
}
#contact .p-thanks__text {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 425px) {
  #contact .p-thanks__text {
    margin-top: 40px;
    text-align: left;
  }
  #contact .p-thanks__text br {
    display: none;
  }
}
#contact .p-thanks__button {
  display: block !important;
  max-width: 240px !important;
  margin: 60px auto !important;
}

/*----------------------------------------------------
  calendar
----------------------------------------------------*/
#calendar .c-category-title .c-serif {
  left: 50%;
  transform: translate(-50%, -50%);
}
#calendar .p-lead {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #calendar .p-lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 425px) {
  #calendar .p-lead {
    text-align: left;
  }
}
#calendar .p-lead .text-bold {
  font-size: 15px;
  font-size: 0.9375rem;
}
#calendar .p-lead .text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #calendar .p-lead .text {
    margin-top: 20px;
  }
}
#calendar .p-nav {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #calendar .p-nav {
    margin-top: 40px;
  }
}
#calendar .p-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#calendar .p-nav ul li {
  width: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #calendar .p-nav ul li {
    width: 30px;
  }
}
@media screen and (max-width: 425px) {
  #calendar .p-nav ul li {
    width: 16.6%;
    margin: 0;
  }
}
#calendar .p-nav ul li a {
  padding: 15px 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  #calendar .p-nav ul li a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  #calendar .p-nav ul li a {
    padding: 30%;
  }
}
#calendar .p-nav ul li a:hover img {
  filter: brightness(0) invert(1);
}
#calendar .p-nav ul .p-nav__07 a:hover {
  background: #2c5a89;
}
#calendar .p-nav ul .p-nav__08 a:hover {
  background: #4c7445;
}
#calendar .p-nav ul .p-nav__09 a:hover {
  background: #bb6e1a;
}
#calendar .p-nav ul .p-nav__10 a:hover {
  background: #7d6598;
}
#calendar .p-nav ul .p-nav__11 a:hover {
  background: #7b807f;
}
#calendar .p-nav ul .p-nav__12 a:hover {
  background: #7c5a44;
}
#calendar .p-nav ul .p-nav__01 a:hover {
  background: #a02931;
}
#calendar .p-nav ul .p-nav__02 a:hover {
  background: #983c6c;
}
#calendar .p-nav ul .p-nav__03 a:hover {
  background: #c56b8f;
}
#calendar .p-nav ul .p-nav__04 a:hover {
  background: #bc9953;
}
#calendar .p-nav ul .p-nav__05 a:hover {
  background: #919c40;
}
#calendar .p-nav ul .p-nav__06 a:hover {
  background: #5f859e;
}
#calendar .p-block {
  margin: 40px 0;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #calendar .p-block {
    margin: -30px 0;
  }
}
#calendar .p-block .p-block__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
#calendar .p-block .p-block__lead {
  text-align: center;
  margin-top: 20px;
}
#calendar .p-block .p-block__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #calendar .p-block .p-block__list {
    margin: 0 -2%;
  }
}
#calendar .p-block .p-block__list .p-block__list-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #calendar .p-block .p-block__list .p-block__list-inner {
    width: 33.3%;
    padding: 0 2%;
  }
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(33, 28, 28, 0.1);
  padding: 25px 35px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  #calendar .p-block .p-block__list .p-block__list-inner .p-block__item {
    padding: 20px 25px;
    box-shadow: 0px 0px 15px 5px rgba(33, 28, 28, 0.1);
  }
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .cat {
  color: #FFFFFF;
  padding: 2px 10px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .cat01 {
  background: #211c1c;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .cat02 {
  background: #727171;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .cat03 {
  background: #898989;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 10px;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .text {
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 0.8125rem;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .text a:hover {
  color: #b71a35;
}
#calendar .p-block .p-block__list .p-block__list-inner .p-block__item .image {
  margin-top: 10px;
}

#calendar07 .p-block__title, #calendar07 .p-block__lead {
  color: #2c5a89;
}

#calendar08 .p-block__title, #calendar08 .p-block__lead {
  color: #4c7445;
}

#calendar09 .p-block__title, #calendar09 .p-block__lead {
  color: #bb6e1a;
}

#calendar10 .p-block__title, #calendar10 .p-block__lead {
  color: #7d6598;
}

#calendar11 .p-block__title, #calendar11 .p-block__lead {
  color: #7b807f;
}

#calendar12 .p-block__title, #calendar12 .p-block__lead {
  color: #7c5a44;
}

#calendar01 .p-block__title, #calendar01 .p-block__lead {
  color: #a02931;
}

#calendar02 .p-block__title, #calendar02 .p-block__lead {
  color: #983c6c;
}

#calendar03 .p-block__title, #calendar03 .p-block__lead {
  color: #c56b8f;
}

#calendar04 .p-block__title, #calendar04 .p-block__lead {
  color: #bc9953;
}

#calendar05 .p-block__title, #calendar05 .p-block__lead {
  color: #919c40;
}

#calendar06 .p-block__title, #calendar06 .p-block__lead {
  color: #5f859e;
}

/*----------------------------------------------------
  process
----------------------------------------------------*/
#process .p-nav {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #process .p-nav {
    margin-top: 60px;
  }
}
#process .p-nav .p-nav__title {
  margin-bottom: 60px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #process .p-nav .p-nav__title {
    margin-bottom: 30px;
  }
}
#process .p-nav ul {
  display: flex;
}
#process .p-nav ul li img {
  width: auto;
}
#process .p-block {
  margin: 40px 0;
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #process .p-block {
    margin: 0;
  }
}
#process .p-block .p-block__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px 0;
  text-align: center;
}
#process .p-block .p-block__text {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #process .p-block .p-block__text {
    margin-top: 20px;
  }
}
#process .p-block .p-block__text .title {
  margin-bottom: 5px;
}
#process .p-block .p-block__text .text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #process .p-block .p-block__text .text {
    line-height: 1.8;
  }
}
#process .p-block .p-block__image {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #process .p-block .p-block__image {
    margin-top: 20px;
  }
}
#process .p-block .p-block__image img {
  width: auto;
}

#process01 .p-block__title {
  background: url(img/about/process-title-bg01.jpg);
}

#process02 .p-block__title {
  background: url(img/about/process-title-bg02.jpg);
}

#process03 .p-block__title {
  background: url(img/about/process-title-bg03.jpg);
}

#process04 .p-block__title {
  background: url(img/about/process-title-bg04.jpg);
}

#process05 .p-block__title {
  background: url(img/about/process-title-bg05.jpg);
}

/*----------------------------------------------------
  notfound
----------------------------------------------------*/
#notfound .p-title {
  margin-top: 70px;
  text-align: center;
  font-family: "Koburina Gothic W6 JIS2004", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  #notfound .p-title {
    margin-top: 40px;
  }
}
#notfound .p-title .title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  #notfound .p-title .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#notfound .p-title .text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #notfound .p-title .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
#notfound .p-text {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #notfound .p-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 425px) {
  #notfound .p-text {
    text-align: left;
  }
}
#notfound .p-en {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #notfound .p-en {
    margin-top: 40px;
  }
}
@media screen and (max-width: 425px) {
  #notfound .p-en {
    text-align: left;
  }
}
#notfound .c-button {
  max-width: 240px;
  width: auto;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #notfound .c-button {
    margin: 20px auto 0;
  }
}

/*----------------------------------------------------
  sitepolicy
----------------------------------------------------*/
#sitepolicy .c-read .text {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #sitepolicy .c-read .text {
    margin: 20px 0;
  }
}
#sitepolicy .c-read .text a:hover {
  color: #b71a35;
}

/*----------------------------------------------------
  sitemap
----------------------------------------------------*/
@media screen and (min-width: 425px) {
  #sitemap .p-sitemap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  #sitemap .p-sitemap {
    margin: 0 -3%;
  }
}
#sitemap .p-sitemap .p-sitemap_inner {
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 425px) {
  #sitemap .p-sitemap .p-sitemap_inner {
    padding: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  #sitemap .p-sitemap .p-sitemap_inner {
    width: 33.3%;
    margin: 80px 0;
    padding: 0 3%;
  }
}
#sitemap .p-sitemap .p-sitemap_inner .title {
  font-size: 17px;
  font-size: 1.0625rem;
  border-bottom: 1px solid #c9caca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#sitemap .p-sitemap .p-sitemap_inner ul li {
  margin: 5px 0;
}
#sitemap .p-sitemap .p-sitemap_inner ul li a:hover {
  color: #b71a35;
}
#sitemap .p-sitemap .p-sitemap_inner.wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sitemap .p-sitemap .p-sitemap_inner.wide {
    width: 66.6%;
    padding: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  #sitemap .p-sitemap .p-sitemap_inner.wide .wide__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3%;
  }
}
#sitemap .p-sitemap .p-sitemap_inner.wide .wide__wrap ul {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #sitemap .p-sitemap .p-sitemap_inner.wide .wide__wrap ul {
    width: 33.3%;
    padding: 0 3%;
    margin-top: 0;
  }
}
#sitemap .p-sitemap .p-sitemap_inner.wide .wide__wrap ul:first-child {
  margin-top: 0;
}
#sitemap .sitemap-sub__lang a {
  position: relative;
  padding-left: 20px;
}
#sitemap .sitemap-sub__lang a:hover {
  color: #b71a35;
}
#sitemap .sitemap-sub__lang .english:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(img/icon-english_dark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: block;
  transform: translateY(-50%);
}

/*----------------------------------------------------
  onlineshop
----------------------------------------------------*/
#onlineshop .p-lead .p-lead__main {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
  margin-top: 80px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-lead .p-lead__main {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
  }
}
#onlineshop .p-lead .p-lead__sub {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-lead .p-lead__sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
#onlineshop .p-lead .p-lead__sub a {
  color: #b71a35;
}
#onlineshop .p-lead .p-lead__sub a:hover {
  color: #7f1626;
}
#onlineshop .p-list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-list {
    margin: 40px auto 0;
    max-width: 480px;
  }
}
#onlineshop .p-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-list ul {
    margin: 0 -1%;
  }
}
#onlineshop .p-list ul li {
  width: 25%;
  padding: 0 15px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-list ul li {
    width: 50%;
    padding: 0 1%;
  }
}
#onlineshop .p-list ul li a {
  position: relative;
  display: block;
}
#onlineshop .p-list ul li a .title {
  background: rgba(33, 28, 28, 0.6);
  padding: 15px 10px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-list ul li a .title {
    padding: 10px 1%;
  }
}
#onlineshop .p-list ul li a .title span {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1;
}
#onlineshop .p-list ul li a .title span:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-list ul li a .title span:before {
    left: 10px;
  }
}
#onlineshop .p-list ul li a:hover {
  opacity: 0.6;
}
#onlineshop .p-caption {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #onlineshop .p-caption {
    margin-top: 40px;
    text-align: left;
  }
}
#onlineshop .onlineshop-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 60px -15px 0;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list {
    flex-flow: column;
    margin: 40px auto 0;
    align-items: center;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item {
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item {
    width: 100%;
    max-width: 480px;
    padding: 0;
    margin-top: 20px;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item a {
  width: 100%;
  border: solid 1px #211c1c;
  padding: 15px 75px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item a {
    padding: 15px 55px;
  }
}
@media screen and (max-width: 425px) {
  #onlineshop .onlineshop-list .onlineshop-list__item a {
    padding: 15px 22px;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item a .logo {
  width: 100px;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item a .logo {
    width: 80px;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item a .text {
  font-size: 20px;
  text-align: center;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item a .text {
    font-size: 16px;
    width: calc(100% - 80px);
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item a:hover {
    opacity: 1;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item.item--yahoo a {
  color: #e26615;
  border-color: #e26615;
}
#onlineshop .onlineshop-list .onlineshop-list__item.item--rakuten a {
  color: #d60d00;
  border-color: #d60d00;
}
#onlineshop .onlineshop-list .onlineshop-list__item--large {
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large {
    max-width: 480px;
    padding: 0;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item--large a {
  width: 100%;
  border: solid 1px #b71a35;
  padding: 32px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large a {
    padding: 28px 32px;
  }
}
@media screen and (max-width: 425px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large a {
    padding: 24px 22px;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item--large a .logo {
  width: 70%;
  max-width: 240px;
  display: block;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large a .logo {
    max-width: 200px;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item--large a .text {
  font-size: 22px;
  text-align: center;
  color: #b71a35;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large a .text {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 425px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large a .text {
    font-size: 16px;
  }
}
#onlineshop .onlineshop-list .onlineshop-list__item--large a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #onlineshop .onlineshop-list .onlineshop-list__item--large a:hover {
    opacity: 1;
  }
}

/*----------------------------------------------------
  kouza-ouyou2020
----------------------------------------------------*/
#news.kouza-ouyou2020 .c-wrapper .c-main-content {
  width: 100% !important;
}
#news.kouza-ouyou2020 iframe {
  max-width: 100%;
}

.u-container {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-container {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */
/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
	float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(css/images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(css/images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 250;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	width: 10px;
	height: 10px;
	/*border: 2px solid #000;*/
	background: #c9caca;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #727171;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 10px;
		height: 10px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 10px;
		height: 10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 10px;
		height: 10px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {

}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
	right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	left: 20px;
	right: auto;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	    transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #212121;
}

.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	    transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	    transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	    transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	    transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	    transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	    transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}
