@charset "UTF-8";
/* reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
article,
aside,
main,
nav,
header,
footer,
iframe,
img,
h1,
h2,
h3,
h4,
h5,
h6,
time,
form,
p,
a,
dl,
dt,
dd,
ol,
ul,
li,
label,
table,
tbody,
tr,
th,
td,
figure,
address {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  letter-spacing: 0;
  line-height: 1;
}

a,
button {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

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

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0;
}

textarea {
  max-width: 100%;
  min-height: 10em;
  min-width: 100%;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
  padding: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  padding-top: 0.25em;
}

select::-ms-expand {
  display: none;
}

[data-effect] {
  opacity: 0;
  transition: all 1500ms;
}

[data-effect][data-effect-type="fadeinup"] {
  transform: translate(0, 25px);
}

[data-effect][data-effect-type="fadeinleft"] {
  transform: translate(-25px, 0);
}

[data-effect="fired"] {
  opacity: 1;
  transform: translate(0, 0);
}

[data-effect-delay="1"] {
  transition-delay: 100ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="1"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="1"] {
    transition-delay: 100ms !important;
  }
}

[data-effect-delay="2"] {
  transition-delay: 200ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="2"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="2"] {
    transition-delay: 200ms !important;
  }
}

[data-effect-delay="3"] {
  transition-delay: 300ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="3"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="3"] {
    transition-delay: 300ms !important;
  }
}

[data-effect-delay="4"] {
  transition-delay: 400ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="4"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="4"] {
    transition-delay: 400ms !important;
  }
}

[data-effect-delay="5"] {
  transition-delay: 500ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="5"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="5"] {
    transition-delay: 500ms !important;
  }
}

[data-effect-delay="6"] {
  transition-delay: 600ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="6"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="6"] {
    transition-delay: 600ms !important;
  }
}

[data-effect-delay="7"] {
  transition-delay: 700ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="7"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="7"] {
    transition-delay: 700ms !important;
  }
}

[data-effect-delay="8"] {
  transition-delay: 800ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="8"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="8"] {
    transition-delay: 800ms !important;
  }
}

[data-effect-delay="9"] {
  transition-delay: 900ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="9"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="9"] {
    transition-delay: 900ms !important;
  }
}

[data-effect-delay="10"] {
  transition-delay: 1000ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="10"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="10"] {
    transition-delay: 1000ms !important;
  }
}

[data-effect-delay="11"] {
  transition-delay: 1100ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="11"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="11"] {
    transition-delay: 1100ms !important;
  }
}

[data-effect-delay="12"] {
  transition-delay: 1200ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="12"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="12"] {
    transition-delay: 1200ms !important;
  }
}

[data-effect-delay="13"] {
  transition-delay: 1300ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="13"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="13"] {
    transition-delay: 1300ms !important;
  }
}

[data-effect-delay="14"] {
  transition-delay: 1400ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="14"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="14"] {
    transition-delay: 1400ms !important;
  }
}

[data-effect-delay="15"] {
  transition-delay: 1500ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="15"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="15"] {
    transition-delay: 1500ms !important;
  }
}

[data-effect-delay="16"] {
  transition-delay: 1600ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="16"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="16"] {
    transition-delay: 1600ms !important;
  }
}

[data-effect-delay="17"] {
  transition-delay: 1700ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="17"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="17"] {
    transition-delay: 1700ms !important;
  }
}

[data-effect-delay="18"] {
  transition-delay: 1800ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="18"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="18"] {
    transition-delay: 1800ms !important;
  }
}

[data-effect-delay="19"] {
  transition-delay: 1900ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="19"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="19"] {
    transition-delay: 1900ms !important;
  }
}

[data-effect-delay="20"] {
  transition-delay: 2000ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="20"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="20"] {
    transition-delay: 2000ms !important;
  }
}

[data-effect-delay="21"] {
  transition-delay: 2100ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="21"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="21"] {
    transition-delay: 2100ms !important;
  }
}

[data-effect-delay="22"] {
  transition-delay: 2200ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="22"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="22"] {
    transition-delay: 2200ms !important;
  }
}

[data-effect-delay="23"] {
  transition-delay: 2300ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="23"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="23"] {
    transition-delay: 2300ms !important;
  }
}

[data-effect-delay="24"] {
  transition-delay: 2400ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="24"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="24"] {
    transition-delay: 2400ms !important;
  }
}

[data-effect-delay="25"] {
  transition-delay: 2500ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="25"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="25"] {
    transition-delay: 2500ms !important;
  }
}

[data-effect-delay="26"] {
  transition-delay: 2600ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="26"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="26"] {
    transition-delay: 2600ms !important;
  }
}

[data-effect-delay="27"] {
  transition-delay: 2700ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="27"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="27"] {
    transition-delay: 2700ms !important;
  }
}

[data-effect-delay="28"] {
  transition-delay: 2800ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="28"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="28"] {
    transition-delay: 2800ms !important;
  }
}

[data-effect-delay="29"] {
  transition-delay: 2900ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="29"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="29"] {
    transition-delay: 2900ms !important;
  }
}

[data-effect-delay="30"] {
  transition-delay: 3000ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="30"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="30"] {
    transition-delay: 3000ms !important;
  }
}

[data-effect-delay="31"] {
  transition-delay: 3100ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="31"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="31"] {
    transition-delay: 3100ms !important;
  }
}

[data-effect-delay="32"] {
  transition-delay: 3200ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="32"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="32"] {
    transition-delay: 3200ms !important;
  }
}

[data-effect-delay="33"] {
  transition-delay: 3300ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="33"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="33"] {
    transition-delay: 3300ms !important;
  }
}

[data-effect-delay="34"] {
  transition-delay: 3400ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="34"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="34"] {
    transition-delay: 3400ms !important;
  }
}

[data-effect-delay="35"] {
  transition-delay: 3500ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="35"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="35"] {
    transition-delay: 3500ms !important;
  }
}

[data-effect-delay="36"] {
  transition-delay: 3600ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="36"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="36"] {
    transition-delay: 3600ms !important;
  }
}

[data-effect-delay="37"] {
  transition-delay: 3700ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="37"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="37"] {
    transition-delay: 3700ms !important;
  }
}

[data-effect-delay="38"] {
  transition-delay: 3800ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="38"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="38"] {
    transition-delay: 3800ms !important;
  }
}

[data-effect-delay="39"] {
  transition-delay: 3900ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="39"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="39"] {
    transition-delay: 3900ms !important;
  }
}

[data-effect-delay="40"] {
  transition-delay: 4000ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="40"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="40"] {
    transition-delay: 4000ms !important;
  }
}

[data-effect-delay="41"] {
  transition-delay: 4100ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="41"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="41"] {
    transition-delay: 4100ms !important;
  }
}

[data-effect-delay="42"] {
  transition-delay: 4200ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="42"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="42"] {
    transition-delay: 4200ms !important;
  }
}

[data-effect-delay="43"] {
  transition-delay: 4300ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="43"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="43"] {
    transition-delay: 4300ms !important;
  }
}

[data-effect-delay="44"] {
  transition-delay: 4400ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="44"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="44"] {
    transition-delay: 4400ms !important;
  }
}

[data-effect-delay="45"] {
  transition-delay: 4500ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="45"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="45"] {
    transition-delay: 4500ms !important;
  }
}

[data-effect-delay="46"] {
  transition-delay: 4600ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="46"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="46"] {
    transition-delay: 4600ms !important;
  }
}

[data-effect-delay="47"] {
  transition-delay: 4700ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="47"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="47"] {
    transition-delay: 4700ms !important;
  }
}

[data-effect-delay="48"] {
  transition-delay: 4800ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="48"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="48"] {
    transition-delay: 4800ms !important;
  }
}

[data-effect-delay="49"] {
  transition-delay: 4900ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="49"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="49"] {
    transition-delay: 4900ms !important;
  }
}

[data-effect-delay="50"] {
  transition-delay: 5000ms !important;
}

@media screen and (max-width: 992px) {
  [data-effect-delay="50"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (max-width: 992px) {
  [data-effect-delay-sp="50"] {
    transition-delay: 5000ms !important;
  }
}

/**
cssアニメーション
**/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html {
  overflow: auto;
}

