@charset "UTF-8";
/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
/*
.overflow{
                            
    position: relative;

    &:after{
        content: "";
        display: block;
        width: (40/640)*100vw;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        @include gra($monocolor,1); // color,rotate:0 or 1
        transform: scaleX(-1);
        opacity: 0.2;
    }
    .figure{

        display: flex;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;

        img{
            width: (960/640)*100vw;
        }
        &:after{
            content: "■■";
            display: block;
            opacity: 0;
        }
    }
}
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'tex gyre heros r';
  src: url("../webfont/texgyreheros-regular-webfont.eot");
  src: url("../webfont/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfont/texgyreheros-regular-webfont.woff") format("woff"), url("../webfont/texgyreheros-regular-webfont.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   RESET
================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

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

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: black;
  text-align: left;
  width: 100%;
  height: 100%;
  background: white;
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

a, a:link {
  color: #666666;
  text-decoration: underline;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: #b3c4de;
  text-decoration: none;
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    font-size: calc(100vw / 32);
    /* 10px:320 */
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 68%;
    /* 11px */
    font-size: calc(100vw / 37.5);
    /* 10px:375 */
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    line-height: 1.75;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.f_min {
  font-family: "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
}

.f_go {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
html {
  min-width: 100%;
}

#container {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}

#container .pc {
  display: none !important;
}

#container [data-ruby] {
  display: inline-block;
  margin: 0.9rem 0 0;
  position: relative;
}

#container [data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 0.9rem;
  width: auto;
  margin: 0;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   Effects
*/
.fixfigure_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.fixfigure_2 .figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fixfigure_2 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.fixfigure_3 {
  position: relative;
}

.fixfigure_3 .figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.fixfigure_3 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   header
------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
       b_open
    ------------------------------------- */
}

#header .inner {
  width: 100%;
  margin: 0;
}

#header .inner .h1.h1_1 {
  display: block;
  width: 100%;
  padding: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  top: 0;
}

#header .inner .h1.h1_1 a,
#header .inner .h1.h1_1 a:link {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

#header .inner .h1.h1_1 a#title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  width: 84.375%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header .inner .h1.h1_1 span {
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: 0.125em;
  line-height: 1;
  /*
                &.txt_1{
                    font-size: 1.0rem;
                    margin: 0.2rem 0 0 (95/540)*100%;
                }
                &.txt_2{
                    font-size: 1.2rem;
                    font-weight: bold;
                    margin: 0.7rem 0 0 (95/540)*100%;
                }
                */
}

#header .inner .h1.h1_1 span.img {
  width: 77.77778%;
  position: absolute;
  z-index: 1;
  top: 12.5%;
  left: 1.85185%;
}

#header .inner .h1.h1_1 #b_openmenu {
  display: block;
  width: 12.5%;
  height: 100%;
  background: #999999;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#header .inner .h1.h1_1 #b_openmenu .icon {
  display: block;
  width: 57.5%;
  border-top: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: 0.1s;
}

#header .inner .h1.h1_1 #b_openmenu .icon:before, #header .inner .h1.h1_1 #b_openmenu .icon:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}

#header .inner .h1.h1_1 #b_openmenu .icon:before {
  bottom: -8px;
}

#header .inner .h1.h1_1 #b_openmenu .icon:after {
  bottom: 8px;
}

#header.open .h1.h1_1 #b_openmenu .icon {
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#header.open .h1.h1_1 #b_openmenu .icon:before, #header.open .h1.h1_1 #b_openmenu .icon:after {
  bottom: 50%;
}

#header.open .h1.h1_1 #b_openmenu .icon:before {
  transform: translateY(50%) rotate(140deg);
}

#header.open .h1.h1_1 #b_openmenu .icon:after {
  transform: translateY(50%) rotate(-140deg);
}

/* -------------------------------------
   header property
------------------------------------- */
#container {
  padding: 12.5vw 0 0;
  /* -------------------------------------
       page
    */
  /* -------------------------------------
       normal
    */
  /* -------------------------------------
       fixed
    */
}

#container #header .inner {
  position: fixed;
  z-index: 999;
  top: 0;
}

#container #header .inner .h1.h1_1 {
  height: 12.5vw;
}

#container #header.open {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}

#container #header.open .inner {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container #header.open .inner .h1.h1_1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container #header #menu #menu_main.menu_1 {
  padding: 12.5vw 0 0;
}

#container.fixed #header .inner {
  z-index: 999;
  top: 0;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container.fixed #header .inner .h1.h1_1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------
    nav
*/
#header #menu #menu_main.menu_1 {
  display: none;
  width: 100%;
  padding: 0 0 0 0;
  background: white;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
}

#header #menu #menu_main.menu_1 .nav ul {
  list-style: none;
  overflow: hidden;
}

#header #menu #menu_main.menu_1 .nav ul li {
  display: block;
  position: relative;
}

#header #menu #menu_main.menu_1 .nav ul li a,
#header #menu #menu_main.menu_1 .nav ul li a:link {
  display: block;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-sizing: border-box;
}

#header #menu #menu_main.menu_1 .nav.sp {
  /*display: block; */
  line-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* border-top: 1px solid $monocolor3; */
  position: relative;
}

#header #menu #menu_main.menu_1 .nav.sp ul {
  display: block;
  /* padding: 0.5em 0 0 0; */
  padding: 0 0 12.5vw;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
}

#header #menu #menu_main.menu_1 .nav.sp ul li {
  width: 100%;
}

#header #menu #menu_main.menu_1 .nav.sp ul li a,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1em 1em;
  border-top: 1px solid #cccccc;
}

#header #menu #menu_main.menu_1 .nav.sp ul li a:before, #header #menu #menu_main.menu_1 .nav.sp ul li a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link:before,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
}

#header #menu #menu_main.menu_1 .nav.sp ul li a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link:before {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #999999;
  right: 1.0rem;
  transform: translateY(-50%);
}

#header #menu #menu_main.menu_1 .nav.sp ul li a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid transparent;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  right: 1.6rem;
  transform: translateY(-50%) rotate(45deg);
}

#header #menu #menu_main.menu_1 .nav.sp ul li.n a,
#header #menu #menu_main.menu_1 .nav.sp ul li.n a:link {
  color: #EF4220;
  font-weight: bold;
  background: #e6e6e6;
  border-top: 1px solid #999999;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.n a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.n a:link:before {
  border: 1px solid #EF4220;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.n a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.n a:link:after {
  border-top: 1px solid #EF4220;
  border-right: 1px solid #EF4220;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.n5 a,
#header #menu #menu_main.menu_1 .nav.sp ul li.n5 a:link {
  color: white;
  background: #EF4220;
  border-top: 1px solid transparent;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.n5 a:before,
#header #menu #menu_main.menu_1 .nav.sp ul li.n5 a:link:before {
  border: 1px solid #e6e6e6;
}

#header #menu #menu_main.menu_1 .nav.sp ul li.n5 a:after,
#header #menu #menu_main.menu_1 .nav.sp ul li.n5 a:link:after {
  border: 1px solid transparent;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0 0 1em;
}

#container {
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#container img {
  display: block;
  width: 100%;
  height: auto;
}

#container .map iframe {
  width: 100% !important;
  height: 100% !important;
}

#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}

#container .youtube .pc {
  width: 100%;
  height: 200px;
}

#container .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#container .aside {
  /* -------------------------------------
           banner_1
        */
  /* -------------------------------------
           banner_2
        */
  /* -------------------------------------
           banner_3
        */
  /* -------------------------------------
           recruit
        */
  /* -------------------------------------
           sns
        */
  /* -------------------------------------
           shoplist
        */
  /* -------------------------------------
           info,blog
        */
}

