@charset "utf-8";
/*==============================================================

 ■ aclist

===============================================================*/
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*
$(window).on('scroll resize load', this._onScroll);
_onScroll = ()=>{
		let winH		= $(window).height();
		let scrollTop 	= $(window).scrollTop();
		this.$imgList.each((idx, target)=>{
			if( $(target).hasClass("is-effect") ) return;
			let offsetY = $(target).offset().top;
			if (scrollTop > offsetY - winH + 200) {
				$(target).addClass("is-effect");
			}
		});
	};
*/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgLoopScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -200px;
  }
}
@keyframes bgLoopScrollSP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -26.66667vw;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    filter: brightness(120%);
  }
  20% {
    filter: brightness(140%);
  }
  100% {
    filter: brightness(100%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background:transparent; */
  /* deleated */
  /* added */
  box-sizing: border-box;
}
input,
textarea {
  box-sizing: border-box;
}
/* added */
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  /*added*/
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
a:focus {
  outline: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: baseline;
  font-size: 1.1rem;
  line-height: 1;
}
table {
  /* deleated
    border-collapse:collapse;
    border-spacing:0;
    */
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: baseline;
}
/*added*/
em,
address {
  font-style: normal;
}
input {
  margin: 0px;
}
input[type="submit"],
input[type="button"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
/*=============================================================
//
//  Normalize [update:2017/10/28]
//
//============================================================*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background-color: #EEE;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 767px) {
  html.desktop body {
    width: 100vw;
    overflow-x: hidden;
  }
}
a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="text"],
textarea {
  font-family: inherit;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #guide img {
    width: 375px;
  }
}
#breakpointChecker .pc {
  display: none;
}
#breakpointChecker .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #breakpointChecker .sp {
    display: none;
  }
  #breakpointChecker .pc {
    display: block;
  }
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
/*
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}*/
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
/*
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}*/
/* Bullets */
/*
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}*/
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*==============================================================

 ■ Common(SP)

===============================================================*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#wpadminbar {
  width: 100vw;
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 500;
  font-size: 3.2vw;
  color: #333;
  line-height: 200%;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  min-width: 100vw;
}
section {
  position: relative;
}
.maincontent {
  width: 100%;
  overflow: hidden;
  padding-top: 14.13333vw;
  padding-bottom: 14.13333vw;
}
.inner {
  position: relative;
  width: 89.33333vw;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 14.13333vw;
  background-color: white;
  border-bottom: 0.26667vw solid #333;
  z-index: 2;
}
.header__title {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: 2.93333vw;
  width: 29.733vw;
  height: 8.8vw;
  background-image: url("../img/sp_header_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__title a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__title a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: 100%;
  height: 100vh;
  background-color: #333;
  overflow-y: scroll;
  color: white;
  transition: all 300ms 0s ease;
}
.header__gnavi a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 3.46667vw;
  line-height: 150%;
}
.header__gnavi__container {
  width: 89.33333vw;
  margin: 11.73333vw auto 0;
}
.header__gnavi__wrapper {
  padding-top: 21.33333vw;
  padding-bottom: 40vw;
}
.header__gnavi__logo {
  width: 68.267vw;
  height: 37.6vw;
  background-image: url("../img/sp_gnavi_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.header__gnavi__logo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi__title {
  font-size: 4.8vw !important;
  text-align: center;
}
.header__gnavi__linklist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5.33333vw;
  margin-top: 4.26667vw;
}
.header__gnavi__linklist__detail {
  width: 42vw;
  position: relative;
  padding: 3.73333vw 2.66667vw 4.66667vw;
  padding-right: 9.33333vw;
  border-top: 0.26667vw solid white;
}
.header__gnavi__linklist__detail a {
  font-weight: 400;
}
.header__gnavi__linklist__detail a:after {
  content: '';
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/sp_gnavi_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 2.93333vw;
  top: 0vw;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.header__gnavi__linklist__detail a:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi .column1 li {
  padding-left: 13.33333vw;
}
.header__gnavi .column1 li:before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0vw;
}
.header__gnavi .column1 .detail1:before {
  width: 7vw;
  height: 7vw;
  background-image: url("../img/gnaviicon1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  left: 1.86667vw;
}
.header__gnavi .column1 .detail1:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi .column1 .detail2:before {
  width: 8.1vw;
  height: 8.1vw;
  background-image: url("../img/gnaviicon2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__gnavi .column1 .detail2:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi .column1 .detail3:before {
  width: 8.6vw;
  height: 5.1vw;
  background-image: url("../img/gnaviicon3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  left: 1.86667vw;
}
.header__gnavi .column1 .detail3:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi .column1 .detail4:before {
  width: 10vw;
  height: 7.4vw;
  background-image: url("../img/gnaviicon4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__gnavi .column1 .detail4:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi .column3 .header__gnavi__linklist a {
  font-size: 4vw;
  font-weight: 500;
}
.header__gnavi__link {
  display: block;
  width: 100%;
  height: 13.33333vw !important;
  line-height: 12.8vw !important;
  border: 0.26667vw solid white;
  border-radius: 13.33333vw;
  font-size: 3.46667vw !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-top: 7.73333vw;
}
.header__gnavi .column1 .detail2 {
  padding-top: 6.13333vw;
}
.header__gnavi .column1 .detail3 {
  border-bottom: 0.26667vw solid white;
}
.header__gnavi .column1 .detail4 {
  border-bottom: 0.26667vw solid white;
  padding-top: 6.66667vw;
}
.header__gnavi .column1 .detail5 {
	border-top: none;
  border-bottom: 0.26667vw solid white;
}
.header__gnavi .column2 {
  margin-top: 11.46667vw;
}
.header__gnavi .column2 .detail3 {
  padding-top: 6.4vw;
}
.header__gnavi .column2 .detail5 {
  border-bottom: 0.26667vw solid white;
}
.header__gnavi .column2 .detail6 {
  border-bottom: 0.26667vw solid white;
}
.header__gnavi .column3 {
  margin-top: 12vw;
}
.header__gnavi .column3 .header__gnavi__linklist__detail {
  width: 100%;
}
.header__gnavi .column3 .header__gnavi__linklist__detail:after {
  display: none;
}
.header__gnavi .column3 .header__gnavi__linklist__detail:last-child {
  border-bottom: 0.26667vw solid white;
}
.header__gnavi__outlinklist {
  margin-top: 13.33333vw;
}
.header__gnavi__outlinklist__detail {
  display: block;
  width: 100%;
  height: 13.33333vw !important;
  background-color: white;
  border: 0.26667vw solid white;
  border-radius: 13.33333vw;
  font-size: 3.46667vw !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-top: 5.33333vw;
}
.header__gnavi__outlinklist__detail a {
  color: #333;
  line-height: 12.8vw;
  height: 100%;
  font-size: 4.26667vw;
}
.header__gnavi__outlinklist__detail a p {
  vertical-align: middle;
}
.header__gnavi__outlinklist__detail a p:after {
  content: "";
  width: 4.8vw;
  height: 4.4vw;
  background-image: url("../img/sp_icon_newwin_b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-left: 10.66667vw;
  vertical-align: middle;
}
.header__gnavi__outlinklist__detail a p:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi__snstitle {
  font-family: "Outfit", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 200;
  font-size: 3.46667vw;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-top: 8vw;
}
.header__gnavi__snslist {
  width: 100%;
  margin-top: 6.66667vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.header__gnavi__snslist__detail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 8vw;
  height: 8vw;
  margin: 0 2vw;
}
.header__gnavi__snslist__detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi__snslist__detail:before {
  content: '';
  display: block;
}
.header__gnavi__snslist__detail.ig:before {
  width: 8.533vw;
  height: 8.267vw;
  background-image: url("../img/pc_footer_icon_ig.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__gnavi__snslist__detail.ig:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi__snslist__detail.tw:before {
  width: 9.333vw;
  height: 7.467vw;
  background-image: url("../img/pc_footer_icon_tw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__gnavi__snslist__detail.tw:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi__snslist__detail.yt:before {
  width: 8.267vw;
  height: 5.867vw;
  background-image: url("../img/pc_footer_icon_yt.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__gnavi__snslist__detail.yt:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__gnavi__snslist__detail.fb:before {
  width: 9.333vw;
  height: 9.333vw;
  background-image: url("../img/pc_footer_icon_fb.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header__gnavi__snslist__detail.fb:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__btngnavi {
  position: absolute;
  right: 0;
  top: 0;
  width: 14.13333vw;
  height: 14.13333vw;
}
.header__btngnavi:before {
	content: "MENU";
	font-family: "Outfit", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
    font-weight: 500;
	font-size: 2.0vw;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(65%) translateX(-50%);
	-webkit-transform: translateY(65%) translateX(-50%);
}
.header__btngnavi hr {
  position: absolute;
  left: 3.2vw;
  display: block;
  margin: 0;
  width: 7.5vw;
  height: 0.26667vw;
  background-color: black;
  transition: all 300ms 0s ease;
}
.header__btngnavi hr:nth-child(1) {
  top: 3.43333vw;
}
.header__btngnavi hr:nth-child(2) {
  top: 5.06667vw;
}
.header__btngnavi hr:nth-child(3) {
  top: 6.7vw;
}
.header.isOpen .header__gnavi {
  left: 0;
}
.header.isOpen .header__btngnavi hr {
  background-color: white;
}
.header.isOpen .header__btngnavi:before {
	color: #fff;
}
.header.isOpen .header__btngnavi hr:nth-child(1) {
  transform: translateY(1.3vw) rotate(45deg);
  width: 6.5vw;
  left: 3.9vw;
}
.header.isOpen .header__btngnavi hr:nth-child(2) {
  display: none;
}
.header.isOpen .header__btngnavi hr:nth-child(3) {
  transform: translateY(-1.9vw) rotate(-45deg);
  width: 6.5vw;
  left: 3.9vw;
}
/*==============================================================

 ■ footer

===============================================================*/
.footer__media {
  text-align: center;
  color: white;
  background-color: #333 ;
  padding-top: 15.73333vw;
}
.footer__media__youtube {
  padding-bottom: 13.33333vw;
  border-bottom: 0.26667vw solid white;
}
.footer__media__youtube__catch {
  font-size: 4vw;
}
.footer__media__youtube__title {
  font-size: 6.4vw;
  font-weight: bold;
  margin-top: 2.66667vw;
}
.footer__media__youtube__img {
  display: block;
  width: 89.333vw;
  height: 50.267vw;
  background-image: url("../img/top/sp_top_media_ytimg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 8vw auto 0;
}
.footer__media__youtube__img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__media__youtube__link {
  display: block;
  position: relative;
  width: 77.33333vw;
  height: 16vw;
  border: 0.26667vw solid white;
  border-radius: 13.33333vw;
  font-size: 4.26667vw;
  font-weight: bold;
  color: white;
  line-height: 16vw;
  margin: 8.8vw auto 0;
}
.footer__media__youtube__link:after {
  content: '';
  width: 4.8vw;
  height: 4.4vw;
  background-image: url("../img/sp_icon_newwin_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  right: 8vw;
  top: 5.6vw;
}
.footer__media__youtube__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__media__instagram {
  padding-top: 12vw;
  padding-bottom: 13.33333vw;
  border-bottom: 0.26667vw solid white;
}
.footer__media__instagram__catch {
  font-size: 4vw;
}
.footer__media__instagram__title {
  font-size: 6.4vw;
  font-weight: bold;
  margin-top: 2.66667vw;
}
.footer__media__instagram__container {
  width: 100%;
  /* height: 89.33333vw;
  background-color: #CCC; */
  margin-top: 8vw;
}
.footer__media__instagram__link {
  display: block;
  position: relative;
  width: 77.33333vw;
  height: 16vw;
  border: 0.26667vw solid white;
  border-radius: 13.33333vw;
  font-size: 4.26667vw;
  font-weight: bold;
  color: white;
  line-height: 16vw;
  margin: 8.8vw auto 0;
}
.footer__media__instagram__link:after {
  content: '';
  width: 4.8vw;
  height: 4.4vw;
  background-image: url("../img/sp_icon_newwin_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  right: 8vw;
  top: 5.6vw;
}
.footer__media__instagram__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__media__instagram #sb_instagram #sbi_images {
  background-color: #333 !important;
}
.footer__media__instagram #sb_instagram #sbi_images,
.footer__media__instagram #sb_instagram #sbi_images .sbi_item {
  float: none !important;
}
.footer__media__links {
  padding-top: 12.8vw;
  padding-bottom: 18.66667vw;
}
.footer__media__links__detail {
  position: relative;
  display: block;
  width: 84vw;
  height: 20vw;
  border-radius: 1.33333vw;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 20vw;
  color: #333;
  background-color: #ffeec4;
  padding-left: 18.66667vw;
  margin: 0 auto 5.33333vw;
}
.footer__media__links__detail:last-child {
  margin-bottom: 0;
}
.footer__media__links__detail:before {
  content: '';
  display: block;
  border-radius: 0.53333vw;
  width: 18.66667vw;
  height: 18.66667vw;
  position: absolute;
  left: 0.66667vw;
  top: 0.66667vw;
}
.footer__media__links__detail:nth-child(1):before {
  background: url(../img/sp_footer_officiallink1.png) center center / cover no-repeat;
}
.footer__media__links__detail:nth-child(2):before {
  background: url(../img/sp_footer_officiallink2.png) center center / cover no-repeat;
}
.footer__media__links__detail:nth-child(3):before {
  background: url(../img/sp_footer_officiallink3.png) center center / cover no-repeat;
}
.footer__category {
  padding-top: 13.33333vw;
  padding-bottom: 11.2vw;
  background-color: white;
}
.footer__category__title {
  font-size: 5.33333vw;
  font-weight: bold;
}
.footer__category__container {
  margin-bottom: 7.2vw;
}
.footer__category__container:last-child {
  margin-bottom: 0;
}
.footer__category__list {
  margin-top: 3.46667vw;
}
.footer__category__list__detail {
  position: relative;
  margin-bottom: 2.13333vw;
}
.footer__category__list__detail a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 3.46667vw;
  color: #2b2c2e;
  vertical-align: middle;
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
}
.footer__category__list__detail a:before {
  content: '';
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 1.6vw;
  background-color: black;
  position: absolute;
  left: 1.33333vw;
  top: 2.66667vw;
}
.footer__category__list__detail a:after {
  content: '';
  display: block;
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/sp_footer_linkar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0vw;
  top: 1.06667vw;
}
.footer__category__list__detail a:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__main {
  padding-top: 12.26667vw;
  padding-bottom: 13.33333vw;
  background-color: #262626;
  color: white;
}
.footer__main a {
  color: white;
}
.footer__main__title {
  font-size: 4.8vw;
  font-weight: bold;
}
.footer__main__read {
  margin-top: 3.46667vw;
}
.footer__main__sns {
  text-align: center;
  margin-top: 10.66667vw;
}
.footer__main__sns__title {
  font-size: 3.46667vw;
  font-family: "Outfit", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 200;
}
.footer__main__sns__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 6.13333vw;
}
.footer__main__sns__list__detail {
  position: relative;
  display: inline-block;
  margin: 0 2.66667vw;
}
.footer__main__sns__list__detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__main__sns__list .ig {
  width: 7.2vw;
  height: 7.2vw;
  background-image: url("../img/sp_footer_icon_ig.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.footer__main__sns__list .ig a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__main__sns__list .tw {
  width: 7.6vw;
  height: 6.133vw;
  background-image: url("../img/sp_footer_icon_tw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.footer__main__sns__list .tw a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__main__sns__list .yt {
  width: 7.2vw;
  height: 5.067vw;
  background-image: url("../img/sp_footer_icon_yt.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.footer__main__sns__list .yt a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__main__sns__list .fb {
  width: 7.867vw;
  height: 7.867vw;
  background-image: url("../img/sp_footer_icon_fb.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.footer__main__sns__list .fb a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__main__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13.06667vw;
}
.footer__main__nav__detail {
  position: relative;
  height: 4.93333vw;
  padding: 0 1.86667vw;
  display: block;
  margin-bottom: 2vw;
}
/*
.footer__main__nav__detail:nth-child(3):after {
  display: none;
}
*/
.footer__main__nav__detail:last-child:after {
  display: none;
}
.footer__main__nav__detail:after {
  content: '';
  display: block;
  width: 0.26667vw;
  height: 2.93333vw;
  background-color: white;
  position: absolute;
  right: 0vw;
  top: 2.4vw;
}
.footer__main__nav__detail a {
  font-size: 2.66667vw;
  display: inline-block;
  height: 4.93333vw;
  line-height: 4.93333vw;
  border-bottom: 0.26667vw solid white;
}
.footer__main__info {
  margin-top: 11.2vw;
}
.footer__main__info__privacy {
  display: inline-block;
  height: 5.33333vw;
  line-height: 5.33333vw;
  font-size: 2.66667vw;
  border-bottom: 0.26667vw solid white;
}
.footer__main__info__name {
  font-size: 2.66667vw;
  margin-top: 1.33333vw;
}
.footer__main__info__cp1 {
  font-size: 2.66667vw;
}
.footer__main__info__cp2 {
  font-size: 2.66667vw;
  line-height: 200%;
  margin-top: -0.53333vw;
}
.footer__main__logo {
  width: 62.133vw;
  height: 13.733vw;
  background-image: url("../img/sp_footer_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 9.33333vw auto 0;
}
.footer__main__logo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*==============================================================

 ■ swiper

===============================================================*/
.swipernav {
  position: relative;
  width: 100%;
  height: 14.66667vw;
}
.swipernav__prev {
  position: relative;
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 14.66667vw;
  height: 14.66667vw;
}
.swipernav__prev:before {
  content: "";
  display: block;
  width: 5.067vw;
  height: 3.2vw;
  background-image: url("../img/sp_swiper_ar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}
.swipernav__prev:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swipernav__next {
  position: relative;
  position: absolute;
  right: 0vw;
  top: 0vw;
  width: 14.66667vw;
  height: 14.66667vw;
}
.swipernav__next:before {
  content: "";
  display: block;
  width: 5.067vw;
  height: 3.2vw;
  background-image: url("../img/sp_swiper_ar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swipernav__next:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swipernav__dot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 6.4vw;
}
.swipernav__dot .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 1.33333vw;
  height: 1.33333vw;
  border-radius: 1.33333vw;
  background-color: #b5b5b5;
  margin: 0 2.13333vw;
}
.swipernav__dot .swiper-pagination-bullet:after {
  content: '';
  display: block;
  width: 5.33333vw;
  height: 5.33333vw;
  border-radius: 5.33333vw;
  border: 0.26667vw solid black;
  position: absolute;
  left: -2.13333vw;
  top: -2.13333vw;
  transition: all 300ms 0s ease;
  transform: scale(0.1);
}
.swipernav__dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}
.swipernav__dot .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1);
}
/*==============================================================

 ■ wp pager

===============================================================*/
.wp-pagenavi {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 89.33333vw;
  height: 15.2vw;
  margin: 0 auto;
  border-top: 0.26667vw solid #c1c1c1;
  border-bottom: 0.26667vw solid #c1c1c1;
  text-align: center;
}
.wp-pagenavi .page {
  display: none;
}
.wp-pagenavi .pages {
  -ms-flex-order: 1;
      order: 1;
  font-size: 4.26667vw;
  line-height: 14.66667vw;
  text-align: center;
  pointer-events: none;
  display: block;
  width: 100%;
  letter-spacing: 0.5em;
}
.wp-pagenavi .nextpostslink {
  -ms-flex-order: 2;
      order: 2;
  width: 15.2vw;
  height: 15.2vw;
  overflow: hidden;
  text-indent: -9999;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
}
.wp-pagenavi .nextpostslink:after {
  content: '';
  width: 5.067vw;
  height: 3.2vw;
  background-image: url("../img/sp_pager_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.wp-pagenavi .nextpostslink:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-pagenavi .previouspostslink {
  -ms-flex-order: 0;
      order: 0;
  width: 15.2vw;
  height: 15.2vw;
  overflow: hidden;
  text-indent: -9999;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-pagenavi .previouspostslink:after {
  content: '';
  width: 5.067vw;
  height: 3.2vw;
  background-image: url("../img/sp_pager_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.wp-pagenavi .previouspostslink:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-pagenavi .current {
  display: none;
}
/*==============================================================

 ■ common content

===============================================================*/
.kv {
  width: 100%;
  height: 54.4vw;
  padding-top: 21.33333vw;
}
.kv__title {
  position: relative;
}
.kv__title__main {
  text-align: center;
  font-size: 7.46667vw;
  line-height: 150%;
  font-weight: bold;
  margin-top: 1.86667vw;
}
.kv__title__main span {
  font-size: 4.26667vw;
}
.kv__title__disc {
  font-size: 3.2vw;
  padding: 0 5.33333vw;
  margin-top: 7.2vw;
}

/* 新レイアウト */

.kv.new,
.monthly .kv.new {
  height: 50vw;
  padding-top: 13vw;
}

.monthly .kv.new .kv__title__new .kv__title__illust {
    width: 70px;
    height: 65px;
    margin: 0 20px 0 0;
}
.kv.new .kv__title__new .kv__flex__box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}

.kv.new .kv__title__disc {
  text-align: center;
}

/* 新レイアウトここまで */





.kv__bg {
  position: absolute;
  left: 0vw;
  top: 13.33333vw;
  width: 100%;
  height: 13.33333vw;
}
.kamadashiichi .kv__bg {
  background: url(../img/kvbg/sp_kamadashiichi_kv_bg.png) top center / auto 100% no-repeat;
}
.news .kv__bg {
  background: url(../img/kvbg/sp_news_kv_bg.png) top center / auto 100% no-repeat;
}
.information .kv__bg {
  background: url(../img/kvbg/sp_news_kv_bg.png) top center / auto 100% no-repeat;
}
.mediainfo .kv__bg,
.tv .kv__bg,
.magazine .kv__bg{
  background: url(../img/kvbg/sp_news_kv_bg.png) top center / auto 100% no-repeat;
}
.others .kv__bg {
  background: url(../img/kvbg/sp_news_kv_bg.png) top center / auto 100% no-repeat;
}
.monthly .kv__bg {
  background: url(../img/kvbg/sp_monthly_kv_bg.png) top center / auto 100% no-repeat;
}
.donabelab .kv__bg {
  background: url(../img/kvbg/sp_donabelab_kv_bg.png) top center / auto 100% no-repeat;
}
.report .kv__bg {
  background: url(../img/kvbg/sp_report_kv_bg.png) top center / auto 100% no-repeat;
}
.donabelife .kv__bg {
  background: url(../img/kvbg/sp_donabelife_kv_bg.png) top center / auto 100% no-repeat;
}
.event .kv__bg,
.event-iga .kv__bg,
.event-tokyo .kv__bg,
.event-other .kv__bg,
.event-report .kv__bg {
  background: url(../img/kvbg/sp_event_kv_bg.png) top center / auto 100% no-repeat;
}
.know .kv__bg {
  background: url(../img/kvbg/sp_know_kv_bg.png) top center / auto 100% no-repeat;
}
.nagatanien .kv__bg {
  background: url(../img/kvbg/sp_nagatanien_kv_bg.png) top center / auto 100% no-repeat;
}
.story .kv__bg {
  background: url(../img/kvbg/sp_story_kv_bg.png) top center / auto 100% no-repeat;
}
.shop .kv__bg {
  background: url(../img/kvbg/sp_shop_kv_bg.png) top center / auto 100% no-repeat;
}
.shopeat .kv__bg {
  background: url(../img/kvbg/sp_shop_kv_bg.png) top center / auto 100% no-repeat;
}
.history .kv__bg {
  background: url(../img/kvbg/sp_history_kv_bg.png) top center / auto 100% no-repeat;
}
.hint .kv__bg {
  background: url(../img/kvbg/sp_hint_kv_bg.png) top center / auto 100% no-repeat;
}
.post-type-archive-faq .kv__bg {
  background: url(../img/kvbg/sp_faq_kv_bg.png) top center / auto 100% no-repeat;
}
.about .kv__bg {
  background: url(../img/kvbg/sp_about_kv_bg.png) top center / auto 100% no-repeat;
}
.privacy .kv__bg {
  background: url(../img/kvbg/sp_privacy_kv_bg.png) top center / auto 100% no-repeat;
}
.contact .kv__bg {
  background: url(../img/kvbg/sp_contact_kv_bg.png) top center / auto 100% no-repeat;
}
.contactcomp .kv__bg {
  background: url(../img/kvbg/sp_contact_kv_bg.png) top center / auto 100% no-repeat;
}
.category-articles .kv__bg {
  background: url(../img/kvbg/sp_articles_kv_bg.png) top center / auto 100% no-repeat;
}
.tag .kv__bg {
  background: url(../img/kvbg/sp_tag_kv_bg.png) top center / 100% no-repeat;
}
.story .kv {
  padding-top: 16vw;
}
.history .kv {
  padding-top: 16vw;
}
.hint .kv {
  padding-top: 8vw;
}
.about .kv {
  padding-top: 16vw;
}
.donabelab .kv {
  padding-top: 16vw;
}
.report .kv {
  padding-top: 8vw;
}
.contact .kv {
  padding-top: 16vw;
}
.contactcomp .kv {
  padding-top: 16vw;
}
.donabelife .kv {
  padding-top: 13.33333vw;
}
.donabelife .kv .kv__title__main {
  font-size: 4.8vw;
}
.nagatanien .kv {
  padding-top: 16vw;
}
.category-know .kv {
  padding-top: 16vw;
}
.story .kv {
  padding-top: 10.66667vw;
}
.story .kv .kv__title__main {
  font-size: 5.6vw;
}
.shop .kv {
  padding-top: 10.66667vw;
}
.shop .kv .kv__title__main {
  font-size: 5.6vw;
}
.shopeat .kv {
  padding-top: 10.66667vw;
}
.shopeat .kv .kv__title__main {
  font-size: 5.6vw;
}
.pkz {
  display: block;
  width: 100%;
  border-top: 0.26667vw solid #333;
  border-bottom: 0.26667vw solid #333;
  font-size: 3.46667vw;
  padding: 3.73333vw 0;
}
.pkz .inner > span {
  margin: 0 2.66667vw;
}
.pkz .inner > span:first-child {
  margin-left: 0;
}
/*==============================================================

 ■ タイトル回り

===============================================================*/
.monthly .kv {
  height: 82.66667vw;
}
.monthly .kv__bg {
  background-size: auto 70%;
}
.monthly .kv__title__illust {
  width: 23.6vw;
  height: 23.333vw;
  background-image: url("../img/content_icon_monthly.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 1.33333vw auto 0;
}
.monthly .kv__title__illust a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.monthly .kv__title__disc {
  margin: 5.33333vw auto 0;
}
.donabelab .kv {
  height: 85.33333vw;
  padding-top: 20vw;
}
.donabelab .kv__bg {
  background-size: auto 70%;
}
.donabelab .kv__title__illust {
  width: 27.733vw;
  height: 26.667vw;
  background-image: url("../img/content_icon_lab.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 1.33333vw auto 0;
}
.donabelab .kv__title__illust a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.donabelab .kv__title__disc {
  margin: 5.33333vw auto 0;
}
.report .kv {
  height: 82.66667vw;
}
.report .kv__bg {
  background-size: auto 70%;
}
.report .kv__title__illust {
  width: 37.133vw;
  height: 22.267vw;
  background-image: url("../img/content_icon_report.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 4vw auto 0;
}
.report .kv__title__illust a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.report .kv__title__disc {
  margin: 5.33333vw auto 0;
}
.donabelife .kv {
  height: 82.66667vw;
}
.donabelife .kv__bg {
  background-size: auto 70%;
}
.donabelife .kv__title__illust {
  width: 33.2vw;
  height: 24.933vw;
  background-image: url("../img/content_icon_life.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 5.33333vw auto 0;
}
.donabelife .kv__title__illust a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.donabelife .kv__title__disc {
  margin: 5.33333vw auto 0;
}
.event .kv {
  height: 82.66667vw;
}
.event .kv__bg,
.event-iga .kv__bg,
.event-tokyo .kv__bg,
.event-other .kv__bg {
  background-size: auto 70%;
}
.event .kv__title__illust {
  width: 22.667vw;
  height: 27.867vw;
  background-image: url("../img/content_icon_event.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 1.33333vw auto 0;
}
.event .kv__title__illust a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event .kv__title__disc {
  margin: 5.33333vw auto 0;
}
/*==============================================================

 ■ article

===============================================================*/
/*==============================================================

 ■ article list

===============================================================*/
.atcllist {
  padding-top: 9.06667vw;
}
.atcllist-event {
  padding-top: 0;
}
.atcllist__vol {
  font-size: 3.2vw;
  color: #909195;
}
.atcllist__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.66667vw 5.33333vw;
  margin-top: 2.4vw;
  padding-bottom: 13.33333vw;
}
.atcllist__list__detail {
  position: relative;
  width: 42vw;
}
.atcllist__list__detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.atcllist__list__detail__img {
  width: 42vw;
  height: 42vw;
}
.atcllist__list__detail__img img {
  width: 42vw;
  height: 42vw;
  object-fit: cover;
}
.atcllist__list__detail__txt {
  padding-top: 1.86667vw;
}
.atcllist__list__detail__txt__date {
  font-size: 3.2vw;
  color: #909195;
}
.atcllist__list__detail__txt__title {
  font-size: 4.26667vw;
  line-height: 150%;
  margin-top: 1.06667vw;
}
.atcllist__list__detail__txt__category {
  background-color: #CCC;
  display: inline-block;
  line-height: 150%;
  padding: 0 1.33333vw 0.53333vw;
  margin-top: 2.13333vw;
}
.atcllist__list__detail__txt__category.cat_monthly {
  background-color: #d7d089;
}
.atcllist__list__detail__txt__category.cat_report {
  background-color: #8db59d;
}
.atcllist__list__detail__txt__category.cat_donabelab {
  background-color: #b1b7b9;
}
.atcllist__list__detail__txt__category.cat_donabelife {
  background-color: #fdedc5;
}
.atcllist__list__detail__txt__category.cat_event {
  background-color: #fccfc4;
}
.atcllist__list__detail__txt__category.cat_kamadashiichi {
  background-color: #ea8123;
  color: #FFF;
}

.atcllist__list__detail__txt .infobox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.atcllist__list__detail__txt .infobox ul.event_cat_list li {
	display: none;
	height: auto;
	line-height: 1;
	border-radius: 10vw;
	border: solid 1px #333;
	font-size: 3.0vw;
	padding: 1vw 1.5vw 1vw 1.5vw;
	font-feature-settings: "palt";
}
.atcllist__list__detail__txt .infobox ul.event_cat_list li.event-iga,
.atcllist__list__detail__txt .infobox ul.event_cat_list li.event-tokyo,
.atcllist__list__detail__txt .infobox ul.event_cat_list li.event-other {
	display: inline-block;
}

.atcllist__list__detail__txt .infobox .status {
	font-size: 3.0vw;
	margin-left: 8px;
	font-feature-settings: "palt";
}
.atcllist__list__detail__txt .infobox .status .accepting {
	color: #577efc;
}
.atcllist__list__detail__txt .infobox .status .end,
.atcllist__list__detail__txt .infobox .status .soldout {
	color: #ff2a5c;
}
.atcllist__list__detail__txt .infobox .status .few {
	color: #333;
}
.atcllist__list__detail__txt .infobox .status .none {
	display: none;
}

.atcllist__list__detail__txt .implementation_txt {
	font-size: 2.4vw;
	color: #656565;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

.atcllist__list__detail__txt .atcllist__list__detail__txt__title {
	line-height: 130%;
	font-feature-settings: "palt";
}

.atcllist__list__detail__txt .days_txt {
	font-size: 2.4vw;
	color: #909195;
	line-height: 1.4em;
	letter-spacing: 0;
	margin-top: 10px;
	font-feature-settings: "palt";
}

/*==============================================================

 ■ article detail

===============================================================*/
.atclhead {
  margin-top: 9.06667vw;
}
.atclhead__info {
  position: relative;
  width: 100%;
}
.atclhead__info__category {
  display: inline-block;
  font-size: 3.33333vw;
  color: #909195;
}
.atclhead__info__date {
  display: inline-block;
  font-size: 3.46667vw;
  color: #909195;
  position: absolute;
  right: 0;
  top: 0;
}
.atclhead__title {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 150%;
}
.atclhead__catchimg {
  width: 100vw;
  margin-top: 9.6vw;
  margin-left: -5.33333vw;
}
.atclhead__catchimg img {
  width: 100%;
  height: auto;
}
.atclhead__tags {
  width: 89.33333vw;
  margin: 2.93333vw auto 0;
  color: #909195;
}
.atclhead__tags a {
  display: inline-block;
  font-size: 2.93333vw;
  height: 6.13333vw;
  color: #909195;
  line-height: 5.6vw;
  border-bottom: 0.26667vw solid #909195;
  margin-right: 4vw;
}
.atclhead__tags a:before {
  content: '#';
}
.snsshare {
  width: 100%;
  height: 18.93333vw;
  background: url(/assets/img/sp_snsshare_bg.png) top left repeat-x;
  padding-top: 4.53333vw;
  margin-top: 8.53333vw;
}
.snsshare__title {
  display: inline-block;
  font-family: "Outfit", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 200;
  font-size: 3.46667vw;
  font-weight: 400;
  line-height: 9.33333vw;
  margin-right: 4vw;
}
.snsshare__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.snsshare__list__detail {
  position: relative;
  width: 10.66667vw;
  height: 10.66667vw;
  margin: 0 0.66667vw;
}
.snsshare__list__detail a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.snsshare__list__detail.fb a {
  width: 5.4vw;
  height: 5.4vw;
  background-image: url("../img/pc_snsicon_fb.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.snsshare__list__detail.fb a a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.snsshare__list__detail.tw a {
  width: 6.133vw;
  height: 6.133vw;
  background-image: url("../img/pc_snsicon_tw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.snsshare__list__detail.tw a a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.snsshare__list__detail.pw a {
  width: 5.6vw;
  height: 5.6vw;
  background-image: url("../img/pc_snsicon_pi.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.snsshare__list__detail.pw a a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.snsshare__list__detail.ln a {
  width: 6.133vw;
  height: 6.133vw;
  background-image: url("../img/pc_snsicon_ln.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.snsshare__list__detail.ln a a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.snsshare__list__detail.cp:after {
  content: '';
  display: block;
  width: 6.133vw;
  height: 6.133vw;
  background-image: url("../img/pc_snsicon_cp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.snsshare__list__detail.cp:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.atclmain {
  position: relative;
  margin: 0 auto;
  padding-top: 9.33333vw;
  padding-bottom: 10.66667vw;
}
.atclmain h2 {
  font-size: 5.33333vw;
}
.atclmain h3 {
  font-size: 4.66667vw;
}
.atclmain h4 {
  font-size: 4vw;
}
.atclmain h4 {
  font-size: 3.73333vw;
}
.atclmain h2,
.atclmain h3,
.atclmain h4,
.atclmain h5 {
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 5.33333vw;
}
.atclmain p {
  width: 100%;
  line-height: 215%;
  margin-bottom: 6.66667vw;
  font-size: 120%;
}
.atclmain p a {
	color: #2271b1;
	text-decoration: underline;
}
.atclmain p a:hover {
	text-decoration: none;
}
.atclmain ul {
  margin-bottom: 6.66667vw;
}
.atclmain .wp-block-image {
  width: 100%;
  margin-bottom: 8vw;
}
.atclmain .wp-block-image img {
  width: 100%;
  height: auto;
}
.atclmain .wp-block-buttons {
  margin-bottom: 5.33333vw;
}
.atclmain .wp-block-buttons a {
  display: inline-block;
  height: 13.33333vw;
  padding: 0 13.33333vw;
  border-radius: 13.33333vw;
  background-color: black;
  font-size: 3.46667vw;
  color: white;
  text-align: center;
  line-height: 12.53333vw;
}
.atclmain .wp-block-separator {
  display: block;
  border: none;
  width: 100%;
  height: 0.26667vw;
  background-color: #c1c1c1;
  margin: 13.33333vw auto;
}
.webreceipe {
  margin-top: 2.26667vw;
}
.webreceipe__hr {
  display: block;
  border: none;
  width: 8vw;
  height: 0.8vw;
  background-color: #333;
}
.webreceipe__title {
  font-size: 4.8vw;
  margin-top: 7.46667vw;
}
.webreceipe__list {
  margin-top: 7.46667vw;
}
.webreceipe__list__detail {
  position: relative;
  width: 100%;
  padding: 2.66667vw 2.66667vw;
  display: -ms-flexbox;
  display: flex;
  border: 0.26667vw solid #b2b2b2;
  margin-bottom: 5.06667vw;
}
.webreceipe__list__detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.webreceipe__list__detail:last-child {
  margin-bottom: 0px;
}
.webreceipe__list__detail__img {
  width: 24vw;
  height: 24vw;
  min-width: 24vw;
}
.webreceipe__list__detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webreceipe__list__detail__txt {
  padding-left: 5.33333vw;
  margin-top: -1.86667vw;
}
.webreceipe__list__detail__txt__category {
  font-size: 3.2vw;
  font-weight: bold;
}

/* 紹介した商品 */

    .webreceipe__list__detail__txt__option {
        margin-top: 10px;
    }
    .webreceipe__list__detail__txt .webreceipe__list__detail__txt__option ul {
        display: contents;
        justify-content: flex-start;
        align-items: center;
        font-size: 3vw;
    }
    .webreceipe__list__detail__txt .webreceipe__list__detail__txt__option ul li:nth-child(2) {
        margin-left: 0;
        margin-top: 5px;
    }
    .webreceipe__list__detail__txt .webreceipe__list__detail__txt__option ul li dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .webreceipe__list__detail__txt .webreceipe__list__detail__txt__option ul li dl dt {
        line-height: 1.5;
        color: #FFF;
        background-color: #333;
        padding: 3px 10px;
        margin-right: 11px;
    }

    .webreceipe__list__detail__txt .webreceipe__list__detail__txt__text {
        line-height: 1.2;
        margin-top: 10px;
    }

/* 紹介した商品ここまで */

.webreceipe__list__detail__txt__title {
  font-size: 4.26667vw;
  line-height: 150%;
  font-weight: bold;
}
.atclpager {
  position: relative;
  width: 89.33333vw;
  height: 33.06667vw;
  margin: 17.33333vw auto 0;
  border-top: 2px solid #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
}
.atclpager .inner {
  height: 100%;
}
.atclpager:after {
  content: '';
  display: block;
  width: 0.26667vw;
  height: 15.6vw;
  background-color: #c1c1c1;
  position: absolute;
  left: 44.66667vw;
  top: 2.53333vw;
}
.atclpager__detail {
  position: absolute;
  top: 0;
  display: block;
  width: 44.66667vw;
  height: 100%;
  padding-top: 3.2vw;
}
.atclpager__detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.atclpager__detail:after {
  content: '';
  display: block;
}
.atclpager__detail__date {
  font-size: 3.2vw;
  color: #909195;
}
.atclpager__detail__title {
  font-size: 3.46667vw;
  line-height: 150%;
  margin-top: 1.06667vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.atclpager__detail__category {
  font-size: 2.93333vw;
  vertical-align: middle;
  margin-top: 0.8vw;
  line-height: 150%;
}
.atclpager__detail__category:before {
  content: '';
  width: 1.6vw;
  height: 1.6vw;
  display: inline-block;
  background-color: grey;
  border-radius: 1.6vw;
  margin-right: 0.66667vw;
  margin-top: -0.53333vw;
  vertical-align: middle;
}
.atclpager__detail.pager__prev {
  padding-right: 2.66667vw;
  padding-left: 8.26667vw;
}
.atclpager__detail.pager__prev:after {
  width: 5.067vw;
  height: 3.2vw;
  background-image: url("../img/sp_pager_arrow_large.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(180deg);
  position: absolute;
  left: 0vw;
  top: 14.66667vw;
}
.atclpager__detail.pager__prev:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.atclpager__detail.pager__next {
  right: 0;
  padding-left: 5.33333vw;
  padding-right: 8.26667vw;
}
.atclpager__detail.pager__next:after {
  width: 5.067vw;
  height: 3.2vw;
  background-image: url("../img/sp_pager_arrow_large.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0vw;
  top: 14.66667vw;
}
.atclpager__detail.pager__next:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backbtn {
  text-align: center;
  margin-top: 13.33333vw;
}
.backbtn a {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.46667vw;
  font-weight: bold;
}
.backbtn a:before {
  content: '';
  width: 11.733vw;
  height: 11.733vw;
  background-image: url("../img/sp_btn_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.66667vw;
}
.backbtn a:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nextbtn {
  text-align: center;
  margin-top: 13.33333vw;
}
.nextbtn a {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.46667vw;
  font-weight: bold;
}
.nextbtn a:after {
  content: '';
  width: 11.733vw;
  height: 11.733vw;
  background-image: url("../img/sp_btn_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.66667vw;
  transform: rotate(180deg);
}
.nextbtn a:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*==============================================================

 ■ 関連リンク

===============================================================*/
.rellink {
  margin-top: 17.33333vw;
  padding: 17.33333vw 0px;
}
.rellink__title {
  font-size: 8vw;
  font-family: "Outfit", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 200;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.66667vw;
}
.rellink__subtitle {
  font-size: 3.46667vw;
  text-align: center;
  margin-bottom: 5.33333vw;
}
.rellink__list__detail {
  position: relative;
  width: 89.33333vw;
  height: 24vw;
  background-color: white;
  margin-bottom: 5.33333vw;
  border: 0.26667vw solid black;
  font-size: 3.73333vw;
  font-weight: bold;
}
.rellink__list__detail a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rellink__list__detail a {
  line-height: 22.66667vw;
  padding-left: 5.33333vw;
}
.rellink__list__detail a:after {
  content: '';
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/sp_btn_ar_small.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 5.06667vw;
  top: 9.06667vw;
}
.rellink__list__detail a:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rellink__list__detail.detail3 a {
  padding-top: 6.13333vw;
  line-height: 130%;
}
.rellink__back {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 3.46667vw;
  font-weight: bold;
  margin-top: 4vw;
}
.rellink__back:before {
  content: '';
  width: 11.733vw;
  height: 11.733vw;
  background-image: url("../img/sp_btn_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.66667vw;
}
.rellink__back:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news .rellink {
  background-color: #f2efe8;
}
.story .rellink {
  background-color: #e7e9f4;
}

/* あわせて読みたい ここから */

.wp-block-embed {
    margin-top: 30px;
}
.is-type-wp-embed .wp-block-embed__wrapper:before {
    content: "あわせて読みたい";
    position: absolute;
    top: -4.5%;
    left: 2.5%;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 12px;
    color: #FFF;
    background-color: #333;    
}

/* あわせて読みたい ここまで */

/*==============================================================

 ■ pickup

===============================================================*/
.pickup {
  padding-top: 14.4vw;
  padding-bottom: 6.4vw;
}
.pickup__title {
  font-size: 12vw;
  font-family: "Outfit", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 200;
  line-height: 110%;
  margin: 0 auto;
}
.pickup__subtitle {
  margin-top: 1.33333vw;
}
.pickup__img {
  width: 100%;
  margin-top: 6.13333vw;
}
.pickup__img .swiper-container {
  width: 100%;
}
.pickup__img__list__detail {
  position: relative;
  width: 53.33333vw;
  overflow: hidden;
}
.pickup__img__list__detail__img {
  width: 53.33333vw;
  height: 53.33333vw;
  overflow: hidden;
}
.pickup__img__list__detail__img img {
  width: 53.33333vw;
  height: 53.33333vw;
  object-fit: cover;
}
.pickup__img__list__detail__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pickup__img__list__detail__date {
  font-size: 3.2vw;
  color: #909195;
  width: 53.33333vw;
  margin-top: 3.2vw;
}
.pickup__img__list__detail__title {
  font-size: 3.46667vw;
  color: #2b2c2e;
  width: 53.33333vw;
  line-height: 150%;
}
.pickup .pickup__swipernav {
  margin-top: 13.33333vw;
  border-top: 0.26667vw solid black;
  border-bottom: 0.26667vw solid black;
}
/*==============================================================

 ■ contact完了画面

===============================================================*/
.contactcomp__container {
  padding-top: 8.66667vw;
}
.contactcomp__container p {
  line-height: 250%;
}
/*==============================================================

 ■ 404

===============================================================*/
.con404 {
  text-align: center;
  padding-top: 14.93333vw;
}
.con404__main {
  font-size: 11.46667vw;
  font-weight: bold;
}
.con404__sub {
  font-size: 7.46667vw;
  font-weight: bold;
  margin-top: 7.2vw;
}
.con404 p {
  margin-top: 12vw;
  text-align: left;
  line-height: 250%;
}
/*==============================================================

 ■ article list

===============================================================*/
.news .rellink {
  background-color: #f2efe8;
}
.information .rellink {
  background-color: #f2efe8;
}
.mediainfo .rellink {
  background-color: #f2efe8;
}
.others .rellink {
  background-color: #f2efe8;
}
.story .rellink {
  background-color: #e7e9f4;
}
.about .rellink {
  background-color: #f2efe8;
}
.nagatanien .rellink {
  background-color: #e7e9f4;
}
.hint .rellink {
  background-color: #e7e9f4;
}
.history .rellink {
  background-color: #e7e9f4;
}
.shop .rellink {
  background-color: #e7e9f4;
}
.shopeat .rellink {
  background-color: #e7e9f4;
}
.story .rellink {
  background-color: #e7e9f4;
}
.maincontent.news {
  padding-bottom: 0;
}
.maincontent.story {
  padding-bottom: 0;
}
.maincontent.know {
  padding-bottom: 0;
}
.maincontent.about {
  padding-bottom: 0;
}
.maincontent.nagatanien {
  padding-bottom: 0;
}
.maincontent.shop {
  padding-bottom: 0;
}
.maincontent.shopeat {
  padding-bottom: 0;
}
.about .maincontent {
  padding-bottom: 0;
}
.know .maincontent {
  padding-bottom: 0;
}
.story .maincontent {
  padding-bottom: 0;
}
.news .maincontent {
  padding-bottom: 0;
}
.information .maincontent {
  padding-bottom: 0;
}
.mediainfo .maincontent {
  padding-bottom: 0;
}
.others .maincontent {
  padding-bottom: 0;
}
.shop .maincontent {
  padding-bottom: 0;
}
.nagatanien .maincontent {
  padding-bottom: 0;
}
.hint .maincontent {
  padding-bottom: 0;
}
.history .maincontent {
  padding-bottom: 0;
}
.shop .maincontent {
  padding-bottom: 0;
}
.shopeat .maincontent {
  padding-bottom: 0;
}
/*==============================================================

 ■ rel link

===============================================================*/
.nagatanien .rellink .detail1 {
  display: none;
}
.story .rellink .detail2 {
  display: none;
}
.shop .rellink .detail3 {
  display: none;
}
.shopeat .rellink .detail3 {
  display: none;
}
.history .rellink .detail4 {
  display: none;
}
.hint .rellink .detail5 {
  display: none;
}
.about .rellink .detail3 {
  display: none;
}
/*==============================================================

 ■ know content

===============================================================*/
.knmain {
  padding-top: 13.33333vw;
  padding-top: 8vw;
}
.knmain h2 {
  font-size: 6.93333vw;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8vw;
}
.knmain h3 {
  font-size: 5.06667vw;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 6.66667vw;
}
.knmain p {
  line-height: 200%;
  margin-bottom: 5.33333vw;
}
.knmain img {
  width: 100%;
  height: auto;
  margin-bottom: 5.33333vw;
}
.knmain .img {
  padding-bottom: 5.33333vw;
}
.knmain .img img {
  margin-bottom: 1.33333vw;
}
.knmain .img .comment {
  font-size: 2.93333vw;
  line-height: 150%;
}
.knmain hr {
  margin: 10.66667vw auto;
}
.knmain .btn {
  width: 100%;
  text-align: center;
  margin-top: 10.66667vw;
  margin-bottom: 10.66667vw;
}
.knmain .btn a {
  display: inline-block;
  font-size: 4.26667vw;
  font-weight: bold;
  vertical-align: middle;
}
.knmain .btn a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11.733vw;
  height: 11.733vw;
  background-image: url("../img/sp_btn_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(180deg);
  margin-left: 2.66667vw;
}
.knmain .btn a:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.knmain__container {
  margin-bottom: 13.33333vw;
}

/*==============================================================

 ■ categorynav-event

===============================================================*/
.categorynav-event {
  width: 100%;
  height: 22.66667vw;
}
.categorynav-event .inner {
  width: 100%;
  overflow: scroll;
}
.categorynav-event .categorynav__list {
  padding: 8vw 5.33333vw;
  white-space: nowrap;
}
.categorynav-event .categorynav__list__detail {
  margin-right: 0.66667vw;
  display: inline;
}
.categorynav-event .categorynav__list__detail a {
  display: inline-block;
  height: 6.66667vw;
  line-height: 5.86667vw;
  padding: 0 5.06667vw;
  font-size: 3.2vw;
  font-weight: bold;
  border: 0.26667vw solid #333;
  border-radius: 6.66667vw;
}
.categorynav-event .categorynav__list__detail.active a {
  background-color: #333;
  color: white;
  pointer-events: none;
}