body {
  background-color: #fff;
  color: #000;
  counter-reset: item;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 120px;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 101px;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body.is-open {
    height: 100vh;
    overflow: hidden;
  }
}

img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

img [data-objectfit="cover"] {
  -o-object-fit: cover;
     object-fit: cover;
}

iframe,
video {
  width: 100%;
}

div,
span,
a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a:hover, a:active,
button:hover,
button:active {
  outline-width: 0;
}

@media screen and (min-width: 1200px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

:root {
  --outer-height: 100vh;
}

.p-home-mvThumbnail{
  height:57px;
  width: 100%;
  max-width:670px;
  margin:0px auto 40px;  
}
.p-home-mv_list,
.p-home-mvThumbnail_list {
  opacity: 0;
  transition: opacity 0.3s linear;
}


.p-home-mv_list.slick-initialized,
.p-home-mvThumbnail_list.slick-initialized {
  opacity: 1;
}

.l-block.-column {
  display: flex;
  flex-direction: column;
}

.l-block.-column.-center {
  align-items: center;
  justify-content: center;
}

.l-block.-column > .c-button + .c-button {
  margin-top: 24px;
}

.l-block.-row {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.l-block.-row > div {
  margin-left: 24px;
}

.l-block.-row > div:nth-of-type(1) {
  margin-left: 0;
}

.l-block.-row.-period {
  margin-top: 12px;
}

.l-block.-row.-period > div {
  margin-left: 16px;
}

.l-block.-row.-period > div:nth-of-type(1) {
  margin-left: 0;
}

.l-block.-row.-mb0 {
  margin-bottom: 0;
}

.l-block.-btn {
  margin-top: 40px;
}

.l-block.-btn .c-button + .c-button {
  margin-top: 24px;
}

.l-block.-btn .c-button + .c-link-arrow {
  margin-top: 24px;
}

.l-block.-btn.-collapse {
  margin-top: 48px;
}

.l-block.-btn.-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-block.-policy .c-text {
  margin-bottom: 16px;
}

.l-block.-policy_content {
  background: #f8f8f8;
  padding: 24px;
}

.l-categoryList_link {
  align-items: center;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.l-categoryList_link:before {
  background: #e60013;
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 60px;
}

.l-categoryList_icon {
  margin-right: 8px;
  width: 16px;
}

.l-categoryList_sub {
  margin-bottom: 55px;
}

.l-categoryList_subItem {
  margin-top: 16px;
}

.l-categoryList_subItem:first-child {
  margin-top: 0;
}

.l-categoryList_subLink {
  font-size: 14px;
  transition: 0.25s ease;
  transition-property: all;
}

.l-categoryList_subLink:hover {
  color: #e60013;
  opacity: 0.8;
}

.l-footer-main {
  background: #f8f8f8;
  padding: 60px 0 45px;
}

.l-footer-main > .l-inner {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  .l-footer-main > .l-inner {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 577px) {
  .l-footer-main > .l-inner {
    flex-direction: column;
  }
}

.l-footer_calender {
  max-width: 220px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 577px) {
  .l-footer_calender {
    margin-bottom: 25px;
    max-width: none;
  }
}

.l-footer_calender .calText {
  font-size: 11px;
  margin-top: 5px;
}

.l-footer_calender .calText .bredays {
  background-color: #000;
}

.l-footer_calender .calText .heute {
  background-color: #e60013;
}

.l-footer_calender #CalBtn {
  display: none;
}

.l-footer_calender #CalBtn:checked + .CalScrl {
  transform: rotateY(180deg);
}

.l-footer_calender #CalBtn:checked ~ .l-footerCalendar_both {
  margin-left: -100%;
}

.l-footer_calender .CalScrl {
  align-items: center;
  background-color: #e60013;
  border-radius: 4px;
  color: #fff;
  display: flex;
  height: 18px;
  justify-content: center;
  padding: 2px;
  position: absolute;
  right: 10px;
  top: 40px;
  transform: rotateZ(0deg);
  width: 18px;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 577px) {
  .l-footer_calender .CalScrl {
    top: 55px;
  }
}

.l-footer_calender .CalScrl:before {
  background: transparent url(../img/common/icon_angle-w.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 10px;
  margin-left: 2px;
  transform: rotate(180deg);
  width: 10px;
}

.l-footer_calender .l-footerCalendar_header {
  background: #e60013;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 577px) {
  .l-footer_calender .l-footerCalendar_header {
    padding: 15px 0;
  }
}

.l-footer_calender .l-footerCalendar_text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.l-footer_calender .l-footerCalendar_both {
  display: inline-flex;
  margin-left: 0;
  width: 200%;
  transition: 0.25s ease;
  transition-property: all;
}

.l-footer_calender .l-footerCalendar_both .ToMonth,
.l-footer_calender .l-footerCalendar_both .NextMonth {
  width: 50%;
}

.l-footer_calender .l-footerCalendar_content {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 577px) {
  .l-footer_calender .l-footerCalendar_content {
    padding: 15px;
  }
}

.l-footer_calender .l-footerCalendar_content table {
  width: 100%;
}

.l-footer_calender .l-footerCalendar_content thead {
  background: #f4f4f4;
}

.l-footer_calender .l-footerCalendar_content thead th {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 0;
}

@media screen and (max-width: 577px) {
  .l-footer_calender .l-footerCalendar_content thead th {
    font-size: 12px;
  }
}

.l-footer_calender .l-footerCalendar_content thead .sunday,
.l-footer_calender .l-footerCalendar_content thead .saturday {
  color: #b1b1b1;
}

.l-footer_calender .l-footerCalendar_content tbody tr {
  border-top: 1px solid #eaeaea;
}

.l-footer_calender .l-footerCalendar_content tbody tr:nth-of-type(1) {
  border-top: none;
}

.l-footer_calender .l-footerCalendar_content tbody tr td {
  font-size: 11px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}

@media screen and (max-width: 577px) {
  .l-footer_calender .l-footerCalendar_content tbody tr td {
    font-size: 12px;
  }
}

.l-footer_calender .l-footerCalendar_content tbody tr td.today {
  background: #e60013;
  border-radius: 4px;
  color: #fff;
}

.l-footer_calender .l-footerCalendar_content tbody tr td.saturday {
  background: #000;
  border-radius: 4px;
  color: #fff;
}

.l-footer_calender .l-footerCalendar_content tbody tr td.sunday {
  background: #000;
  border-radius: 4px;
  color: #fff;
}

.l-footer_calender .l-footerCalendar_content tbody tr td.specific {
  background: #000;
  border-radius: 4px;
  color: #fff;
}

.l-footer_category {
  margin-left: 25px;
}

@media screen and (max-width: 992px) {
  .l-footer_category {
    max-width: calc(100% - 220px - 25px);
  }
}

@media screen and (max-width: 577px) {
  .l-footer_category {
    display: none;
  }
}

.l-footer_categoryContent {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  margin-top: 15px;
}

.l-footer_categoryContent:nth-of-type(1) {
  margin-top: 0;
}

.l-footer_categoryTitle {
  flex-shrink: 0;
  font-weight: 600;
  width: 72px;
}

.l-footer_categoryDetail ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.l-footer_categoryDetail ul li {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 10px 10px 0;
}

.l-footer_categoryDetail ul li:after {
  background: #dddddd;
  content: "";
  height: 12px;
  margin-left: 10px;
  width: 2px;
}

.l-footer_categoryDetail ul li:last-child {
  margin-right: 0;
}

.l-footer_categoryDetail ul li:last-child:after {
  content: none;
}

.l-footer_categoryDetail ul li a {
  transition: 0.25s ease;
  transition-property: all;
}

.l-footer_categoryDetail ul li a:hover {
  color: #e60013;
}

.l-footer_content {
  margin-left: 25px;
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .l-footer_content {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_content {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 25px;
  }
}

@media screen and (max-width: 577px) {
  .l-footer_content {
    flex-direction: column;
    margin-left: 0;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .l-footer_content .l-footerContent_box {
    width: 50%;
  }
}

@media screen and (max-width: 577px) {
  .l-footer_content .l-footerContent_box {
    width: 100%;
  }
}

.l-footer_logo {
  margin-bottom: 20px;
  max-width: 206px;
  width: 100%;
}

.l-footer_text {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
}

.l-footer_text span {
  flex-shrink: 0;
  font-weight: 600;
  text-align: right;
  width: 60px;
}

.l-footer_text + .l-footer_text {
  margin-top: 6px;
}

.l-footer_contact {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
  padding: 5px 15px;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 768px) {
  .l-footer_contact {
    margin-top: 0;
  }
}

@media screen and (max-width: 577px) {
  .l-footer_contact {
    margin-top: 35px;
  }
}

.l-footer_contactIcon {
  align-items: center;
  background: #e60013;
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-right: 10px;
  width: 28px;
}

.l-footer_contactIcon > img {
  width: 16px;
}

.l-footer_contact:hover {
  opacity: 0.8;
}

.l-footer_banner {
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: flex-start;
  line-height: calc(16 / 12);
  margin-top: 10px;
  padding: 15px 20px;
  transition: 0.25s ease;
  transition-property: all;
}

.l-footer_banner:hover {
  opacity: 0.8;
}

.l-footer_bannerImage {
  margin-bottom: 10px;
  width: 165px;
}

.l-footerLogo {
  background: #eaeaea;
  padding: 15px 0;
}

.l-footerLogo_list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.l-footerLogo_item {
  margin-left: 60px;
}

.l-footerLogo_item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 577px) {
  .l-footerLogo_item {
    margin-left: 20px;
  }
}

.l-footerLogo a {
  transition: 0.25s ease;
  transition-property: all;
}

.l-footerLogo a:hover {
  opacity: 0.8;
}

.l-footerAside {
  background: #001f5d;
  padding: 25px 0;
}

.l-footerAside > .l-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .l-footerAside > .l-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 577px) {
  .l-footerAside > .l-inner {
    padding: 0 10px;
  }
}

.l-footerAside_list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.l-footerAside_item {
  margin-left: 60px;
}

.l-footerAside_item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 577px) {
  .l-footerAside_item {
    margin-left: 10px;
  }
}

.l-footerAside_link {
  color: #fff;
  font-size: 12px;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 577px) {
  .l-footerAside_link {
    font-size: 11px;
  }
}

.l-footerAside_link:hover {
  opacity: 0.8;
}

.l-footerCopyright_text {
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 577px) {
  .l-footerCopyright_text {
    margin-top: 15px;
  }
}

.BackTop {
  align-items: center;
  background: #e60013;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 70px;
  display: flex;
  height: 40px;
  justify-content: center;
  position: fixed;
  right: 70px;
  width: 40px;
}

.BackTop:before {
  background: transparent url(../img/common/icon_angle-w.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 14px;
  margin-top: -4px;
  transform: rotate(90deg);
  width: 14px;
}

@media screen and (max-width: 992px) {
  .BackTop {
    bottom: 6%;
    right: 10%;
  }
}

.l-header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.l-header_main {
  align-items: stretch;
  background: #001f5d;
  display: flex;
  justify-content: space-between;
}

.l-header_logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 20px 40px;
}

@media screen and (max-width: 768px) {
  .l-header_logo {
    margin: 10px 20px;
  }
}

@media screen and (max-width: 577px) {
  .l-header_logo {
    margin: 10px 0 10px 10px;
  }
}

.l-header_logoImage {
  margin-right: 14px;
  width: 242px;
}

@media screen and (max-width: 992px) {
  .l-header_logoImage {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .l-header_logoImage {
    width: 145px;
  }
}

@media screen and (max-width: 577px) {
  .l-header_logoImage {
    width: 130px;
  }
}

.l-header_logo .l-header_text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .l-header_logo .l-header_text > br {
    display: none;
  }
}

@media screen and (max-width: 1012px) {
  .l-header_logo .l-header_text {
    display: none;
  }
}

.l-header_content {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .l-header_content {
    position: relative;
  }
}

.l-header_content > table {
  height: 100%;
}

.l-headerList {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.l-headerList_item {
  height: 100%;
  width: 85px;
}

@media screen and (max-width: 992px) {
  .l-headerList_item {
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  .l-headerList_item {
    width: 52px;
  }
}

.l-headerList_item.-login, .l-headerList_item.-favorite {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-login, .l-headerList_item.-favorite {
    border: none;
  }
}

.l-headerList_item.-login .l-headerList_link, .l-headerList_item.-favorite .l-headerList_link {
  background: #e60013;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-login .l-headerList_link, .l-headerList_item.-favorite .l-headerList_link {
    background: none;
  }
}

.l-headerList_item.-login .l-headerList_link:hover, .l-headerList_item.-favorite .l-headerList_link:hover {
  background: #ff0116;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-login .l-headerList_link:hover, .l-headerList_item.-favorite .l-headerList_link:hover {
    background: none;
  }
}

.l-headerList_item.-login .l-headerList_icon, .l-headerList_item.-favorite .l-headerList_icon {
  width: 18px;
}

@media screen and (max-width: 577px) {
  .l-headerList_item.-favorite {
    display: none;
  }
}

.l-headerList_item.-regist .l-headerList_link {
  background: #e60013;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-regist .l-headerList_link {
    background: none;
  }
}