#container .aside .inner .h3.h3_1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  color: black;
  line-height: 1;
}

#container .aside .inner .h3.h3_1 span {
  display: block;
}

#container .aside .inner .h3.h3_2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  text-align: center;
  color: #EF4220;
  line-height: 1;
  padding: 2rem 0 0.75rem;
  border-top: 2px solid #EF4220;
}

#container .aside .inner .h3.h3_2 span {
  display: block;
}

#container .aside .inner a,
#container .aside .inner a:link {
  text-decoration: none;
  display: block;
}

#container .aside.banner_1 .inner {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
}

#container .aside.banner_1 .inner .content {
  position: relative;
}

#container .aside.banner_1 .inner .content a,
#container .aside.banner_1 .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container .aside.banner_1 .inner .content .figure {
  display: block;
  width: 300%;
  background: black;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#container .aside.banner_1 .inner .content .figure img {
  opacity: 0.6;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

#container .aside.banner_1 .inner .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 {
  text-align: center;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.125em;
  color: white;
  line-height: 1;
  text-shadow: 1px 1px 4px black;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt {
  font-size: 1.4rem;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt_2 {
  font-size: 1.6rem;
  margin: 1rem 0 0;
}

#container .aside.banner_1 .inner .content .item .link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  line-height: 3.4;
  text-align: center;
  font-size: 1.2rem;
  width: 65.625%;
  height: 4rem;
  margin: 1.5rem auto 0;
  background: #EF4220;
  box-sizing: border-box;
  position: relative;
}

#container .aside.banner_1 .inner .content .item .link:before, #container .aside.banner_1 .inner .content .item .link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container .aside.banner_1 .inner .content .item .link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

#container .aside.banner_2 {
  margin: 2rem auto;
}

#container .aside.banner_2 .inner {
  width: 93.75%;
  padding: 1.5rem 0 1rem;
  margin: 0 auto 0;
  background: #FFAB99;
  position: relative;
  z-index: 1;
}

#container .aside.banner_2 .inner .h3.h3_1 {
  text-indent: -1.4em;
  padding: 0 0 0 1em;
  margin: 0 0 0 3.33333%;
  position: relative;
  z-index: 9;
}

#container .aside.banner_2 .inner .h3.h3_1 span {
  display: inline;
  letter-spacing: 0.075em;
  line-height: 1.25;
  color: white;
}

#container .aside.banner_2 .inner .h3.h3_1 span.txt {
  font-size: 1.4rem;
}

#container .aside.banner_2 .inner .h3.h3_1 span.txt strong {
  font-size: 1.8rem;
}

#container .aside.banner_2 .inner .h3.h3_1 span.txt_2 {
  font-size: 1.4rem;
  margin: 0.5rem 0 0;
}

#container .aside.banner_2 .inner .tel {
  display: block;
  width: 76.78571%;
  margin: 0;
  position: relative;
  z-index: 8;
}

#container .aside.banner_2 .inner .tel span {
  line-height: 1;
}

#container .aside.banner_2 .inner .tel span.txt_1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1rem;
}

#container .aside.banner_2 .inner .tel span.txt_1 strong {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #EF4220;
  font-size: 2.1rem;
  padding: 0 0.5rem;
}

#container .aside.banner_2 .inner .tel span.txt_1 strong span {
  display: inline-block;
}

#container .aside.banner_2 .inner .tel span.txt_1 strong a,
#container .aside.banner_2 .inner .tel span.txt_1 strong a:link {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #EF4220;
  text-decoration: none;
}

#container .aside.banner_2 .inner .tel span.txt_2 {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0.75rem 0 0;
}

#container .aside.banner_2 .inner .link {
  width: 76.78571%;
  margin: 0.5rem 0 0;
}

#container .aside.banner_2 .inner .link a,
#container .aside.banner_2 .inner .link a:link {
  text-decoration: none;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1;
  width: 93.02326%;
  padding: 0.5rem 0;
  margin: 0 auto;
  background: #EF4220;
  position: relative;
}

#container .aside.banner_2 .inner .link a:before, #container .aside.banner_2 .inner .link a:after,
#container .aside.banner_2 .inner .link a:link:before,
#container .aside.banner_2 .inner .link a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container .aside.banner_2 .inner .link a:after,
#container .aside.banner_2 .inner .link a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

#container .aside.banner_2 .inner .item {
  width: 93.33333%;
  padding: 0.75rem 0 0.75rem;
  margin: 1rem auto 0;
  background: white;
}

#container .aside.banner_2 .inner .item .chara {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

#container .aside.banner_2 .inner .item .chara .figure {
  height: 34.375vw;
}

#container .aside.banner_2 .inner .item .chara .figure img {
  width: auto;
  height: 100%;
}

#container .aside.banner_3 {
  margin: 0 auto 5rem;
}

#container .aside.banner_3 .inner {
  width: 100%;
  overflow: hidden;
}

#container .aside.banner_3 .inner .h3.h3_1 {
  width: 100%;
  margin: 0 auto 0.5rem;
}

#container .aside.banner_3 .inner .h3.h3_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.25;
}

#container .aside.banner_3 .inner .h3.h3_1 span.txt {
  font-size: 1.2rem;
}

#container .aside.banner_3 .inner .h3.h3_1 span.txt_2 {
  text-indent: -1.5em;
  line-height: 1.15;
  padding: 0 0 0 1em;
  margin: 0.3rem 0 0 -0.5rem;
}

#container .aside.banner_3 .inner .h3.h3_1 span.txt_2 strong {
  color: #EF4220;
  font-size: 1.6rem;
}

#container .aside.banner_3 .inner .h3.h3_1 span.txt_3 {
  font-size: 1.2rem;
  margin: 0.3rem 0 0 0;
}

#container .aside.banner_3 .inner .tel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}

#container .aside.banner_3 .inner .tel span {
  display: inline-block;
  line-height: 1;
  width: auto;
}

#container .aside.banner_3 .inner .tel span.txt_1 {
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  width: 100%;
  margin: 0;
}

#container .aside.banner_3 .inner .tel span.txt_2 {
  display: flex;
  align-items: flex-end;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #EF4220;
  font-size: 1rem;
}

#container .aside.banner_3 .inner .tel span.txt_2 strong {
  font-size: 3rem;
  margin: 0.5rem 0 -0.2rem;
}

#container .aside.banner_3 .inner .tel span.txt_2 a,
#container .aside.banner_3 .inner .tel span.txt_2 a:link {
  color: #EF4220;
}

#container .aside.banner_3 .inner .link {
  text-align: center;
  width: 90%;
  margin: 1rem auto 0;
  box-sizing: border-box;
}

#container .aside.banner_3 .inner .link a,
#container .aside.banner_3 .inner .link a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 3.4;
  height: 4rem;
  padding: 0;
  background: #EF4220;
  box-sizing: border-box;
  position: relative;
}

#container .aside.banner_3 .inner .link a:before, #container .aside.banner_3 .inner .link a:after,
#container .aside.banner_3 .inner .link a:link:before,
#container .aside.banner_3 .inner .link a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container .aside.banner_3 .inner .link a:after,
#container .aside.banner_3 .inner .link a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

#container .aside.banner_3 .inner .item {
  width: 93.75%;
  padding: 1rem 0;
  margin: 0 auto;
  background: rgba(239, 66, 32, 0.2);
  border: 1px solid #EF4220;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#container .aside.banner_3 .inner .item.float .float_l {
  width: 90%;
  padding: 0;
  margin: 0 auto 0;
}

