@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

::-moz-selection {
  background-color: rgba(80, 98, 160, 0.4);
}

::selection {
  background-color: rgba(80, 98, 160, 0.4);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝",
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  font-size: 1.6rem;
  height: 100%;
}

@media screen and (max-width: 559px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  transition: opacity .3s;
}

a:link, a:visited {
  color: inherit;
}

a:hover, a:active {
  text-decoration: none;
  opacity: .8;
  transition: opacity .3s;
  color: inherit;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  text-align: inherit;
  line-height: 1.85;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

label {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 559px) {
  .sp-only {
    display: block;
  }
}

.sp-tab-only {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp-tab-only {
    display: block;
  }
}

address {
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.background {
  height: 300px;
  display: flex;
}

.background img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.background img:first-child {
  width: 56.375%;
  -o-object-position: right;
     object-position: right;
}

.background img:last-child {
  width: 43.625%;
  -o-object-position: left;
     object-position: left;
}

@media screen and (max-width: 559px) {
  .background {
    height: 30vw;
  }
}

.background--right img:first-child {
  width: 41.875%;
}

.background--right img:last-child {
  width: 58.125%;
}

/*
.background {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
*/
.button {
  display: block;
  margin: 0 auto;
  background-color: #2a3451;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "Segoe UI",
 "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  width: 320px;
  max-width: 100%;
  line-height: 80px;
  border-radius: 40px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 559px) {
  .button {
    width: 240px;
    line-height: 60px;
    border-radius: 30px;
  }
}

.button span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.button::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #020b27;
  transform: scaleX(0.3);
  transform-origin: left center;
  z-index: -1;
  opacity: 0;
}

.button:hover {
  opacity: 1;
}

.button:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.button::before, .button:hover::before {
  transition: opacity .2s, transform .2s;
}

.heading {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  padding-top: 125px;
  color: #333;
}

.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 68px;
}

.heading::after {
  position: absolute;
  display: inline-block;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-en);
  font-size: 2.8rem;
  color: #2a3451;
  text-transform: uppercase;
}

.l-SiteFooter {
  padding: 40px 0 120px;
  background-color: #2a3451;
}

.l-SiteFooter__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .l-SiteFooter__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 559px) {
  .l-SiteFooter__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.l-SiteFooter__logo {
  text-align: center;
}

.l-SiteFooter__logo ._image {
  width: 279px;
  height: 143px;
  margin-bottom: 85px;
}

.l-SiteFooter__info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
}

@media screen and (max-width: 559px) {
  .l-SiteFooter__info {
    flex-direction: column;
  }
}

.l-SiteFooter__address {
  display: flex;
  align-items: center;
}

.l-SiteFooter__address ._image {
  display: block;
  flex-shrink: 0;
  width: 77px;
  height: 83px;
  margin-right: 20px;
}

.l-SiteFooter__address ._text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 25px;
}

.l-SiteFooter__address ._text ._large {
  font-size: 1.4rem;
}

@media screen and (max-width: 559px) {
  .l-SiteFooter__address {
    margin-bottom: 26px;
  }
}

.l-SiteFooter__link {
  text-align: right;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.l-SiteFooter__link ._copyright {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 26px;
}

.l-SiteHeader {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 40px;
}

@media screen and (max-width: 559px) {
  .l-SiteHeader {
    min-height: 80px;
    padding: 0 4%;
  }
}

.l-SiteHeader__logo ._image {
  width: 30px;
  height: 47px;
}

.l-SiteHeader__shop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.l-SiteHeader__shop ._image {
  width: 26px;
  height: 25px;
}

.l-SiteHeader__shop .button {
  width: 160px;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-left: 30px;
}

@media screen and (max-width: 559px) {
  .l-SiteHeader__shop .button {
    margin-left: 15px;
  }
}

.l-SiteHeader,
.l-SiteHeader.is-hidden {
  transition: opacity .3s, transform .3s;
}

.l-SiteHeader.is-hidden {
  opacity: 0;
  transform: translateY(-100%);
}

.l-SiteHeader.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #020b27;
}