.l-headerList_item.-regist .l-headerList_link:hover {
  background: #ff0116;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-regist .l-headerList_link:hover {
    background: none;
  }
}

.l-headerList_item.-regist .l-headerList_icon {
  width: 23px;
}

.l-headerList_item.-mypage .l-headerList_link {
  background: #e60013;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-mypage .l-headerList_link {
    background: none;
  }
}

.l-headerList_item.-mypage .l-headerList_link:hover {
  background: #ff0116;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-mypage .l-headerList_link:hover {
    background: none;
  }
}

.l-headerList_item.-mypage .l-headerList_icon {
  margin-bottom: 4px;
  margin-top: -2px;
  width: 20px;
}

.l-headerList_item.-cart .l-headerList_link {
  background: #000;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-cart .l-headerList_link {
    background: none;
  }
}

.l-headerList_item.-cart .l-headerList_link:hover {
  background: #262626;
}

@media screen and (max-width: 768px) {
  .l-headerList_item.-cart .l-headerList_link:hover {
    background: none;
  }
}

.l-headerList_item.-cart .l-headerList_icon {
  width: 24px;
}

.l-headerList_link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 577px) {
  .l-headerList_link {
    transform: scale(0.8);
  }
}

.l-headerList_icon {
  margin-bottom: 7px;
}

