﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Lora:wght@400;500&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
 
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
 
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
 
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
 
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
 
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
 
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
 
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
 
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
 
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
 
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sub {
  bottom: -0.25em;
}
 
sup {
  top: -0.5em;
}
 
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
 
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
 
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
 
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
 
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
 
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
 
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
 
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
 
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
 
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
 
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
 
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
 
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
 
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
 
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
 
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
 
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
 
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
 
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
 
/* ==========================================================================
viewport謖�ｮ�
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
  vertical-align: baseline;
}
 
ol, ul {
  list-style: none;
}
 
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}
 
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70.3%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
 
body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", arial, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #3C4350;
}
/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}
 
*:focus {
  outline: 0;
}
 
a {
  color: #3C4350;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease 0s;
}
 
a:hover {
  opacity: 0.5;
}
 
img {
  max-width: 100%;
}
 
/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
 
/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}
 
.for-sp {
  display: none;
}
 
img.for-pc {
  display: inline;
}
 
img.for-sp {
  display: none;
}
 
@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}
 
.mb-0 {
  margin-bottom: 0px;
}
 
.mt-5 {
  margin-top: 5px;
}
 
.mb-5 {
  margin-bottom: 5px;
}
 
.mt-10 {
  margin-top: 10px;
}
 
.mb-10 {
  margin-bottom: 10px;
}
 
.mt-15 {
  margin-top: 15px;
}
 
.mb-15 {
  margin-bottom: 15px;
}
 
.mt-20 {
  margin-top: 20px;
}
 
.mb-20 {
  margin-bottom: 20px;
}
 
.mt-25 {
  margin-top: 25px;
}
 
.mb-25 {
  margin-bottom: 25px;
}
 
.mt-30 {
  margin-top: 30px;
}
 
.mb-30 {
  margin-bottom: 30px;
}
 
.mt-35 {
  margin-top: 35px;
}
 
.mb-35 {
  margin-bottom: 35px;
}
 
.mt-40 {
  margin-top: 40px;
}
 
.mb-40 {
  margin-bottom: 40px;
}
 
.mt-45 {
  margin-top: 45px;
}
 
.mb-45 {
  margin-bottom: 45px;
}
 
.mt-50 {
  margin-top: 50px;
}
 
.mb-50 {
  margin-bottom: 50px;
}
 
.mt-1em {
  margin-top: 1em;
}
 
.mb-1em {
  margin-bottom: 1em;
}
 
.mt-2em {
  margin-top: 2em;
}
 
.mb-2em {
  margin-bottom: 2em;
}
 
.mt-3em {
  margin-top: 3em;
}
 
.mb-3em {
  margin-bottom: 3em;
}
 
.mt-4em {
  margin-top: 4em;
}
 
.mb-4em {
  margin-bottom: 4em;
}
 
.mt-5em {
  margin-top: 5em;
}
 
.mb-5em {
  margin-bottom: 5em;
}
 
.mt-6em {
  margin-top: 6em;
}
 
.mb-6em {
  margin-bottom: 6em;
}
 
.mt-7em {
  margin-top: 7em;
}
 
.mb-7em {
  margin-bottom: 7em;
}
 
/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}
 
.pb-0 {
  padding-bottom: 0px;
}
 
.pt-5 {
  padding-top: 5px;
}
 
.pb-5 {
  padding-bottom: 5px;
}
 
.pt-10 {
  padding-top: 10px;
}
 
.pb-10 {
  padding-bottom: 10px;
}
 
.pt-15 {
  padding-top: 15px;
}
 
.pb-15 {
  padding-bottom: 15px;
}
 
.pt-20 {
  padding-top: 20px;
}
 
.pb-20 {
  padding-bottom: 20px;
}
 
.pt-25 {
  padding-top: 25px;
}
 
.pb-25 {
  padding-bottom: 25px;
}
 
.pt-30 {
  padding-top: 30px;
}
 
.pb-30 {
  padding-bottom: 30px;
}
 
.pt-35 {
  padding-top: 35px;
}
 
.pb-35 {
  padding-bottom: 35px;
}
 
.pt-40 {
  padding-top: 40px;
}
 
.pb-40 {
  padding-bottom: 40px;
}
 
.pt-45 {
  padding-top: 45px;
}
 
.pb-45 {
  padding-bottom: 45px;
}
 
.pt-50 {
  padding-top: 50px;
}
 
.pb-50 {
  padding-bottom: 50px;
}
 
.pt-1em {
  padding-top: 1em;
}
 
.pb-1em {
  padding-bottom: 1em;
}
 
.pt-2em {
  padding-top: 2em;
}
 
.pb-2em {
  padding-bottom: 2em;
}
 
.pt-3em {
  padding-top: 3em;
}
 
.pb-3em {
  padding-bottom: 3em;
}
 
.pt-4em {
  padding-top: 4em;
}
 
.pb-4em {
  padding-bottom: 4em;
}
 
.pt-5em {
  padding-top: 5em;
}
 
.pb-5em {
  padding-bottom: 5em;
}
 
.pt-6em {
  padding-top: 6em;
}
 
.pb-6em {
  padding-bottom: 6em;
}
 
.pt-7em {
  padding-top: 7em;
}
 
.pb-7em {
  padding-bottom: 7em;
}
 
/* text -------------*/
/* ff */
.txt-en {
  font-family: "Lora", sans-serif;
  font-weight: 400;
}
 
.txt-min {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
}
 
/* font color */
.txt-gray {
  color: #797E87;
}
 
.txt-red {
  color: #B1184B;
}
 
.txt-grn {
  color: #006934;
}
 
.txt-lim {
  color: #0cc755;
}
 
.txt-darkgry {
  color: #3C4350;
}
 
.txt-lightgry {
  color: #EAEAEA;
}
 
/* font size */
.txt-xsmall {
  font-size: 68.75%;
}
 
.txt-small {
  font-size: 75%;
}
 
.txt-large {
  font-size: 112.5%;
}
 
.txt-xlarge {
  font-size: 125%;
}
 
/* wrap */
.txt-wrap {
  word-break: break-all;
}
 
/* align */
.txt-left {
  text-align: left;
}
 
.txt-right {
  text-align: right;
}
 
.txt-center {
  text-align: center;
}
 
/* font weight */
.txt-fwL {
  font-weight: 300;
}
 
.txt-fwR {
  font-weight: 400;
}
 
.txt-fwM {
  font-weight: 500;
}
 
.txt-fwB {
  font-weight: 700;
}
 
/* font style */
.txt-italic {
  font-style: italic;
}
 
/* line height */
.lh-thin {
  line-height: 1.4;
}
 
.lh-2 {
  line-height: 2;
}
 
/* letter space */
.ls-1 {
  letter-spacing: 1em;
}
 
.ls-_5 {
  letter-spacing: 0.5em;
}
 
/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}
 
.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}
 
.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}
 
.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
 
/**/
/*.txt-lead {
  font-size: 1.8rem;
  margin-bottom: 2em;
  &:last-child {
    margin-bottom: 0;
  }
  @include g.sp {
    font-size: 1.6rem;
  }
}*/
.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 75%;
  font-weight: 300;
}
 
.txt-annotation {
  font-size: 0.8rem;
  color: #3C4350;
}
 
/* hr -------------*/
.hr {
  margin: 5em auto;
  border-bottom: 1px solid #3C4350;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 4em auto;
  }
}


 
 
