@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* line 9, ../sass/_reset.scss */
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: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 31, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 35, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 40, ../sass/_reset.scss */
nav ul {
  list-style: none;
}

/* line 44, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 48, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 54, ../sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 63, ../sass/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 70, ../sass/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 77, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 81, ../sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 86, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 92, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 101, ../sass/_reset.scss */
input, select {
  vertical-align: middle;
}

/*common.scss*/
/*css調整*/
/* line 113, ../sass/_common.scss */
button {
  font-weight: normal;
}

/* line 118, ../sass/_common.scss */
body {
  font-size: 62.5%;
  margin: 0px;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,"Hiragino Sans", Meiryo,sans-serif;
}
@media screen and (max-width: 1040px) {
  /* line 118, ../sass/_common.scss */
  body {
    overflow-x: auto;
    width: 1040px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 118, ../sass/_common.scss */
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* line 137, ../sass/_common.scss */
.yu-mincho {
  font-family: YuMincho, "Yu Mincho", serif !important;
}
@media screen and (max-width: 1040px) {
  /* line 137, ../sass/_common.scss */
  .yu-mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  }
}

/* line 144, ../sass/_common.scss */
.hiragino-font {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}

/* line 149, ../sass/_common.scss */
img {
  vertical-align: bottom;
}

/* line 153, ../sass/_common.scss */
.bold {
  font-weight: bold;
}

/* line 157, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 161, ../sass/_common.scss */
#body {
  margin: 0px;
}
@media screen and (max-width: 1040px) {
  /* line 161, ../sass/_common.scss */
  #body {
    margin-top: 55px;
  }
}

/* line 168, ../sass/_common.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #05C3FF;
}
/* line 172, ../sass/_common.scss */
a:hover {
  opacity: 0.6;
}
/* line 175, ../sass/_common.scss */
a.no-hover:hover {
  opacity: 1.0;
}

/* line 180, ../sass/_common.scss */
#main {
  border: none;
}

/* line 184, ../sass/_common.scss */
#header-in, #navi-in, #body-in, #footer-in {
  width: 100%;
}

/* line 187, ../sass/_common.scss */
html {
  margin-top: 0px !important;
}

/* line 191, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 195, ../sass/_common.scss */
.align-item {
  align-items: center;
}

/* line 199, ../sass/_common.scss */
.text-center {
  text-align: center;
}

@media screen and (max-width: 1040px) {
  /* line 203, ../sass/_common.scss */
  .only-pc {
    display: none !important;
  }
}

/* line 209, ../sass/_common.scss */
.only-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 209, ../sass/_common.scss */
  .only-sp {
    display: block !important;
  }
}

/* line 216, ../sass/_common.scss */
.only-tablet {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 216, ../sass/_common.scss */
  .only-tablet {
    display: block;
  }
}

/* line 223, ../sass/_common.scss */
.only-pc-is-slick {
  display: block !important;
}
@media screen and (max-width: 1040px) {
  /* line 223, ../sass/_common.scss */
  .only-pc-is-slick {
    display: none !important;
  }
}

/* line 230, ../sass/_common.scss */
.only-sp-is-slick {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  /* line 230, ../sass/_common.scss */
  .only-sp-is-slick {
    display: block !important;
  }
}

/* line 240, ../sass/_common.scss */
.animated {
  opacity: 0;
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 247, ../sass/_common.scss */
h1, h2, h3, h4, h5, p, div, a, ul, li, ol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 251, ../sass/_common.scss */
p {
  line-height: 1.5;
  color: #0D0D0D;
}

/* line 256, ../sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #0D0D0D;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 6, ../sass/main.scss */
body {
  position: relative;
  right: 0;
}
@media screen and (max-width: 1040px) {
  /* line 6, ../sass/main.scss */
  body {
    width: 100%;
    margin-top: 0;
  }
}

/* line 21, ../sass/main.scss */
#body-in {
  width: 100%;
  padding: 0px;
}

/* line 27, ../sass/main.scss */
#main {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 0px;
}

/* line 36, ../sass/main.scss */
#sidebar {
  width: 300px;
  padding: 0px;
}

/* line 41, ../sass/main.scss */
#page-top {
  z-index: 2;
}
/* line 43, ../sass/main.scss */
#page-top .move-page-top-image {
  width: 40px;
  height: 40px;
}

/* line 48, ../sass/main.scss */
.Inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1040px) {
  /* line 48, ../sass/main.scss */
  .Inner {
    padding: 20px 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 58, ../sass/main.scss */
.Title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 58, ../sass/main.scss */
  .Title {
    margin-bottom: 20px;
  }
}
/* line 67, ../sass/main.scss */
.Title__text {
  font-size: 2.6em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 67, ../sass/main.scss */
  .Title__text {
    font-size: 1.8em;
  }
}
/* line 74, ../sass/main.scss */
.Title__img {
  height: 26px;
  margin-left: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 74, ../sass/main.scss */
  .Title__img {
    height: 18px;
    margin-left: 5px;
  }
}

/* line 84, ../sass/main.scss */
.BreadCrumbs {
  width: 100%;
  background-color: #F0F0F0;
}
/* line 87, ../sass/main.scss */
.BreadCrumbs__now {
  color: #0D0D0D;
}

/* line 91, ../sass/main.scss */
#breadcrumb {
  padding: 8px 0;
  font-size: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  background-color: #F0F0F0;
}
/* line 100, ../sass/main.scss */
#breadcrumb span.sp {
  color: #0D0D0D;
}
@media screen and (max-width: 1040px) {
  /* line 91, ../sass/main.scss */
  #breadcrumb {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  /* line 91, ../sass/main.scss */
  #breadcrumb {
    padding: 10px 15px;
  }
}
/* line 110, ../sass/main.scss */
#breadcrumb a {
  color: #0D0D0D;
}
/* line 112, ../sass/main.scss */
#breadcrumb a i {
  margin-right: 5px;
}

/* line 118, ../sass/main.scss */
.svg-symbol {
  display: none;
}

/* line 122, ../sass/main.scss */
.btn-link {
  display: inline-block;
}
/* line 124, ../sass/main.scss */
.btn-link button {
  border: 1px solid #FF6EB1;
  width: 240px;
  height: 60px;
  color: #535353;
  font-size: 1.6em;
  font-weight: normal;
  position: relative;
  margin-bottom: 0px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 134, ../sass/main.scss */
.btn-link button .arrow-img {
  width: 20px;
  height: 22px;
  margin-left: 20px;
  margin-right: -10px;
  fill: #535353;
}
/* line 142, ../sass/main.scss */
.btn-link:hover {
  opacity: 1.0;
}
/* line 144, ../sass/main.scss */
.btn-link:hover button {
  background-color: #FF6EB1;
  color: white;
}
/* line 147, ../sass/main.scss */
.btn-link:hover button .arrow-img {
  fill: white;
}

/* line 154, ../sass/main.scss */
.ShadowBox {
  position: relative;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 155, ../sass/main.scss */
.ShadowBox:after {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("../images/common/bg_stripe.png");
  background-size: 5px 5px;
  background-repeat: repeat;
  background-position: left bottom;
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 174, ../sass/main.scss */
.ShadowBox__text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 185, ../sass/main.scss */
.ShadowBox--white .ShadowBox__text {
  background-color: white;
}
/* line 190, ../sass/main.scss */
.ShadowBox--blue .ShadowBox__text {
  background-color: #FF6EB1;
  color: white;
}

/* line 196, ../sass/main.scss */
.bg-gray {
  background-color: #F0F0F0;
}

/* line 201, ../sass/main.scss */
.DefaultBg {
  background-size: 100% auto;
  background-repeat: repeat;
  background-image: url("../images/top/bg_top.jpg");
}
@media screen and (max-width: 1040px) {
  /* line 201, ../sass/main.scss */
  .DefaultBg {
    background-image: url("../images/top/bg_top_sp.jpg");
  }
}

/* line 1, ../sass/_header.scss */
.menu-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 6, ../sass/_header.scss */
.hambarger {
  width: 26px;
  height: 19px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 6, ../sass/_header.scss */
  .hambarger {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 0 0 auto;
  }
}
/* line 21, ../sass/_header.scss */
.hambarger.animation span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
/* line 25, ../sass/_header.scss */
.hambarger.animation .top {
  transform: translateY(-8px);
}
/* line 28, ../sass/_header.scss */
.hambarger.animation .bottom {
  transform: translateY(8px);
}
/* line 32, ../sass/_header.scss */
.hambarger.animation.is-open .middle {
  background: transparent;
}
/* line 35, ../sass/_header.scss */
.hambarger.animation.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}
/* line 38, ../sass/_header.scss */
.hambarger.animation.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
}
/* line 43, ../sass/_header.scss */
.hambarger span {
  width: 26px;
  height: 3px;
  display: block;
  background: black;
  position: absolute;
  left: 8px;
  top: 28px;
}
@media screen and (max-width: 1040px) {
  /* line 43, ../sass/_header.scss */
  .hambarger span {
    left: 7px;
    top: 18px;
  }
}
/* line 55, ../sass/_header.scss */
.hambarger span .bottom {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 60, ../sass/_header.scss */
.hambarger span .top {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* line 66, ../sass/_header.scss */
.hambarger p {
  margin: 0px;
  font-size: 1.2em;
  position: absolute;
  bottom: -3px;
}

/* line 74, ../sass/_header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 83, ../sass/_header.scss */
#header-in {
  padding: 0;
  z-index: 100;
  background-color: transparent;
}
@media screen and (max-width: 1040px) {
  /* line 83, ../sass/_header.scss */
  #header-in {
    width: 1040px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 83, ../sass/_header.scss */
  #header-in {
    width: 100%;
    padding: 10px 15px 15px;
  }
}
/* line 94, ../sass/_header.scss */
#header-in #h-top {
  overflow: visible;
  min-height: 0px;
}
/* line 97, ../sass/_header.scss */
#header-in #h-top .header-wrapper {
  width: 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  /* line 97, ../sass/_header.scss */
  #header-in #h-top .header-wrapper {
    width: calc( 100% - 20px );
  }
}
@media screen and (max-width: 1040px) {
  /* line 97, ../sass/_header.scss */
  #header-in #h-top .header-wrapper {
    width: 1040px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 97, ../sass/_header.scss */
  #header-in #h-top .header-wrapper {
    width: 100%;
    padding: 0;
  }
}
/* line 114, ../sass/_header.scss */
#header-in #h-top .header-wrapper #site-title {
  margin: 0px;
  padding: 0px;
  line-height: 1;
}
/* line 118, ../sass/_header.scss */
#header-in #h-top .header-wrapper #site-title .site-title-img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 1040px) {
  /* line 118, ../sass/_header.scss */
  #header-in #h-top .header-wrapper #site-title .site-title-img {
    width: 191px;
  }
}