.l-header_searchForm {
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  .l-header_searchForm {
    background: #001f5d;
    margin-right: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 48px;
    width: 100vw;
  }
}

.l-header_searchForm .l-header_searchBox {
  margin-right: 8px;
  width: 206px;
}

@media screen and (max-width: 768px) {
  .l-header_searchForm .l-header_searchBox {
    width: calc(100% - 36px);
  }
}

.l-header_searchForm .l-header_searchBox .l-header_searchInput {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 10px;
  width: 100%;
}

.l-header_searchForm .l-header_searchBtn {
  align-items: center;
  background: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  width: 36px;
}

.l-header_searchForm .l-header_searchBtn img {
  width: 18px;
}

.l-header_searchForm .l-header_searchBtn:hover {
  background: #262626;
}

.l-header_hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_hamburger {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    box-shadow: 0 0 2rem transparent;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    left: 0;
    position: relative;
    width: 48px;
    z-index: 200;
  }
  .l-header_hamburger .l-header_hamburgerLine {
    background: #fff;
    height: 2px;
    left: 15px;
    position: absolute;
    top: 15px;
    transition: 0.25s ease;
    transition-property: all;
    width: 24px;
  }
  .l-header_hamburger .l-header_hamburgerLine:nth-of-type(2) {
    top: 23px;
  }
  .l-header_hamburger .l-header_hamburgerLine:nth-of-type(3) {
    right: 8px;
    top: 31px;
  }
  .l-header_hamburger.active .l-header_hamburgerLine:nth-of-type(1) {
    top: 13px;
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  .l-header_hamburger.active .l-header_hamburgerLine:nth-of-type(2) {
    transform: translateY(0px) translateX(0) rotate(-45deg);
  }
  .l-header_hamburger.active .l-header_hamburgerLine:nth-of-type(3) {
    opacity: 0;
  }
}

