@charset "UTF-8";
/*
Theme Name: GS
Author: 誠晃舎
Author URI: https://www.sks-net.co.jp/
Version: 1.0
*/
/*  
  リセット
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

ol, ul {
  list-style: none;
}

pre {
  white-space: pre-wrap;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-text-decoration-skip: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

sup {
  font-size: 8px;
}

main {
  display: block;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

strong {
  font-weight: bold;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

li > a {
  display: block;
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

/*  
  フォーム要素リセット
---------------------------------*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'], input[type='password'], input[type='url'], textarea, select {
  width: 100%;
}

input[type='text'], input[type='search'], input[type='tel'], input[type='email'], input[type='password'], input[type='url'] {
  line-height: normal;
  /*ios placeholderのズレ*/
}

label {
  position: relative;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

label {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label:focus {
  outline: none;
}

legend {
  display: block;
}

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

input:placeholder-shown, textarea:placeholder-shown {
  color: #666;
  font-size: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
  font-size: 100%;
}

/*  
  スクロールバー
---------------------------------*/
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  color: #333;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  text-decoration: none;
}

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

img, svg {
  max-width: 100%;
  height: auto;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}

rt {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  body {
    min-width: 1280px;
  }
  .l-contents {
    padding-top: 80px;
  }
  body.is-home .l-contents {
    padding-top: 0;
  }
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/*pc*/
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .l-contents {
    padding-top: 50px;
  }
  body.is-home .l-contents {
    padding-top: 0;
  }
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*sp*/
/*z-index*/
/* ----------------------------- コンポーネント */
/*  
  タイトル
---------------------------------*/
/*  
  ボタン
---------------------------------*/
.c-btn-primary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 15px;
  letter-spacing: .2em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.c-btn-primary::before, .c-btn-primary::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.c-btn-primary::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-btn-primary::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-btn-primary.is-hover, .c-btn-primary.is-out {
  opacity: 1;
}

.c-btn-primary.is-hover::before, .c-btn-primary.is-out::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition-duration: 0.4s;
}

.c-btn-primary.is-hover::after, .c-btn-primary.is-out::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}

.c-btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  transition: background-color .2s;
}

.c-btn-secondary.is-hover {
  background: #333;
}

@media (max-width: 767px) {
  .c-btn-secondary {
    font-size: 18px;
  }
}

/*  
  
---------------------------------*/
/*  
  タイトル
---------------------------------*/
/*
  モーダル
---------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.c-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.c-modal[aria-hidden="false"] .c-modal__body {
  -webkit-animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-modal__body {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 1000px;
  -webkit-animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__close {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(img/common/close.svg) no-repeat center;
  background-size: contain;
}

.modal__inner {
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}

@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes modalSlideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@media (max-width: 767px) {
  .c-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background-color: #000;
    background-size: 20px 20px;
    border-radius: 50%;
  }
}

/*  
  製品
---------------------------------*/
.swiper-button-disabled {
  display: none !important;
}

.c-products {
  line-height: 1.4;
  text-align: left;
}

.c-products__slide {
  height: auto !important;
}

.c-products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 20px;
}

.c-products__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 235px;
  height: 100%;
}

.c-products__image {
  display: flex;
  align-items: flex-end;
  flex: none;
  width: 100%;
  max-width: 235px;
  min-height: 0%;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
  text-align: center;
}

.c-products__image::before {
  content: '';
  display: block;
  padding-top: 121.21212%;
}

.c-products__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.c-products__detail {
  height: 100%;
}

.c-products__discription {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-products__title {
  font-weight: bold;
}

.c-products__price span {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .c-products {
    position: relative;
  }
  .c-products__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 15px;
  }
  .c-products__item {
    max-width: 100%;
  }
  .c-products__image {
    max-width: 180px;
  }
  .c-products__discription {
    margin: 0 0 20px;
  }
  .c-products__price span {
    font-size: 1.2rem;
  }
  .c-products__prev {
    position: absolute;
    top: 30%;
    left: -20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
  }
  .c-products__prev img {
    flex: none;
  }
  .c-products__next {
    position: absolute;
    top: 30%;
    right: -20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
  }
  .c-products__next img {
    flex: none;
  }
}

/*
  ローディング
---------------------------------*/
.c-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-loading__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #000;
}

.c-loading__logo {
  margin-bottom: 15px;
}

.c-loading__text {
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: .1rem;
}

