@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400&500&family=Noto+Serif+JP:wght@500;600;700&display=swap");
@import url(base.css);
.header span.half {
  margin-left: -.5em; }
.header .menu-trigger, .header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }
.header .menu-trigger {
  position: fixed;
  z-index: 1000;
  top: 46px;
  right: 47px;
  width: 30px;
  height: 20px; }
  .header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #7CAB60;
    border-radius: 1px; }
    .header .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .header .menu-trigger span:nth-of-type(2) {
      top: 9px; }
    .header .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
.header .menu-trigger.active span {
  width: 40px; }
.header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
.header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }
.header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }
@media screen and (max-width: 768px) {
  .header {
    height: 0; }
    .header .header-logo {
      display: none; }
    .header .menu-trigger {
      top: 33px;
      right: 15px; } }

.top-logo {
  z-index: 1; }
  .top-logo img {
    height: auto; }

.footer {
  padding-top: 83px; }

.side-nav {
  display: none !important; }

@media screen and (max-width: 768px) {
  .content-wrapper {
    padding-top: 0; } }

.euro-storage {
  color: #383838; }
  .euro-storage a {
    color: inherit; }

.ls-n50 {
  letter-spacing: -.05em !important; }

.cmn-carousel__item img {
  max-width: 100%; }
.cmn-carousel__main {
  padding: 0 60px; }
  .cmn-carousel__main .slick-list {
    width: 790px;
    max-width: 100%;
    margin: 0 auto; }
  .cmn-carousel__main .slick-arrow {
    width: 19px;
    height: 39px;
    background: center;
    background-size: contain;
    transition: opacity .25s ease;
    z-index: 1; }
    .cmn-carousel__main .slick-arrow:before {
      display: none; }
    .cmn-carousel__main .slick-arrow.slick-prev {
      background-image: url("../img/euro-storage/arrow-carousel-l.svg");
      left: 0; }
    .cmn-carousel__main .slick-arrow.slick-next {
      background-image: url("../img/euro-storage/arrow-carousel-r.svg");
      right: 0; }
    @media screen and (min-width: 1025px) {
      .cmn-carousel__main .slick-arrow:hover {
        opacity: .5; } }
  .cmn-carousel__main .slick-dots {
    left: 0;
    bottom: -29px; }
    .cmn-carousel__main .slick-dots li {
      width: auto;
      height: auto;
      margin: 0 8px; }
      .cmn-carousel__main .slick-dots li button {
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #e5e7e8;
        padding: 0; }
        .cmn-carousel__main .slick-dots li button:before {
          display: none; }
      .cmn-carousel__main .slick-dots li.slick-active button {
        background: #383838; }
.cmn-carousel__thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 80px; }
  .cmn-carousel__thumb .cmn-carousel__item {
    position: relative;
    width: 91px;
    transition: .25s ease;
    cursor: pointer; }
    .cmn-carousel__thumb .cmn-carousel__item:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .cmn-carousel__thumb .cmn-carousel__item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (min-width: 1025px) {
      .cmn-carousel__thumb .cmn-carousel__item:hover {
        opacity: .5; } }
@media screen and (max-width: 768px) {
  .cmn-carousel__main {
    padding: 0;
    margin-bottom: 27px; }
    .cmn-carousel__main .slick-arrow {
      display: none !important; }
    .cmn-carousel__main .slick-dots {
      left: 0;
      bottom: -27px; }
      .cmn-carousel__main .slick-dots li {
        margin: 0 5px; }
        .cmn-carousel__main .slick-dots li button {
          width: 6px;
          height: 6px; }
        .cmn-carousel__main .slick-dots li.slick-active button {
          background: #7CAB60; }
  .cmn-carousel__thumb {
    margin-top: 61px;
    gap: 4px; }
    .cmn-carousel__thumb .cmn-carousel__item {
      width: calc(25% - 3px); } }

.page-logo {
  position: absolute;
  top: 45px;
  left: 48px; }
  @media screen and (max-width: 768px) {
    .page-logo {
      top: 27px;
      left: 15px; }
      .page-logo img {
        width: 170px; } }

.fv {
  padding-top: 165px; }
  .fv__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2));
    padding: 0 165px;
    max-width: 1670px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .fv__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .fv__img {
    width: 100%;
    overflow: hidden; }
    .fv__img img {
      width: 100%;
      transition: transform 10s linear; }
  .is-animated .fv__img img {
    transform: scale(1.05); }
  .fv__catch {
    position: absolute;
    right: 42px;
    top: 0; }
    .fv__catch svg {
      overflow: visible; }
    .fv__catch--sp {
      display: none; }
  .fv__en {
    font-family: "Lora", sans-serif;
    position: absolute;
    left: -63px;
    bottom: 34px;
    font-size: 12px;
    transform-origin: right bottom;
    transform: rotate(90deg); }
  @media screen and (max-width: 768px) {
    .fv {
      padding: 90px 0 73px; }
      .fv__inner {
        display: flex;
        flex-direction: column;
        padding: 0 15px; }
      .fv__img {
        margin-bottom: 51px; }
        .fv__img img {
          width: 100%;
          height: calc(100vh - 360px);
          object-fit: cover; }
      .fv__en {
        position: static;
        transform: none;
        margin-bottom: 31px; }
      .fv__catch {
        position: static; }
        .fv__catch svg {
          width: 262px; }
        .fv__catch--pc {
          display: none; }
        .fv__catch--sp {
          display: block; } }