.l-inner {
  margin: auto;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation {
    height: 100vh;
    max-height: calc(100vh - 48px);
    opacity: 0;
    overflow-y: scroll;
    position: absolute;
    transform: translateX(100vw);
    visibility: hidden;
    width: 100%;
    transition: 0.25s ease;
    transition-property: all;
  }
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation.is-open {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    opacity: 1;
    top: 48px;
    transform: none;
    visibility: visible;
  }
}

.l-header .l-navigation_list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_list {
    align-items: flex-start;
    background: #fff;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    margin-left: auto;
    max-height: calc(100vh - 48px);
    max-width: 70%;
  }
}

.l-header .l-navigation_item {
  margin-left: 120px;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_item {
    background: #fff;
    border-top: 1px solid #707070;
    margin-left: 0;
    width: 100%;
  }
}

.l-header .l-navigation_item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_item:first-child {
    border-top: none;
  }
}

.l-header .l-navigation_item.is-open .l-navigation_sub {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_item.is-open .l-navigation_sub {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_item.is-open .l-navigation_link:after {
    transform: rotate(270deg);
  }
}

.l-header .l-navigation_icon {
  margin-right: 8px;
  width: 16px;
}

.l-header .l-navigation_link {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_link {
    cursor: default;
    padding: 15px 20px;
    pointer-events: none;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_link:after {
    background: transparent url(../img/common/icon_angle.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: 10px;
    margin-left: auto;
    transform: rotate(180deg);
    width: 8px;
  }
}

.l-header .l-navigation_sub {
  background: #f8f8f8;
  left: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  transform: translateY(-20px) translateZ(0);
  visibility: hidden;
  width: 100%;
  z-index: 0;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_sub {
    background: #fff;
    display: none;
    opacity: 1;
    position: static;
    transform: none;
    visibility: visible;
  }
}

.l-header .l-navigation_subList {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_subList {
    flex-direction: column;
    margin: 0;
  }
}

.l-header .l-navigation_subItem {
  border-top: 1px dotted #707070;
  margin-top: 30px;
  max-width: calc(100% / 5);
  padding-top: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_subItem {
    border-top: 1px solid #707070;
    margin-top: 0;
    max-width: none;
    padding: 0 0 0 40px;
  }
}

.l-header .l-navigation_subItem:nth-of-type(-n + 5) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_subItem:nth-of-type(-n + 5) {
    border-top: 1px solid #707070;
  }
}

.l-header .l-navigation_subItem:first-child .l-navigation_subLink, .l-header .l-navigation_subItem:nth-of-type(5n + 1) .l-navigation_subLink {
  border-left: none;
}

.l-header .l-navigation_subItem:last-child .l-navigation_subLink {
  border-right: 1px dotted #707070;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_subItem:last-child .l-navigation_subLink {
    border-right: none;
  }
}

.l-header .l-navigation_subLink {
  align-items: center;
  border-left: 1px dotted #707070;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 600;
  justify-content: flex-start;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_subLink {
    align-items: flex-start;
    border-left: none;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 0;
  }
}

.l-header .l-navigation_subLink:hover {
  color: #e60013;
  opacity: 0.8;
}

.l-header .l-navigation_subThumb {
  background: #fff;
  display: block;
  height: 144px;
  margin-bottom: 20px;
  width: 102px;
}
.l-header .l-navigation_subThumb span{
  width:102px;
  height:144px;    
}

.l-header .l-navigation_subThumb > img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_subThumb {
    display: none;
  }
}

.l-header .l-navigation_more {
  align-items: center;
  border-top: 1px dotted #707070;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  padding: 20px 16px;
  width: 100%;
  transition: 0.25s ease;
  transition-property: all;
}

@media screen and (max-width: 768px) {
  .l-header .l-navigation_more {
    display: none;
  }
}

.l-header .l-navigation_more:hover {
  color: #e60013;
}

.l-header .l-navigation_more:hover .l-navigation_moreIcon {
  background: #000;
}

.l-header .l-navigation_moreIcon {
  align-items: center;
  background: #e60013;
  border-radius: 50%;
  display: flex;
  height: 17px;
  justify-content: center;
  margin-right: 10px;
  width: 17px;
}

.l-header .l-navigation_moreIcon > img {
  height: 5px;
  width: 5px;
}

.c-breadcrumb_list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.c-breadcrumb_item {
  font-size: 12px;
}

.c-breadcrumb_item:before {
  content: ">";
  margin: 0 5px;
}

.c-breadcrumb_item:first-child:before {
  content: none;
}

.c-breadcrumb + .c-breadcrumb {
  margin-top: -15px;
}

.c-heading-01 {
  margin-bottom: 24px;
  align-items: center;
  display: flex;
  font-family: "Helvetica Neue";
  font-weight: 600;
  justify-content: flex-start;
  font-size: 24px;
}

@media (min-width: 350px) {
  .c-heading-01 {
    margin-bottom: calc(1.46789vw + 18.86239px);
  }
}

@media (min-width: 1440px) {
  .c-heading-01 {
    margin-bottom: 40px;
  }
}

@media (min-width: 350px) {
  .c-heading-01 {
    font-size: calc(0.73394vw + 21.43119px);
  }
}

@media (min-width: 1440px) {
  .c-heading-01 {
    font-size: 32px;
  }
}

.c-heading-01 > span:nth-of-type(2) {
  margin-left: 12px;
}

@media (min-width: 350px) {
  .c-heading-01 > span:nth-of-type(2) {
    margin-left: calc(0.36697vw + 10.7156px);
  }
}

@media (min-width: 1440px) {
  .c-heading-01 > span:nth-of-type(2) {
    margin-left: 16px;
  }
}

.c-heading-01.-center {
  justify-content: center;
}

.c-heading-text {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  margin-left: 30px;
  font-size: 12px;
}

@media (min-width: 350px) {
  .c-heading-text {
    font-size: calc(0.36697vw + 10.7156px);
  }
}

@media (min-width: 1440px) {
  .c-heading-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-heading-text {
    margin-left: 10px;
  }
}