.c-loading__loader,
.c-loading__loader::after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.c-loading__loader {
  position: relative;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #2c2c2c;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
          animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*  
  言語スイッチ
---------------------------------*/
.c-language {
  position: fixed;
  top: 110px;
  right: 30px;
  z-index: 10;
  transition: 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

.c-language .bogoflags {
  display: none;
}

.c-language li {
  margin: 0 0 10px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  transition: .2s;
}

.c-language li.current {
  color: #fff;
  background: #000;
}

.c-language a, .c-language span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
}

.c-language a:hover, .c-language span:hover {
  opacity: 1;
}

body.is-home.is-scrolled .c-language {
  top: 20px;
}

body:not(.is-home)[data-scroll-direction="down"] .c-language {
  top: 20px;
}

@media (min-width: 768px) {
  .c-language .short {
    display: none;
  }
}

@media (max-width: 767px) {
  .c-language {
    position: static;
  }
  .c-language * {
    line-height: 1;
  }
  .c-language .full {
    display: none;
  }
  .c-language .bogo-language-switcher {
    display: flex;
  }
  .c-language li {
    position: relative;
    margin: 0 15px 0 0 !important;
    font-size: 1.4rem;
    letter-spacing: .1em;
    background: none;
    border-radius: 0;
    overflow: inherit;
  }
  .c-language li::after {
    position: absolute;
    display: block;
    content: '';
    content: '/';
    top: 0;
    bottom: 0;
    right: -11px;
    margin: auto;
    color: #fff;
  }
  .c-language li:last-child {
    margin: 0 !important;
  }
  .c-language li:last-child::after {
    display: none;
  }
  .c-language li.current {
    background: none;
  }
  .c-language li.current::before {
    position: absolute;
    display: block;
    content: '';
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #fff;
  }
  .c-language a, .c-language span {
    width: inherit;
    height: inherit;
  }
}

/*  
  
---------------------------------*/
/* ----------------------------- レイアウト */
/*  
  ページ
---------------------------------*/
.l-page {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .l-page {
    padding: 60px 0;
  }
}

/*  
  ヘッダー
---------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0 15px 30px;
  background: #000;
  transition: 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

.l-header .catch {
  line-height: 1.4;
  color: #fff;
  text-align: center;
  transition: .4s;
}

.l-header .catch__text1 {
  font-size: 1.6rem;
}

.l-header .catch__text2 {
  margin: 0 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.l-header .nav {
  line-height: 1;
}

.l-header .nav__list {
  display: flex;
  justify-content: flex-end;
}

.l-header .nav__item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.l-header .nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
}

.l-header .u-borderAnime__inner {
  display: inline-block;
  padding: 5px 0;
}

@media (min-width: 768px) {
  body.is-home .l-header {
    background: rgba(0, 0, 0, 0);
  }
  body.is-home .l-header .catch {
    opacity: 0;
  }
  body.is-home.is-scrolled .l-header {
    background: black;
  }
  body.is-home.is-scrolled .l-header .catch {
    opacity: 1;
  }
  body[data-scroll-direction="down"] .l-header {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
}

@media (max-width: 1080px) {
  .l-header .catch__text1 {
    font-size: 1.2rem;
  }
  .l-header .catch__text2 {
    font-size: 1.8rem;
  }
  .l-header .nav__link {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .l-header {
    flex-direction: column;
    height: inherit;
    padding: 0;
    background: #000;
    background-size: cover;
  }
  .l-header .catch {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 10px 0 15px;
    line-height: 1.4;
    text-align: center;
  }
  .l-header .catch__text1 {
    font-size: .9rem;
  }
  .l-header .catch__text2 {
    margin: 0 0 0;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .l-header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    padding: 60px 20px 40px 60px;
    background: #000;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: url(img/top/fv_map.png) no-repeat bottom center, url(img/top/fv_bg_sp.jpg?01) center top;
    background-size: 80% auto,cover;
  }
  .l-header .nav[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
  .l-header .nav__list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    justify-content: inherit;
  }
  .l-header .nav__item {
    border-left: none;
  }
  .l-header .nav__link {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    height: inherit;
    padding: 0 0 5px;
    font-size: 2rem;
  }
  .l-header .nav__link::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  .l-header .deco {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 40px;
  }
  .l-header .nav-catch {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px 0 15px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }
  .l-header .nav-catch__text1 {
    font-size: 1.2rem;
  }
  .l-header .nav-catch__text2 {
    margin: 5px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.is-home .l-header {
    background: rgba(0, 0, 0, 0);
  }
  body.is-home.is-scrolled .l-header {
    background: black;
  }
}

/*  
  ヘッダースマホ横
---------------------------------*/
/*orientation: landscape*/
/*  
  フッター
---------------------------------*/
.l-footer {
  padding: 30px 0;
  line-height: 1.4;
  color: #fff;
  background: url(img/top/bg_black.jpg) #000 center;
  background-attachment: fixed;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
}

.l-footer__textgroup {
  padding: 0 20px 0 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.l-footer .nav {
  white-space: nowrap;
}

.l-footer .nav__item {
  display: flex;
  align-items: center;
}

.l-footer .nav__item + .nav__item {
  margin: 15px 0 0;
}

.l-footer .nav__link {
  width: 110px;
  font-size: 2rem;
}

.l-footer .nav-child {
  margin: 0 0 0 15px;
}

.l-footer .nav-child__list {
  display: flex;
  flex-wrap: wrap;
}

.l-footer .nav-child__item {
  margin: 0 15px 0 0;
}

.l-footer .nav-child__link {
  font-size: 2rem;
}

.l-footer .title {
  font-size: 2.5rem;
  font-weight: bold;
}

.l-footer .access {
  margin: 10px 0 0;
  font-size: 2rem;
}

.l-footer .copy {
  margin: 15px 0 0;
  font-size: 1.6rem;
}

@media (hover: none) {
  .l-footer {
    background-size: calc(100% - 40px) auto;
    background-attachment: inherit;
    background-position: top center;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding: 40px 20px;
  }
  .l-footer__inner {
    display: block;
  }
  .l-footer__textgroup {
    margin: 40px 0 0;
    padding: 0;
    border-left: none;
  }
  .l-footer .nav__item + .nav__item {
    margin: 10px 0 0;
  }
  .l-footer .title {
    font-size: 2rem;
  }
  .l-footer .access {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  .l-footer .copy {
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
}

/*  
  タイトル
---------------------------------*/
.l-title-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  background: url(img/top/fv_bg.jpg) center;
  background-attachment: fixed;
}

.l-title-page span {
  font-size: 7.2rem;
  letter-spacing: .1em;
  line-height: 1.2;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .l-title-page {
    height: 180px;
  }
  .l-title-page span {
    font-size: 3.6rem;
  }
}

@media (hover: none) {
  .l-title-page {
    background-attachment: inherit;
  }
}

/*  
  タイトル（緑）
---------------------------------*/
.l-title-widthImage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  background: url(img/top/sake_bg.jpg) center;
  background-attachment: fixed;
}

.l-title-widthImage .title {
  font-size: 9.4rem;
  letter-spacing: .2em;
  line-height: 1.2;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #3A643A;
  mix-blend-mode: multiply;
}

.l-title-widthImage .text {
  margin: 25px 0 0;
  color: #fff;
  text-align: center;
}

.l-title-widthImage .deco1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 550px;
}

.l-title-widthImage .deco2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
}