.pnkz-es {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 1.6; }
  @media screen and (min-width: 1025px) {
    .pnkz-es a:hover {
      color: #7CAB60; } }
  .pnkz-es__item {
    padding-right: 20px;
    position: relative; }
    .pnkz-es__item:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      top: 50%;
      right: 12px;
      border: solid #383838;
      border-width: 1px 1px 0 0;
      transform: rotate(45deg) translateY(-110%); }
    .pnkz-es__item:last-child {
      padding-right: 0; }
      .pnkz-es__item:last-child:before {
        display: none; }
  @media screen and (max-width: 768px) {
    .pnkz-es {
      order: -1;
      justify-content: flex-start;
      margin: 0 0 10px -.25em; } }

.about {
  padding: 107px 0 130px; }
  .about__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2));
    display: flex; }
    @media screen and (max-width: 768px) {
      .about__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .about__cont {
    width: calc(50% - 35px); }
  .about__img {
    width: calc(50% - 30px);
    margin: 148px 0 0 auto; }
    .about__img img {
      width: calc(50vw - 30px); }
  .about__ttl-en {
    font-family: "Lora", sans-serif;
    font-size: 55px;
    line-height: 1.2; }
  .about__ttl-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8; }
  .about__ttl-en + .about__ttl-ja {
    margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .about__ttl-en {
      font-size: 50px; }
    .about__ttl-en + .about__ttl-ja {
      margin-top: 54px; } }
  .about__ttl-ja {
    margin-bottom: 64px; }
  .about__txt {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px; }
    .about__txt + .about__txt {
      margin-top: 25px; }
  @media screen and (max-width: 768px) {
    .about {
      padding: 29px 0 80px; }
      .about__inner {
        display: block; }
      .about__cont {
        width: 100%; }
      .about__ttl-ja {
        margin-bottom: 29px; }
      .about__txt {
        line-height: 30px; }
        .about__txt + .about__txt {
          margin-top: 17px; }
      .about__img {
        width: 100%;
        margin: 36px 0 0; }
        .about__img img {
          width: auto;
          max-width: 100%; } }