.c-heading-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (min-width: 350px) {
  .c-heading-wrap {
    margin-bottom: calc(1.46789vw + 18.86239px);
  }
}

@media (min-width: 1440px) {
  .c-heading-wrap {
    margin-bottom: 40px;
  }
}

.c-heading-wrap .c-heading-01 {
  margin-bottom: 0;
}

@media screen and (max-width: 577px) {
  .c-heading-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 577px) {
  .c-heading-wrap .c-button:not(.-icon) {
    margin-top: 10px;
  }
}

.c-heading-02 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.c-heading-03 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 350px) {
  .c-heading-03 {
    margin-bottom: calc(1.46789vw + 18.86239px);
  }
}

@media (min-width: 1440px) {
  .c-heading-03 {
    margin-bottom: 40px;
  }
}

.c-heading-box {
  background: #4f7cac;
  margin-bottom: 40px;
}

@media screen and (max-width: 577px) {
  .c-heading-box {
    margin-bottom: 30px;
  }
}

.c-heading-box .c-heading-01 {
  margin-bottom: 0;
  padding-top: 44px;
  padding-bottom: 44px;
}

@media (min-width: 350px) {
  .c-heading-box .c-heading-01 {
    padding-top: calc(1.46789vw + 38.86239px);
  }
}

@media (min-width: 1440px) {
  .c-heading-box .c-heading-01 {
    padding-top: 60px;
  }
}

@media (min-width: 350px) {
  .c-heading-box .c-heading-01 {
    padding-bottom: calc(1.46789vw + 38.86239px);
  }
}

@media (min-width: 1440px) {
  .c-heading-box .c-heading-01 {
    padding-bottom: 60px;
  }
}

.c-heading-box:not(.-static) .c-heading-01 {
  color: #fff;
}

.c-heading-box.-static {
  background: none;
  margin-bottom: 0;
}

::-moz-placeholder {
  color: #bcbcbc;
}

:-ms-input-placeholder {
  color: #bcbcbc;
}

::placeholder {
  color: #bcbcbc;
}

.c-input_wrapper {
  width: 100%;
}

.c-input_wrapper.-amount {
  width: 60px;
}

.c-input {
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 16px;
  outline: none;
  padding: 6px 16px;
  width: 100%;
}

.c-input:focus {
  border: 2px solid #e60013;
}

.c-brand {
  color: #e60013;
}
.p-home-twitter {
  margin-left: 60px;
  max-width: calc(100% - 575px - 60px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-home-twitter {
    margin-left: 30px;
    max-width: calc(100% - 400px - 30px);
  }
}

@media screen and (max-width: 577px) {
  .p-home-twitter {
    margin-left: 0;
    max-width: none;
  }
}

.p-home-twitter iframe {
  width: 100% !important;
}

.p-home-twitter .p-home-twitterArea {
  border: 2px solid;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  min-height: 340px;
  padding: 15px 15px 0;
}

.special .l-main {
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .special .l-main {
    padding-top: 28px;
  }
}

.special .p-special__head {
  font-family: "Helvetica Neue";
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .special .p-special__head {
    font-size: 24px;
    text-align: left;
  }
}

.special .p-special__head span {
  color: #e60013;
}

.special .p-special__head span:nth-child(2) {
  padding-left: 14px;
}

.special .l-content {
  margin: 55px 0 98px;
}

@media screen and (max-width: 768px) {
  .special .l-content {
    margin: 17px 0 46px;
  }
}

.special .l-content .p-special__head {
  font-size: 34px;
  font-weight: bold;
}

.special .l-content .p-special__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special .l-content .p-special__contents {
    flex-direction: column;
  }
}

.special .l-content .p-specialItem {
  width: calc((100% / 3) - 20px);
}

@media screen and (max-width: 768px) {
  .special .l-content .p-specialItem {
    width: 100%;
  }
  .special .l-content .p-specialItem:nth-child(n + 2) {
    margin-top: 20px !important;
  }
}

.special .l-content .p-specialItem:nth-child(4) {
  margin-top: 28px;
}

.special .l-content .p-specialItem:nth-child(n + 5) {
  margin-top: 36px;
}

.special .l-content .p-specialItem__link {
  background: #e60013;
  color: #fff;
  font-weight: bold;
  margin-top: 5.7px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .special .l-content .p-specialItem__link {
    margin-top: 0;
  }
}

.special .l-content .p-specialItem__link a {
  display: block;
  font-size: 16px;
  padding: 8px 8px 8px 52px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special .l-content .p-specialItem__link a {
    font-size: 19px;
  }
}

.special .l-content .p-specialItem__link a span {
  position: relative;
}

.special .l-content .p-specialItem__link a span::after {
  background: url("https://gigaplus.makeshop.jp/sanspoeshop/assets/img/common/icon_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16.57px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 16.57px;
}

@media screen and (max-width: 768px) {
  .special .l-content .p-specialItem__link a span::after {
    height: 19.83px;
    width: 19.83px;
  }
}

.special .l-content .p-specialItem__name {
  font-size: 14px;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .special .l-content .p-specialItem__name {
    margin-top: 13px;
  }
}

.special_detail {
  overflow: visible;
}

.special_detail .p-special__topic {
  display: flex;
  justify-content: space-between;
  margin: 46px auto 69px;
  margin-bottom: 69px;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__topic {
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 0 20px;
  }
}

.special_detail .p-special__topicImage {
  max-width: 270px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__topicImage {
    margin: 20px auto 0;
    min-width: 174px;
    text-align: center;
  }
}
.p-special__topicImage img{
  height:380px;
}
.p-special__kv >.u-block-hide-sm{
  height:calc(100vw * 330 / 1366 );
}
.p-special__kv>.u-block-show-sm{
  height:calc(100vw * 8 / 15 );
}
.special_detail .p-special__topicText {
  max-width: 579px;
  width: 100%;
  max-height:380px;
}

.special_detail .p-special__heading {
  font-size: 36px;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__heading {
    font-size: 21px;
  }
}

.special_detail .p-special__heading span {
  color: #e60013;
}

.special_detail .p-special__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.77;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__text {
    font-size: 16px;
    line-height: 1.62;
    margin-top: 29px;
  }
}

