@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

@media (max-width: 768px) {
  html {
    font-size: calc((10/750) * 100vw);
  }
}

a:hover {
  opacity: 0.8;
}

.sp {
  display: none;
}

.bodyfixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

header {
  font-weight: bold;
  width: 100%;
  /*height: 100vh;*/
  height: 124.9rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  header.category-header-container, header.page-header-conteiner {
    overflow: initial !important;
  }
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.header-content {
  position: absolute;
  top: 280px;
  left: 57%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
}

.curren {
  color: red !important;
}

.header-nav_container .spnavli, .header-nav_container .hamnav-sns {
  display: none;
}

.spnavi {
  display: none;
}

@media (max-width: 768px) {
  .header-nav_container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav_container ul li {
    position: relative;
  }
  .header-nav_container ul li::after {
    content: url(../image/ham-arrow.png);
    display: inline;
    position: absolute;
    top: 42%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    scale: .6;
  }
  .header-nav_container .pcnavli {
    display: none;
  }
  .header-nav_container .spnavli, .header-nav_container .hamnav-sns {
    display: inline-block;
  }
  .header-nav_container .hamnav-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem -1rem 10rem;
  }
  .header-nav_container .hamnav-sns img {
    padding: 0 1.5rem;
  }
  .header-sns {
    position: absolute;
    right: 0;
  }
  .header-sns.snsdel {
    display: none !important;
  }
  .header-nav {
    width: 100% !important;
    height: 100vh;
    background-color: rgba(67, 136, 217, 0.85);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden scroll;
  }
  .header-nav.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header-nav.open ul {
    margin: 12rem 0 0;
  }
  .header-nav.open li {
    border-top: solid 1px white;
    color: white !important;
    font-size: 20px !important;
  }
  .header-nav.open li:last-of-type {
    border-bottom: solid 1px white;
  }
  .header-nav.open li a {
    display: block;
    padding: 1rem 0 1rem 5rem !important;
  }
  .spnav {
    display: inline-block;
    width: 12rem;
    height: 12rem;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 2rem;
    z-index: 999;
    background: #FF5050;
    border-radius: 0 0 15px 15px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .spnav span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 65%;
    height: 4px;
    background: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .spnav span:nth-of-type(1) {
    top: 30%;
  }
  .spnav span:nth-of-type(2) {
    top: 50%;
  }
  .spnav span:nth-of-type(3) {
    top: 70%;
  }
  .spnav.active {
    background: transparent;
  }
  .spnav.active span:nth-of-type(1) {
    top: 50%;
    left: 10%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .spnav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spnav.active span:nth-of-type(3) {
    top: 50%;
    left: 10%;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}

.header-container_main {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  max-width: 100%;
  width: 1100px;
  z-index: 2;
}

.header-container_main .header-nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5rem 0 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2.4rem;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}

.header-container_main .header-nav_container .header-nav {
  width: 82%;
}

.header-container_main .header-nav_container .header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header-container_main .header-nav_container .header-nav ul li {
  padding: 1rem 0;
  font-size: clamp(1.5rem, 1.3vw, 18px);
  color: #004EA2;
}

.header-container_main .header-nav_container .header-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container_main .header-nav_container .header-sns a {
  padding: 0 1rem 0 0;
}

@media (max-width: 768px) {
  .header-container_main .header-nav_container .header-sns a {
    padding: 0 3rem 0 0;
  }
}

@media (max-width: 768px) {
  .header-container_main .header-nav_container {
    background: transparent;
  }
}

.header-container_main .header-logo {
  margin: 6rem 0 0;
  text-align: center;
}

.header-container_main .header-text {
  margin: 5rem 0 0 3.7rem;
}

.header-container_main .header-text p {
  color: white;
  font-size: 16px;
  line-height: 1.4;
}

.header-container_main .header-text p:first-of-type {
  font-size: 20px;
}

.header-container_main .header-text p:nth-of-type(2) {
  margin: 2.3rem 0 0;
}

.header-container_main .header-access {
  margin: 9.3rem 0 0 3.7rem;
}

.header-container_main .header-access .header-access--container__map {
  display: inline-block;
  position: relative;
}

.header-container_main .header-access .header-access--container__map .header-access--container__access {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

footer {
  padding: 2rem 0 3rem;
  width: 100%;
  height: auto;
  background: #004EA2;
  color: white;
}

footer .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 2rem;
}

footer .footer-nav ul li {
  margin: 1rem 0 0;
  border-left: solid 1px white;
  font-size: 16px;
}

footer .footer-nav ul li a {
  display: block;
  padding: 0 1em;
}

footer .footer-nav ul li:last-of-type {
  border-right: solid 1px white;
}

footer .footer-nav ul li:last-of-type a {
  padding-right: 1em;
}

footer .footer-company {
  margin: 2.5rem 0 0;
  text-align: center;
}

footer .footer-company dt {
  font-size: 18px;
}

footer .footer-company dd:first-of-type {
  margin: 2rem 0;
  font-size: clamp(14px, 1.2vw, 16px);
}

footer .footer-company dd {
  font-size: 12px;
}

footer .footer-company small {
  display: block;
  margin: .8rem 0 0;
}

@media (max-width: 480px) {
  .sp {
    display: block;
  }
  footer {
    padding: 0 0 3rem;
  }
  footer .footer-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  footer .footer-nav ul {
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-nav ul li, footer .footer-nav ul li:last-of-type {
    position: relative;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px white;
  }
  footer .footer-nav ul li a, footer .footer-nav ul li:last-of-type a {
    padding: 2rem 0 2rem 1em;
  }
  footer .footer-nav ul li::after, footer .footer-nav ul li:last-of-type::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 16px;
    height: 16px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    -webkit-transform: translatey(-50%) rotate(45deg);
            transform: translatey(-50%) rotate(45deg);
  }
  footer .footer-logo {
    margin: 4rem 0;
  }
  footer .footer-logo img {
    width: 45%;
  }
}

.headaer-store {
  margin: 5.4rem 0 2rem;
}

.header-store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-store-item {
  width: calc((100% - 2.5rem * 4 ) / 5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 2.5rem;
}

.header-store-item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.header-store-item:last-of-type {
  margin-right: 0;
}

.header-store-hour {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.375;
  color: #FFF;
  padding: 1.15rem 0;
  text-align: center;
  border: 2px solid #FFF;
  display: block;
  width: 100%;
}

.header-store-item:nth-of-type(3) .header-store-hour {
  font-size: 2rem;
  padding: 1.35rem 0;
}

@media (max-width: 768px) {
  .header-store-item:nth-of-type(3) .header-store-hour {
    padding: 0.35rem 0;
  }
}

.header-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  background: #004EA2;
  border: 2px solid #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-news-holiday {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.8rem;
  text-align: center;
  width: 30rem;
}

.header-news-text {
  border-left: 2px solid #FFF;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
  width: 80rem;
  padding: 1rem 0;
  white-space: nowrap;
  overflow: hidden;
}

.header-news-text span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  -webkit-animation: scrollAnime 15s linear infinite;
          animation: scrollAnime 15s linear infinite;
}

@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.pc {
  display: block;
}

.tab {
  display: none;
}

@media (max-width: 768px) {
  header {
    height: 153rem;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .header-nav.pc {
    display: none;
  }
  .header-menu-btn {
    width: 12rem;
    height: 11.7rem;
    background: url(../image/icon-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-menu-btn.open {
    width: 12rem;
    height: 11.7rem;
    background: url(../image/icon-menu-open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99999;
  }
  .header-sns {
    margin-top: 2rem;
  }
  .header-sns img {
    width: 10vw;
  }
  .header-content {
    left: 50%;
    top: 17.7rem;
  }
  .header-content img {
    width: 103.3vw;
  }
  .header-container_main {
    padding: 0 2.5rem;
    height: 100%;
  }
  .header-container_main .header-nav_container {
    margin-top: 0;
    background: initial;
  }
  .header-container_main .header-logo {
    margin-left: 12.4vw;
    margin-right: auto;
    margin-top: 3.67rem;
    width: 34.266vw;
  }
  .header-container_main .header-logo img {
    width: 100%;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .header-container_main .header-logo {
    margin-top: 15.67rem;
  }
}

@media (max-width: 768px) {
  .header-container_main .header-access-box {
    position: relative;
  }
  .header-container_main .header-access {
    position: absolute;
    right: 0;
    bottom: 5%;
    margin: 0;
    width: 26.67vw;
  }
  .header-container_main .header-access img {
    width: 100%;
  }
  .header-container_main .header-store-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header-container_main .headaer-store {
    margin: 39.8rem 0 0 0;
  }
  .header-container_main .header-store-item {
    width: calc((100% - 2rem * 2 ) / 3);
    margin-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-container_main .header-store-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .header-container_main .header-store-item:nth-of-type(n+4) {
    margin-top: 2rem;
  }
  .header-container_main .header-store-hour {
    margin-top: 0;
    font-size: 2.5rem;
    padding: 0;
  }
  .header-container_main .header-news {
    margin-top: 3rem;
  }
  .header-container_main .header-news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-container_main .header-news-holiday {
    font-size: 3.4rem;
    width: 100%;
    border-bottom: 2px solid #FFF;
  }
  .header-container_main .header-news-text {
    font-size: 2.8rem;
    border-left: none;
    line-height: 1.357;
    width: 100%;
    padding: 1rem 2rem;
    white-space: initial;
  }
  .header-container_main .header-news-text span {
    display: inline-block;
  }
  .gnav {
    display: none;
  }
  .js-overlay.open {
    width: 100vw;
    height: 100vh;
    background-color: black;
  }
  .overlay {
    background: url(../image/header-overlay-background.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .overlay::after {
    content: "";
    background: rgba(0, 78, 162, 0.6);
    top: 0;
    left: 0;
    z-index: 998;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .gnav {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
  }
  .gnav ul {
    margin-top: 15.45rem;
  }
  .gnav li {
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 3.3rem 6rem;
    border-top: 2px solid #FFF;
    color: #FFF;
  }
  .gnav li:last-of-type {
    border-bottom: 2px solid #FFF;
  }
  .gnav li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6rem;
    width: 4rem;
    height: 4rem;
    border-top: 2px solid #FFFF;
    border-right: 2px solid #FFFF;
    -webkit-transform: translatey(-50%) rotate(45deg);
            transform: translatey(-50%) rotate(45deg);
  }
  .gnav-sns {
    margin-top: 3rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  header {
    height: 210vw;
  }
  .gnav-sns img {
    width: 12rem;
  }
}

.section-title {
  text-align: center;
  padding: 8rem;
}

@media (max-width: 768px) {
  .section-title {
    padding: 12rem;
  }
}

@media (max-width: 768px) {
  .section-title img {
    height: 10rem;
    width: auto;
    max-width: 100%;
  }
}

footer #pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.lead-message {
  color: #004EA2;
}

.lead-message__wrapper {
  padding: 0 2rem;
  width: 70rem;
  margin: 0 auto;
}

.lead-message__title {
  margin-top: 12rem;
  font-size: 4.4rem;
  font-weight: bold;
}

.lead-message__text {
  margin-top: 7.2rem;
  font-size: 3.6rem;
  margin-bottom: 12rem;
  font-weight: bold;
  line-height: 2;
}

.page-header-conteiner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.page-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.page-header-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container {
  width: 100%;
  min-height: 50vh;
  padding: 0 2rem 5rem;
  background: url(../image/page-background.png);
  background-size: cover;
}

.main-container--content {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.main-container .page_contact-container {
  padding: 8rem 0 0;
}

.main-container .page_contact-container h1, .main-container .page_contact-container p, .main-container .page_contact-container .contact_form-text {
  text-align: center;
  color: #3c3c3c;
}

.main-container .page_contact-container .text_large {
  margin: 8rem 0 0;
  font-size: 18px;
  color: #004EA2;
  letter-spacing: -.2rem;
}

.main-container .page_contact-container .text_caution {
  margin: 3rem 0 0;
  font-size: 14px;
}

.main-container .page_contact-container .contact_form-text {
  margin: 6rem 0 0;
  width: 100%;
  padding: .8rem;
  background: #004EA2;
  font-size: 2.4rem;
  color: white;
}

.main-container .page_contact-container .text_caution2 {
  margin: 3rem 0;
  text-align: left;
  font-size: 18px;
}

.main-container .page_contact-container .text_caution2 .red {
  color: red;
}

.main-container .page_contact-container_bottom {
  padding: 0 0 14rem;
}

.main-container .page_contact-container_bottom .text-caution3 {
  margin: 3rem 0 0;
  text-align: left;
  font-size: 14px;
}

/*contactform7*/
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"] {
  padding: 0.5rem 1.5rem;
  width: 100%;
  background: white;
  border: solid 2px #004EA2;
  color: #333;
  font-size: 18px;
}

.wpcf7-form-control-wrap textarea {
  padding: 0.5rem 1.5rem;
  width: 100%;
  background: white;
  border: solid 2px #004EA2;
  color: #333;
  font-size: 18px;
}

.wpcf7-form-control-wrap input[type="radio"] {
  /*ラジオボタン*/
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 16px;
  color: #004EA2;
  padding: 0 0 0 0.5em;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 1rem 1rem 0;
  padding: 0.5em 2em;
  background: #f4f4f4;
  border: solid 2px #004EA2;
  border-radius: 3px;
}

.wpcf7-form-control-wrap .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 14px;
}

.contactform7, .contactform7-confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.contactform7 dt, .contactform7-confirmation dt {
  margin: 0.5em 0;
  width: 30%;
  min-width: 10em;
  color: #004EA2;
  font-size: 18px;
}

.contactform7 dt .red, .contactform7-confirmation dt .red {
  color: red;
}

.contactform7 dd, .contactform7-confirmation dd {
  width: 70%;
  min-width: 50%;
}

.contactform7 dd p, .contactform7-confirmation dd p {
  font-size: 14px;
  padding: 0 0 1em;
}

.contactform7 dd ul, .contactform7-confirmation dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

.contactform7 dd ul li, .contactform7-confirmation dd ul li {
  padding: 0 1rem;
}

@media (max-width: 480px) {
  .contactform7 dd, .contactform7-confirmation dd {
    width: 100%;
  }
}

.contactform7 .kind-dd, .contactform7-confirmation .kind-dd {
  margin: -1rem;
}

.contactform7 .kind-dd p, .contactform7-confirmation .kind-dd p {
  padding: 0 0 2.5rem 1rem;
}

.contactform7-confirmation dd {
  margin: 0 0 2rem;
  padding: 0.3rem 1.5rem;
  border: solid 2px #004EA2;
  background: white;
  font-size: 18px;
  color: #333;
}

.contactform7-confirmation dd:last-of-type {
  height: auto;
}

.contactform7-confirmation .kind-dd {
  margin: 0;
}

.privacypolicy {
  text-align: right;
  text-decoration: underline;
  font-size: 18px;
  color: red;
}

.submitList, .submitList-previous {
  margin: 3rem 0 0;
  text-align: center;
}

.submitList input[type="submit"], .submitList-previous input[type="submit"] {
  max-width: 400px;
  width: 80%;
  height: 40px;
  font-size: 20px;
  color: white;
  border-color: #FF5050;
  background: url(../image/arrow.png) right 1rem center/4rem auto no-repeat #ff5050;
  border: none;
}

.submitList input[type="submit"]:hover, .submitList-previous input[type="submit"]:hover {
  color: #ff5050;
  background: white;
  border: solid 1px #ff5050;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.submitList .wpcf7-spinner, .submitList-previous .wpcf7-spinner {
  display: block;
}

.submitList-previous input[type="button"] {
  /*戻るボタン*/
  display: inline-block !important;
  background: white;
  max-width: 400px;
  width: 80%;
  border: solid 2px #c4c4c4;
  font-size: 20px;
}

.submitList-previous input[type="submit"] {
  /*送信ボタン*/
  margin: 1rem 0 0;
}

.category-header-container {
  width: 100%;
  height: 41rem;
  position: relative;
  overflow: hidden;
  background: url(../image/category-background.png);
}

@media (max-width: 768px) {
  .category-header-container {
    height: 55rem;
  }
}

.main-container .page_company-container {
  padding: 8rem 0 0;
}

.main-container .page_company-container h1 {
  text-align: center;
  color: #3c3c3c;
}

.main-container .page_company-container dl {
  margin: 8rem 0 0;
  padding: 0 0 10rem;
}

.main-container .page_company-container dl dt {
  display: inline-block;
  margin: 0 0 4rem;
  padding: .3em 1em;
  width: 160px;
  max-width: 27%;
  background: #004EA2;
  color: white;
  font-size: 18px;
  vertical-align: top;
}

.main-container .page_company-container dl dt:first-of-type, .main-container .page_company-container dl dt:nth-of-type(7) {
  margin: 0 0 1.4rem;
}

.main-container .page_company-container dl dt:nth-of-type(2), .main-container .page_company-container dl dt:last-of-type {
  margin: 1em 0 4rem;
  vertical-align: middle;
}

.main-container .page_company-container dl dd {
  display: inline-block;
  padding: .3em 4rem;
  width: 72%;
  font-size: 18px;
}

.main-container .page_company-container dl dd .small {
  font-size: 13px;
  letter-spacing: -0.05em;
}

@media (max-width: 768px) {
  .main-container .page_company-container dl dt {
    margin: 1rem 0 !important;
    max-width: 160px;
  }
  .main-container .page_company-container dl dd {
    width: 100%;
  }
}

.main-container .page_privacy-container {
  padding: 8rem 0 0;
}

.main-container .page_privacy-container h1 {
  text-align: center;
  color: #3c3c3c;
}

.main-container .page_privacy-container dl {
  margin: 8rem 0 0;
  padding: 0 0 10rem;
}

.main-container .page_privacy-container dl dt {
  width: 100%;
  padding: 0.5em 1em;
  background: #004EA2;
  text-align: center;
  font-size: 18px;
  color: white;
}

.main-container .page_privacy-container dl dd {
  width: 100%;
  padding: 3rem 0;
  font-size: 18px;
  color: #3c3c3c;
}

@media (max-width: 480px) {
  .main-container .page_privacy-container dl dd {
    font-size: 16px;
  }
}

.category_header-content .sp {
  display: none;
}

@media (max-width: 480px) {
  .category_header-content .pc {
    display: none;
  }
  .category_header-content .sp {
    display: block;
    position: absolute;
    top: 5rem;
  }
}

.category_header-content div {
  position: absolute;
  top: 17.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 740px;
  width: 90%;
}

@media (max-width: 768px) {
  .category_header-content div {
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.category_header-content div img {
  width: 100%;
}

.category_header-content .search-h,
.category_header-content .tag-h,
.category_header-content .author-h {
  text-align: center;
  font-size: clamp(30px, 40px, 2.9vw);
}

@media (max-width: 480px) {
  .category_header-content .search-h,
  .category_header-content .tag-h,
  .category_header-content .author-h {
    position: absolute;
    top: 37rem;
    font-size: 30px;
  }
}

.inner-nav {
  position: relative;
}

.inner-nav .nav-open {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: .5rem 1rem;
  max-width: 100%;
  width: 313px;
  min-height: 3.88rem;
  background: rgba(255, 80, 80, 0.8);
  font-size: 18px;
  color: white;
}

.inner-nav .nav-open::before {
  content: url(../image/category_arrow.png);
  position: absolute;
  top: 55%;
  right: .5rem;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
}

.inner-nav .nav-open:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .inner-nav .nav-open {
    display: block;
  }
}

.category_nav--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0 0 6rem 0;
  max-width: 1100px;
}

.category_nav--content li {
  font-size: clamp(12px, 18px, 1.7vw);
  font-weight: bold;
  color: #3c3c3c;
}

.category_nav--content li.current a {
  text-decoration: underline;
  -webkit-text-decoration-color: #FDFD00;
          text-decoration-color: #FDFD00;
  text-underline-offset: .3rem;
  text-decoration-thickness: .4rem;
}

@media (max-width: 768px) {
  .category_nav--content li {
    padding: .5rem 1rem;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .category_nav {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .category_nav .category_nav--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    width: 313px;
    background: rgba(255, 80, 80, 0.8);
    color: white;
  }
}

.main-container-w {
  margin: 0 auto;
  width: 1100px;
  max-width: 100%;
}

.main-container-w .pagePath {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 3rem 0 0;
  font-size: clamp(12px, 3vw, 16px);
  color: #004EA2;
}

.main-container-w .blog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-self: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 3rem -1.3rem 0;
  font-size: 1.8rem;
}

.main-container-w .blog-list li {
  margin: 0 0 4rem 0;
  padding: 0 1.3rem;
  width: 25%;
}

.main-container-w .blog-list li .blog-box_image {
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #FFF;
}

.main-container-w .blog-list li .blog-box_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container-w .blog-list li .blog-box_image.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container-w .blog-list li .blog-box_image.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.main-container-w .blog-list li .blog-box_txt {
  padding: 1rem;
  background: white;
  font-weight: bold;
}

@media (max-width: 480px) {
  .main-container-w .blog-list li .blog-box_txt {
    padding: 4rem;
  }
}

.main-container-w .blog-list li .blog-box_txt .blog_title {
  width: 100%;
  height: 6rem;
  font-size: clamp(16px, 18px, 1.7vw);
  color: #3c3c3c;
}

@media (max-width: 480px) {
  .main-container-w .blog-list li .blog-box_txt .blog_title {
    font-size: 5rem;
    height: 13rem;
    line-height: 1.2;
  }
}

.main-container-w .blog-list li .blog-box_txt .blog_title p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-container-w .blog-list li .blog-box_txt .date_name .date {
  margin: 1rem 0 0;
  font-size: 16px;
  color: #004EA2;
}

@media (max-width: 480px) {
  .main-container-w .blog-list li .blog-box_txt .date_name .date {
    font-size: 4rem;
  }
}

.main-container-w .blog-list li .blog-box_txt .date_name div {
  text-align: right;
}

.main-container-w .blog-list li .blog-box_txt .date_name div .name {
  display: inline-block;
  text-align: right;
  padding: 0.2rem 1rem;
  background: #004EA2;
  font-size: 16px;
  color: white;
}

@media (max-width: 480px) {
  .main-container-w .blog-list li .blog-box_txt .date_name div .name {
    font-size: 4rem;
  }
}

.main-container-w .blog-list li .blog-box_txt .sh-name {
  margin: 1rem 0 0;
  height: 50px;
  font-size: 16px;
  color: #FF5050;
}

@media (max-width: 480px) {
  .main-container-w .blog-list li .blog-box_txt .sh-name {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .main-container-w .blog-list li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .main-container-w .blog-list li {
    width: 100%;
  }
}

.main-container-w .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem;
}

.main-container-w .pagination ul li {
  margin: 0 1rem;
  padding: .2em .6em;
  border: solid 1px #004EA2;
  background: white;
  font-size: 18px;
  color: #004EA2;
}

.main-container-w .pagination ul li .current {
  color: white;
}

main .search_box {
  margin: 3rem 0 0;
}

main .search_box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  height: 45px;
}

main .search_box form input:first-of-type {
  width: 270px;
  height: auto;
  padding: 2rem;
  font-size: 16px;
  border: solid 2px #a5a5a5;
  background: white;
}

main .search_box form input:last-of-type {
  background-color: #004EA2;
  margin: 0 0 0 -.1rem;
  padding: 1rem;
  height: auto;
}

@media (max-width: 768px) {
  main .search_box form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-content {
  margin: 3rem auto 0;
  padding: 0 0 5rem;
  max-width: 100%;
  width: 900px;
  background: white;
}

.single-content .siglearticle__wrapper .blogarticle__topimg img {
  width: 100%;
}

.single-content .siglearticle__wrapper .singlearticle__body {
  margin: 0 auto;
  max-width: 90%;
  width: 600px;
  padding: 6rem 0;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info {
    display: block;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info time {
  font-size: 24px;
  color: #004EA2;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info time {
    font-size: 20px;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label {
  font-size: 18px;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label {
    font-size: clamp(14px, 18px, 1.7vw);
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label ul li {
  padding: 0.2em 1em;
  color: white;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label ul li {
    padding: 0.2em 0.5em;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label ul li.main_category {
  background: #004EA2;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label ul li.shisetsu_category {
  margin: 0 0 0 1rem;
  background: #FF5050;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__info .singlearticle__label ul li.shisetsu_category {
    margin-left: 0;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__title {
  margin: 2.5rem 0 0;
  font-size: 28px;
  font-weight: bold;
  color: #004EA2;
}

@media (max-width: 768px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__title {
    margin: 2rem 0 0;
  }
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singlearticle__title {
    font-size: 24px;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body hr {
  margin: 3rem 0 0;
}

.single-content .siglearticle__wrapper .singlearticle__body .tag_area {
  margin: 2rem 0 0;
}

.single-content .siglearticle__wrapper .singlearticle__body .tag_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px 0;
}

.single-content .siglearticle__wrapper .singlearticle__body .tag_area ul li {
  margin: 0 1rem 0 0;
  padding: 0.2rem 1.5rem;
  border: solid 2px #a5a5a5;
  border-radius: 20px;
  font-size: 14px;
  color: #A5A5A5;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text {
  margin: 4rem 0 0;
  font-size: 16px;
  color: #3c3c3c;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text img {
  width: 100%;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text h2 {
  margin: 3rem 0;
  padding: .2rem 2rem;
  background: #004EA2;
  font-size: 26px;
  font-weight: bold;
  color: white;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text h3 {
  margin: 3rem 0;
  padding: .2rem 2rem;
  border-left: solid 1rem #004EA2;
  font-size: 24px;
  font-weight: bold;
  color: #004EA2;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text h4 {
  margin: 3rem 0;
  padding: .2rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #FDFD00));
  background: -webkit-linear-gradient(transparent 50%, #FDFD00 60%);
  background: linear-gradient(transparent 50%, #FDFD00 60%);
  font-size: 22px;
  font-weight: bold;
  color: #3c3c3c;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text h5 {
  display: inline-block;
  margin: 3rem 0;
  padding: .2rem 1.5rem;
  border-bottom: solid 4px #FF5050;
  font-size: 22px;
  font-weight: bold;
  color: #FF5050;
}

.single-content .siglearticle__wrapper .singlearticle__body .singlearticle__text p {
  margin: 1rem 0;
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor {
    display: block;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .singleauthor-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 3rem 0 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .singleauthor-img {
    margin: 0 auto;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .text {
  font-size: 16px;
  color: #004EA2;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .text {
    margin-top: 1rem;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .author {
  margin: 1.5rem 0 0;
  font-size: 30px;
  color: #004EA2;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .author {
    margin: 0;
    font-size: 24px;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor .profile {
  margin: 1.5rem 0 0;
  font-size: 14px;
  color: #3c3c3c;
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor-text__box {
  position: relative;
  margin: 3rem 0 0;
  padding: 1rem;
  text-align: center;
  border: solid 1px #004EA2;
  font-size: 16px;
  color: #004EA2;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor-text__box {
    margin: 2rem auto 0;
    max-width: 270px;
    width: 100%;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .singleauthor-text__box::after {
  content: url(../image/author_arrow.png);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7rem 0 0;
}

@media (max-width: 480px) {
  .single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .share {
    display: block;
  }
}

.single-content .siglearticle__wrapper .singlearticle__body .singleauthor-container .share p {
  margin: 0 1.5rem 0 0;
  font-size: 20px;
  color: #004EA2;
}

.comment_conteiner {
  max-width: 90%;
  width: 600px;
  margin: 0 auto;
}

.comment_conteiner p {
  font-size: 16px;
}

.comment_conteiner #respond #reply-title {
  padding: 0 0 0 1.5rem;
  border-left: solid 10px #004EA2;
  font-size: 24px;
  color: #004EA2;
}

.comment_conteiner #respond form {
  margin: 1rem 0 0;
}

.comment_conteiner #respond form textarea {
  width: 100%;
  padding: 1rem;
  border-color: #004EA2;
  font-size: 16px;
  color: #3c3c3c;
}

.comment_conteiner #respond form .comment-form-author {
  margin: 3rem 0;
}

.comment_conteiner #respond form .comment-form-author #author {
  padding: 0 0 0 1rem;
  max-width: 80%;
  width: 270px;
  height: 40px;
  border: solid 1px #004EA2;
  font-size: 20px;
  color: #3c3c3c;
}

.comment_conteiner #respond form .comment-form-author .yourname {
  padding: 0 1rem 0 0;
  vertical-align: middle;
  font-size: 20px;
  color: #3c3c3c;
}

.comment_conteiner #respond form #submit {
  margin: 3rem 0 0;
  padding: 0 0 0 3rem;
  max-width: 80%;
  width: 270px;
  height: 40px;
  font-size: 20px;
  color: white;
  text-align: left;
  background: url(../image/arrow.png) right 1rem center/4rem auto no-repeat #ff5050;
  border: none;
}

@media (max-width: 480px) {
  .comment_conteiner #respond form #submit {
    max-width: 100%;
    width: 270px;
    padding: 0 0 0 2.5rem;
  }
}

.comment_conteiner #respond form #submit:hover {
  color: #ff5050;
  background: url(../image/arrow_h.png) right 1rem center/4rem auto no-repeat white;
  border: solid 1px #ff5050;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .comment_conteiner .form-submit {
    text-align: center;
  }
}

.comment_conteiner .commets-list {
  margin: 6rem 0 0;
}

.comment_conteiner .commets-list .comment_count {
  font-size: 20px;
  color: #3c3c3c;
}

.comment_conteiner .commets-list .comment_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-top: solid 1px #3c3c3c;
}

.comment_conteiner .commets-list .comment_container:last-of-type {
  border-bottom: solid 1px #3c3c3c;
}

.comment_conteiner .commets-list .comment_container img {
  max-width: 150px;
  border-radius: 50%;
}

.comment_conteiner .commets-list .comment_container .author_txt {
  margin: 0 0 0 2rem;
}

.comment_conteiner .commets-list .comment_container .author_txt p {
  font-size: 14px;
}

.related_posts {
  margin: 8rem calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 8rem 0;
  background: #fffacd;
}

.related_posts .related_posts--container {
  margin: 0 auto;
  max-width: 90%;
  width: 1100px;
}

.related_posts .related_posts--container h2 {
  text-align: center;
}

.related_posts .related_posts--container .blog-reps {
  margin-top: 5rem;
}

.display-sp {
  display: none;
}

@media (max-width: 480px) {
  .display-sp {
    display: block;
  }
}

figcaption {
  color: #004EA2;
  font-size: 12px;
}

.comment-form-cookies-consent {
  display: none;
}

.commentNotesBefore {
  display: none;
}

.top-store {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .top-store {
    font-size: 3.6rem;
  }
}

.top-sotre-title {
  text-align: center;
  width: 39.166vw;
  max-width: 47rem;
}

@media (max-width: 768px) {
  .top-sotre-title {
    width: 64.67vw;
    max-width: 48.5rem;
  }
}

.top-sotre-title img {
  width: 100%;
}

@media (max-width: 768px) {
  .top-sotre-title img {
    max-height: 23.3rem;
  }
}

.top-sotre-title.tab img:nth-of-type(2) {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .top-store-item {
    margin-top: 24rem;
  }
}

.top-store-item-main-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .top-store-item-main-wrapper {
    display: block;
  }
}

@media (min-width: 769px) {
  .top-store-item-main-wrapper {
    margin-top: 12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-store-item-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .top-store-item-box {
    display: block;
  }
}

@media (max-width: 768px) {
  .top-store-item-box {
    padding: 0;
  }
}

.top-store-item-box .top-store-item-wrapper {
  max-width: 100%;
}

@media (min-width: 769px) {
  .top-store-item-box .top-store-item-wrapper {
    width: calc((100vw - 30px * 4) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-store-item-box .top-store-item-wrapper {
    width: 100%;
  }
}

.top-store-item-box .top-store-item {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .top-store-item-box .top-store-item {
    margin-top: 24rem;
  }
}

@media (min-width: 769px) {
  .top-store-item-box .top-store-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-store-item-box .top-store-item-main-img {
  width: 100%;
  margin-top: 3.6rem;
}

@media (max-width: 768px) {
  .top-store-item-box .top-store-item-main-img {
    margin-top: 6rem;
  }
}

.top-store-item-box .top-store-item-sub-img-wrapper {
  margin-top: 0;
}

.top-store-item-box .top-store-item-sub-img-wrapper img {
  width: calc((100vw - 30px * 4) / 2 / 2);
  height: auto;
}

@media (max-width: 768px) {
  .top-store-item-box .top-store-item-sub-img-wrapper img {
    width: 50%;
    height: auto;
  }
}

.top-store-item-box .top-store-item:nth-of-type(1) {
  margin-right: 6rem;
}

@media (max-width: 768px) {
  .top-store-item-box .top-store-item:nth-of-type(1) {
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .top-store-item-box .top-store-item:nth-of-type(1) .top-store-item-text-wrapper {
    padding-left: 4rem;
    padding-right: 3.3rem;
  }
}

@media (min-width: 769px) {
  .top-store-item-box .top-store-item:nth-of-type(2) .top-store-item-text-wrapper {
    padding-left: 3.3rem;
    padding-right: 4rem;
  }
}

@media (min-width: 769px) {
  .top-store-item-box .top-store-item-main-wrapper {
    display: block;
  }
  .top-store-item-box .top-store-item {
    margin-top: 0;
  }
  .top-store-item-box .top-store-item-blog-link {
    margin-top: 1.8rem;
  }
  .top-store-item-box .top-store-item-introduction {
    margin-top: 3rem;
  }
  .top-store-item-box .top-store-item-logo {
    height: 24.2rem;
  }
}

@media (min-width: 769px) {
  .top-store-item:nth-of-type(1) .top-store-item-main-wrapper,
  .top-store-item:nth-of-type(3) .top-store-item-main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-store-item:nth-of-type(1) .top-store-item-text-wrapper,
  .top-store-item:nth-of-type(3) .top-store-item-text-wrapper {
    margin-right: auto;
  }
  .top-store-item:nth-of-type(2) .top-store-item-text-wrapper {
    margin-left: auto;
  }
}

.top-store-item-introduction {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .top-store-item-introduction {
    line-height: 1.4;
    margin-top: 5.3rem;
    font-size: 3.6rem;
  }
}

.top-store-item-text-wrapper {
  width: 50vw;
  max-width: 100%;
  padding: 0 3rem;
}

@media (max-width: 768px) {
  .top-store-item-text-wrapper {
    width: 100%;
    max-width: 71rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.top-store-item-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #nakijin-burger .top-store-item-logo img {
    width: 60rem;
    max-width: 100%;
    height: auto;
  }
  #amesokoterrace .top-store-item-logo img {
    width: 60rem;
    max-width: 100%;
    height: auto;
  }
  #amesokostore .top-store-item-logo img {
    width: 36.3rem;
    max-width: 100%;
    height: auto;
  }
  #amesokoterracecafe .top-store-item-logo img {
    width: 46rem;
    max-width: 100%;
    height: auto;
  }
  #amesokorooftop .top-store-item-logo img {
    width: 24.6rem;
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 769px) {
  #amesokoterrace .top-store-item-logo img {
    width: 37rem;
    max-width: 30.8vw;
    height: auto;
  }
}

.top-store-item-blog-link {
  color: #004EA2;
  display: block;
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .top-store-item-blog-link {
    margin-top: 5.5rem;
  }
}

.top-store-item-blog-link a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.top-store-item-blog-link a::after {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(../image/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 768px) {
  .top-store-item-blog-link a::after {
    right: -5rem;
    width: 4.35rem;
    height: 4.35rem;
  }
}

.top-store-item-external-link,
.top-store-item-external-nolink {
  width: 100%;
  max-width: 49rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  display: block;
  text-align: center;
  position: relative;
  padding: 0.4rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .top-store-item-external-link,
  .top-store-item-external-nolink {
    padding: 1rem 0.4rem;
    margin-top: 6rem;
    max-width: 100%;
  }
}

.top-store-item-external-link::after,
.top-store-item-external-nolink::after {
  content: "";
  position: absolute;
  background: url(../image/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 3.5rem;
}

@media (max-width: 768px) {
  .top-store-item-external-link::after,
  .top-store-item-external-nolink::after {
    width: 6.9rem;
  }
}

.top-store-item-external-link {
  background-color: #FF5050;
}

.top-store-item-external-nolink {
  background-color: #D9D9D9;
}

.top-store-item-external-text {
  text-align: center;
  display: block;
  color: #FF5050;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .top-store-item-external-text {
    margin-top: 2rem;
  }
}

.top-store-item-main-img {
  width: 50vw;
}

@media (max-width: 768px) {
  .top-store-item-main-img {
    margin-top: 6rem;
    width: 100%;
  }
}

.top-store-item-main-img img {
  height: auto;
  width: 100%;
  display: block;
}

.top-store-item-sub-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .top-store-item-sub-img-wrapper {
    margin-top: 0;
    display: block;
  }
}

.top-store-item-sub-img-wrapper img {
  width: 25vw;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .top-store-item-sub-img-wrapper img {
    width: 50vw;
    height: auto;
  }
}

.top-store-item-sub-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-store-title-wrapper {
  width: 110rem;
  max-width: 91.67vw;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 4rem auto;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .top-store-title-wrapper {
    width: 93.33vw;
    margin: 10rem auto -12rem;
    padding: 12rem 0;
  }
}

.top-store-title-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/facility_left_pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 24.4rem;
  max-width: 20.33vw;
  height: 16.2rem;
}

@media (max-width: 768px) {
  .top-store-title-wrapper::before {
    background: url(../image/facility_left_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11.1rem;
    max-width: 14.8vw;
    height: 46rem;
  }
}

.top-store-title-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/facility_right_pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  width: 27rem;
  max-width: 22.5vw;
  height: 17.3rem;
}

@media (max-width: 768px) {
  .top-store-title-wrapper::after {
    background: url(../image/facility_right_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12rem;
    max-width: 16vw;
    height: 50.4rem;
  }
}

.top-store-title img {
  width: 43.2rem;
}

.staff-blog {
  background: url(../image/page-background.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: initial;
  width: 100%;
  height: auto;
}

.staff-blog-wrapper {
  padding: 4rem 2rem 0.1rem;
}

@media (max-width: 768px) {
  .staff-blog-wrapper {
    padding: 8rem 2rem;
  }
}

.staff-blog-title-wrapper {
  width: 61.2rem;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .staff-blog-title-wrapper {
    padding: 16rem 0;
    width: 93.33vw;
    margin-bottom: 8rem;
  }
}

.staff-blog-title-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: url(../image/staff_blog_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.8rem;
  height: 10.6rem;
  left: -10%;
  top: 55%;
}

@media (max-width: 768px) {
  .staff-blog-title-wrapper::before {
    left: 0;
    top: initial;
  }
}

.staff-blog-title-wrapper::after {
  position: absolute;
  content: "";
  background: url(../image/staff_blog_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.2rem;
  height: 9.2rem;
  top: 40%;
  right: -5%;
}

@media (max-width: 768px) {
  .staff-blog-title-wrapper::after {
    right: 0;
    top: 20%;
  }
}

.staff-blog-title img {
  width: 24.5rem;
}

@media (max-width: 768px) {
  .staff-blog-title img {
    width: 43.2rem;
  }
}

.btn-more {
  width: 40rem;
  text-align: center;
  overflow: hidden;
  margin: 8rem auto;
  max-width: 100%;
}

.top-store-item-external-wrapper .btn-more {
  margin: 3rem auto 0;
}

@media (max-width: 768px) {
  .btn-more {
    width: 100%;
  }
}

.btn-more a {
  background: #FF5050;
  width: 100%;
  color: #FFF;
  display: inline-block;
  line-height: 2;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .btn-more a {
    font-size: 3.6rem;
  }
}

.btn-more a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: -1;
}

.btn-more a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 2px #FF5050;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-more a span:after, .btn-more a span:before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.5rem;
}

.btn-more a span:after {
  background: url("../image/arrow_white.svg") no-repeat right center;
  background-size: contain;
  opacity: 1;
}

.btn-more a span:before {
  background: url("../image/arrow.svg") no-repeat right center;
  background-size: contain;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.btn-more a:hover {
  color: #FF5050;
}

.btn-more a:hover:before {
  width: 100%;
}

.btn-more a:hover span:after {
  opacity: 0;
}

.btn-more a:hover span:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.news-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .news-contents {
    display: block;
  }
}

.contents {
  width: 50%;
}

@media (max-width: 768px) {
  .contents {
    width: 100%;
  }
}

.contents-wrapper {
  padding: 0 5rem 0.1rem;
}

@media (max-width: 768px) {
  .contents-wrapper {
    padding: 0 2.5rem 0.1rem;
  }
}

.contents-items {
  padding: 3rem 2.4rem;
  background: #ffffff;
}

@media (max-width: 768px) {
  .contents-items {
    padding: 6rem 2.5rem;
  }
}

.contents-item {
  font-size: 1.8rem;
  color: #004EA2;
  border-top: 1px solid #004EA2;
  padding: 3rem 2.4rem;
}

@media (max-width: 768px) {
  .contents-item {
    font-size: 3.6rem;
  }
}

.contents-item:last-of-type {
  border-bottom: 1px solid #004EA2;
}

.news {
  background: rgba(253, 253, 0, 0.2);
}

.events {
  background: rgba(255, 80, 80, 0.2);
}

.top-access {
  background: url(../image/page-background.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: initial;
  width: 100%;
  height: auto;
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .top-access {
    margin-top: 24rem;
  }
}

.top-access-wrapper {
  width: 110rem;
  max-width: 100%;
  padding: 0.1rem 2rem 8rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-access-wrapper {
    padding: 8rem 2rem 12rem;
    width: 100%;
  }
}

.top-access-title-wrapper {
  width: 61.2rem;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
}

.top-access-title-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/access_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 8rem;
  height: 7.6rem;
}

@media (max-width: 768px) {
  .top-access-title-wrapper::before {
    width: 10.7rem;
    height: 10.1rem;
    top: initial;
    bottom: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

.top-access-title-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/access_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  width: 11.1rem;
  height: 9.1rem;
}

@media (max-width: 768px) {
  .top-access-title-wrapper::after {
    width: 14.9rem;
    height: 12.2rem;
    top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

.top-access-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .top-access-map-wrapper {
    display: block;
    margin-top: 8rem;
  }
}

.top-access-map {
  width: calc(100% - 34.7rem - 2rem);
  max-width: 58.83vw;
}

@media (max-width: 768px) {
  .top-access-map {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

.top-access-map img {
  width: 100%;
}

.top-access-explanation {
  font-size: 1.8rem;
  width: 34.7rem;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  .top-access-explanation {
    width: 100%;
    font-size: 3.6rem;
    width: 65.8rem;
    margin: 0 auto;
  }
}

.top-access-place-wrapper {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .top-access-place-wrapper {
    margin-top: 6rem;
  }
}

.top-access-placebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-access-place {
  width: 22rem;
  color: #FFFF;
  background: #004EA2;
  padding: 0.6rem 2rem;
}

@media (max-width: 768px) {
  .top-access-place {
    width: 42rem;
  }
}

.top-access-time {
  color: #004EA2;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  .top-access-time {
    margin-left: 3rem;
  }
}

.top-access-text {
  font-size: 1.6rem;
  margin-top: 2rem;
  width: 100%;
}

@media (max-width: 768px) {
  .top-access-text {
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}

.top-access-institution {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .top-access-institution {
    margin-top: 6rem;
  }
}

.top-access-institution-name {
  font-size: 2.9rem;
}

@media (max-width: 768px) {
  .top-access-institution-name {
    font-size: 5.6rem;
  }
}

.t-top-access-addressbox {
  margin-top: 2rem;
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .t-top-access-addressbox {
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}

.top-map__iframe {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top-map__iframe::after {
  content: "";
  display: block;
  padding-top: 50%;
}

@media (max-width: 768px) {
  .top-map__iframe::after {
    padding-top: 120%;
  }
}

.top-map__iframe iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media (max-width: 768px) {
  .top-sns {
    display: block;
  }
}

.top-sns-feed-wrapper {
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .top-sns-feed-wrapper {
    width: 100%;
  }
}

.top-sns-title img {
  height: 5.7rem;
}

@media (max-width: 768px) {
  .top-sns-title img {
    height: 9.8rem;
  }
}

.top-sns-subtitle {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  display: block;
}

@media (max-width: 768px) {
  .top-sns-subtitle {
    font-size: 3.6rem;
  }
}

.top-instagram {
  width: 70vw;
}

@media (max-width: 768px) {
  .top-instagram {
    width: 100%;
  }
}

.top-instagram-title-wrapper {
  width: 36.7rem;
  height: auto;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-instagram-title-wrapper {
    width: 66.3rem;
    padding-top: 16rem;
    padding-bottom: 8rem;
  }
}

.top-instagram-title-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/instagram_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 4.4rem;
  height: 5.7rem;
}

@media (max-width: 768px) {
  .top-instagram-title-wrapper::before {
    width: 9.2rem;
    height: 11.8rem;
    top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

.top-instagram-title-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../image/instagram_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  width: 4.8rem;
  height: 5.6rem;
}

@media (max-width: 768px) {
  .top-instagram-title-wrapper::after {
    width: 14.9rem;
    height: 12.2rem;
    top: initial;
    bottom: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

.sb_instagram_header {
  display: none;
}

.sbi_follow_btn {
  display: none !important;
}

#sbi_load {
  display: none;
}

#sb_instagram #sbi_images .sbi_item:nth-of-type(n+5) {
  padding-top: 3rem !important;
}

@media (max-width: 768px) {
  #sb_instagram #sbi_images .sbi_item:nth-of-type(n+5) {
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  #sb_instagram #sbi_images .sbi_item:nth-of-type(n+4) {
    padding-top: 3rem !important;
  }
}

@media (max-width: 768px) {
  #sb_instagram #sbi_images .sbi_item:nth-of-type(n+10) {
    display: none;
  }
}

.top-twitter {
  margin-left: auto;
  margin-right: 5rem;
  margin-right: auto;
  width: calc(100vw - 70vw - 4rem);
}

@media (max-width: 768px) {
  .top-twitter {
    width: 86.67%;
    margin: 24rem auto 8rem;
  }
}

.top-twitter-wrapper {
  text-align: center;
}

.top-twitter #twitter-widget-0 {
  height: 57.5vw !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .top-twitter #twitter-widget-0 {
    height: 90rem !important;
    width: 100% !important;
  }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

.scroll_up.on:nth-child(2) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.scroll_up.on:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.js-imgfadein {
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.js-imgfadein.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1.0;
}

.js-scroll::before {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  opacity: 0;
}

.js-scroll.on::before {
  opacity: 1.0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.js-scroll::after {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
  opacity: 0;
}

.js-scroll.on::after {
  opacity: 1.0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
/*# sourceMappingURL=main.css.map */