#container .aside.banner_3 .inner .item.float .float_r {
  width: 43.33333%;
  position: absolute;
  z-index: -1;
  right: -1.66667%;
  bottom: 0;
}

#container .aside.bnr_recruit .inner {
  border-top: 1px solid #FFAB99;
  border-bottom: 1px solid #FFAB99;
}

#container .aside.bnr_recruit .inner .h3.h3_1 {
  text-align: center;
  color: white;
  font-size: 1.6rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

#container .aside.bnr_recruit .inner a,
#container .aside.bnr_recruit .inner a:link {
  display: block;
}

#container .aside.bnr_recruit .inner .content.content_1 .item {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

#container .aside.bnr_recruit .inner .content.content_1 .item .figure {
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#container .aside.bnr_recruit .inner .content.content_1 .item .figure img {
  width: auto;
  height: 100%;
}

#container .aside.bnr_recruit .inner .content.content_1 .item p {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 84.375%;
  margin: 2rem auto 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

#container .aside.bnr_recruit .inner .content.content_1 .item .link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  line-height: 3.4;
  text-align: center;
  font-size: 1.2rem;
  width: 70.3125%;
  width: 65.625%;
  height: 4rem;
  margin: 1rem auto 0;
  background: #EF4220;
  background: rgba(239, 66, 32, 0.85);
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#container .aside.bnr_recruit .inner .content.content_1 .item .link:before, #container .aside.bnr_recruit .inner .content.content_1 .item .link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container .aside.bnr_recruit .inner .content.content_1 .item .link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

#container .aside.bnr_sns {
  margin: 2rem auto 8rem;
}

#container .aside.bnr_sns .inner .h3.h3_1 {
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

#container .aside.bnr_sns .inner .nav {
  margin: 2rem auto 0;
}

#container .aside.bnr_sns .inner .nav ul {
  display: flex;
  justify-content: center;
}

#container .aside.bnr_sns .inner .nav ul li {
  width: 15.625%;
  margin: 0 1.5625%;
}

#container .aside.bnr_sns .inner .nav ul li span {
  display: block;
  text-align: center;
}

#container .aside.bnr_sns .inner .nav ul li span.img {
  width: 80%;
  margin: 0 auto;
}

#container .aside.bnr_sns .inner .nav ul li span.txt {
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0 0;
}

#container .aside.shoplist {
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
  border-top: 2px solid #cccccc;
}

#container .aside.shoplist .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#container .aside.shoplist .inner .content.content_1 {
  width: 93.75%;
  padding: 0;
  margin: 0 auto 0;
}

#container .aside.shoplist .inner .content.content_1 a,
#container .aside.shoplist .inner .content.content_1 a:link {
  text-decoration: none;
  display: block;
  width: 100%;
}

#container .aside.shoplist .inner .content.content_1 .h3.h3_1 {
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 2rem;
}

#container .aside.shoplist .inner .content.content_1 .figure {
  width: 100%;
  margin: 0 0;
}

#container .aside.shoplist .inner .content.content_1 .h4.h4_2 {
  margin: 0rem 0 0 0;
  position: relative;
}

#container .aside.shoplist .inner .content.content_1 .h4.h4_2 span {
  display: block;
  line-height: 1.25;
  font-weight: bold;
}

#container .aside.shoplist .inner .content.content_1 .h4.h4_2 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  color: black;
  font-size: 1.4rem;
  width: 100%;
}

#container .aside.shoplist .inner .content.content_1 .h5.h5_2 {
  margin: 0.5rem 0 0;
}

#container .aside.shoplist .inner .content.content_1 .h5.h5_2 span {
  display: block;
  line-height: 1.25;
}

#container .aside.shoplist .inner .content.content_1 .h5.h5_2 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.2rem;
}

#container .aside.shoplist .inner .content.content_1 .h6.h6_2 {
  margin: 0.5rem 0 0;
}

#container .aside.shoplist .inner .content.content_1 .h6.h6_2 span {
  display: block;
  line-height: 1.25;
}

#container .aside.shoplist .inner .content.content_1 .h6.h6_2 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.2rem;
}

#container .aside.shoplist .inner .content.content_1 .tel {
  display: block;
  width: 100%;
  margin: 0.25rem auto 0;
}

#container .aside.shoplist .inner .content.content_1 .tel span {
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #EF4220;
  line-height: 1;
}

#container .aside.shoplist .inner .content.content_1 .tel span.txt_1 {
  display: flex;
  align-items: baseline;
  font-size: 1.0rem;
}

#container .aside.shoplist .inner .content.content_1 .tel span.txt_1 strong {
  letter-spacing: 0.025em;
  font-size: 1.7rem;
  padding: 0 0.5rem;
}

#container .aside.shoplist .inner .content.content_1 .tel span.txt_1 strong span {
  display: inline-block;
}

#container .aside.shoplist .inner .content.content_1 .tel span.txt_1 strong a,
#container .aside.shoplist .inner .content.content_1 .tel span.txt_1 strong a:link {
  display: inline-block;
  color: #EF4220;
  text-decoration: none;
}

#container .aside.shoplist .inner .content.content_1 .tel span.txt_2 {
  font-size: 1.0rem;
}

#container .aside.shoplist .inner .content.content_1 .tel span.txt_2 strong {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

#container .aside.shoplist .inner .content.content_1 .link {
  margin: 0.5rem auto 0;
}

#container .aside.shoplist .inner .content.content_1 .link span {
  display: block;
}

#container .aside.shoplist .inner .content.content_1 .link span.txt {
  text-align: center;
  font-size: 1.2rem;
  margin: 0.25rem 0 0;
}

#container .aside.shoplist .inner .content.content_1 .link span.txt a,
#container .aside.shoplist .inner .content.content_1 .link span.txt a:link {
  color: white;
  padding: 0.3rem 0 0.2rem;
  background: #EF4220;
  border-radius: 0.3rem;
  box-sizing: border-box;
  position: relative;
}

#container .aside.shoplist .inner .content.content_1 .link span.txt a:before, #container .aside.shoplist .inner .content.content_1 .link span.txt a:after,
#container .aside.shoplist .inner .content.content_1 .link span.txt a:link:before,
#container .aside.shoplist .inner .content.content_1 .link span.txt a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container .aside.shoplist .inner .content.content_1 .link span.txt a:after,
#container .aside.shoplist .inner .content.content_1 .link span.txt a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

#container .aside.shoplist .inner .content.content_1 .item {
  line-height: 1.25;
  width: 100%;
  padding: 0;
  margin: 1.5rem 0 0;
}

#container .aside.shoplist .inner .content.content_1 .item:first-child {
  margin: 0;
}

#container .aside.shoplist .inner .content.content_1 .item.float {
  display: flex;
  justify-content: space-between;
}

#container .aside.shoplist .inner .content.content_1 .item.float .float_l {
  width: 46.66667%;
}

#container .aside.shoplist .inner .content.content_1 .item.float .float_r {
  width: 50%;
}

#container .aside.info, #container .aside.blog {
  margin: 2rem auto 0;
}

#container .aside.info .inner, #container .aside.blog .inner {
  width: 93.75%;
  margin: 0 auto;
}

#container .aside.info .inner .content .h4.h4_1, #container .aside.blog .inner .content .h4.h4_1 {
  display: flex;
  flex-direction: column-reverse;
  margin: 0.75rem 0 0.75rem;
}

#container .aside.info .inner .content .h4.h4_1 span, #container .aside.blog .inner .content .h4.h4_1 span {
  display: block;
}

#container .aside.info .inner .content .h4.h4_1 span.day, #container .aside.blog .inner .content .h4.h4_1 span.day {
  display: flex;
  align-items: center;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #EF4220;
  line-height: 1;
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}