.special_detail .p-special__price {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__price {
    margin-top: 20px;
  }
}

.special_detail .p-special__price span:nth-child(1) {
  bottom: 9px;
  font-size: 21px;
  font-weight: 600;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__price span:nth-child(1) {
    font-size: 18px;
  }
}

.special_detail .p-special__price span:nth-child(1)::before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  max-width: 143px;
  position: absolute;
  top: -9.5px;
  width: 100%;
}

.special_detail .p-special__price span:nth-child(1)::after {
  background: #000;
  bottom: -9.5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  max-width: 143px;
  position: absolute;
  width: 100%;
}

.special_detail .p-special__price span:nth-child(2) {
  display: inline-block;
  font-size: 44px;
  font-weight: 600;
  margin-left: 22px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__price span:nth-child(2) {
    font-size: 40px;
    margin-left: 12px;
  }
}

.special_detail .p-special__price span:nth-child(3) {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__price span:nth-child(3) {
    font-size: 22px;
  }
}

.special_detail .p-special__price span:nth-child(4) {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__price span:nth-child(4) {
    font-size: 22px;
  }
}

.special_detail .p-special__main {
  background: #f8f8f8;
}

.special_detail .p-special__mainInner {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.special_detail .p-special__leftSide {
  align-self: baseline;
  max-width: 147px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__leftSide {
    display: none;
  }
}

.special_detail .p-special__rightSide {
  max-width: 650px;
  width: 100%;
}

.special_detail .p-special__nav {
  border-bottom: 1px solid #9d9d9d;
  border-top: 1px solid #9d9d9d;
  padding: 30px 0;
  position: relative;
  top: 23px;
}

.special_detail .p-special__item {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 300;
  max-width: 64px;
  padding-bottom: 2px;
  position: relative;
}

.special_detail .p-special__item::before {
  border: 1px solid #9d9d9d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: -23px;
  top: 0;
  width: 16px;
}

.special_detail .p-special__item::after {
  border: 1px solid;
  border-color: transparent transparent #9d9d9d #9d9d9d;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -18px;
  top: 4px;
  transform: rotate(-45deg);
  width: 6px;
}

.special_detail .p-special__item:nth-child(n + 2) {
  margin-top: 27.5px;
}

.special_detail .p-special__section {
  padding: 75px 0;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__section {
    padding-bottom: 40px;
  }
}

.special_detail .p-special__articleHead {
  border-bottom: 1px solid #818181;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__articleHead {
    font-size: 21px;
  }
}

.special_detail .p-special__articleHead::after {
  background: #e60013;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  max-width: 116px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__articleHead::after {
    max-width: 87px;
  }
}

.special_detail .p-special__articleHead span {
  color: #e60013;
}

.special_detail .p-special__article {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__article {
    margin-top: 30px;
  }
}

.special_detail .p-special__article:nth-of-type(n + 2) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__article:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.special_detail .p-special__articleSubhead {
  color: #e60013;
  font-family: bold;
  font-size: 18px;
  font-weight: 600;
}

.special_detail .p-special__articleText {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 8px;
}

.special_detail .p-special__imageInner {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__imageInner {
    margin-top: 20px;
  }
}

.special_detail .p-special__image {
  text-align: center;
}

.special_detail .p-special__image:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__image:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.special_detail .p-special__section3 .p-special__image {
  margin-top: 70px;
}

.special_detail .p-special__section3 .p-special__image:nth-child(2) {
  margin-top: 73px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__section3 .p-special__image:nth-child(2) {
    margin-top: 30px;
  }
}

.special_detail .p-special__graphText {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 32.5px auto 0;
  max-width: 422px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__graphText {
    font-size: 14px;
    margin-top: 20px;
  }
}

.special_detail .p-special__graphText span {
  font-weight: 300;
}

.special_detail .p-special__publishingInfo {
  margin-top: 62.8px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__publishingInfo {
    margin-top: 30px;
  }
}

.special_detail .p-special__publishingInfo--text {
  display: flex;
  padding: 30px 30px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__publishingInfo--text {
    padding-bottom: 15.5px;
    padding-left: 22px;
    padding-right: 20px;
    padding-top: 15.5px;
  }
}

.special_detail .p-special__publishingInfo--text:first-child {
  background: #fff;
}

.special_detail .p-special__publishingInfo--text:last-child {
  background: #fff;
}

.special_detail .p-special__publishingInfo--head {
  font-weight: 600;
  width: 79px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__publishingInfo--head {
    font-size: 14px;
    width: 69px;
  }
}

.special_detail .p-special__publishingInfo--detail {
  margin-left: 34px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__publishingInfo--detail {
    font-size: 14px;
    margin-left: 10px;
  }
}

.special_detail .p-special__corporate {
  align-items: center;
  display: flex;
  margin-top: 51px;
}

.special_detail .p-special__corporateSp {
  align-items: flex-start;
  display: none;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__corporateSp {
    display: block;
  }
}

.special_detail .p-special__corporateImage {
  max-width: 147px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__corporateImage {
    max-width: 80px;
  }
}

.special_detail .p-special__corporateText {
  margin-left: 28px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__corporateText {
    margin-left: 0;
  }
}

.special_detail .p-special__corporateName {
  font-size: 21px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__corporateName {
    font-size: 14px;
    margin-top: 10px;
  }
}

.special_detail .p-special__corporateInfo {
  font-weight: 300;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__corporateInfo {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
  }
}

.special_detail .p-special__corporateNumber {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__corporateNumber {
    margin-top: 0;
  }
}

.special_detail .p-special__bottom {
  background: #fff;
  display: flex;
  padding: 75px 0;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__bottom {
    flex-direction: column;
    padding-bottom: 46px;
    padding-top: 40px;
  }
}

.special_detail .p-special__bottomImage {
  max-width: 885px;
  width: 100%;
}

.special_detail .p-special__twitter {
  margin-left: 76.8px;
  max-width: 267px;
  min-height: 337px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .special_detail .p-special__twitter {
    margin: 0 auto;
    max-width: 335px;
    padding-top: 40px;
  }
}