.htu {
  background: #EFEFEF;
  padding: 112px 0 110px; }
  .htu__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2)); }
    @media screen and (max-width: 768px) {
      .htu__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .htu__ttl-en {
    font-family: "Lora", sans-serif;
    font-size: 55px;
    line-height: 1.2; }
  .htu__ttl-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8; }
  .htu__ttl-en + .htu__ttl-ja {
    margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .htu__ttl-en {
      font-size: 50px; }
    .htu__ttl-en + .htu__ttl-ja {
      margin-top: 54px; } }
  .htu__ttl-ja {
    margin-bottom: 29px; }
  .htu__block {
    display: flex;
    justify-content: space-between; }
    .htu__block + .htu__block {
      margin-top: 100px; }
    @media screen and (min-width: 768px) {
      .htu__block:nth-child(even) .htu__block-cont {
        order: 1;
        width: 46.6%; }
      .htu__block:nth-child(even) .htu__num:before {
        left: auto;
        right: 0; }
      .htu__block:nth-child(even) .htu__img-label {
        margin-left: 0; }
      .htu__block:nth-child(even) .htu__img-small {
        margin: -3px -21.5% 0 auto; } }
  .htu__block-cont {
    width: 46%;
    margin-top: 57px; }
  .htu__num {
    font-family: "Lora", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 25px; }
    .htu__num:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 120%;
      height: 1px;
      background: #383838;
      transform-origin: left center;
      transform: scaleX(0);
      transition: 1.2s ease .3s; }
  .is-animated .htu__num:before {
    transform: scaleX(1); }
  .htu__name {
    display: flex;
    align-items: center;
    margin-bottom: 45px; }
    .htu__name-en {
      font-family: "Lora", sans-serif;
      font-size: 30px;
      line-height: 1.2;
      display: inline-block;
      margin-right: 14px; }
    .htu__name-ja {
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
      font-size: 15px;
      line-height: 1.6;
      display: inline-block;
      margin-top: 11px; }
  .htu__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px; }
  .htu__img {
    width: 47.8%;
    position: relative; }
    .htu__img img {
      max-width: 100%; }
    .htu__img-label {
      width: fit-content;
      margin: 13px 0 0 auto;
      position: relative;
      text-align: right;
      font-family: "Lora", sans-serif;
      font-size: 12px;
      line-height: 1.2;
      padding-left: 30px; }
      .htu__img-label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 24px;
        height: 1px;
        background: #383838;
        transform: translateY(-50%); }
    .htu__img-small {
      margin: -3px 0 0 -28.4%;
      width: fit-content;
      visibility: hidden; }
  .is-animated .htu__img-small {
    visibility: visible;
    animation: fadeIn .6s linear both 1s; }
  @media screen and (max-width: 1200px) {
    .htu__img {
      width: 45%; }
      .htu__img-small {
        margin-left: -11%;
        max-width: 45%; }
    .htu__block:nth-child(even) .htu__img-small {
      margin-right: -11%; } }
  @media screen and (max-width: 768px) {
    .htu {
      padding: 82px 0 80px; }
      .htu__ttl-ja {
        margin-bottom: 49px; }
      .htu__block {
        display: block; }
        .htu__block + .htu__block {
          margin-top: 61px; }
      .htu__block-cont {
        width: 100%;
        margin-top: 0; }
      .htu__name {
        margin-bottom: 36px; }
      .htu__txt {
        line-height: 2; }
      .htu__img {
        width: 100%;
        margin-top: 30px; }
        .htu__img-label {
          display: none; }
        .htu__img-small {
          margin: 10px 0 0 auto !important;
          max-width: 228px; } }