#container .aside.info .inner .content .h4.h4_1 span.txt, #container .aside.blog .inner .content .h4.h4_1 span.txt {
  color: black;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: bold;
}

#container .aside.info .inner .content.content_1, #container .aside.blog .inner .content.content_1 {
  width: 90%;
  padding: 1.5rem 0;
  margin: 0 auto;
}

#container .aside.info .inner .content.content_1 .item, #container .aside.blog .inner .content.content_1 .item {
  margin: 0 auto 2rem;
}

#container .aside.info .inner .content.content_1 .item:last-of-type, #container .aside.blog .inner .content.content_1 .item:last-of-type {
  margin: 0 auto;
}

#container .aside.info .inner .content.content_1 .item.new .h4.h4_1 span.day:after, #container .aside.blog .inner .content.content_1 .item.new .h4.h4_1 span.day:after {
  content: "NEW";
  display: block;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 0.75rem;
  background: #EF4220;
}

/* -------------------------------------
   contents
------------------------------------- */
#container.page {
  /* -------------------------------------
       aside
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#container.page #article {
  padding: 1rem 0 0;
  margin: 0 0 2rem;
}

#container.page .aside {
  width: 100%;
  overflow: hidden;
  /* -------------------------------------
           main
        ------------------------------------- */
  /* -------------------------------------
           page_control
        ------------------------------------- */
}

#container.page .aside#main .inner {
  width: 93.75%;
  margin: 0 auto 1rem;
  padding: 0 0 1.5rem;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside#main .inner .img {
  /*
                    width: (1920/640)*100%;
                    position: relative;
                    left: 50%;
                    transform: translateX(-50%);
                    */
}

#container.page .aside#main .inner .h2.h2_1 {
  width: 100%;
  margin: 1rem auto 0;
  box-sizing: border-box;
  /*
                    text-shadow: 0 0 6px rgba($monocolor, 0.8), 0 0 10px rgba($monocolor, 1.0);
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    transform: translateY(-50%);
                    */
}

#container.page .aside#main .inner .h2.h2_1 span {
  display: block;
  text-align: center;
}

#container.page .aside#main .inner .h2.h2_1 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.8rem;
  line-height: 1.25;
}

#container.page .aside#main .inner .h2.h2_1 span.txt_2 {
  text-transform: capitalize;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #999999;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0.5rem 0 0;
}

#container.page .aside.page_control .inner {
  width: 100%;
  margin: 1.4rem auto 0;
}

#container.page .aside.page_control .inner .b_backforw {
  width: 100%;
  /* -------------------------------------
                       pager
                    ------------------------------------- */
}

#container.page .aside.page_control .inner .b_backforw .back,
#container.page .aside.page_control .inner .b_backforw .forw {
  width: 35.9375%;
  margin: 0 auto;
}

#container.page .aside.page_control .inner .b_backforw .back span.txt,
#container.page .aside.page_control .inner .b_backforw .forw span.txt {
  width: 100%;
}

#container.page .aside.page_control .inner .b_backforw .back a,
#container.page .aside.page_control .inner .b_backforw .back a:link,
#container.page .aside.page_control .inner .b_backforw .forw a,
#container.page .aside.page_control .inner .b_backforw .forw a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #EF4220;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside.page_control .inner .b_backforw .back a:before, #container.page .aside.page_control .inner .b_backforw .back a:after,
#container.page .aside.page_control .inner .b_backforw .back a:link:before,
#container.page .aside.page_control .inner .b_backforw .back a:link:after,
#container.page .aside.page_control .inner .b_backforw .forw a:before,
#container.page .aside.page_control .inner .b_backforw .forw a:after,
#container.page .aside.page_control .inner .b_backforw .forw a:link:before,
#container.page .aside.page_control .inner .b_backforw .forw a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
}

#container.page .aside.page_control .inner .b_backforw .back a:before,
#container.page .aside.page_control .inner .b_backforw .back a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #EF4220;
}

#container.page .aside.page_control .inner .b_backforw .back a:after,
#container.page .aside.page_control .inner .b_backforw .back a:link:after {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .forw a:before,
#container.page .aside.page_control .inner .b_backforw .forw a:link:before {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .forw a:after,
#container.page .aside.page_control .inner .b_backforw .forw a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #EF4220;
}

#container.page .aside.page_control .inner .b_backforw .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#container.page .aside.page_control .inner .b_backforw .pager a,
#container.page .aside.page_control .inner .b_backforw .pager a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #EF4220;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside.page_control .inner .b_backforw .pager .parent {
  width: 35.9375%;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev,
#container.page .aside.page_control .inner .b_backforw .pager .next {
  width: 25%;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
}

#container.page .aside.page_control .inner .b_backforw .pager .parent span.txt {
  width: 100%;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev {
  margin: 0 0 0 1.3rem;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:before,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #EF4220;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .next {
  margin: 0 1.3rem 0 0;
}

#container.page .aside.page_control .inner .b_backforw .pager .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:before {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #EF4220;
}

#container.page .section {
  width: 100%;
  padding: 1em 0 0;
  margin: 0 auto;
  /* -------------------------------------
           thanks
        */
  /* -------------------------------------
           404
        */
}

#container.page .section.thanks {
  width: 100%;
  padding: 1em 0 3em 0;
}

#container.page .section.thanks h3 {
  font-size: 2.1rem;
  padding: 1.0em 0;
}

#container.page .section.thanks p {
  padding: 1.0em 0 0 0;
}

#container.page .section#error404 {
  padding: 4em 0 3em 0;
}

#container.page .section#error404 .inner {
  width: 93.75%;
  margin: 0 auto;
}

#container.page .section#error404 .inner .h3.h3_1 {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1em 0 1em 0;
}

#container.page .section#error404 .inner p {
  padding: 1em 0 1em 0;
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  width: 100%;
  padding: 2.5rem 0 0 0;
  /* -------------------------------------
       pagetop
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#footer #pagetop {
  width: 100%;
  padding: 0;
}

#footer #pagetop .inner {
  width: 10.9375%;
  margin: 0 auto;
  position: relative;
}

#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: block;
  width: 4rem;
  height: 4rem;
  background: white;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -5.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

#footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 1.7rem auto 0;
  border-top: 3px solid #EF4220;
  border-right: 3px solid #EF4220;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

#footer .aside {
  /* -------------------------------------
           aside_1
        */
  /* -------------------------------------
           aside_2
        */
  /* -------------------------------------
           banner_sp
        */
}

#footer .aside .h3.h3_1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  line-height: 1;
  color: black;
  font-size: 1.4rem;
}

#footer .aside .h3.h3_1 span {
  display: block;
}

#footer .aside.aside_1 {
  width: 100%;
  padding: 0.5rem 0 2rem;
}

#footer .aside.aside_1 .inner {
  width: 93.75%;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .nav {
  width: 90%;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .nav .item {
  padding: 2rem 0 0;
}

#footer .aside.aside_1 .inner .nav .item .h3.h3_1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 1.0rem 0;
}

#footer .aside.aside_1 .inner .nav .item .h3.h3_1:nth-of-type(2) {
  margin: 2rem auto 0;
}

#footer .aside.aside_1 .inner .nav .item ul {
  list-style: none;
  padding: 0.5rem 0 0;
}

#footer .aside.aside_1 .inner .nav .item ul li {
  list-style: none;
}