.p-special__singleImg {
  max-width: 314px;
}

.p-special__graphImg {
  margin: 0 auto;
  max-width: 618px;
}

@media screen and (max-width: 768px) {
  .p-special__graphImg {
    max-width: 333px;
  }
}

.p-special__graphImg2 {
  margin: 0 auto;
  max-width: 496px;
}

@media screen and (max-width: 768px) {
  .p-special__graphImg2 {
    margin: 0;
    max-width: 300px;
  }
}

.p-special__item.active_text {
  border-bottom: 1px solid #e60013;
  color: #e60013;
  font-weight: bold;
}

.p-special__item.active_text::before {
  border: 1px solid #e60013;
}

.p-special__item.active_text::after {
  border-color: transparent transparent #e60013 #e60013;
}

.p-special__main.active_bg {
  background: #fff;
}

.p-special__nav.active_position {
  top: 0;
}

#section1,
#section2,
#section3 {
  display: block;
  margin-top: -75px !important;
  padding-top: 150px !important;
}

@media screen and (max-width: 768px) {
  #section1,
  #section2,
  #section3 {
    margin-top: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  #section1,
  #section3 {
    background-color: #f8f8f8;
  }
}

@media screen and (max-width: 768px) {
  #section1 #section2,
  #section3 #section2 {
    background-color: #fff;
  }
}

.u-block-show-sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-block-show-sm {
    display: block;
  }
}

.u-block-hide-sm {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-block-hide-sm {
    display: none !important;
  }
}

.u-bold {
  font-weight: bold !important;
}
/*freeA*/
.SouPay p {
  margin-left:8%;
  margin-right:5%;
  line-height:26px;
  }
  .SouPay b{
  font-weight:bold;
  }
  .SouPay h2{
  font-size: 20px;
  font-weight: 600;
  font-family: "Helvetica Neue";
  margin-left:7%;
  padding-bottom:15px;
  }
  .SouPay h3{
  font-size: 17px;
  font-weight: 600;
  font-family: "Helvetica Neue";
  padding-bottom:10px;
  border-top: solid grey 1px;
  padding-top:5px;
  }
  .SouPay h4{
  font-size: 14px;
  font-weight: 600;
  font-family: "Helvetica Neue";
  margin-left:8%;
  padding-bottom:5px;
  padding-top:5px;
  border-top: dashed grey 1px;
  }
 .SouPay table {
  border: solid black 1px;
  margin-left:8%;
  padding-top:5px;
  padding-bottom:5px;
  }
  .SouPay td,.SouPay th{
  border: solid grey 1px;
  padding:2px 2px 2px 2px;
  }
  .del-pay-img{
  width: 90%;
  max-width: 700px;
  margin: 10px 0px 20px 7%;
  height:auto;
  }
  .todohuken{
  width:70%;
  }
  .preEn{
  width:30%;
  }
  .preftati td{
  vertical-align: middle;
  text-align:center;
  }
  @media (min-width: 769px) {
  .SouPay h4{
  font-size: 24px;
  }
  .SouPay h3{
  font-size: 26px;
  }
  .SouPay h2{
  font-size:32px;
  }
  }
  .subSPtitle{
  margin-left:6%;
  }
  .SenPTop{
  display: inline-block;
  border-bottom: solid grey 1px;
  }
  .paymenticon{
  background: #F8F8F8; 
  padding-bottom: 10px; 
  padding-top:15px; 
  margin-left:4%; 
  margin-right:5%;
  }
  .paymenticon p{
  line-height:26px;
  }
  .paymenticon h3{
  text-align: center;
  padding-top:15px;
  padding-bottom:10px;
  text-decoration: underline solid grey;
  }
  .paymenticon a{
  display:inline-block;
  text-decoration: none;
  text-align:center;
  margin-left: 2% ;
  margin-right: 2%;
  margin-top:10px;
  padding-bottom:5px;
  }
  .PayCards{
  width:70px;
  height:70px;
  }
  .Pay3D{
  width:100px;
  height:60px;
  }
  .crecanbi{
  display: inline;
  }
  .Paycobi{
  width:100px;
  height:100px;
  padding:5px;
  border-radius: 2px;
  box-shadow:0px 2px 4px;
  }
  .c-inline-wrap{
  width:100%;
  display:inline;
  }
  .c-inline-wrap img{
  width:100%;
  max-width:700px;
  margin:0 auto;
  }
 /*↑freeA共通*/
 /*したエイトページ*/
 .sp_art{
  margin-bottom:15px;
  padding:10px 0px;
  border-radius:15px;
  box-shadow:0 0 4px #600;
  }
  .sp_art:hover{
  background-color:#fcc;
  opacity:0.9;
  transition:0.4s;
  }
  .sp_art p{
  display:inline-block;
  width:75%;
  padding-left:2%;
  vertical-align:top;
  line-height:26px;
  }
  .sp_art img{
  width:20%;
  height:auto;
  vertical-align:top;
  margin-left:5px;
  } 
  /*↓ウマ娘コラボ用*/
  .anntitle{
    text-align: center;
    margin: 10px;
    font-size: 22px;
    font-weight: 900;
    color: crimson;
    }
    .magslider{
    box-shadow: 1px 0 5px 1px #debe5d inset;
    padding: 5px;
    height: 96%;
    margin: 2px 15px;
    background: linear-gradient(0.25turn, #fffef0, #faebeb);
    overflow-x: hidden;
    display: block;
    width: max-content;
    }
    .magslider>a{
    display:inline-block;
    }
    .magslider>div{
    display:inline-block;
    }
    .magimg{
    width: 300px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 4px;
    box-shadow: 1px 0 5px 1px #debe5d inset;
    margin: 2px 6px;
    background: white;
    vertical-align: top;
    }
    .magimg>img{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    }
    .magimg>p{
    width: 30%;
    font-size: 13px;
    margin: 6px 0px 0px 5px;
    display: inline-block;
    vertical-align: middle;
    }
    .annGal{
    width: 100%;
    overflow-x: scroll;
    max-width: 900px;
    height: 302px;
    margin: 46px auto 69px;
    margin-bottom: 69px;
    }