@media (max-width: 1500px) {
  .l-title-widthImage .deco1 {
    width: 450px;
  }
  .l-title-widthImage .deco2 {
    width: 400px;
  }
}

@media (hover: none) {
  .l-title-widthImage {
    background-attachment: inherit;
  }
}

@media (max-width: 767px) {
  .l-title-widthImage {
    height: inherit;
    padding: 40px 0;
  }
  .l-title-widthImage .title {
    font-size: 3.6rem;
    letter-spacing: .2em;
  }
  .l-title-widthImage .text {
    margin: 25px 0 0;
    font-size: 1.4rem;
  }
  .l-title-widthImage .deco1 {
    max-width: 120px;
  }
  .l-title-widthImage .deco2 {
    max-width: 120px;
  }
}

/*  
  ハンバーガーメニュー
---------------------------------*/
.l-toggler-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  text-align: center;
  outline: none;
}

.l-toggler-nav__border-group {
  display: block;
  width: 21px;
  height: 16px;
  margin: 0 auto;
}

.l-toggler-nav__border {
  flex-shrink: 0;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s ease;
}

.l-toggler-nav__border-two {
  margin: 5px auto;
}

.l-toggler-nav__text {
  text-align: center;
  margin-top: 6px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.l-toggler-nav__text-close {
  display: none;
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__border-one {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__border-two {
  opacity: 0;
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__border-three {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__text-open {
  display: none;
}

.l-toggler-nav[aria-expanded="true"] .l-toggler-nav__text-close {
  display: inline;
}

/*  
  フッター
---------------------------------*/
.l-backtotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

/*
  wp
---------------------------------*/
.l-entrybody {
  font-size: 1.6rem;
  word-break: break-all;
}

.l-entrybody p {
  margin: 0 0 1em;
}

.l-entrybody p:last-child {
  margin-bottom: 0 !important;
}

.l-entrybody > p, .l-entrybody > ul, .l-entrybody > ol, .l-entrybody > div, .l-entrybody > table {
  margin: 0 0 2em;
}

.l-entrybody > figure {
  margin: 0 0 2em;
}

.l-entrybody ul, .l-entrybody ol {
  text-align: left;
}

.l-entrybody > ul {
  padding: 0 0 0 1em;
  list-style-type: disc;
}

.l-entrybody > ol {
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
}

.l-entrybody > ul > li {
  margin: .25em 0;
  text-align: left;
}

.l-entrybody li > a {
  display: inline;
}

.l-entrybody a {
  text-decoration: underline;
}

.l-entrybody iframe {
  max-width: 100%;
}

.l-entrybody h1, .l-entrybody h2, .l-entrybody h3, .l-entrybody h4, .l-entrybody h5, .l-entrybody h6 {
  margin: 1.5em 0 .75em;
}

.l-entrybody h1:first-child, .l-entrybody h2:first-child, .l-entrybody h3:first-child, .l-entrybody h4:first-child, .l-entrybody h5:first-child, .l-entrybody h6:first-child {
  margin-top: 0;
}

.l-entrybody h1 {
  font-size: 180%;
}

.l-entrybody h2 {
  font-size: 150%;
}

.l-entrybody h3 {
  font-size: 132%;
}

.l-entrybody h4 {
  font-size: 116%;
}

.l-entrybody h5 {
  font-size: 108%;
}

.l-entrybody h6 {
  font-size: 100%;
}

.l-entrybody table {
  width: 100%;
  font-size: 85%;
}

.l-entrybody td {
  padding: .5em .75em;
  border: 1px solid #ddd;
}

.l-entrybody th {
  padding: .5em .75em;
  border: 1px solid #ddd;
  background: #f7f7f7;
}

.l-entrybody .aligncenter {
  display: block;
  margin: 0 auto;
}

.l-entrybody .alignright {
  float: right;
}

.l-entrybody .alignleft {
  float: left;
}

.l-entrybody .wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}

.l-entrybody .wp-block-image {
  overflow: hidden;
}

@media (max-width: 599px) {
  .l-entrybody .wp-block-column:not(:first-child) {
    margin-top: 2em;
    margin-left: 0;
  }
  .l-entrybody .wp-block-column {
    flex-basis: 100% !important;
  }
}

/*
  wisywig
---------------------------------*/
.l-wisywig {
  word-break: break-all;
  *zoom: 1;
  /*テーブル*/
}

.l-wisywig:after {
  display: block;
  content: "";
  clear: both;
}

.l-wisywig a {
  text-decoration: underline;
}

.l-wisywig a:hover {
  text-decoration: none;
}

.l-wisywig img {
  font-size: 100%;
}

.l-wisywig > p, .l-wisywig > ul, .l-wisywig > ol, .l-wisywig > div, .l-wisywig > table {
  margin: 0 0 2em;
  font-size: 100%;
}

.l-wisywig > ul,
.l-wisywig > ol {
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
  text-align: left;
}

.l-wisywig > ul {
  list-style-type: disc;
}

.l-wisywig > li {
  padding: 5px 0;
}

.l-wisywig > li ul li,
.l-wisywig > li ol li {
  padding: 0;
}

.l-wisywig > ol {
  list-style-type: decimal;
}

.l-wisywig > ul li ul,
.l-wisywig > ul li ol,
.l-wisywig > ol li ul,
.l-wisywig > ol li ol {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  border: none;
}

.l-wisywig h1, .l-wisywig h2, .l-wisywig h3, .l-wisywig h4, .l-wisywig h5, .l-wisywig h6 {
  margin: 1.5em 0 .75em;
  font-weight: bold;
}

.l-wisywig h1:first-child, .l-wisywig h2:first-child, .l-wisywig h3:first-child, .l-wisywig h4:first-child, .l-wisywig h5:first-child, .l-wisywig h6:first-child {
  margin-top: 0;
}

.l-wisywig h1:first-child, .l-wisywig h2:first-child, .l-wisywig h3:first-child, .l-wisywig h4:first-child, .l-wisywig h5:first-child, .l-wisywig h6:first-child {
  margin-top: 0;
}

.l-wisywig > h1 {
  font-size: 180%;
}

.l-wisywig > h2 {
  font-size: 150%;
}

.l-wisywig > h3 {
  font-size: 132%;
}

.l-wisywig > h4 {
  font-size: 116%;
}

.l-wisywig > h5 {
  font-size: 108%;
}

.l-wisywig > h6 {
  font-size: 100%;
}

.l-wisywig > :first-child {
  margin-top: 0;
}

.l-wisywig > :last-child {
  margin-bottom: 0;
}

.l-wisywig img.alignright {
  display: inline;
  float: right;
  margin: 1em 0 1em 1.5em;
}

.l-wisywig img.alignleft {
  display: inline;
  float: left;
  margin: 1em 1.5em 1em 0;
}

.l-wisywig img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

.l-wisywig table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}

.l-wisywig tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.l-wisywig td {
  padding: 10px;
  border-right: 1px solid #ddd;
  word-break: break-all;
}

.l-wisywig td:last-child,
.l-wisywig th:last-child {
  border-right: 0;
}

.l-wisywig th {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #efefef;
}

@media (max-width: 767px) {
  .l-wisywig {
    *zoom: 1;
  }
  .l-wisywig:after {
    display: block;
    content: "";
    clear: both;
  }
  .l-wisywig img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
  .l-wisywig img.alignleft {
    display: block;
    float: none;
    margin: 1em auto;
  }
}

/*  
  ページ送り
---------------------------------*/
.l-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-pagination a, .l-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 -.5px;
  font-size: 2.2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  border: 1px solid #333333;
  transition: .2s;
}

.l-pagination a.is-hover, .l-pagination span.is-hover {
  background: #efefef;
}

.l-pagination span.current {
  background: #eee;
}

.l-pagination .next {
  font-size: 1.5rem;
}

.l-pagination .prev {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .l-pagination a, .l-pagination span {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
  .l-pagination span.current {
    background: #eee;
  }
}

/* ----------------------------- 固有ページ */
/*  
  トップページ
---------------------------------*/
.p-top-fv {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  background: #000;
}

.p-top-fv__block {
  width: calc(100% - 420px);
}

.p-top-fv .kv {
  position: relative;
  overflow: hidden;
}

.p-top-fv .kv__swiper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-top-fv .kv__inner {
  position: relative;
}

.p-top-fv .kv__inner::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-image: url(img/top/slide1.jpg);
  background-position: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 4s ease;
}

.p-top-fv .kv__slide {
  position: relative;
  height: calc(100vh - 80px);
  max-height: 1000px;
  background-size: 0;
  overflow: hidden;
}

.p-top-fv .kv__slide::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 4s ease;
}

.p-top-fv .kv__slide.swiper-slide-active::before, .p-top-fv .kv__slide.swiper-slide-duplicate-active::before, .p-top-fv .kv__slide.swiper-slide-prev::before, .p-top-fv .kv__slide.swiper-slide-duplicate-prev::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-top-fv .kv__title {
  position: absolute;
  bottom: 50px;
  left: 70px;
  z-index: 2;
  font-size: 6rem;
  letter-spacing: -.12em;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #fff;
}

.p-top-fv .kv__title-inner {
  display: block;
}

.p-top-fv .kv__title-inner span {
  display: inline-block;
  opacity: 0;
}

.p-top-fv .kv__title-inner .letter3, .p-top-fv .kv__title-inner .letter7, .p-top-fv .kv__title-inner .letter19, .p-top-fv .kv__title-inner .letter21 {
  margin-left: .5em;
}

.p-top-fv .kv__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-top-fv .kv__deco2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.p-top-fv .catch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 420px;
  padding: 20px;
  line-height: 1.4;
  color: #fff;
  background: url(img/top/fv_bg.jpg?01) center;
  background-attachment: fixed;
}