.lineup {
  padding: 132px 0 130px; }
  .lineup__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2)); }
    @media screen and (max-width: 768px) {
      .lineup__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .lineup__ttl-en {
    font-family: "Lora", sans-serif;
    font-size: 55px;
    line-height: 1.2; }
  .lineup__ttl-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8; }
  .lineup__ttl-en + .lineup__ttl-ja {
    margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .lineup__ttl-en {
      font-size: 50px; }
    .lineup__ttl-en + .lineup__ttl-ja {
      margin-top: 54px; } }
  .lineup__ttl-ja {
    margin-bottom: 42px; }
  .lineup__top-txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px; }
  .lineup__top {
    padding-bottom: 66px;
    margin-bottom: 86px;
    border-bottom: solid 1px #707070; }
  .lineup__block + .lineup__block {
    margin-top: 121px; }
  .lineup__num {
    font-family: "Lora", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px; }
    .lineup__num:before {
      content: "";
      width: 30px;
      height: 1px;
      background: #383838;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .lineup__name {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 31px; }
  .lineup__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 45px; }
  .lineup__carousel {
    margin-bottom: 94px; }
  .lineup__info {
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px; }
  .lineup__label {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 17px;
    line-height: 1.8; }
  .lineup__price {
    width: 48%; }
    .lineup__price-main {
      margin-top: 9px; }
    .lineup__price-num {
      font-family: "Lora", sans-serif;
      font-size: 30px;
      line-height: 1.2;
      display: inline-block;
      margin-right: 4px; }
    .lineup__price-sub {
      font-size: 17px;
      line-height: 1.4; }
    .lineup__price-notes {
      display: block;
      margin-top: 17px;
      font-size: 13px;
      line-height: 25px; }
  .lineup__color {
    max-width: 45%; }
    .lineup__color-list {
      margin-top: 10px;
      display: flex;
      gap: 10px 15px; }
      .lineup__color-list-item {
        width: 32px;
        height: 32px;
        background: #ccc;
        border-radius: 50%; }
  .lineup__type {
    width: 100%; }
    .lineup__type-wrap {
      margin-top: 7px; }
    .lineup__type-label {
      background: #E5E7E8;
      padding: 10px 30px 7px;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
      font-size: 12px;
      line-height: 1.6; }
      .lineup__type-label-en {
        font-family: "Lora", sans-serif;
        font-size: 15px;
        line-height: 1.2;
        display: inline-block;
        margin-right: 11px; }
    .lineup__type-table {
      width: 100%;
      border: solid 1px #E5E7E8;
      border-top: 0;
      font-size: 13px;
      line-height: 25px; }
      .lineup__type-table td {
        padding: 4px 9px; }
        .lineup__type-table td:first-child {
          padding-left: 29px; }
        .lineup__type-table td:last-child {
          padding-right: 29px; }
      .lineup__type-table tr:first-child td {
        padding-top: 15px; }
      .lineup__type-table tr:last-child td {
        padding-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .lineup__type-table {
          display: table !important; } }
  @media screen and (max-width: 768px) {
    .lineup {
      padding: 82px 0 80px; }
      .lineup__top {
        padding-bottom: 49px;
        margin-bottom: 60px; }
      .lineup__block + .lineup__block {
        margin-top: 99px; }
      .lineup__name {
        margin-bottom: 23px; }
      .lineup__txt {
        text-align: left;
        margin-bottom: 29px; }
      .lineup__carousel {
        margin-bottom: 78px; }
      .lineup__info {
        display: block; }
      .lineup__label {
        font-size: 15px; }
      .lineup__price {
        width: 100%; }
        .lineup__price-main {
          margin-top: 5px; }
        .lineup__price-num {
          font-size: 25px;
          margin-right: 3px; }
        .lineup__price-sub {
          font-size: 15px; }
        .lineup__price-notes {
          margin-top: 12px; }
      .lineup__color {
        max-width: none;
        margin-top: 26px; }
        .lineup__color-list {
          margin-top: 4px; }
      .lineup__type {
        margin-top: 34px; }
        .lineup__type-wrap {
          margin-top: 4px; }
        .lineup__type-label {
          padding-left: 15px;
          padding-right: 55px;
          position: relative; }
        .lineup__type-state {
          position: absolute;
          width: 20px;
          height: 20px;
          top: 50%;
          right: 22px;
          transform: translateY(-50%); }
          .lineup__type-state:before, .lineup__type-state:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #383838;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: .2s ease; }
          .lineup__type-state:after {
            transform: translate(-50%, -50%) rotate(90deg); }
          .lineup__type-state.is-active:after {
            transform: translate(-50%, -50%);
            opacity: 0; }
        .lineup__type-table, .lineup__type-table * {
          display: block; }
        .lineup__type-table td {
          padding: 14px 15px 13px !important;
          border-top: solid 1px #E5E7E8; } }

.bnr-contact a {
  display: block;
  padding: 86px 0 88px;
  color: #fff;
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 1025px) {
    .bnr-contact a:hover .bnr-contact__img img {
      transform: scale(1.05); } }
.bnr-contact__inner {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1110px + (40px * 2)); }
  @media screen and (max-width: 768px) {
    .bnr-contact__inner {
      padding-right: 15px;
      padding-left: 15px; } }
.bnr-contact__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden; }
  .bnr-contact__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease; }