/*------------------------------
header
-------------------------------*/
.l-header {
  position: relative;
  font-size: 96%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #EAEAEA;
  z-index: 100;
}
.l-header .inner {
  max-width: 1260px;
  width: 90%;
  margin: auto;
  position: relative;
  font-size: 15px;
}
.l-header a {
  text-decoration: none;
}
.l-header .sougou-header {
  font-size: 80%;
  text-align: right;
  padding: 5px 0;
  background: #fff;
}
.l-header .sougou-header ul {
  max-width: 1260px;
  width: 90%;
  margin: auto;
  position: relative;
}
.l-header .sougou-header ul li {
  display: inline-block;
  margin-left: 1em;
}
.l-header .sougou-header ul li.sougou {
  border-right: 1px solid #3C4350;
  padding-right: 10px;
  line-height: 1;
}
.l-header .logo {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  transform: translateY(-50%);
}
.l-header .logo a {
  display: flex;
  align-items: center;
}
.l-header .logo a:hover {
  opacity: 0.7;
}
.l-header .logo img {
  width: auto;
  height: 45px;
}
.l-header .logo .atre_name {
  position: relative;
  margin-left: 1.5em;
  white-space: nowrap;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 100%;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.l-header .header_navi .navi-gnavi {
  margin: 0 230px 0 auto;
  padding-top: 50px;
  padding-left: 170px;
  padding-bottom: 15px;
  letter-spacing: 0;
  font-size: 100%;
}
.l-header .header_navi .navi-gnavi ul {
  text-align: right;
}
.l-header .header_navi .navi-gnavi ul li {
  display: inline-block;
  position: relative;
}
.l-header .header_navi .navi-gnavi ul li span {
  display: block;
  padding: 5px 12px;
  cursor: pointer;
}
.l-header .header_navi .navi-gnavi ul li span:after {
  content: "＋";
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 2px;
}
.l-header .header_navi .navi-gnavi ul li a {
  display: block;
  padding: 5px 9px;
}
.l-header .header_navi .navi-gnavi ul li span.non {
  display: block;
  padding: 5px 9px;
  color: #ddd;
  cursor: inherit;
}
.l-header .header_navi .navi-gnavi ul li span.non:after {
  display: none;
}
.l-header .header_navi .navi-gnavi ul li ul {
  position: absolute;

  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  z-index: 10;
  right: 0;
  text-align: left;
}
.l-header .header_navi .navi-gnavi ul li ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 10px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  transform: rotate(-135deg);
}
.l-header .header_navi .navi-gnavi ul li ul li {
  width: 100%;
  font-size: 80%;
  border-bottom: 1px solid #000;
}
.l-header .header_navi .navi-gnavi ul li ul li:last-child {
  border-bottom: none;
}
.l-header .header_navi .navi-menu {
  position: absolute;
  top: 23px;
  right: 240px;
}
.l-header .header_navi .navi-menu .navi-menu-inner {
  text-align: right;
}
.l-header .header_navi .navi-menu .navi-menu-inner .sub-navi {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 80%;
}
.l-header .header_navi .navi-menu .navi-menu-inner .sub-navi li {
  display: inline-block;
  margin: 0 3px;
  margin-right: 10px;
}
.l-header .header_navi .navi-menu .navi-menu-inner .sub-navi li a {
  color: #797E87;
}
.l-header .navi-menu .navi-menu-inner .special-navi {
  text-align: center;
  margin: 5% auto 2%;
}
.l-header .header_navi .navi-menu .navi-menu-inner .lang-navi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list {
  padding-right: 20px;
  border: 1px solid #797E87;
  cursor: pointer;
  min-width: 100px;
  min-height: 20px;
  text-align: left;
}
.l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0.5em;
  border-right: 1px solid #797E87;
  font-family: "Lora", sans-serif;
  font-size: 60%;
  line-height: 1;
}
.l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list span:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../img/icon_language.svg") no-repeat center center;
}
.l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list:after {
  content: "";
  display: block;
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-35%) rotate(45deg);
}
.l-header .header_navi .navi-btn {
  position: absolute;
  right: 0;
  top: 17px;
  display: flex;
}
.l-header .header_navi .navi-btn .btn {
  /*width: 66px;
  height: 66px;*/
  width: 6em;
  height: 6em;
  margin-left: 5px;
  font-size: 80%;
}
.l-header .header_navi .navi-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 200px;
  line-height: 1.4;
}
.l-header .header_navi .navi-btn .btn-atrelist a {
  background: #B1184B;
}
.l-header .header_navi .navi-btn .btn-time {
  letter-spacing: 0;
}
.l-header .header_navi .navi-btn .btn-time a {
  background: #3C4350;
}
.l-header .header_navi .navi-btn .btn-wpoint {
  letter-spacing: 0;
}
.l-header .header_navi .navi-btn .btn-wpoint a {
  background: #759ed3;
}
.l-header .hamburger-menu {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: 30px;
  right: 35px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 1101;
}
.l-header .hamburger-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/hamburger_menu.svg") no-repeat center;
  background-size: 50px;
}
@media screen and (max-width: 768px) {
  .l-header .hamburger-menu {
    top: 0;
    right: 0;
    display: block;
  }
}
.l-header .hamburger-menu.is-fixed {
  position: fixed;
}
.l-header .hamburger-menu.is-open {
  position: fixed;
  top: 30px;
  right: 5%;
}
.l-header .hamburger-menu.is-open:after {
  background-image: url("../img/hamburger_close.svg");
}
@media screen and (min-width: 769px), print {
  .l-header .navi-gnavi ul li ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    text-align: left;
  }
  .l-header .navi-gnavi ul li ul li {
    opacity: 0;
    transform: translateY(-5px);
  }
  .l-header .navi-gnavi ul li.dropdwn_menu ul {
    top: 100%;
  }
  .l-header .navi-gnavi ul li.dropdwn_menu:hover ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.3s ease-out;
    width: 120%;
  }
  .l-header .navi-gnavi ul li.dropdwn_menu:hover ul li {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-out 0.2s;
  }
  .l-header .navi-menu .navi-menu-inner .special-navi {
    display: none;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 10;
    right: 0;
    width: 100%;
    transform: translateY(-1px);
    transition: all 0.3s ease 0s;
    opacity: 0;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul {
    border: 1px solid #797E87;
    border-radius: 2px;
    background: #fff;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul li {
    width: 100%;
    border-bottom: 1px solid #797E87;
    font-size: 80%;
    text-align: center;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul li a {
    display: block;
    padding: 5px;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul li:last-child {
    border-bottom: none;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi.is-open .lang-list-list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    padding: 0 5%;
    font-size: 90%;
    height: 70px;
  }
  .l-header .inner {
    width: 100%;
    height: 100%;
    font-size: 100%;
  }
  .l-header .sougou-header {
    display: none;
  }
  .l-header .logo {
    position: relative;
    left: 0;
  }
  .l-header .logo img {
    height: 38px;
  }
  .l-header .header_navi {
    background: #fff;
    z-index: 1100;
    position: fixed;
    left: 0;
    top: 0;
    padding: 100px 0 0;
    height: 100%;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
  }
  .l-header .header_navi .navi-gnavi, .l-header .header_navi .navi-menu {
    padding-top: 0;
    padding-left: 0;
    margin: 0 5%;
    padding-bottom: 0;
  }
  .l-header .header_navi .navi-gnavi ul, .l-header .header_navi .navi-menu ul {
    text-align: left;
  }
  .l-header .header_navi .navi-gnavi ul li, .l-header .header_navi .navi-menu ul li {
    display: block;
    position: relative;
    border-top: 1px solid #787E87;
  }
  .l-header .header_navi .navi-gnavi ul li a, .l-header .header_navi .navi-menu ul li a {
    position: relative;
    padding: 10px 40px 10px 15px;
  }
  .l-header .header_navi .navi-gnavi ul li a:after, .l-header .header_navi .navi-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 6px;
    background: url(../img/arrow_right_blk.svg) no-repeat center;
    border: 1px solid #333;
    border-radius: 30px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
  }
  .l-header .header_navi .navi-gnavi ul li a:hover:before, .l-header .header_navi .navi-menu ul li a:hover:before {
    background: #ffbb8a;
  }
  .l-header .header_navi .navi-gnavi ul li span, .l-header .header_navi .navi-menu ul li span {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul li span:after, .l-header .header_navi .navi-menu ul li span:after {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul li span.non, .l-header .header_navi .navi-menu ul li span.non {
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    color: #ddd;
    cursor: inherit;
  }
  .l-header .header_navi .navi-gnavi ul li ul, .l-header .header_navi .navi-menu ul li ul {
    display: block !important;
    position: static;
    border: none;
    background: none;
    padding-left: 0;
  }
  .l-header .header_navi .navi-gnavi ul li ul:after, .l-header .header_navi .navi-menu ul li ul:after {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul li ul li, .l-header .header_navi .navi-menu ul li ul li {
    width: 100%;
    border-bottom: none;
    font-size: 100%;
  }
  .l-header .header_navi .navi-gnavi ul li ul li:last-child, .l-header .header_navi .navi-menu ul li ul li:last-child {
    border-bottom: none;
  }
  .l-header .header_navi .navi-gnavi ul li.dropdwn_menu, .l-header .header_navi .navi-menu ul li.dropdwn_menu {
    border-top: 0;
  }
  .l-header .header_navi .navi-menu {
    position: static;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner {
    text-align: left;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .sub-navi {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: space-between;
    border-bottom: 1px solid #787E87;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .sub-navi li {
    width: 100%;
    font-size: 110%;
    margin: 0;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .sub-navi li a {
    display: block;
    color: #3C4350;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 44%;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list {
    width: 100%;
    height: 40px;
    padding-right: 40px;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list span {
    display: flex;
    align-items: center;
    height: 38px;
    /*background: url(../img/icon_lang.svg) no-repeat left 15px center;
    background-size: 70%;*/
    font-size: 100%;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list span:before {
    width: 20px;
    height: 100%;
    background-size: 100% auto;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list:after {
    right: 19px;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
    position: absolute;
    width: 100%;
    visibility: hidden;
    background: #fff;
    border: 1px solid #797E87;
    border-top: 0;
    pointer-events: none;
    margin-top: -1px;
    display: none;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi .lang-list-list a {
    display: block;
  }
  .l-header .header_navi .navi-menu .navi-menu-inner .lang-navi.is-open .lang-list-list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
  .l-header .header_navi .navi-btn {
    display: none;
  }
  .l-header .header_navi.is-open {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-out;
  }
  .l-header .sougou-menu {
    display: inherit;
    margin: 20px 5% 0;
    border-top: 1px solid #787E87;
    font-size: 80%;
	  text-align: left;
  }
  .l-header .sougou-menu .navi-menu-inner {
    background: #e9e9e9;
  }
  .l-header .sougou-menu .navi-menu-inner .sougou-navi {
    display: flex;
    flex-wrap: wrap;
  }
  .l-header .sougou-menu .navi-menu-inner .sougou-navi li {
    width: 50%;
    border-bottom: 1px solid #787E87;
  }
  .l-header .sougou-menu .navi-menu-inner .sougou-navi li:nth-child(odd) {
    border-right: 1px solid #787E87;
  }
  .l-header .sougou-menu .navi-menu-inner .sougou-navi li a {
    display: block;
    padding: 5% 8%;
    position: relative;
  }
  .l-header .sougou-menu .navi-menu-inner .sougou-navi li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    background: url(../img/arrow_right_blk.svg) no-repeat center;
    border: 1px solid #333;
    border-radius: 30px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
  }
  .l-header .sougou-menu .btn-atre {
    clear: both;
    width: 50%;
    margin: 20px auto 50px;
    vertical-align: top;
  }
  .l-header .sougou-menu .btn-atre a {
    background: #B1184B;
    border-radius: 3px;
    color: #fff;
    font-size: 80%;
    font-weight: 700;
    display: block;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    position: relative;
  }
  .l-header .sougou-menu .btn-atre a span {
    padding: 0 10px;
  }
  .l-header .sougou-menu .btn-atre a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    background: url(../img/arrow_right_w.svg) no-repeat center;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-left: 6px;
  }
  .l-header .sougou-menu .btn-atre a:hover {
    opacity: 0.7;
  }
}
 
@media screen and (min-width: 769px) and (max-width: 1099px) {
  body[data-store] .l-header .logo .atre_name {
    margin-left: 1em;
  }
  body[data-store] .l-header .inner {
    font-size: min(1.6vw, 15px);
  }
  body[data-store] .l-header .header_navi .navi-gnavi {
    margin: 0 -12px 0 auto;
  }
  body[data-store] .l-header .header_navi .navi-menu {
    right: 0;
  }
  body[data-store] .l-header .header_navi .navi-btn {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(75%);
  }
}
 
.page-sougou .l-header {
  font-size: 96%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: none;
}
.page-sougou .l-header .inner {
  max-width: 1260px;
  width: 90%;
  margin: auto;
  position: relative;
}
.page-sougou .l-header a {
  text-decoration: none;
}
.page-sougou .l-header .navi-menu {
  right: 0;
  top: 13px;
  position: absolute;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .sub-navi {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  justify-content: space-between;
  border-bottom: 1px solid #787E87;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .sub-navi li {
  width: 100%;
  font-size: 110%;
  margin: 0;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .sub-navi li a {
  display: block;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_atrelist {
  display: inline-block;
  width: 136px;
  background: #F5F5F5;
  border: 1px solid #797E87;
  vertical-align: top;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_atrelist a {
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_atrelist a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/icon_atrelist.svg) no-repeat 0 0;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_search {
  display: inline-block;
  width: 136px;
  background: #F5F5F5;
  border: 1px solid #797E87;
  vertical-align: top;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_search a {
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_search a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/icon_search.svg) no-repeat 0 0;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi {
  position: static;
  display: inline-block;
  vertical-align: top;
  width: 136px;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list {
  width: 100%;
  height: 30px;
  background: #fff;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list span {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  border-right: 0;
  background: #fff;
  background-size: auto;
  border: 1px solid #797E87;
  line-height: 28px;
  text-align: center;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/icon_language.svg) no-repeat center center;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list:after {
  top: 11px;
  right: 15px;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
  top: 29px;
  width: 136px;
}
.page-sougou .l-header .header_navi .navi-gnavi {
  margin: 0 0 0 auto;
  padding-left: 120px;
}
.page-sougou .l-header .header_navi .navi-gnavi > ul > li {
  padding-left: 15px;
}
@media screen and (min-width: 769px), print {
  .page-sougou .l-header .header_navi .navi-gnavi > ul > li ul {
    border: 1px solid #3C4350;
    background: #3C4350;
  }
  .page-sougou .l-header .header_navi .navi-gnavi > ul > li ul:after {
    right: 30px;
    border-right: 1px solid #3C4350;
    border-bottom: 1px solid #3C4350;
    background: #3C4350;
  }
  .page-sougou .l-header .header_navi .navi-gnavi > ul > li ul li {
    border-color: #c3c5c9;
  }
  .page-sougou .l-header .header_navi .navi-gnavi > ul > li ul li a {
    padding: 0.8em 40px 0.8em 15px;
    color: #fff;
  }
  .page-sougou .l-header .header_navi .navi-gnavi > ul > li ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url("../img/arrow_right_w.svg") no-repeat center;
  }
  .page-sougou .navi-gnavi ul li.dropdwn_menu:hover ul {
    width: 14em;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1366px) {
  .page-sougou .l-header .header_navi .navi-gnavi {
    font-size: 1.35vw;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li {
    padding-left: 15px;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li a {
    padding: 3px 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-sougou .l-header .header_navi .navi-gnavi {
    font-size: 1.3vw;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li {
    padding-left: 10px;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li a {
    padding: 3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .page-sougou .l-header {
    /*.is-open + .navi-menu {
      width: 100%;
      right: 0;
      left: 0;
      top: 0;
      .navi-menu-inner {
        .navi-btn_atrelist {
          display: none;
        }
        .navi-btn_search {
          display: none;
        }
        .lang-navi {
          display: block;
          position: absolute;
          top: 40px;
          left: 0;
          width: 44%;
          .lang-list {
            width: 100%;
            height: 40px;
            padding-right: 40px;
 
            border: 1px solid #797E87;
            cursor: pointer;
            min-width: 100px;
            min-height: 20px;
            text-align: left;
            &:after {
              content: '';
              display: block;
              margin: auto;
              width: 5px;
              height: 5px;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 19px;
              border-right: 1px solid #333;
              border-bottom: 1px solid #333;
              transform: rotate(45deg);
            }
            span {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 38px;
              padding: 2px 0.5em;
              font-size: 100%;
              border: 0;
              border-right: 1px solid #797E87;
            }
            span:before {
              top: 0;
              width: 20px;
              height: 100%;
              background-size: 100% auto;
            }
          }
        }
      }
    }*/
  }
  .page-sougou .l-header .inner {
    width: 100%;
  }
  .page-sougou .l-header .navi-menu {
    right: 40px;
    top: 13px;
    z-index: 1100;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .sub-navi {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: space-between;
    border-bottom: 1px solid #787E87;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .sub-navi li {
    width: 100%;
    font-size: 110%;
    margin: 0;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .sub-navi li a {
    display: block;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_atrelist {
    display: inline-block;
    background: none;
    width: auto;
    margin-right: 10px;
    border: none;
    font-size: 75%;
    letter-spacing: 0;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_atrelist a {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: left;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_search {
    display: inline-block;
    background: none;
    width: auto;
    border: none;
    font-size: 75%;
    letter-spacing: 0;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .navi-btn_search a {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: left;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi {
    display: none;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #797E87;
    border-top: 0;
    pointer-events: none;
    margin-top: -1px;
    z-index: 10;
    display: none;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi li {
    display: block;
    position: relative;
    border-top: 1px solid #787E87;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 15px;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 6px;
    background: url(../img/arrow_right_blk.svg) no-repeat center;
    border: 1px solid #333;
    border-radius: 30px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi.is-open .lang-list-list {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    display: block;
  }
  .page-sougou .l-header .header_navi .navi-gnavi {
    margin: 0 5%;
    padding-left: 0;
  }
  .page-sougou .l-header .header_navi .navi-gnavi > ul > li {
    padding-left: 0;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu {
    border-top: 1px solid #787E87;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu span {
    position: relative;
    display: block;
    padding: 10px 40px 10px 15px;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu span:after {
    content: "��";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: auto;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    transform: none;
    visibility: visible;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu ul li {
    border-top: 0;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu ul li a {
    padding: 5px 40px 5px 30px;
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu.is-open span:after {
    content: "��";
  }
  .page-sougou .l-header .header_navi .navi-gnavi ul li.dropdwn_menu.is-open ul {
    height: auto;
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  .page-sougou .l-header.is-open .navi-menu {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .navi-btn_atrelist {
    display: none;
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .navi-btn_search {
    display: none;
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .lang-navi {
    display: block;
    position: absolute;
    top: 40px;
    left: 5%;
    width: 44%;
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .lang-navi .lang-list {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    border: 1px solid #797E87;
    cursor: pointer;
    min-width: 100px;
    min-height: 20px;
    text-align: left;
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .lang-navi .lang-list:after {
    content: "";
    display: block;
    margin: auto;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .lang-navi .lang-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 2px 0.5em;
    font-size: 100%;
    border: 0;
    border-right: 1px solid #797E87;
  }
  .page-sougou .l-header.is-open .navi-menu .navi-menu-inner .lang-navi .lang-list span:before {
    top: 0;
    width: 20px;
    height: 100%;
    background-size: 100% auto;
  }
}
 
.page-sougou.page-staff .l-header {
  background: #fdced3;
}
 
/*------------------------------
footer
-------------------------------*/
.l-footer {
  background: #EAEAEA;
	position: relative;
	z-index: 20;
}
.l-footer .footer_bnrs {
  padding: 30px;
  text-align: center;
}
.l-footer .footer_bnrs .footer_bnrs_inner {
  max-width: 1160px;
  margin: auto;
  text-align: center;
}
.l-footer .footer_bnrs .footer_bnrs_inner .bnr {
  display: inline-block;
  width: 23.6%;
  margin: 0.5%;
}
.l-footer .footer_bnrs .footer_bnrs_inner .bnr a {
  display: block;
}
.l-footer .footer_bnrs .footer_bnrs_inner .bnr a:hover {
  opacity: 0.7;
}
.l-footer .footer_navi {
  background: #252D3B;
}
.l-footer .footer_navi .footer_navi_inner {
  max-width: 1130px;
  width: 90%;
  margin: auto;
  padding: 60px 0;
  display: table;
}
.l-footer .footer_navi .footer_navi_inner .icon-sns-instagram {
  background-image: url("../img/sns_instagram_w.svg");
}
.l-footer .footer_navi .footer_navi_inner .icon-sns-youtube {
  background-image: url("../img/sns_youtube_w.svg");
}
.l-footer .footer_navi .footer_navi_inner .icon-sns-facebook {
  background-image: url("../img/sns_facebook_w.svg");
}
.l-footer .footer_navi .footer_navi_inner .icon-sns-twitter {
  background-image: url("../img/sns_X_w.svg");
}
.l-footer .footer_navi .footer_navi_inner .icon-sns-line {
  background-image: url("../img/sns_line_w.svg");
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1 {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1 .logo {
  width: 140px;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1 .logo a:hover {
  opacity: 0.7;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1 .sns-list {
  margin-top: 20px;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1 .sns-list li {
  width: 18px;
  height: 18px;
  background-size: 18px;
  display: inline-block;
  margin: 10px 12px 0 0;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-1 .sns-list li:hover {
  opacity: 0.7;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-2 {
  display: table-cell;
  vertical-align: top;
  width: 38%;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-2 .store-navi {
  margin: 0 0 0 0;
  float: left;
  margin-right: 30px;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-2 .store-navi li {
  font-weight: 500;
  line-height: 2.6;
  font-size: 95%;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-2 .store-navi li a {
  text-decoration: none;
  color: #fff;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-3 {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  font-weight: 500;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-3:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-3 .store-navi {
  margin: 0 0 0 0;
  float: left;
  margin-right: 30px;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-3 li {
  line-height: 2.5;
  font-size: 80%;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-3 li a {
  text-decoration: none;
  color: #b4bdcb;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 {
  display: table-cell;
  vertical-align: top;
  width: 12%;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4:after {
  content: "";
  display: table;
  clear: both;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .sub-navi {
  float: left;
  width: 50%;
  font-size: 93%;
  line-height: 2;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .sub-navi a {
  text-decoration: none;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .btn-contact {
  clear: both;
  width: 100%;
  vertical-align: top;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .btn-contact a {
  background: #fff;
  border-radius: 3px;
  color: #3C4350;
  font-size: 80%;
  font-weight: 700;
  display: block;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  position: relative;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .btn-contact a span {
  padding: 0 10px;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .btn-contact a:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 8px;
  background: url(../img/arrow_right.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-left: 6px;
}
.l-footer .footer_navi .footer_navi_inner .store-navi-4 .btn-contact a:hover {
  opacity: 0.7;
}
.l-footer .copyright {
  background: #252D3B;
  border-top: 1px solid #757C83;
  font-size: 70%;
  padding: 25px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .l-footer .footer_navi .footer_navi_inner .store-navi {
    width: 43%;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-menu .sub-navi {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer .footer_navi .footer_navi_inner .store-navi {
    width: 25%;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi .logo {
    margin-bottom: 20px;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi .store-list {
    float: none;
    margin: 0;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-menu {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .footer_bnrs {
    padding: 40px 0;
  }
  .l-footer .footer_bnrs .footer_bnrs_inner {
    text-align: center;
  }
  .l-footer .footer_bnrs .footer_bnrs_inner .bnr {
    display: inline-block;
    width: 42%;
    margin: 2%;
  }
  .l-footer .footer_navi .footer_navi_inner {
    padding: 40px 0 0;
    display: block;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-1 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-1 .sns-list li {
    width: 33px;
    height: 22px;
    background-size: 22px;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-2 {
    width: 60%;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-2 .store-navi {
    width: 100%;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-3 {
    width: 40%;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-3 .store-navi {
    width: 100%;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-4 {
    display: block;
    width: 100%;
    padding: 20px 0 40px;
  }
  .l-footer .footer_navi .footer_navi_inner .store-navi-4 .btn-contact {
    width: 30%;
    margin-left: 60%;
  }
  .l-footer .footer_navi .copyright {
    margin: 15px auto 0;
    padding-bottom: 30px;
  }
}
 
.contents_blc {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 60px;
}
 
.contents_blc_bggray {
  background: #EAEAEA;
  padding: 1px 0;
}
 
.contents_page_blc {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 100px;
}
 
.contents_detail_blc {
  max-width: 890px;
  width: 90%;
  margin: 0 auto 100px;
}
 
.page_header {
  position: relative;
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 50px;
  padding-top: 50px;
}
 
.l-main ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
.l-main ::-webkit-scrollbar-track {
  background: #fff;
}
 
.l-main ::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
  border: 3px solid #fff;
}
 
@media screen and (max-width: 768px) {
  .contents_blc {
    width: 100%;
  }
  .contents_blc.pt-50 {
    padding-top: 20px;
  }
  .contents_page_blc {
    margin: 0 auto 40px;
  }
  .contents_detail_blc {
    margin: 0 auto 40px;
  }
  .contents_blc {
    margin: 0 auto 40px;
  }
  .page_header {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 40px;
  }
}
/*------------------------------
繝ｪ繧ｹ繝�
-------------------------------*/
ul.disc {
  list-style: disc;
  padding-left: 1.8em;
}
 
/*------------------------------
繝代Φ繧ｯ繧ｺ
-------------------------------*/
.breadcrumbs {
  max-width: 1100px;
  width: 90%;
  margin: 20px auto 60px;
  font-size: 80%;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 24px;
  position: relative;
}
.breadcrumbs li:before {
  content: "窶ｺ";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.breadcrumbs li:last-child:before {
  content: normal;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
 
/*------------------------------
繝壹�繧ｸ繝阪�繧ｷ繝ｧ繝ｳ
-------------------------------*/
.pagenation {
  margin: 60px 0 0;
  text-align: center;
  font-family: "Lora", sans-serif;
  font-weight: 400;
}
.pagenation .prev, .pagenation .next {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  font-size: 10px;
  line-height: 45px;
  color: #ccc;
}
.pagenation .prev a, .pagenation .next a {
  display: block;
  height: 45px;
  color: #3C4350;
  text-decoration: none;
}
.pagenation .num {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.pagenation .num li {
  font-size: 120%;
  display: inline-block;
  padding: 0 10px;
}
.pagenation .num li a {
  text-decoration: none;
  padding: 10px 5px;
}
.pagenation .num .current span {
  color: #000;
  border-bottom: 2px solid #B1184B;
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin: 40px 0 0;
  }
  .pagenation .prev, .pagenation .next {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagenation .prev a, .pagenation .next a {
    height: 35px;
  }
  .pagenation .num {
    padding: 0 20px;
  }
  .pagenation .num li {
    padding: 0 5px;
  }

  .pagenation .num li a {
    padding: 10px 5px;
  }
  .pagenation .num .current span {
    padding: 10px 5px;
  }
}
 
/*------------------------------
slick
-------------------------------*/
.slick-dots {
  width: 90%;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #B9BCC0;
  border-radius: 100px;
  background: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #3C4350;
  background: #3C4350;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    width: 90%;
  }
  .slick-dots li {
    margin: 0 6px;
  }
}
 
/*------------------------------
隕句�縺�
-------------------------------*/
.title-eng .txt-en {
  position: relative;
  font-size: 390%;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
}
.title-eng .jp {
  position: relative;
  font-size: 92%;
  padding-left: 5px;
  letter-spacing: 0.2em;
  display: inline-block;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .title-eng {
    max-width: 90%;
    margin: 0 auto;
  }
  .title-eng .txt-en {
    font-size: 7.2vw;
    margin-right: 13px;
  }
  .title-eng .jp {
    font-size: 2.6vw;
    margin-left: 0;
  }
  .title-eng img {
    height: 8vw;
    max-height: 35px;
  }
}
 
.title-eng.title-small img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .title-eng.title-small img {
    height: 7vw;
    max-height: 24px;
  }
}
 
.title-eng.title-small-small img {
  height: 23px;
}
 
.title-eng.title-small-small-small img {
  height: 18px;
}
 
.title-eng.inline {
  display: flex;
  align-items: flex-end;
}
.title-eng.inline .txt-en {
  position: relative;
  font-size: 390%;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1.2;
}
.title-eng.inline .jp {
  flex: 1;
  position: relative;
  bottom: 0.6em;
  font-size: 92%;
  padding-left: 5px;
  letter-spacing: 0.2em;
  display: inline-block;
  border-left: 1px solid #555;
  margin-left: 13px;
  margin-bottom: 1em;
  padding-left: 15px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title-eng.inline {
    max-width: 90%;
    margin: 0 auto;
  }
  .title-eng.inline .txt-en {
    font-size: 7.2vw;
    margin-right: 13px;
  }
  .title-eng.inline .jp {
    font-size: 2.6vw;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-eng.inline img {
    height: 8vw;
    max-height: 35px;
  }
}
 
.title-bar-blc {
  background: #fff0e7;
  margin-bottom: 60px;
}
.title-bar-blc .sec-inner {
  max-width: 890px;
  width: 90%;
  margin: 0 auto;
  padding: 45px 0;
  position: relative;
}
.title-bar-blc .sec-inner .midashi-set .title {
  line-height: 1.4;
  color: #333328;
  font-weight: 500;
}
.title-bar-blc .sec-inner .midashi-set .sub {
  display: table;
  padding: 1px 30px;
  background: #666;
  border-radius: 100px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}
.title-bar-blc .sec-inner .midashi-set .eng {
  margin-bottom: 5px;
}
.title-bar-blc .sec-inner .midashi-set .eng img {
  height: 14px;
  margin-right: 5px;
}
.title-bar-blc .sec-inner .midashi-set .eng:before {
  content: "";
  background: #000;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  margin-right: 4px;
}
.title-bar-blc .sec-inner .midashi-line {
  border-left: 8px solid #fad6c1;
  padding-left: 25px;
}
.title-bar-blc .sec-inner .midashi-size1 .title {
  font-size: 231%;
}
.title-bar-blc .sec-inner .midashi-size1 .sub {
  padding: 5px 30px;
  font-size: 110%;
}
.title-bar-blc .sec-inner .midashi-size2 .title {
  font-size: 216%;
}
.title-bar-blc .sec-inner .midashi-size2 .sub {
  font-size: 108%;
}
.title-bar-blc .sec-inner .midashi-size3 .title {
  font-size: 170%;
}
.title-bar-blc .sec-inner .btn-arrow {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.title-bar-blc .sec-inner.wide {
  max-width: 1100px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .title-bar-blc {
    margin-bottom: 40px;
    font-size: 85%;
  }
  .title-bar-blc .sec-inner .btn-arrow {
    position: static;
    margin: 10px 0 0 0;
    text-align: right;
  }
  .title-bar-blc .sec-inner .midashi-size1 .title {
    font-size: 200%;
  }
  .title-bar-blc .sec-inner .midashi-size1 .sub {
    font-size: 123%;
  }
}
 
.ttl01 {
  border-left: 4px solid #B1184B;
  font-size: 170%;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  margin: 0 auto 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    border-left: 2px solid #B1184B;
    font-size: 110%;
    margin: 0 auto 20px;
  }
}
 
.ttl03 {
  margin-bottom: 15px;
}
.ttl03 h1, .ttl03 h2, .ttl03 h3, .ttl03 h4 {
  font-size: 140%;
  margin: 0;
}
.ttl03 h1:before, .ttl03 h2:before, .ttl03 h3:before, .ttl03 h4:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #B1184B;
  border-radius: 100px;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  color: #B1184B;
  font-style: normal;
  vertical-align: middle;
}
.ttl03 .required {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    margin-bottom: 10px;
  }
  .ttl03 h1, .ttl03 h2, .ttl03 h3, .ttl03 h4 {
    font-size: 100%;
  }
}
 
/*------------------------------
繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ繝懊ち繝ｳ
-------------------------------*/
.page-link-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.page-link-list ul li {
  margin: 30px;
  line-height: 1.5;
}
.page-link-list ul li a {
  display: block;
  padding: 5px 45px;
  font-size: 185%;
  border-bottom: 4px solid #000;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
.page-link-list ul li a:after {
  content: "";
  background: #000;
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .page-link-list ul {
    margin-top: 15px;
  }
  .page-link-list ul li {
    margin: 15px;
  }
  .page-link-list ul li a {
    display: block;
    padding: 5px 25px;
    font-size: 155%;
  }
  .page-link-list ul li a:after {
    height: 15px;
    bottom: -15px;
  }
}
 
/*------------------------------
繧ｿ繧ｰ
-------------------------------*/
.tagarea {
  max-width: 700px;
  margin: 60px auto 0;
  border-bottom: 1px solid #B9BCC0;
  position: relative;
  padding-left: 50px;
}
.tagarea h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 1px solid #B9BCC0;
  padding-right: 13px;
}
.tagarea ul li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.3em;
  font-size: 90%;
  line-height: 1.4;
}
.tagarea span {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.3em;
  font-size: 90%;
  line-height: 1.4;
}
.tagarea a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .tagarea {
    margin: 40px 5% 0;
  }
  .tagarea ul li {
    font-size: 80%;
  }
  .tagarea span {
    font-size: 80%;
  }
}
 
/*------------------------------
繝懊ち繝ｳ
-------------------------------*/
.link-txt a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 83%;
  letter-spacing: 0.1px;
  line-height: 2;
  position: relative;
  padding-right: 30px;
}
.link-txt a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 18px;
  background: url(../img/arrow_right_gry2.svg) no-repeat center;
  border: 1px solid #999;
  border-radius: 30px;
  text-align: center;
  margin-right: 5px;
  position: absolute;
  top: 3px;
  right: 0;
}
.link-txt a span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
 
.link-txt.link-window a {
  padding: 0;
}
.link-txt.link-window a:before {
  display: none;
}
.link-txt.link-window a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  background: url("../img/icon_link_blank.svg") no-repeat;
  background-size: 19px;
  margin-left: 5px;
}
 
.link-txt.link-file a {
  padding: 0;
}
.link-txt.link-file a:before {
  display: none;
}
.link-txt.link-file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background: url("../img/icon_link_pdf.svg") no-repeat;
  background-size: 18px;
  margin-left: 5px;
}
 
.btn-readmore {
  font-family: "Lora", sans-serif;
  font-weight: 500;
}
.btn-readmore span {
  text-decoration: underline;
}
.btn-readmore:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow_right_gry2.svg) no-repeat center;
  border: 1px solid #999;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-left: 6px;
}
 
/*.btn-arrow {
  font-weight: 500;
  a {
    text-decoration: none;
    &:after {
      content: "";
      display: inline-block;
      background: url("../img/icon_link_arrow.svg");
      height: 24px;
      width: 24px;
      background-size: 24px;
      vertical-align: bottom;
      margin-left: 6px;
    }
  }
}*/
.btn-arrow-back {
  display: table;
  font-weight: 500;
  margin: 50px auto 0;
}
.btn-arrow-back a {
  width: 100%;
  padding: 3px 0 3px 30px;
  display: block;
  text-align: right;
  text-decoration: none;
  border-bottom: 2px solid #3C4350;
  background: url("../img/arrow2_left.svg") left center no-repeat;
}
@media screen and (max-width: 768px) {
  .btn-arrow-back {
    margin-top: 30px;
  }
}
 
.btn-arrow-next {
  font-weight: 500;
  width: 160px;
  margin: 50px auto 0;
}
.btn-arrow-next a {
  width: 100%;
  padding: 3px 0;
  display: block;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #3C4350;
  background: url("../img/arrow2_right.svg") right center no-repeat;
}
 
.btn-more {
  margin: 40px 0 0 0;
}
.btn-more a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 100px;
  height: 20px;
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.btn-more a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .btn-more {
    margin-top: 30px;
  }
  .btn-more a {
    width: 100px;
    height: 27px;
    background-size: 53px 20px;
  }
}
 
.btn-border {
  margin: 45px 0 0 0;
  text-align: center;
}
.btn-border a {
  display: inline-block;
  margin: auto;
  padding: 12px 30px;
  border: 1px solid #000;
  text-decoration: none;
  font-weight: 500;
}
 
.btn-square {
  margin: 45px 0 0 0;
  text-align: center;
}
.btn-square a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 12px 30px;
  background: #3C4350;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  font-size: 130%;
  line-height: 1.4;
  border-radius: 3px;
}
.btn-square a span {
  flex: 1;
}
.btn-square a:after {
  flex: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
 
.btn-square.mt-0 {
  margin-top: 0px;
}
.btn-square.mb-0 {
  margin-bottom: 0px;
}
.btn-square.mt-5 {
  margin-top: 5px;
}
.btn-square.mb-5 {
  margin-bottom: 5px;
}
.btn-square.mt-10 {
  margin-top: 10px;
}
.btn-square.mb-10 {
  margin-bottom: 10px;
}
.btn-square.mt-15 {
  margin-top: 15px;
}
.btn-square.mb-15 {
  margin-bottom: 15px;
}
.btn-square.mt-20 {
  margin-top: 20px;
}
.btn-square.mb-20 {
  margin-bottom: 20px;
}
.btn-square.mt-25 {
  margin-top: 25px;
}
.btn-square.mb-25 {
  margin-bottom: 25px;
}
.btn-square.mt-30 {
  margin-top: 30px;
}
.btn-square.mb-30 {
  margin-bottom: 30px;
}
.btn-square.mt-35 {
  margin-top: 35px;
}
.btn-square.mb-35 {
  margin-bottom: 35px;
}
.btn-square.mt-40 {
  margin-top: 40px;
}
.btn-square.mb-40 {
  margin-bottom: 40px;
}
.btn-square.mt-45 {
  margin-top: 45px;
}
.btn-square.mb-45 {
  margin-bottom: 45px;
}
.btn-square.mt-50 {
  margin-top: 50px;
}
.btn-square.mb-50 {
  margin-bottom: 50px;
}
.btn-square.mt-1em {
  margin-top: 1em;
}
.btn-square.mb-1em {
  margin-bottom: 1em;
}
.btn-square.mt-2em {
  margin-top: 2em;
}
.btn-square.mb-2em {
  margin-bottom: 2em;
}
.btn-square.mt-3em {
  margin-top: 3em;
}
.btn-square.mb-3em {
  margin-bottom: 3em;
}
.btn-square.mt-4em {
  margin-top: 4em;
}
.btn-square.mb-4em {
  margin-bottom: 4em;
}
.btn-square.mt-5em {
  margin-top: 5em;
}
.btn-square.mb-5em {
  margin-bottom: 5em;
}
.btn-square.mt-6em {
  margin-top: 6em;
}
.btn-square.mb-6em {
  margin-bottom: 6em;
}
.btn-square.mt-7em {
  margin-top: 7em;
}
.btn-square.mb-7em {
  margin-bottom: 7em;
}
 
.btn-square.back a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_left_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.btn-square.back a:after {
  display: none;
}
 
.btn-square.single a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .btn-square.single a {
    width: 80%;
    min-width: 0;
    max-width: 230px;
  }
}
 
.btn-square.anchor a:after {
  transform: rotate(90deg);
}
 
.btn-square.file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/icon_link_pdf.svg") no-repeat center center;
  background-size: 16px;
  border: none;
  width: 28px;
  height: 28px;
}
 
.btn-borderround a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #3C4350;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  color: #3C4350;
  border-radius: 3px;
}
.btn-borderround a span {
  flex: 1;
}
.btn-borderround a:after {
  flex: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
 
.btn-borderround.file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/icon_link_pdf.svg") no-repeat center center;
  background-size: 16px;
  border: none;
  width: 28px;
  height: 28px;
}
 
.page_link {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.page_link .btn-square {
  margin: 0;
  padding: 0 10px 10px;
}
.page_link .btn-square .txt {
  flex: 1;
  text-align: left;
}
.page_link .btn-square .txt span {
  display: block;
}
.page_link .btn-square .txt span.jp {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 60%;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 500;
}
.page_link .btn-square .txt span.en {
  font-family: "Lora", sans-serif;
  font-size: 130%;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 400;
}
.page_link .btn-square a {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page_link {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page_link .btn-square {
    padding: 0 5px 10px;
  }
  .page_link .btn-square a {
    padding: 12px 15px;
    font-size: 3.1vw;
  }
}
 
/*------------------------------
繧｢繧､繧ｳ繝ｳ
-------------------------------*/
.icon-sns-instagram {
  background: url("../img/sns_instagram.svg") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.icon-sns-instagram a {
  display: block;
  height: 100%;
}
 
.icon-sns-youtube {
  background: url("../img/sns_youtube.svg") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.icon-sns-youtube a {
  display: block;
  height: 100%;
}
 
.icon-sns-facebook {
  background: url("../img/sns_facebook.svg") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.icon-sns-facebook a {
  display: block;
  height: 100%;
}
 
.icon-sns-twitter {
  background: url("../img/sns_X.svg") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.icon-sns-twitter a {
  display: block;
  height: 100%;
}
 
.icon-sns-line {
  background: url("../img/sns_line.svg") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}
.icon-sns-line a {
  display: block;
  height: 100%;
}
 
.service-icon {
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
 
/*-------------------------
繧ｷ繝ｳ繝励Ν繝��繝悶Ν
---------------------------*/
.table-simple {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #B9BCC0;
}
.table-simple th {
  border-bottom: 1px solid #B9BCC0;
  text-align: left;
  font-weight: 500;
  padding: 1.8em 4em 1.8em 0;
  vertical-align: middle;
  width: 20%;
}
.table-simple td {
  border-bottom: 1px solid #B9BCC0;
  font-size: 108%;
  padding: 1.8em 0;
  font-weight: 500;
}
.table-simple td .sns-list li {
  width: 25px;
  height: 25px;
  background-size: 100%;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .table-simple th {
    border-bottom: none;
    padding: 1.3em 0 0;
    vertical-align: middle;
    display: block;
    width: 100%;
  }
  .table-simple td {
    padding: 0.6em 0 1.3em;
    display: block;
  }
}
 
/*-------------------------
 select 
---------------------------*/
.select {
  width: 225px;
  height: 50px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 white;
  border-radius: 30px;
  position: relative;
  text-align: left;
}
.select_expand {
  width: 0;
  height: 50px;
  position: absolute;
  top: 0;
  right: -2px;
}
.select_expand::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #000;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  opacity: 0.6;
}
.select_expand:hover::after {
  opacity: 1;
}
.select_expand:checked::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
}
@media screen and (max-width: 768px) {
  .select_options .select_option {
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 30px;
  }
}
.select_expandLabel {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
.select_close {
  display: none;
}
.select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .select_items {
    position: relative;
  }
}
.select_input {
  display: none;
}
.select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 50px;
  overflow: hidden;
  color: #000;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}
.select_label-placeholder {
  height: 50px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: transparent;
  display: block;
  width: 100%;
}
.select_expand:checked + .select_closeLabel {
  display: block;
}
.select_expand:checked + .select_closeLabel + .select_options {
  background: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 10;
  padding-bottom: 15px;
}
.select_expand:checked + .select_closeLabel + .select_options li {
  position: relative;
}
.select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 40px;
  position: relative;
  padding-left: 25px;
}
.select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: #f7f7f7;
}
.select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}
.select_input:checked + .select_label {
  height: 40px;
  margin-top: -40px;
}
 
.freeword input {
  background: #fff;
  border-radius: 30px;
  border: 0;
  height: 50px;
  width: 225px;
  padding: 0 20px;
  text-align: left;
}
 
.btn_search {
  border-radius: 30px;
  border: 0;
  height: 50px;
  width: 140px;
  position: relative;
  /*input {
    border: 0;
    height: 50px;
    width: 140px;
    padding: 0 20px;
    background: none;
    color: #fff;
    text-indent: 28px;
    letter-spacing: 0.5em;
    line-height: 1px;
  }
  &:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 35px;
    background: url("../img/icon_search_wht.svg") no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
  }*/
}
.btn_search button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  height: 50px;
  width: 140px;
  padding: 0 20px;
  background: #3C4350;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 1px;
  cursor: pointer;
}
.btn_search button:before {
  content: "";
  display: block;
  position: relative;
  top: -1px;
  background: url("../img/icon_search_wht.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.btn_search button span {
  position: relative;
  top: -2px;
}
.btn_search button:hover, .btn_search button:focus {
  background: #6b717c;
}
 
.btn_search_detail {
  border-radius: 30px;
  height: 50px;
  width: 140px;
  position: relative;
  margin: 15px auto 0;
  /*input {
    border: 0;
    height: 50px;
    width: 140px;
    padding: 0 20px;
    background: none;
    color: #3C4350;
    text-indent: 28px;
    letter-spacing: 0.2em;
    line-height: 1px;
  }
  &:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 25px;
    background: url("../img/icon_search_blk.svg") no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
  }*/
}
.btn_search_detail button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #3C4350;
  height: 50px;
  width: 140px;
  padding: 0 20px;
  background: #fff;
  border-radius: 30px;
  color: #3C4350;
  letter-spacing: 0.2em;
  line-height: 1px;
  cursor: pointer;
}
.btn_search_detail button:before {
  content: "";
  display: block;
  position: relative;
  top: -1px;
  background: url("../img/icon_search_blk.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.btn_search_detail button span {
  position: relative;
  top: -2px;
}
.btn_search_detail button:hover, .btn_search_detail button:focus {
  background: #f6f6f6;
}
 
/*-------------------------
 pagetop 
---------------------------*/
.pagetop {
  width: 112px;
  aspect-ratio: 112 / 111;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url("../../common/img/totop.webp");
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 50;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 80px;
    bottom: 20px;
    right: 20px;
    background-image: url("../../common/img/totop.webp");
  }
}
 
/*--------------
SCROLL  繝輔ぉ繝ｼ繝峨う繝ｳ
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
 
.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
 
/*------------------------------
top
-------------------------------*/
/* 謾ｯ蠎励ヨ繝���哮V ------*/
/*.top-slidebnr {
	position: relative;
	background: url('../img/index/main_txt_ebisu.svg') no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 10%;
}*/
.top-spbtns {
  width: 90%;
  margin: 0 auto 10%;
}
.top-spbtns:after {
  content: "";
  display: table;
  clear: both;
}
.top-spbtns img {
  vertical-align: top;
}
.top-spbtns .spbtn_time {
  background: #3C4350;
  width: 49%;
  float: left;
  margin-bottom: 10px;
  border-radius: 3px;
}
.top-spbtns .spbtn_contact {
  background: #3C4350;
  width: 49%;
  float: right;
  margin-bottom: 10px;
  border-radius: 3px;
}
.top-spbtns .spbtn_search {
  background: #B1184B;
  clear: both;
  margin-bottom: 10px;
  border-radius: 3px;
}
.top-spbtns .spbtn_wpoint {
  background: #759ed3;
  clear: both;
  border-radius: 3px;
}
.top-spbtns .spbtn_storelist {
  background: #3C4350;
  clear: both;
  margin-bottom: 10px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .top-spbtns {
    margin-bottom: 10vw;
  }
}
 
.top-news_important {
  max-width: 1260px;
  width: 90%;
  margin: auto;
  padding: 35px 0 10px;
  font-size: 100%;
}
.top-news_important .top-news_important_inner {
  position: relative;
  background: #fff;
  border: 1px solid #bec0c3;
}
.top-news_important .top-news_important_inner .news_important_1 {
  position: relative;
  margin: auto;
  padding: 12px 20px;
  background: #EAEAEA;
  color: #B1184B;
  line-height: 1.4;
}
.top-news_important .top-news_important_inner .news_important_1 p {
  margin: 0 0 0.5em;
  letter-spacing: 0.08em;
}
.top-news_important .top-news_important_inner .news_important_1 p:last-child {
  margin-bottom: 0;
}
.top-news_important .top-news_important_inner .news_important_1 a {
  display: block;
  position: relative;
  padding: 0 30px 0 0;
  text-decoration: none;
  color: #B1184B;
}
.top-news_important .top-news_important_inner .news_important_1 a span {
  display: flex;
  align-items: center;
  position: relative;
}
.top-news_important .top-news_important_inner .news_important_1 a span:after {
  content: "";
  display: block;
  flex: 1;
  position: relative;
  margin: 0 0 0 10px;
  width: auto;
  min-width: 50px;
  height: 1px;
  background-image: linear-gradient(to right, #b9bcc0, #b9bcc0 2px, transparent 2px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
}
.top-news_important .top-news_important_inner .news_important_1 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff url(../img/arrow_right.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-left: 6px;
}
.top-news_important .top-news_important_inner .news_important_2 {
  position: relative;
  display: flex;
  margin: auto;
  padding: 12px 20px;
}
.top-news_important .top-news_important_inner .news_important_2 .label {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #3C4350;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.top-news_important .top-news_important_inner .news_important_2 .label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.5em;
  background: url("../img/icon_warning.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.top-news_important .top-news_important_inner .news_important_2 .label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 0.5em);
  background: #3C4350;
}
.top-news_important .top-news_important_inner .news_important_2 .text {
  position: relative;
  flex: 1;
  color: #3C4350;
  line-height: 1.4;
}
.top-news_important .top-news_important_inner .news_important_2 p {
  margin: 0 0 0.5em;
  letter-spacing: 0.08em;
}
.top-news_important .top-news_important_inner .news_important_2 p:last-child {
  margin-bottom: 0;
}
.top-news_important .top-news_important_inner .news_important_2 a {
  display: block;
  position: relative;
  padding: 0 30px 0 0;
  text-decoration: none;
  color: #3C4350;
}
.top-news_important .top-news_important_inner .news_important_2 a span {
  display: flex;
  align-items: center;
  position: relative;
}
.top-news_important .top-news_important_inner .news_important_2 a span:after {
  content: "";
  display: block;
  flex: 1;
  position: relative;
  margin: 0 0 0 10px;
  width: auto;
  min-width: 50px;
  height: 1px;
  background-image: linear-gradient(to right, #b9bcc0, #b9bcc0 2px, transparent 2px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
}
.top-news_important .top-news_important_inner .news_important_2 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff url(../img/arrow_right.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-left: 6px;
}
.top-news_important .top-news_important_inner .news_important_1 + .news_important_2 {
  border-top: 1px solid #bec0c3;
}
@media screen and (min-width: 1367px) {
  .top-news_important .top-news_important_inner .news_important_1 {
    padding: 12px 56px;
  }
  .top-news_important .top-news_important_inner .news_important_2 {
    padding: 12px 56px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1366px) {
  .top-news_important .top-news_important_inner .news_important_1 {
    padding: 12px 56px;
  }
  .top-news_important .top-news_important_inner .news_important_2 {
    padding: 12px 56px;
  }
}
@media screen and (max-width: 768px) {
  .top-news_important {
    padding: 20px 0;
  }
  .top-news_important .top-news_important_inner .news_important_1 {
    padding: 12px 15px;
    font-size: 80%;
  }
  .top-news_important .top-news_important_inner .news_important_1 a span:after {
    min-width: 40px;
  }
  .top-news_important .top-news_important_inner .news_important_2 {
    display: block;
    padding: 12px 15px;
    font-size: 80%;
  }
  .top-news_important .top-news_important_inner .news_important_2 .label {
    display: table;
    margin: 0 0 5px;
  }
  .top-news_important .top-news_important_inner .news_important_2 a span:after {
    min-width: 40px;
  }
}
 
.top-slidebnr {
  position: relative;
  margin: 80px 0 0;
  z-index: 1;
}
.top-slidebnr .topslide-containter {
  position: relative;
  overflow: hidden;
}
.top-slidebnr .topslide {
  opacity: 0;
}
.top-slidebnr .topslide.slick-initialized {
  opacity: 1;
  transition: opacity 1s ease-out;
}
.top-slidebnr .topslide .slide_item {
  float: left;
  width: 100%;
  margin: 0;
  transform-origin: center center;
  transition: 0.3s ease;
  transform: scale(0.77);
  margin: 0 -1vw;
}
.top-slidebnr .topslide .slide_item.slick-current, .top-slidebnr .topslide .slide_item.is-edge {
  transform: scale(1);
}
.top-slidebnr .slick-dotted.slick-slider {
  margin-bottom: 70px;
}
.top-slidebnr .slick-list {
  overflow: visible;
}
.top-slidebnr .slick-track {
  display: flex;
  align-items: center;
}
.top-slidebnr .topslide .slide_item img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  border-radius: 3px;
  box-shadow: 6px 9px 27px -3px #e6e6e6;
}
.top-slidebnr .slick-dots {
  margin: auto;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%, 0);
}
.top-slidebnr .slick-prev {
  bottom: -75px;
  left: 50%;
  right: auto;
  transform: translate(-26vw, -50%);
}
.top-slidebnr .slick-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/arrow_left_blk.svg");
  background-position: left center;
  border-color: #383838;
  border: 0;
}
.top-slidebnr .slick-next {
  bottom: -75px;
  left: auto;
  right: 50%;
  transform: translate(26vw, -50%);
}
.top-slidebnr .slick-next:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/arrow_right_blk.svg");
  background-position: right center;
  border-color: #383838;
  border: 0;
}
@media screen and (min-width: 1367px) {
  .top-slidebnr .slick-prev {
    transform: translate(-21vw, -50%);
  }
  .top-slidebnr .slick-next {
    transform: translate(21vw, -50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .top-slidebnr {
    /*.slick-prev {
    	transform: translate(-21vw, -50%);
    }
    .slick-next {
    	transform: translate(21vw, -50%);
    }*/
  }
}
@media screen and (max-width: 768px) {
  .top-slidebnr {
    margin: 30px 0 0;
    background-size: 175% auto;
    border-bottom: 5vw solid #EAEAEA;
  }
  .top-slidebnr .topslide .slide_item {
    width: 75vw;
    transform: scale(0.85);
    margin: 0 -0.95vw;
  }
  .top-slidebnr .topslide li img {
    width: 100%;
  }
  .top-slidebnr .slick-dots {
    margin-bottom: 0;
  }
  .top-slidebnr .slick-prev {
    bottom: -75px;
    /*left: 5%;
      	right: auto;*/
    /*transform: translate(0,-50%);*/
    transform: translate(-38vw, -50%);
  }
  .top-slidebnr .slick-next {
    bottom: -75px;
    /*left: auto;
      	right: 5%;*/
    /*transform: translate(0,-50%);*/
    transform: translate(38vw, -50%);
  }
  .top-slidebnr .slick-dots li {
    margin: 0 6px;
  }
}
 
.top-bgtext {
  position: relative;
  top: 1vw;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: linear-gradient(#fff 0%, #fff 50%, #EAEAEA 50%, #EAEAEA 100%);
}
.top-bgtext .bgtext-container {
  position: relative;
}
.top-bgtext .bgtext-container .bgtext-text {
  white-space: nowrap;
  display: flex;
  margin: 0;
  font-family: "Lora", sans-serif;
  color: transparent;
  font-size: 5vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-bgtext .bgtext-container .bgtext-text span {
  margin: 0 0.4em 0 0;
}
@media screen and (max-width: 768px) {
  .top-bgtext .bgtext-container .bgtext-text {
    font-size: 11vw;
  }
}
 
body[data-store=akihabara] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=ebisu] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=gotanda] .top-bgtext .bgtext-container {
  background: #bee471;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=higashinakano] .top-bgtext .bgtext-container {
  background: #ffda6a;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=kameido] .top-bgtext .bgtext-container {
  background: #ffda6a;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=kawasaki] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=kichijoji] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=matsudo] .top-bgtext .bgtext-container {
  background: #608ad3;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=meguro] .top-bgtext .bgtext-container {
  background: #bee471;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=mitaka] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=ofuna] .top-bgtext .bgtext-container {
  background: #ff7491;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=oimachi] .top-bgtext .bgtext-container {
  background: #abdcff;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=omori] .top-bgtext .bgtext-container {
  background: #abdcff;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=otsuka] .top-bgtext .bgtext-container {
  background: #bee471;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=shin_urayasu] .top-bgtext .bgtext-container {
  background: #eb6e6e;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=shinagawa] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=shinanomachi] .top-bgtext .bgtext-container {
  background: #ffda6a;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=sugamo] .top-bgtext .bgtext-container {
  background: #bee471;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=tabata] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=takeshiba] .top-bgtext .bgtext-container {
  background: #dddddd;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=toride] .top-bgtext .bgtext-container {
  background: #608ad3;
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=ueno] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=urawa] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
body[data-store=yotsuya] .top-bgtext .bgtext-container {
  background: repeating-linear-gradient(120deg, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
  background-position: -10% center;
  background-clip: text;
  -webkit-background-clip: text;
}
 
/* 謾ｯ蠎励ヨ繝���哥EATURE ------*/
.top-feature {
  margin: 100px auto;
  overflow: hidden;
}
.top-feature .sec-inner .thumb-list.thumb-list-feature .thumb-box a {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-feature {
    margin: 10vw auto;
  }
  .top-feature .sec-inner {
    /*.thumb-list.thumb-list-feature {
    	max-width: 100%;
    	margin-top: 20px;
    	padding-top: 0;
    	.thumb-box {
    		a {
    			p {
    				padding: 0 10px;
    			}
    		}
    	}
    }*/
  }
}
 
/* 謾ｯ蠎励ヨ繝���唳OUTUBE ------*/
.top-youtube {
  margin: 100px auto;
  overflow: hidden;
}
.top-youtube .youtube-box {
  position: relative;
  max-width: 720px;
  margin: auto;
}
.top-youtube .youtube-box:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.top-youtube .youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-youtube {
    margin: 10vw auto;
  }
  .top-youtube .sec-inner {
    width: 90%;
    margin: auto;
  }
}
 
/* 謾ｯ蠎励ヨ繝���� NEWS ------*/
.top-news {
  width: 100% !important;
  max-width: 100% !important;
  margin: 100px auto;
}
.top-news .sec-inner {
  position: relative;
  width: 95%;
  max-width: calc((100% + 1160px) * 0.5);
  background: #fff;
  padding: 50px 0 100px 0;
  display: flex;
  justify-content: flex-end;
}
.top-news .sec-inner .title-eng {
  position: absolute;
  /*top: 70px;
  left: 10%;*/
  font-weight: 400;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  position: relative;
  margin: 12px 90px 0 6%;
}
.top-news .sec-inner .title-eng .txt-en {
  margin: 0;
  font-size: 300%;
  line-height: 1;
}
.top-news .sec-inner .title-eng .jp {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  left: -0.4em;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  line-height: 1.3;
  white-space: nowrap;
}
.top-news .sec-inner .title-eng .jp:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0 10px;
  background: #000;
  width: 1px;
  height: 16px;
}
.top-news .sec-inner .title {
  position: absolute;
  top: 70px;
  left: 10%;
  display: none;
}
.top-news .sec-inner .news-list {
  width: 87%;
  max-width: 1000px;
  /*margin: 0 6% 0 24%;
  padding: 100px 0;*/
  margin: 0;
  padding: 0 6% 0 0;
  overflow: hidden;
}
.top-news .sec-inner .news-list .news-list-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  margin: 0;
  padding: 0;
}
.top-news .sec-inner .news-list .news-list-inner .news-box {
  position: relative;
  width: calc((100% - 50px) * 0.5);
  border-bottom: 1px dotted #cbcbcb;
}
.top-news .sec-inner .news-list .news-list-inner .news-box a {
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.top-news .sec-inner .news-list .news-list-inner .news-box a:hover {
  opacity: 1;
  background: #eee;
}
.top-news .sec-inner .news-list .news-list-inner .news-box a .date {
  margin: 0.5em 0 0;
  color: #68748a;
  letter-spacing: 0.06em;
}
.top-news .sec-inner .news-list .news-list-inner .news-box a p {
  color: #000;
  font-size: 116%;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}
.top-news .sec-inner .news-list .news-list-inner .news-box a .btn-readmore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-news .sec-inner .news-list .news-list-inner .news-box a .btn-readmore:after {
  display: block;
}
.top-news .sec-inner .news-list .news-list-inner .news-box .news-thumb {
  position: relative;
  width: 34%;
  max-width: 150px;
  line-height: 0;
  border-radius: 3px;
  overflow: hidden;
}
.top-news .sec-inner .news-list .news-list-inner .news-box .news-thumb:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.top-news .sec-inner .news-list .news-list-inner .news-box .news-thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news .sec-inner .news-list .news-list-inner .news-box .news-text {
  position: relative;
  flex: 1;
  padding: 0 40px 0 30px;
}
.top-news .sec-inner .btn-more {
  position: absolute;
  right: min(87%,1090px);
  bottom: 50px;
  transform: translate(30%, 0);
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .top-news .sec-inner .news-list .news-list-inner {
    display: block;
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box {
    width: 100%;
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box .news-thumb {
    max-width: 120px;
  }
  .top-news .sec-inner .btn-more {
    right: auto;
    left: 6%;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    margin: 10vw auto;
  }
  .top-news .sec-inner {
    display: block;
    width: 100%;
    padding: 10vw 0;
  }
  .top-news .sec-inner .title-eng {
    position: relative;
    top: 0;
    left: 0;
    writing-mode: lr;
    white-space: normal;
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .top-news .sec-inner .title-eng .txt-en {
    display: inline-block;
    font-size: 7.2vw;
    margin-right: 13px;
  }
  .top-news .sec-inner .title-eng .jp {
    display: inline-block;
    bottom: 0.6em;
    font-size: 2.6vw;
    margin-left: 0;
    padding-left: 15px;
    border-left: 1px solid #555;
  }
  .top-news .sec-inner .title-eng .jp:before {
    display: none;
  }
  .top-news .sec-inner .news-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .top-news .sec-inner .news-list .news-list-inner {
    display: block;
    border-left: none;
    border-bottom: none;
    margin: 0;
    padding: 15px 0;
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box {
    width: 100%;
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box a {
    /*.btn-readmore {
    	display: block;
           margin: 0 0 0 auto;
           top: inherit;
        bottom: 30px;
        transform: translateY(50%);
    }*/
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box a .date {
    font-size: 88%;
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box .news-thumb {
    width: 27%;
    max-width: 160px;
  }
  .top-news .sec-inner .news-list .news-list-inner .news-box .news-text {
    padding: 0 40px 0 20px;
  }
  .top-news .sec-inner .btn-more {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px 0 0 auto;
    transform: none;
  }
}
 
/* 謾ｯ蠎励ヨ繝���� at ------*/
.top-at.contents_blc {
  max-width: 100% !important;
  width: 100% !important;
  margin: 100px auto;
  background: #fff url(../img/at/at-bg.png);
  padding: 100px 0;
}
.top-at.contents_blc .sec-inner {
  max-width: 1160px;
  width: 90%;
  margin: auto;
  position: relative;
}
.top-at.contents_blc .sec-inner .title {
  float: left;
  display: table;
  font-family: "Lora", sans-serif;
  color: #b2b7bb;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}
.top-at.contents_blc .sec-inner .title .at {
  writing-mode: vertical-rl;
  font-size: 80%;
  border-right: 2px solid #b2b7bb;
  padding-right: 5px;
  margin-right: 13px;
}
.top-at.contents_blc .sec-inner .title .storename {
  letter-spacing: 0.06em;
}
.top-at.contents_blc .sec-inner .sub {
  float: right;
  /*position: absolute;
  right: 10px;
  top: 0;*/
  margin: 0;
  text-align: right;
  font-size: 125%;
}
.top-at.contents_blc .at-list {
  clear: both;
  margin-top: 20px;
}
.top-at.contents_blc .at-list .at-list-inner:after {
  content: "";
  display: table;
  clear: both;
}
.top-at.contents_blc .at-list .at-box {
  float: left;
  width: 32.6%;
  margin-right: 1%;
  margin-top: 40px;
  padding-left: 13px;
}
.top-at.contents_blc .at-list .at-box a {
  position: relative;
  display: block;
  color: #3C4350;
  text-decoration: none;
}
.top-at.contents_blc .at-list .at-box a img {
  width: 100%;
}
.top-at.contents_blc .at-list .at-box a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: -13px;
  width: 26px;
  height: 26px;
  background: #fff url("../img/arrow_right_blk.svg") no-repeat center;
  border: 1px solid #384352;
  border-radius: 100px;
}
.top-at.contents_blc .at-list .at-box:last-child {
  margin-right: 0;
}
.top-at.contents_blc .at-list .at-box .at-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  margin: 0;
  padding: 15px 13%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #3C4350;
  font-size: 130%;
  font-weight: 500;
}
.top-at.contents_blc .at-list .at-box .at-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 50%;
  border-top: 2px solid #b9bcc0;
  border-left: 2px solid #b9bcc0;
  border-radius: 3px 0 0 0;
}
.top-at.contents_blc .at-list .at-box .at-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 50%;
  border-top: 2px solid #b9bcc0;
  border-right: 2px solid #b9bcc0;
  border-radius: 0 3px 0 0;
}
.top-at.contents_blc .at-list .at-box .at-title .num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0.5em 0 0;
  border: 1px solid #3C4350;
  border-radius: 100px;
  font-family: "Lora", sans-serif;
  color: #3C4350;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.top-at.contents_blc .at-list .at-box .at-title .text {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.top-at.contents_blc .at-list .at-box .img {
  position: relative;
  line-height: 0;
  border: 2px solid #b9bcc0;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .top-at.contents_blc .sec-inner .title {
    font-size: 6vw;
  }
  .top-at.contents_blc .at-list .at-box .at-title {
    font-size: 1.6vw;
  }
  .top-at.contents_blc .at-list .at-box .at-title .num {
    width: 3.2vw;
    height: 3.2vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .top-at.contents_blc {
    border-top: 3px solid #B5BABE;
    border-bottom: 3px solid #B5BABE;
    margin: 10vw auto;
    padding: 10vw 0;
  }
  .top-at.contents_blc .sec-inner {
    width: 100%;
  }
  .top-at.contents_blc .sec-inner .title {
    float: none;
    font-size: 6.3vw;
    margin: 0 auto 0.4em;
    text-align: center;
  }
  .top-at.contents_blc .sec-inner .sub {
    float: none;
    text-align: center;
    position: relative;
    margin: 1em auto;
    font-size: 100%;
  }
  .top-at.contents_blc .at-list {
    margin-top: 20px;
  }
  .top-at.contents_blc .at-list .at-list-inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .top-at.contents_blc .at-list .at-box {
    margin-left: 0.5%;
    margin-right: 0;
    margin-top: 10px;
  }
  .top-at.contents_blc .at-list .at-box a img {
    width: 100%;
  }
  .top-at.contents_blc .at-list .at-box:last-child {
    margin-right: 0;
  }
  .top-at.contents_blc .at-list .at-box .at-title {
    font-size: 4vw;
  }
  .top-at.contents_blc .at-list .at-box .at-title .num {
    width: 8.5vw;
    height: 8.5vw;
    font-size: 3vw;
  }
}
 
/* 謾ｯ蠎励ヨ繝���� season pickup ------*/
.top-seasonpickup {
  position: relative;
  width: 95%;
  max-width: 100%;
  margin: 100px 0 100px auto;
}
.top-seasonpickup .seasonpickup-container {
  display: flex;
  align-items: flex-start;
}
.top-seasonpickup .seasonpickup-header {
  flex: 1;
  padding-top: 40px;
}
.top-seasonpickup .seasonpickup-body {
  position: relative;
  width: 77%;
  padding: 0 0 55px;
}
.top-seasonpickup .seasonpickup-body:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86vw;
  height: 90%;
  background: #fff;
  border-radius: 3px 0 0 3px;
}
.top-seasonpickup .title-eng {
  position: relative;
  font-size: 70%;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.top-seasonpickup .title-eng img {
  display: block;
  height: 38px;
}
.top-seasonpickup .title-eng span {
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
}
.top-seasonpickup .seasonpickup-taglist {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.top-seasonpickup .seasonpickup-taglist ul li {
  font-weight: 300;
  margin: 0.3em 1em 0 0;
}
.top-seasonpickup .seasonpickup-taglist ul li a {
  display: table;
  text-decoration: none;
  pointer-events: auto;
}
.top-seasonpickup .seasonpickup-thumbs {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 0 0 auto;
}
.top-seasonpickup .seasonpickup-thumbs:after {
  content: "";
  display: table;
  clear: both;
}
.top-seasonpickup .seasonpickup-thumbs .keyword-thumb {
  margin: 0 0 0 5px;
  border-radius: 5px;
  overflow: hidden;
}
.top-seasonpickup .seasonpickup-thumbs .keyword-thumb a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border: 0 solid #fff;
  box-sizing: border-box;
}
.top-seasonpickup .seasonpickup-thumbs .keyword-thumb a .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-seasonpickup .seasonpickup-thumbs .keyword-thumb a .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition-duration: 0.5s;
}
.top-seasonpickup .seasonpickup-thumbs .keyword-thumb a p {
  background-color: rgba(51, 51, 40, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.top-seasonpickup .seasonpickup-thumbs .keyword-thumb a:hover .thumb img {
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
}
.top-seasonpickup .seasonpickup-thumbs .slick-track {
  margin: 0;
}
.top-seasonpickup .seasonpickup-thumbs .thumb-item {
  margin: 0 -4vw 0 0;
  transform: scale(0.7);
  transform-origin: bottom right;
  transition: transform 0.3s ease, opacity 0.4s ease;
}
.top-seasonpickup .seasonpickup-thumbs .thumb-item.slick-current, .top-seasonpickup .seasonpickup-thumbs .thumb-item.is-edge {
  transform: scale(1);
  opacity: 1 !important;
}
.top-seasonpickup .seasonpickup-thumbs .thumb-item.is-left {
  opacity: 0;
}
.top-seasonpickup .seasonpickup-thumbs .thumb-item.slick-active {
  opacity: 1;
}
.top-seasonpickup .seasonpickup-thumbs .slick-prev {
  left: -50px;
  bottom: 25px;
  height: 20px;
  transform: translate(0, 0);
}
.top-seasonpickup .seasonpickup-thumbs .slick-next {
  left: -50px;
  bottom: 0;
  height: 20px;
  transform: translate(0, 0);
}
@media screen and (min-width: 1367px) {
  .top-seasonpickup {
    width: calc(50% + 580px);
    max-width: 100%;
  }
  .top-seasonpickup .seasonpickup-body:before {
    width: calc(50vw + 480px);
  }
}
@media screen and (max-width: 1160px) {
  .top-seasonpickup {
    /*.seasonpickup-taglist {
    	margin: 10px 0 0 0;
        width: 100%;
        ul {
        	li {
        		font-weight: 300;
        		margin: 0.3em 1em 0 0;
        		a {
        			text-decoration: none;
        		}
        	}
        }
    }
    .seasonpickup-thumbs {
        margin: 30px 0 0 auto;
    }*/
  }
}
@media screen and (max-width: 768px) {
  .top-seasonpickup {
    background: #fff;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10vw 0 !important;
    padding: 10vw 0;
  }
  .top-seasonpickup .seasonpickup-container {
    display: block;
  }
  .top-seasonpickup .seasonpickup-header {
    padding: 0;
  }
  .top-seasonpickup .seasonpickup-body {
    width: auto;
    padding: 0 0 10px;
  }
  .top-seasonpickup .seasonpickup-body:before {
    display: none;
  }
  .top-seasonpickup .title-eng {
    position: relative;
    display: table;
    margin: 0 5% 10px;
    border-bottom: 1px solid #666;
    font-size: 80%;
  }
  .top-seasonpickup .title-eng span {
    border-bottom: 0;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .top-seasonpickup .title-eng span:first-child {
    padding-right: 0.5em;
  }
  .top-seasonpickup .seasonpickup-taglist {
    overflow-x: auto;
    padding-left: 4%;
    -ms-overflow-style: none; /* IE, Edge 蟇ｾ蠢� */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; /* 諷｣諤ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ */
    width: 100%;
    margin: 0;
  }
  .top-seasonpickup .seasonpickup-taglist::-webkit-scrollbar { /* Chrome, Safari 蟇ｾ蠢� */
    display: none;
  }
  .top-seasonpickup .seasonpickup-taglist ul {
    display: flex;
    /*height: 20px;
    line-height: 20px;
      	li {
      		display: inline-block;
      	}*/
  }
  .top-seasonpickup .seasonpickup-taglist ul li {
    white-space: nowrap;
    font-size: 90%;
  }
  .top-seasonpickup .seasonpickup-thumbs {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 auto;
  }
  .top-seasonpickup .seasonpickup-thumbs .keyword-thumb {
    margin: 5px;
  }
  .top-seasonpickup .seasonpickup-thumbs .thumb-item {
    margin: 0;
    transform: scale(1);
  }
  .top-seasonpickup .seasonpickup-thumbs .thumb-item.is-left {
    opacity: 1;
  }
}
 
/* 謾ｯ蠎励ヨ繝���� 繧ｷ繝ｧ繝��縺ｮ縺顔衍繧峨○ ------*/
.top-shopnews.contents_blc {
  margin: 100px auto;
}
.top-shopnews.contents_blc .sec-inner {
  position: relative;
}
.top-shopnews.contents_blc .sec-inner .wpoint_bnr {
  position: absolute;
  top: 0;
  right: 0;
}
.top-shopnews.contents_blc .sec-inner .thumb-list {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .top-shopnews.contents_blc .sec-inner .wpoint_bnr {
    position: relative;
    margin: 20px auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-shopnews.contents_blc {
    margin: 10vw auto;
  }
  .top-shopnews.contents_blc .sec-inner .wpoint_bnr {
    position: relative;
    margin: 20px auto;
    text-align: center;
  }
  .top-shopnews.contents_blc .sec-inner .thumb-list {
    margin-top: 30px;
  }
}
 
/* 謾ｯ蠎励ヨ繝���� 讀懃ｴ｢ ------*/
.contents_blc.top-shop_search {
  margin: 100px auto;
  padding: 60px 0 70px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #B9BCC0;
  border-bottom: 1px solid #B9BCC0;
  /*.blc-shop_search {
  	padding: 30px 0 0;
  	.select {
  		display: inline-block;
  		vertical-align: top;
  		margin: 10px 5px 10px 5px;
  	}
  	.freeword {
  		display: inline-block;
  		vertical-align: top;
  		margin: 10px 5px 10px 5px;
  	}
  	.btn_search {
  		display: inline-block;
  		vertical-align: top;
  		margin: 10px 5px 10px 5px;
  	}
  	.btn_search_detail {
  		margin-top: 10px;
  	}
  }*/
}
.contents_blc.top-shop_search .title-eng {
  text-align: center;
}
.contents_blc.top-shop_search .title-eng .txt-en {
  margin: auto;
  line-height: 1.2;
  text-align: center;
}
.contents_blc.top-shop_search .blc-shop_search {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.contents_blc.top-shop_search .blc-shop_search .shop-search-grp {
  width: 45%;
  max-width: 400px;
  margin: 0 10px;
}
.contents_blc.top-shop_search .search-type-category {
  position: relative;
  z-index: 1;
}
.contents_blc.top-shop_search .search-type-category .select-ttl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.5em;
  padding: 0.7em 75px 0.7em 2em;
  background: #fff;
  border-radius: 100px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #3C4350;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.contents_blc.top-shop_search .search-type-category .select-ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 66px;
  height: 100%;
  background: #3C4350;
  border-radius: 0 100px 100px 0;
}
.contents_blc.top-shop_search .search-type-category .select-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 33px;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(50%, -40%) scale(0.85, 1) rotate(45deg);
}
.contents_blc.top-shop_search .search-type-category .select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(200% + 20px);
  padding: 1px 1em 1em;
  background: #fff;
  border-radius: 0;
  border: 1px solid #cbcbcb;
  visibility: hidden;
  height: 0;
  padding: 0 1em;
  opacity: 1;
  transform: translateY(15px);
  z-index: 100;
}
.contents_blc.top-shop_search .search-type-category .select-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: calc(50% - 47px);
  width: 8px;
  height: 8px;
  background: #fff;
  box-shadow: 1px -1px 0 0 #cbcbcb;
  transform: rotate(-45deg);
}
.contents_blc.top-shop_search .search-type-category .select-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 680px;
  margin: 40px auto;
  list-style: none;
  height: 0;
  opacity: 1;
  overflow: hidden;
}
.contents_blc.top-shop_search .search-type-category .select-list li {
  width: 50%;
  margin: 5px 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  transform: translateY(-10px);
}
.contents_blc.top-shop_search .search-type-category .select-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 10px 50px 10px 20px;
  background: #eaeaea;
  border-radius: 3px;
  text-decoration: none;
}
.contents_blc.top-shop_search .search-type-category .select-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 100px;
}
.contents_blc.top-shop_search .search-type-category .select-list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  transform: scale(1, 0.8) translate(35%, 0) rotate(-45deg);
}
.contents_blc.top-shop_search .search-type-category .select-list li:nth-child(2n+1) {
  padding-right: 10px;
}
.contents_blc.top-shop_search .search-type-category .select-list li:nth-child(2n) {
  padding-left: 10px;
}
.contents_blc.top-shop_search .search-type-category .select-list input[type=checkbox] {
  display: none;
  font-size: 16px;
}
.contents_blc.top-shop_search .search-type-category .select-list input[type=checkbox] + span {
  display: block;
  position: relative;
  padding: 0 0 0 1.8em;
  font-size: 1.3rem;
}
.contents_blc.top-shop_search .search-type-category .select-list input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #3C4350;
  border-radius: 3px;
}
.contents_blc.top-shop_search .search-type-category .select-list input[type=checkbox] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 4px;
  width: 9px;
  height: 6px;
  border-left: 1px solid #B1184B;
  border-bottom: 1px solid #B1184B;
  transform: rotate(-50deg);
  opacity: 0;
}
.contents_blc.top-shop_search .search-type-category .select-list input[type=checkbox]:checked + span:after {
  opacity: 1;
  transition: all 0.15s ease-out;
}
.contents_blc.top-shop_search .search-type-category.is-active .select-list {
  visibility: visible;
  height: auto;
}
.contents_blc.top-shop_search .search-type-category.is-active .select-list ul {
  height: auto;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.contents_blc.top-shop_search .search-type-category.is-active .select-list li {
  transform: translateY(0);
  transition: all 0.2s ease-out 0s;
}
.contents_blc.top-shop_search .search-type-keyword {
  position: relative;
  z-index: 0;
}
.contents_blc.top-shop_search .search-keyword {
  display: flex;
  width: 100%;
  max-width: 822px;
  margin: 0 auto 0;
}
.contents_blc.top-shop_search .search-keyword input[type=text] {
  flex: 1;
  position: relative;
  display: block;
  min-height: 3.5em;
  width: auto;
  padding: 0.7em 75px 0.7em 2em;
  background: #fff;
  border-radius: 100px 0 0 100px;
  border: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 1.5rem;
  text-align: left;
}
.contents_blc.top-shop_search .search-keyword button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  height: auto;
  width: 66px;
  padding: 0 20px;
  background: #3C4350;
  border-radius: 0 100px 100px 0;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 1px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  background: #3C4350 url("../img/icon_search_wht.svg") no-repeat center center;
  background-size: 18px;
  text-indent: 200%;
}
.contents_blc.top-shop_search .search-keyword button[type=submit] span {
  display: block;
}
@media screen and (max-width: 768px) {
  .contents_blc.top-shop_search {
    padding: 8vw 0 9vw;
    margin: 10vw 5%;
    width: 90%;
  }
  .contents_blc.top-shop_search .blc-shop_search {
    display: block;
    margin-top: 5vw;
  }
  .contents_blc.top-shop_search .blc-shop_search .shop-search-grp {
    width: 100%;
    margin: 0 auto 10px;
  }
  .contents_blc.top-shop_search .search-type-category .select-list {
    width: 100%;
    padding: 0 15px;
  }
  .contents_blc.top-shop_search .search-type-category .select-list:before {
    left: auto;
    right: 27px;
  }
  .contents_blc.top-shop_search .search-type-category .select-list ul {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 0 5px;
    height: 250px;
    overflow-y: auto;
    height: 0;
    overflow: hidden;
  }
  .contents_blc.top-shop_search .search-type-category .select-list li {
    width: 100%;
  }
  .contents_blc.top-shop_search .search-type-category .select-list li:nth-child(2n+1) {
    padding: 0;
  }
  .contents_blc.top-shop_search .search-type-category .select-list li:nth-child(2n) {
    padding: 0;
  }
  .contents_blc.top-shop_search .search-type-category.is-active .select-list {
    visibility: visible;
    height: auto;
  }
  .contents_blc.top-shop_search .search-type-category.is-active .select-list ul {
    height: 250px;
    opacity: 1;
    overflow-y: auto;
    transition: all 0.25s ease-out;
  }
  .contents_blc.top-shop_search .search-type-category.is-active .select-list li {
    transform: translateY(0);
    transition: all 0.2s ease-out 0s;
  }
  .contents_blc.top-shop_search .search-keyword input[type=text] {
    font-size: 16px;
    width: 100%;
  }
}
 
/* 謾ｯ蠎励ヨ繝���� Instagram ------*/
.contents_blc.top-instagram {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #fff;
  padding: 90px 0 100px;
  margin: 100px auto 0;
}
.contents_blc.top-instagram .title-eng {
  font-size: 70%;
}
.contents_blc.top-instagram .title-eng .txt-en {
  display: block;
  line-height: 1.2;
}
.contents_blc.top-instagram .title-eng .jp {
  display: block;
  margin: auto;
  padding: 0;
  font-size: 140%;
  font-weight: 300;
  line-height: 1.8;
  border: none;
}
.contents_blc.top-instagram .title-eng .jp:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #333;
  display: block;
  margin: 12px auto 5px;
}
.contents_blc.top-instagram .instagram-list {
  padding-top: 20px;
}
.contents_blc.top-instagram .instagram-list li {
  width: 166px;
  padding: 0 12px;
}
.contents_blc.top-instagram .instagram-list a {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.contents_blc.top-instagram .instagram-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contents_blc.top-instagram {
    margin: 10vw auto 0;
    padding: 9vw 0 10vw;
  }
  .contents_blc.top-instagram .instagram-list {
    padding-top: 20px;
  }
}
 
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(365deg);
  }
}
.sougou-mainimg {
  position: relative;
  max-width: 1260px;
  width: 90%;
  margin: 15px auto 0;
}
.sougou-mainimg .kv-container {
  position: relative;
  overflow: hidden;
}
.sougou-mainimg #kv_startimg {
  position: relative;
  line-height: 0;
  overflow: hidden;
  opacity: 0;
}
.sougou-mainimg #kv_startimg img {
  width: 100%;
}
.sougou-mainimg #kv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.sougou-mainimg #kv_slide .slick-slide img {
  width: 100%;
}
.sougou-mainimg #kv_slide .slick-slide img.for-pc {
  display: block;
}
.sougou-mainimg #kv_slide .slick-slide img.for-sp {
  display: none;
}
.sougou-mainimg #kv_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.sougou-mainimg #kv_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.sougou-mainimg #kv_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  opacity: 0;
}
.sougou-mainimg #kv_text img {
  width: 100%;
}
.sougou-mainimg #kv_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 0;
}
.sougou-mainimg #kv_logo .kv_atre_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124px;
  line-height: 0;
  transform: translate(-50%, -50%);
}
.sougou-mainimg .btn_store_list {
  position: absolute;
  right: 50px;
  bottom: 58.8%;
  width: 15%;
  max-width: 126px;
  border-radius: 500px;
  line-height: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.sougou-mainimg .btn_store_list:before {
  content: "";
  display: blocl;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sougou_index/btn_store_2.png") no-repeat center center;
  background-size: contain;
  animation-name: rotateAnim;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.sougou-mainimg .btn_store_list img {
  width: 100%;
}
.sougou-mainimg .btn_store_list a {
  display: block;
  position: relative;
}
.sougou-mainimg .btn_store_list a:hover {
  opacity: 1;
}
.sougou-mainimg .btn_store_list:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.4s ease-out;
}
.sougou-mainimg .btn_store_list.is-show {
  opacity: 1;
}
.sougou-mainimg #sougou-slide_bnr {
  position: absolute;
  bottom: -26px;
  right: 50px;
  width: 32.6%;
  background: #fff;
  transform-origin: left top;
  overflow: hidden;
  opacity: 0;
}
.sougou-mainimg #sougou-slide_bnr > ul {
  position: relative;
  margin: 0 !important;
  padding: 25px 25px 25px 45px;
  opacity: 0;
}
.sougou-mainimg #sougou-slide_bnr > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../img/sougou_index/title_slide.png") left 14px top 24px no-repeat;
  opacity: 0;
}
.sougou-mainimg #sougou-slide_bnr > ul.is-show:before {
  opacity: 1;
  transition: all 0.4s ease-out;
}
.sougou-mainimg #sougou-slide_bnr .slick-dots {
  position: absolute;
  bottom: 0;
  right: 23px;
  margin: 10px auto 0;
  text-align: right;
  width: 100%;
}
.sougou-mainimg #sougou-slide_bnr .slick-dots li {
  margin: 0 2px;
  width: 12px;
}
.sougou-mainimg #sougou-slide_bnr .slick-dots li button {
  width: 12px;
}
.sougou-mainimg #sougou-slide_bnr .slick-dots li button:before {
  width: 12px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .sougou-mainimg #kv_slide .slick-slide img.for-pc {
    display: none;
  }
  .sougou-mainimg #kv_slide .slick-slide img.for-sp {
    display: block;
  }
  .sougou-mainimg .btn_store_list {
    right: 4%;
    bottom: 70%;
    width: 32%;
    max-width: 300px;
    top: inherit;
  }
  .sougou-mainimg #sougou-slide_bnr {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -35% auto 0;
    width: 80%;
  }
}
 
.sougou-bnr {
  text-align: center;
  margin: 120px auto 100px;
}
.sougou-bnr .bnr {
  display: inline-block;
  width: 277px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .sougou-bnr {
    margin: 10vw auto;
  }
}
 
.sougou-news .sec-inner {
  margin-top: 100px;
  background: #F5F5F5;
}
.sougou-news .sec-inner .news-list .news-list-inner .news-box a .btn-readmore:after {
  background: #fff url(../img/arrow_right_gry2.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .sougou-news .sec-inner {
    margin-top: 50px;
  }
}
 
.page-sougou {
  /*.select {
  	background: #F5F5F5;
 
  	  &_options {
  	    .select_option {
  	      @include g.sp {
  	        background: #F5F5F5;
  	      }
  	    }
  	  }
 
  	  &_label {
  	    background-color: #F5F5F5;
 
  	    &-placeholder {
  	    	width: calc(100% - 20px);
  	    }
  	  }
 
  	  &_expand:checked {
  	    + .select_closeLabel {		      
  	      + .select_options {
  	        background: #F5F5F5;
  	        .select_label {
  	          &:hover {background-color: #f7f7f7}
  	        }
 
  	      }
  	    }
  	  }
 
  	  &_input:checked + .select_label {
  	    height: 40px;
  	    margin-top: -40px;
  	  }
  }
  .freeword input {
  	background: #F5F5F5;
  }*/
}
.page-sougou .contents_blc.top-shop_search .search-type-category .select-ttl {
  background: #F5F5F5;
}
.page-sougou .contents_blc.top-shop_search .search-keyword input[type=text] {
  background: #F5F5F5;
}
 
.sogou-rosenmap {
  margin: 100px auto;
}
.sogou-rosenmap .title-eng .jp {
  bottom: 0.8em;
  border-left: 0;
}
.sogou-rosenmap .title-eng .jp:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background: #000;
  width: 16px;
  height: 1px;
}
.sogou-rosenmap .rosenmap {
  position: relative;
  max-width: 860px;
  width: 90%;
  margin: 70px auto 0;
}
.sogou-rosenmap .rosenmap .rosenmap-map {
  position: relative;
  line-height: 0;
}
.sogou-rosenmap .rosenmap .rosenmap-map img, .sogou-rosenmap .rosenmap .rosenmap-map object {
  width: 100%;
}
.sogou-rosenmap .rosenmap .rosen-nav ul {
  padding: 0;
}
.sogou-rosenmap .rosenmap .rosen-nav li.rosen-item {
  position: absolute;
  margin: 0;
  width: 6%;
  height: 4%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  cursor: pointer;
}
.sogou-rosenmap .rosenmap .rosen-nav li.rosen-item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=ebisu] {
  top: 61.5%;
  left: 36%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=meguro] {
  top: 67.5%;
  left: 42%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=gotanda] {
  top: 62%;
  left: 46.5%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=shinagawa] {
  top: 62%;
  left: 56%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=takeshiba] {
  top: 65%;
  left: 63%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=oimachi] {
  top: 74%;
  left: 54%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=omori] {
  top: 78%;
  left: 49%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=kawasaki] {
  top: 83%;
  left: 42%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=ofuna] {
  top: 81%;
  left: 10%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=yotsuya] {
  top: 42.5%;
  left: 53.5%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=shinanomachi] {
  top: 42.5%;
  left: 47%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=kichijoji] {
  top: 37%;
  left: 27.5%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=ueno] {
  top: 33%;
  left: 68%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=urawa] {
  top: 9%;
  left: 48%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=matsudo] {
  top: 31%;
  left: 80%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=toride] {
  top: 14%;
  left: 93%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=akihabara] {
  top: 42.5%;
  left: 68%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=kameido] {
  top: 42.5%;
  left: 78%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=shin_urayasu] {
  top: 60%;
  left: 81%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=otsuka] {
  top: 32%;
  left: 49%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=sugamo] {
  top: 32%;
  left: 55%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=tabata] {
  top: 32%;
  left: 61%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=higashinakano] {
  top: 42.5%;
  left: 34.5%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=mitaka] {
  top: 42.5%;
  left: 21%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=tsuchiura] {
  top: 3%;
  left: 93%;
}
.sogou-rosenmap .rosenmap li.rosen-item[data-name=taiwan] {
  top: 94%;
  left: 75.5%;
}
.sogou-rosenmap .rosenmap .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.sogou-rosenmap .rosenmap .popup .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  opacity: 0.95;
}
.sogou-rosenmap .rosenmap .popup .popup-bg.is-hover {
  transition: all 0.2s ease-out;
}
.sogou-rosenmap .rosenmap .popup .popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 643px;
  transform: translate(-50%, -50%);
}
.sogou-rosenmap .rosenmap .popup .storename {
  font-size: 280%;
  letter-spacing: 0.05em;
  text-align: left;
}
.sogou-rosenmap .rosenmap .popup .img {
  position: relative;
  line-height: 1;
}
.sogou-rosenmap .rosenmap .popup .img .storeimg {
  position: relative;
}
.sogou-rosenmap .rosenmap .popup .img a {
  display: block;
  position: relative;
}
.sogou-rosenmap .rosenmap .popup .img a:hover {
  opacity: 0.8;
}
.sogou-rosenmap .rosenmap .popup .img a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.sogou-rosenmap .rosenmap .popup .btn-arrow-underbar {
  display: table;
  /*width: 120px;*/
  margin: 10px 0 0 auto;
  font-weight: 400;
}
.sogou-rosenmap .rosenmap .popup .btn-arrow-underbar a {
  display: block;
  padding-right: 60px;
  text-decoration: none;
  background: url(../img/arrow_right_blk.svg) no-repeat right 5px center;
  border-bottom: 1px solid #D5D7D9;
}
.sogou-rosenmap .rosenmap .popup .popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 60px;
  font-family: "Lora", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 600;
  cursor: pointer;
}
.sogou-rosenmap .rosenmap .popup .popup-close:before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 50px;
  margin: auto;
  background: #3C4350;
  transform: rotate(45deg);
}
.sogou-rosenmap .rosenmap .popup .popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 50px;
  margin: auto;
  background: #000;
  transform: rotate(-45deg);
}
.sogou-rosenmap .rosenmap .popup .popup-close:hover {
  opacity: 0.8;
  transition: all 0.1s ease-out;
  /*&:before, &:after {
  	background: #000;
  }*/
}
.sogou-rosenmap .rosenmap .popup.is-active {
  display: block;
  visibility: visible;
  pointer-events: auto;
}
.sogou-rosenmap .rosenmap .popup[data-name=ebisu] .img a:after {
  background-image: url("../img/storelist/store_frame_ebisu.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=meguro] .img a:after {
  background-image: url("../img/storelist/store_frame_meguro.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=gotanda] .img a:after {
  background-image: url("../img/storelist/store_frame_gotanda.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=shinagawa] .img a:after {
  background-image: url("../img/storelist/store_frame_shinagawa.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=takeshiba] .img a:after {
  background-image: url("../img/storelist/store_frame_takeshiba.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=oimachi] .img a:after {
  background-image: url("../img/storelist/store_frame_oimachi.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=omori] .img a:after {
  background-image: url("../img/storelist/store_frame_omori.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=kawasaki] .img a:after {
  background-image: url("../img/storelist/store_frame_kawasaki.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=ofuna] .img a:after {
  background-image: url("../img/storelist/store_frame_ofuna.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=yotsuya] .img a:after {
  background-image: url("../img/storelist/store_frame_yotsuya.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=shinanomachi] .img a:after {
  background-image: url("../img/storelist/store_frame_shinanomachi.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=kichijoji] .img a:after {
  background-image: url("../img/storelist/store_frame_kichijoji.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=ueno] .img a:after {
  background-image: url("../img/storelist/store_frame_ueno.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=urawa] .img a:after {
  background-image: url("../img/storelist/store_frame_urawa.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=matsudo] .img a:after {
  background-image: url("../img/storelist/store_frame_matsudo.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=toride] .img a:after {
  background-image: url("../img/storelist/store_frame_toride.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=akihabara] .img a:after {
  background-image: url("../img/storelist/store_frame_akihabara.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=kameido] .img a:after {
  background-image: url("../img/storelist/store_frame_kameido.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=shin_urayasu] .img a:after {
  background-image: url("../img/storelist/store_frame_shin_urayasu.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=otsuka] .img a:after {
  background-image: url("../img/storelist/store_frame_otsuka.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=sugamo] .img a:after {
  background-image: url("../img/storelist/store_frame_sugamo.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=tabata] .img a:after {
  background-image: url("../img/storelist/store_frame_tabata.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=higashinakano] .img a:after {
  background-image: url("../img/storelist/store_frame_higashinakano.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=mitaka] .img a:after {
  background-image: url("../img/storelist/store_frame_mitaka.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=tsuchiura] .img a:after {
  background-image: url("../img/storelist/store_frame_tsuchiura.svg");
}
.sogou-rosenmap .rosenmap .popup[data-name=taiwan] .img a:after {
  background-image: url("../img/storelist/store_frame_taiwan.svg");
}
@media screen and (max-width: 768px) {
  .sogou-rosenmap {
    margin: 10vw auto;
  }
  .sogou-rosenmap .rosenmap {
    margin: 20px auto 0;
  }
  .sogou-rosenmap .rosenmap .rosen-nav li.rosen-item {
    width: 4%;
    height: 7.5%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=ebisu] {
    width: 10%;
    height: 4%;
    top: 59.5%;
    left: 30%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=meguro] {
    top: 64.5%;
    left: 42%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=gotanda] {
    top: 56%;
    left: 46.5%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=shinagawa] {
    top: 57%;
    left: 55.5%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=takeshiba] {
    top: 62%;
    left: 63%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=oimachi] {
    top: 72.5%;
    left: 54%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=omori] {
    top: 74.3%;
    left: 48%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=kawasaki] {
    top: 79%;
    left: 42%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=ofuna] {
    width: 10%;
    height: 4%;
    top: 78.5%;
    left: 8%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=yotsuya] {
    top: 41.5%;
    left: 54%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=shinanomachi] {
    top: 41.5%;
    left: 47%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=kichijoji] {
    top: 32%;
    left: 27%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=ueno] {
    top: 30%;
    left: 67.5%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=urawa] {
    width: 10%;
    height: 4%;
    top: 8%;
    left: 38%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=matsudo] {
    top: 22%;
    left: 80%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=toride] {
    width: 10%;
    height: 4%;
    top: 13.5%;
    left: 92%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=akihabara] {
    top: 37%;
    left: 70.5%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=kameido] {
    top: 40.5%;
    left: 78%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=shinurayasu] {
    top: 48.5%;
    left: 80.5%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=otsuka] {
    top: 31%;
    left: 49%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=sugamo] {
    top: 31%;
    left: 55%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=tabata] {
    top: 31%;
    left: 61%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=higashinakano] {
    top: 32%;
    left: 33%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=mitaka] {
    top: 32%;
    left: 20%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=tsuchiura] {
    width: 10%;
    height: 4%;
    top: 3%;
    left: 93%;
  }
  .sogou-rosenmap .rosenmap li.rosen-item[data-name=taiwan] {
    width: 10%;
    height: 4%;
    top: 94.5%;
    left: 81%;
  }
  .sogou-rosenmap .rosenmap .popup .storename {
    font-size: 180%;
  }
  .sogou-rosenmap .rosenmap .popup .btn-arrow-underbar {
    font-size: 90%;
  }
  .sogou-rosenmap .rosenmap .popup .popup-close {
    top: -40px;
  }
  .sogou-rosenmap .rosenmap .popup .popup-close:before, .sogou-rosenmap .rosenmap .popup .popup-close:after {
    height: 40px;
  }
}
 
.sogou-csrbnr .sec-inner {
  max-width: 648px;
  width: 90%;
  margin: 170px auto 0;
}
@media screen and (max-width: 768px) {
  .sogou-csrbnr .sec-inner {
    margin: 70px auto 0;
  }
}
 
/*------------------------------
basic
-------------------------------*/
@media screen and (max-width: 768px) {
  .sec-basic .sec-inner {
    width: 90%;
    margin: auto;
  }
}
 
/*------------------------------
W point 繝舌リ繝ｼ
-------------------------------*/
.wpoint_bnr {
  display: table;
}
.wpoint_bnr a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.wpoint_bnr a:hover {
  opacity: 0.7;
}
.wpoint_bnr .wpoint_bnr_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 1.5em;
  background: #759ed3;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.wpoint_bnr p {
  margin: 2px auto;
}
.wpoint_bnr .text_1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  letter-spacing: 0.065em;
  font-weight: 500;
}
.wpoint_bnr .text_2 .day {
  margin: 0 0 0 0.4em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.wpoint_bnr .text_2 .youbi {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .wpoint_bnr {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .wpoint_bnr {
    font-size: 2.8vw;
  }
}
 
/*------------------------------
news
-------------------------------*/
.page-news.sec-news .news-list {
  max-width: 1160px;
  margin: 0 auto;
}
.page-news.sec-news .news-list .txt-blc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  margin: 0;
  padding: 0;
}
.page-news.sec-news .news-list .news-box {
  position: relative;
  width: calc((100% - 50px) * 0.5);
  border-bottom: 1px dotted #cbcbcb;
}
.page-news.sec-news .news-list .news-box a {
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.page-news.sec-news .news-list .news-box a:hover {
  opacity: 1;
  background: #eee;
}
.page-news.sec-news .news-list .news-box a .date {
  margin: 0.5em 0 0;
  color: #68748a;
  letter-spacing: 0.06em;
}
.page-news.sec-news .news-list .news-box a p {
  color: #000;
  font-size: 116%;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}
.page-news.sec-news .news-list .news-box a .btn-readmore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-news.sec-news .news-list .news-box a .btn-readmore:after {
  display: block;
}
.page-news.sec-news .news-list .news-box .news-thumb {
  position: relative;
  width: 34%;
  max-width: 150px;
  line-height: 0;
  border-radius: 3px;
  overflow: hidden;
}
.page-news.sec-news .news-list .news-box .news-thumb:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.page-news.sec-news .news-list .news-box .news-thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news.sec-news .news-list .news-box .news-text {
  position: relative;
  flex: 1;
  padding: 0 40px 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-news.sec-news .news-list .txt-blc {
    display: block;
  }
  .page-news.sec-news .news-list .news-box {
    width: 100%;
  }
  .page-news.sec-news .news-list .news-box .news-thumb {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .page-news.sec-news .news-list {
    margin: 0 5%;
  }
  .page-news.sec-news .news-list .txt-blc {
    display: block;
  }
  .page-news.sec-news .news-list .news-box {
    width: 100%;
  }
  .page-news.sec-news .news-list .news-box a {
    /*.btn-readmore {
    	display: block;
           margin: 0 0 0 auto;
           top: inherit;
        bottom: 30px;
        transform: translateY(50%);
    }*/
  }
  .page-news.sec-news .news-list .news-box a .date {
    font-size: 88%;
  }
  .page-news.sec-news .news-list .news-box .news-thumb {
    width: 27%;
    max-width: 160px;
  }
  .page-news.sec-news .news-list .news-box .news-text {
    padding: 0 40px 0 20px;
  }
}

.page-news.sec-news .news-list-noimg {
  margin-top: 40px;
  max-width: 840px;
  margin: 0 auto;
}
.page-news.sec-news .news-list-noimg .news-box {
  border-bottom: 1px dotted #cbcbcb;
}
.page-news.sec-news .news-list-noimg .news-box a {
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: block;
}
.page-news.sec-news .news-list-noimg .news-box a:hover {
  opacity: 1;
  background: #eee;
}
.page-news.sec-news .news-list-noimg .news-box a .date {
  margin: 0.5em 0 0;
  color: #68748a;
  letter-spacing: 0.06em;
}
.page-news.sec-news .news-list-noimg .news-box a p {
  color: #000;
  font-size: 116%;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}
.page-news.sec-news .news-list-noimg .news-box a .btn-readmore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-news.sec-news .news-list-noimg .news-box a .btn-readmore:after {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-news.sec-news .news-list-noimg {
    margin: 0 5%;
  }
  .page-news.sec-news .news-list-noimg .news-box {
    border-bottom: 1px solid #cbcbcb;
  }
  .page-news.sec-news .news-list-noimg .news-box a {
    display: block;
  }
  .page-news.sec-news .news-list-noimg .news-box a .date {
    border-right: none;
    display: block;
    width: 100%;
  }
  .page-news.sec-news .news-list-noimg .news-box a .date {
    font-size: 88%;
  }
  .page-news.sec-news .news-list-noimg .news-box a p {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-news.sec-news .news-list-noimg .news-box a .btn-readmore {
    display: block;
    margin: 0 0 0 auto;
    top: inherit;
    bottom: 30px;
    transform: translateY(50%);
  }
}
 
/*------------------------------
繧ｵ繝�繝阪Μ繧ｹ繝�
-------------------------------*/
.sec-thumb-list .thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.sec-thumb-list .thumb-list .thumb-box {
  display: flex;
  flex-direction: column;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.sec-thumb-list .thumb-list .thumb-box:nth-child(4n) {
  margin-right: 0;
}
.sec-thumb-list .thumb-list .thumb-box a {
  text-decoration: none;
  position: relative;
  display: block;
  flex: 1;
}
.sec-thumb-list .thumb-list .thumb-box a .thumb {
  background: #EAEAEA;
  text-align: center;
  line-height: 0;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  line-height: 0;
  border-radius: 3px;
  overflow: hidden;
}
.sec-thumb-list .thumb-list .thumb-box a .thumb img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-thumb-list .thumb-list .thumb-box a .category {
  background: #EAEAEA;
  font-size: 93%;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 10px;
}
.sec-thumb-list .thumb-list .thumb-box a .term {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.sec-thumb-list .thumb-list .thumb-box a .term .txt-en {
  font-weight: 500;
}
.sec-thumb-list .thumb-list .thumb-box a p {
  font-size: 130%;
  font-weight: 500;
  margin: 0 0 6px 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.sec-thumb-list .thumb-list .thumb-box a .shopname {
  font-weight: 500;
  color: #000;
  font-size: 116%;
}
.sec-thumb-list .thumb-list .thumb-box a .place {
  font-weight: 500;
  color: #3C4350;
}
.sec-thumb-list .thumb-list .thumb-box a .detail {
  color: #000;
}
.sec-thumb-list .thumb-list .thumb-box a .date {
  color: #3C4350;
  display: inline-block;
  line-height: 1;
  padding: 0 2px;
  font-size: 100%;
  margin-top: 5px;
  left: 0;
  letter-spacing: 0.06em;
}
.sec-thumb-list .thumb-list .thumb-box a .btn-readmore {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec-thumb-list .thumb-list .thumb-box a .btn-readmore.fLeft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-thumb-list .thumb-list .thumb-box a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-thumb-list .thumb-list .thumb-box a .btn-readmore {
    right: inherit;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-thumb-list .thumb-list {
    max-width: 90%;
    margin: 0 auto -30px;
  }
  .sec-thumb-list .thumb-list .thumb-box {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .sec-thumb-list .thumb-list .thumb-box:nth-child(2n) {
    margin-right: 0;
  }
  .sec-thumb-list .thumb-list .thumb-box a p {
    font-size: 110%;
  }
  .sec-thumb-list .thumb-list .thumb-box a .detail {
    font-size: 90%;
    line-height: 1.5;
  }
  .sec-thumb-list .thumb-list .thumb-box a .date {
    font-size: 10px;
  }
}
 
/*------------------------------
繧ｵ繝�繝阪Μ繧ｹ繝医繧ｹ繝ｩ繧､繝繝ｼver
-------------------------------*/
.sec-thumb-list .thumb-list.thumb-list-slider {
  display: block;
  margin: 0;
}
.sec-thumb-list .thumb-list.thumb-list-slider:after {
  content: "";
  display: table;
  clear: both;
}
.sec-thumb-list .thumb-list.thumb-list-slider .thumb-box {
  float: left;
  width: 25%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 23px;
}
.sec-thumb-list .thumb-list.thumb-list-slider .thumb-box:nth-child(4n) {
  margin-right: 0;
}
.sec-thumb-list .slick-dots {
  position: absolute;
  top: -20px;
  right: 0;
  text-align: right;
}
.sec-thumb-list .slick-prev {
  top: 50%;
  left: -10px;
  margin-top: -10px;
}
.sec-thumb-list .slick-next {
  top: 50%;
  right: -30px;
  margin-top: -10px;
}
.sec-thumb-list .thumb-list.thumb-list-slider + .btn-arrow-back {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec-thumb-list .thumb-list.thumb-list-slider {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .sec-thumb-list .thumb-list.thumb-list-slider .thumb-box {
    padding: 0 8px;
    width: 50%;
  }
  .sec-thumb-list .thumb-list.thumb-list-slider .slick-list {
    padding: 0 20% !important;
  }
  .sec-thumb-list .slick-dots {
    top: 0;
    right: auto;
    left: 0;
    margin-top: 40px;
    text-align: left;
    bottom: inherit;
  }
  .sec-thumb-list .slick-prev {
    top: 45%;
    right: auto;
    left: 10px;
    transform: translate(0, 0);
  }
  .sec-thumb-list .slick-next {
    top: 45%;
    right: -10px;
    transform: translate(0, 0);
  }
}
 
/*------------------------------
縺顔衍繧峨○隧ｳ邏ｰ
-------------------------------*/
.sec-news .detail-blc .title {
  font-size: 220%;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding: 1em;
}
.sec-news .detail-blc .title h1 {
  font-weight: 500;
  line-height: 1.5;
}
.sec-news .detail-blc .update {
  text-align: right;
  font-size: 90%;
  margin-top: 10px;
  color: #797E87;
}
.sec-news .detail-blc .youtube{
  max-width: 560px;
  margin: 60px auto 0;
  aspect-ratio: 16 / 9;
}
.sec-news .detail-blc .youtube iframe{
  max-width: 100%;
  height: 100%;
}
.sec-news .detail-blc .imgarea {
  max-width: 560px;
  display: table;
  margin: 60px auto 0;
}
.sec-news .detail-blc .imgarea .img {
  line-height: 0;
  text-align: center;
}
.sec-news .detail-blc .imgarea p {
  margin: 5px 0 0;
  line-height: 1.5;
}
.sec-news .detail-blc .lead {
  max-width: 700px;
  margin: 60px auto 0;
  font-size: 160%;
}
.sec-news .detail-blc .txt {
  max-width: 700px;
  margin: 40px auto 0;
  font-size: 110%;
}

/* 譛ｬ譁�ヱ繝ｼ繝�俣縺ｮ讓ｪ邱� */
/* .sec-news .detail-blc .txt:before {
  content: "";
  display: block;
  background: #333;
  width: 40px;
  height: 1px;
  margin-bottom: 40px;
} */
.sec-news .detail-blc .txt a {
  color: #D10044;
  text-decoration: underline;
  font-weight: 500;
}
.sec-news .detail-blc .txt a.file {
  background: url("../img/icon_pdf.svg") right center no-repeat;
  color: #3C4350;
  padding-right: 16px;
}
.sec-news .detail-blc .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-news .detail-blc .title {
    font-size: 160%;
    text-align: left;
    padding: 0.5em 0;
    width: 90%;
    margin: 0 auto;
  }
  .sec-news .detail-blc .update {
    padding-right: 5%;
  }
  .sec-news .detail-blc .imgarea {
    max-width: 80%;
    margin: 40px auto 0;
  }
  .sec-news .detail-blc .imgarea p {
    font-size: 80%;
  }
  .sec-news .detail-blc .lead {
    max-width: 90%;
    margin: 40px auto 0;
    font-size: 140%;
  }
  .sec-news .detail-blc .txt {
    max-width: 90%;
    margin: 40px auto 0;
  }
  .sec-news .detail-blc .tagarea {
    max-width: 90%;
    margin: 40px auto 0;
  }
}
.sec-news .detail-blc.no-img .txt-blc {
  width: 100%;
}
.sec-news .shopinfo-blc {
  border-top: 1px solid #000;
  margin-top: 100px;
  padding-top: 100px;
}
.sec-news .shopinfo-blc .shopinfo {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.sec-news .shopinfo-blc .shopinfo .shoplogo {
  display: table-cell;
  vertical-align: top;
  width: 205px;
}
.sec-news .shopinfo-blc .shopinfo .shoplogo > div {
  position: relative;
  width: 100%;
  padding-bottom: 62.5%;
  border: 1px solid #cbcbcb;
}
.sec-news .shopinfo-blc .shopinfo .shoplogo > div img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-news .shopinfo-blc .shopinfo .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 35px;
}
.sec-news .shopinfo-blc .shopinfo .info .place {
  color: #3C4350;
  font-weight: 500;
}
.sec-news .shopinfo-blc .shopinfo .info .name {
  font-weight: 500;
  font-size: 154%;
  line-height: 1.5;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
}
.sec-news .shopinfo-blc .shopinfo .info .item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  padding: 16px 0;
}
.sec-news .shopinfo-blc .shopinfo .info .item dt {
  display: table-cell;
  width: 100px;
  color: #3C4350;
  line-height: 2em;
}
.sec-news .shopinfo-blc .shopinfo .info .item dd {
  display: table-cell;
  line-height: 2em;
}
.sec-news .shopinfo-blc:after {
  content: "";
  display: table;
  clear: both;
}
.sec-news .shopinfo-blc .btn-arrow {
  margin: 15px 0 0 auto;
  float: right;
}
@media screen and (max-width: 768px) {
  .sec-news .detail-blc {
    display: block;
  }
  .sec-news .detail-blc .txt-blc {
    display: block;
    width: 100%;
    float: none;
    margin-top: 50px;
  }
  .sec-news .detail-blc .img-blc {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .sec-news .detail-blc .img-blc img {
    width: 100%;
    max-width: 400px;
  }
  .sec-news .shopinfo-blc .shopinfo .shoplogo {
    width: 30%;
  }
  .sec-news .shopinfo-blc .shopinfo .info {
    padding-left: 25px;
  }
  .sec-news .shopinfo-blc .shopinfo .info .name {
    font-size: 120%;
  }
}
 
body[data-store=akihabara] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%), linear-gradient(to right, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%);
}
 
body[data-store=ebisu] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
}
 
body[data-store=gotanda] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=higashinakano] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=kameido] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=kawasaki] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%), linear-gradient(to right, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
}
 
body[data-store=kichijoji] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%), linear-gradient(to right, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
}
 
body[data-store=matsudo] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #608ad3 0, #608ad3 100%), linear-gradient(to right, #608ad3 0, #608ad3 100%);
}
 
body[data-store=meguro] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=mitaka] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%), linear-gradient(to right, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
}
 
body[data-store=ofuna] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ff7491 0, #ff7491 100%), linear-gradient(to right, #ff7491 0, #ff7491 100%);
}
 
body[data-store=oimachi] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 100%), linear-gradient(to right, #abdcff 0, #abdcff 100%);
}
 
body[data-store=omori] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 100%), linear-gradient(to right, #abdcff 0, #abdcff 100%);
}
 
body[data-store=otsuka] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=shin_urayasu] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #eb6e6e 0, #eb6e6e 100%), linear-gradient(to right, #eb6e6e 0, #eb6e6e 100%);
}
 
body[data-store=shinagawa] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%);
}
 
body[data-store=shinanomachi] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=sugamo] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=tabata] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%), linear-gradient(to right, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%);
}
 
body[data-store=takeshiba] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #dddddd 0, #dddddd 100%), linear-gradient(to right, #dddddd 0, #dddddd 100%);
}
 
body[data-store=toride] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #608ad3 0, #608ad3 100%), linear-gradient(to right, #608ad3 0, #608ad3 100%);
}
 
body[data-store=ueno] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%), linear-gradient(to right, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%);
}
 
body[data-store=urawa] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%), linear-gradient(to right, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%);
}
 
body[data-store=yotsuya] .sec-news .detail-blc .title {
  background-image: linear-gradient(to left, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%), linear-gradient(to right, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
}
 
.page-sougou .sec-news .detail-blc .title {
  background-image: none;
  border-top: 1px solid #B1184B;
  border-bottom: 1px solid #B1184B;
}
 
.page-sougou.page-staff .sec-news .detail-blc .title {
  background-image: none;
  border-color: #fdced3;
}
 
/*- 繧ｷ繝ｧ繝��繝九Η繝ｼ繧ｹ -*/
.page-shopnews .l-main {
  position: relative;
}
.page-shopnews .sec-shopnews-detail {
  padding: 50px 2% 0 9%;
}
.page-shopnews div.shopnews-detail-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail {
  width: 60%;
  margin-left: 0;
  margin-right: 0;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc p .title {
  font-size: 190%;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .update {
  text-align: left;
  margin-top: 20px;
  letter-spacing: 0.06em;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .txt:before {
  display: none;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .imgarea {
  width: 100%;
  margin: 40px auto 0;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .imgarea img {
  width: 100%;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .imgarea p {
  font-size: 90%;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .tagarea {
  margin-top: 40px;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo {
  position: relative;
  background: #EAEAEA;
  width: 38%;
  min-height: 100vh;
  text-align: center;
  margin: 50px 0 0;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .sec-inner {
  position: sticky;
  top: 0;
  padding: 60px 40px;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .title-eng {
  font-size: 70%;
  border: 1px solid #3C4350;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  display: inline-block;
  padding: 5px 10px;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .shopname {
  font-size: 130%;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 10px 0 5px;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .floor {
  font-size: 90%;
  border: 1px solid #BEC0C3;
  padding: 0 10px;
  display: inline-block;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .table-simple {
  margin-top: 40px;
  text-align: left;
  font-size: 90%;
}
.page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .table-simple th {
  padding: 1.8em 2em 1.8em 0;
}
@media screen and (max-width: 768px) {
  .page-shopnews .sec-shopnews-detail {
    padding: 40px 0 0;
  }
  .page-shopnews div.shopnews-detail-wrapper {
    display: block;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail {
    float: none;
    width: 100%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .title {
    font-size: 120%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .update {
    text-align: right;
    margin-top: 10px;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .txt {
    margin: 10px auto 0;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .imgarea {
    width: 100%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .imgarea p {
    font-size: 80%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-detail .detail-blc .tagarea {
    margin-top: 40px;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo {
    float: none;
    position: relative;
    width: 100%;
    height: inherit;
    margin: 40px 0;
    min-height: inherit;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .sec-inner {
    padding: 40px 5%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .title-eng {
    margin-bottom: 10px;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .logo img {
    max-width: 130px;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .shopname {
    font-size: 100%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .floor {
    font-size: 70%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .table-simple {
    margin-top: 20px;
    font-size: 80%;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .table-simple th {
    padding: 10px 0 0 0;
  }
  .page-shopnews div.shopnews-detail-wrapper .sec-shopnews-shopinfo .table-simple td {
    padding: 0em 0 1em;
  }
  .page-shopnews div.shopnews-detail-wrapper .btn-arrow-next {
    margin: 20px auto 0;
  }
}
 
/*------------------------------
繧ｷ繝ｧ繝��隧ｳ邏ｰ
-------------------------------*/
.sec-shopinfo .shopinfo-blc {
  margin-top: 50px;
  margin-bottom: 100px;
}
.sec-shopinfo .shopinfo-blc .inner {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.sec-shopinfo .shopinfo-blc .inner .shop_set {
  position: relative;
  padding: 0 70px 0 0;
  width: 50%;
  text-align: center;
}
.sec-shopinfo .shopinfo-blc .inner .shop_set .floor {
  border: 1px solid #ababab;
  display: inline-block;
  padding: 4px 5px;
  line-height: 1;
  font-size: 86%;
  margin-top: 5px;
}
.sec-shopinfo .shopinfo-blc .inner .shop_set .category {
  margin-top: 30px;
  font-size: 88%;
}
.sec-shopinfo .shopinfo-blc .inner .shop_set .shopname {
  font-size: 120%;
}
.sec-shopinfo .shopinfo-blc .inner .shop_set .logo {
  margin: 0 auto;
  width: 160px;
  border: 1px solid #BEC0C3;
  line-height: 0;
  font-size: 1.00rem;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides {
  width: 50%;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-list {
  border-radius: 5px;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slide_item {
  text-align: center;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slide_item img {
  margin: auto;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-dots {
  top: inherit;
  bottom: 0;
  margin-top: 10px;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-prev {
  top: auto;
  bottom: 9px;
  right: auto;
  left: 0;
  transform: translate(0, 50%);
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/arrow_left_blk.svg");
  background-position: left center;
  border-color: #383838;
  border: 0;
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-next {
  top: auto;
  bottom: 9px;
  right: 0;
  left: auto;
  transform: translate(0, 50%);
}
.sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-next:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  background-image: url("../img/arrow_right_blk.svg");
  background-position: right center;
  border-color: #383838;
  border: 0;
}
.sec-shopinfo .shopinfo-blc .inner p {
  font-size: 106%;
  padding: 30px 0 0;
  margin: 0;
  line-height: 2;
  text-align: left;
}
.sec-shopinfo .shopinfo-blc .inner .tagarea {
  margin: 30px auto 0;
  text-align: left;
}
.sec-shopinfo .title-small {
  display: table;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 6px 0;
  margin: 0 0 30px 22px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec-shopinfo .shopinfo-blc {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .sec-shopinfo .shopinfo-blc .inner {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec-shopinfo .shopinfo-blc .inner .shop_set {
    padding: 0;
    width: 100%;
    /*margin-top: 100%;
    margin-top: calc(110px + 90%);*/
  }
  .sec-shopinfo .shopinfo-blc .inner .shop_set .shopname {
    line-height: 1.3;
  }
  .sec-shopinfo .shopinfo-blc .inner .shop_set .logo {
    position: relative;
    width: 110px;
    margin: 15px 0 0;
    margin: 0 auto;
  }
  .sec-shopinfo .shopinfo-blc .inner .shop_set .logo:before {
    padding-bottom: 62.5%;
  }
  .sec-shopinfo .shopinfo-blc .inner .shop_set .logo img {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .sec-shopinfo .shopinfo-blc .inner .shopimg-slides {
    width: 90%;
    margin-bottom: 40px;
  }
  .sec-shopinfo .shopinfo-blc .inner .shopimg-slides .slick-dots {
    top: inherit;
    bottom: -30px;
    right: 0;
    text-align: center;
  }
  .sec-shopinfo .title-small {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 6px 0;
    margin: 0 auto 30px;
  }
  .sec-shopinfo .title-small-small-small {
    margin: 50px 0 10px;
  }
}
 
.sec-recruit {
  text-align: center;
}
.sec-recruit .bnr_recruit {
  display: inline-block;
  position: relative;
}
.sec-recruit .bnr_recruit a {
  background: #3C4350;
  display: block;
  color: #fff;
  padding: 20px 100px;
  text-decoration: none;
}
.sec-recruit .bnr_recruit .txt-en {
  vertical-align: middle;
  font-size: 240%;
  letter-spacing: 0.1em;
}
.sec-recruit .bnr_recruit .txt-en:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/shop/icon_recruit.png") no-repeat;
  width: 30px;
  height: 30px;
}
.sec-recruit .bnr_recruit .jp {
  font-size: 90%;
  border-left: 1px solid #fff;
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .sec-recruit .bnr_recruit {
    margin: 0 5%;
  }
  .sec-recruit .bnr_recruit a {
    padding: 10px 60px;
  }
  .sec-recruit .bnr_recruit .txt-en {
    vertical-align: middle;
    font-size: 130%;
    letter-spacing: 0.1em;
  }
  .sec-recruit .bnr_recruit .txt-en:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: url("../img/shop/icon_recruit.png") no-repeat;
    width: 30px;
    height: 30px;
  }
  .sec-recruit .bnr_recruit .jp {
    font-size: 80%;
    border-left: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
}
 
/*------------------------------
Feature 荳隕ｧ
-------------------------------*/
@media screen and (max-width: 768px) {
  .sec-feature.sec-thumb-list .btn-more {
    margin-top: 0;
  }
}
 
.thumb-list.thumb-list-feature {
  margin: 40px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.thumb-list.thumb-list-feature .thumb-box {
  width: 33.33%;
  margin-right: 0;
  margin-top: 0;
  padding: 0 10px;
}
.thumb-list.thumb-list-feature .thumb-box:nth-child(3n) {
  margin-right: 0;
}
.thumb-list.thumb-list-feature .thumb-box:nth-child(3n+1) {
  clear: both;
}
.thumb-list.thumb-list-feature .thumb-box a {
  display: block;
  background: #EAEAEA;
  padding-top: 6px;
  padding-bottom: 30px;
}
.thumb-list.thumb-list-feature .thumb-box a .thumb {
  background: none;
  padding-top: 137%;
}
.thumb-list.thumb-list-feature .thumb-box a p {
  font-size: 110%;
  font-weight: 300;
  padding: 0 20px;
  color: #000;
}
.thumb-list.thumb-list-feature .thumb-box a .btn-readmore {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .thumb-list.thumb-list-feature {
    width: calc(90% + 20px);
    max-width: 100%;
    margin: 20px auto 0;
    padding-top: 0;
  }
  .thumb-list.thumb-list-feature .thumb-box {
    width: 50%;
  }
  .thumb-list.thumb-list-feature .thumb-box a p {
    padding: 0 10px;
  }
  .thumb-list.thumb-list-feature .thumb-box:nth-child(3n+1) {
    clear: none;
  }
  .thumb-list.thumb-list-feature .thumb-box:nth-child(2n+1) {
    clear: both;
  }
}
 
.thumb-list.thumb-list-feature.slick-slider {
  display: block;
}
.thumb-list.thumb-list-feature.slick-slider:after {
  content: "";
  display: table;
  clear: both;
}
.thumb-list.thumb-list-feature.slick-slider .thumb-box {
  float: left;
  margin-bottom: 0;
}
.thumb-list.thumb-list-feature.slick-slider .thumb-box:nth-child(3n+1) {
  clear: none;
}
.thumb-list.thumb-list-feature.slick-slider .thumb-box:nth-child(2n+1) {
  clear: none;
}
.thumb-list.thumb-list-feature.slick-slider .slick-prev {
  top: 50%;
  right: inherit;
  left: -30px;
}
.thumb-list.thumb-list-feature.slick-slider .slick-next {
  top: 50%;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .thumb-list.thumb-list-feature.slick-slider {
    width: 100%;
  }
  .thumb-list.thumb-list-feature.slick-slider .thumb-box:nth-child(3n+1) {
    clear: none;
  }
  .thumb-list.thumb-list-feature.slick-slider .thumb-box:nth-child(2n+1) {
    clear: none;
  }
}
 
/*------------------------------
Season Pickup 豕ｨ逶ｮ繧ｭ繝ｼ繝ｯ繝ｼ繝�
-------------------------------*/
.sec-featurekeyword-header {
  margin-bottom: 70px;
}
.sec-featurekeyword-header .featurekeyword-header {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-featurekeyword-header .featurekeyword-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
}
.sec-featurekeyword-header .featurekeyword-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sec-featurekeyword-header .featurekeyword-title {
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.sec-featurekeyword-header .featurekeyword-title a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec-featurekeyword-header {
    margin-bottom: 40px;
  }
  .sec-featurekeyword-header .sec-inner {
    width: 90%;
    margin: auto;
  }
  .sec-featurekeyword-header .featurekeyword-header {
    height: 31.25vw;
    margin: 0 auto;
  }
  .sec-featurekeyword-header .featurekeyword-title {
    font-size: 4vw;
  }
}
 
.sec-featurekeyword-nav .page_link {
  margin-top: 80px;
}
.sec-featurekeyword-nav .page_link .btn-square {
  width: 25%;
  /*a:before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: calc(100% - 10px);
  	height: calc(100% - 10px);
  	border: 1px solid #fff;
  	border-radius: 2px;
  }*/
}
.sec-featurekeyword-nav .page_link .btn-square a {
  background: #B1184B;
  border: 5px solid #B1184B;
  box-shadow: inset 0 0 0 1px #fff;
}
.sec-featurekeyword-nav .page_link .btn-square a:after {
  background-image: url(../img/arrow_right_red.svg);
  border-color: #B1184B;
}
.sec-featurekeyword-nav .page_link .btn-square a.current {
  pointer-events: none;
  background: #b9bcc0;
  border-color: #b9bcc0;
}
.sec-featurekeyword-nav .page_link .btn-square a.current:after {
  background-image: url(../img/arrow_right_gry.svg);
  border-color: #b9bcc0;
}
@media screen and (max-width: 768px) {
  .sec-featurekeyword-nav .sec-inner {
    width: 90%;
    margin: auto;
  }
  .sec-featurekeyword-nav .page_link {
    margin: 40px -5px 0;
  }
  .sec-featurekeyword-nav .page_link .btn-square {
    width: 50%;
  }
}
 
.featurekeyword-result .title-eng {
  margin-bottom: 40px;
}
.featurekeyword-result .title-eng .txt-en {
  font-size: 4rem;
}
.featurekeyword-result .title-eng .jp {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .featurekeyword-result .title-eng {
    font-size: 6.2vw;
    margin-bottom: 20px;
  }
  .featurekeyword-result .jp {
    font-size: 2.2vw;
  }
}
 
/*------------------------------
繧医￥縺ゅｋ縺碑ｳｪ蝠�
-------------------------------*/
.sec-faq .faq-contents {
  display: none;
}
.sec-faq .faq-contents.show {
  display: block;
}
.sec-faq .faq-tab {
  margin-top: 80px;
  text-align: center;
}
.sec-faq .faq-tab ul {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.sec-faq .faq-tab .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 410px;
  margin: 0 5px 0;
  padding: 10px 5px;
  font-size: 140%;
  position: relative;
  border: 1px solid #3C4350;
  border-radius: 3px;
  cursor: pointer;
}
.sec-faq .faq-tab .tab:after {
  content: "";
  display: block;
  margin: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  right: 50%;
  background: #fff;
  border-right: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  transform: rotate(45deg);
}
.sec-faq .faq-tab .current {
  background: #3C4350;
  color: #fff;
}
.sec-faq .faq-tab .current:after {
  background: #3C4350;
}
.sec-faq .faq-anchor {
  text-align: center;
  margin-top: 80px;
}
.sec-faq .faq-anchor li {
  display: inline-block;
  border-bottom: 1px solid #3C4350;
  margin: 0 20px;
  text-align: left;
  font-size: 140%;
  position: relative;
  font-weight: 500;
}
.sec-faq .faq-anchor li:after {
  content: "";
  display: block;
  margin: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-75%) scaleX(0.9) rotate(45deg);
}
.sec-faq .faq-anchor li a {
  display: block;
  padding-right: 30px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #3C4350;
}
.sec-faq .faq-anchor li:hover {
  border-bottom: 1px solid #B1184B;
}
.sec-faq .faq-list h2 {
  font-size: 140%;
  letter-spacing: 0.1em;
  margin: 50px 0 30px;
}
.sec-faq .faq-list dt {
  background: #F2F2F2;
  font-size: 140%;
  position: relative;
  font-weight: 500;
  padding: 10px 50px 20px 35px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.sec-faq .faq-list dt .q {
  color: #B1184B;
  font-size: 160%;
  margin-right: 25px;
  display: inline-block;
}
.sec-faq .faq-list dt:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff url("../img/icon_plus.svg") no-repeat center center;
  background-size: 100% auto;
  color: #999;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
.sec-faq .faq-list dt.open:after {
  background-image: url("../img/icon_minus.svg");
}
.sec-faq .faq-list dt:hover {
  opacity: 0.7;
}
.sec-faq .faq-list dd {
  position: relative;
  font-size: 115%;
  padding: 15px 40px 20px 93px;
  display: none;
}
.sec-faq .faq-list dd .a {
  display: block;
  position: absolute;
  top: 0;
  left: 35px;
  color: #3C4350;
  font-size: 200%;
}
.sec-faq .faq-list dd p {
  margin: 0 0 15px;
}
.sec-faq .faq-list dd p:last-child {
  margin-bottom: 0;
}
.sec-faq .faq-list dd .link {
  text-decoration: none;
}
.sec-faq .faq-list dd .link:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow_link.svg);
  width: 31px;
  height: 19px;
  background-size: 31px 19px;
  vertical-align: middle;
  margin-left: 6px;
}
.sec-faq .faq-list dd .btn-arrow {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq-tab {
    width: 90%;
    margin: 60px auto 0;
  }
  .sec-faq .faq-tab ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sec-faq .faq-tab .tab {
    width: 42%;
    margin: 0 5px 0;
    padding: 5px 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .sec-faq .faq-anchor {
    margin-top: 30px;
  }
  .sec-faq .faq-anchor li {
    width: 40%;
    margin: 10px 10px 0;
    font-size: 87%;
  }
  .sec-faq .faq-list {
    margin: 0 5%;
  }
  .sec-faq .faq-list h2 {
    font-size: 110%;
    margin: 20px 0 10px;
  }
  .sec-faq .faq-list dt {
    font-size: 100%;
    padding: 0.8em 40px 1em 46px;
    text-indent: -16px;
    margin-left: 0;
    line-height: 1.5;
  }
  .sec-faq .faq-list dt .q {
    font-size: 150%;
    margin-right: 10px;
  }
  .sec-faq .faq-list dt:after {
    right: 15px;
    text-indent: 0;
  }
  .sec-faq .faq-list dt.open:after {
    content: "-";
  }
  .sec-faq .faq-list dt:hover {
    opacity: 0.7;
  }
  .sec-faq .faq-list dd {
    position: relative;
    font-size: 100%;
    padding: 15px 40px 20px 48px;
    font-weight: 500;
    display: none;
  }
  .sec-faq .faq-list dd .a {
    top: 6px;
    left: 15px;
    font-size: 150%;
  }
}
 
/*------------------------------
Inquiry
-------------------------------*/
.sec-inquiry {
  font-weight: 400;
  /* 繧ｻ繝ｬ繧ｯ繝医�繝�け繧ｹ縺ｮ遏｢蜊ｰ繝�じ繧､繝ｳ螟画峩 */
}
.sec-inquiry h2 {
  font-size: 180%;
  margin: 90px 0 40px;
}
.sec-inquiry h2 i {
  display: inline-block;
  margin-right: 0.3em;
  color: #B1184B;
  font-style: normal;
}
.sec-inquiry .inquiry-box .inner {
  background: #F2F2F2;
  padding: 40px;
  position: relative;
}
.sec-inquiry .inquiry-box .inner .btn-square {
  left: 0;
  width: 100%;
  max-width: 480px;
  margin: 10px auto 40px;
  text-align: left;
}
.sec-inquiry .inquiry-box .inner .btn-square a {
  width: 100%;
  max-width: 100%;
}
.sec-inquiry .inquiry-box .inner .btn-square:last-child {
  margin-bottom: 0;
}
.sec-inquiry .inquiry-box .box-body {
  position: relative;
  overflow: hidden;
}
.sec-inquiry .inquiry-box .box-body p:first-child {
  margin-top: 0;
}
.sec-inquiry .inquiry-box .box-body + .box-body {
  margin-top: 40px;
}
.sec-inquiry .inquiry-box .box-body-atre {
  margin-bottom: 38px;
}
.sec-inquiry .inquiry-box h3 {
  font-size: 130%;
}
.sec-inquiry .inquiry-box h3 i {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  color: #B1184B;
  font-size: 0.5em;
  font-style: normal;
  vertical-align: middle;
}
.sec-inquiry .inquiry-box .btns:after {
  content: "";
  display: table;
  clear: both;
}
.sec-inquiry .inquiry-box .btns .btn {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 20px;
  border: 1px solid #3C4350;
  background: #fff;
  position: relative;
  font-weight: 500;
}
.sec-inquiry .inquiry-box .btns .btn:last-child {
  margin-right: 0;
}
.sec-inquiry .inquiry-box .btns .btn a {
  padding: 30px 25px;
  display: block;
  text-decoration: none;
  font-size: 130%;
}
.sec-inquiry .inquiry-box .btns .btn:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/arrow_right.svg) no-repeat center;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
}
.sec-inquiry .inquiry-box .faq-blc {
  background: #fff;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  /*&:after {
  	content: "";
  	position: absolute;
  	right: 30px;
  	top: 50%;
  	margin-top: -10px;
  	background: url(../img/arrow_right.svg) no-repeat center;
  	width: 20px;
  	height: 20px;
  	border: 1px solid #999;
  	color: #999;
  	border-radius: 20px;
  	text-align: center;
  	line-height: 18px;
  }*/
}
.sec-inquiry .inquiry-box .faq-blc > a, .sec-inquiry .inquiry-box .faq-blc dt {
  position: relative;
  display: block;
  padding: 0.3em 50px 0.6em 35px;
  font-size: 130%;
  font-weight: 500;
  text-decoration: none;
}
.sec-inquiry .inquiry-box .faq-blc > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_right.svg) no-repeat center;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
.sec-inquiry .inquiry-box .faq-blc dt:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff url("../img/icon_plus.svg") no-repeat center center;
  background-size: 100% auto;
  color: #999;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
.sec-inquiry .inquiry-box .faq-blc dt.open:after {
  background-image: url("../img/icon_minus.svg");
}
.sec-inquiry .inquiry-box .faq-blc dt:hover {
  opacity: 0.7;
}
.sec-inquiry .inquiry-box .faq-blc .q {
  color: #B1184B;
  font-size: 140%;
  margin-right: 25px;
}
.sec-inquiry .inquiry-box .faq-blc dd {
  position: relative;
  font-size: 115%;
  padding: 5px 40px 20px calc(1.6em + 60px);
  font-weight: 400;
  display: none;
  text-indent: -1.6em;
}
.sec-inquiry .inquiry-box .faq-blc dd .a {
  color: #3C4350;
  font-size: 160%;
  margin-right: 25px;
  display: inline-block;
}
.sec-inquiry .inquiry-box .faq-blc dd p {
  margin: 0 0 15px;
}
.sec-inquiry .inquiry-box .faq-blc dd .btn-arrow {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .inquiry-box {
    margin: 5% 5% 0;
  }
  .sec-inquiry .inquiry-box p {
    margin: 1em 0;
  }
  .sec-inquiry .inquiry-box .inner {
    padding: 20px;
  }
  .sec-inquiry .inquiry-box .inner .btn-square {
    position: relative;
    bottom: 0;
    font-size: 70%;
    margin: 15px 0 0 0;
  }
  .sec-inquiry .inquiry-box .inner .btn-square a {
    width: 100%;
    max-width: 100%;
  }
  .sec-inquiry .inquiry-box h3 {
    font-size: 100%;
  }
  .sec-inquiry .inquiry-box .btns:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec-inquiry .inquiry-box .btns .btn {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
  .sec-inquiry .inquiry-box .btns .btn a {
    padding: 10px 15px;
    font-size: 110%;
  }
  .sec-inquiry .inquiry-box .btns .btn:after {
    right: 15px;
  }
  .sec-inquiry .inquiry-box .faq-blc > a, .sec-inquiry .inquiry-box .faq-blc dt {
    padding: 0.8em 40px 1em 46px;
    font-size: 100%;
    text-indent: -29px;
    line-height: 1.5;
  }
  .sec-inquiry .inquiry-box .faq-blc .q {
    margin-right: 10px;
    font-size: 120%;
  }
  .sec-inquiry .inquiry-box .faq-blc > a:after {
    right: 15px;
  }
  .sec-inquiry .inquiry-box .faq-blc dt:after {
    right: 15px;
  }
  .sec-inquiry .inquiry-box .faq-blc dd {
    padding: 5px 40px 20px calc(1em + 32px);
    font-size: 100%;
    text-indent: -1em;
  }
  .sec-inquiry .inquiry-box .faq-blc dd .a {
    margin-right: 10px;
    font-size: 120%;
  }
  .sec-inquiry .inquiry-box .box-body-atre {
    margin-bottom: auto;
  }
}
.sec-inquiry .col2 {
  display: flex;
  justify-content: space-between;
}
.sec-inquiry .col2 .inner {
  width: 48.5%;
  margin-right: 3%;
  min-height: 295px;
  padding: 40px;
}
.sec-inquiry .col2 .inner:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .col2 {
    display: block;
  }
  .sec-inquiry .col2 .inner {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 5%;
    min-height: inherit;
    padding: 20px;
  }
  .sec-inquiry .col2 .inner:last-child {
    margin-right: 0;
  }
}
.sec-inquiry .col1 .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.sec-inquiry .col1 .cell {
  width: 50%;
}
.sec-inquiry .col1 .cell:first-child {
  border-right: 1px dotted #666;
  padding-right: 40px;
}
.sec-inquiry .col1 .cell:last-child {
  padding-left: 60px;
}
.sec-inquiry .col1 .cell ul {
  margin: 40px 0 20px;
}
.sec-inquiry .col1 .cell ul li {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .col1 .inner {
    display: block;
    padding: 20px;
  }
  .sec-inquiry .col1 .cell {
    display: block;
    width: 100%;
  }
  .sec-inquiry .col1 .cell:first-child {
    margin-bottom: 20px;
    border-right: none;
    padding-right: 0;
  }
  .sec-inquiry .col1 .cell:last-child {
    padding-left: 0;
  }
  .sec-inquiry .col1 .cell p {
    margin-top: 10px;
  }
  .sec-inquiry .col1 .cell ul {
    margin-top: 20px;
  }
  .sec-inquiry .col1 .cell ul li {
    font-size: 100%;
  }
}
.sec-inquiry .infobox-border {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  border: 1px solid #b3b3b3;
}
.sec-inquiry .infobox-border .textbox {
  width: 65%;
  font-size: 121.4285714286%;
}
.sec-inquiry .infobox-border .textbox p:first-child {
  margin-top: 0;
}
.sec-inquiry .infobox-border .textbox p:last-child {
  margin-bottom: 0;
}
.sec-inquiry .infobox-border .btnbox {
  width: 32%;
}
.sec-inquiry .infobox-border .btnbox .btn-square {
  margin: 0;
}
.sec-inquiry .infobox-border .btnbox .btn-square.single a {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .infobox-border {
    display: block;
    padding: 30px 5%;
  }
  .sec-inquiry .infobox-border .textbox {
    width: auto;
  }
  .sec-inquiry .infobox-border .btnbox {
    width: auto;
    margin: 1em 0 0;
  }
}
.sec-inquiry .form {
  width: 90%;
  margin: 50px auto auto;
}
.sec-inquiry .form .inner {
  max-width: 1000px;
  margin: 0 auto 100px;
}
.sec-inquiry .form .ttl03 h1, .sec-inquiry .form .ttl03 h2, .sec-inquiry .form .ttl03 h3, .sec-inquiry .form .ttl03 h4 {
  margin: 0;
  font-size: 140%;
  font-weight: 600;
}
.sec-inquiry .mainWrap .lead {
  font-size: 130%;
  font-weight: 500;
  margin-bottom: 20px;
}
/*TNadd----*/
.sec-inquiry .mainWrap .lead2 {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 5px;
}
.sec-inquiry .mainWrap .lead2 dt{
  float:left; 
  color: #B1184B;
}
.sec-inquiry .mainWrap .lead2 dd{
  margin-left: 7em;
  color: #B1184B;
}
.sec-inquiry .mainWrap .lead2 dd a{
  color: #B1184B;
}
.sec-inquiry .required {
  background: #B1184B;
  color: #fff;
  padding: 4px 5px;
  margin: 0 0 0 0.8em;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.sec-inquiry .not-required {
  background: #b9bcc0;
  color: #fff;
  padding: 4px 5px;
  margin: 0 0 0 0.8em;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.sec-inquiry .contents_blc_bggray {
  padding: 5px 45px 40px;
  margin-top: 60px;
}
.sec-inquiry .ttl03 {
  margin: 50px 0 15px;
}
.sec-inquiry .ttl03 .required, .sec-inquiry .ttl03 .not-required {
  transform: translateY(-0.2em);
}
.sec-inquiry .mainWrap {
  margin-bottom: 15px;
}
.sec-inquiry .mainWrap p {
  margin: 0;
}
.sec-inquiry .mainWrap:after {
  content: "";
  display: table;
  clear: both;
}
.sec-inquiry .mainWrap .point_list {
  float: left;
  width: 170px;
}
.sec-inquiry .mainWrap .point_list1 {
  float: left;
  width: 28%;
}
.sec-inquiry .mainWrap .point_list2 {
  float: left;
  width: 20%;
}
.sec-inquiry .mainWrap .point_list3 {
  float: left;
  width: 48%;
}
.sec-inquiry select {
  border: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  padding: 15px 20px;
  color: #3C4350;
  font-size: 110%;
  width: 100%;
  background: #fff;
}
.sec-inquiry select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* 繝�ヵ繧ｩ繝ｫ繝医�遏｢蜊ｰ繧帝撼陦ｨ遉ｺ */
}
.sec-inquiry select::-ms-expand {
  display: none; /* 繝�ヵ繧ｩ繝ｫ繝医�遏｢蜊ｰ繧帝撼陦ｨ遉ｺ(IE逕ｨ) */
}
.sec-inquiry .sel_wrap {
  position: relative;
  width: 50%;
}
.sec-inquiry .sel_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3C4350;
  border-bottom: 2px solid #3C4350;
  transform: rotate(45deg);
}
.sec-inquiry input {
  width: 100%;
  border: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  padding: 15px 20px;
  font-size: 110%;
}
.sec-inquiry input[type=text]:disabled, .sec-inquiry input[type=tel]:disabled, .sec-inquiry input[type=email]:disabled, .sec-inquiry input[type=url]:disabled {
  background: #fff;
}
.sec-inquiry input.inline {
  width: auto;
  display: inline-block;
}
.sec-inquiry input[type=checkbox], .sec-inquiry input[type=radio] {
  width: auto;
  margin-right: 0.5em;
  cursor: pointer;
}
.sec-inquiry input[type=checkbox] + label, .sec-inquiry input[type=radio] + label {
  cursor: pointer;
}
.sec-inquiry textarea {
  border: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  padding: 15px 20px;
  font-size: 110%;
  width: 100%;
  line-height: 1.8;
  height: 15em;
}
.sec-inquiry .checkbox-grp, .sec-inquiry .radio-grp {
  display: flex;
  flex-wrap: wrap;
}
.sec-inquiry .checkbox-grp .checkbox-item, .sec-inquiry .checkbox-grp .radio-item, .sec-inquiry .radio-grp .checkbox-item, .sec-inquiry .radio-grp .radio-item {
  padding: 0 20px 10px 0;
}
.sec-inquiry .checkbox-grp.div4 .checkbox-item, .sec-inquiry .checkbox-grp.div4 .radio-item, .sec-inquiry .radio-grp.div4 .checkbox-item, .sec-inquiry .radio-grp.div4 .radio-item {
  width: 25%;
  padding: 0 20px 15px 0;
}
.sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item {
  width: 20%;
  padding: 0 20px 15px 0;
}
.sec-inquiry .checkbox-grp.border-1, .sec-inquiry .radio-grp.border-1 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.sec-inquiry .checkbox-grp.border-2, .sec-inquiry .radio-grp.border-2 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
.sec-inquiry .checkbox-item label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.sec-inquiry .checkbox-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #bababa;
  border-radius: 1px;
  background: #fff;
  padding: 0;
  margin: 0 8px 0 0;
  font-size: 16px;
}
.sec-inquiry .checkbox-item .label-text {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 16px;
  font-size: min(1.1vw, 15px);
}
.sec-inquiry .checkbox-item .label-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #B1184B;
  border-bottom: 3px solid #B1184B;
  transform: rotate(315deg);
  opacity: 0;
}
.sec-inquiry .checkbox-item input[type=checkbox]:checked + .label-text:before {
  opacity: 1;
}
.sec-inquiry .checkbox-item label:hover input[type=checkbox]:not(:checked) + .label-text:before {
  opacity: 0.5;
}
.sec-inquiry .radio-item label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.sec-inquiry .radio-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #bababa;
  border-radius: 100px;
  background: #fff;
  padding: 0;
  margin: 0 8px 0 0;
  font-size: 16px;
}
.sec-inquiry .radio-item .label-text {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 16px;
  font-size: min(1.1vw, 15px);
}
.sec-inquiry .radio-item .label-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  background: #B1184B;
  border-radius: 100px;
  opacity: 0;
}
.sec-inquiry .radio-item input[type=radio]:checked + .label-text:before {
  opacity: 1;
}
.sec-inquiry .radio-item label:hover input[type=radio]:not(:checked) + .label-text:before {
  opacity: 0.5;
}
.sec-inquiry .address_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-inquiry .address_wrap .postmark {
  font-size: 1.8rem;
}
.sec-inquiry .address_wrap input {
  width: auto;
}
.sec-inquiry .address_wrap .postcode {
  margin: 0 0 0 10px;
}
.sec-inquiry .address_wrap .address {
  flex: 1;
  margin: 0 0 0 20px;
}
.sec-inquiry .area_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec-inquiry .area_wrap input {
  flex: 1;
  margin: 0 10px 0 0;
}
.sec-inquiry .area_wrap span {
  margin-right: 10px;
}
.sec-inquiry .area_wrap .area-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.sec-inquiry .opening_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-inquiry .opening_wrap .opening-input {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0.5;
}
.sec-inquiry .opening_wrap .opening-input input {
  flex: 1;
  margin-right: 20px;
}
.sec-inquiry .opening_wrap .opening-input.is-active {
  opacity: 1;
}
.sec-inquiry .gyotai_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-inquiry .gyotai_wrap .products-input {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0.5;
}
.sec-inquiry .gyotai_wrap .products-input input {
  flex: 1;
}
.sec-inquiry .gyotai_wrap .products-input.is-active {
  opacity: 1;
}
.sec-inquiry #products {
  display: none;
}
.sec-inquiry #products.is-active {
  display: block;
}
.sec-inquiry .pp_link {
  text-align: center;
  font-size: 150%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  padding: 20px 0 0;
}
.sec-inquiry .pp_link a {
  color: #B1184B;
  padding: 0 10px 0px 0;
}
.sec-inquiry .pp_check {
  text-align: center;
  font-size: 110%;
  padding: 20px 0 0;
}
.sec-inquiry .pp_check .check-agree {
  width: inherit;
}
.sec-inquiry .btn-square a {
  font-size: 130%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  position: relative;
}
.sec-inquiry .btn-square a:after {
  margin-left: 2em;
  /*position: absolute;
  top: 17px;
  right: 17px;*/
}
.sec-inquiry .btn-square.btnoff a {
  opacity: 0.4;
}
.sec-inquiry .btn-square.back a {
  background: #a0a8b8;
}
.sec-inquiry ul.formbtn {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 40px auto auto;
}
.sec-inquiry ul.formbtn li {
  margin: 10px;
}
.sec-inquiry .accordionOpenForm .ttlLink {
  font-size: 120%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  background: #EAEAEA;
}
.sec-inquiry .accordionOpenForm .ttlLink h2 {
  font-size: 100%;
  padding: 25px 40px;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
.sec-inquiry .accordionOpenForm .ttlLink h2:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/icon_plus.png") no-repeat center;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
}
.sec-inquiry .accordionOpenForm .ttlLink h2.open:after {
  background: url("../img/icon_minus.png") no-repeat center;
}
.sec-inquiry .accordionOpenArea {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item {
    width: 33%;
    padding: 0 10px 10px 0;
  }
  .sec-inquiry .checkbox-item .label-text, .sec-inquiry .radio-item .label-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec-inquiry h2 {
    font-size: 120%;
    margin: 30px 5% 10px;
  }
  .sec-inquiry p.pt-50 {
    padding-top: 20px;
    margin: 0 5%;
  }
  .sec-inquiry p {
    margin: 0 5%;
  }
  .sec-inquiry .form {
    margin: 20px auto 0;
  }
  .sec-inquiry .form .ttl03 h1, .sec-inquiry .form .ttl03 h2, .sec-inquiry .form .ttl03 h3, .sec-inquiry .form .ttl03 h4 {
    font-size: 110%;
  }
  .sec-inquiry .mainWrap .lead {
    font-size: 100%;
  }
  /*TNadd*/
  .sec-inquiry .mainWrap .lead2 {
    font-size: 110%;
  }
  .sec-inquiry .mainWrap .norList02 {
    font-size: 90%;
  }
  .sec-inquiry .required, .sec-inquiry .not-required {
    font-size: 1rem;
  }
  .sec-inquiry .contents_blc_bggray {
    padding: 5px 15px 20px;
    margin-top: 20px;
  }
  .sec-inquiry .ttl03 {
    margin: 20px 0 10px;
  }
  .sec-inquiry .mainWrap {
    font-size: 90%;
  }
  .sec-inquiry .mainWrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec-inquiry .mainWrap .point_list {
    float: none;
    width: 100%;
  }
  .sec-inquiry .mainWrap .point_list1 {
    float: none;
    width: 100%;
  }
  .sec-inquiry .mainWrap .point_list2 {
    float: none;
    width: 100%;
  }
  .sec-inquiry .mainWrap .point_list3 {
    float: none;
    width: 100%;
  }
  .sec-inquiry select {
    padding: 5px 10px;
    font-size: 16px;
    width: 100%;
  }
  .sec-inquiry .sel_wrap {
    width: 100%;
  }
  .sec-inquiry input {
    padding: 5px 10px;
    font-size: 16px;
  }
  .sec-inquiry textarea {
    padding: 5px 10px;
    font-size: 16px;
    height: 10em;
  }
  .sec-inquiry .checkbox-grp .checkbox-item, .sec-inquiry .checkbox-grp .radio-item, .sec-inquiry .radio-grp .checkbox-item, .sec-inquiry .radio-grp .radio-item {
    width: 100%;
  }
  .sec-inquiry .checkbox-grp.div4 .checkbox-item, .sec-inquiry .checkbox-grp.div4 .radio-item, .sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .radio-grp.div4 .checkbox-item, .sec-inquiry .radio-grp.div4 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .sec-inquiry .checkbox-item input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .sec-inquiry .checkbox-item .label-text {
    font-size: 100%;
  }
  .sec-inquiry .checkbox-item .label-text:before {
    top: 4px;
    left: 5px;
    width: 11px;
    height: 8px;
  }
  .sec-inquiry .radio-item input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .sec-inquiry .radio-item .label-text {
    font-size: 100%;
  }
  .sec-inquiry .radio-item .label-text:before {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
  }
  .sec-inquiry .address_wrap .postcode {
    width: 10em;
  }
  .sec-inquiry .address_wrap .address {
    flex: none;
    width: 100%;
    margin: 10px 0 0;
  }
  .sec-inquiry .opening_wrap .opening-input {
    display: block;
    flex: none;
    width: 100%;
  }
  .sec-inquiry .opening_wrap .opening-input input {
    margin: 0 0 5px;
  }
  .sec-inquiry .pp_link {
    font-size: 110%;
    padding: 0;
  }
  .sec-inquiry .pp_check {
    font-size: 90%;
    padding: 10px 0 0;
  }
  .sec-inquiry .btn-square {
    margin: 15px 0 0 0;
  }
  .sec-inquiry .btn-square a {
    font-size: 90%;
  }
  .sec-inquiry .btn-square a:after {
    /*position: absolute;
    top: 12px;
    right: 12px;*/
  }
  .sec-inquiry ul.formbtn {
    display: block;
  }
  .sec-inquiry .accordionOpenForm .ttlLink {
    font-size: 90%;
  }
  .sec-inquiry .accordionOpenForm .ttlLink h2 {
    padding: 15px 20px 15px 0;
  }
  .sec-inquiry .accordionOpenForm .ttlLink h2:after {
    right: 0;
  }
  .sec-inquiry .accordionOpenArea {
    display: none;
  }
}
 
/*------------------------------
繝輔Ο繧｢繧ｬ繧､繝�
-------------------------------*/
/* 繝輔Ο繧｢繝槭ャ繝礼判蜒� */
.sec-shoplist {
  padding-top: 80px;
  margin-bottom: 0 !important;
}
.sec-shoplist .sec-floormap-img {
  width: 100%;
  margin-bottom: 80px;
  background: #eaeaea url("../img/floormap/map_bg.png");
}
.sec-shoplist .sec-floormap-img .floormap-img {
  vertical-align: top;
  position: relative;
}
.sec-shoplist .sec-floormap-img .floormap-img .floormap-name {
  position: relative;
  top: 0;
  left: 0;
  font-size: 110%;
  font-weight: 300;
  z-index: 450;
  display: table;
  width: 100%;
  display: flex;
}
.sec-shoplist .sec-floormap-img .floormap-img .floormap-name p {
  min-width: 12em;
  max-width: 75%;
  margin: 0;
  padding: 5px 20px;
}
.sec-shoplist .sec-floormap-img .floormap-img .floormap-name:after {
  content: "";
  display: block;
  background: #fff;
  flex: 1;
}
.sec-shoplist .sec-floormap-img .floormap-img .img.floormapContainer {
  position: relative;
  height: 540px;
  margin-top: -74px;
  text-align: center;
}
.sec-shoplist .sec-floormap-img .floormap-img .img.floormapContainer #floormapContainer {
  width: auto;
  height: 100%;
  margin-top: 3%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  /*svg {
  	width: 100%;
  	max-width: 100%;
  }*/
}
.sec-shoplist .sec-floormap-img .floormap-img .controls {
  /*position: absolute;
  right: 20px;
  top: 60px;*/
  display: table;
  position: relative;
  top: 0;
  right: 0;
  margin: 20px 20px 0 auto;
  background-clip: padding-box;
  overflow: hidden;
  z-index: 450;
}
.sec-shoplist .sec-floormap-img .floormap-img .controls #zoom-in {
  background: #fff url(/assets/img/floormap/icon_plus.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  border: none;
  display: block;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 10px;
  overflow: hidden;
}
.sec-shoplist .sec-floormap-img .floormap-img .controls #zoom-out {
  background: #fff url(/assets/img/floormap/icon_minus.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  border: none;
  display: block;
  cursor: pointer;
  font-size: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-shoplist .sec-floormap-img {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    background-size: auto 83vw;
  }
  .sec-shoplist .sec-floormap-img .floormap-img {
    display: block;
    width: 100%;
    padding-right: 0;
    position: relative;
    margin-bottom: 40px;
  }
  .sec-shoplist .sec-floormap-img .floormap-img .floormap-name {
    position: relative;
    font-size: 70%;
  }
  .sec-shoplist .sec-floormap-img .floormap-img .floormap-name p {
    padding: 5px 10px;
  }
  .sec-shoplist .sec-floormap-img .floormap-img .floormap-name:after {
    width: 47%;
  }
  .sec-shoplist .sec-floormap-img .floormap-img .img {
    height: inherit;
    max-height: inherit;
    overflow: hidden;
  }
  .sec-shoplist .sec-floormap-img .floormap-img .img.floormapContainer {
    /*height: inherit;
    max-height: inherit;
    overflow: hidden;*/
    height: 65vw;
  }
  .sec-shoplist .sec-floormap-img .floormap-img .img.floormapContainer #floormapContainer {
    /*width: 100%;
    height: auto;*/
  }
  .sec-shoplist .sec-floormap-img .floormap-img .controls {
    /*right: 10px;
    top: 40px;*/
  }
}
 
.sec-floorguide {
  margin: 0 auto 30px;
  position: relative;
}
.sec-floorguide .wpoint_bnr {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-floorguide .wpoint_bnr {
    position: relative;
    text-align: center;
    margin: 10px auto 0;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec-floorguide .wpoint_bnr {
    position: relative;
    text-align: center;
    margin: 10px auto 0;
    max-width: 80%;
  }
}
 
.sec-floorguide-floor {
  letter-spacing: 0.1em;
  text-align: center;
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding: 3em 0;
  position: relative;
  margin-bottom: 0 !important;
}
.sec-floorguide-floor .sec-inner {
  text-align: center;
}
.sec-floorguide-floor .sec-inner .select-floor {
  display: inline-block;
  vertical-align: top;
  font-size: 110%;
  padding: 0 10px;
}
.sec-floorguide-floor .sec-inner .select-floor dt {
  display: inline-block;
  vertical-align: top;
}
.sec-floorguide-floor .sec-inner .select-floor dd {
  display: inline-block;
  vertical-align: top;
  font-size: 90%;
}
.sec-floorguide-floor .sec-inner .select-floor dd a {
  text-decoration: none;
  display: block;
  border: 1px solid #BEC0C3;
  padding: 0 7px;
}
.sec-floorguide-floor .map-arrow-link {
  display: table;
  font-weight: 500;
  margin: 20px auto 0;
}
.sec-floorguide-floor .map-arrow-link a {
  width: 100%;
  padding: 3px 30px 3px 0;
  display: block;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #3C4350;
  background: url("../img/arrow2_right.svg") right center no-repeat;
}
.sec-floorguide-floor .link-txt {
  position: absolute;
  right: 0;
  bottom: -45px;
  z-index: 10;
}
.sec-floorguide-floor .link-txt a {
  display: block;
  border-bottom: 2px solid #3C4350;
  position: relative;
  padding: 0px 70px 2px 0;
  font-size: 106%;
}
.sec-floorguide-floor .link-txt a:before {
  content: "";
  display: block;
  background: #3C4350 url(../img/arrow_right_w.svg) no-repeat center;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  top: 3px;
  right: 0;
  left: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .sec-floorguide-floor {
    width: 90% !important;
    margin: 0 auto;
    background-size: 100% 1px;
    padding: 20px 0;
  }
  .sec-floorguide-floor .sec-inner {
    text-align: left;
  }
  .sec-floorguide-floor .sec-inner .select-floor {
    display: block;
    font-size: 90%;
    margin-bottom: 10px;
  }
  .sec-floorguide-floor .sec-inner .select-floor dt {
    display: block;
    text-align: center;
  }
  .sec-floorguide-floor .sec-inner .select-floor dd {
    font-size: 90%;
    width: 18%;
    margin-bottom: 5px;
  }
  .sec-floorguide-floor .sec-inner .select-floor dd a {
    padding: 3px 7px;
    text-align: center;
  }
  .sec-floorguide-floor .link-txt {
    right: 50%;
    bottom: -45px;
    font-size: 80%;
    margin-right: -80px;
  }
}
 
body[data-store=akihabara] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%), linear-gradient(to right, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%);
}
 
body[data-store=ebisu] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
}
 
body[data-store=gotanda] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=higashinakano] .sec-floorguide-floor {

  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=kameido] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=kawasaki] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%), linear-gradient(to right, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
}
 
body[data-store=kichijoji] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%), linear-gradient(to right, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
}
 
body[data-store=matsudo] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #608ad3 0, #608ad3 100%), linear-gradient(to right, #608ad3 0, #608ad3 100%);
}
 
body[data-store=meguro] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=mitaka] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%), linear-gradient(to right, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
}
 
body[data-store=ofuna] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #ff7491 0, #ff7491 100%), linear-gradient(to right, #ff7491 0, #ff7491 100%);
}
 
body[data-store=oimachi] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 100%), linear-gradient(to right, #abdcff 0, #abdcff 100%);
}
 
body[data-store=omori] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 100%), linear-gradient(to right, #abdcff 0, #abdcff 100%);
}
 
body[data-store=otsuka] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=shin_urayasu] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #eb6e6e 0, #eb6e6e 100%), linear-gradient(to right, #eb6e6e 0, #eb6e6e 100%);
}
 
body[data-store=shinagawa] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%);
}
 
body[data-store=shinanomachi] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=sugamo] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=tabata] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%), linear-gradient(to right, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%);
}
 
body[data-store=takeshiba] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #dddddd 0, #dddddd 100%), linear-gradient(to right, #dddddd 0, #dddddd 100%);
}
 
body[data-store=toride] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #608ad3 0, #608ad3 100%), linear-gradient(to right, #608ad3 0, #608ad3 100%);
}
 
body[data-store=ueno] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%), linear-gradient(to right, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%);
}
 
body[data-store=urawa] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%), linear-gradient(to right, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%);
}
 
body[data-store=yotsuya] .sec-floorguide-floor {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%), linear-gradient(to right, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
}
 
.sec-floorguide-shop .thumb-list .thumb-box {
  background: #EAEAEA;
  width: 22%;
  margin-right: 4%;
  text-align: left;
}
.sec-floorguide-shop .thumb-list .thumb-box a {
  padding-bottom: 20px;
  position: relative;
}
.sec-floorguide-shop .thumb-list .thumb-box a:after {
  content: "竊�";
  background: #fff;
  width: 40px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 16px;
  text-align: center;
}
.sec-floorguide-shop .thumb-list .thumb-box .detail {
  padding: 0 15px 0px;
  font-size: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 蛻ｶ髯舌＠縺溘＞陦梧焚縺�3縺ｮ蝣ｴ蜷� */
  overflow: hidden;
  word-wrap: break-word;
}
.sec-floorguide-shop .thumb-list .thumb-box .floor {
  font-size: 90%;
  margin: 15px 15px 0;
}
.sec-floorguide-shop .thumb-list .thumb-box .floor span {
  border: 1px solid #BEC0C3;
  padding: 2px 6px;
}
.sec-floorguide-shop .thumb-list .thumb-box p {
  font-size: 120% !important;
  padding: 0 15px 10px;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-floorguide-shop .thumb-list .thumb-box {
    width: 48%;
  }
  .sec-floorguide-shop .thumb-list .thumb-box a {
    padding-bottom: 10px;
  }
  .sec-floorguide-shop .thumb-list .thumb-box .detail {
    display: none;
  }
  .sec-floorguide-shop .thumb-list .thumb-box .floor {
    font-size: 70%;
    margin: 10px 10px 0;
  }
  .sec-floorguide-shop .thumb-list .thumb-box p {
    font-size: 80% !important;
    padding: 0 10px 10px;
  }
  .sec-floorguide-shop .thumb-list .thumb-box .category {
    font-size: 70% !important;
    padding: 2px 10px !important;
    margin-top: 0 !important;
  }
}
 
/* 繧ｵ繧､繝峨讀懃ｴ｢繝懊ち繝ｳ */
.btn_shopsearch {
  position: fixed;
  right: 0;
  top: 40%;
  width: 46px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_shopsearch {
    position: fixed;
    right: 0;
    bottom: 0;
    top: inherit;
    width: 100%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
    z-index: 10;
    background: #fff;
  }
  .btn_shopsearch img {
    vertical-align: top;
  }
}
 
/*------------------------------
繧ｷ繝ｧ繝��讀懃ｴ｢
-------------------------------*/
.sec-shopsearch-header {
  position: relative;
}
.sec-shopsearch-header .sec-inner {
  position: relative;
}
.sec-shopsearch-header .link-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.sec-shopsearch-header .link-txt a {
  display: block;
  border-bottom: 2px solid #3C4350;
  position: relative;
  padding: 0px 70px 2px 0;
  font-size: 106%;
}
.sec-shopsearch-header .link-txt a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: inherit;
  margin: auto;
  background: url("../img/arrow2_right.svg") no-repeat center;
  border: none;
  border-radius: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-shopsearch-header .link-txt {
    position: relative;
    display: table;
    margin: 35px auto;
    font-size: 80%;
  }
}
 
.sec-shopsearch {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.sec-shopsearch .sec-inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
}
.sec-shopsearch .search-title {
  position: relative;
  display: table;
  margin: auto;
  padding: 0 2em;
  font-size: 114%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.sec-shopsearch .search-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border-left: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  transform: scale(0.8, 0.7) rotate(45deg);
}
.sec-shopsearch .search-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border-right: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  transform: scale(0.8, 0.7) rotate(-45deg);
}
.sec-shopsearch .shopsearch-container {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cbcbcb;
}
.sec-shopsearch .shopsearch-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sec-shopsearch .search-type-keyword {
  position: relative;
}
.sec-shopsearch .search-type-tag {
  position: relative;
}
.sec-shopsearch .search-type-tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
}
.sec-shopsearch .search-type-tag ul li {
  margin: 5px;
  font-size: 86%;
  line-height: 1.3;
  font-weight: 400;
}
.sec-shopsearch .search-type-tag ul li a {
  display: block;
  padding: 5px 15px;
  background: #fff;
  border-radius: 100px;
  text-decoration: none;
}
.sec-shopsearch .search-type-category {
  position: relative;
}
.sec-shopsearch .search-type-category .search-title {
  margin-bottom: 17px;
}
.sec-shopsearch .search-type-category .btn_search {
  margin: 30px auto 0;
  width: 200px;
}
.sec-shopsearch .search-type-category .btn_search button {
  width: 100%;
}
.sec-shopsearch .search-keyword {
  display: flex;
  width: 100%;
  max-width: 822px;
  margin: 35px auto 0;
}
.sec-shopsearch .search-keyword input[type=text] {
  flex: 1;
  position: relative;
  display: block;
  height: 50px;
  width: auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 3px 0 0 3px;
  border: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  text-align: left;
}
.sec-shopsearch .search-keyword button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  height: 50px;
  width: 140px;
  padding: 0 20px;
  background: #3C4350;
  border-radius: 0 3px 3px 0;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 1px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.sec-shopsearch .search-keyword button[type=submit]:before {
  content: "";
  display: block;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  border-radius: 0 3px 3px 0;
  background: url("../img/icon_search_wht.svg") no-repeat;
  background-size: 18px;
}
.sec-shopsearch .select-obj {
  position: relative;
  width: 33%;
  padding: 7px 10px;
}
.sec-shopsearch .select-obj .select-obj-ttl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.6em;
  padding: 0.7em 1em;
  background: #fff;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.sec-shopsearch .select-obj .select-obj-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
}
.sec-shopsearch .select-obj .select-obj-list {
  padding: 1px 1em 1em;
  background: #fff;
  border-radius: 0 0 3px 3px;
  visibility: hidden;
  overflow: hidden;
}
.sec-shopsearch .select-obj .select-obj-list:before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  background: #cbcbcb;
}
.sec-shopsearch .select-obj .select-obj-list ul {
  margin-top: 1em;
  list-style: none;
}
.sec-shopsearch .select-obj .select-obj-list li {
  margin: 0.8em 0;
  line-height: 1.4;
}
.sec-shopsearch .select-obj .select-obj-list li:first-child {
  margin-top: 0;
}
.sec-shopsearch .select-obj .select-obj-list li:last-child {
  margin-bottom: 0;
}
.sec-shopsearch .select-obj .select-obj-list input[type=checkbox] {
  display: none;
  font-size: 16px;
}
.sec-shopsearch .select-obj .select-obj-list input[type=checkbox] + span {
  display: block;
  position: relative;
  padding: 0 0 0 1.8em;
  font-size: 1.3rem;
}
.sec-shopsearch .select-obj .select-obj-list input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #3C4350;
  border-radius: 3px;
}
.sec-shopsearch .select-obj .select-obj-list input[type=checkbox] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 4px;
  width: 9px;
  height: 6px;
  border-left: 1px solid #B1184B;
  border-bottom: 1px solid #B1184B;
  transform: rotate(-50deg);
  opacity: 0;
}
.sec-shopsearch .select-obj .select-obj-list input[type=checkbox]:checked + span:after {
  opacity: 1;
  transition: all 0.15s ease-out;
}
.sec-shopsearch .select-obj.is-active .select-obj-list {
  visibility: visible;
}
.sec-shopsearch .select-atre {
  position: relative;
  margin: 17px -10px 30px;
  z-index: 1;
}
.sec-shopsearch .select-atre .select-obj {
  margin: 0 0 0 33%;
}
.sec-shopsearch .select-atre .select-obj .select-obj-ttl {
  min-height: 3.5em;
  padding: 0.7em 3em 0.7em 2em;
}
.sec-shopsearch .select-atre .select-obj .select-obj-ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  width: 0.7em;
  height: 0.7em;
  border-right: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  transform: translate(0, -40%) scale(0.7, 1) rotate(45deg);
}
.sec-shopsearch .select-atre .select-obj .select-obj-list {
  position: absolute;
  left: 10px;
  top: calc(100% - 7px);
  width: calc(100% - 20px);
  height: 0;
  padding: 0 1em;
}
.sec-shopsearch .select-atre .select-obj .select-obj-list ul {
  height: 10em;
  overflow-y: auto;
}
.sec-shopsearch .select-atre .select-obj .select-obj-list li {
  transform: translateY(-10px);
}
.sec-shopsearch .select-atre .select-obj.is-active .select-obj-list {
  height: auto;
  padding: 1px 1em 1em;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-out;
}
.sec-shopsearch .select-atre .select-obj.is-active .select-obj-list li {
  transform: translateY(0);
  transition: all 0.2s ease-out 0.1s;
}
.sec-shopsearch .select-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  z-index: 0;
}
.sec-shopsearch .select-category .select-obj .select-obj-ttl {
  padding: 0.7em 3em 0.7em 1em;
}
.sec-shopsearch .select-category .select-obj .select-obj-ttl:after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  background: #e9e9e9;
  border-radius: 100px;
  font-size: 130%;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
}
.sec-shopsearch .select-category .select-obj .select-obj-list {
  height: 0;
  padding: 0 1em;
}
.sec-shopsearch .select-category .select-obj .select-obj-list li {
  transform: translateY(-10px);
}
.sec-shopsearch .select-category .select-obj.is-active .select-obj-list {
  height: auto;
  padding: 1px 1em 1em;
  transition: all 0.2s ease-out;
}
.sec-shopsearch .select-category .select-obj.is-active .select-obj-list li {
  transform: translateY(0);
  transition: all 0.2s ease-out 0.1s;
}
.sec-shopsearch .search-category-plus {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-shopsearch .search-title {
    font-size: 1.3rem;
  }
  .sec-shopsearch .search-type-category {
    position: relative;
  }
  .sec-shopsearch .search-type-category .btn_search {
    width: 200px;
  }
  .sec-shopsearch .search-type-category .btn_search button {
    width: 100%;
  }
  .sec-shopsearch .search-keyword input[type=text] {
    font-size: 16px;
    width: 100%;
  }
  .sec-shopsearch .search-keyword button[type=submit] {
    display: block;
    width: 50px;
    padding: 0;
    background: #3C4350 url("../img/icon_search_wht.svg") no-repeat center center;
    background-size: 18px;
    text-indent: 200%;
  }
  .sec-shopsearch .search-keyword button[type=submit] span {
    display: block;
  }
  .sec-shopsearch .search-keyword button[type=submit]:before {
    display: none;
  }
  .sec-shopsearch .select-obj {
    width: 100%;
  }
  .sec-shopsearch .select-obj .select-obj-ttl {
    min-height: 0;
  }
  .sec-shopsearch .select-atre {
    margin: 17px -10px;
  }
  .sec-shopsearch .select-atre .select-obj {
    width: 100%;
    margin: 0;
  }
  .sec-shopsearch .select-atre .select-obj .select-obj-ttl {
    padding: 0.7em 3em 0.7em 1em;
  }
  .sec-shopsearch .search-category-plus {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 10px auto;
  }
  .sec-shopsearch .search-category-plus:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #bebebe;
  }
  .sec-shopsearch .search-category-plus:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: #bebebe;
  }
}
 
.search-result-header {
  display: table;
  margin: 80px 0 40px;
}
.search-result-header .search-result-terget {
  display: table-cell;
  padding-right: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.search-result-header .search-result-number {
  display: table-cell;
  text-align: right;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #797e86;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .search-result-header {
    width: 90%;
    margin: 40px auto 30px;
  }
  .search-result-header .search-result-terget {
    font-size: 1.4rem;
  }
  .search-result-header .search-result-number {
    font-size: 1.2rem;
  }
}
 
/*------------------------------
campaign
-------------------------------*/
.sec-campaign {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  background: url(../img/sougou_campaign/campaign_bg.png) repeat-x top;
  overflow: hidden;
}
.sec-campaign .sec-inner {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
}
.sec-campaign .sec-inner h1 {
  position: relative;
  text-align: center;
}
.sec-campaign .sec-inner h1 .txt-en {
  display: table;
  margin: auto auto 5px;
  padding: 0.5em;
  color: #B1184B;
  border-top: 2px solid #B1184B;
  border-bottom: 2px solid #B1184B;
  font-size: 64%;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.sec-campaign .sec-inner h1 .jp {
  display: block;
  bottom: 0;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 280%;
  line-height: 1.5;
}
.sec-campaign .sec-inner .mainbnr {
  position: relative;
  margin: 20px 0 0;
  text-align: center;
}
.sec-campaign .sec-inner .mainbnr img {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
}
.sec-campaign .sec-inner .page_link {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.sec-campaign .sec-inner .page_link .btn-square {
  position: relative;
  display: inline-block;
  padding: 10px 10px 0;
}
.sec-campaign .sec-inner .page_link .btn-square a {
  background: #B1184B;
  width: 290px;
  text-align: left;
  position: relative;
}
.sec-campaign .sec-inner .page_link .btn-square a:after {
  /*border: 0;
  margin-left: 0;
  position: absolute;
  top: 18px;
  right: 18px;*/
  transform: rotate(90deg);
}
.sec-campaign .sec-inner .lead {
  position: relative;
  font-size: 180%;
  text-align: center;
  margin: 80px auto;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #F9D3E0;
  text-decoration-thickness: 0.2em;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.sec-campaign .sec-inner .img-box {
  position: relative;
  text-align: center;
  margin: 80px auto 0;
  max-width: 800px;
}
.sec-campaign .sec-inner .img-box:after {
  content: "";
  display: table;
  clear: both;
}
.sec-campaign .sec-inner .img-box .caption {
  position: relative;
  font-size: 90%;
  text-align: left;
}
.sec-campaign .sec-inner .img-box .col {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
}
.sec-campaign .sec-inner .img-box .col:last-child {
  margin-right: 0;
}
.sec-campaign .sec-inner .img-box .txt {
  position: relative;
  text-align: left;
}
.sec-campaign .sec-inner .img-box .img {
  position: relative;
  line-height: 1;
}
.sec-campaign .sec-inner .img-box img {
  box-shadow: 5px 5px 0px 0 rgb(249, 211, 224);
}
.sec-campaign .sec-inner .img-txt-box {
  position: relative;
  text-align: center;
  margin: 80px auto 0;
  max-width: 800px;
}
.sec-campaign .sec-inner .img-txt-box:after {
  content: "";
  display: table;
  clear: both;
}
.sec-campaign .sec-inner .img-txt-box .caption {
  position: relative;
  font-size: 90%;
  text-align: left;
}
.sec-campaign .sec-inner .img-txt-box .col {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
}
.sec-campaign .sec-inner .img-txt-box .col:last-child {
  margin-right: 0;
}
.sec-campaign .sec-inner .img-txt-box .txt {
  position: relative;
  text-align: left;
}
.sec-campaign .sec-inner .img-txt-box .img {
  position: relative;
  line-height: 1;
}
.sec-campaign .sec-inner .img-txt-box img {
  box-shadow: 5px 5px 0px 0 rgb(249, 211, 224);
}
.sec-campaign .sec-inner .txtarea {
  position: relative;
  text-align: center;
  margin: 80px auto 0;
  font-weight: 500;
  font-size: 140%;
}
.sec-campaign .sec-inner .txtarea .btn-square {
  position: relative;
  font-size: 80%;
}
.sec-campaign .sec-inner .txtarea .btn-square a {
  font-size: 100%;
}
.sec-campaign .store-contents {
  background: #faf4f7;
}
.sec-campaign .store-contents .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 120px;
}
.sec-campaign .store-contents .inner h2 {
  text-align: center;
  font-size: 200%;
  background: url(../img/sougou_campaign/icon-store-contents.png) no-repeat top center;
  padding-top: 100px;
  font-weight: 300;
}
.sec-campaign .store-contents .inner .store-list {
  margin: auto;
}
.sec-campaign .store-contents .inner .store-list:after {
  content: "";
  display: table;
  clear: both;
}
.sec-campaign .store-contents .inner .store-list .store-blc {
  /*float: left;
  width: 21.5%;
  margin-right: 4%;
  margin-top: 4%;*/
  float: left;
  width: 25%;
  margin-top: 4%;
  padding: 0 2%;
  /*&:nth-of-type(4n) {
  	margin-right: 0;
  }*/
}
.sec-campaign .store-contents .inner .store-list .store-blc .thumb {
  position: relative;
  margin-bottom: 5px;
  line-height: 1;
}
.sec-campaign .store-contents .inner .store-list .store-blc .thumb img.storeimg {
  position: relative;
  border: 2px solid #faf4f7;
}
.sec-campaign .store-contents .inner .store-list .store-blc .thumb img.waku {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.sec-campaign .store-contents .inner .store-list .store-blc p {
  margin: 0;
  font-size: 110%;
  background: url(../img/arrow_right_blk.svg) no-repeat right 5px center;
  border-bottom: 1px solid #D5D7D9;
}
.sec-campaign .store-contents .inner .store-list .store-blc a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec-campaign {
    margin-top: 0;
  }
  .sec-campaign .sec-inner {
    margin: 0 auto 20px;
  }
  .sec-campaign .sec-inner h1 .txt-en {
    margin-bottom: 2vw;
    font-size: 2.2vw;
  }
  .sec-campaign .sec-inner h1 .jp {
    font-size: 7vw;
  }
  .sec-campaign .sec-inner .mainbnr {
    margin: 5vw 0 0;
  }
  .sec-campaign .sec-inner .mainbnr img {
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.1);
  }
  .sec-campaign .sec-inner .page_link .btn-square {
    width: 45%;
    padding: 10px 5px 0;
  }
  .sec-campaign .sec-inner .page_link .btn-square a {
    font-size: 90%;
    padding: 12px 15px;
    width: 100%;
    /*&:after {
        top: 13px;
        right: 13px;
    }*/
  }
  .sec-campaign .sec-inner .lead {
    font-size: 110%;
    margin: 30px 0 0;
  }
  .sec-campaign .sec-inner .img-box {
    margin: 30px auto 0;
  }
  .sec-campaign .sec-inner .img-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec-campaign .sec-inner .img-box .caption {
    font-size: 70%;
  }
  .sec-campaign .sec-inner .img-txt-box {
    margin: 30px auto 0;
  }
  .sec-campaign .sec-inner .img-txt-box .col {
    width: 100%;
  }
  .sec-campaign .sec-inner .txtarea {
    margin: 30px auto 0;
    font-weight: 500;
    font-size: 100%;
  }
  .sec-campaign .sec-inner .txtarea .btn-square {
    font-size: 100%;
    margin: 25px 0 0 0;
  }
  .sec-campaign .store-contents .inner {
    margin: 0 auto 0px;
    padding: 30px 0 40px;
  }
  .sec-campaign .store-contents .inner h2 {
    font-size: 130%;
    background-size: 50px;
    padding-top: 60px;
  }
  .sec-campaign .store-contents .inner .store-list {
    max-width: 540px;
  }
  .sec-campaign .store-contents .inner .store-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec-campaign .store-contents .inner .store-list .store-blc {
    width: 50%;
    padding: 0 2.5% 0 0;
  }
  .sec-campaign .store-contents .inner .store-list .store-blc:nth-of-type(2n) {
    /*margin-right: 0;*/
    padding: 0 0 0 2.5%;
  }
  .sec-campaign .store-contents .inner .store-list .store-blc p {
    font-size: 80%;
  }
}
 
.sec-campaign:first-child {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-campaign:first-child {
    padding-top: 9vw;
  }
}
 
.sec-campaign-tag {
  position: relative;
  padding: 60px 0;
}
.sec-campaign-tag .tagarea {
  width: 90%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign-tag {
    padding: 40px 0;
  }
}
 
.sec-campaign-footer + .sec-campaign-tag {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign-footer + .sec-campaign-tag {
    padding-top: 0;
  }
}
 
@keyframes campaign_list_showmore {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec-campaign-other {
  text-align: center;
  padding: 60px 0;
}
.sec-campaign-other .contents_blc {
  margin: auto;
}
.sec-campaign-other h2 {
  position: relative;
  max-width: 1160px;
  width: 90%;
  font-size: 220%;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin: auto auto 40px;
  padding-top: 90px;
  line-height: 1.2;
}
.sec-campaign-other .hashtag-nav-container {
  position: relative;
  max-width: 1160px;
  width: 90%;
  margin: auto auto 70px;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-family: "Lora", sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup:before {
  content: "";
  display: block;
  position: relative;
  flex: 1;
  height: 0.8em;
  border-left: 2px solid #f0cadb;
  border-top: 2px solid #f0cadb;
  border-radius: 10px 0 0 0;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup:after {
  content: "";
  display: block;
  position: relative;
  flex: 1;
  height: 0.8em;
  border-right: 2px solid #f0cadb;
  border-top: 2px solid #f0cadb;
  border-radius: 0 10px 0 0;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup p {
  position: relative;
  margin: 0 2.5em;
  padding: 0.3em 3.5em;
  overflow: hidden;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #949596;
  transform: rotate(-30deg);
  transform-origin: left top;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup p:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #949596;
  transform: rotate(30deg);
  transform-origin: right top;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav {
  position: relative;
  border: 2px solid #f0cadb;
  border-top: 0 solid #000;
  border-radius: 0 0 10px 10px;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav li {
  margin: 0.5em 1em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 130%;
  font-style: oblique;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.sec-campaign-other .hashtag-nav-container .hashtag-nav a {
  padding: 0 0 0.25em;
  background-image: linear-gradient(to right, #71767f, #71767f 2px, transparent 2px, transparent 5px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  text-decoration: none;
}
.sec-campaign-other .hashtag-header {
  position: relative;
  max-width: 1160px;
  width: 90%;
  margin: 70px auto 1.4em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 185%;
  font-style: oblique;
  font-weight: 400;
  text-align: center;
}
.sec-campaign-other .hashtag-header span {
  position: relative;
  padding: 0 0 0.3em;
  border-bottom: 1px solid #3C4350;
}
.sec-campaign-other .hashtag-header a {
  text-decoration: none;
}
.sec-campaign-other .hashtag-header:first-child {
  margin-top: 0;
}
.sec-campaign-other .shop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-campaign-other .shop-list .shop-blc {
  width: 48%;
  background: #fff;
  margin-bottom: 40px;
  display: table;
  overflow: hidden;
  display: block;
}
.sec-campaign-other .shop-list .shop-blc a {
  display: block;
  text-decoration: none;
  position: relative;
}
.sec-campaign-other .shop-list .shop-blc a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 16px;
  background: #ffe7f1 url("../img/arrow_campain_list.svg") no-repeat;
  background-size: 100% auto;
  line-height: 16px;
}
.sec-campaign-other .shop-list .shop-blc .logo {
  display: table-cell;
  padding: 16px;
  width: 21%;
}
.sec-campaign-other .shop-list .shop-blc .txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.sec-campaign-other .shop-list .shop-blc .txt p {
  margin: 10px;
}
.sec-campaign-other .shop-list .shop-blc .txt .info {
  color: #B1184B;
  font-weight: 500;
}
.sec-campaign-other .shop-list .shop-blc:nth-child(n+9) {
  display: none;
}
.sec-campaign-other .shop-list.is-showmore .shop-blc:nth-child(n+9) {
  display: block;
  animation: campaign_list_showmore 0.8s ease-out;
}
.sec-campaign-other .btn-border {
  margin: auto auto 70px;
}
.sec-campaign-other .btn-border a {
  border-radius: 3px;
  text-align: left;
  position: relative;
  padding: 12px 130px 12px 20px;
}
.sec-campaign-other .btn-border a:after {
  content: "+";
  display: block;
  vertical-align: middle;
  text-align: center;
  background: #3C4350;
  color: #fff;
  line-height: 18px;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.sec-campaign-other .btn-border:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign-other {
    padding: 40px 0;
  }
  .sec-campaign-other h2 {
    font-size: 140%;
    margin-bottom: 30px;
    padding-top: 65px;
  }
  .sec-campaign-other .hashtag-nav-container {
    margin-bottom: 60px;
  }
  .sec-campaign-other .hashtag-nav-container .hashtag-nav-pickup {
    font-size: 8px;
  }
  .sec-campaign-other .hashtag-nav-container .hashtag-nav ul {
    padding: 15px 5%;
  }
  .sec-campaign-other .hashtag-nav-container .hashtag-nav li {
    font-size: 90%;
  }
  .sec-campaign-other .hashtag-header {
    margin-top: 60px;
    font-size: 115%;
  }
  .sec-campaign-other .hashtag-header:first-child {
    margin-top: 0;
  }
  .sec-campaign-other .shop-list {
    display: block;
    padding: 0 5%;
  }
  .sec-campaign-other .shop-list .shop-blc {
    width: 100%;
    margin-bottom: 20px;
    font-size: 80%;
  }
  .sec-campaign-other .shop-list .shop-blc .logo {
    display: table-cell;
    padding: 16px;
    width: 21%;
  }
  .sec-campaign-other .btn-border {
    margin-bottom: 60px;
  }
  .sec-campaign-other .btn-border a {
    border-radius: 3px;
    text-align: left;
    position: relative;
    padding: 12px 130px 12px 20px;
  }
  .sec-campaign-other .btn-border a:after {
    content: "+";
    display: block;
    vertical-align: middle;
    text-align: center;
    background: #3C4350;
    color: #fff;
    line-height: 18px;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .sec-campaign-other .btn-border:last-child {
    margin-bottom: 0;
  }
}
 
.sec-campaign-shop {
  background: #ffe7f1;
}
.sec-campaign-shop h2 {
  background: url(../img/campaign/icon-shop.png) no-repeat top center;
}
@media screen and (max-width: 768px) {
  .sec-campaign-shop h2 {
    background-size: 60px auto;
  }
}
 
.sec-campaign-info {
  background: #fff5f9;
}
.sec-campaign-info h2 {
  background: url(../img/campaign/icon-info.png) no-repeat top center;
}
.sec-campaign-info .thumb-list {
  max-width: 1160px;
  width: 90%;
  margin: 40px auto 0;
}
.sec-campaign-info .thumb-list .thumb-box {
  width: 22%;
  margin-right: 4%;
  text-align: left;
}
.sec-campaign-info .thumb-list .thumb-box .shiten_name {
  position: relative;
  margin: 0 0 1.3em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1;
}
.sec-campaign-info .thumb-list .thumb-box .shiten_name span {
  display: table;
  margin: auto;
  padding: 0 15px;
  border-left: 1px solid #3C4350;
  border-right: 1px solid #3C4350;
}
.sec-campaign-info .thumb-list .thumb-box a {
  position: relative;
  padding-bottom: 20px;
  background: #fff;
}
.sec-campaign-info .thumb-list .thumb-box a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 16px;
  background: #ffe7f1 url("../img/arrow_campain_list.svg") no-repeat;
  background-size: 100% auto;
  line-height: 16px;
}
.sec-campaign-info .thumb-list .thumb-box .detail {
  padding: 0 15px 0px;
  font-size: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 蛻ｶ髯舌＠縺溘＞陦梧焚縺�3縺ｮ蝣ｴ蜷� */
  overflow: hidden;
  word-wrap: break-word;
}
.sec-campaign-info .thumb-list .thumb-box p.txt-min {
  font-size: 90% !important;
}
.sec-campaign-info .thumb-list .thumb-box p.txt-min:before {
  content: "";
  display: inline-block;
  background: #B1184B;
  height: 2px;
  width: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
.sec-campaign-info .thumb-list .thumb-box:nth-child(n+9) {
  display: none;
}
.sec-campaign-info .thumb-list.is-showmore .thumb-box:nth-child(n+9) {
  display: block;
  animation: campaign_list_showmore 0.8s ease-out;
}
.sec-campaign-info .hashtag-header + .thumb-list {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sec-campaign-info h2 {
    background-size: 60px auto;
  }
  .sec-campaign-info .thumb-list {
    margin: 30px auto 10px;
  }
  .sec-campaign-info .thumb-list .thumb-box {
    width: 48%;
  }
  .sec-campaign-info .thumb-list .thumb-box .detail {
    padding: 0 15px 10px;
  }
  .sec-campaign-info .thumb-list .thumb-box p {
    font-size: 60% !important;
  }
}
 
.page-sougou .sec-campaign-info {
  background: #f7e4ed;
}
 
.sec-campaign-event {
  background: #ffe7f1;
}
.sec-campaign-event h2 {
  margin-bottom: 0;
  background: url(../img/campaign/icon-event.png) no-repeat top center;
}
.sec-campaign-event .thumb-list {
  max-width: 1160px;
  width: 90%;
  margin: 40px auto 0;
}
.sec-campaign-event .thumb-list .thumb-box {
  background: #fff;
  width: 30.6%;
  margin-right: 4%;
  text-align: left;
}
.sec-campaign-event .thumb-list .thumb-box:nth-child(4n) {
  margin-right: 4%;
}
.sec-campaign-event .thumb-list .thumb-box:nth-child(3n) {
  margin-right: 0;
}
.sec-campaign-event .thumb-list .thumb-box a {
  padding-bottom: 40px;
  position: relative;
}
.sec-campaign-event .thumb-list .thumb-box a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_gry2.svg) no-repeat center;
  border: 1px solid #999;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.sec-campaign-event .thumb-list .thumb-box .thumb {
  padding-top: 67% !important;
}
.sec-campaign-event .thumb-list .thumb-box .detail {
  padding: 0 15px 0px;
  font-size: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 蛻ｶ髯舌＠縺溘＞陦梧焚縺�3縺ｮ蝣ｴ蜷� */
  overflow: hidden;
  word-wrap: break-word;
}
.sec-campaign-event .thumb-list .thumb-box p {
  font-size: 90% !important;
  padding-left: 15px;
}
.sec-campaign-event .thumb-list .thumb-box:nth-child(n+7) {
  display: none;
}
.sec-campaign-event .thumb-list.is-showmore .thumb-box:nth-child(n+7) {
  display: block;
  animation: campaign_list_showmore 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .sec-campaign-event h2 {
    background-size: 60px auto;
  }
  .sec-campaign-event .thumb-list {
    margin: 30px auto 10px;
  }
  .sec-campaign-event .thumb-list .thumb-box {
    width: 100%;
    margin-right: 0;
  }
  .sec-campaign-event .thumb-list .thumb-box:nth-child(4n) {
    margin-right: 0;
  }
  .sec-campaign-event .thumb-list .thumb-box a {
    padding-bottom: 20px;
  }
  .sec-campaign-event .thumb-list .thumb-box p {
    font-size: 70% !important;
  }
}
 
.sec-campaign-footer {
  position: relative;
}
.sec-campaign-footer .sec-inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.sec-campaign-footer .campaign-footer-bn {
  margin-bottom: 15px;
}
.sec-campaign-footer .campaign-footer-bn:last-child {
  margin-bottom: 0;
}
 
/*------------------------------
繧｢繧ｯ繧ｻ繧ｹ繝ｻ繝代�繧ｭ繝ｳ繧ｰ繝ｻ蝟ｶ讌ｭ譎る俣
-------------------------------*/
.sec-access .page_link {
  text-align: center;
  margin-top: 20px;
}
.sec-access .page_link .btn-square {
  display: inline-block;
  width: 290px;
  padding: 0 10px;
}
.sec-access .page_link .btn-square a {
  width: 290px;
  text-align: left;
  position: relative;
}
.sec-access .page_link .btn-square a:after {
  /*position: absolute;
  top: 18px;
  right: 18px;*/
  transform: rotate(90deg);
}
.sec-access .sec-inner {
  max-width: 800px;
  margin: auto;
}
.sec-access .sec-inner h2 {
  font-size: 160%;
  margin: 60px 0 10px;
  letter-spacing: 0.1em;

  font-weight: 500;
  line-height: 1.3;
}
.sec-access .sec-inner h3 {
  text-align: center;
  font-size: 110%;
  color: #898F98;
  margin: 60px 0 10px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sec-access .sec-inner h3:before {
  content: "";
  background: #3C4350;
  width: 1px;
  height: 16px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
}
.sec-access .sec-inner h3:after {
  content: "";
  background: #3C4350;
  width: 1px;
  height: 16px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: bottom;
}
.sec-access .sec-inner h4 {
  font-size: 130%;
  margin: 30px 0 10px;
  letter-spacing: 0.1em;
}
.sec-access .sec-inner .map {
  margin-bottom: 10px;
  line-height: 0;
}
.sec-access .sec-inner .address {
  position: relative;
  margin-bottom: 50px;
}
.sec-access .sec-inner .address p {
  margin: 0 0 10px;
}
.sec-access .sec-inner .address dl {
  margin: 0 0 10px;
}
.sec-access .sec-inner .address dt {
  display: block;
  vertical-align: top;
  margin: 10px 0 0;
  font-weight: 400;
}
.sec-access .sec-inner .address dt:first-child() {
  margin-top: 0;
}
.sec-access .sec-inner .address dd {
  display: block;
  vertical-align: top;
}
.sec-access .sec-inner .address .link-txt {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 120%;
  margin: 0;
}
.sec-access .sec-inner .address .link-txt a {
  border-bottom: 2px solid #3C4350;
}
.sec-access .sec-inner .table-simple {
  font-size: 90%;
}
.sec-access .sec-inner .table-simple th {
  padding: 25px 4em 25px 0;
  color: #797E87;
  vertical-align: top;
}
.sec-access .sec-inner .table-simple td {
  padding: 25px 0;
  font-weight: 300;
}
.sec-access .sec-inner .table-simple .txt-gray {
  color: #797E87;
}
.sec-access .sec-inner .table-simple p {
  margin: 0 0 10px;
}
.sec-access .sec-inner .table-simple p:last-child {
  margin-bottom: 0;
}
.sec-access .googlemap {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
}
.sec-access .googlemap:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.sec-access .googlemap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec-access .page_link {
    width: 90%;
    margin: auto;
  }
  .sec-access .page_link .btn-square {
    width: 43%;
    padding: 0 5px;
  }
  .sec-access .page_link .btn-square a {
    width: 100%;
    font-size: 85%;
    padding: 12px 15px;
    /*&:after {
    	top: 13px;
    	right: 13px;
    }*/
  }
  .sec-access .sec-inner {
    max-width: 800px;
    margin: auto;
  }
  .sec-access .sec-inner h2 {
    font-size: 130%;
    margin: 40px 5% 10px;
  }
  .sec-access .sec-inner h3 {
    font-size: 90%;
    margin: 40px 5% 10px;
  }
  .sec-access .sec-inner h4 {
    font-size: 100%;
    margin: 15px 5% 10px;
  }
  .sec-access .sec-inner .map {
    margin: 0 5% 10px;
  }
  .sec-access .sec-inner .address {
    font-size: 80%;
    margin: 0 5% 10px;
  }
  .sec-access .sec-inner .address .link-txt {
    position: static;
    font-size: 120%;
    margin: 10px auto 0;
    text-align: center;
  }
  .sec-access .sec-inner .address .link-txt a:after {
    width: 14px;
    height: 13px;
    background-size: 14px;
  }
  .sec-access .sec-inner .table-simple {
    font-size: 90%;
    margin: 0 5%;
    width: 90%;
  }
  .sec-access .sec-inner .table-simple th {
    padding: 10px 0 0;
  }
  .sec-access .sec-inner .table-simple td {
    padding: 0 0 10px;
  }
  .sec-access .sec-inner .table-simple .txt-gray {
    color: #797E87;
  }
  .sec-access .googlemap {
    width: 90%;
  }
}
 
.sec-businesshours {
  margin: 60px auto 0;
  padding: 60px 0;
  background: #EAEAEA;
}
.sec-businesshours .sec-inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.sec-businesshours .sec-inner .midashi {
  background: url(../img/icon_time.svg) no-repeat top center;
  padding-top: 30px;
  font-size: 140%;
  line-height: 1.2;
  font-weight: 500;
}
.sec-businesshours .sec-inner .midashi .txt-en {
  font-size: 60%;
}
.sec-businesshours .sec-inner p {
  font-weight: 500;
}
.sec-businesshours .sec-inner p:last-child {
  margin-bottom: 0;
}
.sec-businesshours .sec-inner .txt-gray {
  color: #797E87;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sec-businesshours {
    margin: 40px auto 0;
    padding: 40px 0;
  }
  .sec-businesshours .sec-inner {
    margin: 0 auto;
  }
  .sec-businesshours .sec-inner p {
    text-align: left;
  }
  .sec-businesshours .sec-inner .txt-gray {
    font-size: 80%;
  }
}
 
.sec-businesshours:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-businesshours:last-child {
    margin-bottom: 40px;
  }
}
 
.sec-businesshours-phone {
  position: relative;
  margin: 0 auto 60px auto;
  padding: 60px 0;
  background: #EAEAEA;
}
.sec-businesshours-phone:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background: #ccc;
}
.sec-businesshours-phone .sec-inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.sec-businesshours-phone .businesshours-phone {
  position: relative;
  display: table;
  margin: auto;
  text-align: left;
}
.sec-businesshours-phone .businesshours-phone p {
  font-weight: 400;
}
.sec-businesshours-phone .businesshours-phone p:first-child {
  margin-top: 0;
}
.sec-businesshours-phone .businesshours-phone p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-businesshours-phone {
    margin: 0 auto 40px auto;
    padding: 40px 0;
  }
  .sec-businesshours-phone .sec-inner {
    margin: 0 auto;
  }
}
 
/*------------------------------
縺泌茜逕ｨ譯亥�繝ｻ繧ｵ繝ｼ繝薙せ
-------------------------------*/
.sec-service.contents_blc_bggray .sec-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.sec-service.contents_blc_bggray .sec-inner h2 {
  font-size: 150%;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec-service.contents_blc_bggray .sec-inner .lead {
  font-size: 110%;
}
.sec-service.contents_blc_bggray .sec-inner .card img {
  padding: 20px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-service.contents_blc_bggray .sec-inner {
    padding: 30px 0;
  }
  .sec-service.contents_blc_bggray .sec-inner h2 {
    font-size: 130%;
  }
  .sec-service.contents_blc_bggray .sec-inner .lead {
    font-size: 90%;
  }
  .sec-service.contents_blc_bggray .sec-inner p {
    font-size: 90%;
  }
}
 
.sec-service .pagelink {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
.sec-service .pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.sec-service .pagelink li {
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 15px;
  width: 16%;
}
.sec-service .pagelink li a {
  text-decoration: none;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  text-align: center;
  display: block;
  line-height: 1.4;
  position: relative;
  /*&:before {
  	content: "";
  	background: #EAEAEA;
  	width: 120px;
  	height: 120px;
  	display: block;
  	border-radius: 60px;
  	margin-bottom: 15px;
  }*/
}
.sec-service .pagelink li a .icon {
  position: relative;
  max-width: 120px;
  margin: auto auto 15px;
  line-height: 0;
}
.sec-service .pagelink li a .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
}
.sec-service .pagelink li a .icon:before {
  content: "";
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  padding-bottom: 100%;
  background: #EAEAEA;
  border-radius: 200px;
}
.sec-service .pagelink li a .icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec-service .service_blc {
  max-width: 710px;
  margin: 0 auto 60px;
  /*&:before {
  	content: "";
  	display: block;
  	margin: 0 auto 20px;
  	width: 70px;
  	height: 70px;
  	border-radius: 35px;
  	background: #EAEAEA;
  	vertical-align: sub;
  }*/
}
.sec-service .service_blc .icon {
  margin: 0 auto 20px;
  width: 53px;
  line-height: 0;
}
.sec-service .service_blc h2 {
  font-size: 130%;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  margin: 0 0 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec-service .service_blc h2:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #3C4350;
  margin-right: 30px;
  vertical-align: sub;
}
.sec-service .service_blc h2:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #3C4350;
  margin-left: 30px;
  vertical-align: sub;
}
.sec-service .service_blc:after {
  content: "";
  display: table;
  clear: both;
}
.sec-service .service_blc .ph {
  float: left;
  width: 44%;
}
.sec-service .service_blc .ph img {
  width: 100%;
}
.sec-service .service_blc .txt {
  /*float: left;
  width: 56%;
  padding-left: 40px;*/
  font-size: 93%;
}
.sec-service .service_blc .txt p {
  margin: 0;
  line-height: 1.6;
}
.sec-service .service_blc .txt .floor_btn {
  display: table;
  padding: 5px 0 0;
}
.sec-service .service_blc .txt .floor_btn div {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.sec-service .service_blc .txt .floor_btn div a {
  text-decoration: none;
  border: 1px solid #666;
  min-width: 60px;
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 90%;
}
.sec-service .service_blc .txt .floor_btn div.grp {
  display: table-row;
  margin: 0;
}
.sec-service .service_blc .txt .floor_btn dt {
  display: table-cell;
  padding: 0 15px 5px 0;
}
.sec-service .service_blc .txt .floor_btn dd {
  display: table-cell;
}
.sec-service .service_blc .txt .kome {
  color: #777E84;
}
.sec-service .service_blc .ph + .txt {
  float: left;
  width: 56%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .sec-service .pagelink {
    padding: 50px 0;
  }
  .sec-service .pagelink ul {
    margin: 0 -6px;
  }
  .sec-service .pagelink li {
    width: 25%;
    padding: 0 6px;
  }
  .sec-service .pagelink li a {
    font-size: 60%;
  }
  .sec-service .pagelink li a:before {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
  }
  .sec-service .pagelink li a:after {
    background-size: 80% auto;
    height: 13px;
    width: 13px;
    top: 72px;
    margin-left: -6px;
  }
  .sec-service .service_blc {
    margin: 0 5% 40px;
    /*&:before {
    	margin: 0 auto 10px;
    	width: 50px;
    	height: 50px;
    }*/
  }
  .sec-service .service_blc .icon {
    width: 10vw;
  }
  .sec-service .service_blc h2 {
    font-size: 100%;
    margin: 0 0 15px;
  }
  .sec-service .service_blc .ph {
    float: none;
    width: 80%;
    margin: 0 auto 10px;
  }
  .sec-service .service_blc .txt {
    font-size: 93%;
  }
  .sec-service .service_blc .ph + .txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
 
/*------------------------------
繧ｵ繧､繝医�繝��
-------------------------------*/
.sec-sitemap .sitemap {
  text-align: center;
}
.sec-sitemap .sitemap-blc {
  width: 290px;
  margin: 0 35px 90px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.sec-sitemap .sitemap-blc .link {
  font-weight: 500;
  font-size: 120%;
  margin-top: 30px;
}
.sec-sitemap .sitemap-blc .link ul {
  margin-top: 9px;
}
.sec-sitemap .sitemap-blc .link ul li {
  font-size: 85%;
}
.sec-sitemap .sitemap-blc .link a {
  display: block;
  text-decoration: none;
  background: url(../img/arrow_right_blk.svg) no-repeat right 5px center;
  border-bottom: 1px solid #D5D7D9;
}
@media screen and (max-width: 768px) {
  .sec-sitemap .sitemap-blc {
    width: 90%;
    margin: 0 5% 0;
  }
  .sec-sitemap .sitemap-blc .link {
    font-size: 90%;
    margin-top: 20px;
    width: 46%;
    margin-right: 4%;
    float: left;
    line-height: 1.3;
  }
  .sec-sitemap .sitemap-blc .link:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 4%;
  }
  .sec-sitemap .sitemap-blc .link a {
    padding-bottom: 5px;
  }
}
 
.page-rosenmap img.map {
  opacity: 0.1;
  width: 70%;
}
.page-rosenmap h2 {
  text-align: center;
  font-size: 180%;
}
.page-rosenmap h2:before {
  content: "";
  display: inline-block;
  background: #3C4350;
  height: 1px;
  width: 24px;
  vertical-align: middle;
  margin-right: 20px;
}
.page-rosenmap h2:after {
  content: "";
  display: inline-block;
  background: #3C4350;
  height: 1px;
  width: 24px;
  vertical-align: middle;
  margin-left: 20px;
}
.page-rosenmap .rosenmap {
  position: relative;
  max-width: 860px;
  width: 90%;
  margin: 70px auto 0;
}
.page-rosenmap .rosenmap .rosenmap-map {
  position: relative;
  line-height: 0;
}
.page-rosenmap .rosenmap .rosenmap-map img, .page-rosenmap .rosenmap .rosenmap-map object {
  width: 100%;
}
.page-rosenmap .rosenmap .rosen-nav ul {
  padding: 0;
}
.page-rosenmap .rosenmap .rosen-nav li.rosen-item {
  position: absolute;
  margin: 0;
  width: 6%;
  height: 4%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  cursor: pointer;
}
.page-rosenmap .rosenmap .rosen-nav li.rosen-item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.page-rosenmap .rosenmap li.rosen-item[data-name=ebisu] {
  top: 61.5%;
  left: 36%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=meguro] {
  top: 67.5%;
  left: 42%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=gotanda] {
  top: 62%;
  left: 46.5%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=shinagawa] {
  top: 62%;
  left: 56%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=takeshiba] {
  top: 65%;
  left: 63%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=oimachi] {
  top: 74%;
  left: 54%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=omori] {
  top: 78%;
  left: 49%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=kawasaki] {
  top: 83%;
  left: 42%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=ofuna] {
  top: 81%;
  left: 10%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=yotsuya] {
  top: 42.5%;
  left: 53.5%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=shinanomachi] {
  top: 42.5%;
  left: 47%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=kichijoji] {
  top: 37%;
  left: 27.5%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=ueno] {
  top: 33%;
  left: 68%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=urawa] {
  top: 9%;
  left: 48%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=matsudo] {
  top: 31%;
  left: 80%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=toride] {
  top: 14%;
  left: 93%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=akihabara] {
  top: 42.5%;
  left: 68%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=kameido] {
  top: 42.5%;
  left: 78%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=shin_urayasu] {
  top: 60%;
  left: 81%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=otsuka] {
  top: 32%;
  left: 49%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=sugamo] {
  top: 32%;
  left: 55%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=tabata] {
  top: 32%;
  left: 61%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=higashinakano] {
  top: 42.5%;
  left: 34.5%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=mitaka] {
  top: 42.5%;
  left: 21%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=tsuchiura] {
  top: 3%;
  left: 93%;
}
.page-rosenmap .rosenmap li.rosen-item[data-name=taiwan] {
  top: 94%;
  left: 75.5%;
}
.page-rosenmap .rosenmap .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.page-rosenmap .rosenmap .popup .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  opacity: 0.95;
}
.page-rosenmap .rosenmap .popup .popup-bg.is-hover {
  transition: all 0.2s ease-out;
}
.page-rosenmap .rosenmap .popup .popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 643px;
  transform: translate(-50%, -50%);
}
.page-rosenmap .rosenmap .popup .storename {
  font-size: 280%;
  letter-spacing: 0.05em;
  text-align: left;
}
.page-rosenmap .rosenmap .popup .img {
  position: relative;
  line-height: 1;
}
.page-rosenmap .rosenmap .popup .img .storeimg {
  position: relative;
}
.page-rosenmap .rosenmap .popup .img a {
  display: block;
  position: relative;
}
.page-rosenmap .rosenmap .popup .img a:hover {
  opacity: 0.8;
}
.page-rosenmap .rosenmap .popup .img a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.page-rosenmap .rosenmap .popup .btn-arrow-underbar {
  display: table;
  /*width: 120px;*/
  margin: 10px 0 0 auto;
  font-weight: 400;
}
.page-rosenmap .rosenmap .popup .btn-arrow-underbar a {
  display: block;
  padding-right: 60px;
  text-decoration: none;
  background: url(../img/arrow_right_blk.svg) no-repeat right 5px center;
  border-bottom: 1px solid #D5D7D9;
}
.page-rosenmap .rosenmap .popup .popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 60px;
  font-family: "Lora", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 600;
  cursor: pointer;
}
.page-rosenmap .rosenmap .popup .popup-close:before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 50px;
  margin: auto;
  background: #3C4350;
  transform: rotate(45deg);
}
.page-rosenmap .rosenmap .popup .popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 50px;
  margin: auto;
  background: #000;
  transform: rotate(-45deg);
}
.page-rosenmap .rosenmap .popup .popup-close:hover {
  opacity: 0.8;
  transition: all 0.1s ease-out;
  /*&:before, &:after {
  	background: #000;
  }*/
}
.page-rosenmap .rosenmap .popup.is-active {
  display: block;
  visibility: visible;
  pointer-events: auto;
}
.page-rosenmap .rosenmap .popup[data-name=ebisu] .img a:after {
  background-image: url("../img/storelist/store_frame_ebisu.svg");
}
.page-rosenmap .rosenmap .popup[data-name=meguro] .img a:after {
  background-image: url("../img/storelist/store_frame_meguro.svg");
}
.page-rosenmap .rosenmap .popup[data-name=gotanda] .img a:after {
  background-image: url("../img/storelist/store_frame_gotanda.svg");
}
.page-rosenmap .rosenmap .popup[data-name=shinagawa] .img a:after {
  background-image: url("../img/storelist/store_frame_shinagawa.svg");
}
.page-rosenmap .rosenmap .popup[data-name=takeshiba] .img a:after {
  background-image: url("../img/storelist/store_frame_takeshiba.svg");
}
.page-rosenmap .rosenmap .popup[data-name=oimachi] .img a:after {
  background-image: url("../img/storelist/store_frame_oimachi.svg");
}
.page-rosenmap .rosenmap .popup[data-name=omori] .img a:after {
  background-image: url("../img/storelist/store_frame_omori.svg");
}
.page-rosenmap .rosenmap .popup[data-name=kawasaki] .img a:after {
  background-image: url("../img/storelist/store_frame_kawasaki.svg");
}
.page-rosenmap .rosenmap .popup[data-name=ofuna] .img a:after {
  background-image: url("../img/storelist/store_frame_ofuna.svg");
}
.page-rosenmap .rosenmap .popup[data-name=yotsuya] .img a:after {
  background-image: url("../img/storelist/store_frame_yotsuya.svg");
}
.page-rosenmap .rosenmap .popup[data-name=shinanomachi] .img a:after {
  background-image: url("../img/storelist/store_frame_shinanomachi.svg");
}
.page-rosenmap .rosenmap .popup[data-name=kichijoji] .img a:after {
  background-image: url("../img/storelist/store_frame_kichijoji.svg");
}
.page-rosenmap .rosenmap .popup[data-name=ueno] .img a:after {
  background-image: url("../img/storelist/store_frame_ueno.svg");
}
.page-rosenmap .rosenmap .popup[data-name=urawa] .img a:after {
  background-image: url("../img/storelist/store_frame_urawa.svg");
}
.page-rosenmap .rosenmap .popup[data-name=matsudo] .img a:after {
  background-image: url("../img/storelist/store_frame_matsudo.svg");
}
.page-rosenmap .rosenmap .popup[data-name=toride] .img a:after {
  background-image: url("../img/storelist/store_frame_toride.svg");
}
.page-rosenmap .rosenmap .popup[data-name=akihabara] .img a:after {
  background-image: url("../img/storelist/store_frame_akihabara.svg");
}
.page-rosenmap .rosenmap .popup[data-name=kameido] .img a:after {
  background-image: url("../img/storelist/store_frame_kameido.svg");
}
.page-rosenmap .rosenmap .popup[data-name=shin_urayasu] .img a:after {
  background-image: url("../img/storelist/store_frame_shin_urayasu.svg");
}
.page-rosenmap .rosenmap .popup[data-name=otsuka] .img a:after {
  background-image: url("../img/storelist/store_frame_otsuka.svg");
}
.page-rosenmap .rosenmap .popup[data-name=sugamo] .img a:after {
  background-image: url("../img/storelist/store_frame_sugamo.svg");
}
.page-rosenmap .rosenmap .popup[data-name=tabata] .img a:after {
  background-image: url("../img/storelist/store_frame_tabata.svg");
}
.page-rosenmap .rosenmap .popup[data-name=higashinakano] .img a:after {
  background-image: url("../img/storelist/store_frame_higashinakano.svg");
}
.page-rosenmap .rosenmap .popup[data-name=mitaka] .img a:after {
  background-image: url("../img/storelist/store_frame_mitaka.svg");
}
.page-rosenmap .rosenmap .popup[data-name=tsuchiura] .img a:after {
  background-image: url("../img/storelist/store_frame_tsuchiura.svg");
}
.page-rosenmap .rosenmap .popup[data-name=taiwan] .img a:after {
  background-image: url("../img/storelist/store_frame_taiwan.svg");
}
@media screen and (max-width: 768px) {
  .page-rosenmap img.map {
    width: 90%;
  }
  .page-rosenmap h2 {
    font-size: 110%;
  }
  .page-rosenmap .rosenmap {
    margin: 20px auto 0;
  }
  .page-rosenmap .rosenmap .rosen-nav li.rosen-item {
    width: 4%;
    height: 7.5%;
  }
  .page-rosenmap .rosenmap li.rosen-item.ebisu {
    width: 10%;
    height: 4%;
    top: 59.5%;
    left: 30%;
  }
  .page-rosenmap .rosenmap li.rosen-item.meguro {
    top: 64.5%;
    left: 42%;
  }
  .page-rosenmap .rosenmap li.rosen-item.gotanda {
    top: 56%;
    left: 46.5%;
  }
  .page-rosenmap .rosenmap li.rosen-item.shinagawa {
    top: 57%;
    left: 55.5%;
  }
  .page-rosenmap .rosenmap li.rosen-item.takeshiba {
    top: 62%;
    left: 63%;
  }
  .page-rosenmap .rosenmap li.rosen-item.oimachi {
    top: 72.5%;
    left: 54%;
  }
  .page-rosenmap .rosenmap li.rosen-item.omori {
    top: 74.3%;
    left: 48%;
  }
  .page-rosenmap .rosenmap li.rosen-item.kawasaki {
    top: 79%;
    left: 42%;
  }
  .page-rosenmap .rosenmap li.rosen-item.ofuna {
    width: 10%;
    height: 4%;
    top: 78.5%;
    left: 8%;
  }
  .page-rosenmap .rosenmap li.rosen-item.yotsuya {
    top: 41.5%;
    left: 54%;
  }
  .page-rosenmap .rosenmap li.rosen-item.shinanomachi {
    top: 41.5%;
    left: 47%;
  }
  .page-rosenmap .rosenmap li.rosen-item.kichijoji {
    top: 32%;
    left: 27%;
  }
  .page-rosenmap .rosenmap li.rosen-item.ueno {
    top: 30%;
    left: 67.5%;
  }
  .page-rosenmap .rosenmap li.rosen-item.urawa {
    width: 10%;
    height: 4%;
    top: 8%;
    left: 38%;
  }
  .page-rosenmap .rosenmap li.rosen-item.matsudo {
    top: 22%;
    left: 80%;
  }
  .page-rosenmap .rosenmap li.rosen-item.toride {
    width: 10%;
    height: 4%;
    top: 13.5%;
    left: 92%;
  }
  .page-rosenmap .rosenmap li.rosen-item.akihabara {
    top: 37%;
    left: 70.5%;
  }
  .page-rosenmap .rosenmap li.rosen-item.kameido {
    top: 40.5%;
    left: 78%;
  }
  .page-rosenmap .rosenmap li.rosen-item.shinurayasu {
    top: 48.5%;
    left: 80.5%;
  }
  .page-rosenmap .rosenmap li.rosen-item.otsuka {
    top: 31%;
    left: 49%;
  }
  .page-rosenmap .rosenmap li.rosen-item.sugamo {
    top: 31%;
    left: 55%;
  }
  .page-rosenmap .rosenmap li.rosen-item.tabata {
    top: 31%;
    left: 61%;
  }
  .page-rosenmap .rosenmap li.rosen-item.higashinakano {
    top: 32%;
    left: 33%;
  }
  .page-rosenmap .rosenmap li.rosen-item.mitaka {
    top: 32%;
    left: 20%;
  }
  .page-rosenmap .rosenmap li.rosen-item.tsuchiura {
    width: 10%;
    height: 4%;
    top: 3%;
    left: 93%;
  }
  .page-rosenmap .rosenmap li.rosen-item.taiwan {
    width: 10%;
    height: 4%;
    top: 94.5%;
    left: 81%;
  }
  .page-rosenmap .rosenmap .popup .storename {
    font-size: 180%;
  }
  .page-rosenmap .rosenmap .popup .btn-arrow-underbar {
    font-size: 90%;
  }
  .page-rosenmap .rosenmap .popup .popup-close {
    top: -40px;
  }
  .page-rosenmap .rosenmap .popup .popup-close:before, .page-rosenmap .rosenmap .popup .popup-close:after {
    height: 40px;
  }
}
 
/*------------------------------
繝上ャ繝斐�W繝昴う繝ｳ繝医�縺疲｡亥�
-------------------------------*/
.sec-wpoint {
  width: 100% !important;
  max-width: 100% !important;
}
.sec-wpoint .title-eng {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 0;
}
.sec-wpoint .wpoint-intro {
  width: 90%;
  max-width: 911px;
  margin: auto;
  line-height: 0;
  text-align: center;
}
.sec-wpoint .mainimg {
  margin: 40px 0 0;
  position: relative;
}
.sec-wpoint .mainimg .img {
  width: 55%;
  background: url(../img/sougou_wpoint/mainimg.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 37%;
}
.sec-wpoint .mainimg .copy {
  position: absolute;
  left: 46%;
  top: 23%;
}
.sec-wpoint .jre-box {
  margin: 60px 0 0;
  text-align: center;
}
.sec-wpoint .jre-box .lead {
  position: relative;
  font-size: 170%;
  padding-bottom: 30px;
}
.sec-wpoint .jre-box .lead:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 640px;
  height: 1px;
  background: #464D59;
}
.sec-wpoint .jre-box .lead:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border-bottom: 1px solid #464D59;
  background: #fff;
  transform: rotate(-45deg);
}
.sec-wpoint .jre-box .col {
  display: inline-block;
  width: 451px;
  margin: 30px 10px 0;
}
.sec-wpoint .jre-box .col .btn-square {
  margin: 15px 0 0 0;
}
.sec-wpoint .jre-box p {
  text-align: left;
  max-width: 920px;
  width: 90%;
  margin: 40px auto 0;
}
.sec-wpoint .wpoint-list {
  background: #F5F5F5;
  margin-top: 80px;
  padding: 60px 0;
}
.sec-wpoint .wpoint-list .inner {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto 0;
}
.sec-wpoint .wpoint-list .midashi {
  text-align: center;
}
.sec-wpoint .wpoint-list .midashi h2 {
  font-size: 160%;
  letter-spacing: 0.1em;
}
.sec-wpoint .wpoint-list .logo {
  margin: 50px 0 15px;
}
.sec-wpoint .wpoint-list .list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-wpoint .wpoint-list .list .store {
  width: 47%;
  border-bottom: 1px dotted #B9BCC0;
  position: relative;
  padding: 1em 0;
}
.sec-wpoint .wpoint-list .list .store:nth-child(1) {
  border-top: 1px dotted #B9BCC0;
}
.sec-wpoint .wpoint-list .list .store:nth-child(2) {
  border-top: 1px dotted #B9BCC0;
}
.sec-wpoint .wpoint-list .list .store .name {
  position: absolute;
  top: 0.8em;
  left: 0;
  color: #231815;
  font-size: 120%;
  font-weight: 500;
}
.sec-wpoint .wpoint-list .list .store .name .now {
  display: inline-block;
  background: #B1184B;
  color: #fff;
  font-size: 70%;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  margin-left: 10px;
}
.sec-wpoint .wpoint-list .list .store p {
  padding-left: 170px;
  font-size: 110%;
  margin: 0;
}
.sec-wpoint .wpoint-list .list .store .btn-readmore {
  padding-left: 170px;
}
.sec-wpoint .wpoint-list .list .store .btn-readmore a {
  color: #B1184B;
  text-decoration: none;
}
.sec-wpoint .wpoint-list .list .store .btn-readmore a span {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sec-wpoint .wpoint-intro {
    width: 80%;
  }
  .sec-wpoint .mainimg .img {
    width: 100%;
    padding-top: 75%;
    background-size: 120% auto;
  }
  .sec-wpoint .mainimg .copy {
    left: 10%;
    top: 63%;
    width: 80%;
  }
  .sec-wpoint .jre-box {
    margin: 40px 5% 0;
  }
  .sec-wpoint .jre-box .lead {
    font-size: 110%;
  }
  .sec-wpoint .jre-box .col {
    width: 90%;
    margin: 30px 0 0;
  }
  .sec-wpoint .jre-box .col .btn-square {
    font-size: 60%;
  }
  .sec-wpoint .jre-box p {
    font-size: 80%;
  }
  .sec-wpoint .wpoint-list {
    margin-top: 40px;
    padding: 30px 0;
  }
  .sec-wpoint .wpoint-list .midashi {
    font-size: 80%;
  }
  .sec-wpoint .wpoint-list .midashi h2 {
    font-size: 160%;
    letter-spacing: 0.1em;
  }
  .sec-wpoint .wpoint-list .logo {
    margin: 30px auto 5px;
  }
  .sec-wpoint .wpoint-list .logo img {
    height: 30px;
  }
  .sec-wpoint .wpoint-list .list {
    display: block;
    margin: 0 auto;
  }
  .sec-wpoint .wpoint-list .list .store {
    width: 100%;
    border-bottom: 1px dotted #B9BCC0;
  }
  .sec-wpoint .wpoint-list .list .store .name {
    font-size: 110%;
  }
  .sec-wpoint .wpoint-list .list .store .name .now {
    display: block;
    margin-left: 0;
  }
  .sec-wpoint .wpoint-list .list .store p {
    padding-left: 90px;
    font-size: 90%;
  }
  .sec-wpoint .wpoint-list .list .store .btn-readmore {
    padding-left: 90px;
  }
  .sec-wpoint .wpoint-list .list .store .btn-readmore a {
    color: #B1184B;
    text-decoration: none;
  }
  .sec-wpoint .wpoint-list .list .store .btn-readmore a span {
    text-decoration: none;
  }
  .sec-wpoint .wpoint-list .list .store:nth-child(2) {
    border-top: 0;
  }
}
 
/*------------------------------
at
-------------------------------*/
.sec-at {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 50px;
}
.sec-at .at-header {
  position: relative;
}
.sec-at .title {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 0 20px;
  position: relative;
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.sec-at .title:after {
  content: "";
  display: table;
  clear: both;
}
.sec-at .title h1 {
  float: left;
  display: table;
  font-family: "Lora", sans-serif;
  color: #b2b7bb;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}
.sec-at .title h1 .at {
  writing-mode: vertical-rl;
  font-size: 80%;
  border-right: 2px solid #b2b7bb;
  padding-right: 5px;
  margin-right: 13px;
}
.sec-at .title h1 .storename {
  letter-spacing: 0.06em;
}
.sec-at .title p {
  float: right;
  /*position: absolute;
  right: 0;
  bottom: 20px;*/
  font-size: 125%;
  text-align: right;
  margin: 0;
}
.sec-at .at-blc .at-header {
  width: 90%;
  max-width: 1060px;
  margin: 60px auto;
}
.sec-at .at-blc .at-header .num {
  text-align: center;
  font-size: 130%;
  border: 1px solid #3C4350;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 47px;
  margin: 0 auto 20px;
}
.sec-at .at-blc .at-header .at-title {
  text-align: center;
  font-size: 220%;
  font-weight: 500;
  line-height: 1.5;
}
.sec-at .at-blc .at-mainimg {
  position: relative;
  padding-top: 60px;
  background: #f4f4f4 url(../img/at/at-bg.png) repeat-x center top;
}
.sec-at .at-blc .imgarea {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}
.sec-at .at-blc .imgarea .img {
  line-height: 0;
  text-align: center;
}
.sec-at .at-blc .imgarea .img img {
  border-radius: 5px;
}
.sec-at .at-blc .imgarea .caption {
  font-size: 85%;
}
.sec-at .at-blc .inner {
  max-width: 1060px;
  margin: 0 auto 0;
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 60px;
}
.sec-at .at-blc .inner .at-contents {
  margin: 0 auto;
  /*.img {
      margin: 40px auto 0;
      text-align: center;
  }*/
}
.sec-at .at-blc .youtube{
  max-width: 560px;
  margin: 60px auto 0;
  aspect-ratio: 16 / 9;
}
.sec-at .at-blc .youtube iframe{
  max-width: 100%;
  height: 100%;
}
.sec-at .at-blc .inner .at-contents .imgarea {
  margin: 60px auto;
}
.sec-at .at-blc .inner .at-contents .lead {
  width: 90%;
  max-width: 700px;
  margin: 50px auto 0;
  font-size: 160%;
  position: relative;
  padding-bottom: 40px;
}
.sec-at .at-blc .inner .at-contents .lead:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  width: 40px;
  height: 1px;
}
.sec-at .at-blc .inner .at-contents .txt {
  width: 90%;
  max-width: 700px;
  margin: 40px auto 0;
  font-size: 110%;
}
.sec-at .at-blc .inner .at-contents .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-at .title h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-at {
    padding-top: 40px;
  }
  .sec-at .title h1 {
    float: none;
    font-size: 6.3vw;
    margin: 0 auto 0.4em;
  }
  .sec-at .title p {
    float: none;
    position: relative;
    font-size: 95%;
    text-align: center;
  }
  .sec-at .at-blc .at-header {
    margin: 40px auto;
  }
  .sec-at .at-blc .at-header .num {
    font-size: 80%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 40px auto 10px;
  }
  .sec-at .at-blc .at-header .at-title {
    font-size: 140%;
  }
  .sec-at .at-blc .at-mainimg {
    padding-top: 40px;
    background-size: auto 34vw;
  }
  .sec-at .at-blc .imgarea {
    width: 80%;
  }
  .sec-at .at-blc .imgarea .caption {
    font-size: 70%;
  }
  .sec-at .at-blc .inner {
    padding-bottom: 40px;
    background-size: 100% 1px;
  }
  .sec-at .at-blc .inner .at-contents .imgarea {
    margin: 40px auto;
  }
  .sec-at .at-blc .inner .at-contents .lead {
    margin-top: 40px;
    font-size: 120%;
    padding-bottom: 30px;
  }
  .sec-at .at-blc .inner .at-contents .lead:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
    width: 40px;
    height: 1px;
  }
  .sec-at .at-blc .inner .at-contents .txt {
    margin-top: 30px;
    font-size: 100%;
  }
}
 
body[data-store=akihabara] .sec-at .title, body[data-store=akihabara] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%), linear-gradient(to right, #bee471 0, #bee471 33%, #abdcff 33%, #abdcff 66%, #ffda6a 66%, #ffda6a 100%);
}
 
body[data-store=ebisu] .sec-at .title, body[data-store=ebisu] .sec-at .inner {
  background-image: linear-gradient(to left, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%), linear-gradient(to right, #BEE471 0, #BEE471 33%, #9EDECB 33%, #9EDECB 66%, #FF7491 66%, #FF7491 100%);
}
 
body[data-store=gotanda] .sec-at .title, body[data-store=gotanda] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=higashinakano] .sec-at .title, body[data-store=higashinakano] .sec-at .inner {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=kameido] .sec-at .title, body[data-store=kameido] .sec-at .inner {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=kawasaki] .sec-at .title, body[data-store=kawasaki] .sec-at .inner {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%), linear-gradient(to right, #abdcff 0, #abdcff 33%, #ffc04e 33%, #ffc04e 66%, #fde464 66%, #fde464 100%);
}
 
body[data-store=kichijoji] .sec-at .title, body[data-store=kichijoji] .sec-at .inner {
  background-image: linear-gradient(to left, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%), linear-gradient(to right, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
}
 
body[data-store=matsudo] .sec-at .title, body[data-store=matsudo] .sec-at .inner {
  background-image: linear-gradient(to left, #608ad3 0, #608ad3 100%), linear-gradient(to right, #608ad3 0, #608ad3 100%);
}
 
body[data-store=meguro] .sec-at .title, body[data-store=meguro] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=mitaka] .sec-at .title, body[data-store=mitaka] .sec-at .inner {
  background-image: linear-gradient(to left, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%), linear-gradient(to right, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
}
 
body[data-store=ofuna] .sec-at .title, body[data-store=ofuna] .sec-at .inner {
  background-image: linear-gradient(to left, #ff7491 0, #ff7491 100%), linear-gradient(to right, #ff7491 0, #ff7491 100%);
}
 
body[data-store=oimachi] .sec-at .title, body[data-store=oimachi] .sec-at .inner {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 100%), linear-gradient(to right, #abdcff 0, #abdcff 100%);
}
 
body[data-store=omori] .sec-at .title, body[data-store=omori] .sec-at .inner {
  background-image: linear-gradient(to left, #abdcff 0, #abdcff 100%), linear-gradient(to right, #abdcff 0, #abdcff 100%);
}
 
body[data-store=otsuka] .sec-at .title, body[data-store=otsuka] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=shin_urayasu] .sec-at .title, body[data-store=shin_urayasu] .sec-at .inner {
  background-image: linear-gradient(to left, #eb6e6e 0, #eb6e6e 100%), linear-gradient(to right, #eb6e6e 0, #eb6e6e 100%);
}
 
body[data-store=shinagawa] .sec-at .title, body[data-store=shinagawa] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%), linear-gradient(to right, #bee471 0, #bee471 25%, #ffc04e 25%, #ffc04e 50%, #abdcff 50%, #abdcff 75%, #709fff 75%, #709fff 100%);
}
 
body[data-store=shinanomachi] .sec-at .title, body[data-store=shinanomachi] .sec-at .inner {
  background-image: linear-gradient(to left, #ffda6a 0, #ffda6a 100%), linear-gradient(to right, #ffda6a 0, #ffda6a 100%);
}
 
body[data-store=sugamo] .sec-at .title, body[data-store=sugamo] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 100%), linear-gradient(to right, #bee471 0, #bee471 100%);
}
 
body[data-store=tabata] .sec-at .title, body[data-store=tabata] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%), linear-gradient(to right, #bee471 0, #bee471 50%, #abdcff 50%, #abdcff 100%);
}
 
body[data-store=takeshiba] .sec-at .title, body[data-store=takeshiba] .sec-at .inner {
  background-image: linear-gradient(to left, #dddddd 0, #dddddd 100%), linear-gradient(to right, #dddddd 0, #dddddd 100%);
}
 
body[data-store=toride] .sec-at .title, body[data-store=toride] .sec-at .inner {
  background-image: linear-gradient(to left, #608ad3 0, #608ad3 100%), linear-gradient(to right, #608ad3 0, #608ad3 100%);
}
 
body[data-store=ueno] .sec-at .title, body[data-store=ueno] .sec-at .inner {
  background-image: linear-gradient(to left, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%), linear-gradient(to right, #bee471 0, #bee471 16%, #abdcff 16%, #abdcff 33%, #ffb430 33%, #ffb430 49%, #85c892 49%, #85c892 66%, #ffa254 66%, #ffa254 83%, #b29cdd 83%, #b29cdd 100%);
}
 
body[data-store=urawa] .sec-at .title, body[data-store=urawa] .sec-at .inner {
  background-image: linear-gradient(to left, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%), linear-gradient(to right, #ff7491 0, #ff7491 25%, #abdcff 25%, #abdcff 50%, #85c892 50%, #85c892 75%, #ffa254 75%, #ffa254 100%);
}
 
body[data-store=yotsuya] .sec-at .title, body[data-store=yotsuya] .sec-at .inner {
  background-image: linear-gradient(to left, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%), linear-gradient(to right, #ff7a62 0, #ff7a62 50%, #ffda6a 50%, #ffda6a 100%);
}
 
.sec-recommend-shop .sec-inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list {
  justify-content: space-between;
  margin-top: 40px;
}
.sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box {
  width: 21.3%;
  margin-right: 0;
}
.sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box a .thumb {
  position: relative;
  line-height: 0;
}
.sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box a .thumb:after {
  position: absolute;
  bottom: 13px;
  right: -12px;
  content: "";
  width: 25px;
  height: 25px;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #3C4350;
  border-radius: 30px;
}
.sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box p {
  margin-bottom: 0;
  font-size: 110%;
}
.sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box .detail {
  font-size: 90%;
}
.sec-recommend-shop .title {
  margin-bottom: -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list {
    margin-top: 30px;
  }
  .sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box {
    width: 47.3%;
  }
  .sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box a .thumb:after {
    top: 78%;
  }
  .sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box p {
    font-size: 90%;
  }
  .sec-recommend-shop .sec-inner .sec-thumb-list .thumb-list .thumb-box .detail {
    font-size: 80%;
  }
}
 
.sec-recommend-shopnews {
  width: 100%;
  max-width: 100%;
  background: #EAEAEA;
  margin-top: 60px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-recommend-shopnews {
    margin-top: 40px;
    padding: 40px 0;
  }
}
 
.sec-bnr-other {
  margin: 60px auto;
  text-align: center;
}
.sec-bnr-other .title {
  display: block;
  border-top: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  font-size: 85%;
  padding: 10px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  width: 140px;
}
.sec-bnr-other .bnr-other {
  display: inline-block;
  width: 20em;
  margin: 0 20px;
  font-size: 112%;
  line-height: 1.3;
  text-align: left;
}
.sec-bnr-other .bnr-other a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #000;
}
.sec-bnr-other .bnr-other a .num {
  width: 2.4em;
  height: 2.4em;
  margin-right: 0.5em;
  border: 1px solid #3C4350;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lora", sans-serif;
  font-size: 90%;
  line-height: 1;
}
.sec-bnr-other .bnr-other a .at-title {
  flex: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
}
.sec-bnr-other .bnr-other a:after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  background: url("../img/arrow2_right.svg") no-repeat right center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .sec-bnr-other {
    margin: 40px auto;
  }
  .sec-bnr-other .title {
    margin-bottom: 20px;
  }
  .sec-bnr-other .bnr-other {
    display: block;
    max-width: 20em;
    width: 90%;
    margin: 20px auto 0;
  }
}
 
/*------------------------------
縺翫ヨ繧ｯ
-------------------------------*/
.sidebtn_inquirylist {
  position: fixed;
  right: 0;
  top: 40%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sidebtn_inquirylist {
    display: none;
  }
}
 
.page_otoku-header {
  position: relative;
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 15px;
  padding-top: 50px;
}
.page_otoku-header .title-otoku {
  position: relative;
  margin: 0 auto 50px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 400;
}
.page_otoku-header .title-otoku .text-1 {
  position: relative;
  display: table;
  margin: 0 auto 10px;
  font-size: 178%;
}
.page_otoku-header .title-otoku .text-2 {
  position: relative;
  display: table;
  margin: 0 auto 0;
  border-bottom: 1px solid #3C4350;
  font-size: 392%;
}
.page_otoku-header .otoku-lead {
  position: relative;
  display: table;
  margin: auto;
}
.page_otoku-header .fukidashi {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(105%, -30%);
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page_otoku-header .otoku-lead .title-otoku {
    font-size: min(1.4vw, 100%);
  }
  .page_otoku-header .fukidashi {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .page_otoku-header {
    max-width: 100%;
    padding-top: 40px;
  }
  .page_otoku-header .title-otoku {
    margin: 0 auto 40px;
    font-size: min(2.4vw, 90%);
    /*.text-1 {
    	font-size: 3vw;
    }
    .text-2 {
    	font-size: 5.8vw;
    }*/
  }
  .page_otoku-header .fukidashi {
    position: relative;
    display: table;
    margin: auto;
    background: #B1184B;
    border-radius: 200px;
    transform: translate(0, 0);
    overflow: hidden;
  }
}
 
.otoku-nav {
  position: relative;
  margin-bottom: 50px;
}
.otoku-nav ul {
  position: relative;
  list-style: none;
  display: flex;
  margin: 0 -5px 10px;
}
.otoku-nav ul li {
  position: relative;
  width: 33.33%;
  padding: 0 5px 10px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 128%;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 400;
}
.otoku-nav ul a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
.otoku-nav ul a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  border: 1px solid #3C4350;
  border-radius: 3px;
  background: #fff;
}
.otoku-nav ul a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #3C4350 transparent transparent transparent;
}
.otoku-nav ul a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
.otoku-nav ul a.is-current, .otoku-nav ul a:hover {
  color: #fff;
}
.otoku-nav ul a.is-current span, .otoku-nav ul a:hover span {
  background: #3C4350;
}
.otoku-nav ul a.is-current span:after, .otoku-nav ul a:hover span:after {
  opacity: 0;
}
.otoku-nav ul a:hover {
  opacity: 1;
}
.otoku-nav ul a.is-current {
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .otoku-nav ul li {
    font-size: 110%;
  }
}
@media screen and (max-width: 768px) {
  .otoku-nav {
    margin-bottom: 40px;
  }
  .otoku-nav ul li {
    font-size: 85%;
  }
}
 
.otoku_sec {
  position: relative;
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}
.otoku_sec .otoku_inner {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: auto;
}
.otoku_sec .btn-square a {
  font-size: 100%;
}
.otoku_sec.gry {
  background: #EAEAEA;
}
 
/* 隕句�縺� ------------- */
.otoku-h-maru {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 180%;
  font-weight: 400;
}
.otoku-h-maru i {
  display: inline-block;
  margin-right: 0.3em;
  color: #B1184B;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .otoku-h-maru {
    font-size: 120%;
    margin: 0 0 10px;
  }
}
 
.otoku-h-maru-2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 130%;
  font-weight: 400;
}
.otoku-h-maru-2 i {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  color: #B1184B;
  font-size: 0.5em;
  font-style: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .otoku-h-maru-2 {
    font-size: 100%;
  }
}
 
.otoku-h-xlarge {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 312%;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .otoku-h-xlarge {
    font-size: 180%;
  }
}
 
/* line ------------- */
.otoku-intro-line {
  position: relative;
}
.otoku-intro-line ul {
  position: relative;
  display: flex;
  justify-content: center;
}
.otoku-intro-line ul li {
  position: relative;
  width: 33.333%;
  max-width: 237px;
  padding: 0 10px;
  font-size: 114%;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
.otoku-intro-line ul li .text {
  position: relative;
  padding: 0 10px;
}
.otoku-intro-line .text-2 {
  position: relative;
  margin-top: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 300%;
  text-align: center;
  letter-spacing: 0.03em;
}
.otoku-intro-line .text-2 span {
  display: inline-block;
}
.otoku-intro-line .text-2 .dot {
  position: relative;
  font-size: 145%;
}
.otoku-intro-line .text-2 .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #0cc755;
  border-radius: 100px;
}
.otoku-intro-line .text-2 .no-dot {
  position: relative;
  font-size: 145%;
}
@media screen and (max-width: 768px) {
  .otoku-intro-line {
    font-size: 2.6vw;
  }
  .otoku-intro-line ul li {
    padding: 0px;
    font-size: 2.4vw;
  }
}
 
.otoku_sec.otoku_sec_friend {
  border-bottom: 1px solid #fbd22d;
  background: #fff9e7;
  overflow: hidden;
}
.otoku_sec.otoku_sec_friend:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fbd22d;
}
.otoku_sec.otoku_sec_friend:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: #fff;
  border-bottom: 1px solid #fbd22d;
  transform: translate(-50%, -50%) rotate(-45deg);
}
 
.line-friend {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.line-friend .line-friend-header {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 125%;
  line-height: 1.4;
}
.line-friend .line-friend-header span {
  font-size: 150%;
  vertical-align: middle;
}
.line-friend .line-friend-header .line-friend-title {
  position: relative;
  display: block;
  text-decoration: none;
  background: url("../img/line/line_friend_arrow.png") no-repeat center center;
  background-size: contain;
}
.line-friend .line-friend-header a {
  display: block;
  text-decoration: none;
}
.line-friend .line-friend-header .text {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3em 4.5em 3em 3em;
  color: #fff;
}
.line-friend .line-friend-qrcode {
  width: 35%;
  max-width: 145px;
  margin: 0 40px 0 24px;
  background: #fff;
  border: 1px solid #3C4350;
}
.line-friend .line-friend-qrcode a {
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
}
.line-friend .line-friend-link {
  position: relative;
  margin: 20px 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 150%;
  line-height: 1.4;
  text-align: center;
}
.line-friend .line-friend-link a {
  position: relative;
  display: block;
  padding: 1em 3em;
  background: #fff;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.line-friend .line-friend-link .text-1 {
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
}
.line-friend .line-friend-link .text-1 span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fbd22d 0%);
}
.line-friend .line-friend-link .text-1:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/line/icon_arrow_r.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .line-friend {
    display: block;
  }
  .line-friend .line-friend-header {
    display: block;
    margin: auto;
    font-size: min(4vw,150%);
    line-height: 1.4;
    text-align: center;
  }
  .line-friend .line-friend-header span {
    font-size: 100%;
    vertical-align: baseline;
    background: linear-gradient(transparent 70%, #fbd22d 0%);
  }
  .line-friend .line-friend-header .line-friend-title {
    background: none;
  }
  .line-friend .line-friend-header a {
    position: relative;
    display: block;
    padding: 1em 3em;
    background: #fff;
    border-radius: 100px;
    color: #3C4350;
    text-decoration: none;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .line-friend .line-friend-header .text {
    display: block;
    padding: 0;
    color: #3C4350;
  }
  .line-friend .line-friend-header .text:after {
    content: "";
    display: inline-block;
    margin-left: 0.3em;
    width: 1em;
    height: 1em;
    background: url("../img/line/icon_arrow_r.svg") no-repeat 0 0;
    background-size: 100% auto;
  }
  .line-friend .line-friend-qrcode {
    display: none;
  }
  .line-friend .line-friend-link {
    display: block;
    margin: 50px auto 0;
    font-size: min(4vw,150%);
    margin-bottom: 0;
  }
}
 
.line-renkei-intro {
  position: relative;
  display: table;
  margin: 20px auto;
}
.line-renkei-intro a {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #0cc755;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.line-renkei-intro a:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 6px;
  height: 6px;
  position: relative;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-75%) scaleX(0.9) rotate(45deg);
}
.line-renkei-intro .text-1 {
  position: relative;
  display: inline;
  font-size: 107%;
}
.line-renkei-intro .text-1 span {
  display: inline-block;
  background: #fef4cf;
}
.line-renkei-intro .text-2 {
  position: relative;
  display: inline;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 140%;
}
 
.line-renkei-otoku-header {
  position: relative;
  letter-spacing: 0.03em;
}
.line-renkei-otoku-header h2 {
  display: table;
  margin: 0 auto 0.5em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 214%;
  text-align: center;
  font-weight: 400;
}
.line-renkei-otoku-header h2 span {
  display: inline-block;
  border-bottom: 1px solid #3C4350;
}
.line-renkei-otoku-header .text-1 {
  position: relative;
  margin: 1.5em 0;
  font-size: 114%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
}
.line-renkei-otoku-header .text-2 {
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 300%;
  text-align: center;
  letter-spacing: 0.03em;
}
.line-renkei-otoku-header .text-2 .dot {
  position: relative;
  font-size: 145%;
}
.line-renkei-otoku-header .text-2 .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #0cc755;
  border-radius: 100px;
}
.line-renkei-otoku-header .text-2 .no-dot {
  position: relative;
  font-size: 145%;
}
@media screen and (max-width: 768px) {
  .line-renkei-otoku-header {
    font-size: 2.6vw;
  }
}
 
.line-renkei-otoku {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1016px;
  margin: 60px auto;
}
.line-renkei-otoku .line-renkei-otoku-block {
  width: 50%;
  margin-bottom: 50px;
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-inner {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 40px 0 0 0;
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-head h3 {
  position: relative;
  margin-left: 50px;
  padding: 10px 0 10px 50px;
  background: #fbd22d;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 142%;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-head h3 .num {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-body {
  padding: 20px 40px;
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-catch {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  text-align: center;
  line-height: 1.4;
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-catch .text-1 {
  font-size: 214%;
  letter-spacing: 0.02em;
}
.line-renkei-otoku .line-renkei-otoku-block .otoku-block-catch .text-2 {
  font-size: 300%;
  letter-spacing: 0.02em;
}
.line-renkei-otoku .line-renkei-otoku-block .img {
  max-width: 260px;
  margin: 20px auto 0;
  text-align: center;
}
.line-renkei-otoku .line-renkei-otoku-block .text-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-renkei-otoku .line-renkei-otoku-block .text-img .text-img-text {
  width: 46%;
  font-weight: 400;
}
.line-renkei-otoku .line-renkei-otoku-block .text-img .text-img-text .text-1 {
  font-size: 128%;
  letter-spacing: 0.03em;
}
.line-renkei-otoku .line-renkei-otoku-block .text-img .text-img-text .text-1 span {
  border-bottom: 1px solid #3C4350;
}
.line-renkei-otoku .line-renkei-otoku-block .text-img .text-img-img {
  width: 46%;
  border: 1px solid #b9bcc0;
}
.line-renkei-otoku .line-renkei-otoku-block:nth-child(2n+1) .otoku-block-inner {
  margin-right: 20px;
}
.line-renkei-otoku .line-renkei-otoku-block:nth-child(2n) .otoku-block-inner {
  margin-left: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .line-renkei-otoku .line-renkei-otoku-block .otoku-block-catch {
    font-size: min(1.1vw, 100%);
  }
}
@media screen and (max-width: 768px) {
  .line-renkei-otoku .line-renkei-otoku-block {
    width: 100%;
    font-size: 2.6vw;
  }
  .line-renkei-otoku .line-renkei-otoku-block .otoku-block-catch {
    font-size: min(2.5vw, 90%);
  }
  .line-renkei-otoku .line-renkei-otoku-block .otoku-block-body {
    padding: 20px;
  }
  .line-renkei-otoku .line-renkei-otoku-block:nth-child(2n+1) .otoku-block-inner {
    margin-right: 0;
  }
  .line-renkei-otoku .line-renkei-otoku-block:nth-child(2n) .otoku-block-inner {
    margin-left: 0;
  }
}
 
.line-renkei-present {
  position: relative;
  max-width: 1016px;
  margin: 50px auto;
  padding: 50px 50px;
  background: #fff9e7;
  border: 1px solid #fbd22d;
}
.line-renkei-present .fukidashi {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 22em;
  margin: auto;
  padding: 10px 30px;
  background: #fff9e7;
  text-align: center;
  transform: translate(-50%, -50%);
}
.line-renkei-present .fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff9e7;
  border-left: 1px solid #fbd22d;
  transform: skewX(20deg);
  transform-origin: left bottom;
  z-index: 0;
}
.line-renkei-present .fukidashi:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff9e7;
  border-right: 1px solid #fbd22d;
  transform: skewX(-20deg);
  transform-origin: right bottom;
  z-index: 0;
}
.line-renkei-present .fukidashi p {
  position: relative;
  margin: auto;
  z-index: 1;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-weight: 500;
}
.line-renkei-present .fukidashi p .text-1 {
  font-size: 114%;
}
.line-renkei-present .fukidashi p .text-2 {
  font-size: 142%;
}
.line-renkei-present .renkei-present-block {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  letter-spacing: 0.03em;
}
.line-renkei-present .renkei-present-block .img {
  width: 284px;
}
.line-renkei-present .renkei-present-block .text {
  flex: 1;
  margin-left: 8%;
}
.line-renkei-present .renkei-present-block .text .renkei-present-lead {
  margin: 0 auto 10px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  text-align: center;
  font-weight: 400;
}
.line-renkei-present .renkei-present-block .text .text-1 {
  display: inline-block;
  font-size: 157%;
}
.line-renkei-present .renkei-present-block .text .text-2 {
  display: inline-block;
  font-size: 214%;
}
.line-renkei-present .renkei-present-block .text .text-3 {
  display: inline-block;
  font-size: 285%;
}
.line-renkei-present .renkei-present-block .text .bg {
  display: inline-block;
  background: #0cc755;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .line-renkei-present .renkei-present-block {
    width: auto;
  }
  .line-renkei-present .renkei-present-block .text .renkei-present-lead {
    font-size: min(1.2vw, 100%);
  }
}
@media screen and (max-width: 768px) {
  .line-renkei-present {
    padding: 50px 20px;
  }
  .line-renkei-present .renkei-present-block {
    display: block;
    width: auto;
  }
  .line-renkei-present .renkei-present-block .img {
    width: auto;
    max-width: 150px;
    margin: auto auto 10px;
  }
  .line-renkei-present .renkei-present-block .text {
    width: auto;
    margin: 0;
  }
  .line-renkei-present .renkei-present-block .text .renkei-present-lead {
    font-size: min(2.6vw, 80%);
  }
  .line-renkei-present .fukidashi {
    font-size: 2.6vw;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }
}
 
.line-renkei-howto {
  position: relative;
  margin: 50px auto;
  border: 1px solid #b9bcc0;
  background: #fff;
}
.line-renkei-howto .howto-header {
  display: table;
  top: -1px;
  position: relative;
  margin: 0 auto 2em;
  padding: 0 60px;
  background: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  line-height: 1;
}
.line-renkei-howto .howto-header h2 {
  position: relative;
  top: -0.5em;
  font-size: 178%;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}
.line-renkei-howto .howto-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, #fff 5px, #b9bcc0 5px, #b9bcc0 17px, #fff 17px, #fff 20px, #b9bcc0 20px, #b9bcc0 24px, #fff 24px);
}
.line-renkei-howto .howto-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 1px;
  background: linear-gradient(to left, #fff 5px, #b9bcc0 5px, #b9bcc0 17px, #fff 17px, #fff 20px, #b9bcc0 20px, #b9bcc0 24px, #fff 24px);
}
.line-renkei-howto .howto-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  margin: auto;
}
.line-renkei-howto .howto-container .howto-block {
  position: relative;
  width: 29%;
  margin-bottom: 40px;
}
.line-renkei-howto .howto-container .howto-block .howto-block-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.line-renkei-howto .howto-container .howto-block .howto-block-num {
  display: table;
  margin: auto;
  padding: 8px 20px 6px;
  border-radius: 3px 3px 0 0;
  background: #f2f2f2;
}
.line-renkei-howto .howto-container .howto-block .howto-block-num p {
  position: relative;
  margin: auto;
  border-bottom: 1px solid #0cc755;
  font-family: "Lora", sans-serif;
  color: #0cc755;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.line-renkei-howto .howto-container .howto-block .howto-block-body {
  flex: 1;
  position: relative;
  padding: 20px 30px;
  background: #f2f2f2;
}
.line-renkei-howto .howto-container .howto-block .howto-block-body .howto-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 150%;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.line-renkei-howto .howto-container .howto-block .howto-block-body .img {
  line-height: 1;
  text-align: center;
}
.line-renkei-howto .howto-container .arrow {
  position: relative;
  width: 4.8%;
  margin-bottom: 40px;
  text-indent: 200%;
  overflow: hidden;
}
.line-renkei-howto .howto-container .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 100%;
  background: url("../img/line/howto_arrow.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .line-renkei-howto .howto-container .howto-block .howto-block-body .howto-title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .line-renkei-howto .howto-header {
    font-size: 2.6vw;
  }
  .line-renkei-howto .howto-container {
    display: block;
  }
  .line-renkei-howto .howto-container .howto-block {
    width: auto;
  }
  .line-renkei-howto .howto-container .arrow {
    display: none;
  }
}
 
.infobox-jrepoint {
  position: relative;
  max-width: 1016px;
  margin: 60px auto;
  background: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}
.infobox-jrepoint .infobox-header {
  position: relative;
  background: #006934;
  font-family: "Lora", sans-serif;
  color: #fff;
  font-size: 157%;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
}
.infobox-jrepoint .infobox-header h3 {
  font-weight: 400;
}
.infobox-jrepoint .infobox-body {
  position: relative;
  max-width: 950px;
  margin: auto;
  padding: 30px 50px;
  display: flex;
}
.infobox-jrepoint .infobox-body .infobox-left {
  position: relative;
  flex: 1;
}
.infobox-jrepoint .infobox-body .infobox-right {
  position: relative;
  width: 260px;
}
.infobox-jrepoint .infobox-body .logo-text {
  display: flex;
  align-items: center;
}
.infobox-jrepoint .infobox-body .logo-text .logo {
  width: 98px;
  margin-right: 30px;
}
.infobox-jrepoint .infobox-body .logo-text .text {
  flex: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  line-height: 1.4;
}
.infobox-jrepoint .infobox-body .logo-text .text .text-1 {
  font-size: 142%;
}
.infobox-jrepoint .infobox-body .logo-text .text .text-2 {
  font-size: 320%;
}
.infobox-jrepoint .infobox-body .btn-square {
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .infobox-jrepoint .logo-text .text {
    font-size: min(1.1vw, 100%);
  }
}
@media screen and (max-width: 768px) {
  .infobox-jrepoint .infobox-body {
    display: block;
    padding: 20px;
  }
  .infobox-jrepoint .infobox-body .infobox-right {
    width: auto;
  }
  .infobox-jrepoint .infobox-body .logo-text {
    display: block;
  }
  .infobox-jrepoint .infobox-body .logo-text .logo {
    margin: 0 auto 10px;
  }
  .infobox-jrepoint .infobox-body .logo-text .text {
    font-size: min(2.6vw, 100%);
    text-align: center;
  }
}
 
/* jre point ------------- */
.jrepoint-anchor {
  text-align: center;
}
.jrepoint-anchor li {
  display: inline-block;
  border-bottom: 1px solid #3C4350;
  margin: 0 20px;
  text-align: left;
  font-size: 140%;
  position: relative;
  font-weight: 500;
}
.jrepoint-anchor li:after {
  content: "";
  display: block;
  margin: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-75%) scaleX(0.9) rotate(45deg);
}
.jrepoint-anchor li a {
  position: relative;
  display: block;
  padding-right: 30px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #3C4350;
}
.jrepoint-anchor li a:before {
  content: "笳�";
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  color: #B1184B;
  font-size: 0.8em;
  vertical-align: middle;
}
.jrepoint-anchor li:hover {
  border-bottom: 1px solid #B1184B;
}
@media screen and (max-width: 768px) {
  .jrepoint-anchor li {
    width: 40%;
    margin: 10px 10px 0;
    font-size: 87%;
  }
}
 
.otoku-intro-jrepoint {
  position: relative;
  display: table;
  margin: auto;
}
.otoku-intro-jrepoint .intro-jrepoint-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.otoku-intro-jrepoint .colL {
  width: 120px;
  margin-right: 30px;
}
.otoku-intro-jrepoint .colR {
  position: relative;
  flex: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 135%;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.otoku-intro-jrepoint .btn-square {
  margin-top: 0;
}
.otoku-intro-jrepoint .btn-square a {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .otoku-intro-jrepoint .intro-jrepoint-inner {
    display: block;
  }
  .otoku-intro-jrepoint .colL {
    margin: 0 auto 10px;
  }
  .otoku-intro-jrepoint .colR {
    font-size: 115%;
  }
}
 
.jrepoint-howto {
  position: relative;
  max-width: 1016px;
  margin: 30px auto;
}
.jrepoint-howto .jrepoint-howto-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
  padding: 50px 0;
  background: #fff;
}
.jrepoint-howto .jrepoint-howto-container .howto-block {
  position: relative;
  width: 44%;
  margin-bottom: 40px;
}
.jrepoint-howto .jrepoint-howto-container .howto-block:nth-child(2n+1) {
  padding-right: 4%;
  border-right: 1px dotted #eee;
}
.jrepoint-howto .jrepoint-howto-container .howto-block:nth-child(2n) {
  padding-left: 4%;
}
.jrepoint-howto .jrepoint-howto-container .howto-block-inner {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
.jrepoint-howto .jrepoint-howto-container .howto-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  margin: 0 auto 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 170%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.jrepoint-howto .jrepoint-howto-container .howto-body {
  max-width: 398px;
  margin: auto;
}
.jrepoint-howto .jrepoint-howto-container .howto-body .img {
  text-align: center;
}
.jrepoint-howto .jrepoint-howto-container .howto-body .caption {
  font-weight: 400;
}
.jrepoint-howto .jrepoint-howto-container .howto-block-wide .caption {
  margin: 0 auto 1em;
  font-size: 112%;
  font-weight: 400;
}
.jrepoint-howto .jrepoint-howto-container .howto-btn {
  max-width: 440px;
  margin: 0 auto 40px;
}
.jrepoint-howto .jrepoint-howto-container .howto-btn .btn-square {
  margin-top: 10px;
}
.jrepoint-howto .jrepoint-howto-container .howto-btn .btn-square a {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 15px;
  text-align: left;
  line-height: 1.4;
  min-height: 4em;
}
.jrepoint-howto .jrepoint-howto-container .howto-btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .jrepoint-howto .jrepoint-howto-container {
    display: block;
  }
  .jrepoint-howto .jrepoint-howto-container .howto-title {
    min-height: 0;
  }
  .jrepoint-howto .jrepoint-howto-container .howto-block {
    width: 90%;
    margin: 0 auto 40px;
  }
  .jrepoint-howto .jrepoint-howto-container .howto-block:nth-child(2n+1) {
    padding: 0;
    border-right: 0;
  }
  .jrepoint-howto .jrepoint-howto-container .howto-block:nth-child(2n) {
    padding: 0;
  }
  .jrepoint-howto .jrepoint-howto-container .howto-block-wide {
    width: 90%;
    margin: 40px auto 0;
  }
}
 
.jrepoint-service {
  position: relative;
  margin: auto;
  max-width: 1016px;
}
.jrepoint-service .otoku-h-maru {
  margin-bottom: 30px;
}
 
.jrepoint-service-box {
  position: relative;
  display: flex;
  max-width: 1016px;
  margin: 40px auto;
}
.jrepoint-service-box .colL {
  position: relative;
  width: 31%;
  padding: 15px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jrepoint-service-box .colL .fukidashi {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  padding: 10px 30px;
  background: #fff;
  text-align: center;
  transform: translate(0, -50%);
}
.jrepoint-service-box .colL .fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-left: 1px solid #b9bcc0;
  transform: skewX(20deg);
  transform-origin: left bottom;
  z-index: 0;
}
.jrepoint-service-box .colL .fukidashi:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-right: 1px solid #b9bcc0;
  transform: skewX(-20deg);
  transform-origin: right bottom;
  z-index: 0;
}
.jrepoint-service-box .colL .fukidashi p {
  position: relative;
  margin: auto;
  z-index: 1;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 142%;
  font-weight: 500;
}
.jrepoint-service-box .colL h3 {
  margin: 10px auto 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 210%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
.jrepoint-service-box .colL h3 strong {
  color: #B1184B;
  font-size: 130%;
  font-weight: 400;
}
.jrepoint-service-box .colL .img {
  line-height: 1;
  text-align: center;
}
.jrepoint-service-box .colR {
  flex: 1;
  position: relative;
  margin-left: 30px;
  padding: 30px 15px;
  border-top: 1px solid #b9bcc0;
  border-bottom: 1px solid #b9bcc0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jrepoint-service-box .text-1 {
  margin: 0 0 10px;
  max-width: 30em;
  font-size: 128%;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.jrepoint-service-box .text-2 {
  margin: 1em 0px;
  max-width: 30em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 142%;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.jrepoint-service-box .text-2 .uline {
  border-bottom: 1px solid #B1184B;
}
.jrepoint-service-box .text-2 strong {
  font-size: 175%;
  font-weight: 400;
}
.jrepoint-service-box .btn-square {
  margin: 30px 0 0;
  text-align: left;
}
.jrepoint-service-box .infobox-jrecard {
  position: relative;
  margin: 30px auto;
  background: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}
.jrepoint-service-box .infobox-jrecard .infobox-header {
  position: relative;
  background: #006934;
  font-family: "Lora", sans-serif;
  color: #fff;
  font-size: 157%;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
}
.jrepoint-service-box .infobox-jrecard .infobox-header h3 {
  font-weight: 400;
}
.jrepoint-service-box .infobox-jrecard .infobox-body {
  position: relative;
  max-width: 950px;
  margin: auto;
  padding: 20px;
  display: flex;
}
.jrepoint-service-box .infobox-jrecard .infobox-body .infobox-left {
  position: relative;
  width: 30%;
}
.jrepoint-service-box .infobox-jrecard .infobox-body .infobox-right {
  position: relative;
  flex: 1;
  margin-left: 20px;
}
.jrepoint-service-box .infobox-jrecard .infobox-body .img {
  line-height: 1;
}
.jrepoint-service-box .infobox-jrecard .infobox-body .btn-square {
  margin: 20px 0 0;
}
.jrepoint-service-box .infobox-jrecard .infobox-body .btn-square a {
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jrepoint-service-box .colL .fukidashi {
    left: 30px;
    right: 30px;
    padding: 10px 5px;
  }
  .jrepoint-service-box .colL .fukidashi p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .jrepoint-service-box {
    display: block;
  }
  .jrepoint-service-box .colL {
    width: auto;
    padding: 20px 0;
    font-size: 2.6vw;
  }
  .jrepoint-service-box .colL .fukidashi + .img {
    margin: 40px auto 0;
  }
  .jrepoint-service-box .colR {
    margin: 10px 0 0;
    padding: 30px 20px;
    border: 1px solid #b9bcc0;
    border-top: 0;
    border-bottom: 0;
  }
  .jrepoint-service-box .infobox-jrecard .infobox-body {
    display: block;
  }
  .jrepoint-service-box .infobox-jrecard .infobox-body .infobox-left {
    width: 60%;
    margin: auto;
  }
  .jrepoint-service-box .infobox-jrecard .infobox-body .infobox-right {
    margin: 20px auto 0;
  }
}
 
.jrepoint-term {
  position: relative;
  max-width: 1016px;
  margin: 30px auto;
  background: #fef4f7;
  border: 1px solid #B1184B;
}
.jrepoint-term .jrepoint-term-title {
  position: relative;
  display: table;
  margin: 0;
  padding: 3px 40px;
  background: #B1184B;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #fff;
  font-size: 142%;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}
.jrepoint-term .jrepoint-term-body {
  position: relative;
  max-width: 920px;
  margin: auto;
  padding: 20px 30px 40px;
}
.jrepoint-term .jrepoint-term-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.jrepoint-term .colL {
  position: relative;
  margin-right: 25px;
  font-weight: 400;
}
.jrepoint-term .colL .fukidahi {
  position: relative;
  background: #fff;
  border: 1px solid #231815;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 142%;
  font-weight: 500;
  text-align: center;
}
.jrepoint-term .colL .fukidahi:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  background: #fff;
  transform: scaleY(0.8) translateX(50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .jrepoint-term .jrepoint-term-inner {
    display: block;
  }
  .jrepoint-term .colL {
    margin: 0 auto 25px;
  }
  .jrepoint-term .colL .fukidahi:before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0.8) translateY(50%) rotate(45deg);
  }
}
 
.jrepoint-contact {
  position: relative;
  max-width: 1016px;
  margin: 30px auto;
}
 
.jrepoint-contact-box {
  position: relative;
  max-width: 1016px;
  margin: 20px auto;
  padding: 40px;
  background: #fff;
  display: flex;
}
.jrepoint-contact-box .colL {
  width: 50%;
  padding-right: 30px;
  border-right: 1px dotted #b9bcc0;
}
.jrepoint-contact-box .colL p {
  margin: 0;
}
.jrepoint-contact-box .colR {
  flex: 1;
  padding-left: 30px;
}
.jrepoint-contact-box .text-1 {
  margin: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 142%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.jrepoint-contact-box .tel {
  position: relative;
  font-family: "Lora", sans-serif;
  color: #B1184B;
  font-size: 285%;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.jrepoint-contact-box .tel:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.6em;
  height: 1em;
  margin-right: 0.3em;
  background: url("../img/icon_tel_red.svg") no-repeat left bottom;
  background-size: 100% auto;
}
.jrepoint-contact-box .btn-square {
  margin: 10px 0;
  text-align: left;
}
.jrepoint-contact-box .btn-square a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .jrepoint-contact-box {
    display: block;
  }
  .jrepoint-contact-box .colL {
    width: auto;
    padding: 0;
    border: 0;
  }
  .jrepoint-contact-box .colR {
    padding: 0;
  }
  .jrepoint-contact-box .tel {
    display: block;
    font-size: 180%;
  }
}
 
.jrepoint-cardinfo {
  position: relative;
  max-width: 1016px;
  margin: 30px auto 80px;
}
.jrepoint-cardinfo .cardinfo-title {
  position: relative;
  display: table;
  margin: auto;
  border-bottom: 1px solid #B1184B;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #B1184B;
  font-size: 178%;
  text-align: center;
  font-weight: 400;
}
.jrepoint-cardinfo .cardinfo-lead {
  position: relative;
  display: table;
  margin: 30px auto;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}
.jrepoint-cardinfo .cardinfo-lead .dot {
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 235%;
}
.jrepoint-cardinfo .cardinfo-lead .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #B1184B;
  border-radius: 100px;
}
.jrepoint-cardinfo .cardinfo-lead .text-1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 328%;
}
.jrepoint-cardinfo .cardinfo-lead .text-2 {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 128%;
}
.jrepoint-cardinfo .cardinfo-lead .fuidashi {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(105%, 0);
}
.jrepoint-cardinfo .cardinfo-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 30px auto;
}
.jrepoint-cardinfo .cardinfo-img:before {
  content: "";
  flex: 1;
}
.jrepoint-cardinfo .cardinfo-img .img {
  line-height: 1;
}
.jrepoint-cardinfo .cardinfo-img .text-1 {
  flex: 1;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jrepoint-cardinfo .cardinfo-img {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .jrepoint-cardinfo .cardinfo-title {
    font-size: 150%;
  }
  .jrepoint-cardinfo .cardinfo-lead {
    font-size: 2.6vw;
  }
  .jrepoint-cardinfo .cardinfo-lead .fuidashi {
    position: relative;
    transform: translate(0, 0);
  }
  .jrepoint-cardinfo .cardinfo-img {
    display: block;
    text-align: center;
  }
}
 
.jrepoint-cardinfo2 {
  position: relative;
  max-width: 1016px;
  margin: 100px auto 80px;
}
.jrepoint-cardinfo2 .cardinfo-title {
  position: relative;
  display: table;
  margin: auto;
  padding: 0 15px 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
.jrepoint-cardinfo2 .cardinfo-title .text-1 {
  font-size: 214%;
}
.jrepoint-cardinfo2 .cardinfo-title .text-2 {
  font-size: 285%;
}
.jrepoint-cardinfo2 .cardinfo-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border: 1px solid #3C4350;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.jrepoint-cardinfo2 .cardinfo-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #3C4350;
  border-bottom: 1px solid #3C4350;
  transform: translateY(50%) rotate(-45deg);
}
.jrepoint-cardinfo2 .cardinfo-banner {
  position: relative;
  max-width: 1016px;
  margin: 50px auto 0;
}
.jrepoint-cardinfo2 .cardinfo-banner ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.jrepoint-cardinfo2 .cardinfo-banner ul li {
  width: 50%;
  padding: 0 15px;
  border-radius: 5px;
  overflow: hidden;
}
.jrepoint-cardinfo2 .cardinfo-banner ul .img {
  background: #f2f2f2;
  line-height: 1;
  text-align: center;
}
.jrepoint-cardinfo2 .cardinfo-banner ul a {
  text-decoration: none;
}
.jrepoint-cardinfo2 .cardinfo-banner ul .more {
  position: relative;
  padding: 12px 30px;
  background: #3C4350;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.jrepoint-cardinfo2 .cardinfo-banner ul .more:after {
  flex: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .jrepoint-cardinfo2 .cardinfo-title {
    font-size: 2.6vw;
  }
  .jrepoint-cardinfo2 .cardinfo-banner ul {
    display: block;
  }
  .jrepoint-cardinfo2 .cardinfo-banner ul li {
    width: auto;
    margin: 0 auto 15px;
  }
}
 
/* jre card ------------- */
.otoku-intro-jrecard {
  position: relative;
  margin: 40px auto;
  text-align: center;
  line-height: 1;
}
 
.jrecard-service {

  position: relative;
  max-width: 1016px;
  margin: 40px auto;
}
.jrecard-service .otoku-h-maru {
  margin-bottom: 30px;
}
 
.jrecard-service-box {
  position: relative;
  display: flex;
  max-width: 1016px;
  margin: 40px auto;
}
.jrecard-service-box .colL {
  position: relative;
  width: 31%;
  padding: 50px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.jrecard-service-box .colL .label {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, 0);
}
.jrecard-service-box .colL p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 250%;
  font-weight: 400;
  line-height: 1.4;
}
.jrecard-service-box .colL p strong {
  color: #B1184B;
  font-size: 140%;
  font-weight: 400;
}
.jrecard-service-box .colR {
  flex: 1;
  position: relative;
  margin-left: 30px;
  padding: 30px 15px;
  border-top: 1px solid #b9bcc0;
  border-bottom: 1px solid #b9bcc0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jrecard-service-box .text-1 {
  margin: 0 0 10px;
  max-width: 40em;
  font-size: 128%;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.jrecard-service-box .btn-square {
  margin: 30px 0 0;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jrecard-service-box .colL {
    font-size: min(1.2vw, 100%);
  }
}
@media screen and (max-width: 768px) {
  .jrecard-service-box {
    display: block;
  }
  .jrecard-service-box .colL {
    width: auto;
    font-size: min(4vw, 100%);
  }
  .jrecard-service-box .colR {
    margin: 10px 0 0;
    padding: 30px 20px;
    border: 1px solid #b9bcc0;
    border-top: 0;
    border-bottom: 0;
  }
}
 
.jrecard-lineup {
  position: relative;
  max-width: 1016px;
  margin: 40px auto;
}
.jrecard-lineup .jrecard-lineup-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.jrecard-lineup .jrecard-lineup-box .colL {
  width: 48%;
}
.jrecard-lineup .jrecard-lineup-box .colR {
  width: 48%;
}
.jrecard-lineup .jrecard-lineup-box .img {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .jrecard-lineup .jrecard-lineup-box {
    display: block;
  }
  .jrecard-lineup .jrecard-lineup-box .colL {
    width: auto;
  }
  .jrecard-lineup .jrecard-lineup-box .colR {
    width: auto;
    margin-top: 30px;
  }
  .jrecard-lineup .jrecard-lineup-box .img {
    text-align: center;
  }
}
 
.jrecard-tokuten {
  position: relative;
  max-width: 1016px;
  margin: 40px auto;
}
.jrecard-tokuten .lead {
  font-size: 128%;
}
 
.jrecard-tokuten-service {
  position: relative;
  max-width: 1016px;
  margin: 40px -20px;
  display: flex;
}
.jrecard-tokuten-service .tokuten-box {
  position: relative;
  flex: 1;
  margin: 0 20px;
  padding: 30px;
  background: #fff;
}
.jrecard-tokuten-service .btn-square {
  margin: 10px 0 0;
  text-align: left;
}
.jrecard-tokuten-service .btn-square a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .jrecard-tokuten-service {
    display: block;
  }
}
 
.jrecard-tokuten-atre {
  position: relative;
  max-width: 1016px;
  margin: 40px auto;
}
.jrecard-tokuten-atre .jrecard-tokuten-atrelist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
.jrecard-tokuten-atre .jrecard-tokuten-atrelist ul li {
  position: relative;
  width: 16%;
  padding: 0 10px 0 0;
}
.jrecard-tokuten-atre .jrecard-tokuten-atrelist ul li .btn-square a {
  padding: 12px 20px;
}
.jrecard-tokuten-atre .btn-square {
  margin: 10px 0 0;
  text-align: left;
}
.jrecard-tokuten-atre .btn-square a {
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .jrecard-tokuten-atre .jrecard-tokuten-atrelist ul li {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .jrecard-tokuten-atre .jrecard-tokuten-atrelist ul li {
    width: 50%;
  }
}
 
.jrecard-contact {
  position: relative;
  max-width: 1016px;
  margin: 30px auto;
}
 
.jrecard-contact-box {
  position: relative;
  max-width: 1016px;
  margin: 20px auto;
  padding: 40px;
  background: #f2f2f2;
  display: flex;
}
.jrecard-contact-box p {
  margin: 0;
}
.jrecard-contact-box .colL {
  width: 50%;
  padding-right: 30px;
  border-right: 1px dotted #b9bcc0;
}
.jrecard-contact-box .colR {
  flex: 1;
  padding-left: 30px;
}
.jrecard-contact-box .text-1 {
  margin: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Times New Roman, serif;
  font-size: 142%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.jrecard-contact-box .text-2 {
  margin-bottom: 10px;
  font-weight: 400;
}
.jrecard-contact-box .tel {
  position: relative;
  font-family: "Lora", sans-serif;
  color: #B1184B;
  font-size: 285%;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.jrecard-contact-box .tel:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.6em;
  height: 1em;
  margin-right: 0.3em;
  background: url("../img/icon_tel_red.svg") no-repeat left bottom;
  background-size: 100% auto;
}
.jrecard-contact-box .btn-square {
  margin: 10px 0;
  text-align: left;
}
.jrecard-contact-box .btn-square a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .jrecard-contact-box {
    display: block;
  }
  .jrecard-contact-box .colL {
    width: auto;
    margin: 0;
    padding: 0 0 30px;
    border-right: 0;
    border-bottom: 1px dotted #b9bcc0;
  }
  .jrecard-contact-box .colR {
    width: auto;
    padding: 30px 0 0;
  }
  .jrecard-contact-box .tel {
    display: block;
    font-size: 180%;
  }
}