.p-top-fv .catch__text1 {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}

.p-top-fv .catch__text2 {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-top-fv .catch__deco1 {
  position: absolute;
  top: 60px;
  left: 10px;
  max-height: calc(100% - 200px);
  width: auto;
}

.p-top-fv .catch__deco2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-top-fv .news {
  display: flex;
  height: 80px;
  background: url(img/top/bg_black.jpg) #000 center;
}

.p-top-fv .news__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  flex: none;
  font-size: 2.4rem;
  color: #fff;
  background: url(img/top/bg_ocher.jpg) #93702E center;
  background-size: cover;
}

.p-top-fv .news__body {
  position: relative;
  width: calc(100% - 160px);
  max-width: 800px;
}

.p-top-fv .news__body::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: flex;
  align-items: center;
  margin: auto;
  content: '>>';
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  transition: .3s;
}

.p-top-fv .news__body:hover::after {
  right: 0;
}

.p-top-fv .news__swiper {
  height: 80px;
}

.p-top-fv .news__slide {
  width: 100%;
}

.p-top-fv .news__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 60px 0 25px;
  color: #fff;
}

.p-top-fv .news__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-fv .nav {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  line-height: 1;
}

.p-top-fv .nav__list {
  display: flex;
  justify-content: flex-end;
}