#footer .aside.aside_1 .inner .nav .item ul li a,
#footer .aside.aside_1 .inner .nav .item ul li a:link {
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  color: black;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  padding: 1rem 0 0.9rem;
  box-sizing: border-box;
  position: relative;
  /*
                                    &:before{
                                        content: "";
                                        display: block;
                                        width: 6px;
                                        height: 6px;
                                        border: 6px solid transparent;
                                        border-right: 8px solid transparent;
                                        border-left: 8px solid $basecolor;
                                        box-sizing: border-box;
                                    }
                                    */
}

#footer .aside.aside_2 {
  width: 100%;
}

#footer .aside.aside_2 .inner {
  padding: 0 0 0 0;
}

#footer .aside.aside_2 .inner .h2.h2_1 {
  padding: 0.8rem 0;
  background: #EF4220;
}

#footer .aside.aside_2 .inner .h2.h2_1 span {
  display: block;
}

#footer .aside.aside_2 .inner .h2.h2_1 span.img {
  width: 15.625%;
  margin: 0 auto;
}

#footer .aside.aside_2 .inner p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8rem 0;
  background: #e6e6e6;
}

#footer .aside.aside_2 .inner small {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  color: #EF4220;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  width: 93.75%;
  padding: 0.8rem 0;
  margin: 0 auto;
}

#footer .aside.banner_sp {
  width: 100%;
  background: #f2f2f2;
  position: relative;
}

#footer .aside.banner_sp img {
  display: inline-block;
  opacity: 0;
}

#footer .aside.banner_sp img:nth-of-type(1) {
  width: 64.0625%;
}

#footer .aside.banner_sp img:nth-of-type(2) {
  width: 35.9375%;
}

#footer .aside.banner_sp .inner a,
#footer .aside.banner_sp .inner a:link {
  text-decoration: none;
  display: block;
  width: 100%;
  background: #EF4220;
}

#footer .aside.banner_sp .inner a:nth-of-type(1),
#footer .aside.banner_sp .inner a:link:nth-of-type(1) {
  width: 64.0625%;
}

#footer .aside.banner_sp .inner a:nth-of-type(2),
#footer .aside.banner_sp .inner a:link:nth-of-type(2) {
  width: 35.9375%;
}

#footer .aside.banner_sp .inner a img,
#footer .aside.banner_sp .inner a:link img {
  width: 100%;
  opacity: 1;
}