/* line 129, ../sass/_header.scss */
.Language {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 129, ../sass/_header.scss */
  .Language {
    display: none;
  }
}
/* line 139, ../sass/_header.scss */
.Language__btn {
  background-color: #F0F0F0;
  width: 130px;
  height: 40px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #0D0D0D;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 148, ../sass/_header.scss */
.Language__btn.active {
  color: white;
  background-color: #FF6EB1;
}
/* line 153, ../sass/_header.scss */
.Language__img {
  width: auto;
  margin-right: 5px;
  height: 100%;
}

/* line 162, ../sass/_header.scss */
.Overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 174, ../sass/_header.scss */
.Header__linkbtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1040px) {
  /* line 174, ../sass/_header.scss */
  .Header__linkbtn {
    display: none;
  }
}
/* line 180, ../sass/_header.scss */
.Header__linkbtn__img {
  width: 267px;
  margin-left: 20px;
}
/* line 183, ../sass/_header.scss */
.Header__linkbtn__img__img {
  width: 100%;
}

/* line 1, ../sass/_footer.scss */
.Footer {
  padding: 0px;
  margin: 0px;
  background-color: white;
}
/* line 5, ../sass/_footer.scss */
.Footer__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 5, ../sass/_footer.scss */
  .Footer__wrap {
    display: block;
  }
}
/* line 13, ../sass/_footer.scss */
.Footer__logo {
  width: 192px;
}
@media screen and (max-width: 1040px) {
  /* line 13, ../sass/_footer.scss */
  .Footer__logo {
    width: 156px;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}
/* line 21, ../sass/_footer.scss */
.Footer__logo img {
  width: 100%;
}
/* line 25, ../sass/_footer.scss */
.Footer ul.menu {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/_footer.scss */
  .Footer ul.menu {
    display: block;
  }
}
/* line 33, ../sass/_footer.scss */
.Footer ul.menu li {
  padding-left: 20px;
  border-left: 1px solid #0D0D0D;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 33, ../sass/_footer.scss */
  .Footer ul.menu li {
    padding: 0;
    font-weight: bold;
    margin: 10px 0 0;
    border: none;
  }
  /* line 42, ../sass/_footer.scss */
  .Footer ul.menu li:first-child {
    margin-top: 0;
  }
}
/* line 47, ../sass/_footer.scss */
.Footer ul.menu li:first-child {
  margin-left: 0;
  border-left: none;
}
/* line 51, ../sass/_footer.scss */
.Footer ul.menu li a {
  display: block;
  color: #0D0D0D;
  font-size: 1.6em;
}
@media screen and (max-width: 1040px) {
  /* line 51, ../sass/_footer.scss */
  .Footer ul.menu li a {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
  }
}
/* line 64, ../sass/_footer.scss */
.Footer__credit {
  background-color: #499DFF;
  padding: 10px 0px;
}
/* line 67, ../sass/_footer.scss */
.Footer__credit__text {
  margin: 0 auto;
  width: 1100px;
  text-align: center;
  color: white;
  font-size: 1.2em;
}
@media screen and (max-width: 1040px) {
  /* line 67, ../sass/_footer.scss */
  .Footer__credit__text {
    width: 100%;
    text-align: center;
  }
}

/* line 1, ../sass/_nav.scss */
nav {
  margin: 0 auto;
  border: none;
  background-color: #FF6EB1;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_nav.scss */
  nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFFFFF;
  }
}
/* line 14, ../sass/_nav.scss */
nav #navi {
  background-color: transparent;
}
/* line 17, ../sass/_nav.scss */
nav #navi #navi-in {
  width: auto;
  background-color: transparent;
}
/* line 21, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul {
  background-color: transparent;
  border: none;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 21, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul {
    width: 100%;
  }
}
/* line 29, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li {
  margin-right: 80px;
}
@media screen and (max-width: 1300px) {
  /* line 29, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li {
    padding: 0;
    margin-right: 0;
    width: 100%;
    background-color: #FF6EB1;
    border-bottom: 1px solid white;
    position: relative;
  }
  /* line 38, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../images/top/icon_right_white.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: 10px;
    top: calc( 50% - 9px );
  }
  /* line 50, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li:last-child {
    border-bottom: 1px solid #DEDEDE;
  }
}
/* line 55, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li:hover ul.sub-menu {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1040px) {
  /* line 55, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li:hover ul.sub-menu {
    display: block;
  }
}
/* line 63, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li:last-child {
  margin-right: 0;
}
/* line 67, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li > a {
  font-size: 1.6em;
  padding: 25px 0 20px;
  color: white;
  border-bottom: 4px solid #FF6EB1;
}
@media screen and (max-width: 1040px) {
  /* line 67, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li > a {
    padding: 15px 20px;
    border-bottom: none;
  }
}
/* line 77, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li > a:hover {
  background-color: transparent;
  border-bottom: 4px solid white;
  opacity: 1.0;
}
@media screen and (max-width: 1040px) {
  /* line 77, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li > a:hover {
    border-bottom: none;
  }
}
/* line 87, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu {
  width: 100vw;
  padding: 35px calc(50vw - 600px);
  margin-left: calc( 600px - 50vw);
  background-color: #F8F8F8;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 87, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu {
    width: 100%;
    padding: 0;
    margin-left: 0;
    display: block;
    position: relative;
    border: none;
  }
}
/* line 104, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  margin-right: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 104, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li {
    border-top: 1px solid #DEDEDE;
    padding: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
    display: block;
    height: auto;
  }
  /* line 118, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li:first-child {
    border-top: none;
  }
}
/* line 122, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
/* line 125, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  border-color: #3B3B3B;
}
@media screen and (max-width: 1040px) {
  /* line 125, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li:before {
    position: absolute;
    top: 19px;
    left: 15px;
  }
}
/* line 140, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li > a {
  color: #0D0D0D;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1040px) {
  /* line 140, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li > a {
    padding: 15px 15px 15px 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  /* line 140, ../sass/_nav.scss */
  nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li > a {
    border: none;
  }
}