.p-top-fv .nav__item {
  border-left: 1px solid #FFFFFF;
}

.p-top-fv .nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 22px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.p-top-fv .c-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

@media (max-width: 1080px) {
  .p-top-fv__block {
    width: calc(100% - 250px);
  }
  .p-top-fv .kv__title {
    bottom: 40px;
    left: 40px;
  }
  .p-top-fv .catch {
    width: 250px;
  }
}

@media (hover: none) {
  .p-top-fv .catch {
    background-attachment: inherit;
    background-position: top center;
  }
}

.p-top-company-sake-wrap {
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.p-top-company-sake-wrap .deco1 {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.p-top-company-sake-wrap .deco2 {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1500px) {
  .p-top-company-sake-wrap .deco1 {
    top: -200px;
    width: 400px;
  }
  .p-top-company-sake-wrap .deco2 {
    top: 200px;
    width: 400px;
  }
}

.p-top-company {
  padding: 100px 0 200px;
  text-align: center;
  background-size: cover;
}

.p-top-company .title {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: 6rem;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #000971;
  mix-blend-mode: multiply;
}

.p-top-company .text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.p-top-sake {
  padding: 200px 0;
  margin-top: -250px;
  text-align: center;
  background-size: cover;
}

.p-top-sake .title {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  font-size: 6rem;
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  color: #3A643A;
  mix-blend-mode: multiply;
}

.p-top-sake .text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.p-top-sake .c-products {
  position: relative;
  z-index: 2;
  color: #fff;
}

@media (max-width: 767px) {
  /*  
    トップページ（sp）
  ---------------------------------*/
  .p-top-fv {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 70px;
    background-image: url(img/top/fv_text.png), url(img/top/fv_map.png), url(img/top/fv_bg_sp.jpg?01);
    background-repeat: no-repeat,no-repeat,repeat;
    background-size: 40px auto, 80% auto, cover;
    background-position: top 20px left 5px, bottom center, center;
    border-top: 0;
  }
  .p-top-fv__block {
    width: 100%;
    padding: 0;
  }
  .p-top-fv .kv {
    position: static;
  }
  .p-top-fv .kv__swiper {
    height: 350px;
  }
  .p-top-fv .kv__inner {
    max-width: calc(100% - 60px);
    margin: 0 0 0 auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .p-top-fv .kv__slide {
    height: inherit;
  }
  .p-top-fv .kv__title {
    position: static;
    margin: 20px 0;
    padding: 0 0 0 20px;
    font-size: 3.2rem;
  }
  .p-top-fv .kv__deco1 {
    width: 60px;
  }
  .p-top-fv .kv__deco2 {
    width: 60px;
  }
  .p-top-fv .catch {
    width: 100%;
    min-width: inherit;
    margin: auto 0 0;
    padding: 0 20px 0 0;
    text-align: right;
    background: none;
  }
  .p-top-fv .catch__text1 {
    font-size: 1.2rem;
  }
  .p-top-fv .catch__text2 {
    margin: 5px 0 0;
    font-size: 1.6rem;
    text-align: right;
  }
  .p-top-fv .catch__deco1 {
    top: 20px;
    max-height: calc(100% - 60px);
  }
  .p-top-fv .catch__deco2 {
    bottom: -70px;
    max-width: 90%;
  }
  .p-top-fv .news {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 50px;
    background-size: cover;
  }
  .p-top-fv .news__head {
    width: 80px;
    font-size: 1.8rem;
  }
  .p-top-fv .news__body {
    width: calc(100% - 80px);
  }
  .p-top-fv .news__body::after {
    right: 15px;
    font-size: 1.4rem;
  }
  .p-top-fv .news__body:hover::after {
    right: 15px;
  }
  .p-top-fv .news__swiper {
    height: 50px;
  }
  .p-top-fv .news__link {
    padding: 0 40px 0 20px;
  }
  .p-top-company-sake-wrap .deco1 {
    display: none;
  }
  .p-top-company-sake-wrap .deco2 {
    display: none;
  }
  .p-top-company {
    padding: 60px 0 220px;
    background: url(img/top/company_bg_sp.jpg) top center;
    background-size: calc(100% - 40px) auto;
  }
  .p-top-company .u-fixed-bg {
    display: none;
  }
  .p-top-company .title {
    font-size: 4.8rem;
  }
  .p-top-company .text {
    font-size: 1.6rem;
  }
  .p-top-sake {
    margin: -220px 0 0;
    padding: 100px 0 80px;
    background: url(img/top/sake_bg_sp.jpg) top center;
    background-size: calc(100% - 40px) auto;
  }
  .p-top-sake .u-fixed-bg {
    display: none;
  }
  .p-top-sake .title {
    font-size: 4.8rem;
  }
  .p-top-sake .text {
    font-size: 1.6rem;
  }
  .p-top-sake .c-products {
    position: relative;
    z-index: 2;
    color: #fff;
  }
}

/*  
  お知らせ一覧
---------------------------------*/
.p-archive .article {
  border-top: 1px solid #707070;
}

.p-archive .article:last-child {
  border-bottom: 1px solid #707070;
}

.p-archive .article__link {
  display: block;
  padding: 20px 0;
  transition: .4s;
}

.p-archive .article__link.is-hover {
  padding: 20px;
  background: #efefef;
}

.p-archive .article__title {
  font-size: 2.2rem;
}

.p-archive .article__date {
  margin: 10px 0 0;
  font-size: 1.5rem;
}

.p-archive .article__text {
  margin: 5px 0 0;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .p-archive .article__link {
    padding: 20px 0;
  }
  .p-archive .article__title {
    font-size: 2.2rem;
  }
  .p-archive .article__date {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
  .p-archive .article__text {
    margin: 5px 0 0;
    font-size: 1.4rem;
  }
}

/*  
  お知らせ詳細
---------------------------------*/
.p-single__body {
  margin: 40px 0 0;
}

.p-single .title {
  margin: 10px 0 0;
  padding: 0 0 15px;
  font-size: 3.2rem;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .p-single__body {
    margin: 30px 0 0;
  }
  .p-single .title {
    margin: 5px 0 0;
    padding: 0 0 15px;
    font-size: 2.4rem;
  }
}

/*  
  xxxxxxxx
---------------------------------*/
/*  
  お問い合わせ
---------------------------------*/
.p-contact {
  /*アラートメッセージ*/
  /*contactform7ローダー*/
}

.p-contact .form {
  line-height: 1.6;
}

.p-contact .form input[type="text"],
.p-contact .form input[type="email"],
.p-contact .form input[type="tel"] {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  border: 1px solid #707070;
}

.p-contact .form input[type="file"] {
  line-height: 1rem;
}

.p-contact .form textarea {
  min-height: 380px;
  padding: 10px 20px;
  border: 1px solid #707070;
}

.p-contact .form__label {
  font-size: 2rem;
  line-height: 1.4;
}

.p-contact .form__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 60px;
  height: 30px;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  color: #fff;
  background: #EE6464;
  border-radius: 3px;
}

.p-contact .form__badge.any {
  background: #9D9D9D;
}

.p-contact .row {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.p-contact .row__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  min-width: 280px;
  padding: 10px 40px 10px 0;
}

.p-contact .row__body {
  width: 100%;
  padding: 20px 0;
}

.p-contact .col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .4fr .6fr;
      grid-template-columns: .4fr .6fr;
}

.p-contact .col2__left {
  -ms-grid-row-align: center;
      align-self: center;
  padding: 0 10px 0 0;
  font-size: 1.6rem;
}

.p-contact .col2__right {
  -ms-grid-row-align: center;
      align-self: center;
}

.p-contact .file__field {
  margin: 20px 0 0;
}

.p-contact .c-btn-secondary {
  margin: 40px auto 0;
}

.p-contact .wpcf7-not-valid-tip {
  display: block;
  margin: 5px 0 0;
  font-size: 1.4rem;
}

.p-contact .wpcf7-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  transition-delay: .4s;
}

.p-contact .wpcf7-spinner::before {
  content: '';
  position: static;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: -0.125em;
  background-color: transparent;
  border: 5px solid #EE6464;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-contact div.wpcf7-response-output {
  margin: 20px 0 0 !important;
  font-size: 14px;
}

.p-contact form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

@media (max-width: 767px) {
  .p-contact {
    margin: -40px 0 0;
  }
  .p-contact .form input[type="text"],
  .p-contact .form input[type="email"],
  .p-contact .form input[type="tel"] {
    height: 50px;
    padding: 10px 20px;
  }
  .p-contact .form textarea {
    min-height: 300px;
    padding: 10px 20px;
  }
  .p-contact .form__label {
    font-size: 1.6rem;
  }
  .p-contact .form__badge {
    width: 50px;
    height: 25px;
    margin: 0 0 0 20px;
    font-size: 1.2rem;
  }
  .p-contact .row {
    display: block;
    padding: 20px 0;
  }
  .p-contact .row:nth-child(1) {
    border-top: none;
  }
  .p-contact .row__head {
    min-width: 100%;
    padding: 0;
  }
  .p-contact .row__body {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }
  .p-contact .col2__left {
    -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p-contact .col2_right {
    width: calc(100% - 100px);
  }
  .p-contact .file {
    overflow: hidden;
  }
  .p-contact .file__field {
    margin: 20px 0 0;
  }
  .p-contact .c-btn-secondary {
    margin: 20px auto 0;
  }
}

/*  
  チェックボックス（隣接セレクタ）
---------------------------------*/
/*  
  チェックボックス（間接セレクタ）
---------------------------------*/
/*  
  下層ページ
---------------------------------*/
.p-company-lead {
  text-align: center;
}

.p-company-detail th {
  width: 200px;
  padding: 10px 10px 10px 40px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #707070;
}

.p-company-detail td {
  padding: 10px 40px;
  border: 1px solid #707070;
}

.p-company-map .title {
  margin: 0 0 20px;
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-company-detail th {
    width: 120px;
    padding: 10px 20px;
  }
  .p-company-detail td {
    padding: 10px 20px;
  }
  .p-company-map .title {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
}

/*  
  商品詳細
---------------------------------*/
.p-products-single__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.p-products-single__head-textgroup {
  display: flex;
  flex-direction: column;
}

.p-products-single__body {
  margin: 60px 0 0;
}

.p-products-single__foot {
  margin: 60px 0 0;
}

.p-products-single .title {
  font-size: 3rem;
  font-weight: bold;
}

.p-products-single .image {
  text-align: center;
}

.p-products-single .text {
  margin: 30px 0 20px;
  font-size: 1.8rem;
}

.p-products-single .pc-price-wrap {
  margin: auto 0 0;
}

.p-products-single .price {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 10px;
}

.p-products-single .price::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}

.p-products-single .price > * {
  line-height: 1.2;
}

.p-products-single .price > *::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 1.5em);
  content: "";
}