.bnr-contact__ttl {
  text-align: center;
  margin-bottom: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  color: #fff; }
  .bnr-contact__ttl-inner {
    border-bottom: solid 1px #fff; }
.bnr-contact__txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #fff; }
@media screen and (max-width: 768px) {
  .bnr-contact a {
    padding: 62px 0 59px; }
  .bnr-contact__ttl {
    margin-bottom: 40px;
    font-size: 30px; }
    .bnr-contact__ttl-inner {
      padding: 0 2px 6px; }
  .bnr-contact__txt {
    line-height: 28px; } }

.option {
  padding: 132px 0 130px; }
  .option__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2)); }
    @media screen and (max-width: 768px) {
      .option__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .option__ttl-en {
    font-family: "Lora", sans-serif;
    font-size: 55px;
    line-height: 1.2; }
  .option__ttl-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8; }
  .option__ttl-en + .option__ttl-ja {
    margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .option__ttl-en {
      font-size: 50px; }
    .option__ttl-en + .option__ttl-ja {
      margin-top: 54px; } }
  .option__ttl-ja {
    margin-bottom: 42px; }
  .option__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    max-width: 895px; }
  .option__detail {
    margin-top: 28px;
    font-size: 13px;
    line-height: 2; }
    .option__detail-ttl {
      font-weight: bold;
      border-bottom: solid 1px #383838;
      line-height: 1.6;
      margin-bottom: 15px;
      padding-bottom: 4px; }
    .option__detail-item + .option__detail-item {
      margin-top: 12px; }
    .option__detail-item-ttl {
      font-weight: bold; }
  .option__img img {
    max-width: 100%; }
  .option--1 .option__img {
    margin-top: 49px; }
  .option--2 {
    padding: 113px 0 110px;
    background: #EFEFEF; }
    .option--2 .option__inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .option--2 .option__cont {
      width: 46.5%; }
    .option--2 .option__img {
      width: 47.7%; }
      .option--2 .option__img img {
        width: 100%; }
  @media screen and (max-width: 768px) {
    .option {
      padding: 82px 0 80px; }
      .option__inner {
        display: block; }
      .option--1 .option__img {
        margin-top: 39px; }
      .option--2 {
        padding: 72px 0 80px; }
        .option--2 .option__inner {
          display: block; }
        .option--2 .option__cont {
          width: 100%; }
        .option--2 .option__img {
          width: 100%;
          margin-top: 30px; } }

.gallery {
  padding: 132px 0 139px; }
  .gallery__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2)); }
    @media screen and (max-width: 768px) {
      .gallery__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .gallery__ttl-en {
    font-family: "Lora", sans-serif;
    font-size: 55px;
    line-height: 1.2; }
  .gallery__ttl-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8; }
  .gallery__ttl-en + .gallery__ttl-ja {
    margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .gallery__ttl-en {
      font-size: 50px; }
    .gallery__ttl-en + .gallery__ttl-ja {
      margin-top: 54px; } }
  .gallery__ttl-en {
    text-align: center;
    margin-bottom: 82px; }
  @media screen and (max-width: 768px) {
    .gallery {
      padding: 82px 0 75px; }
      .gallery__ttl-en {
        margin-bottom: 42px; } }