/* line 152, ../sass/_nav.scss */
nav #navi #navi-in .menu-header_menu-container > ul > li ul.sub-menu > li > a:hover {
  background-color: transparent;
  opacity: 0.6;
}

/* line 169, ../sass/_nav.scss */
.Nav__sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 169, ../sass/_nav.scss */
  .Nav__sp {
    display: block;
    padding: 15px;
    background-color: white;
  }
  /* line 175, ../sass/_nav.scss */
  .Nav__sp__link {
    margin-top: 10px;
    display: block;
  }
  /* line 178, ../sass/_nav.scss */
  .Nav__sp__link:first-child {
    margin-top: 0;
  }
}

/* line 4, ../sass/_entry.scss */
.EntryFv {
  background-image: url("../images/top/fv_enter.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  /* line 4, ../sass/_entry.scss */
  .EntryFv {
    background-image: url("../images/top/fv_enter_img_sp.png");
  }
}
/* line 12, ../sass/_entry.scss */
.EntryFv__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 280px 0 200px;
}
@media screen and (max-width: 1040px) {
  /* line 12, ../sass/_entry.scss */
  .EntryFv__inner {
    padding: 80px 15px 25px;
  }
}
/* line 25, ../sass/_entry.scss */
.EntryFv__title {
  margin-bottom: 60px;
  width: 890px;
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/_entry.scss */
  .EntryFv__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 32, ../sass/_entry.scss */
.EntryFv__title__img {
  width: 100%;
}
/* line 36, ../sass/_entry.scss */
.EntryFv__btn {
  text-align: center;
}
/* line 38, ../sass/_entry.scss */
.EntryFv__btn__link {
  width: 400px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 38, ../sass/_entry.scss */
  .EntryFv__btn__link {
    width: 100%;
  }
}
/* line 45, ../sass/_entry.scss */
.EntryFv__btn__link__img {
  width: 100%;
}

/* line 52, ../sass/_entry.scss */
.EntryAttention {
  background-color: #FF6EB1;
}
/* line 54, ../sass/_entry.scss */
.EntryAttention__text {
  text-align: center;
  font-size: 1.6em;
  width: 1100px;
  margin: 0 auto;
  padding: 25px 0;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 54, ../sass/_entry.scss */
  .EntryAttention__text {
    width: 100%;
    font-size: 1.4em;
    padding: 15px;
  }
}

/* line 70, ../sass/_entry.scss */
.EnterShop {
  background-image: url("../images/top/bg_top.jpg");
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 40px 0;
}
@media screen and (max-width: 1040px) {
  /* line 70, ../sass/_entry.scss */
  .EnterShop {
    padding: 10px 0 0;
    background-image: url("../images/top/bg_top_sp.jpg");
  }
}
/* line 79, ../sass/_entry.scss */
.EnterShop .ShopBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 79, ../sass/_entry.scss */
  .EnterShop .ShopBox {
    margin-bottom: 20px;
  }
}

