@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1374px) {
  html {
    font-size: 1.1644832606vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.l-camp {
  margin-top: 10.4166666667vw;
}

.l-feature {
  margin-bottom: 50px;
  /*margin-bottom: 3.125rem;*/
  margin-top: 150px;
  /*margin-top: 9.375rem;*/
}
@media screen and (max-width: 750px) {
  .l-feature {
    margin-bottom: 7.7333333333vw;
  }
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1374px;
  padding-left: 25px;
  /*padding-left: 1.5625rem;*/
  padding-right: 25px;
  /*padding-right: 1.5625rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-inner {
    /*padding-left: 1.25rem;
    padding-right: 1.25rem;*/
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-main {
  padding-top: 80px;
  /*padding-top: 5rem;*/
}
@media screen and (max-width: 750px) {
  .l-main {
    padding-top: 14.6666666667vw;
  }
}

.c-btn {
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  /*font-size: 1rem;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  /*max-width: 31.25rem;*/
  padding: 42px 75px 42px 50px;
  /*padding: 2.625rem 4.6875rem 2.625rem 3.125rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-btn {
    max-width: 77.3333333333vw;
    padding: 6.1333333333vw 4vw 6.1333333333vw 6.6666666667vw;
  }
}

.c-btn span {
  font-size: 16px;
  /*font-size: 1rem;*/
  line-height: 1;
  margin-left: 130px;
  /*margin-left: 8.125rem;*/
}
@media screen and (max-width: 750px) {
  .c-btn span {
    font-size: 3.7333333333vw;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

.c-btn > img {
  height: 7px;
  /*height: 0.4375rem;*/
  width: 23px;
  /*width: 1.4375rem;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .c-btn > img {
    height: 2.4vw;
    width: 8vw;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover img {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.c-more-btn {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(17.504px, 17.184px + 0.04vw, 18px);
  /*font-size: clamp(1.094rem, 1.074rem + 0.04vw, 1.125rem);*/
  letter-spacing: 0.1em;
  line-height: 1;
  max-width: 110px;
  /*max-width: 6.875rem;*/
  padding: 0.46875vw 0.5208333333vw;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-more-btn {
    font-size: 3.7333333333vw;
    max-width: 23.2vw;
    padding: 2vw 2.4vw;
  }
}

.c-more-btn::after {
  background-image: url(../img/common/icon_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 7px;
  /*height: 0.4375rem;*/
  margin-left: 10px;
  /*margin-left: 0.625rem;*/
  width: 23px;
  /*width: 1.4375rem;*/
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .c-more-btn::after {
    height: 1.4666666667vw;
    width: 4.9333333333vw;
  }
}

@media (any-hover: hover) {
  .c-more-btn:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.c-more-btn.c-more-btn--white {
  background-color: #fff;
  border-radius: 0.5rem;
  color: #1A1C20;
  font-size: 16px;
  /*font-size: 1rem;*/
  font-weight: 500;
  height: 36px;
  /*height: 2.25rem;*/
}
@media screen and (max-width: 750px) {
  .c-more-btn.c-more-btn--white {
    font-size: 3.7333333333vw;
    height: unset;
    max-width: 21.3333333333vw;
    padding: 2vw 2.4vw;
    padding: 2.8vw 2vw;
  }
}

.c-more-btn.c-more-btn--white::after {
  background-image: url(../img/common/icon_arrow_bk.png);
}
@media screen and (max-width: 750px) {
  .c-more-btn.c-more-btn--white::after {
    height: 1.4666666667vw;
    width: 4.9333333333vw;
  }
}

.c-more-btn.c-more-btn--beige {
  background-color: #F4E6D4;
  border-radius: 0.5rem;
  color: #000000;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 16px;
  /*font-size: 1rem;*/
  height: 40px;
  /*height: 2.5rem;*/
  letter-spacing: 0;
  min-width: 170px;
  /*min-width: 10.625rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-more-btn.c-more-btn--beige {
    font-size: 3.7333333333vw;
    height: unset;
    max-width: 38.4vw;
    min-width: 38.4vw;
    padding: 2vw 2.4vw;
    padding: 2.8vw 2vw;
  }
}

.c-more-btn.c-more-btn--beige::after {
  background-image: url(../img/common/icon_arrow_bk.png);
  margin-left: 0;
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .c-more-btn.c-more-btn--beige::after {
    height: 1.4666666667vw;
    margin-left: 2.6666666667vw;
    width: 4.9333333333vw;
  }
}

.c-sec-ttl {
  color: #001468;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 50px;
  /*font-size: 3.125rem;*/
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-sec-ttl {
    font-size: 8vw;
  }
}

.c-ttl {
  color: #001468;
  display: inline-block;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 2.6041666667vw;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .c-ttl {
    font-size: 8vw;
  }
}

.c-ttl::after {
  background: #F4E6D4;
  content: "";
  display: block;
  height: 10px;
  /*height: 0.625rem;*/
  margin-top: 10px;
  /*margin-top: 0.625rem;*/
  width: 70px;
  /*width: 4.375rem;*/
}
@media screen and (max-width: 750px) {
  .c-ttl::after {
    height: 1.3333333333vw;
    width: 13.3333333333vw;
  }
}

.p-camp-list {
  position: relative;
  z-index: 1;
}

.p-camp-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-camp-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-camp-list__item:last-child {
  margin-top: 3.6458333333vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-camp-list__item:last-child {
    margin-top: 13.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-camp-list__img {
  max-width: 33.8541666667vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-camp-list__img {
    min-width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .p-camp-list__img {
    max-width: 86.6666666667vw;
    min-width: unset;
    width: 100%;
  }
}

.p-camp-list__item:last-child .p-camp-list__img {
  margin-left: 2.6041666667vw;
}
@media screen and (max-width: 750px) {
  .p-camp-list__item:last-child .p-camp-list__img {
    margin-left: 0;
  }
}

.p-camp-list__body {
  margin-left: 2.6041666667vw;
  max-width: 26.1458333333vw;
  width: 100%;
}
.nobutton{
  padding-bottom: 150px;
}
@media screen and (max-width: 750px){
  .nobutton{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-camp-list__body {
    margin-left: 0;
    max-width: 86.6666666667vw;
  }
}

.p-camp-list__item:last-child .p-camp-list__body {
  margin-left: 0;
}

.p-camp-list__ttl {
  color: #001468;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 40px;
  /*font-size: 2.5rem;*/
  line-height: 1;
  padding-bottom: 15px;
  /*padding-bottom: 0.9375rem;*/
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-camp-list__ttl {
    font-size: 6.6666666667vw;
    margin-top: 8vw;
    padding-bottom: 0;
    text-align: center;
  }
}
.p-camp-list__ttl::after {
  background: #001468;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: -26%;
  position: absolute;
  width: 370px;
}
@media screen and (max-width: 750px) {
  .p-camp-list__ttl::after {
    height: 13.3333333333vw;
    left: 50%;
    width: 0.0625rem;
    -webkit-transform: translateX(-50%);
    bottom: unset;
    top: -237%;
            transform: translateX(-50%);
    z-index: 1;
  }
}

.p-camp-list__item:last-child .p-camp-list__ttl {
  margin-right: 1em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .p-camp-list__item:last-child .p-camp-list__ttl {
    text-align: center;
  }
}

.p-camp-list__item:last-child .p-camp-list__ttl::after {
  left: unset;
  right: -38%;
}
@media screen and (max-width: 750px) {
  .p-camp-list__item:last-child .p-camp-list__ttl::after {
    height: 13.3333333333vw;
    left: 50%;
    /*width: 0.0625rem;*/
    width: 1px;
    -webkit-transform: translateX(-50%);
    bottom: unset;
    top: -237%;
            transform: translateX(-50%);
    z-index: 1;
  }
}

.p-camp-list__txt {
  font-size: 16px;
  /*font-size: 1rem;*/
  line-height: 1.875;
  margin-top: 1.5625vw;
}
.start-right{
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-camp-list__txt {
    font-size: 11px;
  }
  .start-right{
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .p-camp-list__txt {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    margin-top: 5.3333333333vw;
  }
}

.p-camp-list__btn {
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 750px) {
  .p-camp-list__btn {
    margin-inline: auto;
    margin-top: 5.3333333333vw;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .p-camp-list__btn > .c-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .p-camp-list__btn > .c-btn {
    margin-inline: auto;
  }
}

.p-camp-list__btn > .c-btn > span {
  margin-left: 6.5104166667vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1600px) {
  .p-camp-list__btn > .c-btn > span {
    margin-left: 0;
    text-align: center;
  }
}

.p-camp-list__item:last-child .p-camp-list__btn > .c-btn > span {
  margin-left: 5.2083333333vw;
}
@media screen and (max-width: 1600px) {
  .p-camp-list__item:last-child .p-camp-list__btn > .c-btn > span {
    margin-left: 0;
    text-align: center;
  }
}

.p-camp {
  background: #F4E6D4;
  padding: 5.2083333333vw 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-camp {
    padding: 13.3333333333vw 0;
  }
}

.p-camp__side {
  left: 0;
  position: absolute;
  top: 0;
  width: 11.3541666667vw;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .p-camp__side {
    width: 29.0666666667vw;
  }
}

.p-camp__inner {
  max-width: 1800px;
  /*max-width: 112.5rem;*/
}

.p-camp__ttl {
  position: relative;
  z-index: 1;
}

.p-camp__list {
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 750px) {
  .p-camp__list {
    margin-top: 13.3333333333vw;
  }
}

.p-feature {
  background-image: url(../img/top/feature_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 100px;
  /*padding-bottom: 6.25rem;*/
  padding-top: 100px;
  /*padding-top: 6.25rem;*/
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-feature {
    background-image: url(../img/top/feature_bg_sp.webp);
    height: auto;
    padding-bottom: 16vw;
    padding-top: 13.3333333333vw;
  }
}

.p-fearure__side {
  left: 0;
  position: absolute;
  top: 0;
  width: 105px;
  /*width: 6.5625rem;*/
}
@media screen and (max-width: 750px) {
  .p-fearure__side {
    max-width: 20vw;
  }
}

.p-feature__inner {
  max-width: 1250px;
  /*max-width: 78.125rem;*/
}

.p-feature-ttl {
  color: #fff;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 50px;
  /*font-size: 3.125rem;*/
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-feature-ttl {
    font-size: 8vw;
  }
}

.p-feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  /*margin-top: 4.375rem;*/
}
@media screen and (max-width: 750px) {
  .p-feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 9.3333333333vw;
  }
}

.p-feature__body {
  color: #fff;
  max-width: 534px;
  /*max-width: 33.375rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-feature__body {
    /*margin-top: -0.9375rem;*/
    margin-top: -15px;
    max-width: 650px;
    /*max-width: 40.625rem;*/
  }
}

.p-feature__body-ttl {
  /*border-bottom: none;*/
  display: block;
  font-size: 24px;
  /*font-size: 1.5rem;*/
  font-weight: 500;
  line-height: 1.6666666667;
  padding-bottom: 15px;
  /*padding-bottom: 0.9375rem;*/
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-feature__body-ttl {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__body-ttl {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 2.375rem;*/
    font-size: 38px;
    margin-inline: auto;
    padding-bottom: 0;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .p-feature__body-ttl {
    font-size: 4.8vw;
  }
}

.p-feature__body-ttl::after {
  background-color: #fff;
  bottom: -10%;
  content: "";
  display: block;
  height: 1px;
  /*height: 0.0625rem;*/
  left: 50%;
  max-width: 86.6666666667vw;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-feature__body-txt {
  font-size: 16px;
  /*font-size: 1rem;*/
  font-weight: 400;
  line-height: 1.875;
  margin-top: 20px;
  /*margin-top: 1.25rem;*/
}
@media screen and (max-width: 1024px) {
  .p-feature__body-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-feature__body-txt {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-top: 6.6666666667vw;
  }
}

.p-feature__img {
  margin-left: 65px;
  /*margin-left: 4.0625rem;*/
  max-width: 600px;
  /*max-width: 37.5rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-feature__img {
    margin-left: 0;
    /*margin-top: 1.5625rem;
    max-width: 40.625rem;*/
    margin-top: 25px;
    max-width: 650px;
  }
}

.p-feature__btn {
  bottom: -6%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-feature__btn {
    bottom: -3%;
  }
}

.p-feature__btn > .c-btn {
  width: 500px;
  /*width: 31.25rem;*/
}
@media screen and (max-width: 750px) {
  .p-feature__btn > .c-btn {
    width: 77.3333333333vw;
  }
}

.p-feature__btn > .c-btn span {
  margin-left: 70px;
  /*margin-left: 4.375rem;*/
}
@media screen and (max-width: 750px) {
  .p-feature__btn > .c-btn span {
    margin-left: 0;
    margin-right: 2vw;
  }
}

.p-footer-nav {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 40px auto 70px;
  /*margin: 2.5rem auto 4.375rem;*/
  max-width: 1080px;
  /*max-width: 67.5rem;*/
  padding: 15px 0;
  /*padding: 0.9375rem 0;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-footer-nav {
    display: none;
  }
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer-nav__item {
  margin: 0 15px;
  /*margin: 0 0.9375rem;*/
  position: relative;
}

.p-footer-nav__item::after {
  content: "";
  display: block;
  height: 16px;
  /*height: 1rem;*/
  left: -15px;
  /*left: -0.9375rem;*/
  position: absolute;
  top: 50%;
  width: 1px;
  /*width: 0.0625rem;*/
  -webkit-transform: translateY(-50%);
  background: #fff;
          transform: translateY(-50%);
}

.p-footer-nav__item:first-child::after {
  background: none;
}

.p-footer-nav__item > a {
  color: #fff;
  font-size: 14px;
  /*font-size: 0.875rem;*/
  padding: 5px 15px;
  /*padding: 0.3125rem 0.9375rem;*/
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-footer-nav__item > a:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.p-footer-nav__item > a > span {
  margin-right: 10px;
  /*margin-right: 0.625rem;*/
  width: 20px;
  /*width: 1.25rem;*/
}

@media (any-hover: hover) {
  .p-footer-nav__item > a:hover {
    opacity: 0.5;
  }
}
.p-footer__bg {
  background-image: url(../img/common/footer_01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  /*height: 23.75rem;*/
  padding: 3.6458333333vw 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-footer__bg {
    background-image: url(../img/common/footer_01_sp.webp);
    background-position-x: right;
    height: auto;
    padding: 13.3333333333vw 0;
  }
}

.p-footer__inner {
  max-width: 1120px;
  /*max-width: 70rem;*/
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    /*max-width: 35.1875rem;*/
    max-width: 563px;
    width: 100%;
  }
}

.p-footer__logo {
  width: 290px;
  /*width: 18.125rem;*/
}
@media screen and (max-width: 750px) {
  .p-footer__logo {
    width: 62.6666666667vw;
  }
}

.p-footer__logo > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__store-group {
  margin-left: 1.8229166667vw;
  width: 413px;
  /*width: 25.8125rem;*/
}
@media screen and (max-width: 750px) {
  .p-footer__store-group {
    margin-left: 0;
    margin-top: 6.9333333333vw;
    max-width: 74.6666666667vw;
    width: 100%;
  }
}

.p-footer__shop01 {
  display: block;
  width: 281px;
  /*width: 17.5625rem;*/
}
@media screen and (max-width: 750px) {
  .p-footer__shop01 {
    max-width: 74.6666666667vw;
    width: 100%;
  }
}

.p-footer__shop02 {
  display: block;
  width: 199px;
  /*width: 12.4375rem;*/
}
@media screen and (max-width: 750px) {
  .p-footer__shop02 {
    max-width: 52.8vw;
    width: 100%;
  }
}

.p-footer__store-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .p-footer__store-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6vw;
  }
}

.p-footer__link {
  background-color: transparent;
  border: #fff solid 1px;
  /*border: #fff solid 0.0625rem;*/
  border-radius: 0.3125rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 16px;
  /*font-size: 1rem;*/
  height: 60px;
  /*height: 3.75rem;*/
  line-height: 1.25;
  padding: 4px 15px;
  /*padding: 0.25rem 0.9375rem;*/
  width: 190px;
  /*width: 11.875rem;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  /*margin-left: 1.25rem;*/
}
@media screen and (max-width: 750px) {
  .p-footer__link {
    font-size: 3.7333333333vw;
    height: unset;
    line-height: 1;
    margin-left: 0;
    max-width: 75.0666666667vw;
    padding: 3.4666666667vw 2.6666666667vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    border-radius: 0.5rem;
            justify-content: center;
    margin-top: 2.6666666667vw;
  }
}

.p-footer__link::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 7px;
  /*height: 0.4375rem;*/
  margin-left: 15px;
  /*margin-left: 0.9375rem;*/
  width: 23px;
  /*width: 1.4375rem;*/
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  background-image: url(../img/common/icon_arrow.png);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .p-footer__link::after {
    height: 1.8666666667vw;
    margin-left: 6.6666666667vw;
    width: 6vw;
  }
}

@media (any-hover: hover) {
  .p-footer__link-03:hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.p-footer__copy {
  background-color: #000000;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  /*font-size: 0.75rem;*/
  height: 50px;
  /*height: 3.125rem;*/
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  .p-footer__copy {
    font-size: 2.9333333333vw;
    height: 13.3333333333vw;
  }
}

.p-footer__btn {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 50px;
  /*width: 3.125rem;*/
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .p-footer__btn {
    width: 13.3333333333vw;
  }
}

.p-header {
  background-color: #001468;
  height: 80px;
  /*height: 5rem;*/
}
@media screen and (max-width: 750px) {
  .p-header {
    height: 14.6666666667vw;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 10px 20px 25px;
  /*padding: 0 0.625rem 1.25rem 1.5625rem;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-header__inner {
    padding-bottom: 0;
    padding-left: 3.3333333333vw;
    padding-right: 0;
  }
}

.p-header__logo {
  display: inline-block;
  height: inherit;
  max-width: 420px;
  /*max-width: 26.25rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-header__logo {
    max-width: 45.3333333333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__link > span {
  color: #fff;
  font-size: 12px;
  /*font-size: 0.75rem;*/
  min-width: 143px;
  /*min-width: 8.9375rem;*/
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-header__link > span {
    display: none;
  }
}

.p-header__link > img {
  max-width: 259px;
  /*max-width: 16.1875rem;*/
  width: 100%;
  -o-object-fit: contain;
  margin-left: 0.78125vw;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-header__link > img {
    max-width: unset;
  }
}

.p-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 750px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
  position: relative;
}

.p-header__nav-item::after {
  background: #fff;
  content: "";
  display: block;
  height: 50px;
  /*height: 3.125rem;*/
  margin: 0 25px;
  /*margin: 0 1.5625rem;*/
  position: absolute;
  top: 50%;
  width: 1px;
  /*width: 0.0625rem;*/
  -webkit-transform: translateY(-50%);
  left: -25px;
  /*left: -1.5625rem;*/
          transform: translateY(-50%);
}

.p-header__nav-item:first-child::after,
.p-header__nav-item:last-child::after {
  display: none;
}

.p-header__nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 30px;
  /*padding: 0 1.875rem;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  color: #fff;
          flex-direction: column;
  font-size: 16px;
  /*font-size: 1rem;*/
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-header__nav-item:last-child > a {
  padding-right: 15px;
  /*padding-right: 0.9375rem;*/
}

.p-header__nav-item-en {
  display: block;
  font-size: 12px;
  /*font-size: 0.75rem;*/
  font-weight: 400;
  margin-top: 10px;
  /*margin-top: 0.625rem;*/
  opacity: 0.3;
}

.p-header__nav-item > a > span > img {
  height: 30px;
  /*height: 1.875rem;*/
  width: 30px;
  /*width: 1.875rem;*/
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-header__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__sns {
  position: absolute;
  right: 17.3333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p-header__sns > img {
    display: block;
    width: 6.6666666667vw;
  }
}

.p-header__hamburger {
  background-color: #1A1C20;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 14.6666666667vw;
  z-index: 999;
  -webkit-transition: 0.3s;
  display: none;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger span {
  position: relative;
  -webkit-transform: translateX(-50%);
  display: block;
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-of-type(1) {
  background-color: #fff;
  height: 3px;
  /*height: 0.1875rem;*/
  left: 50%;
  top: -1.6vw;
  width: 8.8vw;
}

.p-header__hamburger span:nth-of-type(2) {
  background-color: #fff;
  height: 3px;
  /*height: 0.1875rem;*/
  left: 59%;
  top: 0;
  width: 6.1333333333vw;
}

.p-header__hamburger span:nth-of-type(3) {
  color: #fff;
  font-size: 2.6666666667vw;
  left: 50%;
  line-height: 1;
  top: 2.1333333333vw;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(25deg);
          transform: translateX(-50%) rotate(25deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  top: -3px;
  /*top: -0.1875rem;*/
  width: 8.8vw;
  -webkit-transform: translateX(-50%) rotate(-25deg);
  left: 50%;
          transform: translateX(-50%) rotate(-25deg);
}

.p-header__drawer {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 13.3333333333vw;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 14.6666666667vw;
  width: 100%;
  z-index: 900;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  border-bottom: #001468 solid 1px;
  /*border-bottom: #001468 solid 0.0625rem;*/
  color: #001468;
  display: block;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 6.6666666667vw;
  padding: 15px 0;
  /*padding: 0.9375rem 0;*/
  padding-bottom: 6.6666666667vw;
}

.p-header__drawer-item:last-child a {
  border-bottom: none;
}

.p-header__drawer-bottom {
  background-color: #001468;
  margin: 6.6666666667vw calc(50% - 50vw) 0;
  padding: 20px 0;
  /*padding: 1.25rem 0;*/
}

.p-header__drawer-txt {
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
}

.p-header__drawer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.6666666667vw auto 0;
  width: 64.4vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*mv*/
.p-mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-mv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  background: #001468;
          justify-content: space-between;
  padding-right: 50px;
  /*padding-right: 3.125rem;*/
  padding-top: 30px;
  /*padding-top: 1.875rem;*/
  position: relative;
  width: 960px;
  /*width: 60rem;*/
}
@media screen and (max-width: 750px) {
  .p-mv__left {
    padding-right: 0;
    padding-top: 5.3333333333vw;
    width: 100%;
  }
}

.p-mv__left-txt {
  border-bottom: #fff solid 1px;
  /*border-bottom: #fff solid 0.0625rem;*/
  color: #fff;
  font-size: 16px;
  /*font-size: 1rem;*/
  left: 0;
  line-height: 1.75;
  padding-bottom: 5px;
  /*padding-bottom: 0.3125rem;*/
  position: absolute;
  text-align: right;
  top: 115px;
  /*top: 7.1875rem;*/
  width: 18.28125vw;
}
@media screen and (max-width: 1024px) {
  .p-mv__left-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-mv__left-txt {
    border: none;
    display: block;
    font-size: 3.7333333333vw;
    padding-top: 4.6666666667vw;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-mv__left-txt::after {
    background: #fff;
    bottom: -10px;
    /*bottom: -0.625rem;*/
    content: "";
    display: block;
    /*height: 0.0625rem;*/
    height: 1px;
    left: 0;
    max-width: 82.2666666667vw;
    position: absolute;
    width: 100%;
  }
}

.p-mv__left-side {
  margin-top: auto;
  width: 11.3020833333vw;
}
@media screen and (max-width: 750px) {
  .p-mv__left-side {
    width: 30.8vw;
  }
}

.p-mv__left__body {
  margin-top: 50px;
  /*margin-top: 3.125rem;*/
  padding-bottom: 50px;
  /*padding-bottom: 3.125rem;*/
}
@media screen and (max-width: 750px) {
  .p-mv__left__body {
    margin-top: 8vw;
    padding-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}

.p-mv__left-img {
  width: 27.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-mv__left-img {
    width: 64vw;
  }
}

.p-mv_left__shop {
  margin-top: 40px;
  /*margin-top: 2.5rem;*/
  width: 24.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-mv_left__shop {
    margin-top: 4.6666666667vw;
    width: 57.3333333333vw;
  }
}

.p-mv__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  background: #1A1C20;
          justify-content: space-between;
  padding-left: 50px;
  /*padding-left: 3.125rem;*/
  padding-top: 30px;
  /*padding-top: 1.875rem;*/
  position: relative;
  width: 900px;
  /*width: 56.25rem;*/
  /*animation: slideinLeft 3s infinite;*/
}
@media screen and (max-width: 750px) {
  .p-mv__right {
    padding-left: 0;
    padding-top: 5.6vw;
    width: 100%;
  }
}

.p-mv__right__body {
  margin-top: 50px;
  /*margin-top: 3.125rem;*/
  padding-bottom: 50px;
  /*padding-bottom: 3.125rem;*/
}
@media screen and (max-width: 750px) {
  .p-mv__right__body {
    margin-top: 8vw;
    padding-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}

.p-mv__right-txt {
  border-bottom: #fff solid 1px;
  /*border-bottom: #fff solid 0.0625rem;*/
  color: #fff;
  font-size: 16px;
  /*font-size: 1rem;*/
  line-height: 1.75;
  padding-bottom: 5px;
  /*padding-bottom: 0.3125rem;*/
  position: absolute;
  right: 0;
  text-align: left;
  top: 115px;
  /*top: 7.1875rem;*/
  width: 15.1041666667vw;
}
@media screen and (max-width: 1024px) {
  .p-mv__right-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-mv__right-txt {
    border: none;
    display: inline-block;
    font-size: 3.7333333333vw;
    padding-top: 4.6666666667vw;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-mv__right-txt::after {
    background: #fff;
    /*bottom: -0.625rem;*/
    bottom: -10px;
    content: "";
    display: block;
    /*height: 0.0625rem;*/
    height: 1px;
    max-width: 82.2666666667vw;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

.p-mv__right-img {
  width: 27.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-mv__right-img {
    width: 64vw;
  }
}

.p-mv_right__shop {
  margin-top: 28px;
  /*margin-top: 1.75rem;*/
  width: 18.9583333333vw;
}
@media screen and (max-width: 750px) {
  .p-mv_right__shop {
    margin-left: auto;
    margin-top: 4.6666666667vw;
    width: 46.6666666667vw;
  }
}

.p-mv__right-side {
  margin-top: auto;
  width: 11.25vw;
}
@media screen and (max-width: 750px) {
  .p-mv__right-side {
    width: 32.6666666667vw;
  }
}

.p-mv__side {
  position: relative;
  width: 60px;
  /*width: 3.75rem;*/
}
@media screen and (max-width: 750px) {
  .p-mv__side {
    display: none;
  }
}

.p-mv__scroll {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  bottom: 15%;
  color: #001468;
  font-size: 18px;
  /*font-size: 1.125rem;*/
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  text-orientation: mixed;
  text-transform: uppercase;
          writing-mode: vertical-rl;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-mv__scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #001468;
  left: 50%;
  top: 117%;
  /*top: 50%;*/
  width: 1px;
  /*width: 0.0625rem;*/
  height: 12.5vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  animation: scroll 3s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-sdgs {
  padding-top: 150px;
  /*padding-top: 9.375rem;*/
}
@media screen and (max-width: 750px) {
  .p-sdgs {
    padding-top: 13.3333333333vw;
  }
}

.p-sdgs__inner {
  max-width: 1250px;
  /*max-width: 78.125rem;*/
}

.p-sdgs__box {
  background: #F4E6D4;
  -webkit-box-shadow: 4px 4px 5px rgba(150, 150, 150, .65);
          box-shadow: 4px 4px 5px rgba(150, 150, 150, .65);
  padding: 70px 80px;
  /*padding: 4.375rem 5rem;*/
}
@media screen and (max-width: 750px) {
  .p-sdgs__box {
    padding: 10.6666666667vw 4.6666666667vw;
  }
}

.p-sdgs__img {
  margin-inline: auto;
  margin-top: 50px;
  /*margin-top: 3.125rem;*/
  max-width: 750px;
  /*max-width: 46.875rem;*/
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-sdgs__img {
    max-width: 36.25rem;
  }
}

.p-sdgs__img::before {
  background: #001468;
  content: "";
  display: block;
  height: 25px;
  /*height: 1.5625rem;*/
  left: 50%;
  position: absolute;
  top: -10%;
  width: 100px;
  /*width: 6.25rem;*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .65);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, .65);
}
@media screen and (max-width: 750px) {
  .p-sdgs__img::before {
    height: 4vw;
    top: -13%;
    width: 20vw;
  }
}

.p-sdgs__dec {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  /*margin-top: 2.5rem;*/
}
@media screen and (max-width: 750px) {
  .p-sdgs__dec {
    margin-top: 6.6666666667vw;
  }
}

.p-sdgs__heading {
  color: #001468;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.p-sdgs__icon{
  width: 95px;
  padding-right: 20px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-sdgs__heading {
    font-size: 16px;
  }
    .p-sdgs__icon{
      width: 40px;
      padding-right: 0;
      padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-sdgs__heading {
    font-size: 4.6666666667vw;
  }
  .p-sdgs__icon{
    width: 10.666666vw;
    padding-right: 1.3333vw;
    padding-left: 0;
  }
}

.p-sdgs__txt {
  font-size: 16px;
  /*font-size: 1rem;*/
  line-height: 1.875;
  padding-left: 0.7em;
}
@media screen and (max-width: 1024px) {
  .p-sdgs__txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-sdgs__txt {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}

.p-sns {
  padding: 7.8125vw 0;
}
@media screen and (max-width: 750px) {
  .p-sns {
    padding: 20vw 0;
  }
}

.p-sns__inner {
  max-width: 1200px;
  /*max-width: 75rem;*/
}

.p-sns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-sns__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-sns__img {
  width: 500px;
  height: 500px;
  border: 2px solid #001468;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sns__img iframe{
  width: 90%;
  height: 90%;
  display: block;
  border: none;
}
@media screen and (max-width: 750px) {
  .p-sns__img {
    margin-inline: auto;
    max-width: 86.6666666667vw;
    width: 86.6666666667vw;
    height: 86.6666666667vw;
  }
}

.p-sns__outer {
  display: contents;
}
@media screen and (max-width: 750px) {
  .p-sns__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 86.6666666667vw;
    width: 100%;
  }
}

.p-sns__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.5833333333vw;
  max-width: 502px;
  /*max-width: 31.375rem;*/
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-sns__body {
    margin-left: 0;
    margin-top: 8vw;
    max-width: 86.6666666667vw;
  }
}

.p-sns__txt {
  margin-top: 5.2083333333vw;
  max-width: 11.25vw;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-sns__txt {
    margin-top: 4vw;
    max-width: unset;
    width: 50.4vw;
  }
}

.p-sns__btn {
  margin-top: 2.6041666667vw;
}

@media screen and (max-width: 750px) {
  .p-sns__btn > .c-btn > span {
    margin-right: 5.3333333333vw;
  }
}

.p-sns__side {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #001468;
  font-size: 18px;
  /*font-size: 1.125rem;*/
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 2.34375vw;
  text-orientation: mixed;
  text-transform: uppercase;
  width: 18px;
  /*width: 1.125rem;*/
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .p-sns__side {
    font-size: 2.9333333333vw;
    margin-top: 8vw;
    white-space: nowrap;
    width: 2.9333333333vw;
  }
}

.p-sns__side::before {
  background: #001468;
  content: "";
  display: inline-block;
  height: 343px;
  /*height: 21.4375rem;*/
  margin-bottom: 1em;
  width: 1px;
  /*width: 0.0625rem;*/
  /*opacity: 0;
  animation: fadeDownAnime 0.5s ease forwards;*/
}
@media screen and (max-width: 750px) {
  .p-sns__side::before {
    height: 52.1333333333vw;
  }
}

.p-top-service {
  padding-top: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .p-top-service {
    padding-top: 20vw;
  }
}

@media screen and (max-width: 750px) {
  .p-top-service__inner {
    padding: 0 6vw 0 4vw;
  }
}

.p-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 750px) {
  .p-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8vw;
  }
}

/**left*/
.p-top-service__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 47.3958333333vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-service__left {
    max-width: unset;
  }
}

.p-top-service__side {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 18px;
  /*font-size: 1.125rem;*/
  left: 32.3%;
  letter-spacing: 0.1em;
  position: absolute;
  text-orientation: mixed;
  text-transform: uppercase;
  top: -15%;
          writing-mode: vertical-rl;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .p-top-service__side {
    color: #001468;
    font-size: 2.9333333333vw;
    line-height: 1;
    position: static;
    white-space: nowrap;
    width: 2.9333333333vw;
  }
}

.p-top-service__side::before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 20.8333333333vw;
  margin-bottom: 1em;
  width: 1px;
  /*width: 0.0625rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-service__side::before {
    background: #001468;
    height: 95.7333333333vw;
  }
}

.p-top-service__side-content {
  background: #001468;
  height: 51.40625vw;
  margin-top: -5.9895833333vw;
  width: 23.9583333333vw;
}
@media screen and (max-width: 750px) {
  .p-top-service__side-content {
    height: 117.6vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0;
    min-width: 41.8666666667vw;
    width: 41.8666666667vw;
  }
}

.p-top-service__side-content > img {
  aspect-ratio: 105/832;
  width: 5.46875vw;
}
@media screen and (max-width: 750px) {
  .p-top-service__side-content > img {
    width: 14vw;
  }
}

.p-top-service__left-img-box {
  /*left: 46%;tk*/
  position: absolute;
  top: -160.5%;
  left: -10%;
  width: 25.5208333333vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-top-service__left-img-box {
    left: -28%;
    top: -73vw;
    width: 68vw;
  }
}

.p-top-service__left-img {
  position: relative;
}

@media (any-hover: hover) {
  .p-top-service__left-img:hover .c-more-btn::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.p-top-service__left-img-detail {
  position: relative;
}

.p-top-service_left-img-ttl {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 30px;
  /*font-size: 1.875rem;*/
  text-align: center;
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-service_left-img-ttl {
    font-size: 5.3333333333vw;
    padding: 6.6666666667vw;
  }
}

.p-top-service__left-btn {
  bottom: 15px;
  /*bottom: 0.9375rem;*/
  position: absolute;
  right: 15px;
  /*right: 0.9375rem;*/
}

.p-top-service__left-wrapper {
  padding-left: 35px;
  /*padding-left: 2.1875rem;*/
  width: 22.3958333333vw;
}
@media screen and (max-width: 750px) {
  .p-top-service__left-wrapper {
    padding-left: 4.6666666667vw;
    width: 100%;
  }
}

.p-top-service__left-txt {
  color: #001468;
  font-size: 18px;
  /*font-size: 1.125rem;*/
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.75;
  /*margin-top: 1.25rem;*/
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-top-service__left-txt {
    font-size: 2.9333333333vw;
  }
}

.p-top-service__sale {
  margin-top: auto;
  padding-bottom: 7.03125vw;
  width: 23.4375vw;
}
@media screen and (max-width: 750px) {
  .p-top-service__sale {
    padding-bottom: 2.6666666667vw;
    width: 100%;
  }
}

/* right */
.p-top-service__right {
  margin-left: 3.6458333333vw;
  max-width: 30.2083333333vw;
}
@media screen and (max-width: 750px) {
  .p-top-service__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: 8vw;
    max-width: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  .p-top-service__right-img-box {
    width: 82.6666666667vw;
  }
}

.p-top-service__right-img {
  position: relative;
}
.p-top-service__right-img > a{
  display: block;
}

.p-top-service__right-img > a > img {
  aspect-ratio: 620/171;
}

.p-top-service__right-img:not(:first-child) {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .p-top-service__right-img:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

.p-top-service__right-img-ttl {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  display: block;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 30px;
  /*font-size: 1.875rem;*/
  padding: 2.34375vw;
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-service__right-img-ttl {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}

.p-top-service__right-img-ttl-sub {
  display: block;
  font-family: "Noto Sans JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 18px;
  /*font-size: 1.125rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-service__right-img-ttl-sub {
    font-size: 3.4666666667vw;
  }
}

.p-top-service__right-btn {
  bottom: 15px;
  /*bottom: 0.9375rem;*/
  position: absolute;
  right: 15px;
  /*right: 0.9375rem;*/
  z-index: 1;
}
@media screen and (max-width: 1430px) {
  .p-top-service__right-btn {
    /*bottom: 0.625rem;*/
    bottom: 10px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-top-service__right-btn {
    /*right: 0.9375rem;*/
    right: 15px;
  }
}

@media (any-hover: hover) {
  .p-top-service__right-img > a:hover .c-more-btn::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.p-top-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    /*padding-right: 0.9375rem;*/
    padding-right: 15px;
  }
}

.p-top-shop-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 632px;
  /*width: 39.5rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.p-top-shop-list__item:first-child {
  position: relative;
}

.p-top-shop-list__item:last-child {
  margin-left: 65px;
  /*margin-left: 4.0625rem;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: -8vw;
    margin-left: 0;
    /*margin-top: 6.25rem;*/
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-shop-list__item:last-child {
    /*margin-top: 6.25rem;*/
    margin-top: 100px;
  }
}

.p-top-shop-list__side {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #001468;
  font-size: 18px;
  /*font-size: 1.125rem;*/
  letter-spacing: 0.1em;
  line-height: 1;
  text-orientation: mixed;
  text-transform: uppercase;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__side {
    font-size: 2.9333333333vw;
    line-height: 1;
    white-space: nowrap;
    width: 2.9333333333vw;
  }
}

.p-top-shop-list__side::before {
  background: #001468;
  content: "";
  display: inline-block;
  height: 310px;
  margin-bottom: 1em;
  width: 1px;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__side::before {
    height: 70vw;
  }
}

.p-top-shop-list__item:first-child .p-top-shop-list__side {
  margin-right: 60px;
  /*margin-right: 3.75rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:first-child .p-top-shop-list__side {
    margin-right: 2.6666666667vw;
  }
}

.p-top-shop-list__item:last-child .p-top-shop-list__side {
  margin-left: 50px;
  /*margin-left: 3.125rem;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__side {
    margin-left: 0;
    margin-right: 2.6666666667vw;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 90.6666666667vw;
  }
}

.p-top-shop-list__item:last-child .p-top-shop-list__side::before {
  height: 360px;
  /*height: 22.5rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__side::before {
    height: 80vw;
  }
}

.p-top-shop-list__bg {
  background-color: rgba(0, 20, 104, .2);
  height: 500px;
  /*height: 31.25rem;*/
  position: relative;
  width: 540px;
  /*width: 33.75rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__bg {
    height: 92vw;
    margin-bottom: 13.3333333333vw;
    width: 77.3333333333vw;
  }
}

.p-top-shop-list__item:last-child .p-top-shop-list__bg {
  background-color: rgba(26, 28, 32, .2);
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__bg {
    height: 100vw;
    margin-bottom: 34.6666666667vw;
    width: 77.3333333333vw;
  }
}

.p-top-shop-list__container {
  background-color: #001468;
  height: 500px;
  /*height: 31.25rem;*/
  left: 20px;
  /*left: 1.25rem;*/
  padding: 50px;
  /*padding: 3.125rem;*/
  position: absolute;
  top: 20px;
  /*top: 1.25rem;*/
  width: 540px;
  /*width: 33.75rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__container {
    height: 92vw;
    padding: 6.6666666667vw;
    width: 77.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-shop-list__container {
    left:15px;
    top:15px;
    /*left: 0.9375rem;
    top: 0.9375rem;*/
  }
}

.p-top-shop-list__item:last-child .p-top-shop-list__container {
  background-color: #1A1C20;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__container {
    height: 100vw;
    width: 77.3333333333vw;
  }
}

.p-top-shop-list__name {
  padding-bottom: 5px;
  /*padding-bottom: 0.3125rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__name {
    padding-bottom: 0;
  }
}

.p-top-shop-list__item:first-child .p-top-shop-list__name {
  border-bottom: 1px solid #fff;
  padding-bottom: 28px;
  /*padding-bottom: 1.75rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:first-child .p-top-shop-list__name {
    padding-bottom: 4vw;
  }
}

.p-top-shop-list__item:first-child .p-top-shop-list__name > img {
  width: 363px;
  /*width: 22.6875rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:first-child .p-top-shop-list__name > img {
    aspect-ratio: 460/40;
    width: 460px;
    /*width: 28.75rem;*/
  }
}

.p-top-shop-list__item:last-child .p-top-shop-list__name > img {
  width: 234px;
  /*width: 14.625rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__name > img {
    aspect-ratio: 400/68;
    width: 400px;
    /*width: 25rem;*/
  }
}

.p-top-shop-list__address {
  color: #fff;
  font-size: 16px;
  /*font-size: 1rem;*/
  letter-spacing: 0.025em;
  line-height: 1.8125;
  margin-top: 30px;
  /*margin-top: 1.875rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__address {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-top: 2.6666666667vw;
  }
}

.p-top-shop-list__tel {
  display: block;
  font-size: 28px;
  /*font-size: 1.75rem;*/
  margin-top: 10px;
  /*margin-top: 0.625rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__tel {
    font-size: 5.8666666667vw;
    margin-top: unset;
  }
}

.p-top-shop-list__tel > a {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__tel > a {
    pointer-events: auto;
  }
}

.p-top-shop-list__access {
  bottom: -97px;
  bottom: -20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 12%;
    right: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    bottom: -29%;
    left: 14%;
  }
}
@media screen and (max-width: 600px) {
  .p-top-shop-list__access {
    bottom: -32%;
  }
}

@media screen and (max-width: 750px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__access {
    bottom: -29%;
  }
}
@media screen and (max-width: 600px) {
  .p-top-shop-list__item:last-child .p-top-shop-list__access {
    bottom: -32%;
  }
}

.p-top-shop-list__item:first-child .p-top-shop-list__btn {
  color: navy;
}

.p-top-shop-list__item:first-child .p-top-shop-list__btn::after {
  background-image: url(../img/common/icon_arrow_navy.svg);
}

.p-top-shop-list__btn {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__btn {
    margin-top: 0;
  }
}

.p-top-shop-list__map {
  margin-left: 25px;
  /*margin-left: 1.5625rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__map {
    margin-left: 4.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}

.p-top-shop-list__map > iframe {
  height: 270px;
  /*height: 16.875rem;*/
  width: 410px;
  /*width: 25.625rem;*/
  -webkit-box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .6);
          box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .6);
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__map > iframe {
    height: 40vw;
    width: 66.6666666667vw;
  }
}

.p-top-shop-list__top {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  /*padding-bottom: 0.9375rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__top {
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 750px) {
  .p-top-shop-list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4vw;
    width: 100%;
  }
}

.p-top-shop-list__link {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.p-top-shop-list__top > .p-top-shop-list__link {
  letter-spacing: 0;
  margin-left: 1.3020833333vw;
  min-height: 40px;
  /*min-height: 2.5rem;*/
}

.p-top-shop-list__bottom > .p-top-shop-list__link {
  display: none;
  margin-left: 20px;
  /*margin-left: 1.25rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop-list__bottom > .p-top-shop-list__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-shop {
  padding-top: 100px;
  /*padding-top: 6.25rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop {
    padding-top: 20vw;
  }
}

.p-top-shop__inner {
  max-width: 1400px;
  /*max-width: 87.5rem;*/
}

.p-top-shop__list {
  margin-top: 70px;
  /*margin-top: 4.375rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-shop__list {
    margin-top: 8vw;
  }
}

.p-top-sports {
  padding-top: 200px;
  /*padding-top: 12.5rem;*/
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-sports {
    padding-top: 20vw;
  }
}

.p-top-sports__inner {
  padding-left: 15.8854166667vw;
}
@media screen and (max-width: 750px) {
  .p-top-sports__inner {
    padding: 0 4vw 0 4vw;
  }
}

.p--top-sports__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p--top-sports__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-top-sports__wrapper {
  display: contents;
}
@media screen and (max-width: 750px) {
  .p-top-sports__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-top-sports__ttl {
  left: 4%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-top-sports__ttl {
    margin-left: 0.7em;
    position: static;
  }
}

.p-top-sports__side {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  color: #001468;
  font-size: 18px;
  /*font-size: 1.125rem;*/
  letter-spacing: 0.1em;
  line-height: 1;
  text-orientation: mixed;
  text-transform: uppercase;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .p-top-sports__side {
    font-size: 2.9333333333vw;
    margin-right: 2.6666666667vw;
    white-space: nowrap;
    width: 2.9333333333vw;
  }
}

.p-top-sports__side::before {
  background: #001468;
  content: "";
  display: inline-block;
  height: 24.2708333333vw;
  margin-bottom: 1em;
  width: 1px;
  /*opacity: 0;
  animation: fadeDownAnime 0.5s ease forwards;*/
  /*width: 0.0625rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__side::before {
    height: 156.1333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-sports__side::before {
    height: 160vw;
  }
}
@media screen and (max-width: 375px) {
  .p-top-sports__side::before {
    height: 173.3333333333vw;
  }
}

.p-top-sports__txt-box {
  margin-left: 2.5vw;
  width: 597px;
  /*width: 37.3125rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__txt-box {
    margin-left: 1.1em;
    margin-top: 8vw;
    width: unset;
  }
}

.p-top-sports__ttl > span {
  background-color: #F4E6D4;
  color: #001468;
  display: block;
  font-family: "fot-chiaro-std", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 3.6458333333vw;
  line-height: 1;
  max-width: 39.5833333333vw;
  padding: 15px 15px;
  /*padding: 0.9375rem 0.9375rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__ttl > span {
    font-size: 8vw;
    /*max-width: 38.4375rem;*/
    max-width: 615px;
    /*padding: 0.9375rem 0.625rem;*/
    padding: 15px 10px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-top-sports__ttl > span {
    font-size: 7.7333333333vw;
    white-space: nowrap;
  }
}

.p-top-sports__ttl > span:first-child {
  max-width: 25vw;
  padding: 15px 15px;
  /*padding: 0.9375rem 0.9375rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__ttl > span:first-child {
    /*max-width: 24.625rem;*/
    max-width: 394px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-top-sports__ttl > span:first-child {
    max-width: 58.6666666667vw;
  }
}

.p-top-sports__ttl > span:last-child {
  margin-top: 30px;
  /*margin-top: 1.875rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__ttl > span:last-child {
    margin-top: 20px;
    /*margin-top: 1.25rem;*/
  }
}

.p-top-sports__txt {
  font-size: 1.3541666667vw;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 2em;
  margin-top: 7.7083333333vw;
  padding-top: 5.333333vw;
}
@media screen and (max-width: 750px) {
  .p-top-sports__txt {
    font-size: 4.5333333333vw;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
  }
}

.p-top-sports__heading {
  color: #001468;
  font-size: 2.2916666667vw;
  font-weight: 700;
  line-height: 1;
  margin-left: 1.2em;
  margin-top: 5px;
  /*margin-top: 0.625rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__heading {
    font-size: 8vw;
    margin-left: 0;
  }
}

.p-top-sports__btn {
  bottom: 6%;
  left: 39.8%;
  position: absolute;
  width: 500px;
  /*width: 31.25rem;*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-top-sports__btn {
    position: static;
    -webkit-transform: none;
    margin: 8vw 0 0;
    max-width: unset;
    text-align: center;
            transform: none;
    width: 100%;
  }
}

.p-top-sports__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.1666666667vw;
  max-width: 49.8958333333vw;
}
@media screen and (max-width: 750px) {
  .p-top-sports__img-box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 1.1em;
    max-width: unset;
  }
}

.p-top-sports__img {
  max-width: 460px;
  /*max-width: 28.75rem;*/
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-sports__img {
    margin-top: 8vw;
    max-width: 77.3333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .p-top-sports__img > img {
    aspect-ratio: 580/377;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-sports__img:last-child {
  margin-left: 40px;
  /*margin-left: 2.5rem;*/
}
@media screen and (max-width: 750px) {
  .p-top-sports__img:last-child {
    margin-left: 0;
    /*margin-top: 2.5rem;*/
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-mobile {
    display: block;
  }
}
.p-top-sports__list{
  margin: 40px 0 0 3em;
}
.p-top-sports__list ul{
  width: 455px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-top-sports__list ul li{
  width: 130px;
}
.p-top-sports__list ul li p{
  font-size: 16px;
  padding: 11px 0;
  text-align: center;
}
@media screen and (max-width: 750px){
  .p-top-sports__list{
    margin: 8.3333333vw 0 0 0;
  }
  .p-top-sports__list ul{
    width: 77.3333333333vw;
  }
  .p-top-sports__list ul li{
    width: 20vw;
  }
  .p-top-sports__list ul li p{
    font-size: 3.6458333333vw;
    padding: 0.7em 0;
  }
}
/*.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.fadeIn{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}*/
/*# sourceMappingURL=common.css.map */