@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }




@media (min-width: 992px) {
  .mobile-only {
    display: none; } }

@media (max-width: 991.98px) {
  .desktop-only {
    display: none; } }


html {
  font-size: 10px;
  overflow-y: scroll; }
  
  
  h1 {
  font-size: 35px;
  margin: 0vw 0vw 0vw;
  text-align:center;
  letter-spacing: 5px;
  }
  
  h2 {
  font-size: 20px;
  margin: 2vw 0vw 1vw;
  font-weight:bold;}
  
  p.read {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 5%;
    margin: 2vw 20vw 5vw;
}

.seriesTit {
    font-size: 2.3vw;
    margin: 2vw 1vw;
    font-weight: bold;
}

.pageTit {
    font-size: 14px;
    margin: 2vw 0vw 1vw;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    text-align: left;
}




.pageDay {
    font-size: 30px;
    margin: 0.8em 0 0;
	line-height: 2;


}


.pageText {
    font-size: 25px;
    margin: 0.8em 0 0;
	line-height: 2.5;}
  
  @media (max-width: 991.98px) {
    html {
      font-size: 8.5714285714px; }
	  
	  h1 {
      font-size: 28px;
	  margin: 2vw 0vw 2vw;
	  font-weight:bold;
	  
	  letter-spacing: 5px;
	  }
	  
	  h2 {
  font-size: 18px;
  margin: 2vw 0vw 1vw;
  font-weight:bold;}
	  
	  

	  
	p.txt {
    font-size: 1.02vw;
    text-align: left;
    line-height: 2;
    margin: 38px auto;
    max-width: 800px;
    text-align: justify;
    text-justify: inter-ideograph;}



p.read {
    font-size: 13px;
    margin: 0 7vw 5%;}
p.read {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 5%;}

.pageText {
    font-size: 18px;
    margin: 0.8em 0 0;
	line-height: 2.5;}


.pageTit {
    font-size: 14px;
    margin: 2vw 0vw 5vw;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    text-align: left;}




.pageDay {
    font-size: 16px;
    margin: 2vw 0vw 5vw;
	line-height: 2;}

}






html, body {
  height: 100%; }

body {
  color: #323232;
  background: #FFF;
  font-size: 13px;
  line-height: 1.7;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }

/*
a {
  color: #323232;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease; }

a:link:hover {
  color: #919191; }

a, button {
  cursor: pointer; }
  
  */

:focus {
  outline: none; }

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

.document-wrapper {
  overflow: hidden; }

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

@media (max-width: 1240px) {
  .container {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px; } }

body {
  opacity: 0; }

body.content-loaded {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1 !important; }

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/






/*ロゴ----------------------------------------------------------------------------------------*/

.logo {
    position: fixed;
    height: 55px;
    mix-blend-mode: exclusion;
    z-index: 50;
    top: 0;
}


.logo img {
    height: 55px;
    width: auto;
}



#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
.modal {
  display: none; }

#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  max-width: 100%; }

#cboxPrevious, #cboxNext {
  position: absolute;
  top: calc(50% - 40px);
  width: 30px;
  height: 80px;
  border: none;
 center center no-repeat;
  background-size: 15px auto; }

#cboxPrevious {
  left: -33px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

#cboxNext {
  right: -33px; }

@media (max-width: 991.98px) {
  #cboxPrevious, #cboxNext {
    top: calc(50% - 6vw);
    width: 12vw;
    height: 12vw;
    
    background-size: 8px auto; }
  #cboxPrevious {
    left: 0; }
  #cboxNext {
    right: 0; } }

#cboxCurrent {
  display: none; }

#colorbox .modal {
  display: block; }

#cboxOverlay {
  background: #fff; }

#cboxLoadedContent {
  position: relative; }