/* line 87, ../sass/_entry.scss */
.EntryContents {
  background-image: url("../images/top/bg_entry.png");
  background-repeat: repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1040px) {
  /* line 87, ../sass/_entry.scss */
  .EntryContents {
    background-image: url("../images/top/bg_top_sp.jpg");
  }
}
/* line 95, ../sass/_entry.scss */
.EntryContents__banner {
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 95, ../sass/_entry.scss */
  .EntryContents__banner {
    display: none;
  }
}
/* line 100, ../sass/_entry.scss */
.EntryContents__banner:last-child {
  margin-bottom: 0;
}
/* line 103, ../sass/_entry.scss */
.EntryContents__banner__img {
  display: block;
  width: 100%;
}
/* line 106, ../sass/_entry.scss */
.EntryContents__banner__img__img {
  width: 100%;
}
/* line 111, ../sass/_entry.scss */
.EntryContents__banner--wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 111, ../sass/_entry.scss */
  .EntryContents__banner--wrap {
    display: block;
    margin-bottom: 0;
  }
}
/* line 118, ../sass/_entry.scss */
.EntryContents__banner--wrap .EntryContents__banner__img {
  width: calc( (100% - 44px) / 2 );
}
@media screen and (max-width: 1040px) {
  /* line 118, ../sass/_entry.scss */
  .EntryContents__banner--wrap .EntryContents__banner__img {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 1, ../sass/_home.scss */
.TopFv {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 7, ../sass/_home.scss */
.TopFv__wrap {
  width: 100%;
}
/* line 10, ../sass/_home.scss */
.TopFv__slick {
  width: 100%;
  height: 100%;
}
/* line 14, ../sass/_home.scss */
.TopFv__img {
  width: 100%;
}
/* line 16, ../sass/_home.scss */
.TopFv__img__img {
  width: 100%;
}
/* line 20, ../sass/_home.scss */
.TopFv__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 400px 0 240px;
}
@media screen and (max-width: 1040px) {
  /* line 20, ../sass/_home.scss */
  .TopFv__inner {
    padding: 100px 0 20px;
  }
}
/* line 31, ../sass/_home.scss */
.TopFv__title {
  width: 890px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  /* line 31, ../sass/_home.scss */
  .TopFv__title {
    width: 246px;
  }
}
/* line 37, ../sass/_home.scss */
.TopFv__title__img {
  width: 100%;
}
/* line 41, ../sass/_home.scss */
.TopFv__btn {
  position: relative;
  text-align: center;
}
/* line 44, ../sass/_home.scss */
.TopFv__btn__link {
  width: 400px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 44, ../sass/_home.scss */
  .TopFv__btn__link {
    width: 100%;
  }
}
/* line 51, ../sass/_home.scss */
.TopFv__btn__link__img {
  width: 100%;
}

/* line 58, ../sass/_home.scss */
.TopWrap {
  background-image: url("../images/top/bg_top.jpg");
  background-size: contain;
  background-repeat: repeat;
  padding: 40px 0;
}
@media screen and (max-width: 1040px) {
  /* line 58, ../sass/_home.scss */
  .TopWrap {
    padding: 10px 0 0;
    background-image: url("../images/top/bg_top_sp.jpg");
  }
}

/* line 69, ../sass/_home.scss */
.TopBox {
  position: relative;
}
/* line 71, ../sass/_home.scss */
.TopBox__point {
  position: absolute;
  top: -100px;
}
/* line 75, ../sass/_home.scss */
.TopBox__linkbtn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 75, ../sass/_home.scss */
  .TopBox__linkbtn {
    margin-bottom: 0;
    display: block;
  }
}
/* line 83, ../sass/_home.scss */
.TopBox__linkbtn__img {
  width: calc( 50% - 22px );
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 83, ../sass/_home.scss */
  .TopBox__linkbtn__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 92, ../sass/_home.scss */
.TopBox__title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  border: 2px solid white;
  border-radius: 4px;
}
/* line 99, ../sass/_home.scss */
.TopBox__title.no-mg {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  /* line 92, ../sass/_home.scss */
  .TopBox__title {
    display: block;
    border: none;
    margin-bottom: 20px;
  }
  /* line 106, ../sass/_home.scss */
  .TopBox__title.no-mg {
    margin-bottom: 0;
  }
}
/* line 110, ../sass/_home.scss */
.TopBox__title__text {
  background-image: url("../images/top/bg_head.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  width: calc( 100% - 240px );
}
@media screen and (max-width: 1040px) {
  /* line 110, ../sass/_home.scss */
  .TopBox__title__text {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-image: url("../images/top/bg_head_sp.png");
    border: 2px solid white;
    border-radius: 4px;
  }
}
/* line 128, ../sass/_home.scss */
.TopBox__title__text--full {
  width: 100%;
}
/* line 131, ../sass/_home.scss */
.TopBox__title__text__icon {
  margin-right: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 131, ../sass/_home.scss */
  .TopBox__title__text__icon {
    margin-right: 0;
  }
}
/* line 136, ../sass/_home.scss */
.TopBox__title__text__icon__img {
  height: 28px;
}
@media screen and (max-width: 1040px) {
  /* line 136, ../sass/_home.scss */
  .TopBox__title__text__icon__img {
    width: auto;
    height: 28px;
  }
}
/* line 144, ../sass/_home.scss */
.TopBox__title__text__text {
  font-weight: bold;
  color: white;
  font-size: 2.8em;
}
@media screen and (max-width: 1040px) {
  /* line 144, ../sass/_home.scss */
  .TopBox__title__text__text {
    font-size: 2.2em;
    line-height: 1.3;
    width: calc( 100% - 50px );
  }
}
/* line 155, ../sass/_home.scss */
.TopBox__title__updated {
  width: 240px;
  background-color: white;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 155, ../sass/_home.scss */
  .TopBox__title__updated {
    width: 100%;
    margin-top: 10px;
    height: auto;
    padding: 10px 0;
  }
}
/* line 172, ../sass/_home.scss */
.TopBox__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
/* line 178, ../sass/_home.scss */
.TopBox__wrap--no-margin {
  margin-bottom: 0;
}
/* line 183, ../sass/_home.scss */
.TopBox__wrap--ranking .RankingBox:nth-child(n + 4) {
  display: none;
}
/* line 186, ../sass/_home.scss */
.TopBox__wrap--ranking .RankingBox__name {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 192, ../sass/_home.scss */
.TopBox__wrap.mbn {
  margin-bottom: 0;
}
/* line 195, ../sass/_home.scss */
.TopBox__wrap .slick-list {
  display: block;
  width: 100%;
}
/* line 198, ../sass/_home.scss */
.TopBox__wrap .slick-list .RankingBox {
  margin-top: 0;
  margin-right: 12px;
  margin-left: 12px;
}
@media screen and (max-width: 1040px) {
  /* line 198, ../sass/_home.scss */
  .TopBox__wrap .slick-list .RankingBox {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 206, ../sass/_home.scss */
.TopBox__wrap .slick-list .RankingBox:nth-child(3n) {
  margin-right: 12px;
}
@media screen and (max-width: 1040px) {
  /* line 206, ../sass/_home.scss */
  .TopBox__wrap .slick-list .RankingBox:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 215, ../sass/_home.scss */
.TopBox__wrap .slick-list-btn {
  position: absolute;
  top: calc( 50% - 55px );
}
@media screen and (max-width: 1040px) {
  /* line 215, ../sass/_home.scss */
  .TopBox__wrap .slick-list-btn {
    position: relative;
    top: auto;
    margin-top: 20px;
  }
}
/* line 224, ../sass/_home.scss */
.TopBox__wrap .slick-list-btn__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
/* line 229, ../sass/_home.scss */
.TopBox__wrap .slick-list-btn__img {
  width: 60px;
}
/* line 232, ../sass/_home.scss */
.TopBox__wrap .slick-list-btn--left {
  left: -80px;
}
@media screen and (max-width: 1040px) {
  /* line 232, ../sass/_home.scss */
  .TopBox__wrap .slick-list-btn--left {
    left: auto;
    margin-right: 10px;
  }
}
/* line 240, ../sass/_home.scss */
.TopBox__wrap .slick-list-btn--right {
  right: -80px;
}
@media screen and (max-width: 1040px) {
  /* line 240, ../sass/_home.scss */
  .TopBox__wrap .slick-list-btn--right {
    right: auto;
  }
}
/* line 249, ../sass/_home.scss */
.TopBox__photos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 50px;
}
/* line 255, ../sass/_home.scss */
.TopBox__photos__link {
  width: 190px;
}
/* line 259, ../sass/_home.scss */
.TopBox__news {
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 259, ../sass/_home.scss */
  .TopBox__news {
    padding: 0;
    display: block;
  }
}
/* line 269, ../sass/_home.scss */
.TopBox__news__list__notfound {
  font-size: 1.6em;
}
/* line 276, ../sass/_home.scss */
.TopBox__area__tag {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 279, ../sass/_home.scss */
.TopBox__area__tag__btn {
  width: calc( 100% / 3 );
  height: 68px;
  font-size: 1.8em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #DBDBDB;
  border-right: none;
  color: #0D0D0D;
  background-color: white;
  font-weight: bold;
}
/* line 291, ../sass/_home.scss */
.TopBox__area__tag__btn:last-child {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1040px) {
  /* line 279, ../sass/_home.scss */
  .TopBox__area__tag__btn {
    font-size: 1.4em;
  }
  /* line 296, ../sass/_home.scss */
  .TopBox__area__tag__btn__pc {
    display: none;
  }
}
/* line 300, ../sass/_home.scss */
.TopBox__area__tag__btn.on {
  color: white;
}
/* line 302, ../sass/_home.scss */
.TopBox__area__tag__btn.on.kumagaya {
  background-color: #92A3FF;
}
/* line 305, ../sass/_home.scss */
.TopBox__area__tag__btn.on.kawagoe {
  background-color: #FF97CB;
}
/* line 309, ../sass/_home.scss */
.TopBox__area__tag__btn.on.honjo {
  background-color: #FF8DFE;
}
/* line 316, ../sass/_home.scss */
.TopBox__area__list {
  position: relative;
  background-color: white;
}
/* line 320, ../sass/_home.scss */
.TopBox__area__list--nobg {
  background-color: transparent;
}
/* line 323, ../sass/_home.scss */
.TopBox__area__list.for-slick {
  height: 425px;
}
@media screen and (max-width: 1040px) {
  /* line 323, ../sass/_home.scss */
  .TopBox__area__list.for-slick {
    height: 480px;
  }
}
/* line 332, ../sass/_home.scss */
.TopBox__company {
  padding: 50px;
  background-color: white;
}
@media screen and (max-width: 1040px) {
  /* line 332, ../sass/_home.scss */
  .TopBox__company {
    padding: 15px;
  }
}
/* line 338, ../sass/_home.scss */
.TopBox__company__system {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 338, ../sass/_home.scss */
  .TopBox__company__system {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 346, ../sass/_home.scss */
.TopBox__company__system .SystemBox {
  width: 320px;
  border: 3px solid #FF8484;
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 1040px) {
  /* line 346, ../sass/_home.scss */
  .TopBox__company__system .SystemBox {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
  }
  /* line 355, ../sass/_home.scss */
  .TopBox__company__system .SystemBox:first-child {
    margin-top: 0;
  }
}
/* line 359, ../sass/_home.scss */
.TopBox__company__system .SystemBox__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 359, ../sass/_home.scss */
  .TopBox__company__system .SystemBox__img {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 365, ../sass/_home.scss */
.TopBox__company__system .SystemBox__img__img {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 365, ../sass/_home.scss */
  .TopBox__company__system .SystemBox__img__img {
    width: 240px;
  }
}
/* line 372, ../sass/_home.scss */
.TopBox__company__system .SystemBox__text {
  font-size: 1.8em;
}
/* line 378, ../sass/_home.scss */
.TopBox__company__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
  padding: 10px 0;
  color: white;
  background-color: #FF8484;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  /* line 378, ../sass/_home.scss */
  .TopBox__company__title {
    font-size: 2.0em;
    margin-bottom: 15px;
  }
}
/* line 393, ../sass/_home.scss */
.TopBox__company__text {
  font-size: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 393, ../sass/_home.scss */
  .TopBox__company__text {
    margin-bottom: 20px;
  }
}
/* line 401, ../sass/_home.scss */
.TopBox__company__concept .ConceptBox {
  border: 1px solid #FF8484;
  margin-top: 20px;
}
/* line 404, ../sass/_home.scss */
.TopBox__company__concept .ConceptBox:first-child {
  margin-top: 0;
}
/* line 407, ../sass/_home.scss */
.TopBox__company__concept .ConceptBox__title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  /* line 407, ../sass/_home.scss */
  .TopBox__company__concept .ConceptBox__title {
    display: block;
  }
}
/* line 413, ../sass/_home.scss */
.TopBox__company__concept .ConceptBox__title__num {
  width: 140px;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #FF8484;
  font-weight: bold;
  color: white;
  font-size: 1.8em;
}
@media screen and (max-width: 1040px) {
  /* line 413, ../sass/_home.scss */
  .TopBox__company__concept .ConceptBox__title__num {
    width: 100%;
  }
}
/* line 427, ../sass/_home.scss */
.TopBox__company__concept .ConceptBox__title__text {
  background-color: #FFE8E8;
  width: calc( 100% - 140px );
  font-weight: bold;
  font-size: 2.2em;
  color: #3E3E3E;
  height: 48px;
  padding: 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 427, ../sass/_home.scss */
  .TopBox__company__concept .ConceptBox__title__text {
    width: 100%;
    height: 87px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 446, ../sass/_home.scss */
  .TopBox__company__concept .ConceptBox__title__text .small {
    font-size: 0.8em;
  }
}
/* line 453, ../sass/_home.scss */
.TopBox__company__concept .ConceptBox__text {
  padding: 30px;
  font-size: 1.8em;
}
@media screen and (max-width: 1040px) {
  /* line 453, ../sass/_home.scss */
  .TopBox__company__concept .ConceptBox__text {
    padding: 15px;
  }
}
/* line 464, ../sass/_home.scss */
.TopBox__columns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
  /* line 464, ../sass/_home.scss */
  .TopBox__columns {
    display: block;
  }
}
/* line 472, ../sass/_home.scss */
.TopBox__column-btn__link {
  margin: 40px auto 0;
  width: 404px;
  height: 84px;
  border: 1px solid white;
  border-radius: 42px;
  background-color: #FF6EB1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 472, ../sass/_home.scss */
  .TopBox__column-btn__link {
    width: 100%;
  }
}
/* line 487, ../sass/_home.scss */
.TopBox__column-btn__link__text {
  font-size: 1.8em;
  font-weight: bold;
  color: white;
}
/* line 492, ../sass/_home.scss */
.TopBox__column-btn__link__img {
  margin-left: 20px;
  width: 18px;
}

/* line 501, ../sass/_home.scss */
.ColumnBox {
  padding: 20px;
  width: calc( (100% - 50px) / 3 );
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 25px;
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 501, ../sass/_home.scss */
  .ColumnBox {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
/* line 513, ../sass/_home.scss */
.ColumnBox:nth-child(3n) {
  margin-right: 0;
}
/* line 516, ../sass/_home.scss */
.ColumnBox__img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 519, ../sass/_home.scss */
.ColumnBox__img__img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
/* line 526, ../sass/_home.scss */
.ColumnBox__text__time {
  font-size: 1.6em;
  margin-bottom: 10px;
}
/* line 530, ../sass/_home.scss */
.ColumnBox__text__title {
  font-size: 1.8em;
  height: 4.8em;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 530, ../sass/_home.scss */
  .ColumnBox__text__title {
    height: 4.8em;
  }
}
/* line 540, ../sass/_home.scss */
.ColumnBox__text__text {
  height: 4.4em;
  font-size: 1.6em;
  overflow: hidden;
}
/* line 546, ../sass/_home.scss */
.ColumnBox__tags {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 551, ../sass/_home.scss */
.ColumnBox__tags__item {
  margin-right: 10px;
  background-color: #499DFF;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 1.2em;
  color: white;
}

/* line 564, ../sass/_home.scss */
.AreaBox {
  padding: 20px;
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 564, ../sass/_home.scss */
  .AreaBox {
    padding: 15px;
  }
}
/* line 569, ../sass/_home.scss */
.AreaBox--no-padding {
  padding: 20px 0 0;
}
@media screen and (max-width: 1040px) {
  /* line 569, ../sass/_home.scss */
  .AreaBox--no-padding {
    padding: 15px 0 0;
  }
}
/* line 577, ../sass/_home.scss */
.AreaBox.for-slick {
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 582, ../sass/_home.scss */
  .AreaBox--shame iframe {
    height: 960px !important;
  }
}
/* line 589, ../sass/_home.scss */
.AreaBox.on {
  display: block;
}
/* line 592, ../sass/_home.scss */
.AreaBox__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 592, ../sass/_home.scss */
  .AreaBox__wrap {
    display: block;
  }
}
/* line 599, ../sass/_home.scss */
.AreaBox__text {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1040px) {
  /* line 599, ../sass/_home.scss */
  .AreaBox__text {
    width: 100%;
  }
}
/* line 605, ../sass/_home.scss */
.AreaBox__text__box {
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 605, ../sass/_home.scss */
  .AreaBox__text__box {
    margin-bottom: 15px;
  }
}
/* line 610, ../sass/_home.scss */
.AreaBox__text__box__title {
  font-size: 1.8em;
  margin-bottom: 10px;
}
/* line 614, ../sass/_home.scss */
.AreaBox__text__box__text {
  font-size: 1.8em;
  margin-bottom: 10px;
}
/* line 619, ../sass/_home.scss */
.AreaBox__text__link {
  width: 100%;
  border: 1px solid #FF6EB1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 84px;
}
@media screen and (max-width: 1040px) {
  /* line 619, ../sass/_home.scss */
  .AreaBox__text__link {
    position: relative;
    left: auto;
    bottom: auto;
    height: 60px;
  }
}
/* line 632, ../sass/_home.scss */
.AreaBox__text__link__text {
  font-size: 1.8em;
  color: #FF6EB1;
  font-weight: bold;
}
/* line 637, ../sass/_home.scss */
.AreaBox__text__link__img {
  margin-left: 20px;
  width: 18px;
}
@media screen and (max-width: 1040px) {
  /* line 637, ../sass/_home.scss */
  .AreaBox__text__link__img {
    margin-left: 10px;
  }
}

/* line 648, ../sass/_home.scss */
.TopInfo__news__list__notfound {
  font-size: 1.6em;
}

/* line 652, ../sass/_home.scss */
.TopInfoNewsBox {
  border-right: 1px solid #DBDBDB;
  padding-right: 15px;
  display: block;
  margin-right: 15px;
  width: 33%;
}
@media screen and (max-width: 1040px) {
  /* line 652, ../sass/_home.scss */
  .TopInfoNewsBox {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* line 670, ../sass/_home.scss */
.TopInfoNewsBox:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
/* line 675, ../sass/_home.scss */
.TopInfoNewsBox__shop {
  margin-top: 10px;
  font-size: 1.6em;
  color: #0D0D0D;
  font-weight: bold;
  text-align: right;
}
/* line 682, ../sass/_home.scss */
.TopInfoNewsBox__img {
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1040px) {
  /* line 682, ../sass/_home.scss */
  .TopInfoNewsBox__img {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
/* line 692, ../sass/_home.scss */
.TopInfoNewsBox__img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 698, ../sass/_home.scss */
.TopInfoNewsBox__time {
  font-size: 1.6em;
  color: #0D0D0D;
  margin-bottom: 10px;
}
/* line 703, ../sass/_home.scss */
.TopInfoNewsBox__tag {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 709, ../sass/_home.scss */
.TopInfoNewsBox__tag__item {
  padding: 4px 15px;
  color: white;
  font-weight: bold;
  font-size: 1.6em;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #499DFF;
  line-height: 1;
}
/* line 718, ../sass/_home.scss */
.TopInfoNewsBox__tag__item.kumagaya {
  background-color: #92A3FF;
}
/* line 721, ../sass/_home.scss */
.TopInfoNewsBox__tag__item.kawagoe {
  background-color: #FF97CB;
}
/* line 725, ../sass/_home.scss */
.TopInfoNewsBox__tag__item.honjo {
  background-color: #FF8DFE;
}
/* line 732, ../sass/_home.scss */
.TopInfoNewsBox__title {
  font-size: 1.8em;
}
@media screen and (max-width: 1040px) {
  /* line 732, ../sass/_home.scss */
  .TopInfoNewsBox__title {
    font-size: 1.6em;
    width: calc( 100% - 125px );
  }
}

/* line 743, ../sass/_home.scss */
.RankingBox {
  width: calc( (100% - 50px) / 3 );
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 743, ../sass/_home.scss */
  .RankingBox {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    margin-right: 0;
  }
}
/* line 756, ../sass/_home.scss */
.RankingBox:nth-child(3n) {
  margin-right: 0;
}
/* line 759, ../sass/_home.scss */
.RankingBox:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  /* line 759, ../sass/_home.scss */
  .RankingBox:nth-child(1) {
    margin-top: 0;
  }
}
/* line 765, ../sass/_home.scss */
.RankingBox:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  /* line 765, ../sass/_home.scss */
  .RankingBox:nth-child(2) {
    margin-top: 15px;
  }
}
/* line 771, ../sass/_home.scss */
.RankingBox:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  /* line 771, ../sass/_home.scss */
  .RankingBox:nth-child(3) {
    margin-top: 15px;
  }
}
/* line 777, ../sass/_home.scss */
.RankingBox__catch {
  font-size: 1.6em;
  padding: 10px 15px;
  font-weight: bold;
  background-image: url("../images/top/bg_catchcopy.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-bottom: 15px;
  color: white;
  text-align: center;
}
/* line 789, ../sass/_home.scss */
.RankingBox__img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 794, ../sass/_home.scss */
.RankingBox__img__img {
  width: 150px;
  height: 150px;
  background-color: #D6D6D6;
}
/* line 798, ../sass/_home.scss */
.RankingBox__img__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 805, ../sass/_home.scss */
.RankingBox__img--with-tag .RankingBox__img__img {
  width: 130px;
  height: 130px;
}
/* line 810, ../sass/_home.scss */
.RankingBox__img__rank {
  width: 145px;
}
/* line 812, ../sass/_home.scss */
.RankingBox__img__rank__img {
  width: 100%;
  height: auto;
}
/* line 818, ../sass/_home.scss */
.RankingBox__img__shop__tag {
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 20px;
  line-height: 1;
}
/* line 827, ../sass/_home.scss */
.RankingBox__img__shop__tag.kumagaya {
  color: #92A3FF;
  border: 1px solid #92A3FF;
}
/* line 831, ../sass/_home.scss */
.RankingBox__img__shop__tag.kawagoe {
  color: #FF97CB;
  border: 1px solid #FF97CB;
}
/* line 835, ../sass/_home.scss */
.RankingBox__img__shop__tag.honjo {
  color: #FF8DFE;
  border: 1px solid #FF8DFE;
}
/* line 841, ../sass/_home.scss */
.RankingBox__img__shop__tags {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 165px;
}
/* line 846, ../sass/_home.scss */
.RankingBox__img__shop__tags__text {
  width: 80px;
  height: 23px;
  background-color: #0BDF7D;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 5px;
  padding: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 858, ../sass/_home.scss */
.RankingBox__img__shop__tags__text:nth-child(1) {
  margin-top: 0;
}
/* line 861, ../sass/_home.scss */
.RankingBox__img__shop__tags__text:nth-child(2) {
  margin-top: 0;
}
/* line 864, ../sass/_home.scss */
.RankingBox__img__shop__tags__text:nth-child(n + 9) {
  display: none;
}
/* line 871, ../sass/_home.scss */
.RankingBox__name {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #0D0D0D;
}
/* line 876, ../sass/_home.scss */
.RankingBox__name__beginner {
  margin-right: 10px;
  width: 14px;
  height: 21px;
}
/* line 881, ../sass/_home.scss */
.RankingBox__name__tag {
  font-size: 1.8em;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1;
  margin-right: 20px;
}
/* line 889, ../sass/_home.scss */
.RankingBox__name__tag.kumagaya {
  background-color: #92A3FF;
}
/* line 892, ../sass/_home.scss */
.RankingBox__name__tag.kawagoe {
  background-color: #FF97CB;
}
/* line 896, ../sass/_home.scss */
.RankingBox__name__tag.honjo {
  background-color: #FF8DFE;
}
/* line 901, ../sass/_home.scss */
.RankingBox__name__text {
  font-size: 2.4em;
  font-weight: bold;
}
/* line 904, ../sass/_home.scss */
.RankingBox__name__text__age {
  font-weight: normal;
}
/* line 909, ../sass/_home.scss */
.RankingBox__data {
  font-size: 2.0em;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
}
/* line 915, ../sass/_home.scss */
.RankingBox__link {
  border: 2px solid #499DFF;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
}
/* line 924, ../sass/_home.scss */
.RankingBox__link__text {
  color: #499DFF;
  font-weight: bold;
  font-size: 1.8em;
}
/* line 929, ../sass/_home.scss */
.RankingBox__link__img {
  width: 18px;
  margin-left: 20px;
}

/* line 936, ../sass/_home.scss */
.RankingBtn {
  text-align: center;
}
/* line 938, ../sass/_home.scss */
.RankingBtn__link {
  width: 350px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid white;
  background-color: #FF6EB1;
}
/* line 948, ../sass/_home.scss */
.RankingBtn__link__text {
  font-size: 1.8em;
  color: white;
  font-weight: bold;
}
/* line 953, ../sass/_home.scss */
.RankingBtn__link__img {
  margin-left: 20px;
  width: 14px;
}

/* line 960, ../sass/_home.scss */
.ShopBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  /* line 960, ../sass/_home.scss */
  .ShopBox {
    margin-bottom: 20px;
  }
}
/* line 965, ../sass/_home.scss */
.ShopBox:last-child {
  margin-bottom: 0;
}
/* line 968, ../sass/_home.scss */
.ShopBox__tag {
  border-radius: 4px;
  color: white;
  border: 1px solid white;
  font-size: 2.4em;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 977, ../sass/_home.scss */
.ShopBox__tag.kumagaya {
  background-color: #92A3FF;
}
/* line 980, ../sass/_home.scss */
.ShopBox__tag.kawagoe {
  background-color: #FF97CB;
}
/* line 984, ../sass/_home.scss */
.ShopBox__tag.honjo {
  background-color: #FF8DFE;
}
/* line 988, ../sass/_home.scss */
.ShopBox__text {
  font-size: 1.8em;
  margin-bottom: 30px;
}
/* line 992, ../sass/_home.scss */
.ShopBox__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 992, ../sass/_home.scss */
  .ShopBox__wrap {
    display: block;
  }
}
/* line 999, ../sass/_home.scss */
.ShopBox__tel {
  width: calc( 100% - 620px );
  padding: 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: white;
}
@media screen and (max-width: 1040px) {
  /* line 999, ../sass/_home.scss */
  .ShopBox__tel {
    width: 100%;
    padding: 15px;
  }
}
/* line 1011, ../sass/_home.scss */
.ShopBox__tel__time {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  width: 100%;
  text-align: center;
}
/* line 1019, ../sass/_home.scss */
.ShopBox__tel__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
/* line 1024, ../sass/_home.scss */
.ShopBox__tel__wrap__img {
  width: 32px;
  margin-right: 20px;
}
/* line 1028, ../sass/_home.scss */
.ShopBox__tel__wrap__text {
  font-weight: bold;
  font-size: 4.6em;
}
@media screen and (max-width: 1040px) {
  /* line 1028, ../sass/_home.scss */
  .ShopBox__tel__wrap__text {
    font-size: 3.3em;
  }
}
/* line 1037, ../sass/_home.scss */
.ShopBox__img {
  width: 620px;
  height: 230px;
}
@media screen and (max-width: 1040px) {
  /* line 1037, ../sass/_home.scss */
  .ShopBox__img {
    width: 100%;
    height: auto;
  }
}
/* line 1044, ../sass/_home.scss */
.ShopBox__img__img {
  height: 100%;
  width: 100%;
}
/* line 1053, ../sass/_home.scss */
.ShopBox.kumagaya .ShopBox__tag {
  background-color: #92A3FF;
}
/* line 1057, ../sass/_home.scss */
.ShopBox.kumagaya .ShopBox__tel__time {
  background-color: #92A3FF;
}
/* line 1065, ../sass/_home.scss */
.ShopBox.kawagoe .ShopBox__tag {
  background-color: #FF97CB;
}
/* line 1069, ../sass/_home.scss */
.ShopBox.kawagoe .ShopBox__tel__time {
  background-color: #FF97CB;
}
/* line 1077, ../sass/_home.scss */
.ShopBox.honjo .ShopBox__tag {
  background-color: #FF8DFE;
}
/* line 1081, ../sass/_home.scss */
.ShopBox.honjo .ShopBox__tel__time {
  background-color: #FF8DFE;
}

/* line 1091, ../sass/_home.scss */
.Newface__tag {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1094, ../sass/_home.scss */
.Newface__tag__btn {
  width: calc( 100% / 3 );
  height: 68px;
  font-size: 1.8em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #DBDBDB;
  border-right: none;
  color: #0D0D0D;
  background-color: white;
  font-weight: bold;
}
/* line 1106, ../sass/_home.scss */
.Newface__tag__btn:last-child {
  border-right: 1px solid #DBDBDB;
}
@media screen and (max-width: 1040px) {
  /* line 1110, ../sass/_home.scss */
  .Newface__tag__btn__pc {
    display: none;
  }
}
/* line 1114, ../sass/_home.scss */
.Newface__tag__btn.on {
  color: white;
}
/* line 1116, ../sass/_home.scss */
.Newface__tag__btn.on.kumagaya {
  background-color: #92A3FF;
}
/* line 1119, ../sass/_home.scss */
.Newface__tag__btn.on.kawagoe {
  background-color: #FF97CB;
}
/* line 1123, ../sass/_home.scss */
.Newface__tag__btn.on.honjo {
  background-color: #FF8DFE;
}

/* line 1132, ../sass/_home.scss */
.NewfaceBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 425px;
  opacity: 0;
  pointer-events: none;
}
/* line 1140, ../sass/_home.scss */
.NewfaceBox.on {
  opacity: 1;
  pointer-events: all;
}
/* line 1143, ../sass/_home.scss */
.NewfaceBox.on .slick-list-btn {
  display: block;
}
/* line 1147, ../sass/_home.scss */
.NewfaceBox .slick-list-btn {
  display: none;
}

/* line 1, ../sass/_area.scss */
.HeaderPlace {
  margin-top: 130px;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_area.scss */
  .HeaderPlace {
    margin-top: 0;
  }
}

/* line 11, ../sass/_area.scss */
.Area__list {
  border: 1px solid #DBDBDB;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
}
@media screen and (max-width: 1040px) {
  /* line 11, ../sass/_area.scss */
  .Area__list {
    padding: 15px;
  }
}
/* line 19, ../sass/_area.scss */
.Area__list__link {
  border-top: 1px solid #DBDBDB;
  display: block;
  color: #00B1FF;
  font-weight: bold;
  font-size: 2.2em;
  padding-top: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1040px) {
  /* line 19, ../sass/_area.scss */
  .Area__list__link {
    font-size: 2.0em;
    text-align: center;
    line-height: 1.5;
  }
}
/* line 33, ../sass/_area.scss */
.Area__list__link:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 3, ../sass/_column.scss */
.Column__footer .wp-pagenavi {
  margin-top: 50px;
  padding: 20px;
  background-color: white;
  border: 1px solid #DBDBDB;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 3, ../sass/_column.scss */
  .Column__footer .wp-pagenavi {
    margin-top: 20px;
  }
}
/* line 15, ../sass/_column.scss */
.Column__footer .wp-pagenavi a {
  width: 32px;
  height: 32px;
  font-size: 1.2em;
  margin: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #0D0D0D;
  border: 1px solid #DBDBDB;
  margin-left: -1px;
}
/* line 26, ../sass/_column.scss */
.Column__footer .wp-pagenavi a.current {
  background-color: #499DFF;
  color: white;
  border: 1px solid #DBDBDB;
}
/* line 31, ../sass/_column.scss */
.Column__footer .wp-pagenavi a:hover {
  background-color: #499DFF;
  color: white;
  border: 1px solid #DBDBDB;
}
/* line 36, ../sass/_column.scss */
.Column__footer .wp-pagenavi a.nextpostslink {
  border: none;
  width: auto;
  height: auto;
  margin-left: 20px !important;
  color: #499DFF;
  font-size: 1.4em;
  display: block;
}
/* line 44, ../sass/_column.scss */
.Column__footer .wp-pagenavi a.nextpostslink:hover {
  background-color: transparent;
  border: none;
}
/* line 49, ../sass/_column.scss */
.Column__footer .wp-pagenavi a.previouspostslink {
  border: none;
  width: auto;
  height: auto;
  margin-right: 20px !important;
  color: #499DFF;
  font-size: 1.4em;
  display: block;
}
/* line 57, ../sass/_column.scss */
.Column__footer .wp-pagenavi a.previouspostslink:hover {
  background-color: transparent;
  border: none;
}
/* line 63, ../sass/_column.scss */
.Column__footer .wp-pagenavi span {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0;
  font-size: 1.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 72, ../sass/_column.scss */
.Column__footer .wp-pagenavi span.current {
  background-color: #499DFF;
  color: white;
  border: 1px solid #DBDBDB;
}

/* line 81, ../sass/_column.scss */
.TagList {
  background-color: white;
  padding: 30px 25px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #DBDBDB;
}
@media screen and (max-width: 1040px) {
  /* line 81, ../sass/_column.scss */
  .TagList {
    padding: 15px 10px 5px;
  }
}
/* line 91, ../sass/_column.scss */
.TagList .TagListBox {
  border: 1px solid #499DFF;
  color: #499DFF;
  border-radius: 4px;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  margin: 0 5px 10px;
  font-size: 1.6em;
}

/* line 1, ../sass/_single.scss */
.Single {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_single.scss */
  .Single {
    padding: 40px 15px;
    width: 100%;
    display: block;
  }
}
/* line 14, ../sass/_single.scss */
.Single .SingleMain {
  width: 770px;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  /* line 14, ../sass/_single.scss */
  .Single .SingleMain {
    width: 100%;
    padding: 0;
    border: none;
  }
}
/* line 22, ../sass/_single.scss */
.Single .SingleMain__bg {
  background-color: white;
  padding: 30px;
  border: 1px solid #CBCBCB;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 22, ../sass/_single.scss */
  .Single .SingleMain__bg {
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #CBCBCB;
  }
}
/* line 35, ../sass/_single.scss */
.Single .SingleMain__thumbnail {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 35, ../sass/_single.scss */
  .Single .SingleMain__thumbnail {
    margin-bottom: 20px;
  }
}
/* line 42, ../sass/_single.scss */
.Single .SingleMain__thumbnail img {
  width: 100% !important;
  height: auto !important;
}
/* line 47, ../sass/_single.scss */
.Single .SingleMain__title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  /* line 47, ../sass/_single.scss */
  .Single .SingleMain__title {
    font-size: 2.2em;
  }
}
/* line 55, ../sass/_single.scss */
.Single .SingleMain__date {
  margin-bottom: 15px;
}
/* line 57, ../sass/_single.scss */
.Single .SingleMain__date i {
  margin-right: 5px;
  color: #FF6EB1;
  font-size: 1.4em;
}
@media screen and (max-width: 1040px) {
  /* line 57, ../sass/_single.scss */
  .Single .SingleMain__date i {
    font-size: 1.2em;
  }
}
/* line 65, ../sass/_single.scss */
.Single .SingleMain__date__text {
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 65, ../sass/_single.scss */
  .Single .SingleMain__date__text {
    font-size: 1.2em;
  }
}
/* line 76, ../sass/_single.scss */
.Single .SingleMain__recommend__title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 2.0em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 76, ../sass/_single.scss */
  .Single .SingleMain__recommend__title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
/* line 89, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #CBCBCB;
  padding: 20px;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  /* line 89, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox {
    padding: 10px;
    margin-bottom: 12px;
  }
}
/* line 102, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox:last-child {
  margin-bottom: 0;
}
/* line 105, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__img {
  width: 210px;
  border-radius: 5px;
}
@media screen and (max-width: 1040px) {
  /* line 105, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__img {
    width: 120px;
  }
}
/* line 111, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__img img {
  border-radius: 5px;
  width: 100% !important;
  height: auto !important;
}
/* line 117, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text {
  width: calc( 100% - 210px);
  padding-left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 117, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text {
    width: calc( 100% - 120px);
    padding-left: 10px;
  }
}
/* line 124, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__info {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 131, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__category {
  width: 120px;
  line-height: 1;
  background-color: #FF6EB1;
  height: 30px;
  padding: 0 10px;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 131, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__category {
    font-size: 1.2em;
    height: 24px;
    padding: 0;
    width: 80px;
  }
}
/* line 154, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__date {
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 154, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__date {
    font-size: 1.2em;
  }
}
/* line 161, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__date i {
  margin-right: 5px;
}
/* line 168, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__title {
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #535353;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 168, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__title {
    font-size: 1.4em;
  }
}
/* line 180, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__text {
  font-size: 1.6em;
  color: #535353;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 180, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__text {
    display: none;
  }
}
/* line 194, ../sass/_single.scss */
.Single .SingleMain__footer__sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
/* line 198, ../sass/_single.scss */
.Single .SingleMain__footer__sns__link {
  margin-right: 20px;
  display: block;
}
/* line 201, ../sass/_single.scss */
.Single .SingleMain__footer__sns__link img {
  height: 24px;
}
/* line 206, ../sass/_single.scss */
.Single .SingleMain__footer__page {
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 1040px) {
  /* line 206, ../sass/_single.scss */
  .Single .SingleMain__footer__page {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
/* line 217, ../sass/_single.scss */
.Single .SingleMain__footer__page a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 222, ../sass/_single.scss */
.Single .SingleMain__footer__page__arrow {
  width: 20px;
  display: block;
}
/* line 225, ../sass/_single.scss */
.Single .SingleMain__footer__page__arrow--left {
  margin-right: 20px;
}
/* line 229, ../sass/_single.scss */
.Single .SingleMain__footer__page__arrow--right {
  margin-left: 20px;
}
/* line 233, ../sass/_single.scss */
.Single .SingleMain__footer__page__text {
  font-size: 1.6em;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 1040px) {
  /* line 233, ../sass/_single.scss */
  .Single .SingleMain__footer__page__text {
    font-size: 1.4em;
  }
}
/* line 244, ../sass/_single.scss */
.Single .SingleMain__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 244, ../sass/_single.scss */
  .Single .SingleMain__info {
    margin-bottom: 20px;
  }
}
/* line 253, ../sass/_single.scss */
.Single .SingleMain__info__category {
  line-height: 1;
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #499DFF;
  color: #499DFF;
  font-size: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 266, ../sass/_single.scss */
.Single .SingleMain__info__sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 269, ../sass/_single.scss */
.Single .SingleMain__info__sns__link {
  margin-left: 10px;
  display: block;
}
/* line 272, ../sass/_single.scss */
.Single .SingleMain__info__sns__link img {
  width: 30px;
  height: 30px;
}
/* line 279, ../sass/_single.scss */
.Single .SingleMain__content {
  margin-bottom: 40px;
}
/* line 281, ../sass/_single.scss */
.Single .SingleMain__content #toc_container {
  border: none;
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}
/* line 287, ../sass/_single.scss */
.Single .SingleMain__content #toc_container .toc_title {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.6em;
  font-weight: bold;
  white-space: nowrap;
}
/* line 295, ../sass/_single.scss */
.Single .SingleMain__content #toc_container .toc_title:after {
  margin-left: 10px;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #499DFF;
}
/* line 305, ../sass/_single.scss */
.Single .SingleMain__content #toc_container ul li a {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}
/* line 311, ../sass/_single.scss */
.Single .SingleMain__content #toc_container ul > li {
  margin-bottom: 20px;
}
/* line 313, ../sass/_single.scss */
.Single .SingleMain__content #toc_container ul > li > a {
  color: #499DFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
/* line 319, ../sass/_single.scss */
.Single .SingleMain__content #toc_container ul > li ul {
  margin-top: 10px;
}
/* line 322, ../sass/_single.scss */
.Single .SingleMain__content #toc_container ul > li ul li a {
  color: #0D0D0D;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
/* line 327, ../sass/_single.scss */
.Single .SingleMain__content #toc_container ul > li ul li a:before {
  content: '-';
  font-size: 16px;
  margin-right: 5px;
}
/* line 338, ../sass/_single.scss */
.Single .SingleMain__content h2 {
  font-size: 2.2em;
  font-weight: bold;
  border-left: 10px solid #499DFF;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  color: #3E3E3E;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 338, ../sass/_single.scss */
  .Single .SingleMain__content h2 {
    font-size: 2.0em;
    margin-bottom: 15px;
  }
}
/* line 353, ../sass/_single.scss */
.Single .SingleMain__content h3 {
  margin: 0;
  padding: 0 0 10px;
  font-weight: bold;
  color: #3E3E3E;
  font-size: 1.8em;
  margin-bottom: 20px;
  border-bottom: 2px solid #499DFF;
}
@media screen and (max-width: 1040px) {
  /* line 353, ../sass/_single.scss */
  .Single .SingleMain__content h3 {
    font-size: 1.8em;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
/* line 367, ../sass/_single.scss */
.Single .SingleMain__content h4 {
  padding: 0;
  margin: 0;
  color: #3E3E3E;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 367, ../sass/_single.scss */
  .Single .SingleMain__content h4 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
/* line 380, ../sass/_single.scss */
.Single .SingleMain__content p {
  font-size: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 380, ../sass/_single.scss */
  .Single .SingleMain__content p {
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
/* line 388, ../sass/_single.scss */
.Single .SingleMain__content ol {
  padding: 0 20px;
}
/* line 390, ../sass/_single.scss */
.Single .SingleMain__content ol li {
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 390, ../sass/_single.scss */
  .Single .SingleMain__content ol li {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
/* line 397, ../sass/_single.scss */
.Single .SingleMain__content ol li p {
  font-size: 1.0em;
  margin-bottom: 20px;
}
/* line 403, ../sass/_single.scss */
.Single .SingleMain__content ul {
  padding: 0 20px;
}
/* line 405, ../sass/_single.scss */
.Single .SingleMain__content ul li {
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 405, ../sass/_single.scss */
  .Single .SingleMain__content ul li {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
/* line 412, ../sass/_single.scss */
.Single .SingleMain__content ul li p {
  font-size: 1.0em;
  margin-bottom: 20px;
}

/* line 421, ../sass/_single.scss */
.Sidebar {
  width: 300px;
}
@media screen and (max-width: 1040px) {
  /* line 421, ../sass/_single.scss */
  .Sidebar {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
/* line 429, ../sass/_single.scss */
.Sidebar .SidebarBox__link {
  margin-bottom: 20px;
  display: block;
}
/* line 434, ../sass/_single.scss */
.Sidebar .SidebarBox__ad {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 434, ../sass/_single.scss */
  .Sidebar .SidebarBox__ad {
    display: none;
  }
}
/* line 440, ../sass/_single.scss */
.Sidebar .SidebarBox__ad__img {
  width: 100%;
  height: auto;
}
/* line 445, ../sass/_single.scss */
.Sidebar .SidebarBox__new {
  padding: 30px 10px;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 1040px) {
  /* line 445, ../sass/_single.scss */
  .Sidebar .SidebarBox__new {
    border: none;
    padding: 0;
  }
}
/* line 452, ../sass/_single.scss */
.Sidebar .SidebarBox__new__title {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #707070;
}
/* line 462, ../sass/_single.scss */
.Sidebar .SidebarBox__new__btn .Btn {
  width: 100%;
  height: 60px;
}
/* line 465, ../sass/_single.scss */
.Sidebar .SidebarBox__new__btn .Btn__text {
  font-size: 1.8em;
}
/* line 470, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 474, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CBCBCB;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 481, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__img {
  width: 80px;
  position: relative;
  border-radius: 5px;
}
/* line 485, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__img__img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 491, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__img__category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FF6EB1;
  color: white;
  font-size: 1.0em;
  padding: 5px;
  text-align: center;
  line-height: 1;
}
/* line 506, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text {
  width: calc( 100% - 80px);
  padding-left: 10px;
}
/* line 509, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__date {
  margin-bottom: 10px;
}
/* line 511, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__date i {
  margin-right: 5px;
  color: #FF6EB1;
}
/* line 515, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__date__text {
  font-size: 1.2em;
  line-height: 1;
}
/* line 521, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
}

/* line 535, ../sass/_single.scss */
.popular-posts {
  box-shadow: none !important;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 541, ../sass/_single.scss */
.popular-posts .widget_title {
  margin: 0;
  background: #499DFF !important;
  font-size: 1.6em;
  font-weight: bold;
  color: white;
  line-height: 1;
  width: 100%;
  padding: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 553, ../sass/_single.scss */
.popular-posts .widget_title:before {
  content: '';
  background-image: url("../images/top/icon_king.png");
  width: 20px;
  height: 20px;
  text-align: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  display: inline-block;
}
/* line 566, ../sass/_single.scss */
.popular-posts .wpp-list {
  margin: 0 !important;
  width: 100%;
  background-color: white;
  padding: 20px;
  counter-reset: wpp-ranking;
}
/* line 572, ../sass/_single.scss */
.popular-posts .wpp-list li {
  box-shadow: none;
  padding: 0 0 20px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEDEDE !important;
  position: relative;
}
/* line 580, ../sass/_single.scss */
.popular-posts .wpp-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
/* line 585, ../sass/_single.scss */
.popular-posts .wpp-list li:before {
  content: counter(wpp-ranking,decimal);
  counter-increment: wpp-ranking;
  line-height: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4em;
  margin-top: 0;
  font-style: normal;
  background-color: #499DFF;
  color: white;
}
/* line 604, ../sass/_single.scss */
.popular-posts .wpp-list li .wpp-thumbnail {
  margin: 0 !important;
  width: 96px;
}
/* line 608, ../sass/_single.scss */
.popular-posts .wpp-list li .wpp-post-title {
  width: calc( 100% - 112px );
  height: 56px;
  overflow: hidden;
  line-height: 1.4;
  margin: 0 !important;
  font-weight: bold;
  font-size: 14px !important;
  color: #0D0D0D !important;
}