#footer .aside.banner_sp .inner .link {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 9;
  bottom: 0;
  box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  /* =================================================
   Global layout
================================================= */
  /* -----------------------------------------------
    common
----------------------------------------------- */
  html {
    min-width: 960px;
  }
  #container {
    /* -------------------------------------
    // Effects
    */
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container .pahover a,
  #container .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container .pahover a:hover,
  #container .pahover a:link:hover {
    opacity: 0.6;
  }
  #container a.transhover .figure img,
  #container a.transhover:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 0.6;
  }
  #container a.transhover2 .figure img,
  #container a.transhover2:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover2:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 1.0 !important;
  }
  #container .fixfigure {
    position: relative;
  }
  #container .fixfigure .figure {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  #container .fixfigure .figure img {
    width: auto !important;
    height: 100% !important;
    position: relative;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  /* -------------------------------------
   header
------------------------------------- */
  #header {
    width: 100%;
    background: none;
  }
  #header .inner {
    width: 960px;
    height: 110px;
    margin: 0 auto;
    position: relative;
  }
  #header .inner .h1.h1_1 {
    width: auto;
    padding: 0;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  #header .inner .h1.h1_1 a#title {
    display: flex;
    line-height: 1;
    width: 660px;
    height: 110px;
    padding: 0 0 0 98px;
    box-sizing: border-box;
    position: static;
  }
  #header .inner .h1.h1_1 span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.275em;
    /*
                &.txt_1{
                    font-size: 1.4rem;
                    margin: 8px 0 0 4px;
                }
                &.txt_2{
                    font-size: 2.4rem;
                    font-weight: 500;
                    margin: 0.9rem 0 0 0;
                }
                */
  }
  #header .inner .h1.h1_1 span.img {
    width: 460px;
    top: 20px;
    left: 0px;
  }
  /* -------------------------------------
   header property
------------------------------------- */
  #container {
    padding: 0;
    /* -------------------------------------
       page
    */
    /* -------------------------------------
       normal
    */
  }
  #container.page #header {
    position: static;
    overflow: hidden;
  }
  #container #header {
    overflow: hidden;
  }
  #container #header .inner {
    height: 110px;
    position: relative;
  }
  #container #header .inner .h1.h1_1 {
    height: auto;
  }
  #container #header #menu #menu_main.menu_1 {
    padding: 0;
  }
  /* -------------------------------
    nav
*/
  #header #menu {
    width: 100%;
    box-sizing: border-box;
  }
  #header #menu #menu_main.menu_1 {
    display: block;
    width: 960px;
    margin: 0 auto;
    background: none;
    position: static;
  }
  #header #menu #menu_main.menu_1 .nav.pc {
    width: 100%;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    position: relative;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li {
    width: 180px;
    background-color: inherit;
    position: relative;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-of-type(1) a span.icon,
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-of-type(1) a:link span.icon {
    display: none;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link {
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
    font-feature-settings: "pkna";
    letter-spacing: 0.15em;
    color: black;
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
    height: 60px;
    padding: 0 0 0 20px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a:after,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #f2f2f2;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0.6s;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span {
    display: block;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon {
    width: 18px;
    height: 14px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    overflow: hidden;
    opacity: 1;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.icon:after,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.icon:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 4px solid #e6e6e6;
    border-right: 4px solid #e6e6e6;
    transform: translate(-6px, -2px) rotate(45deg);
    box-sizing: border-box;
    opacity: 1;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.num,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.num {
    flex-shrink: 0;
    font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-weight: 400;
    color: #999999;
    font-size: 1.8rem;
    margin: 0 5px 0 0;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.txt,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.txt {
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a span.txt b,
  #header #menu #menu_main.menu_1 .nav.pc ul li a:link span.txt b {
    display: block;
    font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #999999;
    font-size: 1.2rem;
    margin: 6px 0 0;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(1) {
    width: 170px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(1) a span.txt,
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(1) a:link span.txt {
    width: 120px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(2) {
    width: 160px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(2) a span.txt,
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(2) a:link span.txt {
    width: 100px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(3) {
    width: 190px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(3) a span.txt,
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(3) a:link span.txt {
    width: 120px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(4) {
    width: 180px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(4) a span.txt,
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(4) a:link span.txt {
    width: 120px;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li:nth-child(5) {
    width: 260px;
    /*
                                &:before{
                                    content: "";
                                    display: block;
                                    width: 16px;
                                    height: 16px;
                                    background: $monocolor2;
                                    border-radius: 100%;
                                    box-sizing: border-box;
                                    position: absolute;
                                    z-index: 1;
                                    top: 50%;
                                    left: -8px;
                                    transform: translateY(-50%);
                                }
                                a,
                                a:link{

                                    display: flex;
                                    align-items: center;
                                    text-align: center;
                                    padding: 2px 0 0 30px;
                                    background: $maincolor;

                                    &:after{
                                        background: $basecolor;
                                    }
                                    span{

                                        color: $monocolor2;

                                        &.icon{

                                            width: 18px;
                                            height: 14px;
                                            top: 14px;
                                            left: -10px;

                                            &:after{
                                                width: 6px;
                                                height: 6px;
                                                border-top: 2px solid $monocolor6;
                                                border-right: 2px solid $monocolor6;
                                                transform: translate(6px, 3.5px) rotate(45deg);
                                            }
                                        }
                                        &.num{

                                        }
                                        &.txt{

                                        }
                                    }
                                }
                                */
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li a:hover:after {
    width: 100%;
  }
  #header #menu #menu_main.menu_1 .nav.pc ul li.this a:after,
  #header #menu #menu_main.menu_1 .nav.pc ul li.this a:link:after {
    width: 100%;
  }
  #header #menu .menu_2 {
    width: 960px;
    margin: 0;
    position: relative;
    z-index: 999;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header #menu .menu_2 .nav {
    width: 440px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  #header #menu .menu_2 .nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  #header #menu .menu_2 .nav ul li {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    position: relative;
  }
  #header #menu .menu_2 .nav ul li:nth-child(1), #header #menu .menu_2 .nav ul li:nth-child(2) {
    width: 140px;
  }
  #header #menu .menu_2 .nav ul li:nth-child(1) a,
  #header #menu .menu_2 .nav ul li:nth-child(1) a:link, #header #menu .menu_2 .nav ul li:nth-child(2) a,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link {
    font-feature-settings: "pkna";
    letter-spacing: 0.175em;
    color: black;
    font-weight: bold;
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
  #header #menu .menu_2 .nav ul li:nth-child(1) a:before, #header #menu .menu_2 .nav ul li:nth-child(1) a:after,
  #header #menu .menu_2 .nav ul li:nth-child(1) a:link:before,
  #header #menu .menu_2 .nav ul li:nth-child(1) a:link:after, #header #menu .menu_2 .nav ul li:nth-child(2) a:before, #header #menu .menu_2 .nav ul li:nth-child(2) a:after,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link:before,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50%;
  }
  #header #menu .menu_2 .nav ul li:nth-child(1) a:before,
  #header #menu .menu_2 .nav ul li:nth-child(1) a:link:before, #header #menu .menu_2 .nav ul li:nth-child(2) a:before,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link:before {
    width: 16px;
    height: 16px;
    background: #999999;
    border-radius: 100%;
    right: 5px;
    transform: translateY(-50%);
  }
  #header #menu .menu_2 .nav ul li:nth-child(1) a:after,
  #header #menu .menu_2 .nav ul li:nth-child(1) a:link:after, #header #menu .menu_2 .nav ul li:nth-child(2) a:after,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    z-index: 9;
    right: 11px;
    transform: translateY(-50%) rotate(45deg);
  }
  #header #menu .menu_2 .nav ul li:nth-child(1) a,
  #header #menu .menu_2 .nav ul li:nth-child(1) a:link {
    background: #e6e6e6;
  }
  #header #menu .menu_2 .nav ul li:nth-child(2) {
    margin: 0 0 0 4px;
  }
  #header #menu .menu_2 .nav ul li:nth-child(2) a,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link {
    color: white;
    background: #EF4220;
  }
  #header #menu .menu_2 .nav ul li:nth-child(2) a:before,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link:before {
    background: white;
  }
  #header #menu .menu_2 .nav ul li:nth-child(2) a:after,
  #header #menu .menu_2 .nav ul li:nth-child(2) a:link:after {
    border-top: 2px solid #EF4220;
    border-right: 2px solid #EF4220;
  }
  #header #menu .menu_2 .nav ul li:nth-child(3) {
    align-items: flex-end;
    margin: 14px 0 0;
  }
  #header #menu .menu_2 .nav ul li:nth-child(3) span {
    display: block;
    line-height: 1;
    text-align: right;
  }
  #header #menu .menu_2 .nav ul li:nth-child(3) span.txt {
    font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-weight: 400;
    color: #EF4220;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
  }
  #header #menu .menu_2 .nav ul li:nth-child(3) span.txt strong {
    font-size: 3.4rem;
  }
  #header #menu .menu_2 .nav ul li:nth-child(3) span.txt_2 {
    letter-spacing: 0.025em;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0 15px;
    transform: translateY(1px);
  }
  #header #menu .menu_2 .nav ul li a,
  #header #menu .menu_2 .nav ul li a:link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 38px;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #container {
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #container .aside {
    /* -------------------------------------
           banner_1
        */
    /* -------------------------------------
           banner_2
        */
    /* -------------------------------------
           banner_3
        */
    /* -------------------------------------
           recruit
        */
    /* -------------------------------------
           sns
        */
    /* -------------------------------------
           shoplist
        */
    /* -------------------------------------
           info,blog
        */
  }
  #container .aside .inner .h3.h3_2 {
    padding: 36px 0 24px;
  }
  #container .aside .inner .h3.h3_2 span.txt {
    font-size: 1.8rem;
  }
  #container .aside .inner a,
  #container .aside .inner a:link {
    text-decoration: none;
    display: block;
  }
  #container .aside.banner_1 {
    width: 100%;
  }
  #container .aside.banner_1 .inner .content a .figure,
  #container .aside.banner_1 .inner .content a:link .figure {
    width: 1920px;
  }
  #container .aside.banner_1 .inner .content a:hover .figure img {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  #container .aside.banner_1 .inner .content .figure {
    width: 1920px;
  }
  #container .aside.banner_1 .inner .content .figure img {
    transition: 0.3s;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 span {
    letter-spacing: 0.125em;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt {
    display: inline-block;
    font-size: 1.8rem;
    width: auto;
    padding: 0 22px;
    position: relative;
    /*
                                        &:before,
                                        &:after{
                                            content: "";
                                            display: block;
                                            width: 85px;
                                            border-bottom: 1px solid $monocolor;
                                            position: absolute;
                                            z-index: 1;
                                            top: 50%;
                                            transform: translateY(-50%);
                                        }
                                        &:before{
                                            left: -85px;
                                        }
                                        &:after{
                                            right: -85px;
                                        }
                                        */
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt_2 {
    font-size: 3.2rem;
    margin: 20px 0 0;
  }
  #container .aside.banner_1 .inner .content .item .link {
    font-size: 1.8rem;
    line-height: 1;
    width: 320px;
    height: 60px;
    padding: 22px 0 0;
    margin: 40px auto 0;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container .aside.banner_1 .inner .content .item .link:after {
    right: 16px;
  }
  #container .aside.banner_2 {
    width: 960px;
    margin: 60px auto 0;
  }
  #container .aside.banner_2 .inner {
    width: 960px;
    padding: 40px 0 20px;
    box-sizing: border-box;
  }
  #container .aside.banner_2 .inner .h3.h3_1 {
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0;
  }
  #container .aside.banner_2 .inner .h3.h3_1 span {
    line-height: 1.5;
  }
  #container .aside.banner_2 .inner .h3.h3_1 span.txt {
    text-indent: 0;
    font-size: 1.8rem;
    padding: 0;
  }
  #container .aside.banner_2 .inner .h3.h3_1 span.txt strong {
    font-size: 2.4rem;
  }
  #container .aside.banner_2 .inner .h3.h3_1 span.txt_2 {
    font-size: 2.1rem;
    margin: 14px 0 0;
  }
  #container .aside.banner_2 .inner .tel {
    margin: 0 auto;
  }
  #container .aside.banner_2 .inner .tel span.txt_1 {
    font-size: 1.6rem;
  }
  #container .aside.banner_2 .inner .tel span.txt_1 strong {
    font-size: 4.8rem;
  }
  #container .aside.banner_2 .inner .tel span.txt_2 {
    letter-spacing: 0.075em;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 14px 0 0 0;
  }
  #container .aside.banner_2 .inner .link {
    width: 100%;
    margin: 10px 0 0;
  }
  #container .aside.banner_2 .inner .link a,
  #container .aside.banner_2 .inner .link a:link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 320px;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container .aside.banner_2 .inner .link a:after,
  #container .aside.banner_2 .inner .link a:link:after {
    right: 16px;
  }
  #container .aside.banner_2 .inner .item {
    width: 780px;
    padding: 16px 0;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  #container .aside.banner_2 .inner .item .chara {
    width: 230px;
    height: auto;
  }
  #container .aside.banner_2 .inner .item .chara .figure {
    height: auto;
  }
  #container .aside.banner_2 .inner .item .chara .figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  #container .aside.banner_3 {
    margin: 40px auto;
  }
  #container .aside.banner_3 .inner {
    width: 960px;
    margin: 0 auto;
    overflow: visible;
  }
  #container .aside.banner_3 .inner .h3.h3_1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #container .aside.banner_3 .inner .h3.h3_1 span {
    letter-spacing: 0.15em;
    text-align: left;
    line-height: 1.25;
  }
  #container .aside.banner_3 .inner .h3.h3_1 span.txt {
    font-size: 1.8rem;
  }
  #container .aside.banner_3 .inner .h3.h3_1 span.txt_2 {
    margin: 12px 0 0 -10px;
  }
  #container .aside.banner_3 .inner .h3.h3_1 span.txt_2 strong {
    font-size: 2.8rem;
  }
  #container .aside.banner_3 .inner .h3.h3_1 span.txt_3 {
    font-size: 1.8rem;
    margin: 10px 0 0 1em;
  }
  #container .aside.banner_3 .inner .tel {
    font-size: 1.6rem;
    width: 300px;
    margin: 0;
  }
  #container .aside.banner_3 .inner .tel span {
    display: inline-block;
    line-height: 1;
  }
  #container .aside.banner_3 .inner .tel span.txt_1 {
    text-align: left;
    font-size: 1.4rem;
    margin: 0;
  }
  #container .aside.banner_3 .inner .tel span.txt_2 {
    font-size: 1.6rem;
    width: 100%;
    margin: 5px 0 0;
  }
  #container .aside.banner_3 .inner .tel span.txt_2 strong {
    font-size: 4rem;
    margin: 0 0 -5px;
  }
  #container .aside.banner_3 .inner .link {
    width: 330px;
    margin: 4px 0 0;
  }
  #container .aside.banner_3 .inner .link a,
  #container .aside.banner_3 .inner .link a:link {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    height: 50px;
    padding: 0px 0 0;
    position: relative;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container .aside.banner_3 .inner .link a:after,
  #container .aside.banner_3 .inner .link a:link:after {
    right: 16px;
  }
  #container .aside.banner_3 .inner .item {
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  #container .aside.banner_3 .inner .item.float .float_l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 880px;
    padding: 0;
  }
  #container .aside.banner_3 .inner .item.float .float_r {
    width: 360px;
    height: 100%;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  #container .aside.banner_3 .inner .item.float .float_r .figure {
    width: 100%;
    height: 100%;
  }
  #container .aside.banner_3 .inner .item.float .float_r .figure img {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #container .aside.bnr_recruit .inner {
    width: 960px;
    margin: 0 auto;
    border: 2px solid #FFAB99;
  }
  #container .aside.bnr_recruit .inner .h3.h3_1 {
    font-size: 3rem;
    margin: 10px 0 0;
  }
  #container .aside.bnr_recruit .inner a,
  #container .aside.bnr_recruit .inner a:link {
    display: block;
  }
  #container .aside.bnr_recruit .inner .content.content_1 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
    padding: 0;
    box-sizing: border-box;
  }
  #container .aside.bnr_recruit .inner .content.content_1 .item .figure {
    width: 100%;
    height: auto;
  }
  #container .aside.bnr_recruit .inner .content.content_1 .item .figure img {
    width: 100%;
    height: auto;
  }
  #container .aside.bnr_recruit .inner .content.content_1 .item p {
    font-size: 1.4rem;
    line-height: 1.75;
    width: 100%;
    margin: 30px auto 0;
  }
  #container .aside.bnr_recruit .inner .content.content_1 .item .link {
    font-size: 1.8rem;
    line-height: 1;
    width: 320px;
    height: 60px;
    padding: 22px 0 0;
    margin: 40px auto 0;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container .aside.bnr_recruit .inner .content.content_1 .item .link:after {
    right: 16px;
  }
  #container .aside.bnr_sns {
    padding: 40px 0;
    margin: 0 auto;
  }
  #container .aside.bnr_sns .inner .h3.h3_1 {
    letter-spacing: 0.075em;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
  }
  #container .aside.bnr_sns .inner .nav {
    margin: 40px auto 0;
  }
  #container .aside.bnr_sns .inner .nav ul li {
    width: 80px;
    margin: 0;
  }
  #container .aside.bnr_sns .inner .nav ul li span.img {
    width: 40px;
  }
  #container .aside.bnr_sns .inner .nav ul li span.txt {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
  #container .aside.shoplist {
    padding: 40px 0;
  }
  #container .aside.shoplist .inner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    /* -------------------------------------
                   content
                */
  }
  #container .aside.shoplist .inner .content.content_1 {
    display: flex;
    justify-content: center;
    width: 990px;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #container .aside.shoplist .inner .content.content_1 .h4.h4_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0 0;
  }
  #container .aside.shoplist .inner .content.content_1 .h5.h5_2 {
    margin: 7px 0 0;
  }
  #container .aside.shoplist .inner .content.content_1 .h6.h6_2 {
    margin: 7px 0 0;
  }
  #container .aside.shoplist .inner .content.content_1 .tel {
    margin: 6px auto 0;
  }
  #container .aside.shoplist .inner .content.content_1 .tel span {
    display: block;
  }
  #container .aside.shoplist .inner .content.content_1 .tel span.txt_1 strong {
    font-size: 1.8rem;
  }
  #container .aside.shoplist .inner .content.content_1 .tel span.txt_2 {
    margin: 6px auto 0;
  }
  #container .aside.shoplist .inner .content.content_1 .tel span.txt_2 strong {
    font-size: 1.4rem;
  }
  #container .aside.shoplist .inner .content.content_1 .link {
    width: 240px;
    margin: 10px 0 0;
    position: relative;
  }
  #container .aside.shoplist .inner .content.content_1 .link span.txt {
    letter-spacing: 0.175em;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
  }
  #container .aside.shoplist .inner .content.content_1 .link span.txt a,
  #container .aside.shoplist .inner .content.content_1 .link span.txt a:link {
    height: 42px;
    padding: 14px 0 0;
  }
  #container .aside.shoplist .inner .content.content_1 .link:before {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 100%;
    right: 10px;
    transform: translateY(-50%);
  }
  #container .aside.shoplist .inner .content.content_1 .link:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFAB99;
    border-right: 2px solid #FFAB99;
    right: 16px;
  }
  #container .aside.shoplist .inner .content.content_1 .item {
    width: 300px;
    margin: 0 15px;
  }
  #container .aside.shoplist .inner .content.content_1 .item:first-child {
    margin: 0 15px;
  }
  #container .aside.shoplist .inner .content.content_1 .item.float {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #container .aside.shoplist .inner .content.content_1 .item.float .float_l,
  #container .aside.shoplist .inner .content.content_1 .item.float .float_r {
    width: 100%;
  }
  #container .aside.shoplist .inner .content.content_1 .item.float .float_l {
    flex-shrink: 0;
  }
  #container .aside.shoplist .inner .content.content_1 .item.float .float_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  #container .aside.info, #container .aside.blog {
    margin: 40px auto 0;
  }
  #container .aside.info .inner, #container .aside.blog .inner {
    width: 920px;
  }
  #container .aside.info .inner .content .h4.h4_1, #container .aside.blog .inner .content .h4.h4_1 {
    margin: 8px 0 0;
  }
  #container .aside.info .inner .content .h4.h4_1 span.day, #container .aside.blog .inner .content .h4.h4_1 span.day {
    font-size: 1.4rem;
    margin: 4px 0 0;
  }
  #container .aside.info .inner .content.content_1, #container .aside.blog .inner .content.content_1 {
    display: flex;
    width: 100%;
    padding: 0 0 0;
  }
  #container .aside.info .inner .content.content_1 .item, #container .aside.blog .inner .content.content_1 .item {
    margin: 0 25px 0 0;
  }
  #container .aside.info .inner .content.content_1 .item .figure, #container .aside.blog .inner .content.content_1 .item .figure {
    width: 290px;
    height: 193px;
    overflow: hidden;
  }
  #container .aside.info .inner .content.content_1 .item .figure img, #container .aside.blog .inner .content.content_1 .item .figure img {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #container .aside.info .inner .content.content_1 .item .figure img.w, #container .aside.blog .inner .content.content_1 .item .figure img.w {
    width: auto;
    height: 100%;
  }
  #container .aside.info .inner .content.content_1 .item:last-of-type, #container .aside.blog .inner .content.content_1 .item:last-of-type {
    margin: 0 0;
  }
  /* -------------------------------------
   contents
------------------------------------- */
  #container.page {
    /* -------------------------------------
       nav_pankuzu
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page .nav_txt {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    background: #f2f2f2;
  }
  #container.page .nav_txt ul {
    display: flex;
    width: 940px;
    padding: 0.2em 0 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #container.page .nav_txt ul li {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0 1em 0 0;
  }
  #container.page .nav_txt ul li:before {
    content: "＞ ";
    color: #e6e6e6;
    font-size: 1.2rem;
    line-height: 1;
  }
  #container.page #article {
    padding: 40px 0 0;
    margin: 0 0 20px;
  }
  #container.page .aside {
    width: 100%;
    /* -------------------------------------
           main
        ------------------------------------- */
    /* -------------------------------------
           page_control
        ------------------------------------- */
  }
  #container.page .aside#main {
    width: 100%;
  }
  #container.page .aside#main .inner {
    display: flex;
    width: 960px;
    padding: 0;
    margin: 0 auto 20px;
  }
  #container.page .aside#main .inner .img {
    width: 600px;
  }
  #container.page .aside#main .inner .h2.h2_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px;
    margin: 0;
  }
  #container.page .aside#main .inner .h2.h2_1 span.txt {
    font-size: 3rem;
  }
  #container.page .aside#main .inner .h2.h2_1 span.txt_2 {
    font-size: 2.1rem;
    margin: 14px 0 0;
  }
  #container.page .aside.page_control .inner {
    width: 960px;
    margin: 40px auto 0;
  }
  #container.page .aside.page_control .inner .b_backforw {
    /* -------------------------------------
                       section
                    ------------------------------------- */
  }
  #container.page .aside.page_control .inner .b_backforw .back,
  #container.page .aside.page_control .inner .b_backforw .forw {
    width: 350px;
  }
  #container.page .aside.page_control .inner .b_backforw .back a,
  #container.page .aside.page_control .inner .b_backforw .back a:link,
  #container.page .aside.page_control .inner .b_backforw .forw a,
  #container.page .aside.page_control .inner .b_backforw .forw a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .back a:before, #container.page .aside.page_control .inner .b_backforw .back a:after,
  #container.page .aside.page_control .inner .b_backforw .back a:link:before,
  #container.page .aside.page_control .inner .b_backforw .back a:link:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:before,
  #container.page .aside.page_control .inner .b_backforw .forw a:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:before,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:after {
    border: 20px solid transparent;
  }
  #container.page .aside.page_control .inner .b_backforw .back a:before,
  #container.page .aside.page_control .inner .b_backforw .back a:link:before {
    left: -40px;
    border-right: 20px solid #EF4220;
  }
  #container.page .aside.page_control .inner .b_backforw .forw a:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:after {
    right: -40px;
    border-left: 20px solid #EF4220;
  }
  #container.page .aside.page_control .inner .b_backforw .pager a,
  #container.page .aside.page_control .inner .b_backforw .pager a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .parent {
    width: 350px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev,
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    width: 180px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:before,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:before,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
    border: 20px solid transparent;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev {
    margin: 0 0 0 20px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:before,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before {
    left: -40px;
    border-right: 20px solid #EF4220;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    margin: 0 20px 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
    right: -40px;
    border-left: 20px solid #EF4220;
  }
  #container.page .section {
    width: 100%;
    padding: 40px 0 0 0;
    overflow: hidden;
    /* -------------------------------------
           thanks
        */
    /* -------------------------------------
           404
        */
  }
  #container.page .section.thanks {
    width: 880px !important;
    padding: 20px 0 100px 0;
    margin: 0 auto;
  }
  #container.page .section.thanks h3 {
    font-size: 2.4rem;
    padding: 1.0em 0 1.75em 0;
  }
  #container.page .section#error404 .inner {
    width: 960px;
  }
  #container.page .section#error404 .inner .h3.h3_1 {
    font-size: 2.4rem;
  }
  /* -------------------------------------
footer
------------------------------------- */
  #footer {
    width: 100%;
    padding: 0;
    margin: 40px auto 0;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 200px;
  }
  #footer #pagetop .inner {
    width: 960px;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    transform: rotate(90deg);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 140px;
    height: 40px;
    padding: 1.2em 0 0 0;
    margin: 0 0 0 0;
    background: #EF4220;
    box-sizing: border-box;
    right: -98px;
    bottom: 0;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  #footer #pagetop .inner a:before,
  #footer #pagetop .inner a:link:before {
    content: "";
    display: block;
    line-height: 1;
    height: 20px;
    border: 20px solid transparent;
    border-right: 20px solid #EF4220;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -40px;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    display: none;
  }
  #footer .aside {
    /* -------------------------------------
           aside_1
        */
    /* -------------------------------------
           aside_2
        */
  }
  #footer .aside .h3.h3_1 span.txt_1 {
    font-size: 1.6rem;
  }
  #footer .aside.aside_1 {
    width: 100%;
    padding: 40px 0 50px;
  }
  #footer .aside.aside_1 .inner {
    width: 960px;
  }
  #footer .aside.aside_1 .inner .nav {
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    width: 100%;
  }
  #footer .aside.aside_1 .inner .nav .item {
    padding: 0;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-child(1) {
    width: 190px;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-child(2) {
    width: 280px;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-child(3) {
    width: 240px;
  }
  #footer .aside.aside_1 .inner .nav .item:nth-child(4) {
    width: 250px;
  }
  #footer .aside.aside_1 .inner .nav .item .h3.h3_1 {
    padding: 0;
    margin: 0 auto 20px;
  }
  #footer .aside.aside_1 .inner .nav .item ul {
    padding: 0;
  }
  #footer .aside.aside_1 .inner .nav .item ul li {
    white-space: nowrap;
    margin: 0 0 10px;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a,
  #footer .aside.aside_1 .inner .nav .item ul li a:link {
    font-size: 1.2rem;
    letter-spacing: 0.125em;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .nav .item ul li a:hover {
    text-decoration: underline;
  }
  #footer .aside.aside_2 .inner .h2.h2_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0;
  }
  #footer .aside.aside_2 .inner .h2.h2_1 span.img {
    width: 110px;
  }
  #footer .aside.aside_2 .inner p {
    line-height: 1;
    padding: 10px 0;
  }
  #footer .aside.aside_2 .inner small {
    font-size: 1rem;
    width: 960px;
    padding: 20px 0;
  }
}
