@charset "UTF-8";
/*
Theme Name: PICNIC-2022
Author: dydx
*/
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/* fonts */
/* ==========================================================================
 #Foundation
========================================================================== */
/* #Reset 
----------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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 {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* #Typography
----------------------------------------------------------------- */
body, html {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 2;
  color: #000000;
  font-size: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  body, html {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  body, html {
    font-size: 2.3255813953vw;
  }
}

*::-moz-selection {
  background-color: #f5e9eb;
  color: #000000;
}

*::selection {
  background-color: #f5e9eb;
  color: #000000;
}

b, strong, .bold {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.sans {
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none;
}

/* #base
----------------------------------------------------------------- */
html .insta {
  position: fixed;
  z-index: 6;
  width: 1.8rem;
  height: 10.7rem;
  top: 50%;
  left: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .insta__text {
  color: #000000;
  font-family: semplicitapro, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideway;
}
html .insta1 {
  position: fixed;
  z-index: 6;
  width: 1.8rem;
  height: 10.7rem;
  top: 50%;
  left: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .insta1 .text-insta1 {
  color: #ffffff;
  font-family: semplicitapro, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideway;
}
html .insta1 .image2 {
  display: none;
}
html .insta1.change-color .text-insta1 {
  color: #000000;
}
html .insta1.change-color .image1 {
  display: none;
}
html .insta1.change-color .image2 {
  display: inline-block;
}
@media (max-width: 900px) {
  html .insta {
    display: none;
  }
  html .insta1 {
    display: none;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

svg {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
 #Layout
========================================================================== */
/* #wrapper
----------------------------------------------------------------- */
#wrapper.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* #Container
----------------------------------------------------------------- */
.container {
  max-width: 1000px;
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.container .inner-container {
  width: 80%;
  margin: auto;
}

.mv-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .container {
    width: 39rem;
  }
  .container .inner-container {
    width: 100%;
  }
  .mv-container {
    padding: 100px 0;
  }
}
/* #header
----------------------------------------------------------------- */
.l-header {
  height: 80px;
  width: 100%;
}
.l-header__inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__logo {
  width: 93px;
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__logo .img--colorwhite {
  fill: #ffffff;
}
.l-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header__gitem {
  margin-left: 2rem;
}
.l-header__gitem:first-of-type {
  margin-left: 0;
}
.l-header__glink {
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #000;
  display: inline-block;
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-header__glink:hover {
  opacity: 0.75;
}
.l-header__glink--colorwhite {
  color: #ffffff;
}
.l-header__glink--contact {
  border: 1px solid #000;
  width: auto;
  padding: 0 3rem;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__glink--contact--colorwhite {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(177, 103, 103, 0.3);
}
.l-header__glink--contact.hover:hover {
  background-color: #000000;
  color: #ffffff;
}
.l-header__glink--cart {
  width: 3rem;
}
.l-header-top {
  position: absolute;
  z-index: 100;
}
.l-header .l-header__nav.pc_none .menu-btn {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  display: block;
  width: 5.1rem;
  height: 5.1rem;
  top: 0%;
  right: 0;
  z-index: 200;
  border-radius: 50%;
  cursor: pointer;
  top: 1rem;
  right: 1rem;
}
.l-header .l-header__nav.pc_none .menu-btn.close {
  position: fixed;
}
.l-header .l-header__nav.pc_none .bar {
  width: 2.4rem;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .l-header__nav.pc_none .bar-top {
  top: 1.6rem;
}
.l-header .l-header__nav.pc_none .bar-middle {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header .l-header__nav.pc_none .bar-bottom {
  bottom: 1.6rem;
}
.l-header .l-header__nav.pc_none .menu-btn.close .bar-top {
  -webkit-transform: translate(-50%, -1px) rotate(45deg);
          transform: translate(-50%, -1px) rotate(45deg);
  top: 50%;
}
.l-header .l-header__nav.pc_none .menu-btn.close .bar-middle {
  opacity: 0;
}
.l-header .l-header__nav.pc_none .menu-btn.close .bar-bottom {
  -webkit-transform: translate(-50%, 1px) rotate(-45deg);
          transform: translate(-50%, 1px) rotate(-45deg);
  bottom: 50%;
}
.l-header .l-header__nav.pc_none .menubox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #005226;
  width: 100%;
  height: 100vh;
  opacity: 95%;
  z-index: 100;
  overflow: scroll;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist {
  padding-bottom: 4rem;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--linktext {
  text-align: center;
  color: #ffffff;
  margin-top: 3rem;
  font-size: 1.6rem;
  font-family: semplicitapro, sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--image {
  margin-top: 10rem;
  text-align: center;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 3rem;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--flex .linktext {
  font-size: 1.6rem;
  font-family: semplicitapro, sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--insta {
  margin-top: 3rem;
  text-align: center;
  margin: auto;
  padding-top: 3rem;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--button {
  text-align: center;
  margin: auto;
  width: 30%;
  display: block;
  color: #005F2C;
  padding: 1rem 6rem;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 2rem;
  border-radius: 3rem;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--tel {
  text-align: center;
  margin: auto;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: semplicitapro, sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 2rem;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--tel a {
  color: #FFFFFF !important;
}
.l-header .l-header__nav.pc_none .menubox .menubox_innerlist--tel-span {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 900px) {
  .l-header {
    height: 7rem;
    width: 100%;
  }
  .l-header__inner {
    width: 39rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__logo {
    width: 9.3rem;
  }
  .l-header .menu {
    margin-top: 1rem;
  }
}

/* #main
----------------------------------------------------------------- */
.l-main {
  display: block;
  width: 100%;
  position: relative;
}

.column3row3gap12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* #footer
----------------------------------------------------------------- */
.footer {
  background-color: #1d1d1d;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer .l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .footer .l-footer {
    display: block;
    text-align: center;
  }
}
.footer .l-footer__text {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
  white-space: nowrap;
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
}
@media (max-width: 900px) {
  .footer .l-footer__text {
    font-size: 1rem;
  }
}
.footer .l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .l-footer__list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
}
.footer .l-footer__list--contact {
  margin-right: 2rem;
  color: #fff;
}
.footer .l-footer__list--contact .p {
  font-family: semplicitapro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  letter-spacing: 0.12em;
}
.footer .l-footer__list--contact span {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media (max-width: 900px) {
  .footer .l-footer__list {
    display: none;
  }
}
.footer__copyright {
  text-align: right;
  margin-top: 4rem;
  color: #fff;
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  .footer__copyright {
    text-align: center;
  }
}

.section-ordering {
  position: relative;
  width: 100%;
  padding: 6rem 0 9rem;
  background-color: #f5f5f5;
}
.section-ordering__title {
  text-align: center;
  margin-bottom: 5rem;
}
.section-ordering__title .h2 {
  font-family: semplicitapro, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 900px) {
  .section-ordering__title .h2 {
    font-size: 3.8rem;
  }
}
.section-ordering__title .h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.section-ordering__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 1fr 1.2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.section-ordering__grid--inner {
  padding: 20px 16px;
  border: 2px solid;
  text-align: center;
  background-color: #fff;
}
.section-ordering__grid--inner .h3 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 10px;
}
.section-ordering__grid--inner .img {
  height: 60px;
  margin: auto;
}
.section-ordering__grid--inner .img img {
  height: 100%;
}
.section-ordering__grid--inner .tel {
  margin-top: 3rem;
  font-family: semplicitapro, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.08em;
}
.section-ordering__grid--inner .tel a {
  color: #000000;
}
.section-ordering__grid--inner .chui {
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.section-ordering__grid--inner .button {
  background-color: #000; /* Green */
  margin-top: 3rem;
  border: none;
  color: white;
  padding: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  width: 100%;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-ordering__grid--inner .button:hover {
  background-color: #f6a306;
}
@media (max-width: 900px) {
  .section-ordering {
    padding: 5rem 0 6rem;
  }
  .section-ordering__title {
    margin-bottom: 3rem;
  }
  .section-ordering__title .h2 {
    line-height: 1;
  }
  .section-ordering__grid {
    display: block;
  }
  .section-ordering__grid--inner {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto 15px;
  }
  .section-ordering__grid--inner .button {
    margin: 2rem auto 0;
    width: 90%;
  }
  .section-ordering .scroll-top {
    display: none;
  }
}

.section-ordering.bg {
  background-color: #ffffff;
}

/* ==========================================================================
 #component
========================================================================== */
/* #js-scrollItem
----------------------------------------------------------------- */
.js-effectItem {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-effectItem--fadeIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-effectItem.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border-bottom: 0rem solid transparent;
}

/* Slider */
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 27px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 0.85;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
  background-image: url("./img/common/arrow-left.png");
}
.slick-prev:hover {
  left: -40px;
}

.slick-next {
  right: -35px;
  background-image: url("./img/common/arrow-right.png");
}
.slick-next:hover {
  right: -40px;
}

/* Dots */
.slick-dots {
  position: static;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2.5rem;
  position: relative;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  height: 1rem;
  width: 1rem;
  border: 1px solid #707070;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active, .slick-dots li:hover, .slick-dots li:focus {
  background-color: #707070;
}
.slick-dots li button {
  display: none;
}

@media screen and (max-width: 900px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 27px;
    width: 18px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 30%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent;
    opacity: 0.85;
  }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -5%;
    background-image: url("./img/common/arrow-left.png");
  }
  .slick-prev:hover {
    left: -40px;
  }
  .slick-next {
    right: -6%;
    background-image: url("./img/common/arrow-right.png");
  }
  .slick-next:hover {
    right: -40px;
  }
}
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
.js-sliderNumber {
  overflow: visible !important;
}
@media (max-width: 900px) {
  .js-sliderNumber {
    margin-bottom: 8rem;
  }
}
.js-sliderNumber.js-sliderNumber--dotsRight .slick-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.js-sliderNumber .slick-dots {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -4.5rem;
  height: 4rem;
}
@media (max-width: 900px) {
  .js-sliderNumber .slick-dots {
    bottom: -3rem;
  }
}
.js-sliderNumber .slick-dots li {
  width: auto;
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.4rem;
}
.js-sliderNumber .slick-dots li.slick-active .dot circle {
  -webkit-animation: circle 6s forwards;
          animation: circle 6s forwards; /* keyframes名 速さ 繰り返し 開始までの間隔 */
  stroke: #000000;
  stroke-width: 2;
  opacity: 1;
}
.js-sliderNumber .slick-dots li .dot {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
}
.js-sliderNumber .slick-dots li .dot .num {
  position: relative;
  z-index: 100;
}
.js-sliderNumber .slick-dots li .dot svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.js-sliderNumber .slick-dots li .dot circle {
  fill: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.js-sliderNumber .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
}

.js-slider {
  overflow: visible !important;
}
@media (max-width: 900px) {
  .js-slider {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 7.5rem;
  }
}
.js-slider .slick-dots {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 3.5rem;
  right: 15rem;
  height: auto;
  z-index: 0;
}
@media (max-width: 900px) {
  .js-slider .slick-dots {
    bottom: 8rem;
    right: 16.5rem;
    height: 4rem;
  }
}
.js-slider .slick-dots li {
  width: auto;
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.4rem;
}
.js-slider .slick-dots li.slick-active .dot circle {
  -webkit-animation: circle 6s forwards;
          animation: circle 6s forwards; /* keyframes名 速さ 繰り返し 開始までの間隔 */
  stroke: #ffffff;
  stroke-width: 2;
  opacity: 1;
}
.js-slider .slick-dots li .dot {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 0.5rem;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
}
.js-slider .slick-dots li .dot .num {
  position: relative;
  z-index: 100;
}
.js-slider .slick-dots li .dot svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.js-slider .slick-dots li .dot circle {
  fill: transparent;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.js-slider .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
}

.c-sliderArrow {
  position: absolute;
  bottom: 3.5rem;
  right: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .c-sliderArrow {
    bottom: 14rem;
    right: 6rem;
  }
}
.c-sliderArrow span {
  display: block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.c-sliderArrow .c-sliderArrow__prev {
  margin-right: 1rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-sliderArrow .c-sliderArrow__prev:hover {
  -webkit-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}
.c-sliderArrow .c-sliderArrow__next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-sliderArrow .c-sliderArrow__next:hover {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}

.js-slider, .js-sliderPicup, .js-slidersinglenews {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.js-slider.slick-initialized, .js-sliderPicup.slick-initialized, .js-slidersinglenews.slick-initialized {
  opacity: 1;
}

.js-sliderObento .slick-dots {
  margin-top: 1rem;
}
.js-sliderObento .slick-dots li {
  margin: 0 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border: 1px solid #000000;
}
.js-sliderObento .slick-dots li.slick-active, .js-sliderObento .slick-dots li:hover, .js-sliderObento .slick-dots li:focus {
  background-color: #000000;
}
.js-sliderObento .slick-dots li button {
  display: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 0)), color-stop(8.1%, hsla(0, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0, 0%, 0%, 0.046)), color-stop(29%, hsla(0, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0, 0%, 0%, 0.326)), color-stop(71%, hsla(0, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0, 0%, 0%, 0.434)), to(hsla(0, 0%, 0%, 0.44)));
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* fancybox */
.has-image[data-image-fit=cover] .fancybox__content {
  width: 77rem;
  height: auto;
  padding: 3.5rem 0 2rem 0;
  background-color: #ffffff;
}
@media (max-width: 900px) {
  .has-image[data-image-fit=cover] .fancybox__content {
    width: 36rem;
    padding: 3.5rem 0 2rem 0;
  }
}

.fancybox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fancybox__content img {
  width: 71rem !important;
  height: auto !important;
  max-height: 100%;
}
@media (max-width: 900px) {
  .fancybox__content img {
    width: 33rem !important;
  }
}

.fancybox__caption {
  width: 77rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  text-align: left;
  font-size: 1.5rem;
  color: #000000;
  background-color: #ffffff;
  padding-bottom: 6rem;
}
@media (max-width: 900px) {
  .fancybox__caption {
    width: 36rem;
  }
}

.js-openningWipe {
  width: 0vw;
  height: 0vw;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-transition: all 4s cubic-bezier(0.47, 0, 0.75, 0.72);
  transition: all 4s cubic-bezier(0.47, 0, 0.75, 0.72);
}
.js-openningWipe.active {
  width: 300vw;
  height: 300vw;
}
.js-openningWipe.visible {
  overflow: visible;
}
.js-openningWipe .slider {
  width: 100vw !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.js-openningLogo {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-openningLogo.visible {
  opacity: 1;
}
.js-openningLogo svg path, .js-openningLogo svg rect, .js-openningLogo svg polygon {
  fill: #000000;
  -webkit-transition: fill 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-openningLogo.active svg path, .js-openningLogo.active svg rect, .js-openningLogo.active svg polygon {
  fill: #ffffff;
}

.js-openningItem {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-openningItem.active {
  opacity: 1;
}

.js-openningMask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 10000;
}

.js-openningImage {
  width: 100%;
}
.js-openningImage .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body, .js-openningMask {
  background-color: #F7F4F3;
}

body.home .js-openningMask,
body.home {
  background-color: #FFFFFF;
}

#wrapper {
  background-color: #ffffff;
}

.c-scrollTop {
  position: fixed;
  right: 2.5rem;
  bottom: 5rem;
  z-index: 100;
  color: #000000;
  text-align: center;
  display: none;
}
.c-scrollTop img {
  width: 5.6rem;
  height: auto;
}
.c-scrollTop__text {
  font-size: 1rem;
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2;
}
.c-scrollTop:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-scrollTop.none {
  display: none;
}
.c-scrollTop.white {
  color: #ffffff;
}
@media (max-width: 900px) {
  .c-scrollTop {
    display: none;
  }
}

.c-instagram {
  margin-bottom: 11.5rem;
}
.c-instagram .sb_instagram_header {
  display: none !important;
}
.c-instagram #sbi_load {
  display: none !important;
}
.c-instagram svg {
  width: auto;
}
@media (max-width: 900px) {
  .c-instagram .sbi_item:last-of-type {
    display: none;
  }
}

.c-pageFv {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 900px) {
  .c-pageFv {
    height: 29.5rem;
    padding: 0;
  }
}
.c-pageFv__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.c-pageFv__h1 {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .c-pageFv__h1 {
    font-size: 3.8rem;
  }
}
.c-pageFv__h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.c-secHead__title {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 900px) {
  .c-secHead__title {
    font-size: 3.8rem;
  }
}
.c-secHead__sub {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .c-secHead__sub {
    margin-bottom: 2.5rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #cccccc;
  margin: 0 0.2rem;
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
}
.wp-pagenavi a {
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-pagenavi a:hover {
  background-color: #eeeeee;
}
.wp-pagenavi span {
  background-color: #eeeeee;
}
.wp-pagenavi .extend {
  display: none;
}

/* ==========================================================================
 #project
========================================================================== */
/* #top
----------------------------------------------------------------- */
.home .sec1 {
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec1 .mv-container-top {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.home .sec1 .mv-container-top .slider {
  width: 100%;
  height: 100%;
}
.home .sec1 .mv-container-top .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.home .sec1 .mv-container-top .slick-img {
  width: 100%;
  height: 100%;
}
.home .sec1 .mv-container-top .slick-img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
}
.home .sec1 .mv-container-top .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
.home .sec1 .mv-container-top .slick-list:focus {
  outline: none;
}
.home .sec1 .mv-container-top .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.home .sec1 .mv-container-top .slick-slider .slick-track, .home .sec1 .mv-container-top .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home .sec1 .mv-container-top .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.home .sec1 .mv-container-top .slick-track:before, .home .sec1 .mv-container-top .slick-track:after {
  display: table;
  content: "";
}
.home .sec1 .mv-container-top .slick-track:after {
  clear: both;
}
.home .sec1 .mv-container-top .slick-loading .slick-track {
  visibility: hidden;
}
.home .sec1 .mv-container-top .slick-next.slick-arrow {
  display: none !important;
}
.home .sec1 .mv-container-top .slick-prev.slick-arrow {
  display: none !important;
}
.home .sec1 .mv-container-top__subimg {
  z-index: 7;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48rem;
  height: 14.4rem;
}
.home .sec1 .mv-container-top__subimg img, .home .sec1 .mv-container-top__subimg svg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home .sec1 .mv-container-top__subimg svg {
  width: 100%;
  height: auto;
}
.home .sec1 .mv-container-top__news {
  z-index: 7;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 1rem 1rem;
  left: 4%;
  bottom: 3%;
  width: 50rem;
  border-radius: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__news .add-animation {
  -webkit-animation: none !important;
          animation: none !important;
}
.home .sec1 .mv-container-top__news a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .sec1 .mv-container-top__news a:hover {
  opacity: 0.75;
}
.home .sec1 .mv-container-top__news .slide-arrow.prev-arrow {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__news .slide-arrow.next-arrow {
  z-index: 100;
  background-color: transparent;
  padding: 0.4rem 0.6rem;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__news--test {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__news--test .title {
  font-family: semplicitapro, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-right: 2rem;
  margin-left: 1rem;
}
.home .sec1 .mv-container-top__news--test .single-item {
  width: 80%;
  overflow: hidden;
}
.home .sec1 .mv-container-top__news--test .single-item .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__news--test .single-item .holder .text {
  color: #000;
  height: 3rem;
  overflow: hidden;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: 38rem;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*让文本强制在一行不换行*/
  text-overflow: ellipsis; /*显示省略号来代表被修剪的文本*/
}
.home .sec1 .mv-container-top__pagination {
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 3%;
  bottom: 3%;
}
.home .sec1 .mv-container-top__pagination .pagination-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__pagination .pagination-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec1 .mv-container-top__pagination .pagination-content .flex .text {
  font-family: semplicitapro, sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 2;
  font-weight: 700;
  color: #ffffff;
  margin-left: 2rem;
}
.home .sec1 .mv-container-top__pagination .swipericon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec1 .mv-container-top__pagination .swipericon img {
  margin-right: 1rem;
}
@media (max-width: 900px) {
  .home .sec1 .mv-container-top .slick-img {
    height: 100%;
  }
  .home .sec1 .mv-container-top .slick-img img {
    height: 100%;
  }
  .home .sec1 .mv-container-top__mainimg {
    margin-top: 0%;
  }
  .home .sec1 .mv-container-top__mainimg img {
    width: 100%;
  }
  .home .sec1 .mv-container-top__subimg {
    width: 31.5rem;
    height: 9.4rem;
  }
  .home .sec1 .mv-container-top__subimg img {
    width: 80%;
    display: block;
    margin: auto;
  }
  .home .sec1 .mv-container-top__news {
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    bottom: 0%;
    left: auto;
  }
  .home .sec1 .mv-container-top__news .slide-arrow.prev-arrow {
    background-color: initial;
    position: absolute;
    left: 2%;
    right: auto;
    top: 60%;
    z-index: 100;
    padding: 0.4rem 0.8rem;
    cursor: pointer;
  }
  .home .sec1 .mv-container-top__news .slide-arrow.next-arrow {
    z-index: 100;
    padding: 0.4rem 0.6rem;
    position: absolute;
    right: 2%;
    top: 60%;
    cursor: pointer;
  }
  .home .sec1 .mv-container-top__news--test {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 80%;
    margin: auto;
    background-color: #ffffff;
    display: block;
  }
  .home .sec1 .mv-container-top__news--test .title {
    padding: 0 2rem;
    background-color: #000000;
    color: #ffffff;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 0rem;
    display: inline-block;
    height: 2.7rem;
    line-height: 2.7rem;
  }
  .home .sec1 .mv-container-top__news--test .single-item {
    width: 100%;
  }
  .home .sec1 .mv-container-top__news--test .single-item .holder {
    display: block;
    background-color: #ffffff;
  }
  .home .sec1 .mv-container-top__news--test .single-item .holder .text {
    padding: 1.2rem 2rem 2rem 2rem;
    width: auto;
    height: auto;
    white-space: normal;
  }
  .home .sec1 .mv-container-top__pagination {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    width: 100%;
    bottom: 8%;
    right: auto;
  }
  .home .sec1 .mv-container-top__pagination .pagination-content .flex .text {
    margin-right: 2rem;
    margin-left: 0px;
  }
  .home .sec1 .mv-container-top__pagination .swipericon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .sec1 .mv-container-top__pagination .swipericon img {
    margin-left: 1rem;
    margin-right: 0px;
  }
}
.home .sec2 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.home .sec2 .flexcontent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
.home .sec2 .flexcontent__item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.home .sec2 .flexcontent__item1--inner {
  margin: auto;
}
.home .sec2 .flexcontent__item1--inner .h1 {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 900px) {
  .home .sec2 .flexcontent__item1--inner .h1 {
    font-size: 3.8rem;
  }
}
.home .sec2 .flexcontent__item1--inner .h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.home .sec2 .flexcontent__item2 {
  width: 100%;
}
.home .sec2 .flexcontent__item2 .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner .linkcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
  border-radius: 2.8rem;
  padding: 0.8rem 1.2rem;
  margin-right: 1.2rem;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner .linkcontent .text1 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2;
  color: black;
  width: 65px;
  margin-right: 6.4rem;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner .linkcontent .text2 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2;
  color: black;
  width: 180px;
  margin-right: 2.8rem;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner .linkcontent:hover {
  border: 1px solid #ffffff;
  background: #000;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner .linkcontent:hover .text1 {
  color: #fff;
}
.home .sec2 .flexcontent__item2 .flexcontent__item2__inner .linkcontent:hover .text2 {
  color: #fff;
}
@media (max-width: 900px) {
  .home .sec2 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: center;
  }
  .home .sec2 .flexcontent {
    display: block;
  }
  .home .sec2 .flexcontent__item1 {
    margin-bottom: 2.8rem;
  }
  .home .sec2 .flexcontent__item1--inner {
    margin: auto;
  }
  .home .sec2 .flexcontent__item1--inner .h1 {
    line-height: 1.3;
  }
  .home .sec2 .flexcontent__item2 .pc_none .text {
    font-size: 1.5rem;
  }
  .home .sec2 .flexcontent__item2 .pc_none .linkcontent {
    margin-top: 3.6rem;
  }
  .home .sec2 .flexcontent__item2 .pc_none .linkcontent .linktext {
    font-family: semplicitapro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #000000;
    border-bottom: 1px solid;
    display: inline-block;
  }
}
.home .sec3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F2F0EF;
  position: relative;
}
.home .sec3 .container .title {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.home .sec3 .container .slider4 {
  width: calc(100% + 1.6rem);
  margin-left: -0.75rem;
}
@media (max-width: 900px) {
  .home .sec3 .container .slider4 {
    width: 45rem;
  }
}
.home .sec3 .container .slider4 .slick-next.slick-arrow {
  display: none !important;
}
.home .sec3 .container .slider4 .slick-prev.slick-arrow {
  display: none !important;
}
.home .sec3 .container .slider4 .slide-item {
  position: relative;
}
.home .sec3 .container .slider4 .slide-item .img__grid_item {
  text-align: center;
  padding: 0 0.75rem;
  height: 24rem;
}
.home .sec3 .container .slider4 .slide-item .img__grid_item .image {
  width: 100%;
  height: 24rem;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 900px) {
  .home .sec3 .container .slider4 .slide-item .img__grid_item .image {
    width: 100%;
    height: 20.5rem;
  }
}
.home .sec3 .container .slider4 .slide-item .center {
  width: 90%;
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home .sec3 .container .slider4 .slide-item .center .text {
  color: #ffffff;
  font-size: 1.6rem;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  text-align: left;
  margin: auto;
  width: 90%;
}
.home .sec3 .container .slick-prev:before,
.home .sec3 .container .slick-next:before {
  color: #000 !important;
}
.home .sec3 .container .slideWrap {
  position: relative;
  width: 100%;
}
.home .sec3 .container .buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .sec3 .container .buttons .button {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 7rem;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 900px) {
  .home .sec3 .container .buttons .button {
    top: -15rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.home .sec3 .container .buttons .button:hover {
  opacity: 0.75;
}
.home .sec3 .container .buttons .button.js-sliderPicupArrow--right {
  right: -11.5rem;
  background-image: url(./images/top/pickup-swiper-icon-right.svg);
}
@media (max-width: 900px) {
  .home .sec3 .container .buttons .button.js-sliderPicupArrow--right {
    right: 0;
    background-image: url(./images/top/pickup-swiper-icon-right-sp.svg);
  }
}
.home .sec3 .container .buttons .button.js-sliderPicupArrow--left {
  left: -11.5rem;
  background-image: url(./images/top/pickup-swiper-icon-left.svg);
}
.home .sec4 {
  padding: 0 6.4rem;
}
.home .sec4 .inner-container__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin: 20rem auto;
}
.home .sec4 .inner-container__item--column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .sec4 .inner-container__item .left {
  width: 70%;
}
.home .sec4 .inner-container__item .left .subimage {
  -webkit-animation: 5s linear infinite rotation1;
          animation: 5s linear infinite rotation1;
  position: absolute;
  top: -10%;
  z-index: 100;
}
.home .sec4 .inner-container__item .left .subimage img {
  width: 100%;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.home .sec4 .inner-container__item .left .image {
  position: relative;
  width: 100%;
}
.home .sec4 .inner-container__item .left .image .slideshow {
  width: 100%;
  height: 53rem;
  overflow: hidden;
  position: relative;
}
.home .sec4 .inner-container__item .left .image .slideshow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}
.home .sec4 .inner-container__item .left .pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0%;
}
.home .sec4 .inner-container__item .left .pagination-inner {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 2rem;
}
.home .sec4 .inner-container__item .left--column {
  width: 45%;
  text-align: right;
}
.home .sec4 .inner-container__item .left--column .image {
  width: 100%;
}
.home .sec4 .inner-container__item .left--column .image .slideshow {
  width: 100%;
}
.home .sec4 .inner-container__item .left--column .image .slideshow img {
  height: auto;
  top: 0;
  margin-right: 0%;
  position: absolute;
}
.home .sec4 .inner-container__item .left--column .pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  right: 0%;
}
.home .sec4 .inner-container__item .left--column .pagination-inner {
  margin-left: 2rem;
  margin-right: 0px;
}
.home .sec4 .inner-container__item .right {
  right: 0%;
  bottom: 0%;
  width: 35%;
  position: absolute;
  padding: 4.8rem 6.4rem;
  background-color: #ffffff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec4 .inner-container__item .right__content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .sec4 .inner-container__item .right .title {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.home .sec4 .inner-container__item .right .subtitle {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.home .sec4 .inner-container__item .right .text {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.home .sec4 .inner-container__item .right .sp_none .linkcontent {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec4 .inner-container__item .right .sp_none .linkcontent .linktext {
  width: 15rem;
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #000000;
  margin-right: 1.2rem;
  position: relative;
}
.home .sec4 .inner-container__item .right .sp_none .linkcontent .linktext::after {
  content: "";
  background: url("images/top/viewmore-icon.svg");
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 10%;
  background-size: cover;
}
.home .sec4 .inner-container__item .right .sp_none .linkcontent .linktext:hover::after {
  right: 10px;
}
.home .sec4 .inner-container__item .right--column {
  left: 0%;
  bottom: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec4 .inner-container__item .right--column__content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .sec4 .inner-container__item .right .pc_none .linkcontent .linktext {
  width: 15rem;
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-right: 1.2rem;
  position: relative;
}
.home .sec4 .inner-container__item .right .pc_none--column {
  left: 0%;
  bottom: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sec4 .inner-container__item .right .pc_none--column__content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .home .sec4 .linktext {
    width: 30rem;
  }
  .home .sec4 .linktext::after {
    right: 5%;
  }
}
@media (max-width: 900px) {
  .home .sec4 {
    padding: 0px;
  }
  .home .sec4 .inner-container__item {
    position: static;
    display: block;
    width: 100%;
    margin: 12rem auto;
  }
  .home .sec4 .inner-container__item .left {
    width: 100%;
  }
  .home .sec4 .inner-container__item .left .subimage {
    width: 100px;
    height: 100px;
    left: 5%;
    right: auto;
    top: -5%;
  }
  .home .sec4 .inner-container__item .left .subimage img {
    width: 100%;
  }
  .home .sec4 .inner-container__item .left .image .slideshow {
    height: auto;
  }
  .home .sec4 .inner-container__item .left .image .slideshow .slick-track {
    height: 32rem;
  }
  .home .sec4 .inner-container__item .left .image .slideshow .slick-track img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .sec4 .inner-container__item .left .pagination {
    padding: 0 2rem;
  }
  .home .sec4 .inner-container__item .left--column .image .slider {
    width: 100%;
    height: 100%;
  }
  .home .sec4 .inner-container__item .left--column .subimage {
    left: auto;
    right: 5%;
    top: -5%;
  }
  .home .sec4 .inner-container__item .left--column .pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .home .sec4 .inner-container__item .left--column .pagination-inner {
    margin-left: 2rem;
    margin-right: 0px;
  }
  .home .sec4 .right {
    position: static !important;
    width: 100% !important;
    padding: 0px !important;
    margin-top: 4rem;
  }
  .home .sec4 .right .right__content {
    width: 88%;
    margin: auto;
  }
  .home .sec4 .right .right__content .title {
    font-size: 4.5rem;
    line-height: 1.3;
  }
  .home .sec4 .right .text {
    padding-top: 20px;
  }
  .home .sec4 .right .pc_none {
    width: 100%;
  }
  .home .sec4 .right .pc_none .linkcontent {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem 3.2rem;
    background-color: #000000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    border-radius: 2.6rem;
    margin-top: 4rem;
  }
  .home .sec4 .right .pc_none .linkcontent .linktext {
    color: #ffffff;
    width: 14rem;
    text-align: center;
  }
}
.home .sec5 .title {
  text-align: center;
}
.home .sec5 .title .subtitle {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/* #about
----------------------------------------------------------------- */
.about .sec1 {
  width: 100%;
  text-align: center;
  padding: 8rem 0 5rem;
}
.about .sec1 .h1 {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 900px) {
  .about .sec1 .h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 900px) {
  .about .sec1 .h1 {
    line-height: 1.5;
  }
}
.about .sec1 .h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 80px;
}
.about .sec1 .text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media (max-width: 900px) {
  .about .sec1 {
    padding: 5rem 0 5rem;
  }
  .about .sec1 .h4 {
    margin-bottom: 50px;
  }
  .about .sec1 .text {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
.about .sec3 {
  width: 100%;
  padding: 3rem 0 14rem;
}
.about .sec3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 48px;
  padding-bottom: 48px;
}
.about .sec3 .flex .flex-item1 {
  font-size: 1.5rem;
  width: 25%;
}
.about .sec3 .flex .flex-item1 p {
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.about .sec3 .flex .flex-item2 {
  width: 75%;
}
.about .sec3 .flex .flex-item2 .title {
  font-size: 2rem;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.about .sec3 .flex .flex-item2 .title span {
  font-size: 1.4rem;
  font-family: semplicitapro, sans-serif;
  margin-left: 15px;
  font-weight: 700;
}
.about .sec3 .flex .flex-item2 .text {
  font-size: 1.4rem;
}
.about .sec3 .text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media (max-width: 900px) {
  .about .sec3 {
    padding: 2rem 0 8rem;
  }
  .about .sec3 .flex {
    display: block;
    border-bottom: none;
    margin-top: 28px;
    padding-bottom: 20px;
  }
  .about .sec3 .flex .flex-item1 {
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .about .sec3 .flex .flex-item2 {
    width: 100%;
  }
  .about .sec3 .flex .flex-item2 .title {
    margin-bottom: 10px;
  }
  .about .sec3 .text {
    line-height: 1.8;
  }
}

/* #catering
----------------------------------------------------------------- */
.catering .sec1 {
  width: 100%;
  text-align: center;
  padding: 1rem 0 8rem;
}
.catering .sec1 .text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .catering .sec1 {
    padding: 0 0 5rem;
  }
  .catering .sec1 .text {
    margin-top: 20px;
    text-align: left;
  }
  .catering .sec1 .text br {
    display: none;
  }
}
.catering .sec2 {
  margin-bottom: 9rem;
}
.catering .sec2 .inner-container--content {
  text-align: center;
}
.catering .sec2 .title {
  font-size: 2.8rem;
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.15em;
  font-weight: 700;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 2.8rem;
  margin: 0 auto;
}
.catering .sec2 .subtitle {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
.catering .sec2 .grid_item {
  cursor: pointer;
  width: 30.5%;
  padding: 1% 1% 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.catering .sec2 .grid_item img {
  width: 100%;
  height: 22.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.catering .sec2 .grid_item .text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 5px;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #000000;
}
.catering .sec2 .grid_item:nth-child(3n-1) {
  margin: 0 1% 15px;
}
@media (max-width: 900px) {
  .catering .sec2 {
    margin-bottom: 3rem;
  }
  .catering .sec2 .grid_item {
    width: 46%;
    padding: 1.5% 1.5% 20px;
  }
  .catering .sec2 .grid_item img {
    width: 100%;
    height: 13.6rem;
  }
  .catering .sec2 .grid_item:nth-child(3n-1) {
    margin: 0 0 15px;
  }
  .catering .sec2 .grid_item:nth-child(2n) {
    margin-left: 2%;
  }
  .catering .sec2 .text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.catering .sec3 {
  margin-bottom: 10rem;
}
.catering .sec3 .flex {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catering .sec3 .flex .flex-item1 {
  font-size: 1.5rem;
  width: 30%;
}
.catering .sec3 .flex .flex-item1 p {
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.catering .sec3 .flex .flex-item2 {
  width: 70%;
}
.catering .sec3 .flex .flex-item2 .text {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.catering .sec3 .flex:last-child {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 900px) {
  .catering .sec3 {
    margin-bottom: 5rem;
  }
  .catering .sec3 .flex {
    display: block;
  }
  .catering .sec3 .flex .flex-item1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .catering .sec3 .flex .flex-item2 {
    width: 100%;
  }
  .catering .sec3 .flex:last-child {
    border-bottom: 1px solid #c7c7c7;
  }
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
/*
.fancybox__content{
		width: 700px !important;
		height: 400px !important;
		text-align: center;
		img{
			width: 100%;
			height: 100%;
			margin: auto;
		}
}
@media (max-width: $screen-sm-max) {
	.fancybox__content{
		width: 80% !important;
	}

}//sp*/
/* #obento
----------------------------------------------------------------- */
.obento .mv-container {
  background-color: #ffffff;
  position: relative;
}
.obento .mv-container img {
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.obento .sec1 {
  width: 100%;
  text-align: center;
  padding: 1rem 0 8rem;
}
.obento .sec1 .text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .obento .sec1 {
    padding: 0 0 5rem;
  }
  .obento .sec1 .text {
    margin-top: 30px;
    text-align: left;
  }
  .obento .sec1 .text br {
    display: none;
  }
}
.obento .sec2 {
  margin-bottom: 9rem;
}
.obento .sec2 .inner-container--content {
  text-align: center;
}
.obento .sec2 .title {
  font-size: 2.8rem;
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.15em;
  font-weight: 700;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 2.8rem;
  margin: 0 auto;
}
.obento .sec2 .subtitle {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
.obento .sec2 .grid_item {
  width: 30%;
  margin-bottom: 35px;
  text-align: left;
}
.obento .sec2 .grid_item .mainimage {
  height: 26rem;
  background-color: #f5f5f5;
}
.obento .sec2 .grid_item .mainimage img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.obento .sec2 .grid_item:nth-child(3n-1) {
  margin: 0 5% 15px;
}
.obento .sec2 .text1 {
  font-size: 1.9rem;
  margin-top: 15px;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.obento .sec2 .text1 span {
  font-size: 1.3rem;
}
.obento .sec2 .text2 {
  font-size: 1.8rem;
  line-height: 3.1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.obento .sec2 .text2 span {
  font-size: 1.2rem;
}
.obento .sec2 .text3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 5px;
  letter-spacing: 0.1rem;
  text-align: left;
}
@media (max-width: 900px) {
  .obento .sec2 {
    margin-bottom: 3rem;
  }
  .obento .sec2 .grid_item {
    width: 49%;
  }
  .obento .sec2 .grid_item:nth-child(3n-1) {
    margin: 0 0 15px;
  }
  .obento .sec2 .grid_item:nth-child(2n) {
    margin-left: 2%;
  }
  .obento .sec2 .grid_item .mainimage {
    height: 16.5rem;
  }
  .obento .sec2 .subtitle {
    margin-top: 15px;
  }
  .obento .sec2 .text1 {
    font-size: 1.6rem;
    margin-top: 5px;
    line-height: 2rem;
    padding-top: 10px;
  }
  .obento .sec2 .text1 span {
    display: block;
  }
  .obento .sec2 .text2 {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .obento .sec2 .text3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.obento .sec3 {
  margin-bottom: 10rem;
}
.obento .sec3 .flex {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.obento .sec3 .flex .flex-item1 {
  font-size: 1.5rem;
  width: 30%;
}
.obento .sec3 .flex .flex-item1 p {
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.obento .sec3 .flex .flex-item2 {
  width: 70%;
}
.obento .sec3 .flex .flex-item2 .text {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.obento .sec3 .flex:last-child {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 900px) {
  .obento .sec3 {
    margin-bottom: 5rem;
  }
  .obento .sec3 .flex {
    display: block;
  }
  .obento .sec3 .flex .flex-item1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .obento .sec3 .flex .flex-item2 {
    width: 100%;
  }
  .obento .sec3 .flex:last-child {
    border-bottom: 1px solid #c7c7c7;
  }
}
.obento .obentoGallery {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 130px;
}
@media (max-width: 900px) {
  .obento .obentoGallery {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }
}
.obento .obentoGallery__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.obento .obentoGallery__box .image {
  width: 19rem;
  height: 19rem;
  margin-right: 1.24rem;
  margin-bottom: 1.24rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.obento .obentoGallery__box .image:nth-of-type(5n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .obento .obentoGallery__box .image {
    width: 12.6rem;
    height: 12.6rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .obento .obentoGallery__box .image:nth-of-type(5n) {
    margin-right: 0.5rem;
  }
  .obento .obentoGallery__box .image:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* #decrstion
----------------------------------------------------------------- */
.decrstion .mv-container {
  background-color: #ffffff;
  position: relative;
}
.decrstion .mv-container img {
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.decrstion .sec1 {
  width: 100%;
  text-align: center;
  padding: 1rem 0 8rem;
}
.decrstion .sec1 .text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .decrstion .sec1 {
    padding: 0 0 5rem;
  }
  .decrstion .sec1 .h1 {
    line-height: 1.5;
  }
  .decrstion .sec1 .text {
    margin-top: 30px;
    text-align: left;
  }
  .decrstion .sec1 .text br {
    display: none;
  }
}
.decrstion .sec2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.decrstion .sec2 .container .content-anchorlink-conrainer {
  padding: 2rem 3.2rem 1.2rem 3.2rem;
  border: 2px solid #000000;
}
.decrstion .sec2 .container .content-anchorlink-conrainer .text {
  width: 25rem;
  text-align: center;
}
.decrstion .sec2 .container .content-anchorlink-conrainer .text .title {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #000000;
}
.decrstion .sec2 .container .content-anchorlink-conrainer .text .subtitle {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  color: #000000;
}
.decrstion .sec2 .container .content-anchorlink-conrainer .image {
  text-align: center;
  margin-top: 2rem;
  height: 65px;
}
.decrstion .sec2 .container .content-anchorlink-conrainer .image img {
  height: 65px;
  width: auto;
}
.decrstion .sec2 .container .content-anchorlink-conrainer .linkicon {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .decrstion .sec2 .container {
    display: block;
  }
  .decrstion .sec2 .container .content-anchorlink-conrainer {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .decrstion .sec2 .container .content-anchorlink-conrainer .text {
    text-align: left;
  }
  .decrstion .sec2 .container .content-anchorlink-conrainer .image {
    text-align: center;
    margin-top: 0px;
    width: 8rem;
  }
  .decrstion .sec2 .container .content-anchorlink-conrainer .linkicon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: 0rem;
  }
}
.decrstion .sec3 {
  margin-bottom: 10rem;
}
.decrstion .sec3 .slideshow {
  width: 100%;
  height: 31rem;
  overflow: hidden;
  position: relative;
}
.decrstion .sec3 .slideshow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}
.decrstion .sec3 .title {
  text-align: center;
}
.decrstion .sec3 .title__content {
  font-size: 2.8rem;
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.15em;
  font-weight: 700;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 2.8rem;
  margin: 0 auto;
  margin-bottom: 9rem;
  margin-top: 9rem;
}
.decrstion .sec3 .flexcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9rem;
}
.decrstion .sec3 .flexcontent .swipercontent {
  width: 50%;
}
.decrstion .sec3 .flexcontent .swipercontent .slideshow {
  width: 100%;
  background-color: #f5f5f5;
}
.decrstion .sec3 .flexcontent .swipercontent .images {
  width: 100%;
}
.decrstion .sec3 .flexcontent .swipercontent .images .slider {
  width: 100%;
  height: 100%;
}
.decrstion .sec3 .flexcontent .swipercontent .images .slider .slick-img {
  width: 100%;
  display: block;
}
.decrstion .sec3 .flexcontent .swipercontent .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.decrstion .sec3 .flexcontent .swipercontent .pagination .content-pagination {
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.3rem;
  margin-left: 2rem;
}
.decrstion .sec3 .flexcontent .swipercontent .pagination .content-pagination--line {
  color: #000000;
  border-width: 60px;
  margin-left: 2rem;
  height: 1rem;
}
.decrstion .sec3 .flexcontent .text {
  width: 50%;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-left: 4rem;
}
.decrstion .sec3 .flexcontent__justify-content-end {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.decrstion .sec3 .flexcontent__justify-content-end .text {
  margin-left: 0px;
  margin-right: 4rem;
}
.decrstion .sec3 .flex {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decrstion .sec3 .flex .flex-item1 {
  font-size: 1.5rem;
  width: 30%;
}
.decrstion .sec3 .flex .flex-item1 p {
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.decrstion .sec3 .flex .flex-item2 {
  width: 70%;
}
.decrstion .sec3 .flex .flex-item2 .text {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.decrstion .sec3 .flex .flex-item2 .file {
  padding-right: 3.2rem;
  position: relative;
}
.decrstion .sec3 .flex .flex-item2 .file:after {
  position: absolute;
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.4rem;
  background-image: url("./images/decrstion/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.decrstion .sec3 .flex .flex-item2 .file span {
  display: inline-block;
  color: #E38300;
  border-bottom: 1px solid #E38300;
  padding-bottom: 0.1rem;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.decrstion .sec3 .flex .flex-item2 .file span:hover {
  border-bottom: 1px solid transparent;
}
.decrstion .sec3 .flex:last-child {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 900px) {
  .decrstion .sec3 {
    margin-bottom: 15rem;
  }
  .decrstion .sec3 .flexcontent {
    display: block;
  }
  .decrstion .sec3 .flexcontent .swipercontent {
    width: auto;
  }
  .decrstion .sec3 .flexcontent .swipercontent .slideshow {
    height: 26rem;
  }
  .decrstion .sec3 .flexcontent .swipercontent .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .decrstion .sec3 .flexcontent .text {
    width: 100%;
    margin-left: 0;
  }
  .decrstion .sec3 .flexcontent__justify-content-end .text {
    margin-right: 0;
  }
  .decrstion .sec3 .title__content {
    margin-bottom: 4rem;
  }
  .decrstion .sec3 .flex {
    display: block;
    padding: 10px 0;
  }
  .decrstion .sec3 .flex .flex-item1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .decrstion .sec3 .flex .flex-item2 {
    width: 100%;
  }
  .decrstion .sec3 .flex:last-child {
    border-bottom: 1px solid #c7c7c7;
  }
}

/* #news
----------------------------------------------------------------- */
.news {
  /*
  .sec3{
      .content__news-pagination{
          display: flex;
          width: fit-content;
          padding-bottom: 10rem;
          padding-top: 4.8rem;
          margin: auto;

          .inner{
              border: 1px solid $black;
              padding: 0.4rem 0.8rem;
              margin-right: 0.8rem;
              font-family: $sans;
              font-size: 1.3rem;
              font-weight: $font-weight-bold;
              line-height: $line-height-base;
          }
          .inner__backgroundblack{
              background-color: $black;
              border: 1px solid $black;
              color: $white;
              padding: 0.4rem 0.8rem;
              margin-right: 0.8rem;
              font-family: $sans;
              font-size: 1.3rem;
              font-weight: $font-weight-bold;
              line-height: $line-height-base;
          }
      }
  }//#sec3
  */
}
.news .sec1 {
  width: 100%;
  text-align: center;
  padding: 1rem 0 5rem;
}
.news .sec1 .h1 {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
  color: #000000;
}
@media (max-width: 900px) {
  .news .sec1 .h1 {
    font-size: 3.8rem;
  }
}
.news .sec1 .h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}
@media (max-width: 900px) {
  .news .sec1 {
    padding: 0 0 5rem;
  }
}
.news .sec2 .tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.news .sec2 .tab .content__tab {
  font-family: semplicitapro, sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.6rem 1.6rem;
  margin-right: 1.2rem;
}
.news .sec2 .tab .content__tab.selected {
  background-color: #000 !important;
  color: #fff !important;
}
.news .sec2 .tab .content__tab.count0 {
  display: none;
}
.news .sec2 .tab .content__tab:hover {
  background-color: #000;
  color: #fff;
}
.news .sec2 .grid_container {
  margin-bottom: 8rem;
  margin-top: 4.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  row-gap: 1.6rem;
}
.news .sec2 .grid_container .grid_item .img__grid_item {
  position: relative;
  width: auto;
  height: 23.7rem;
}
.news .sec2 .grid_container .grid_item .img__grid_item img {
  width: 100%;
  height: 100%;
}
.news .sec2 .grid_container .grid_item .img__grid_item .label {
  position: absolute;
  text-align: center;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}
.news .sec2 .grid_container .grid_item .img__grid_item .label .content-label {
  font-family: semplicitapro, sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  background-color: #000000;
  padding: 0.4rem 1.5rem;
}
.news .sec2 .grid_container .grid_item .img__grid_item .label a:link {
  color: #fff;
  text-decoration: none;
}
.news .sec2 .grid_container .grid_item .img__grid_item .label a:hover {
  color: #fff;
}
.news .sec2 .grid_container .grid_item .img__grid_item .label a:active {
  color: #fff;
}
.news .sec2 .grid_container .grid_item .img__grid_item .label a:visited {
  color: #fff;
}
.news .sec2 .grid_container .grid_item .img__grid_item:hover {
  opacity: 0.8;
}
.news .sec2 .grid_container .grid_item .text__grid_item .text1 {
  font-family: semplicitapro, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  margin-top: 0.4rem;
}
.news .sec2 .grid_container .grid_item .text__grid_item .text2 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  margin-top: 1.6rem;
  max-width: 23.7rem;
  letter-spacing: 0.08em;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*让文本强制在一行不换行*/
  text-overflow: ellipsis; /*显示省略号来代表被修剪的文本*/
}
.news .sec2 .grid_container .grid_item .text__grid_item .text3 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}
@media (max-width: 900px) {
  .news .sec2 .grid_container {
    margin-top: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .sec2 .grid_container .grid_item {
    width: 46.8%;
  }
  .news .sec2 .grid_container .grid_item:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0px;
  }
  .news .sec2 .grid_container .grid_item .img__grid_item {
    position: relative;
    height: 18.7rem;
  }
  .news .sec2 .grid_container .grid_item .img__grid_item .image {
    width: 100%;
  }
  .news .sec2 .grid_container .grid_item .img__grid_item .label {
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 2;
  }
  .news .sec2 .grid_container .grid_item .img__grid_item .label .content-label {
    font-family: semplicitapro, sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    background-color: #000000;
    padding: 0.4rem 1.6rem;
  }
  .news .sec2 .grid_container .grid_item .text__grid_item .text1 {
    font-family: semplicitapro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    color: #000000;
  }
  .news .sec2 .grid_container .grid_item .text__grid_item .text2 {
    font-family: semplicitapro, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    color: #000000;
    margin-top: 1rem;
  }
  .news .sec2 .grid_container .grid_item .text__grid_item .text3 {
    font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;
  }
}
.news .wp-pagenavi {
  margin-top: 4rem;
  margin-bottom: 8rem;
  text-align: center;
  font-size: 1.8rem;
}
.news .wp-pagenavi .page.larger {
  color: #000;
}
.news .wp-pagenavi .nextpostslink {
  color: #000;
}
.news .wp-pagenavi .previouspostslink {
  color: #000;
}

/* #news-content
----------------------------------------------------------------- */
.news-content .sec1 {
  width: 100%;
  text-align: center;
  padding: 1rem 0 5rem;
}
.news-content .sec1 .h1 {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
  color: #000000;
}
@media (max-width: 900px) {
  .news-content .sec1 .h1 {
    font-size: 3.8rem;
  }
}
.news-content .sec1 .h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}
.news-content .sec2 .inner-container {
  width: 68%;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text1 {
  margin-left: 0;
  position: relative;
  font-family: semplicitapro, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text1 a:link {
  color: #000;
  text-decoration: none;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text1 a:hover {
  color: #000;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text1 a:active {
  color: #000;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text1 a:visited {
  color: #000;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text1::before {
  display: inline-block;
  content: "";
  border-top: solid 0.2rem #000000;
  margin: 0;
  width: 1.8rem;
  margin-right: 0.3rem;
}
.news-content .sec2 .inner-container .newscontent-inner__textflex .text2 {
  font-family: semplicitapro, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2;
  font-weight: 700;
}
.news-content .sec2 .inner-container .img {
  margin-bottom: 4rem;
}
.news-content .sec2 .inner-container .img img {
  width: 100%;
  height: 100%;
}
.news-content .sec2 .inner-container .title {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.news-content .sec2 .inner-container .singlecontent p {
  width: 100%;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 2;
  line-height: 2;
  margin-bottom: 4rem;
}
.news-content .sec2 .inner-container .singlecontent p img {
  width: 100%;
}
.news-content .sec2 .inner-container .singlecontent p .alignnone {
  width: 100%;
}
.news-content .sec2 .wp-block-image {
  text-align: center;
}
@media (max-width: 900px) {
  .news-content .sec2 .inner-container {
    width: 100%;
  }
}
.news-content .sec3 {
  width: 100%;
  position: relative;
  margin-top: 16rem;
  margin-bottom: 12rem;
}
.news-content .sec3 .container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-content .sec3 .container .flex .text1 {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 2;
  line-height: 2;
}
.news-content .sec3 .container .flex .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 2;
  line-height: 2;
}
.news-content .sec3 .container .slider3 {
  width: calc(100% + 1.6rem);
  margin-left: -0.75rem;
}
@media (max-width: 900px) {
  .news-content .sec3 .container .slider3 {
    width: 45rem;
  }
}
.news-content .sec3 .container .slider3 .slick-next.slick-arrow {
  display: none !important;
}
.news-content .sec3 .container .slider3 .slick-prev.slick-arrow {
  display: none !important;
}
.news-content .sec3 .container .slider3 .slide-item {
  position: relative;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item {
  position: relative;
  text-align: center;
  padding: 0 0.75rem;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .image {
  width: 100%;
  height: 24rem;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 900px) {
  .news-content .sec3 .container .slider3 .slide-item .img__grid_item .image {
    width: 100%;
    height: 20.5rem;
  }
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .label {
  position: absolute;
  right: 3%;
  bottom: 0%;
  z-index: 2;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .label .content-label {
  font-family: semplicitapro, sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  background-color: #000000;
  padding: 0.4rem 1.6rem;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .label a:link {
  color: #fff;
  text-decoration: none;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .label a:hover {
  color: #fff;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .label a:active {
  color: #fff;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item .label a:visited {
  color: #fff;
}
.news-content .sec3 .container .slider3 .slide-item .img__grid_item:hover {
  opacity: 0.8;
}
.news-content .sec3 .container .slider3 .slide-item .text__grid_item .text1 {
  width: 95%;
  margin: auto;
  font-family: semplicitapro, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #000000;
}
.news-content .sec3 .container .slider3 .slide-item .text__grid_item .text2 {
  width: 95%;
  margin: auto;
  font-family: semplicitapro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  margin-top: 2rem;
  max-width: 23.7rem;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*让文本强制在一行不换行*/
  text-overflow: ellipsis; /*显示省略号来代表被修剪的文本*/
}
.news-content .sec3 .container .slider3 .slide-item .text__grid_item .text3 {
  width: 95%;
  margin: auto;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}
.news-content .sec3 .container .slick-prev:before,
.news-content .sec3 .container .slick-next:before {
  color: #000 !important;
}
.news-content .sec3 .container .slideWrap {
  position: relative;
  width: 100%;
}
.news-content .sec3 .container .buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-content .sec3 .container .buttons .button {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 4rem;
  height: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 900px) {
  .news-content .sec3 .container .buttons .button {
    top: -22rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.news-content .sec3 .container .buttons .button:hover {
  opacity: 0.75;
}
.news-content .sec3 .container .buttons .button.js-sliderNewsArrow--right {
  right: -11.5rem;
  background-image: url(./images/news-content/swiper-icon-right.svg);
}
@media (max-width: 900px) {
  .news-content .sec3 .container .buttons .button.js-sliderNewsArrow--right {
    right: 0;
    background-image: url(./images/top/pickup-swiper-icon-right-sp.svg);
  }
}
.news-content .sec3 .container .buttons .button.js-sliderNewsArrow--left {
  left: -11.5rem;
  background-image: url(./images/news-content/swiper-icon-left.svg);
}
@media (max-width: 1366px) {
  .news-content .sec3 .buttons {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .news-content .sec3 .buttons {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .news-content .sec3 .content__news-active .slider3 .slide-arrow.prev-arrow.slick-arrow {
    display: none !important;
  }
  .news-content .sec3 .content__news-active .slider3 .slide-arrow.next-arrow.slick-arrow {
    display: none !important;
  }
}

/* #contact
----------------------------------------------------------------- */
.contact .sec1 {
  width: 100%;
  text-align: center;
  padding: 1rem 0 5rem;
}
.contact .sec1 .h1 {
  font-family: semplicitapro, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
  color: #000000;
}
@media (max-width: 900px) {
  .contact .sec1 .h1 {
    font-size: 3.8rem;
  }
}
.contact .sec1 .h4 {
  font-family: Roboto, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}
.contact .sec1 .text {
  font-size: 1.7rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .contact .sec1 {
    padding: 0 0 5rem;
  }
  .contact .sec1 .text {
    margin-top: 30px;
    text-align: left;
  }
  .contact .sec1 .text br {
    display: none;
  }
}
.contact .sec2 .content1 {
  padding: 2rem;
  border: solid 2px #000000;
  width: 44%;
}
.contact .sec2 .content1 .inner1 {
  width: 100%;
  text-align: center;
}
.contact .sec2 .content1 .inner1 .text {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.contact .sec2 .content1 .inner1 .image {
  height: 8rem;
  margin: 1rem 0;
}
.contact .sec2 .content1 .inner1 .image img {
  height: 100%;
}
.contact .sec2 .content1 .inner2 .text {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.contact .sec2 .content1 .inner2 .button {
  background-color: #529d67;
  padding: 0.5rem 0;
  color: #ffffff;
  display: block;
  width: 80%;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 2.8rem;
  margin: 0 auto;
}
.contact .sec2 .content1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .sec2 .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .sec2 .content2 .textflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
}
.contact .sec2 .content2 .textflex img {
  width: 2.7rem;
  height: auto;
  display: block;
  margin-right: 2rem;
}
.contact .sec2 .content2 .text1 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.contact .sec2 .content2 .text2 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}
.contact .sec2 .content2 .text2 a {
  color: #000000;
}
.contact .sec2 .content2 .text3 {
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .contact .sec2 .content1 {
    padding: 2rem 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-bottom: 1rem;
    position: relative;
  }
  .contact .sec2 .content1 .inner1 {
    width: 100%;
  }
  .contact .sec2 .content1 .inner1 .text {
    text-indent: 6rem;
    text-align: left;
    margin: 2rem 0 3rem;
  }
  .contact .sec2 .content1 .inner1 .image {
    position: absolute;
    left: 1.5rem;
    top: 0.8rem;
    height: 5.5rem;
  }
  .contact .sec2 .content1 .inner2 {
    width: 100%;
    text-align: center;
  }
  .contact .sec2 .content1 .inner2 .text {
    text-align: left;
  }
  .contact .sec2 .content2 {
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4rem;
    text-align: center;
  }
  .contact .sec2 .content2 .textflex {
    padding-left: 0;
  }
}
.contact .sec3 .inner-container {
  margin-top: 5.6rem;
  margin-bottom: 12rem;
}
.contact .sec3 .inner-container .form-content {
  background-color: #f7f7f7;
  padding: 4rem 3.2rem;
}
.contact .sec3 .inner-container .form-content .caption {
  text-align: right;
  margin-bottom: 0.8rem;
}
.contact .sec3 .inner-container .form-content .formitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}
.contact .sec3 .inner-container .form-content .formitem .label {
  width: 14.5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  margin-right: 10rem;
}
.contact .sec3 .inner-container .form-content .formitem .label .icon {
  color: red;
  margin-left: 0.8rem;
}
.contact .sec3 .inner-container .form-content .formitem .select {
  padding: 0 2rem;
  border: #d1d1d1 solid 1px;
  height: 4rem;
  border-radius: 0;
  color: #000000;
}
.contact .sec3 .inner-container .form-content .formitem .wpcf7-form-control-wrap {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.contact .sec3 .inner-container .form-content .formitem .wpcf7-form-control-wrap .value {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
.contact .sec3 .inner-container .form-content .formitem .wpcf7-form-control-wrap .value--contact {
  height: 340px;
}
.contact .sec3 .inner-container .form-content .formitem .value {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 1.1rem 2rem;
  border: #d1d1d1 solid 1px;
}
.contact .sec3 .inner-container .form-content .formitem .value--contact {
  height: 340px;
}
.contact .sec3 .inner-container .form-button {
  width: 100%;
  margin-top: 5rem;
  text-align: center;
}
.contact .sec3 .inner-container .form-button .button {
  cursor: pointer;
  width: 35rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #000000;
  padding: 0;
  color: #ffffff;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 2;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  border-radius: 3.2rem;
}
@media (max-width: 900px) {
  .contact .sec3 .inner-container .form-content {
    padding: 2rem 2rem;
  }
  .contact .sec3 .inner-container .form-content .formitem {
    display: block;
  }
  .contact .sec3 .inner-container .form-content .formitem .value {
    width: 88%;
  }
  .contact .sec3 .inner-container .form-content .formitem .value--contact {
    height: 26rem !important;
  }
  .contact .sec3 .inner-container .form-button {
    width: 100%;
    margin-top: 5rem;
    text-align: center;
    display: block;
  }
  .contact .sec3 .inner-container .form-button .button {
    height: 4rem;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
  font-size: 1.5rem;
}
.contact .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

/* #404
----------------------------------------------------------------- */
.error404 .p-404 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 28rem;
}
@media (max-width: 900px) {
  .error404 .p-404 {
    padding-top: 5rem;
    padding-bottom: 17rem;
  }
}
.error404 .p-404__h1 {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  font-family: semplicitapro, sans-serif;
  font-weight: 600;
}
@media (max-width: 900px) {
  .error404 .p-404__h1 {
    font-size: 2.4rem;
  }
}
.error404 .p-404__h2 {
  margin-top: 18rem;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .error404 .p-404__h2 {
    margin-top: 10rem;
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.error404 .p-404__text {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .error404 .p-404__text {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
 #utility
========================================================================== */
/* #img
----------------------------------------------------------------- */
.img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: text-bottom;
}

.u-img--cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 901px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_none {
    display: none !important;
  }
}
/* #tel
----------------------------------------------------------------- */
.u-tel a {
  color: #000000;
}

/* #hover
----------------------------------------------------------------- */
.u-hover {
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.u-hover:hover {
  opacity: 0.75;
}

/* #cta
----------------------------------------------------------------- */
.u-cta {
  position: fixed;
  right: 0;
  top: 18%;
  z-index: 999;
  height: auto;
  width: 4rem;
}
.u-cta__button {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  border: 1px solid black;
  border-radius: 10px 0 0 10px;
  padding: 1.5rem 0.5rem;
  margin-bottom: 0.5rem;
  border-right: none;
}
.u-cta__button__bentou {
  background: #ffeded;
}
.u-cta__button__cataring {
  background: #fff6d6;
}
.u-cta__button a {
  color: black;
  font-size: 1.4rem;
  font-family: semplicitapro, sans-serif;
  letter-spacing: 0.04rem;
  font-weight: bold;
}
.u-cta__button a:hover {
  opacity: 0.5;
}