.p-products-single .price > *::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 1.5em);
  content: "";
}

.p-products-single .price__1 {
  font-size: 2rem;
}

.p-products-single .price__2 {
  margin: 0 0 0 auto;
  font-size: 3.2rem;
}

.p-products-single .price__3 {
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

.p-products-single .detail tr {
  border-bottom: 1px solid #707070;
}

.p-products-single .detail th {
  padding: 10px 10px 10px 0;
  font-weight: normal;
  text-align: left;
}

.p-products-single .detail td {
  padding: 10px 10px;
}

@media (max-width: 767px) {
  .p-products-single__head {
    -ms-grid-columns: .4fr .6fr;
        grid-template-columns: .4fr .6fr;
  }
  .p-products-single__body {
    margin: 40px 0 0;
  }
  .p-products-single__foot {
    margin: 20px 0 0;
  }
  .p-products-single .title {
    font-size: 2rem;
  }
  .p-products-single .text {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
  .p-products-single .price {
    padding: 0 0 10px;
  }
  .p-products-single .price__1 {
    font-size: 1.8rem;
  }
  .p-products-single .price__2 {
    margin: 0 0 0 auto;
    font-size: 2.2rem;
  }
  .p-products-single .price__3 {
    margin: 0 0 0 10px;
    font-size: 1rem;
  }
  .p-products-single .sp-price-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding: 40px 0 0;
  }
  .p-products-single .detail th {
    padding: 10px 20px 10px 0;
  }
  .p-products-single .detail td {
    padding: 10px 0;
  }
}

/* ----------------------------- ユーティリティ */
/*
  マージン
---------------------------------*/
/*pc用余白クラス*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

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

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/*sp用余白クラス*/
@media (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mt-105-sp {
    margin-top: 105px !important;
  }
  .u-mt-110-sp {
    margin-top: 110px !important;
  }
  .u-mt-115-sp {
    margin-top: 115px !important;
  }
  .u-mt-120-sp {
    margin-top: 120px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-mb-105-sp {
    margin-bottom: 105px !important;
  }
  .u-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .u-mb-115-sp {
    margin-bottom: 115px !important;
  }
  .u-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .u-my-0-sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-my-35-sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-my-45-sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-my-55-sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-my-65-sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-my-75-sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-my-85-sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-my-95-sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-my-105-sp {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-my-110-sp {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-my-115-sp {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-my-120-sp {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

/*  
  センタリング
---------------------------------*/
.u-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}

.u-wrap-1700 {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}

/*
  文字構え
---------------------------------*/
.u-center {
  text-align: center !important;
}

.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1em;
  margin-left: 1em;
}

.u-indent-witdhIcon {
  position: relative;
  padding-left: 1em;
}

.u-indent-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent_15-witdhIcon {
  position: relative;
  padding-left: 1.5em;
}

.u-indent_15-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list-witdhIcon > li {
  position: relative;
  padding-left: 1em;
}

.u-indent-list-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list_15-witdhIcon > li {
  position: relative;
  padding-left: 1.5em;
}

.u-indent-list_15-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

/*  
  フォント
---------------------------------*/
.u-mincho {
  font-family: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

.u-gothic {
  font-family: gothic;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-weight: bold !important;
}

.u-normal {
  font-weight: normal !important;
}

/*  
  リストスタイル
---------------------------------*/
.u-list-decimal {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}

/*
  リンク
---------------------------------*/
.u-link {
  color: blue;
  text-decoration: underline;
}

/*
  googleMap
---------------------------------*/
.u-googlemap iframe {
  width: 100%;
}

@media (max-width: 767px) {
  .u-googlemap iframe {
    height: 300px;
  }
}

/*  
  iframe
---------------------------------*/
.u-youtube-wrap {
  position: relative;
  width: 100%;
}

.u-youtube-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/*  
  固定背景
---------------------------------*/
.u-fixed-bg-wrap {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.u-fixed-bg-wrap_slash {
  -webkit-clip-path: polygon(0 250px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 250px, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 767px) {
  .u-fixed-bg-wrap_slash {
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
  }
}

.u-fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  pointer-events: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.u-fixed-bg::-webkit-scrollbar {
  display: none;
}

.u-fixed-bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-attachment: fixed;
}

@media (hover: none) {
  .u-fixed-bg__image {
    background-size: calc(100% - 40px) auto;
    background-attachment: inherit;
    background-position: top center;
  }
}

/*---------------------------------------------------------------------------
アニメーションボーダー
---------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .u-borderAnime {
    position: relative;
  }
  .u-borderAnime__inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 2px 0;
    white-space: nowrap;
  }
  .u-borderAnime__inner::after {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .u-borderAnime.is-hover, .u-borderAnime.is-out {
    opacity: 1;
  }
  .u-borderAnime.is-hover .u-borderAnime__inner::after, .u-borderAnime.is-out .u-borderAnime__inner::after {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .u-borderAnime.white span::after {
    background-color: #fff;
  }
}

/*---------------------------------------------------------------------------
アニメーションボーダー
---------------------------------------------------------------------------*/
.u-line__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-size .35s;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
}

.u-line.white .u-line__inner {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
}

.u-line.is-hover .u-line__inner {
  background-size: 100% 1px;
  transition: background-size .35s;
}