#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  width: 24px;
  height: 24px; }
  @media (max-width: 991.98px) {
    #cboxClose {
      top: 16px;
      right: 16px; } }
  #cboxClose:before {
    position: absolute;
    left: 4px;
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: #515151;
    transform: rotate(45deg); }
  #cboxClose:after {
    position: absolute;
    left: 4px;
    content: '';
    display: block;
    width: 16px;

    height: 1px;
    background: #515151;
    transform: rotate(-45deg); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px; }
  @media (max-width: 5000.98px) {
    .site-header {
      height: 72px;
      background: none; } }
  .site-header .site-header-logo {
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .site-header .site-header-logo a {
      display: inline-block; }
    @media (max-width: 991.98px) {
      .site-header .site-header-logo {
        transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .site-header .site-header-logo img {
          max-width: 40vw; } }
  .site-header .site-nav a {
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1; }
    .site-header .site-nav a:hover {
      color: #919191; }
  .site-header .site-nav span {
    display: block; }
  @media (min-width: 992px) {
    .site-header .site-nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      .site-header .site-nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%; }
      .site-header .site-nav li {
        height: 100%; }
      .site-header .site-nav li.shop {
        display: none; }
      .site-header .site-nav a {
        display: inline-flex;
        align-items: center;
        height: 100%;
        padding: 0 40px; }
        .site-header .site-nav a:hover {
          color: #919191; } }
    @media (min-width: 992px) and (max-width: 991.98px) {
      .site-header .site-nav a {
        padding: 0 10px; } }
  @media (min-width: 992px) {
      .site-header .site-nav span {
        display: block; } }
  @media (max-width: 991.98px) {
    .site-header .site-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      background: #FFF;
      border-top: 1px solid #323232; }
      .site-header .site-nav ul {
        display: flex;
        height: 100%; }
        .site-header .site-nav ul li {
          flex: 1 1 33.33333%;
          height: 100%; }
          .site-header .site-nav ul li a {
            display: block;
            text-align: center;
            height: 100%;
            background-position: top 5px center;
            background-repeat: no-repeat;
            background-size: 19px auto;
            padding-top: 32px; }
          .site-header .site-nav ul li.about a {
            background-image: url(); }
          .site-header .site-nav ul li.shop a {
            background-image: url(); }
          .site-header .site-nav ul li.instagram a {
            background-image: url(); } }

.document-wrapper {
  padding-top: 104px; }
  @media (max-width: 991.98px) {
    .document-wrapper {
      padding-top: 0;
      padding-bottom: 51px; } }

@media (max-width: 991.98px) {
  body.scrolled-down .site-header-logo {
    opacity: 0;
    pointer-events: none; } }

.site-footer {
  padding: 120px 0 60px 0; }
  @media (max-width: 991.98px) {
    .site-footer {
      padding: 60px 0 30px 0; } }
  .site-footer .site-footer-instagram {
    font-size: 1.6rem;
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    text-align: center; }
    .site-footer .site-footer-instagram a {
      text-decoration: underline; }
  .site-footer .site-footer-copyright {
    margin-top: 50px;
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    text-align: center; }
    @media (max-width: 991.98px) {
      .site-footer .site-footer-copyright {
        margin-top: 30px; } }

.pagetop-link {
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 9;
  display: block;
  width: 48px;
  height: 48px;
  background: url() no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s linear; }
  @media (max-width: 991.98px) {
    .pagetop-link {
      right: 24px;
      bottom: 74px; } }
  .pagetop-link.active {
    opacity: 1;
    pointer-events: initial; }

.site-intro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  border: 16px solid #ffefeb;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .site-intro .logo {
    position: relative;
    width: 100%;
    text-align: center; }
    .site-intro .logo .logo-wrap {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
    .site-intro .logo .logo-main {
      line-height: 0; }
    .site-intro .logo .logo-sub {
      width: 42.849%;
      margin: 0 auto;
      margin-top: 4.16258%;
      line-height: 0;
      opacity: 0;
      transition: opacity 0.9s linear 0.6s; }
    .site-intro .logo .text {
      margin-top: 50px;
      text-align: center;
      font-size: 2.0rem;
      letter-spacing: 0.2em;
      opacity: 0;
      transition: opacity 0.6s linear 3s; }
  .site-intro .logo.start .logo-sub,
  .site-intro .logo.start .text {
    opacity: 1; }
  @media (max-width: 991.98px) {
    .site-intro {
      border-width: 12px; }
      .site-intro .logo .logo-wrap {
        max-width: 58vw; }
      .site-intro .logo .text {
        margin-top: 34px;
        font-size: 1.6rem; } }

body.intro {
  overflow: hidden; }
  body.intro .site-intro {
    opacity: 1;
    pointer-events: initial; }

/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-content-block {
  margin: 80px auto;
  max-width: 800px;
  padding: 0 20px; }
  @media (max-width: 991.98px) {
    .c-content-block {
      margin: 40px 0; } }
  .c-content-block:first-child {
    margin-top: 0; }
  .c-content-block:last-child {
    margin-bottom: 0; }
  .c-content-block .image img {
    width: 100%; }
  .c-content-block .padding-top-1 {
    margin-top: 6%; }
  .c-content-block .padding-right-1 {
    margin-right: 6%; }
  .c-content-block .padding-bottom-1 {
    margin-bottom: 6%; }
  .c-content-block .padding-left-1 {
    margin-left: 6%; }
  .c-content-block .padding-top-2 {
    margin-top: 9%; }
  .c-content-block .padding-right-2 {
    margin-right: 9%; }
  .c-content-block .padding-bottom-2 {
    margin-bottom: 9%; }
  .c-content-block .padding-left-2 {
    margin-left: 9%; }
  .c-content-block .padding-top-3 {
    margin-top: 12%; }
  .c-content-block .padding-right-3 {
    margin-right: 12%; }
  .c-content-block .padding-bottom-3 {
    margin-bottom: 12%; }
  .c-content-block .padding-left-3 {
    margin-left: 12%; }
  .c-content-block.two-column {
    display: flex;
    align-items: center; }
    .c-content-block.two-column .column {
      flex: 0 0 50%; }
  .c-content-block.three-column {
    display: flex; }
    .c-content-block.three-column .column {
      flex: 1 1 auto; }
  .c-content-block .image a {
    position: relative;
    display: block;
    overflow: hidden; }
    .c-content-block .image a img {
      -webkit-transition: transform 0.4s linear;
      transition: transform 0.4s linear; }
    .c-content-block .image a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background: #FFF;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s linear; }
    .c-content-block .image a:hover img {
      -webkit-transition: -webkit-transform 5s linear;
      transition: transform 5s linear;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    .c-content-block .image a:hover:after {
      opacity: 0.3; }

.c-feature-block {
  margin: 60px auto;
  max-width: 800px;
  padding: 0 20px; }
  
    @media (max-width: 991.98px) {
       }
  
  .c-feature-block .image img {
    width: 100%; }
  .c-feature-block .columns {
    display: flex;
    margin: 0 -20px; }
  .c-feature-block .column {
    padding: 0 20px;
    box-sizing: border-box; }
  @media (max-width: 991.98px) {
    .c-feature-block .columns {
      margin: 0 -7px; }
    .c-feature-block .column {
      padding: 0 7px; } }
  .c-feature-block.one-column.variant-small {
    max-width: 500px; }
  .c-feature-block.two-column .column {
    flex: 0 0 50%; }
  .c-feature-block.three-column .column {
    flex: 0 0 33.33333%; }
  .c-feature-block.tiles .column {
    flex: 0 0 66.66666%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .c-feature-block.tiles .column:nth-child(2) {
    flex: 0 0 33.33333%; }
  .c-feature-block.tiles--reverse .column {
    flex: 0 0 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .c-feature-block.tiles--reverse .column:nth-child(2) {
    flex: 0 0 66.66666%; }
  .c-feature-block.slider {
    max-width: 100%;
    padding: 0; }
    .c-feature-block.slider .swiper-slide {
      flex: 0 0 60%; }
      @media (max-width: 991.98px) {
        .c-feature-block.slider .swiper-slide {
          flex: 0 0 100% !important; } }
      .c-feature-block.slider .swiper-slide img {
        width: 100%; }
    .c-feature-block.slider .swiper-pagination {
      position: static;
      padding: 20px 0 0;
      text-align: center; }
      .c-feature-block.slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px; }
      .c-feature-block.slider .swiper-pagination .swiper-pagination-bullet-active {
        background: #FFB4AE; }
  .c-feature-block .image a {
    position: relative;
    display: block;
    overflow: hidden; }
    .c-feature-block .image a img {
      -webkit-transition: transform 0.4s linear;
      transition: transform 0.4s linear; }
    .c-feature-block .image a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background: #FFF;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s linear; }
    .c-feature-block .image a:hover img {
      -webkit-transition: -webkit-transform 5s linear;
      transition: transform 5s linear;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    .c-feature-block .image a:hover:after {
      opacity: 0.3; }

.c-feature-thumbnail {
  display: block; }
  .c-feature-thumbnail .feature-image {
    position: relative;
    border: 6px solid transparent;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .c-feature-thumbnail .feature-image {
        border-width: 4px; } }
    .c-feature-thumbnail .feature-image img {
      width: 100%;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .c-feature-thumbnail.recommend .feature-image {
    border-color: #ffefeb; }
  .c-feature-thumbnail .feature-title {
    margin: 4px 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    @media (max-width: 991.98px) {
      .c-feature-thumbnail .feature-title {
        margin: 4px 0 0 0; } }
  .c-feature-thumbnail:hover .feature-image img {
    opacity: 0.8; }
  .c-feature-thumbnail:hover .feature-title {
    color: #919191; }

.c-feature-modal {
  background: #FFF;
  padding: 40px;
  width: 963px;
  max-width: 100%;
  box-sizing: border-box; }
  @media (max-width: 991.98px) {
    .c-feature-modal {
      max-height: 100vh;
      padding: 40px 12vw;
      overflow-y: auto; } }
  .c-feature-modal .feature-modal-article {
    display: flex;
    max-width: 963px;
    margin: 0 auto; }
    .c-feature-modal .feature-modal-article .article-header {
      flex: 1 1 53%; }
    .c-feature-modal .feature-modal-article .article-body {
      position: relative;
      flex: 1 1 calc(47% - 40px);
      margin-left: 40px; }
    .c-feature-modal .feature-modal-article .article-body-sizer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      flex-direction: column; }
    .c-feature-modal .feature-modal-article .article-content {
      flex: 0 0 auto; }
      .c-feature-modal .feature-modal-article .article-content .headline {
        font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
        font-size: 1.8rem;
        line-height: 1;
        padding-bottom: 6px;
        border-bottom: 1px solid #FFB4AE;
        margin-bottom: 1em; }
      .c-feature-modal .feature-modal-article .article-content .item {
        margin: 0.8em 0 0; }
        .c-feature-modal .feature-modal-article .article-content .item .item-link {
          display: block; }
        .c-feature-modal .feature-modal-article .article-content .item .item-name,
        .c-feature-modal .feature-modal-article .article-content .item .item-price {
          line-height: 1.5; }
        .c-feature-modal .feature-modal-article .article-content .item a.item-link:hover {
          color: #919191; }
        .c-feature-modal .feature-modal-article .article-content .item a.item-link .item-name {
          text-decoration: underline; }
        .c-feature-modal .feature-modal-article .article-content .item small {
          font-size: 92.30769%; }
      .c-feature-modal .feature-modal-article .article-content .text {
        margin: -0.625em 0 0;
        line-height: 2.3; }
    @media (max-width: 991.98px) {
      .c-feature-modal .feature-modal-article {
        display: block; }
        .c-feature-modal .feature-modal-article .article-body {
          position: relative;
          margin-top: 24px;
          margin-left: 0; }
        .c-feature-modal .feature-modal-article .article-body-sizer {
          position: static;
          display: block; }
        .c-feature-modal .feature-modal-article .article-content {
          margin: -0.4em 0;
          line-height: 1.8; } }
  .c-feature-modal .recommended-features {
    flex: 0 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 24px 0 0 0; }
    .c-feature-modal .recommended-features .widget-title {
      font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
      font-size: 1.8rem;
      line-height: 1;
      padding-bottom: 6px;
      border-bottom: 1px solid #FFB4AE; }
    .c-feature-modal .recommended-features .widget-body {
      margin: 20px 0;
      overflow-y: auto; }
    .c-feature-modal .recommended-features .feature-list ul {
      display: flex;
      flex-wrap: wrap; }
      .c-feature-modal .recommended-features .feature-list ul li {
        flex: 0 0 25%;
        padding: 1px 4px 7px;
        box-sizing: border-box; }
    @media (max-width: 991.98px) {
      .c-feature-modal .recommended-features {
        display: block; }
        .c-feature-modal .recommended-features .widget-body {
          margin: 10px 0;
          overflow-y: initial; }
        .c-feature-modal .recommended-features .feature-list ul li {
          flex: 0 0 33.33333%;
          padding: 1px 1px 5px; } }

.c-inline-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  border: 16px solid #ffefeb;
  background: #FFF;
  padding: 32px 24px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .c-inline-page.left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .c-inline-page.right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .c-inline-page.opened {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .c-inline-page.dragging {
    -webkit-transition: none !important;
    transition: none !important; }
  .c-inline-page .page-wrapper {
    height: 100%;
    overflow-y: auto; }
  .c-inline-page .page-header {
    margin: 0 0;
    text-align: center; }
  .c-inline-page .page-title {
    margin-top: 54px;
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    line-height: 1; }
  .c-inline-page .page-subtitle {
    display: inline-block;
    margin-top: 26px;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 6px 0;
    border-bottom: 1px solid #323232; }
  .c-inline-page .page-body {
    margin: 30px auto; }
  .c-inline-page .page-close {
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: block;
    background: url() no-repeat;
    background-size: 100% auto; }
  .c-inline-page.right .page-close {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  @media (max-width: 991.98px) {
    .c-inline-page {
      border-width: 12px;
      padding: 21px 12px; }
      .c-inline-page .page-logo {
        margin: 0 auto;
        max-width: 40vw; }
      .c-inline-page .page-title {
        margin-top: 40px;
        font-size: 1.9rem; }
      .c-inline-page .page-subtitle {
        margin-top: 8px;
        font-size: 1.4rem; }
      .c-inline-page .page-body {
        margin: 30px auto; }
      .c-inline-page .page-close {
        top: auto;
        bottom: 18px;
        width: 22px;
        height: 22px; } }

body.page-opened {
  overflow: hidden; }

.home-slider {
  background: #F3F3F3; }
  .home-slider .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .home-slider .swiper-slide img {
    width: 100%; }
  .home-slider .swiper-pagination {
    position: static;
    padding: 20px 0 0;
    text-align: center; }
    .home-slider .swiper-pagination .swiper-pagination-bullet {
      margin: 0 8px; }
    .home-slider .swiper-pagination .swiper-pagination-bullet-active {
      background: #FFB4AE; }

.home-news {
  background: #F3F3F3;
  padding: 52px 0; }
  @media (max-width: 991.98px) {
    .home-news {
      padding: 26px 0; } }
  .home-news .section-title {
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center; }
  .home-news .section-body {
    margin: 36px auto 0;
    max-width: 780px; }
    .home-news .section-body .article:hover a {
      color: #919191; }
    @media (max-width: 991.98px) {
      .home-news .section-body {
        margin-top: 16px; } }

.c-news-list ol {
  display: flex;
  margin: -10px; }
  .c-news-list ol li {
    flex: 1 1 50%;
    padding: 10px; }

.c-news-list .article {
  display: flex;
  align-items: center; }

.c-news-list .article-image {
  flex: 0 0 96px;
  margin-right: 16px; }

.c-news-list .article-title {
  flex: 0 1 auto; }

@media (max-width: 991.98px) {
  .c-news-list ol {
    flex-direction: column;
    margin: -5px; }
    .c-news-list ol li {
      flex: 1 1 auto;
      padding: 5px; }
  .c-news-list .article-image {
    flex: 0 1 96px;
    margin-right: 16px; }
  .c-news-list .article-title {
    flex: 0 2 auto; } }

.home-feature {
  padding: 52px 0; }
  @media (max-width: 991.98px) {
    .home-feature {
      padding: 26px 0; } }
  .home-feature .section-title {
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center; }
  .home-feature .section-body {
    position: relative;
    margin: 36px auto 0;
    max-width: 760px; }
    @media (max-width: 991.98px) {
      .home-feature .section-body {
        margin-top: 16px; } }
    @media (min-width: 992px) {
      .home-feature .section-body .feature-title {
        margin-top: 12px; } }
  .home-feature .swiper-button-prev, .home-feature .swiper-button-next {
    width: 16px;
    height: 50px;
    margin-top: calc(-1 * (50px / 2));
    background: url() center center no-repeat;
    background-size: 8px auto; }
  .home-feature .swiper-button-prev {
    left: -50px;
    transform: rotate(180deg); }
  .home-feature .swiper-button-next {
    right: -50px;
    background: url() center center no-repeat;
    background-size: 8px auto; }
  .home-feature .swiper-button-disabled {
    opacity: 0; }
  @media (max-width: 991.98px) {
    .home-feature .swiper-button-prev, .home-feature .swiper-button-next {
      display: none; } }

.home-gallery {
  margin-top: 24px; }

.about-page .page-body {
  margin: 30px auto;
  max-width: 650px; }
  .about-page .page-body p {
    font-size: 1.6rem;
    line-height: 2.3;
    text-align: justify; }
  @media (max-width: 991.98px) {
    .about-page .page-body {
      width: 70vw;
      min-width: calc(320px - 64px); }
      .about-page .page-body p {
        font-size: 1.3rem;
        line-height: 2; } }

.instagram-page .page-wrapper {
  display: flex;
  flex-direction: column; }

.instagram-page .page-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px auto;
  max-width: 650px; }
  .instagram-page .page-body p {
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 2.0rem;
    line-height: 2.6;
    text-align: center; }
    .instagram-page .page-body p a {
      border-bottom: 1px solid #999; }
      .instagram-page .page-body p a:hover {
        border-bottom-color: #919191; }
  @media (max-width: 991.98px) {
    .instagram-page .page-body {
      width: 70vw;
      min-width: calc(320px - 64px); }
      .instagram-page .page-body p {
        font-size: 1.8rem;
        line-height: 2.4; } }

.c-feature-block {
  margin: 30px auto;
  max-width: 800px;
  padding: 0 20px; }
  
  @media (max-width: 991.98px) {
    .c-feature-block .columns {
      margin: 0 -7px; }
    .c-feature-block .column {
      padding: 0 7px; } }
  .c-feature-block.one-column.variant-small {
    max-width: 500px; }
  .c-feature-block.two-column .column {
    flex: 0 0 50%; }
  .c-feature-block.three-column .column {
    flex: 0 0 33.33333%; }
  .c-feature-block.tiles .column {
    flex: 0 0 66.66666%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .c-feature-block.tiles .column:nth-child(2) {
    flex: 0 0 33.33333%; }
  .c-feature-block.tiles--reverse .column {
    flex: 0 0 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .c-feature-block.tiles--reverse .column:nth-child(2) {
    flex: 0 0 66.66666%; }
  .c-feature-block.slider {
    max-width: 100%;
    padding: 0; }
    .c-feature-block.slider .swiper-slide {
      flex: 0 0 60%; }
      @media (max-width: 991.98px) {
        .c-feature-block.slider .swiper-slide {
          flex: 0 0 100% !important; } }
      .c-feature-block.slider .swiper-slide img {
        width: 100%; }
    .c-feature-block.slider .swiper-pagination {
      position: static;
      padding: 20px 0 0;
      text-align: center; }
      .c-feature-block.slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px; }
      .c-feature-block.slider .swiper-pagination .swiper-pagination-bullet-active {
        background: #FFB4AE; }
  .c-feature-block .image a {
    position: relative;
    display: block;
    overflow: hidden; }
    .c-feature-block .image a img {
      -webkit-transition: transform 0.4s linear;
      transition: transform 0.4s linear; }
    .c-feature-block .image a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background: #FFF;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s linear; }
    .c-feature-block .image a:hover img {
      -webkit-transition: -webkit-transform 5s linear;
      transition: transform 5s linear;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    .c-feature-block .image a:hover:after {
      opacity: 0.3; }

@media (max-width: 991.98px) {
  .feature-page {
    margin-top: 80px; } }

.feature-article .article-header {
  max-width: 800px;
  margin: 0 auto; }

.feature-article .article-thumbnail img {
  width: 100%; }

.feature-article .article-title {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.6; }
  @media (max-width: 991.98px) {
    .feature-article .article-title {
      margin: 10px 0 30px; } }
  .feature-article .article-title span {
    display: inline-block;
    border-bottom: 4px solid #ffefeb; }

.feature-article .article-footer {
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .feature-article .article-footer {
      margin-top: 40px; } }

.feature-article .page-navigation {
  text-align: center; }
  .feature-article .page-navigation .home-link {
    display: inline-block;
    background: #CCCCCC;
    color: #FFF;
    padding: 6px 52px; }

.feature-article .recommended-features {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0 20px;
  flex: 0 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991.98px) {
    .feature-article .recommended-features {
      margin-top: 40px; } }
  .feature-article .recommended-features .widget-title {
    font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    padding: 6px 0;
    border-bottom: 1px solid #FFB4AE; }
  .feature-article .recommended-features .widget-body {
    margin: 20px 0 0; }
    @media (max-width: 991.98px) {
      .feature-article .recommended-features .widget-body {
        margin-top: 10px; } }
  .feature-article .recommended-features .feature-list ul {
    display: flex;
    flex-wrap: wrap; }
    .feature-article .recommended-features .feature-list ul li {
      flex: 0 0 16.66666%;
      padding: 1px 9px 7px;
      box-sizing: border-box; }
  @media (max-width: 991.98px) {
    .feature-article .recommended-features .feature-list ul {
      margin-left: -7px;
      margin-right: -7px; }
      .feature-article .recommended-features .feature-list ul li {
        flex: 0 0 25%;
        padding: 1px 3px 5px; } }
		
		
		
		/*プロフィール*/



.singleHello_free {
    margin: 50px auto;
    padding: 0 0px;
}



.singleHello_wysiwyg .staffProfile {
    margin: 50px 0 75px;
    padding: 50px 0;
}


.singleHello_wysiwyg .staffProfile {
    position: relative;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
}

.singleHello_wysiwyg .staffProfile_image {
    top: 48px;
    left: 0;
    width: 120px;
}

.singleHello_wysiwyg .staffProfile_image {
    position: absolute;
    margin: 0;
}


.singleHello_wysiwyg .staffProfile_image img {
    width: 100%;
    height: auto;
    margin: 0;
}

.singleHello_wysiwyg .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.singleHello_wysiwyg .staffProfile_name {
    margin: 33px 0 2px;
    margin-left: 150px;
}

.singleHello_wysiwyg .staffProfile_name {
    font-size: 15px;
    font-weight: 700;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.singleHello_wysiwyg .staffProfile_position {
    margin: 0 0 53px;
    margin-left: 150px;
}

.singleHello_wysiwyg .staffProfile_position {
    font-size: 11px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.singleHello_wysiwyg .staffProfile_text {
    margin: 0;
    font-size: 12px;
    line-height: 2;
	text-align:left;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}


/*商品インフォ*/
.content-info {
    background: #fff;
    padding: 3% 0;
}

.content-offer, #recomend {
    background-image: none;
	
    background-color: #eee;
}

.content-offer {
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 2;
    font-size: 16px;
    margin: 0 0vw 0;
    padding: 3vw 5vw 5vw 5vw;
    position: relative;
}

.offer-tit {
    font-size: 2.11vw;
}

.offer-fee {
    font-size: 0.94vw;
}


.linkbtn3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background: #000;
    line-height: 1.5 !important;
    text-align: center !important;
    max-width: 300px;
    margin: 35px auto 0 !important;
}


.linkbtn3 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #000;
    display: block;
    padding: 12px 0;
}


@media screen and (max-width: 767px)
.content-info {
    padding: 0 0 3%;


.content-offer {
    font-size: 13px;
    margin: 0;
    padding: 10vw 5vw 13vw;
}

.offer-tit {
    font-size: 5.83vw;
}

}




@media print, screen and (min-width: 768px)
.singleHello_visual {
    max-width: 1080px;
    margin: 0 auto 100px;
}
.singleHello_visual {
    width: 100%;
    height: 100%;
}
@media print, screen and (min-width: 768px)
.dn-tab-pc {
    display: none !important;
}

.singleHello_visual img {
    width: 100%;
}



@media print, screen and (max-width: 767px)
.singleHello_visual {
    margin: 0 auto 40px;
}
.singleHello_visual {
    width: 100%;
    height: 100%;
}



.text-line {
      background: linear-gradient(transparent 68%, #F5D7D5 0);
      display: inline-block;
    }