.contact {
  background: #EFEFEF;
  padding: 122px 0 121px; }
  .contact__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2)); }
    @media screen and (max-width: 768px) {
      .contact__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .contact__ttl-en {
    font-family: "Lora", sans-serif;
    font-size: 55px;
    line-height: 1.2; }
  .contact__ttl-ja {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-size: 25px;
    line-height: 1.8; }
  .contact__ttl-en + .contact__ttl-ja {
    margin-top: 73px; }
  @media screen and (max-width: 768px) {
    .contact__ttl-en {
      font-size: 50px; }
    .contact__ttl-en + .contact__ttl-ja {
      margin-top: 54px; } }
  .contact__ttl-en {
    text-align: center;
    margin-bottom: 56px; }
  .contact__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 61px; }
  .contact__label {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", メイリオ, Meiryo, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.8;
    text-align: center; }
    .contact__label-icn {
      margin-right: 10px;
      vertical-align: -1px; }
  .contact__tel {
    margin-bottom: 120px; }
    .contact__tel-box {
      background: #fff;
      max-width: 650px;
      margin: 21px auto 0;
      text-align: center;
      padding: 30px 20px 28px; }
    .contact__tel-num {
      font-family: "Lora", sans-serif;
      font-weight: normal;
      font-size: 45px; }
    .contact__tel-icn {
      margin-right: 3px;
      vertical-align: -4px; }
    .contact__tel-time {
      font-size: 15px;
      line-height: 1.5;
      margin-top: 12px;
      padding-left: 45px; }
  @media screen and (max-width: 768px) {
    .contact {
      padding: 82px 0 50px; }
      .contact__ttl-en {
        margin-bottom: 16px; }
      .contact__txt {
        margin-bottom: 41px; }
      .contact__label {
        font-size: 20px; }
        .contact__label-icn {
          margin: 0 6px 0 -7px;
          vertical-align: -2px; }
      .contact__tel {
        margin-bottom: 56px; }
        .contact__tel-box {
          background: none;
          padding: 0;
          margin-top: 12px; }
        .contact__tel-num {
          font-size: 35px; }
          .contact__tel-num a {
            color: #fff;
            background: #7CAB60;
            display: block;
            padding: 26px 0 23px 0; }
        .contact__tel-icn {
          width: 35px;
          margin: 0 -1px 0 -10px;
          vertical-align: -9px; }
          .contact__tel-icn path {
            fill: #fff; }
        .contact__tel-time {
          padding: 0;
          margin-top: 17px; } }

.form {
  margin-top: 39px;
  background: #fff;
  padding: 73px 0 80px; }
  .form button {
    transition: .25s ease; }
    .form button:focus {
      outline: 0; }
    .form button:focus-visible {
      outline: solid 1px #c2c2c2; }
  .form__inner {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1110px + (40px * 2));
    max-width: calc(710px + (20px * 2)); }
    @media screen and (max-width: 768px) {
      .form__inner {
        padding-right: 15px;
        padding-left: 15px; } }
  .form__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 46px; }
  .form__row {
    position: relative;
    padding: 16px 0 14px;
    border-bottom: solid 1px #B1B1B1; }
    .form__row:first-child {
      padding-top: 0; }
  .form__item {
    max-width: 100%; }
  .form__label {
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 9px; }
    .form__label-rec {
      display: inline-block;
      font-size: 12px;
      margin-left: 11px;
      vertical-align: 1px; }
  .form__input {
    padding: 14px 20px;
    width: 100%;
    height: 60px;
    background: #F5F5F5;
    border: solid 1px #F5F5F5;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.6; }
    .form__input::placeholder {
      color: #909090; }
    .form__input:focus, .form__input:focus-visible {
      outline: solid 1px #c2c2c2; }
    .form__input--textarea {
      height: 282px; }
    .form__input.is-error {
      border-color: #f79186; }
  .form__inner-row + .form__inner-row {
    margin-top: 11px; }
  .form__label + .form__inner-row {
    margin-top: 3px; }
  .form__zip {
    display: flex; }
    .form__zip1 {
      width: 140px; }
    .form__zip2 {
      width: 200px; }
    .form__zip-hyphen {
      margin: 21px 4px 0;
      font-size: 20px; }
    .form__zip-btn {
      margin-left: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 15px;
      background: #fff;
      width: 190px;
      height: 60px;
      border-radius: 3px;
      border: 1px solid #383838; }
      @media screen and (min-width: 1025px) {
        .form__zip-btn:hover {
          background: #7CAB60;
          border-color: #7CAB60;
          color: #fff; } }
  .form__address1 {
    width: 363px; }
  .form__action {
    margin-top: 60px; }
  .form__submit {
    margin: 0 auto;
    border: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    height: 60px;
    background: #7CAB60;
    font-size: 15px;
    color: #fff !important; }
    @media screen and (min-width: 1025px) {
      .form__submit:hover {
        background: #66932e; } }
  .form__back {
    text-align: center;
    margin-bottom: 35px; }
    .form__back a {
      text-decoration: underline; }
  .form__err, .form__btn-err {
    display: none;
    color: #ce4030;
    font-size: 13px;
    line-height: 1.5; }
  .form__err {
    margin-top: 7px; }
  .form__btn-err {
    text-align: center;
    margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .form {
      margin-top: 36px;
      padding: 35px 0 80px; }
      .form__txt {
        margin-bottom: 41px; }
      .form__row {
        padding: 12px 0; }
      .form__zip {
        flex-wrap: wrap;
        gap: 10px 0; }
        .form__zip1 {
          max-width: calc(40% - 10px); }
        .form__zip2 {
          max-width: calc(60% - 10px); }
        .form__zip-hyphen {
          font-size: 12px; }
        .form__zip-btn {
          margin: 0 0 10px;
          width: 100%; }
      .form__submit {
        width: 400px; } }

.confirm, .complete {
  padding-top: 170px; }
  .confirm .contact__label, .complete .contact__label {
    margin-bottom: 35px; }
  .confirm .form__txt, .complete .form__txt {
    text-align: center; }
  .confirm .form__label, .complete .form__label {
    color: #acacac; }
  .confirm .form__inner-row .form__label, .complete .form__inner-row .form__label {
    font-size: 13px;
    margin-bottom: 4px; }
    .confirm .form__inner-row .form__label:before, .complete .form__inner-row .form__label:before {
      content: "-";
      display: inline-block;
      margin-right: .25em; }
  .confirm .form__item, .complete .form__item {
    width: auto !important; }
  .confirm .form__confirm, .complete .form__confirm {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px; }
  .confirm .form__zip, .complete .form__zip {
    align-items: center; }
    .confirm .form__zip-hyphen, .complete .form__zip-hyphen {
      margin: 0 2px;
      font-size: 10px; }
  @media screen and (max-width: 768px) {
    .confirm, .complete {
      padding-top: 120px; }
      .confirm__txt, .complete__txt {
        text-align: left; } }

.complete .form__txt {
  text-align: left; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(8px); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(8px); }
  100% {
    opacity: 1;
    filter: none;
    transform: none; } }
.eachTextAnime *, .eachTextAnime2 * {
  display: inline-block;
  visibility: hidden; }
.eachTextAnime.is-animated *, .eachTextAnime2.is-animated * {
  visibility: visible;
  animation: fadeInBlur .6s linear both; }

.fadeAnime, .fadeAnime2, .fadeAnime3 {
  visibility: hidden; }
  .fadeAnime.is-animated, .fadeAnime2.is-animated, .fadeAnime3.is-animated {
    visibility: visible;
    animation: fadeIn .6s ease both .3s; }

.fadeAnime2.is-animated {
  animation-delay: .5s; }

.fadeAnime3.is-animated {
  animation-delay: .8s; }

/*# sourceMappingURL=euro-storage.css.map */