.Slider__outer {
  overflow: hidden;
  padding: 40px 0;
  background-color: #2a3451;
}

.Slider {
  display: flex;
}

.Slider__inner {
  display: flex;
  justify-content: flex-start;
}

.SliderItem {
  margin-right: 30px;
  display: flex;
}

.SliderItem__image {
  width: 120px;
  height: 160px;
}

.SliderItem__image ._image {
  width: 100%;
}

.SliderItem__text {
  width: 260px;
  height: 160px;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 37px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.SliderItem__text ._name {
  line-height: 19px;
  color: #2a3451;
  margin-bottom: 16px;
}

.SliderItem__text ._price {
  line-height: 1;
}

.SliderItem__text ._price ._small {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.Slider__inner:first-child {
  -webkit-animation: loop 120s linear infinite;
          animation: loop 120s linear infinite;
}

.Slider__inner:nth-child(2) {
  -webkit-animation: loop2 120s -80s linear infinite;
          animation: loop2 120s -80s linear infinite;
}

.Slider__inner:last-child {
  -webkit-animation: loop3 120s -40s linear infinite;
          animation: loop3 120s -40s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}

.home-About {
  background-image: url(../img/about_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0;
}

.home-About__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  color: #fff;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .home-About__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 559px) {
  .home-About__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-About__inner ._title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.home-About__inner ._content {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 36px;
  width: 565px;
  max-width: 100%;
  margin-bottom: 60px;
}

.home-About__inner ._images {
  display: flex;
  width: 530px;
  max-width: 100%;
  justify-content: space-between;
}

.home-About__inner ._images ._image {
  display: block;
  width: 49%;
  height: auto;
}

.home-About__inner ._addElement {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 530px;
    max-width: 100%;
    margin-top: 10px;
}

.home-About__inner ._addElement ._imgBox {
    width: 49%;
}

.home-About__inner ._addElement ._imgBox img {
    width: 100%;
    height: auto;
}

.home-About__inner ._addElement ._textBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51%;
    border: solid 1px #fff;
    border-left: none;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

@media screen and (max-width: 559px) {
    .home-About__inner ._addElement ._textBox {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 320px) {
    .home-About__inner ._addElement ._textBox {
        font-size: 1rem;
    }
}

.home-About__inner ._addElement ._textBox ._sp-br {
    display: none;
}

@media screen and (max-width: 559px) {
    .home-About__inner ._addElement ._textBox ._sp-br {
        display: inline;
    }
}

.home-Form {
  background-image: url(../img/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-Hero {
  background-image: url(../img/hero.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 56.25vw;
  min-height: 800px;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 559px) {
  .home-Hero {
    min-height: 600px;
    height: calc( 100vh - 80px);
  }
}

.home-Hero__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .home-Hero__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 559px) {
  .home-Hero__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-Hero__inner ._main {
  font-size: 3rem;
  letter-spacing: 1.38em;
  margin-right: -1.38em;
  line-height: 1;
  margin-bottom: 130px;
  display: inline-block;
}

.home-Hero__inner ._sub {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.home-Hero__inner .button {
  margin-bottom: 100px;
}

@media screen and (max-width: 559px) {
  .home-Hero__inner ._main {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .home-Hero__inner .button {
    margin-bottom: 50px;
  }
}

.home-Hero__title {
  margin-bottom: 26px;
}

.home-Hero__title ._image {
  width: 380px;
  max-width: 100%;
  height: auto;
}

.home-Lineup {
  padding: 100px 0 150px;
}

.home-Lineup__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .home-Lineup__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 559px) {
  .home-Lineup__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-Lineup__inner .heading {
  margin-bottom: 80px;
}

.home-Lineup__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.home-Lineup__item {
  width: 30%;
  margin-bottom: 90px;
}

.home-Lineup__item:not(:nth-child(3n)) {
  margin-right: 5%;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .home-Lineup__item {
    width: 47.5%;
  }
  .home-Lineup__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .home-Lineup__item:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}

@media screen and (max-width: 559px) {
  .home-Lineup__item {
    width: 100%;
    margin-bottom: 60px;
  }
  .home-Lineup__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .home-Lineup__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.home-Lineup__image {
  width: 100%;
  background-color: #dcdcdc;
  margin-bottom: 40px;
  position: relative;
}

.home-Lineup__image::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.home-Lineup__image ._image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 559px) {
  .home-Lineup__image {
    margin-bottom: 20px;
  }
}

.home-Lineup__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  margin-bottom: 20px;
}

.home-Lineup__text ._name {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  color: #2a3451;
  line-height: 1.5;
}

.home-Lineup__text ._order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1em;
}

.home-Lineup__text ._order ._price {
  font-size: 1.8rem;
}

.home-Lineup__text ._order ._price ._small {
  font-size: 1.1rem;
}

.home-Lineup__text ._order ._label {
  font-size: 1.2rem;
  margin-right: 10px;
}

.home-Lineup__text ._order ._input {
  width: 100px;
  height: 44px;
  border: 1px solid #333;
  padding: 0 1em;
}

@media screen and (max-width: 559px) {
  .home-Lineup__text {
    min-height: auto;
  }
}

.home-Reason {
  background: linear-gradient(to top, #232d49 31%, #2a3451 35%, #2a3451);
  color: #fff;
  letter-spacing: 0.1em;
}

.home-Reason__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  background-image: url(../img/point.png);
  background-repeat: no-repeat;
  background-position: left -4% top 100px;
  padding: 180px 0 150px;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .home-Reason__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 559px) {
  .home-Reason__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 560px) and (max-width: 1039px) {
  .home-Reason__inner {
    background-position: left -4% center;
    background-size: 40%;
  }
}

@media screen and (max-width: 559px) {
  .home-Reason__inner {
    background-position: left -20px top 40px;
    background-size: contain;
    padding: 150vw 0 160px;
  }
}

.home-Reason__title, .home-Reason__points {
  width: 60%;
  max-width: 600px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 559px) {
  .home-Reason__title, .home-Reason__points {
    width: 100%;
  }
}

.home-Reason__title {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 43px;
}

.home-Reason__point {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-Reason__point:not(:last-child) {
  margin-bottom: 20px;
}

.home-Reason__circle {
  background-color: #020b27;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 8%;
  flex-shrink: 0;
}

.home-Reason__circle ._small {
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.home-Reason__circle ._large {
  font-size: 2.2rem;
}

@media screen and (max-width: 559px) {
  .home-Reason__circle {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .home-Reason__circle ._small {
    font-size: 1rem;
  }
  .home-Reason__circle ._large {
    font-size: 2rem;
  }
}

.home-Reason__text ._title {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.home-Reason__text ._content {
  font-size: 1.4rem;
}

.home-Scene {
  background-color: #eaebec;
  padding: 100px 0;
}

.home-Scene__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .home-Scene__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 559px) {
  .home-Scene__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-Scene__title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #2a3451;
  text-align: center;
  margin-bottom: 50px;
}

.home-Scene__items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 559px) {
  .home-Scene__items {
    flex-direction: column;
  }
}

.home-Scene__item {
  background-color: #fff;
  width: 30%;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 559px) {
  .home-Scene__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.home-Scene__text {
  padding: 30px;
  letter-spacing: 0.1em;
}

.home-Scene__text ._title {
  text-align: center;
  color: #2a3451;
  line-height: 1;
  font-size: 1.8rem;
}

.home-Scene__text ._content {
  font-size: 1.4rem;
  line-height: 24px;
}

.home-Scene__image ._image {
  width: 100%;
}
.ec-pruduct__url{
	text-align: center;
}
.ec-pruduct__url a{
	color: #2a3451;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 60px;
	display: inline-block;
	border-bottom: 1px solid #2a3451;
}