@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*---------------------------------------------
01. common
02. layout
03. index
04. mainContents
05. shop
06. news
07. contact
08. menu
09. about
10. purinyan
---------------------------------------------*/
/*---------------------------------------------
01. common
---------------------------------------------*/
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

p {
  font-feature-settings: "palt"; }

.fl {
  float: left; }

.fr {
  float: right; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.view_pc {
  display: none !important; }
  @media only screen and (min-width: 897px) {
    .view_pc {
      display: block !important; } }

.view_sp {
  display: none !important; }
  @media only screen and (max-width: 896px) {
    .view_sp {
      display: block !important; } }

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.linethrough {
  text-decoration: line-through; }

.montserrat {
  font-family: 'Montserrat', sans-serif; }

.yugothic {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; }

.wpContents strong {
  font-weight: bold; }
.wpContents em {
  font-style: italic; }
.wpContents blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }
.wpContents .aligncenter {
  display: block;
  margin: 0 auto; }
.wpContents .alignright {
  float: right; }
.wpContents .alignleft {
  float: left; }
.wpContents img[class*="wp-image-"],
.wpContents img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }
.wpContents h4 {
  font-feature-settings: "palt";
  margin-bottom: 2.0em;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: bold; }
.wpContents p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.16em; }
  .wpContents p + p {
    margin-top: 1em; }
@media only screen and (max-width: 896px) {
  .wpContents h4 {
    margin-bottom: 2.0em;
    font-size: 2.8rem; }
  .wpContents p {
    font-size: 2.4rem;
    text-align: justify; } }

.slick-slider {
  transition: .25s ease-out;
  opacity: 0; }
  .slick-slider.slick-initialized {
    opacity: 1; }

.zoom {
  overflow: hidden; }
  .zoom img {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%; }
  .zoom:hover img {
    transform: scale(1.1, 1.1); }

.zoomArea .img {
  overflow: hidden; }
  .zoomArea .img img {
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%; }
.zoomArea:hover .img img {
  transform: scale(1.1, 1.1); }

.arrow-btn__link {
  transition: color .25s ease-out;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #009EDA; }
  .arrow-btn__link:hover {
    color: #0AB6EA; }
    .arrow-btn__link:hover .arrow-btn__arrow {
      background-color: #0AB6EA; }
.arrow-btn__arrow {
  transition: background-color .25s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 5.2rem;
  height: 5.2rem;
  padding: 1.7rem;
  margin-left: 2.0rem;
  background-color: #009EDA;
  border-radius: 50%; }

.round-btn__link {
  transition: background-color .25s ease-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31.2rem;
  height: 7.2rem;
  margin: 0 auto;
  border-radius: 3.6rem;
  background-color: #009EDA;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff; }
  .round-btn__link:hover {
    background-color: #0AB6EA; }
.round-btn__arrow {
  position: absolute;
  top: 0;
  right: 2.5rem;
  display: flex;
  align-items: center;
  width: 2.3rem;
  height: 100%;
  line-height: 0; }

.pagerArea {
  display: flex;
  justify-content: center; }
  .pagerArea .page-numbers {
    transition: background-color .25s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.0rem;
    height: 4.0rem;
    margin: 0 1.5rem;
    background-color: #fff;
    color: #009EDA; }
    .pagerArea .page-numbers:hover, .pagerArea .page-numbers.current {
      color: #fff;
      background-color: #009EDA; }
    .pagerArea .page-numbers.prev, .pagerArea .page-numbers.next {
      display: none; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-2.5deg) skewY(-2.5deg);
    transform: skewX(-2.5deg) skewY(-2.5deg); }
  33.3% {
    -webkit-transform: skewX(0.25deg) skewY(0.25deg);
    transform: skewX(0.25deg) skewY(0.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-webkit-keyframes jello2 {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-2.5deg) skewY(-2.5deg);
    transform: skewX(-2.5deg) skewY(-2.5deg); }
  33.3% {
    -webkit-transform: skewX(3.25deg) skewY(3.25deg);
    transform: skewX(3.25deg) skewY(3.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-webkit-keyframes jello3 {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-1.5deg) skewY(-1.5deg);
    transform: skewX(-1.5deg) skewY(-1.5deg); }
  33.3% {
    -webkit-transform: skewX(0.75deg) skewY(0.75deg);
    transform: skewX(0.75deg) skewY(0.75deg); }
  44.4% {
    -webkit-transform: skewX(-2.125deg) skewY(-2.125deg);
    transform: skewX(-2.125deg) skewY(-2.125deg); }
  55.5% {
    -webkit-transform: skewX(1.0625deg) skewY(1.0625deg);
    transform: skewX(1.0625deg) skewY(1.0625deg); }
  66.6% {
    -webkit-transform: skewX(-0.98125deg) skewY(-0.98125deg);
    transform: skewX(-0.98125deg) skewY(-0.98125deg); }
  77.7% {
    -webkit-transform: skewX(0.50063deg) skewY(0.50063deg);
    transform: skewX(0.50063deg) skewY(0.50063deg); }
  88.8% {
    -webkit-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg); } }
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(1px, 1px) rotateZ(1deg); }
  50% {
    transform: translate(1px, 0px) rotateZ(0deg); }
  75% {
    transform: translate(0px, 1px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

.jello2 {
  -webkit-animation-name: jello2;
  animation-name: jello2;
  -webkit-transform-origin: center;
  transform-origin: center; }

.jello3 {
  -webkit-animation-name: jello3;
  animation-name: jello3;
  -webkit-transform-origin: center;
  transform-origin: center; }

.pudding {
  display: inline-block;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.pudding.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btnmove {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.btnmove:hover {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: inline-block; }

/*
.pudding:hover {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
*/
@media (prefers-reduced-motion) {
  .pudding {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
.photo-effect {
  overflow: hidden;
  position: relative; }
  .photo-effect::before {
    background: #FFF;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .photo-effect.animated::before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 1.2s; }

@keyframes img-wrap {
  100% {
    transform: translateX(100%); } }
.hide-txt {
  overflow: hidden;
  display: block;
  line-height: 1; }
  .hide-txt-inner {
    display: block;
    transform: translateY(100%);
    transition: transform 0.7s ease .7s; }
  .hide-txt.animated .hide-txt-inner {
    transform: translateY(0); }

/*---------------------------------------------
02. layout
---------------------------------------------*/
html {
  min-height: 100%;
  font-size: calc(10 / 1200 * 100vw);
  /*
  	@media only screen and (min-width: 1200px) {
  		font-size: 10px;
  	}
  */ }
  @media only screen and (max-width: 567px) {
    html {
      min-height: 100%;
      font-size: calc(10 / 640 * 100vw); } }

body {
  transition: .25s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Helvetica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  letter-spacing: 0.16em;
  font-size-adjust: none;
  -webkit-font-size-adjust: none; }
  body.loading {
    opacity: 0; }
  body.loaded {
    opacity: 1; }
  body.naviOpened .gnavi {
    pointer-events: all;
    opacity: 1; }
  @media only screen and (max-width: 896px) {
    body {
      font-size: 1.8rem; } }

.menu-trigger {
  display: block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  width: 6.5rem;
  height: 2.7rem;
  margin: auto;
  outline: none; }
  .menu-trigger .line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    transition: all .1s ease-in-out; }
    .menu-trigger .line::before, .menu-trigger .line::after {
      transition: fill .25s ease-out;
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #3C9CD4;
      -webkit-transition: inherit;
      transition: inherit; }
    .menu-trigger .line::before {
      top: -1.0rem; }
    .menu-trigger .line::after {
      top: 1.0rem; }
    .menu-trigger .line .txt {
      position: absolute;
      white-space: nowrap;
      width: 1px;
      height: 1px;
      overflow: hidden;
      border: 0;
      padding: 0;
      clip: rect(0 0 0 0);
      clip-path: inset(50%); }
  .menu-trigger[aria-expanded="true"] .line {
    transition: all .1s ease-in-out;
    background-color: transparent; }
    .menu-trigger[aria-expanded="true"] .line::before, .menu-trigger[aria-expanded="true"] .line::after {
      top: 0;
      background-color: #fff; }
    .menu-trigger[aria-expanded="true"] .line::before {
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); }
    .menu-trigger[aria-expanded="true"] .line::after {
      -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      transform: rotate(-25deg); }
  @media only screen and (min-width: 1201px) {
    .menu-trigger.header-menu-trigger {
      width: 65px;
      height: 27px; }
      .menu-trigger.header-menu-trigger .line::before {
        top: -10px; }
      .menu-trigger.header-menu-trigger .line::after {
        top: 10px; }
      .menu-trigger.header-menu-trigger .line .txt {
        position: absolute;
        white-space: nowrap;
        width: 1px;
        height: 1px;
        overflow: hidden;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%); } }
  @media only screen and (max-width: 896px) {
    .menu-trigger .line {
      height: 3px; } }

/* header */
.header {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 15.0rem;
  background-color: white;
  border-bottom: 1px solid #F2F2F2; }
  .header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 16.7rem;
    height: 100%; }
    .header-logo > div {
      display: flex;
      align-items: center;
      width: 100%;
      height: auto; }
    .header-logo__link {
      transition: opacity .25s ease-out;
      display: block;
      width: 100%;
      line-height: 0; }
      .header-logo__link:hover {
        opacity: .9; }
      .header-logo__link .logo_pastel {
        fill: #3C9CD4 !important; }
  .header-sns {
    position: absolute;
    top: 50%;
    right: 17.5rem;
    transform: translateY(-50%);
    display: flex; }
    .header-sns__item {
      margin-left: 4.0rem;
      line-height: 0; }
      .header-sns__item .icon_twitter,
      .header-sns__item .icon_instagram,
      .header-sns__item .icon_line {
        transition: fill .25s ease-out;
        fill: #3C9CD4 !important; }
      .header-sns__item.twitter .svg {
        width: 4.0rem;
        height: 2.7rem; }
      .header-sns__item.instgram .svg {
        width: 3.1rem;
        height: 3.1rem; }
      .header-sns__item.line .svg {
        width: 3.1rem;
        height: 3.1rem; }
    .header-sns__link {
      display: block; }
      .header-sns__link:hover .icon_twitter,
      .header-sns__link:hover .icon_instagram,
      .header-sns__link:hover .icon_line {
        fill: #0AB6EA !important; }
  .header .menu-trigger {
    position: absolute;
    top: 50%;
    right: 6.0rem;
    transform: translateY(-50%);
    z-index: 99999; }
    .header .menu-trigger:hover .line::before, .header .menu-trigger:hover .line::after {
      background-color: #0AB6EA; }
  @media only screen and (min-width: 1201px) {
    .header {
      height: 150px; }
      .header-logo {
        width: 167px; }
      .header-sns {
        right: 190px; }
        .header-sns__item {
          margin-left: 50px; }
          .header-sns__item.twitter .svg {
            width: 40px;
            height: 27px; }
          .header-sns__item.instgram .svg {
            width: 31px;
            height: 31px; }
          .header-sns__item.line .svg {
            width: 31px;
            height: 31px; }
      .header .menu-trigger {
        right: 60px; } }
  @media only screen and (max-width: 896px) {
    .header {
      width: 100%;
      height: 12.5rem; }
      .header-logo {
        width: 18.7rem; }
      .header-sns {
        display: none; } }

.gnavi {
  pointer-events: none;
  transition: .1s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3.0rem 0 0;
  background-color: #009EDA;
  text-align: center; }
  .gnavi-logo {
    width: 16.7rem;
    margin-bottom: 6vh; }
    .gnavi-logo .logo_pastel {
      fill: #fff !important; }
  .gnavi-list {
    margin-bottom: 6vh; }
    .gnavi-list__item {
      margin-bottom: 1vh; }
    .gnavi-list__link {
      position: relative;
      padding-bottom: 2vh;
      font-size: 6vh;
      font-weight: bold;
      color: #fff; }
      .gnavi-list__link::after {
        content: '';
        transition: .25s ease-out;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0.8rem;
        background-color: #fff; }
      .gnavi-list__link:hover::after {
        width: 100%; }
  .gnavi-sns {
    box-sizing: border-box;
    display: flex;
    justify-content: center; }
    .gnavi-sns__item {
      margin: 0 2.0rem;
      line-height: 0; }
      .gnavi-sns__item.twitter .svg {
        width: 4.0rem;
        height: 2.7rem; }
        .gnavi-sns__item.twitter .svg .icon_twitter {
          fill: #fff !important; }
      .gnavi-sns__item.instgram .svg {
        width: 3.1rem;
        height: 3.1rem; }
        .gnavi-sns__item.instgram .svg .icon_instagram {
          fill: #fff !important; }
        .gnavi-sns__item.line .svg {
          width: 3.1rem;
          height: 3.1rem; }
        .gnavi-sns__item.line .svg .icon_line {
          fill: #fff !important; }
  .gnavi-list2 {
    position: absolute;
    bottom: 6.0rem;
    right: 6.0rem;
    display: flex;
    justify-content: flex-end; }
    .gnavi-list2__item {
      margin-left: 2.5rem; }
      .gnavi-list2__item a {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff; }
  .gnavi-copyright {
    position: absolute;
    right: -45%;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: center;
    width: 100%;
    color: #fff; }
  .gnavi .menu-trigger {
    position: absolute;
    top: 6.1rem;
    right: 6.0rem;
    z-index: 99; }
    .gnavi .menu-trigger .line::before, .gnavi .menu-trigger .line::after {
      background-color: #fff; }
  @media only screen and (max-width: 896px) {
    .gnavi {
      justify-content: space-between;
      padding: 6.0rem 0; }
      .gnavi-logo {
        order: 1;
        width: 18.7rem;
        margin-bottom: 0; }
      .gnavi-list {
        order: 2;
        margin-bottom: 0; }
        .gnavi-list__item {
          margin-bottom: 2vh; }
        .gnavi-list__link {
          position: relative;
          padding-bottom: 2vh;
          font-size: 5vh; }
      .gnavi-sns {
        order: 4;
        justify-content: center; }
        .gnavi-sns__item {
          margin: 0 3.0rem; }
          .gnavi-sns__item.twitter .svg {
            width: 5.1rem;
            height: 3.5rem; }
          .gnavi-sns__item.instgram .svg {
            width: 4.0rem;
            height: 4.0rem; }
          .gnavi-sns__item.line .svg {
            width: 4.0rem;
            height: 4.0rem; }
      .gnavi-list2 {
        order: 3;
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: center; }
        .gnavi-list2__item {
          margin: 0 3.0rem; }
          .gnavi-list2__item a {
            font-size: 2.0rem; }
      .gnavi-copyright {
        font-size: 1.3rem; } }

/* page-top */
.page-top {
  margin-top: 8.0rem;
  text-align: center; }
  .page-top__link {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16.2rem;
    height: 10.8rem;
    margin: 0 auto;
    padding-top: 1.0rem;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #3C9CD4; }
    .page-top__link::after {
      transition: border-bottom .25s ease-out;
      content: '';
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      width: 16.2rem;
      height: 0;
      border-bottom: 10.8rem solid #E8F3F9;
      border-left: 3.5rem solid transparent;
      border-right: 3.5rem solid transparent; }
    .page-top__link:hover::after {
      border-bottom: 10.8rem solid #F2F9FC; }
  .page-top__arrow {
    margin-bottom: 1.0rem;
    line-height: 0; }
    .page-top__arrow .svg {
      width: 1.5rem;
      height: 2.6rem; }
  @media only screen and (max-width: 896px) {
    .page-top {
      margin-top: 6.0rem; }
      .page-top__link {
        width: 21.6rem;
        height: 14.3rem;
        font-size: 1.6rem; }
        .page-top__link::after {
          width: 100%;
          border-bottom: 14.3rem solid #E8F3F9;
          border-left: 5.5rem solid transparent;
          border-right: 5.5rem solid transparent; }
      .page-top__arrow {
        margin-bottom: 1.0rem;
        line-height: 0; }
        .page-top__arrow .svg {
          width: 1.5rem;
          height: 2.6rem; } }

/* footer */
.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.0rem; }
  .footer .leftbox {
    box-sizing: border-box;
    width: 50%;
    padding: 5.5rem 6.0rem;
    background-color: #3C9CD4; }
    .footer .leftbox-nav {
      display: none; }
    .footer .leftbox__bnr {
      width: 27.5rem;
      margin-bottom: 5.5rem; }
    .footer .leftbox__copyright {
      font-size: 1.0rem;
      color: #fff; }
  .footer .rightbox {
    box-sizing: border-box;
    display: block;
    justify-content: flex-end;
    width: 50%;
    padding: 5.5rem 6.0rem;
    background-color: #CFF7FB; }
    .footer .rightbox-sns {
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 5.0rem; }
      .footer .rightbox-sns__item {
        margin-left: 4.0rem;
        line-height: 0; }
        .footer .rightbox-sns__item .icon_twitter,
        .footer .rightbox-sns__item .icon_instagram,
        .footer .rightbox-sns__item .icon_line {
          transition: fill .25s ease-out;
          fill: #3C9CD4 !important; }
        .footer .rightbox-sns__item.twitter .svg {
          width: 4.0rem;
          height: 2.7rem; }
        .footer .rightbox-sns__item.instgram .svg {
          width: 3.1rem;
          height: 3.1rem; }
        .footer .rightbox-sns__item.line .svg {
          width: 3.1rem;
          height: 3.1rem; }
    .footer .rightbox-nav {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: 100%; }
      .footer .rightbox-nav .list {
        display: flex;
        margin-bottom: 1.0rem; }
        .footer .rightbox-nav .list__item {
          margin-left: 2.5rem; }
          .footer .rightbox-nav .list__item a {
            position: relative;
            display: inline-block;
            font-size: 1.2rem;
            font-weight: bold;
            color: #009EDA; }
            .footer .rightbox-nav .list__item a::after {
              position: absolute;
              bottom: -4px;
              left: 0;
              content: '';
              width: 100%;
              height: 2px;
              background: #009EDA;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            .footer .rightbox-nav .list__item a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
      .footer .rightbox-nav__txt {
        text-align: right; }
      .footer .rightbox-nav__link {
        font-size: 1.1rem;
        color: #009EDA; }
  .footer-linkArea {
    display: flex;
    width: 100%;
    height: 10.0rem; }
    .footer-linkArea__ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24.0rem;
      height: 100%;
      background-color: #fff;
      font-size: 1.0rem;
      font-weight: bold;
      color: #3C9CD4; }
    .footer-linkArea-list {
      flex-grow: 1;
      display: flex; }
      .footer-linkArea-list__item {
        width: 12.5%;
        height: 100%; }
        .footer-linkArea-list__item a,
        .footer-linkArea-list__item span {
          transition: .25s ease-out;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          background-color: #F9F9F9; }
        .footer-linkArea-list__item a:hover {
          background-color: #fff; }
        .footer-linkArea-list__item.antique .svg {
          width: 2.7rem; }
        .footer-linkArea-list__item.yonimo .svg {
          width: 3.1rem; }
        .footer-linkArea-list__item.pinede .svg {
          width: 5.6rem; }
        .footer-linkArea-list__item.grandir .svg {
          width: 5.8rem; }
        .footer-linkArea-list__item.lebenkei .svg {
          width: 6.8rem; }
        .footer-linkArea-list__item.pastel .svg {
          width: 5.3rem; }
        .footer-linkArea-list__item.baquetterabbit .svg {
          width: 6.5rem; }
        .footer-linkArea-list__item.nekoshoku .svg {
          width: 5.1rem; }
  @media only screen and (max-width: 896px) {
    .footer {
      display: flex;
      flex-wrap: wrap;
      margin-top: 6.0rem; }
      .footer .leftbox {
        width: calc(440 / 640 * 100%);
        padding: 4.0rem; }
        .footer .leftbox-nav {
          display: block; }
          .footer .leftbox-nav .list {
            display: flex;
            margin-bottom: 0; }
            .footer .leftbox-nav .list__item {
              margin-right: 3.5rem; }
              .footer .leftbox-nav .list__item a {
                position: relative;
                display: inline-block;
                font-size: 1.8rem;
                font-weight: bold;
                color: #fff; }
                .footer .leftbox-nav .list__item a::after {
                  position: absolute;
                  bottom: -4px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 2px;
                  background: #fff;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .footer .leftbox-nav .list__item a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
          .footer .leftbox-nav__txt {
            margin-bottom: 3.0rem; }
          .footer .leftbox-nav__link {
            font-size: 1.6rem;
            text-decoration: underline;
            color: #fff; }
        .footer .leftbox__bnr {
          width: 27.5rem;
          margin-bottom: 3.0rem; }
        .footer .leftbox__copyright {
          font-size: 1.0rem;
          color: #fff; }
      .footer .rightbox {
        width: calc(200 / 640 * 100%);
        padding: 3.5rem 4.0rem; }
        .footer .rightbox-sns {
          box-sizing: border-box;
          display: flex;
          justify-content: flex-end;
          margin-bottom: 5.0rem; }
        .footer .rightbox-nav {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          width: 100%; }
          .footer .rightbox-nav .list, .footer .rightbox-nav__txt, .footer .rightbox-nav__link {
            display: none; }
      .footer-linkArea {
        display: flex;
        flex-wrap: wrap;
        height: auto; }
        .footer-linkArea__ttl {
          box-sizing: border-box;
          justify-content: flex-start;
          width: 100%;
          height: 8.0rem;
          padding-left: 4.0rem;
          font-size: 1.6rem; }
        .footer-linkArea-list {
          display: flex;
          flex-wrap: wrap; }
          .footer-linkArea-list__item {
            width: 25%;
            height: 13.0rem; }
            .footer-linkArea-list__item.antique .svg {
              width: 3.6rem; }
            .footer-linkArea-list__item.yonimo .svg {
              width: 4.2rem; }
            .footer-linkArea-list__item.pinede .svg {
              width: 7.5rem; }
            .footer-linkArea-list__item.grandir .svg {
              width: 7.8rem; }
            .footer-linkArea-list__item.lebenkei .svg {
              width: 9.1rem; }
            .footer-linkArea-list__item.pastel .svg {
              width: 7.1rem; }
            .footer-linkArea-list__item.baquetterabbit .svg {
              width: 8.7rem; }
            .footer-linkArea-list__item.nekoshoku .svg {
              width: 6.8rem; } }

.newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 calc(25 / 1200 * 100vw); }
  .newsList-item {
    width: calc(530 / 1200 * 100vw);
    margin: 0 0 calc(50 / 1200 * 100vw); }
    .newsList-item__img {
      overflow: hidden;
      width: calc(210 / 1200 * 100vw);
      height: calc(160 / 1200 * 100vw);
      margin-left: calc(40 / 1200 * 100vw); }
      .newsList-item__img-bg {
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover; }
    .newsList-item__txtArea {
      flex: 1; }
    .newsList-item__cat {
      display: inline-block;
      margin-bottom: 1.5rem;
      padding: 0.5rem 1.0rem;
      background-color: #009EDA;
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 1;
      color: #fff; }
    .newsList-item__ttl {
      margin-bottom: 1em; }
    .newsList-item__date {
      color: #009EDA; }
    .newsList-item__link {
      transition: opacity .25s ease-out;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      padding: calc(25 / 1200 * 100vw) calc(30 / 1200 * 100vw);
      background-color: #fff; }
      .newsList-item__link:hover {
        opacity: .7; }
        .newsList-item__link:hover .newsList-item__img-bg {
          transform: scale(1.05); }
  @media only screen and (max-width: 896px) {
    .newsList {
      padding: 0; }
      .newsList-item {
        width: 100%;
        margin-bottom: 4.0rem; }
        .newsList-item__img {
          width: 21.0rem;
          height: 15.0rem;
          margin-left: 3.0rem; }
        .newsList-item__cat {
          display: inline-block;
          margin-bottom: 1.5rem;
          padding: 1.0rem 2.0rem;
          font-size: 1.6rem; }
        .newsList-item__ttl {
          margin-bottom: 0.3rem;
          line-height: 3.2rem; }
        .newsList-item__link {
          padding: 3.0rem; } }

.movie-popup {
  display: block; }
  .movie-popup.active .movie-popup__inner {
    opacity: 1;
    pointer-events: all; }
  .movie-popup.active .movie-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  .movie-popup.active .movie-popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1); }
  .movie-popup__inner {
    transition: opacity .25s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    opacity: 0;
    pointer-events: none;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh; }
  .movie-popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 158, 218, 0.95); }
  .movie-popup__movie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    width: 80%;
    width: 78.0rem;
    max-height: 100%;
    padding-top: 43.9rem; }
  .movie-popup__iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .movie-popup__close {
    position: absolute;
    top: 6.0rem;
    right: 6.0rem;
    z-index: 9;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    width: 6.2rem;
    height: 3.0rem;
    outline: none; }
    .movie-popup__close .line {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 100%;
      height: 6px; }
      .movie-popup__close .line::before, .movie-popup__close .line::after {
        transition: transform .25s ease-out;
        content: '';
        position: absolute;
        top: 0;
        background-color: #fff;
        display: block;
        width: 100%;
        height: 100%; }
      .movie-popup__close .line::before {
        transform: rotate(25deg); }
      .movie-popup__close .line::after {
        transform: rotate(-25deg); }
    .movie-popup__close:hover .line::before {
      transform: rotate(0); }
    .movie-popup__close:hover .line::after {
      transform: rotate(0); }

/*---------------------------------------------
03. index
---------------------------------------------*/
body.index .header {
  transition: transform .5s;
  transform: translateY(-100%); }
  body.index .header.is-hide {
    transition: transform .5s;
    transform: translateY(-100%); }
  body.index .header.is-shown {
    transition: transform .5s;
    transform: translateY(0); }
body.index .main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 9.0rem; }
  body.index .main-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2.0rem solid #fff;
    pointer-events: none; }
  body.index .main-visual .boxgallery {
    z-index: -1;
    line-height: 0; }
    body.index .main-visual .boxgallery nav {
      display: none; }
  body.index .main-visual-logo {
    position: absolute;
    top: 5.0rem;
    left: 5.0rem;
    line-height: 0; }
    body.index .main-visual-logo .svg {
      width: 16.7rem;
      height: 4.8rem; }
      body.index .main-visual-logo .svg .logo_pastel {
        fill: #fff !important; }
  body.index .main-visual-sns {
    position: absolute;
    top: 5.9rem;
    right: 17.5rem;
    display: flex;
    justify-content: flex-end; }
    body.index .main-visual-sns__item {
      margin-left: 4.0rem;
      line-height: 0; }
      body.index .main-visual-sns__item .svg .icon_twitter,
      body.index .main-visual-sns__item .svg .icon_instagram,
      body.index .main-visual-sns__item .svg .icon_line {
        fill: #fff !important; }
      body.index .main-visual-sns__item.twitter .svg {
        width: 4.0rem;
        height: 2.7rem; }
      body.index .main-visual-sns__item.instgram .svg {
        width: 3.1rem;
        height: 3.1rem; }
      body.index .main-visual-sns__item.line .svg {
        width: 3.1rem;
        height: 3.1rem; }
    body.index .main-visual-sns__link {
      transition: opacity .25s ease-out;
      display: block; }
      body.index .main-visual-sns__link:hover {
        opacity: .8; }
  body.index .main-visual .menu-trigger {
    transition: opacity .25s ease-out;
    position: absolute;
    top: 6.1rem;
    right: 6.0rem;
    z-index: 99; }
    body.index .main-visual .menu-trigger .line::before, body.index .main-visual .menu-trigger .line::after {
      background-color: #fff; }
    body.index .main-visual .menu-trigger:hover {
      opacity: .8; }
  body.index .main-visual-bnr {
    position: absolute;
    left: 7.0rem;
    bottom: -5.0rem;
    width: 22.0rem; }
    body.index .main-visual-bnr__link {
      display: block; }
    body.index .main-visual-bnr__close {
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(50%, -50%);
      width: 4.6rem;
      height: 4.6rem;
      line-height: 0;
      cursor: pointer; }
  body.index .main-visual .scroll {
    position: absolute;
    bottom: 2.0rem;
    right: 5.0rem;
    z-index: 99; }
    body.index .main-visual .scroll a {
      position: relative;
      display: block;
      width: 2.0rem;
      height: 12.0rem; }
      body.index .main-visual .scroll a .txt {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        transform-origin: 100% 0;
        transform: rotate(90deg) translate(100%, 0);
        white-space: nowrap;
        color: #3C9CD4;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1; }
      body.index .main-visual .scroll a .bar {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 0.2rem;
        height: 100%;
        background-color: #fff; }
        body.index .main-visual .scroll a .bar i {
          display: block;
          position: absolute;
          width: 100%;
          background-color: #009EDA; }
body.index .main-bnr {
  display: none; }
body.index .mainContents {
  padding-top: 0; }
body.index .news {
  position: relative;
  box-sizing: border-box;
  margin: 0 calc(20 / 1200 * 100vw) 10rem;
  padding: calc(80 / 1200 * 100vw) 0 calc(45 / 1200 * 100vw);
  background-color: #E2F2FC; }
  body.index .news__ttl {
    margin-bottom: calc(60 / 1200 * 100vw);
    font-size: 4.6rem;
    line-height: 1;
    color: #3C9CD4;
    font-weight: bold;
    text-align: center; }
  body.index .news .arrow-btn {
    position: absolute;
    top: calc(70 / 1200 * 100vw);
    right: calc(60 / 1200 * 100vw); }
body.index .main-section .section-inner {
  max-width: 1200px;
  margin: 0 auto; }
body.index .main-section__ttl {
  display: inline-block;
  padding-bottom: 1.5rem;
  border-bottom: 0.6rem solid #3C9CD4;
  color: #3C9CD4;
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em; }
body.index .about {
  position: relative;
  box-sizing: border-box;
  margin: -15.0rem 0 9.0rem 11.0rem;
  padding-top: 15.0rem; }
  body.index .about-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    body.index .about-body__ttl {
      display: flex;
      flex-direction: column;
      margin-bottom: 4.0rem; }
      body.index .about-body__ttl .hide-txt {
        overflow: hidden;
        display: block;
        margin-bottom: 1.5rem;
        color: #3C9CD4; }
        body.index .about-body__ttl .hide-txt.en {
          font-size: 3.4rem;
          font-weight: bold; }
        body.index .about-body__ttl .hide-txt.jp {
          font-size: 1.8rem;
          font-weight: bold; }
        body.index .about-body__ttl .hide-txt-inner {
          line-height: 3.6rem; }
    body.index .about-body__txtArea {
      width: 42.0rem;
      padding-top: 8.0rem; }
    body.index .about-body__txtBox {
      position: relative;
      margin-bottom: 6.0rem;
      line-height: 4.0rem;
      text-align: justify;
      color: #3C9CD4; }
      body.index .about-body__txtBox-bgBox {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
      body.index .about-body__txtBox-bg {
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 42.0rem;
        height: 0;
        border-bottom: 25.0rem solid #E8F3F9;
        border-left: 9.0rem solid transparent;
        border-right: 9.0rem solid transparent; }
    body.index .about-body .arrow-btn {
      display: flex;
      justify-content: flex-end; }
      body.index .about-body .arrow-btn__link {
        font-size: 2.2rem; }
      body.index .about-body .arrow-btn__arrow {
        width: 7.2rem;
        height: 7.2rem;
        padding: 2.3rem; }
    body.index .about-body .figure {
      position: relative;
      box-sizing: border-box;
      padding: 0 11.0rem 0 0;
      line-height: 0; }
      body.index .about-body .figure::before, body.index .about-body .figure::after {
        content: '';
        position: absolute;
        z-index: -1;
        display: block;
        background-color: #CFF7FB; }
      body.index .about-body .figure::before {
        top: 5.0rem;
        left: -5.0rem;
        width: 10.0rem;
        height: 48.0rem; }
      body.index .about-body .figure::after {
        bottom: -5.0rem;
        right: 1.0rem;
        width: 57.0rem;
        height: 10.0rem; }
      body.index .about-body .figure__img {
        width: 42.0rem; }
      body.index .about-body .figure .purinyan {
        position: absolute;
        top: -8.2rem;
        right: 4.4rem;
        z-index: 2;
        display: block;
        width: 19.0rem;
        height: 13.6rem; }
body.index .movie {
  box-sizing: border-box;
  margin: 0 25.0rem 10.0rem;
  padding: 5.5rem 10.0rem;
  background-color: #CFF7FB;
  color: #009EDA;
  text-align: center; }
  body.index .movie__ttl {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.12em; }
  body.index .movie__txt {
    margin-bottom: 3.0rem;
    font-size: 1.2rem; }
  body.index .movie-btn .video-area {
    position: relative;
    cursor: pointer; }
    body.index .movie-btn .video-area::after {
      content: '';
      transition: opacity .25s ease-out;
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      width: 8.8rem;
      height: 8.8rem;
      background-image: url("../images/index/movie_btn.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body.index .movie-btn .video-area .video {
      width: 100%; }
    body.index .movie-btn .video-area:hover::after {
      opacity: .7; }
  body.index .movie-btn__figure {
    overflow: hidden;
    width: 100%;
    position: relative;
    cursor: pointer; }
    body.index .movie-btn__figure::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      width: 8.8rem;
      height: 8.8rem;
      background-image: url("../images/index/movie_btn.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    body.index .movie-btn__figure img {
      position: relative;
      z-index: 1;
      transition: transform .25s ease-out; }
    body.index .movie-btn__figure:hover img {
      transform: scale(1.1); }
body.index .menu {
  margin: 0 2.0rem 6.0rem; }
  body.index .menu .main-section__ttl {
    margin: 0 0 7.0rem 9.0rem; }
  body.index .menu .slider {
    height: 26.0rem;
    margin: 0 9.0rem 8.0rem; }
    body.index .menu .slider__item {
      position: relative;
      overflow: hidden;
      height: 26.0rem; }
      body.index .menu .slider__item:hover .slider__img {
        transform: scale(1.1); }
      body.index .menu .slider__item:hover .info {
        opacity: 1; }
    body.index .menu .slider__img {
      transition: transform .25s ease-out;
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    body.index .menu .slider .info {
      transition: opacity .25s ease-out;
      opacity: 0;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      padding: 3.5rem;
      background: rgba(0, 158, 218, 0.75);
      color: #fff;
      text-align: center; }
      body.index .menu .slider .info__cat {
        margin-bottom: 1.5em; }
        body.index .menu .slider .info__cat span {
          display: block; }
          body.index .menu .slider .info__cat span.en {
            font-weight: bold;
            font-size: 2.0rem; }
          body.index .menu .slider .info__cat span.jp {
            font-size: 1.2rem; }
      body.index .menu .slider .info__ttl {
        font-weight: bold;
        font-size: 1.8rem; }
    body.index .menu .slider .slick-arrow {
      transition: background .25s ease-out;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      width: 6.6rem;
      height: 6.6rem;
      background-color: #009EDA; }
      body.index .menu .slider .slick-arrow::before {
        content: '';
        display: block;
        width: 2.0rem;
        height: 2.0rem;
        vertical-align: middle;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: translateX(-15%) rotate(45deg);
        opacity: 1; }
      body.index .menu .slider .slick-arrow.slick-prev {
        left: 0;
        transform: translate(-50%, -50%) rotate(180deg); }
      body.index .menu .slider .slick-arrow.slick-next {
        right: 0;
        transform: translate(50%, -50%); }
      body.index .menu .slider .slick-arrow:hover {
        background-color: #0AB6EA; }
  body.index .menu .round-btn {
    width: 31.2rem;
    margin: 0 auto; }
body.index .shop {
  margin: 0 2.0rem; }
  body.index .shop .main-section__ttl {
    margin: 0 0 7.0rem 9.0rem; }
  body.index .shop-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.0rem;
    padding: 6.0rem 9.0rem;
    background-color: #E2F2FC; }
    body.index .shop-list__item {
      width: 30%; }
      body.index .shop-list__item .selectArea {
        position: relative;
        width: 100%;
        border: 1px solid #FFF;
        background: #ffffff;
        color: #000; }
        body.index .shop-list__item .selectArea::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          transform: rotate(90deg);
          width: 6.0rem;
          height: 6.0rem;
          background-image: url("../images/icon_arrow.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #009EDA;
          background-size: 2.1rem auto;
          pointer-events: none; }
        body.index .shop-list__item .selectArea select {
          box-sizing: border-box;
          display: flex;
          align-items: center;
          width: 100%;
          height: 6.0rem;
          padding: 2.0rem;
          cursor: pointer;
          text-indent: 0.01px;
          text-overflow: ellipsis;
          border: none;
          outline: none;
          background: transparent;
          background-image: none;
          box-shadow: none;
          -webkit-appearance: none;
          appearance: none;
          color: #6D6D6D;
          font-size: 100%; }
          body.index .shop-list__item .selectArea select::-ms-expand {
            display: none; }
  body.index .shop .round-btn {
    width: 31.2rem;
    margin: 0 auto; }
@media only screen and (max-width: 896px) {
  body.index .main-visual {
    margin: 0 auto; }
    body.index .main-visual .boxgallery .bg-tile .bg-img {
      background-repeat: no-repeat;
      background-size: 200% 200%; }
      body.index .main-visual .boxgallery .bg-tile .bg-img img {
        max-width: none; }
    body.index .main-visual .boxgallery .bg-tile:nth-child(1) .bg-img {
      background-position: left top; }
    body.index .main-visual .boxgallery .bg-tile:nth-child(2) .bg-img {
      background-position: right top; }
    body.index .main-visual .boxgallery .bg-tile:nth-child(3) .bg-img {
      background-position: left bottom; }
    body.index .main-visual .boxgallery .bg-tile:nth-child(4) .bg-img {
      background-position: right bottom; }
    body.index .main-visual-logo {
      position: absolute;
      top: 6.0rem;
      left: 50%;
      transform: translateX(-50%); }
      body.index .main-visual-logo .svg {
        width: 18.7rem;
        height: 5.4rem; }
    body.index .main-visual-sns {
      display: none; }
    body.index .main-visual .menu-trigger {
      top: 7.0rem;
      right: 6.0rem; }
    body.index .main-visual-bnr {
      display: none;
      position: absolute;
      left: 7.0rem;
      bottom: -5.0rem;
      width: 22.0rem; }
      body.index .main-visual-bnr__link {
        display: block; }
      body.index .main-visual-bnr__close {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        width: 4.6rem;
        height: 4.6rem;
        line-height: 0;
        cursor: pointer; }
    body.index .main-visual .scroll {
      bottom: 2.0rem;
      right: 5.5rem; }
      body.index .main-visual .scroll a {
        position: relative;
        display: block;
        width: 3.0rem;
        height: 16.0rem; }
        body.index .main-visual .scroll a .txt {
          font-size: 1.4rem; }
  body.index .main-bnr {
    display: block;
    padding: 2.0rem;
    line-height: 0; }
  body.index .news {
    margin: 0;
    padding: 6.0rem 4.0rem; }
    body.index .news__ttl {
      margin-bottom: 5.0rem;
      font-size: 4.0rem; }
  body.index .main-section {
    text-align: center; }
    body.index .main-section__ttl {
      margin-bottom: 6.0rem;
      font-size: 4.4rem; }
  body.index .about {
    margin: -12.5rem 0 9.0rem;
    padding-top: 18.0rem; }
    body.index .about-body {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: left; }
      body.index .about-body_ttl .hide-txt {
        margin-bottom: 1.5rem; }
        body.index .about-body_ttl .hide-txt.en {
          font-size: 3.4rem; }
        body.index .about-body_ttl .hide-txt.jp {
          font-size: 1.8rem; }
        body.index .about-body_ttl .hide-txt-inner {
          line-height: 3.6rem; }
      body.index .about-body__txtArea {
        order: 2;
        width: auto;
        padding: 0 8.0rem; }
      body.index .about-bodytxtBox {
        line-height: 4.36rem;
        font-size: 2.0rem; }
        body.index .about-bodytxtBox-bg {
          width: 56.0rem;
          border-bottom: 33.0rem solid #E8F3F9;
          border-left: 12.0rem solid transparent;
          border-right: 12.0rem solid transparent; }
      body.index .about-body .arrow-btn {
        margin-right: -2.0rem; }
        body.index .about-body .arrow-btn__link {
          font-size: 2.4rem; }
      body.index .about-body .figure {
        order: 1;
        width: 52.0rem;
        margin: 0 0 9.0rem auto;
        padding: 0 0 5.0rem 5.0rem;
        line-height: 0; }
        body.index .about-body .figure::before {
          left: 0; }
        body.index .about-body .figure::after {
          bottom: 0;
          right: 0;
          width: 100%; }
        body.index .about-body .figure__chara {
          right: 1.0rem; }
  body.index .movie {
    margin: 0 0 8.0rem;
    padding: 6.0rem 4.0rem 4.0rem; }
    body.index .movie__ttl {
      font-size: 4.0rem; }
    body.index .movie__txt {
      margin-bottom: 3.0rem;
      font-size: 1.8rem; }
    body.index .movie-btn__figure {
      overflow: hidden;
      width: 100%;
      height: auto; }
      body.index .movie-btn__figure::after {
        width: 9.8rem;
        height: 9.8rem; }
  body.index .menu {
    margin: 0 0 5.0rem; }
    body.index .menu .main-section__ttl {
      margin: 0 0 6.0rem; }
    body.index .menu .slider {
      overflow: hidden;
      width: 100%;
      height: auto;
      margin: 0 auto 6.0rem; }
      body.index .menu .slider__item {
        height: auto;
        margin: 0 2.0rem; }
      body.index .menu .slider__img {
        width: 100%;
        height: 29.6rem; }
      body.index .menu .slider .info {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 3.5rem;
        background: #E2F2FC;
        color: #009EDA;
        text-align: left; }
        body.index .menu .slider .info__cat {
          margin-bottom: 1.0em; }
          body.index .menu .slider .info__cat span {
            display: block; }
            body.index .menu .slider .info__cat span.en {
              font-size: 2.0rem; }
            body.index .menu .slider .info__cat span.jp {
              font-size: 1.6rem; }
        body.index .menu .slider .info__ttl {
          font-size: 2.3rem; }
      body.index .menu .slider .slick-arrow.slick-prev {
        transform: translate(0, -50%) rotate(180deg); }
      body.index .menu .slider .slick-arrow.slick-next {
        transform: translate(0, -50%); }
  body.index .shop {
    margin: 0; }
    body.index .shop .main-section__ttl {
      margin: 0 0 6.0rem; }
    body.index .shop-list {
      display: flex;
      flex-direction: column;
      margin-bottom: 0;
      padding: 6.0rem 8.0rem;
      background-color: #E2F2FC; }
      body.index .shop-list-area {
        padding-bottom: 6.0rem;
        background-color: #E2F2FC; }
      body.index .shop-list__item {
        width: 100%;
        margin-bottom: 4.0rem; }
        body.index .shop-list__item:last-child {
          margin-bottom: 0; }
        body.index .shop-list__item .selectArea::before {
          width: 8.0rem;
          height: 8.0rem;
          background-image: url("../images/icon_arrow.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #009EDA;
          background-size: 2.3rem auto; }
        body.index .shop-list__item .selectArea select {
          height: 8.0rem;
          padding: 0 2.0rem;
          font-size: 2.0rem; } }

/*---------------------------------------------
04. mainContents
---------------------------------------------*/
.mainContents {
  position: relative;
  box-sizing: border-box;
  padding-top: 15.0rem; }
  @media only screen and (min-width: 1201px) {
    .mainContents {
      padding-top: 125px; } }
  @media only screen and (max-width: 896px) {
    .mainContents {
      padding-top: 12.5rem; } }

.article {
  box-sizing: border-box;
  margin: 0 2.0rem; }
  .article-inner {
    max-width: 1200px;
    margin: 0 auto; }
  .article .mainTtlArea {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 6.0rem;
    text-align: center;
    color: #009EDA; }
    .article .mainTtlArea__ttl {
      font-size: 4.6rem;
      font-weight: bold;
      line-height: 1; }
    .article .mainTtlArea__txt {
      margin-top: 5.0rem;
      letter-spacing: 0.16em; }
  @media only screen and (max-width: 896px) {
    .article {
      margin: 0; }
      .article .mainTtlArea {
        margin-bottom: 5.0rem; }
        .article .mainTtlArea__ttl {
          font-size: 4.0rem; }
        .article .mainTtlArea__txt {
          margin-top: 5.0rem; } }

/*---------------------------------------------
05. shop
---------------------------------------------*/
.article-shop {
  padding: 8.0rem 9.0rem;
  background-color: #E5F2EF; }
  .article-shop .main-section {
    margin-bottom: 6.0rem; }
    .article-shop .main-section__ttl {
      box-sizing: border-box;
      display: inline-flex;
      align-items: center;
      height: 4.4rem;
      padding: 0 2.0rem;
      background-color: #009EDA;
      font-size: 1.6rem;
      letter-spacing: 0.04em;
      line-height: 1;
      color: #fff; }
  .article-shop .sub-section__ttl {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.4rem;
    margin-bottom: 1px;
    padding: 0 1.7rem 0 2.7rem;
    background-color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    color: #009EDA;
    cursor: pointer; }
    .article-shop .sub-section__ttl:hover .sub-section__arrow img, .article-shop .sub-section__ttl.current .sub-section__arrow img {
      transform: rotate(90deg); }
    .article-shop .sub-section__ttl .sub-section__arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 3.4rem;
      height: 3.4rem;
      background-color: #D3D3D3;
      line-height: 0; }
      .article-shop .sub-section__ttl .sub-section__arrow img {
        transition: transform .25s ease-out;
        width: 1.7rem; }
  .article-shop .sub-section-body {
    display: none; }
    .article-shop .sub-section-body.current {
      display: block; }
  .article-shop .sub-section-list {
    transition: display .25s ease-out;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 6.0rem 6.0rem 0;
    background-color: #fff; }
    .article-shop .sub-section-list__item {
      width: 48%;
      margin-bottom: 6.0rem; }
    .article-shop .sub-section-list__ttl {
      margin-bottom: 1.5rem;
      font-size: 1.6rem;
      color: #009EDA; }
  .article-shop .sub-section-list2 {
    color: #4F4F4F; }
    .article-shop .sub-section-list2__item {
      display: flex;
      word-break: break-all;
      margin-bottom: 0.5rem; }
    .article-shop .sub-section-list2__ttl {
      width: 7em; }
    .article-shop .sub-section-list2__txt {
      flex: 1; }
    .article-shop .sub-section-list2__gmap {
      display: flex;
      align-items: center;
      color: #009EDA; }
      .article-shop .sub-section-list2__gmap::before {
        content: '';
        width: 1.3rem;
        height: 2.1rem;
        margin-right: 0.8rem;
        background-image: url("../images/icon_googlemap.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      .article-shop .sub-section-list2__gmap:hover {
        text-decoration: underline; }
  .article-shop .bnr-restaurant {
    margin-top: 6.0rem; }
    .article-shop .bnr-restaurant__link {
      position: relative;
      width: 100%;
      height: 14.4rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-color: #fff; }
      .article-shop .bnr-restaurant__link::after {
        position: absolute;
        top: 50%;
        right: 4.0rem;
        transform: translateY(-50%);
        content: '';
        width: 5.2rem;
        height: 5.2rem;
        border-radius: 50%;
        background-image: url("../images/icon_arrow.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #009EDA;
        background-size: 1.6rem; }
    .article-shop .bnr-restaurant__span {
      display: block;
      color: #009EDA; }
      .article-shop .bnr-restaurant__span.en {
        font-size: 2.6rem;
        font-weight: bold; }
      .article-shop .bnr-restaurant__span.jp {
        font-size: 1.2rem; }
  @media only screen and (max-width: 896px) {
    .article-shop {
      padding: 6.0rem 4.0rem; }
      .article-shop .main-section {
        margin-bottom: 4.0rem; }
      .article-shop .sub-section-list {
        margin-bottom: 1px;
        padding: 6.0rem 6.0rem 0;
        background-color: #fff; }
        .article-shop .sub-section-list__item {
          width: 100%;
          margin-bottom: 6.0rem; }
        .article-shop .sub-section-list__ttl {
          margin-bottom: 1.5rem;
          font-size: 2.0rem; }
      .article-shop .sub-section-list2__gmap {
        display: flex;
        align-items: center;
        color: #009EDA; }
        .article-shop .sub-section-list2__gmap::before {
          content: '';
          width: 1.3rem;
          height: 2.1rem;
          margin-right: 0.8rem;
          background-image: url("../images/icon_googlemap.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain; }
        .article-shop .sub-section-list2__gmap:hover {
          text-decoration: underline; } }

/*---------------------------------------------
06. news
---------------------------------------------*/
.article-news {
  padding: 8.0rem 0 0;
  background-color: #E2F2FC; }
  .article-news .sortNav {
    margin-bottom: 8.0rem; }
    .article-news .sortNav__list {
      display: flex;
      justify-content: center; }
      .article-news .sortNav__list-item {
        transition: background-color .25s ease-out;
        width: 16.0rem;
        height: 4.4rem;
        background-color: #fff; }
        .article-news .sortNav__list-item.current, .article-news .sortNav__list-item:hover {
          background-color: #009EDA; }
          .article-news .sortNav__list-item.current .sortNav__link, .article-news .sortNav__list-item:hover .sortNav__link {
            color: #fff; }
        .article-news .sortNav__list-item + .sortNav__list-item {
          margin-left: 1px; }
    .article-news .sortNav__link {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      font-size: 1.6rem;
      font-weight: bold;
      color: #009EDA; }
  .article-news .newsContents {
    margin: 0 24.0rem 8.0rem; }
    .article-news .newsContents__cat {
      display: inline-block;
      margin-bottom: 2.5rem;
      padding: 1.0rem 2.0rem;
      background-color: #009EDA;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1;
      color: #fff; }
    .article-news .newsContents__ttl {
      font-feature-settings: "palt";
      margin-bottom: 2.5rem;
      padding-bottom: 2.0rem;
      border-bottom: 1px solid #F2F2F2;
      font-size: 2.0rem;
      line-height: 3.0rem; }
    .article-news .newsContents__date {
      margin-bottom: 4.0rem;
      font-size: 1.1rem;
      line-height: 1;
      text-align: right; }
  .article-news .pagerArea {
    margin-top: 4.0rem; }
  .article-news.single {
    padding: 8.0rem 0 0;
    background: none; }
    .article-news.single .related-section {
      background-color: #E2F2FC;
      padding: 6.0rem 0; }
  @media only screen and (max-width: 896px) {
    .article-news {
      padding: 6.0rem 4.0rem 2.0rem; }
      .article-news .sortNav {
        margin-bottom: 4.0rem; }
        .article-news .sortNav__list-item {
          width: 14.0rem;
          height: 3.8rem; }
        .article-news .sortNav__link {
          font-size: 1.4rem; }
      .article-news .newsContents {
        margin: 0 4.0rem 8.0rem; }
        .article-news .newsContents__ttl {
          font-size: 2.8rem;
          line-height: 2; }
        .article-news .newsContents__date {
          font-size: 1.8rem; }
      .article-news .pagerArea {
        margin-top: 4.0rem; }
      .article-news.single {
        padding: 8.0rem 0 0; }
        .article-news.single .related-section {
          padding: 4.0rem; } }

/*---------------------------------------------
07. contact
---------------------------------------------*/
.article-contact {
  padding: 8.0rem 15.0rem;
  background-color: #F7F7F7; }
  .article-contact .mainTtlArea {
    margin-bottom: 3.0rem; }
  .article-contact .formArea__must {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3.0rem;
    font-size: 1.2rem; }
    .article-contact .formArea__must::before {
      content: '';
      width: 2.2rem;
      height: 0.4rem;
      margin-right: 1.5rem;
      background-color: #009EDA; }
  .article-contact .formArea .formRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.0rem; }
    .article-contact .formArea .formRow__name {
      position: relative;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      width: 25.0rem;
      margin-right: 1.0rem;
      padding: 2.0rem 0 2.0rem 4.5rem;
      color: #009EDA; }
      .article-contact .formArea .formRow__name .en {
        font-size: 2.0rem;
        font-weight: bold; }
      .article-contact .formArea .formRow__name .jp {
        font-size: 1.2rem; }
    .article-contact .formArea .formRow__parts {
      box-sizing: border-box;
      flex: 1;
      padding: 1.0rem 0;
      font-size: 1.8rem; }
      .article-contact .formArea .formRow__parts input,
      .article-contact .formArea .formRow__parts textarea {
        box-sizing: border-box;
        width: 100%;
        padding: 2rem;
        border: none;
        font-size: 1.8rem;
        letter-spacing: 0.1em; }
      .article-contact .formArea .formRow__parts .selectArea {
        position: relative;
        width: 100%;
        border: 1px solid #FFF;
        background: #ffffff;
        color: #000; }
        .article-contact .formArea .formRow__parts .selectArea::before {
          content: '';
          position: absolute;
          top: 1.0em;
          right: 0.9em;
          transform: rotate(90deg);
          width: 3.4rem;
          height: 3.4rem;
          background-image: url("../images/icon_arrow.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #D3D3D3;
          background-size: 1.7rem auto;
          pointer-events: none; }
        .article-contact .formArea .formRow__parts .selectArea select {
          width: 100%;
          padding-right: 1em;
          cursor: pointer;
          text-indent: 0.01px;
          text-overflow: ellipsis;
          border: none;
          outline: none;
          background: transparent;
          background-image: none;
          box-shadow: none;
          -webkit-appearance: none;
          appearance: none;
          padding: 2rem;
          font-size: 100%; }
          .article-contact .formArea .formRow__parts .selectArea select::-ms-expand {
            display: none; }
    .article-contact .formArea .formRow.must .formRow__name::before {
      position: absolute;
      top: 3.5rem;
      left: 0;
      content: '';
      display: block;
      width: 2.2rem;
      height: 0.4rem;
      background-color: #009EDA; }
  .article-contact .formArea .btnArea {
    display: flex;
    justify-content: center;
    margin-bottom: 8.0rem; }
    .article-contact .formArea .btnArea button {
      transition: .25s ease-out;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 40.0rem;
      height: 8.0rem;
      margin: 0 3.0rem;
      background-color: #3C9CD4;
      border-radius: 4.1rem;
      border: none;
      cursor: pointer;
      outline: none;
      appearance: none;
      color: #fff; }
      .article-contact .formArea .btnArea button[type="reset"] {
        background-color: #D6D8D8; }
      .article-contact .formArea .btnArea button .en {
        font-size: 2.2rem;
        font-weight: bold; }
      .article-contact .formArea .btnArea button .jp {
        font-size: 1.1rem; }
      .article-contact .formArea .btnArea button:hover {
        opacity: 0.8; }
  .article-contact .formArea .formTxt {
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #3C9CD4; }
  .article-contact .formArea .mw_wp_form_preview .btnArea button[type="reset"] {
    display: none; }
  .article-contact .formArea .mw_wp_form_preview .formRow__parts {
    box-sizing: border-box;
    flex: 1;
    padding: 3.0rem 2.0rem; }
    .article-contact .formArea .mw_wp_form_preview .formRow__parts .selectArea {
      border: none;
      background: none; }
      .article-contact .formArea .mw_wp_form_preview .formRow__parts .selectArea::before {
        display: none; }
  .article-contact .formArea .mw_wp_form_preview .formTxt {
    display: none; }
  .article-contact .formArea .mw_wp_form_complete {
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: center; }
  @media only screen and (max-width: 896px) {
    .article-contact {
      padding: 6.0rem 4.0rem; }
      .article-contact .mainTtlArea {
        margin-bottom: 3.0rem; }
      .article-contact .formArea__must {
        margin-bottom: 3.0rem;
        font-size: 1.4rem; }
        .article-contact .formArea__must::before {
          content: '';
          width: 2.2rem;
          height: 0.4rem;
          margin-right: 1.5rem;
          background-color: #009EDA; }
      .article-contact .formArea .formRow {
        display: flex;
        flex-direction: column;
        margin-bottom: 3.0rem; }
        .article-contact .formArea .formRow__name {
          width: 100%;
          margin-right: 0;
          padding: 2.0rem 0 2.0rem 4.5rem;
          color: #009EDA; }
          .article-contact .formArea .formRow__name .en {
            font-size: 3.2rem; }
          .article-contact .formArea .formRow__name .jp {
            font-size: 2.0rem; }
        .article-contact .formArea .formRow__parts {
          padding: 1.0rem 0;
          font-size: 1.8rem; }
          .article-contact .formArea .formRow__parts input,
          .article-contact .formArea .formRow__parts textarea {
            padding: 3.0rem;
            font-size: 2.4rem; }
          .article-contact .formArea .formRow__parts .selectArea::before {
            top: 2.0rem; }
          .article-contact .formArea .formRow__parts .selectArea select {
            font-size: 2.2rem; }
        .article-contact .formArea .formRow.must .formRow__name::before {
          top: 5.0rem; }
      .article-contact .formArea .btnArea {
        display: flex;
        justify-content: center;
        margin-bottom: 4.0rem; }
        .article-contact .formArea .btnArea button {
          width: 40.0rem;
          height: 8.0rem;
          margin: 0 2.0rem;
          border-radius: 4.1rem; }
          .article-contact .formArea .btnArea button .en {
            font-size: 2.2rem; }
          .article-contact .formArea .btnArea button .jp {
            font-size: 1.1rem; }
          .article-contact .formArea .btnArea button:hover {
            opacity: 0.8; }
      .article-contact .formArea .formTxt {
        font-size: 2.0rem; }
      .article-contact .formArea .mw_wp_form_preview .formRow__parts {
        padding: 2.0rem 2.0rem 2.0rem 4.5rem;
        font-size: 2.5rem; }
      .article-contact .formArea .mw_wp_form_preview .formTxt {
        display: none; }
      .article-contact .formArea .mw_wp_form_complete {
        font-size: 2.0rem; } }

/*---------------------------------------------
08. menu
---------------------------------------------*/
.article-menu {
  padding: 8.0rem 9.0rem;
  background-color: #E5F2EF; }
  .article-menu .btn-allergy {
    margin: 0 auto 5.0rem;
    text-align: center; }
    .article-menu .btn-allergy .round-btn__link {
      transition: all .25s ease-out;
      width: 46.2rem;
      background-color: #fff;
      color: #009EDA;
      font-size: 1.6rem;
      font-weight: 700; }
      .article-menu .btn-allergy .round-btn__link .round-btn__arrow svg {
        width: 2.2rem;
        height: 2.1rem; }
        .article-menu .btn-allergy .round-btn__link .round-btn__arrow svg .icon_arrow {
          transition: fill .25s ease-out;
          fill: #009EDA !important; }
      .article-menu .btn-allergy .round-btn__link:hover {
        background-color: #009EDA;
        color: #fff; }
        .article-menu .btn-allergy .round-btn__link:hover .round-btn__arrow svg .icon_arrow {
          fill: #fff !important; }
  .article-menu .sortNav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .article-menu .sortNav__list.col3 .sortNav__list-item {
      width: 33.3333333%; }
    .article-menu .sortNav__list.col4 .sortNav__list-item {
      width: 25%; }
    .article-menu .sortNav__list-item {
      transition: background-color .25s ease-out;
      box-sizing: border-box;
      height: 7.4rem;
      padding-left: 1px;
      padding-bottom: 1px; }
  .article-menu .sortNav__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 4.0rem;
    background-color: #009EDA;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.5; }
    .article-menu .sortNav__link .round-btn__arrow {
      right: 1.0rem; }
      .article-menu .sortNav__link .round-btn__arrow svg {
        width: 1.8rem;
        height: 1.6rem;
        transform: rotate(90deg); }
        .article-menu .sortNav__link .round-btn__arrow svg .icon_arrow {
          transition: fill .25s ease-out;
          fill: #fff !important; }
    .article-menu .sortNav__link:hover {
      background-color: #fff;
      color: #009EDA; }
      .article-menu .sortNav__link:hover .round-btn__arrow svg .icon_arrow {
        fill: #009EDA !important; }
  .article-menu .main-section__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8.0rem 0 4.0rem; }
    .article-menu .main-section__ttl > span {
      color: #009EDA; }
      .article-menu .main-section__ttl > span.en {
        font-size: 3.8rem;
        font-weight: bold;
        line-height: 1.5; }
      .article-menu .main-section__ttl > span.jp {
        font-size: 1.6rem; }
  .article-menu .main-section .itemArea {
    background-color: #fff;
    padding: 6.0rem; }
    .article-menu .main-section .itemArea .item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5.0rem; }
      .article-menu .main-section .itemArea .item__figure {
        width: calc(346 / 860 * 100%);
        height: 26.0rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      .article-menu .main-section .itemArea .item__details {
        width: calc(450 / 860 * 100%); }
      .article-menu .main-section .itemArea .item__cat {
        display: inline-block;
        margin-bottom: 2em;
        padding: 1.2rem 3.0rem;
        background-color: #E2F2FC;
        border-radius: 3.0rem;
        font-size: 1.2rem;
        color: #009EDA;
        font-weight: 700; }
        .article-menu .main-section .itemArea .item__cat.seasonal {
          background-color: #009EDA;
          color: #fff; }
      .article-menu .main-section .itemArea .item__ttl {
        margin-bottom: 0.8em;
        font-size: 2.4rem;
        color: #009EDA;
        line-height: 1.5;
        font-weight: 700; }
      .article-menu .main-section .itemArea .item__term {
        margin-bottom: 1em;
        color: #009EDA;
        font-weight: 700; }
      .article-menu .main-section .itemArea .item__txtArea {
        margin-bottom: 1.5em;
        line-height: 3.0rem; }
      .article-menu .main-section .itemArea .item .pricelist__item {
        display: flex;
        padding: 2.0rem 0;
        border-top: 1px solid #E2F2FC;
        color: #009EDA; }
      .article-menu .main-section .itemArea .item .pricelist__ttl {
        width: 12em;
        margin-right: 1em; }
      .article-menu .main-section .itemArea .item .pricelist__txt {
        flex-grow: auto;
        font-weight: 700; }
      .article-menu .main-section .itemArea .item .item-btn__link {
        position: relative;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3.5rem;
        background-color: #E2F2FC;
        font-size: 1.8rem;
        line-height: 1;
        color: #009EDA;
        font-weight: 700; }
      .article-menu .main-section .itemArea .item .item-btn__arrow {
        position: absolute;
        top: 50%;
        right: 2.3rem;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4.0rem;
        height: 4.0rem;
        background-color: #009EDA;
        border-radius: 50%; }
        .article-menu .main-section .itemArea .item .item-btn__arrow img {
          width: 1.2rem;
          height: 1.1rem; }
  @media only screen and (max-width: 896px) {
    .article-menu {
      padding: 6.0rem 4.0rem; }
      .article-menu .btn-allergy {
        margin: 0 auto 4.0rem; }
        .article-menu .btn-allergy .round-btn__link {
          width: 50.0rem;
          font-size: 2.0rem; }
          .article-menu .btn-allergy .round-btn__link .round-btn__arrow svg {
            width: 2.4rem;
            height: 2.2rem; }
      .article-menu .sortNav__list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .article-menu .sortNav__list.col3 .sortNav__list-item {
          width: 50%; }
        .article-menu .sortNav__list.col4 .sortNav__list-item {
          width: 50%; }
        .article-menu .sortNav__list-item {
          box-sizing: border-box;
          height: 7.4rem;
          padding-left: 1px;
          padding-bottom: 1px; }
      .article-menu .sortNav__link {
        padding: 0 3.0rem; }
        .article-menu .sortNav__link .round-btn__arrow {
          right: 1.0rem; }
      .article-menu .main-section__ttl {
        padding: 6.0rem 0 3.0rem; }
        .article-menu .main-section__ttl > span.jp {
          font-size: 2.0rem; }
      .article-menu .main-section .itemArea {
        padding: 4.0rem; }
        .article-menu .main-section .itemArea .item {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          margin-bottom: 6.0rem; }
          .article-menu .main-section .itemArea .item:last-child {
            margin-bottom: 0; }
          .article-menu .main-section .itemArea .item__figure {
            width: 100%;
            height: 36.0rem;
            margin-bottom: 3.0rem;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain; }
          .article-menu .main-section .itemArea .item__details {
            width: 100%; }
          .article-menu .main-section .itemArea .item__cat {
            margin-bottom: 1em;
            padding: 1.0rem 2.0rem;
            border-radius: 3.0rem;
            font-size: 1.8rem; }
          .article-menu .main-section .itemArea .item__ttl {
            margin-bottom: 0.8em;
            font-size: 3.0rem; }
          .article-menu .main-section .itemArea .item__term {
            margin-bottom: 1em;
            font-size: 2.0rem; }
          .article-menu .main-section .itemArea .item__txtArea {
            margin-bottom: 1.5em;
            font-size: 2.0rem;
            line-height: 3.8rem; }
          .article-menu .main-section .itemArea .item .pricelist {
            font-size: 2.0rem; }
            .article-menu .main-section .itemArea .item .pricelist__item {
              padding: 3.0rem 0; }
          .article-menu .main-section .itemArea .item .item-btn__link {
            font-size: 2.0rem; } }

/*---------------------------------------------
09. about
---------------------------------------------*/
.article-about .about-area {
  padding: 8.0rem 0;
  background-color: #E5F2EF; }
.article-about .catch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34.0rem;
  margin-bottom: 6.0rem;
  background-image: url("../images/about/about_mainimg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .article-about .catch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15); }
  .article-about .catch__txt {
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    .article-about .catch__txt.en {
      margin-bottom: 0.5rem;
      font-size: 4.3rem;
      line-height: 1.5; }
    .article-about .catch__txt.jp {
      font-size: 2.2rem; }
.article-about .btn-allergy {
  margin: 0 auto 5.0rem;
  text-align: center; }
  .article-about .btn-allergy .round-btn__link {
    transition: all .25s ease-out;
    width: 46.2rem;
    background-color: #fff;
    color: #009EDA;
    font-size: 1.6rem;
    font-weight: 700; }
    .article-about .btn-allergy .round-btn__link .round-btn__arrow {
      transform: rotate(90deg); }
      .article-about .btn-allergy .round-btn__link .round-btn__arrow svg {
        width: 2.2rem;
        height: 2.1rem; }
        .article-about .btn-allergy .round-btn__link .round-btn__arrow svg .icon_arrow {
          transition: fill .25s ease-out;
          fill: #009EDA !important; }
    .article-about .btn-allergy .round-btn__link:hover {
      background-color: #009EDA;
      color: #fff; }
      .article-about .btn-allergy .round-btn__link:hover .round-btn__arrow svg .icon_arrow {
        fill: #fff !important; }
.article-about .section {
  display: flex;
  justify-content: flex-end;
  max-width: 120.0rem;
  margin: 0 auto 6.0rem;
  padding-top: 10.0rem; }
  .article-about .section__txtArea {
    z-index: 1;
    order: 2;
    box-sizing: border-box;
    position: relative;
    width: 71.5rem;
    padding: 6.0rem 6.0rem 6.0rem 16.0rem;
    background-color: #fff; }
  .article-about .section__no {
    position: absolute;
    top: 0;
    left: 8.5rem;
    transform: translateY(-50%);
    padding: 1.0rem 3.0rem;
    background-color: #009EDA;
    border-radius: 3.0rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1; }
  .article-about .section__ttl {
    margin-bottom: 1em;
    font-size: 2.4rem;
    font-weight: 700;
    color: #009EDA; }
  .article-about .section__txt {
    font-size: 1.4rem;
    line-height: 3.0rem;
    color: #30315C; }
  .article-about .section__figure {
    z-index: 2;
    order: 1;
    width: 47.0rem;
    margin: -10.0rem -10.0rem 0 0; }
    .article-about .section__figure .animated {
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .article-about .section__figure .animated.infinite {
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .article-about .section:nth-of-type(2n) {
    justify-content: flex-start; }
    .article-about .section:nth-of-type(2n) .section__txtArea {
      order: 1;
      padding: 6.0rem 6.0rem 6.0rem 16.0rem; }
    .article-about .section:nth-of-type(2n) .section__figure {
      order: 2;
      width: 47.0rem;
      margin: -10.0rem 0 0 -10.0rem; }
.article-about .story {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 120.0rem;
  width: 98.0rem;
  margin: 0 auto;
  padding: 6.0rem;
  background-color: #fff; }
  .article-about .story__txtArea {
    width: 46.0rem; }
  .article-about .story__ttl {
    margin-bottom: 0.8em;
    font-size: 3.2rem;
    font-weight: 700;
    color: #009EDA;
    line-height: 1; }
  .article-about .story__ttl2 {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: 700;
    color: #009EDA; }
  .article-about .story__txt {
    font-size: 1.4rem;
    line-height: 3.0rem;
    color: #30315C; }
  .article-about .story__figure {
    width: 34.0rem; }
.article-about .allergy {
  width: 98.0rem;
  margin: -3.0rem auto 3.0rem;
  padding: 15.0rem 0 0; }
  .article-about .allergy__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.0rem; }
    .article-about .allergy__ttl-span {
      display: block;
      color: #009EDA; }
      .article-about .allergy__ttl-span.en {
        font-size: 3.2rem;
        font-weight: bold; }
      .article-about .allergy__ttl-span.jp {
        font-size: 1.4rem; }
  .article-about .allergy__txtarea {
    box-sizing: border-box;
    margin: 0 9.0rem 3.0rem;
    padding: 6.0rem;
    background-color: #E2F2FC; }
  .article-about .allergy__txt {
    margin-bottom: 1em;
    line-height: 3.0rem;
    color: #30315C; }
  .article-about .allergy__txt2 {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #30315C; }
  .article-about .allergy__btnarea {
    width: 53.0rem;
    margin: 0 auto; }
    .article-about .allergy__btnarea .btn {
      width: 100%;
      height: 9.6rem;
      margin-bottom: 1.5rem; }
      .article-about .allergy__btnarea .btn__link {
        transition: background-color .25s ease-out;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #009EDA;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff; }
        .article-about .allergy__btnarea .btn__link::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 3.0rem;
          transform: translateY(-50%);
          display: block;
          width: 3.6rem;
          height: 4.0rem;
          background-image: url("../images/about/icon_pdf.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain; }
        .article-about .allergy__btnarea .btn__link:hover {
          background-color: #0AB6EA; }
    .article-about .allergy__btnarea .allergy__notice {
      font-size: 1.2rem;
      text-align: right; }
@media only screen and (max-width: 896px) {
  .article-about .about-area {
    padding: 6.0rem 0; }
  .article-about .catch {
    height: 31.0rem; }
  .article-about .btn-allergy {
    margin: 0 auto 4.0rem; }
    .article-about .btn-allergy .round-btn__link {
      width: 50.0rem;
      font-size: 2.0rem; }
      .article-about .btn-allergy .round-btn__link .round-btn__arrow svg {
        width: 2.4rem;
        height: 2.2rem; }
  .article-about .section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 4.0rem 6.0rem;
    padding-top: 0; }
    .article-about .section__txtArea {
      width: 100%;
      padding: 5.0rem 4.0rem 4.0rem;
      font-feature-settings: "palt"; }
    .article-about .section__no {
      left: 4.0rem;
      padding: 1.0rem 2.0rem;
      border-radius: 3.0rem;
      font-size: 1.8rem; }
    .article-about .section__ttl {
      margin-bottom: 0.5em;
      font-size: 2.8rem; }
    .article-about .section__txt {
      font-size: 2.0rem;
      line-height: 3.8rem; }
    .article-about .section__figure {
      order: 1;
      margin: 0 auto 6.0rem; }
    .article-about .section:nth-of-type(2n) .section__txtArea {
      order: 2;
      width: 100%;
      padding: 5.0rem 4.0rem 4.0rem; }
    .article-about .section:nth-of-type(2n) .section__figure {
      order: 1;
      margin: 0 auto 6.0rem; }
  .article-about .story {
    flex-direction: column;
    width: auto;
    margin: 0 4.0rem 6.0rem;
    padding: 4.5rem; }
    .article-about .story__txtArea {
      order: 2;
      width: 100%;
      font-feature-settings: "palt"; }
    .article-about .story__ttl {
      margin-bottom: 0.8em;
      font-size: 3.6rem;
      font-weight: 700; }
    .article-about .story__ttl2 {
      margin-bottom: 1em;
      font-size: 2.2rem; }
    .article-about .story__txt {
      font-size: 2.0rem;
      line-height: 3.8rem; }
    .article-about .story__figure {
      order: 1;
      width: 100%;
      margin-bottom: 4.0rem; }
  .article-about .allergy {
    width: auto;
    margin: 0 4.0rem 2.0rem;
    padding: 6.0rem 0 0; }
    .article-about .allergy__ttl-span.jp {
      font-size: 1.8rem; }
    .article-about .allergy__txtarea {
      font-feature-settings: "palt";
      margin: 0 auto 3.0rem;
      padding: 0;
      background: none; }
    .article-about .allergy__txt {
      line-height: 3.8rem; }
    .article-about .allergy__txt2 {
      font-size: 1.8rem;
      line-height: 3.4rem; }
    .article-about .allergy__btnarea {
      width: 100%; }
      .article-about .allergy__btnarea .btn {
        width: 100%;
        height: 10.6rem;
        margin-bottom: 1.5rem; }
        .article-about .allergy__btnarea .btn__link {
          font-size: 2.4rem; }
          .article-about .allergy__btnarea .btn__link::after {
            width: 4.2rem;
            height: 4.7rem; }
          .article-about .allergy__btnarea .btn__link:hover {
            background-color: #009EDA; }
      .article-about .allergy__btnarea .allergy__notice {
        font-size: 1.8rem; } }

/*---------------------------------------------
10. purinyan
---------------------------------------------*/
.article-purinyan .intro {
  box-sizing: border-box;
  width: 100%;
  padding: 9.0rem;
  background-image: url("../images/purinyan/intro_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .article-purinyan .intro__ttl {
    width: 35.4rem;
    margin: 0 auto 7.0rem; }
  .article-purinyan .intro__figure {
    width: 54.5rem;
    margin: 0 auto 6.0rem; }
  .article-purinyan .intro .txt-area {
    box-sizing: border-box;
    width: 62.0rem;
    margin: 0 auto 7.0rem;
    padding: 6.0rem;
    background-color: #fff;
    text-align: center;
    color: #009EDA; }
    .article-purinyan .intro .txt-area__ttl {
      margin-bottom: 1em;
      font-size: 2.8rem;
      font-weight: bold; }
    .article-purinyan .intro .txt-area__txt {
      font-size: 1.6rem;
      line-height: 4.4rem; }
  .article-purinyan .intro .tamako-area .tamako01 {
    width: 32.2rem;
    margin: 0 auto; }
  .article-purinyan .intro .tamako-area .tamako02 {
    width: 25.0rem;
    margin: -2.0rem auto 0; }
  .article-purinyan .intro .tamako-area .tamako03 {
    width: 6.0rem;
    margin: 0 auto; }
.article-purinyan .author {
  padding: 2.5rem 5.0rem;
  text-align: center;
  color: #009EDA; }
  .article-purinyan .author__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    font-size: 2.8rem;
    font-weight: bold; }
    .article-purinyan .author__ttl-span {
      display: block;
      font-size: 1.2rem; }
  .article-purinyan .author__txt {
    margin-bottom: 2em;
    font-size: 1.2rem;
    line-height: 2.6rem; }
  .article-purinyan .author .link {
    font-weight: bold; }
    .article-purinyan .author .link__ttl {
      font-size: 1.3rem; }
    .article-purinyan .author .link__txt a {
      position: relative;
      display: inline-block;
      color: #009EDA; }
      .article-purinyan .author .link__txt a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #009EDA;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      .article-purinyan .author .link__txt a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
.article-purinyan .line {
  box-sizing: border-box;
  width: 100%;
  padding: 8.0rem 9.0rem;
  background-color: #CFF7FB;
  text-align: center; }
  .article-purinyan .line__ttl {
    font-size: 4.2rem;
    font-weight: bold;
    color: #009EDA; }
  .article-purinyan .line__catch {
    margin-bottom: 5.0rem;
    font-size: 1.6rem;
    color: #009EDA;
    text-align: center; }
  .article-purinyan .line .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6.0rem; }
    .article-purinyan .line .list__item {
      box-sizing: border-box;
      width: 25%;
      padding: 0 1px 1px 0; }
  .article-purinyan .line .round-btn__link {
    width: 42.0rem;
    background-color: #00BC3E; }
@media only screen and (max-width: 896px) {
  .article-purinyan .intro {
    padding: 6.0rem 4.0rem;
    background-image: url("../images/purinyan/intro_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .article-purinyan .intro__ttl {
      width: 31.4rem;
      margin: 0 auto 6.0rem; }
    .article-purinyan .intro__figure {
      width: 48.0rem;
      margin: 0 auto 6.0rem; }
    .article-purinyan .intro .txt-area {
      width: 100%;
      margin: 0 auto 6.0rem;
      padding: 6.0rem 4.0rem 4.0rem 4.0rem; }
      .article-purinyan .intro .txt-area__ttl {
        font-size: 3.0rem; }
      .article-purinyan .intro .txt-area__txt {
        font-size: 2.0rem; }
    .article-purinyan .intro .tamako-area .tamako01 {
      width: 35.7rem;
      margin: 0 auto; }
    .article-purinyan .intro .tamako-area .tamako02 {
      width: 26.0rem;
      margin: -2.0rem auto 0; }
    .article-purinyan .intro .tamako-area .tamako03 {
      width: 6.5rem;
      margin: 0 auto; }
  .article-purinyan .author {
    padding: 6.0rem 5.0rem; }
    .article-purinyan .author__ttl {
      font-size: 3.8rem; }
      .article-purinyan .author__ttl-span {
        font-size: 1.6rem; }
    .article-purinyan .author__txt {
      font-size: 2.0rem; }
    .article-purinyan .author .link__ttl {
      font-size: 1.6rem; }
    .article-purinyan .author .link__txt a {
      font-size: 2.4rem; }
  .article-purinyan .line {
    padding: 5.0rem 4.0rem; }
    .article-purinyan .line__ttl {
      font-size: 4.4rem; }
    .article-purinyan .line__catch {
      font-size: 2.2rem; }
    .article-purinyan .line .list {
      margin-bottom: 4.0rem; }
      .article-purinyan .line .list__item {
        width: 50%; }
    .article-purinyan .line .round-btn__link {
      width: 56.0rem; } }
