@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Oswald:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
div,
ul,
ol,
dl,
dt,
dd,
pre,
figure {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

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

table th,
table td {
  font-family: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000000;
}

img {
  width: 100%;
  vertical-align: middle;
}

.navAdjust {
  padding-top: 100px !important;
  margin-top: -100px !important;
}

.pre {
  margin-bottom: 200px;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .navAdjust {
    padding-top: 60px !important;
    margin-top: -60px !important;
  }
  .sp {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
.fadeIn_up {
  opacity: 0;
  transition: opacity 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}

.img-zoom:hover {
  opacity: 1;
}
.img-zoom:hover .img-box img {
  transform: scale(1.1);
}
.img-zoom .img-box {
  overflow: hidden;
}
.img-zoom .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.l-header {
  background: #192E77;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.l-header a {
  color: #fff;
}
.l-header .l-header-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-header-logo {
  width: 132px;
  background: url(../images/common/logo.svg) center/contain no-repeat;
}
.l-header .l-header-logo a {
  color: transparent;
  display: block;
}
.l-header .gNav .gNav-list {
  display: flex;
}
.l-header .gNav .gNav-list li {
  margin-right: 47px;
}
.l-header .gNav .gNav-list li:last-child {
  margin-right: 0;
}
.l-header .gNav .gNav-list li.gNav-list__sns ul {
  display: flex;
}
.l-header .gNav .gNav-list li.gNav-list__sns ul li {
  margin-right: 17px;
}
.l-header .gNav .gNav-list li.gNav-list__sns ul li:last-child {
  margin-right: 0;
}
.l-header .gNav .gNav-list li.gNav-list__sns ul li img {
  width: 26px;
}
.l-header .gNav .gNav-list li.gNav-list__contact {
  background: url(../images/common/bk_contact.svg) center/cover no-repeat;
}
.l-header .gNav .gNav-list li a {
  font-size: 1.8rem;
  letter-spacing: 0.02px;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-header .l-header-inner {
    flex-wrap: wrap;
    height: auto;
    padding: 20px 0 0;
  }
  .l-header .l-header-logo {
    margin-bottom: 20px;
  }
  .l-header .gNav .gNav-list {
    flex-wrap: wrap;
  }
  .l-header .gNav .gNav-list li {
    margin-right: 20;
    margin-bottom: 20px;
  }
  .l-header .gNav .gNav-list li:last-child {
    margin-right: 0;
  }
  .l-header .gNav .gNav-list li.gNav-list__sns ul {
    display: flex;
  }
  .l-header .gNav .gNav-list li.gNav-list__sns ul li {
    margin-right: 17px;
  }
  .l-header .gNav .gNav-list li.gNav-list__sns ul li:last-child {
    margin-right: 0;
  }
  .l-header .gNav .gNav-list li.gNav-list__sns ul li img {
    width: 26px;
  }
  .l-header .gNav .gNav-list li.gNav-list__contact {
    background: url(../images/common/bk_contact.svg) center/cover no-repeat;
  }
  .l-header .gNav .gNav-list li a {
    font-size: 1.8rem;
    letter-spacing: 0.02px;
    font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
  }
}

.l-footer {
  padding: 66px 0 70px;
  background: rgb(13, 23, 60);
  background: linear-gradient(0deg, rgb(13, 23, 60) 0%, rgb(25, 46, 119) 100%);
  color: #fff;
}
.l-footer a {
  color: #fff;
}
.l-footer .l-footer-logo {
  width: 240px;
  margin: 0 auto 47px;
}
.l-footer .l-footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.l-footer .l-footer-nav li {
  margin-right: 63px;
}
.l-footer .l-footer-nav li:last-child {
  margin-right: 0;
}
.l-footer .l-footer-nav li.l-footer-nav-sns ul {
  display: flex;
}
.l-footer .l-footer-nav li.l-footer-nav-sns li {
  margin-right: 17px;
}
.l-footer .l-footer-nav li.l-footer-nav-sns img {
  width: 26px;
}
.l-footer .l-footer-nav li a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02px;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.l-footer .c-btn {
  margin: 0 auto 47px;
}
.l-footer .info {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.56;
  margin-bottom: 36px;
}
.l-footer .copyright {
  font-size: 1.4rem;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0;
  }
  .l-footer .l-footer-logo {
    width: 240px;
    margin: 0 auto 30px;
  }
  .l-footer .l-footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .l-footer .l-footer-nav li {
    margin-right: 20px;
  }
  .l-footer .l-footer-nav li:last-child {
    margin-right: 0;
  }
  .l-footer .l-footer-nav li.l-footer-nav-sns li {
    margin-right: 10px;
  }
  .l-footer .l-footer-nav li a {
    font-size: 1.4rem;
  }
  .l-footer .c-btn {
    margin: 0 auto 40px;
  }
  .l-footer .info {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .l-footer .copyright {
    font-size: 1.2rem;
  }
}

.l-container {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: calc(100% - 40px);
  }
}

.l-sec {
  padding: 120px 0;
}
.l-sec:last-child {
  padding-bottom: 0;
}
.l-sec .l-sec-ttl {
  font-size: 8rem;
  color: #192E77;
  letter-spacing: 0.02px;
  font-weight: 400;
  margin-bottom: 120px;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-align: center;
}
.l-sec .l-sec-ttl > span:first-child {
  display: block;
  line-height: 0;
}
.l-sec .l-sec-ttl__sub {
  font-weight: bold;
  height: 38px;
  display: inline-block;
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.l-sec .l-sec-ttl__sub span {
  position: relative;
  padding: 0 35px;
  z-index: 1;
}
.l-sec .l-sec-ttl__sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(13, 23, 60) 0%, rgb(25, 46, 119) 100%);
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  left: 0;
}
.l-sec .l-sec-ttl.page-ttl {
  margin-bottom: 50px;
}
.l-sec .l-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 60px 0;
  }
  .l-sec .l-sec-ttl {
    font-size: 4rem;
    margin-bottom: 60px;
  }
  .l-sec .l-sec-ttl > span:first-child {
    margin-bottom: 5px;
  }
  .l-sec .l-sec-ttl__sub {
    font-size: 2rem;
  }
  .l-sec .l-sec-ttl__sub span {
    padding: 0 20px;
  }
  .l-sec .l-sec-ttl.page-ttl {
    margin-bottom: 25px;
  }
}
.l-sec .cont-ttl {
  margin-top: 104px;
  color: #192E77;
  text-align: center;
}
.l-sec .cont-ttl__ttl {
  font-size: 40px;
  padding: 0 20px;
  border-top: 2px solid #192E77;
  border-bottom: 2px solid #192E77;
  font-family: Oswald;
}
@media screen and (max-width: 768px) {
  .l-sec .cont-ttl__ttl {
    font-size: 9vw;
  }
}
.l-sec .cont-ttl__sub {
  display: block;
  margin: 5px 0;
  font-size: 22px;
}
.l-sec .cont-box {
  margin-top: 100px;
  text-align: center;
  color: #192E77;
}
@media screen and (max-width: 768px) {
  .l-sec .cont-box {
    margin-top: 50px;
  }
}
.l-sec .cont-box__ttl {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .l-sec .cont-box__ttl {
    font-size: 32px;
  }
}
.l-sec .cont-box__txt {
  margin-top: 45px;
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-sec .cont-box__txt {
    text-align: left;
  }
}

.c-btn {
  width: 100%;
  max-width: 250px;
}
.c-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  height: 40px;
  color: #192E77;
}
.c-btn a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.c-btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #192E77;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-15deg);
  transition: all 0.3s;
  z-index: 0;
}
.c-btn a:hover, .c-btn a:focus {
  color: #192E77;
  opacity: 1;
}
.c-btn a:hover::before, .c-btn a:focus::before {
  overflow: hidden;
  border-color: #fff;
  box-shadow: inset 11.37em 0 0 0 #fff;
}
.c-btn--wht a {
  color: #fff;
}
.c-btn--wht a::before {
  border-color: #fff;
}
.c-btn--wht a:hover, .c-btn--wht a:focus {
  color: #192E77;
}
.c-btn--wht a:hover::before, .c-btn--wht a:focus::before {
  border-color: #fff;
  box-shadow: inset 11.37em 0 0 0 #fff;
}
.c-btn--blue a {
  color: #192E77;
}
.c-btn--blue a::before {
  border-color: #192E77;
}
.c-btn--blue a:hover, .c-btn--blue a:focus {
  color: #fff;
}
.c-btn--blue a:hover::before, .c-btn--blue a:focus::before {
  border-color: #192E77;
  box-shadow: inset 11.37em 0 0 0 #192E77;
  z-index: -1;
}

#top .mv-wrapper {
  margin-bottom: 166px;
  height: 100vh;
  background: url(../images/top/mv_pc2312.png) center/cover no-repeat;
  position: relative;
}
#top .mv-wrapper .mv-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top .mv-wrapper .mv-inner .mv-ttl,
#top .mv-wrapper .mv-inner .mv-catch {
  width: 46%;
  margin: auto;
}
#top .mv-wrapper .mv-inner .mv-ttl {
  margin-bottom: 35px;
  width: 51%;
}
#top .mv-wrapper .mv-inner .mv-catch {
  margin-bottom: 50px;
}
#top .mv-wrapper .mv-inner .mv-txt {
  font-size: min(3.2rem, 3vw);
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#top .mv-wrapper .mv-inner .mv-txt .wht-border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 17px 0 10px;
  font-weight: 700;
}
#top .mv-wrapper .mv-inner .mv-txt .big-txt {
  font-size: min(4.8rem, 4vw);
  font-weight: 700;
}
#top .event-news-wrapper {
  background: #E9EAF0;
  padding: 80px 0 100px;
  position: relative;
}
#top .event-news-wrapper .event-news-ttl {
  position: absolute;
  font-size: 6rem;
  font-family: "Oswald", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.02px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #192E77;
  font-weight: 400;
}
#top .event-news-wrapper .event-news-slide__item {
  padding-left: 1.1%;
}
#top .event-news-wrapper .event-news-slide__ttl {
  margin-top: 30px;
}
#top .event-news-wrapper .c-btn {
  margin: 70px auto 0;
}
#top .cont-box {
  margin-top: 0;
}
#top .cont-box__ttl, #top .cont-box__txt {
  text-align: left;
}
#top .cont-box .c-btn {
  margin: 30px auto;
}
#top .l-sec-about .l-flex {
  justify-content: space-between;
  padding-left: 7.8%;
}
#top .l-sec-about .l-flex + .l-flex {
  margin-top: 173px;
}
#top .l-sec-about .l-flex.reversal {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 7.8%;
}
#top .l-sec-about .about-list__contents {
  width: 45%;
  max-width: 493px;
}
#top .l-sec-about .about-list__img {
  width: calc(100% - 493px);
  max-width: 840px;
  min-width: 400px;
}
#top .l-sec-shop {
  background: linear-gradient(0deg, rgb(13, 23, 60) 0%, rgb(25, 46, 119) 100%);
  color: #fff;
}
#top .l-sec-shop .l-sec-ttl {
  color: #fff;
}
#top .l-sec-shop .l-flex {
  justify-content: space-between;
  padding-left: 7.8%;
}
#top .l-sec-shop .shop-list__contents {
  width: 45%;
  max-width: 493px;
}
#top .l-sec-shop .shop-list__img {
  width: calc(100% - 493px);
  max-width: 840px;
  min-width: 400px;
}
#top .l-sec-shop .shop-list .cont-box__ttl, #top .l-sec-shop .shop-list .cont-box__txt {
  color: #fff;
}
#top .l-sec-shop.l-sec .l-sec-ttl__sub::before {
  background: #fff;
}
#top .l-sec-shop.l-sec .l-sec-ttl__sub span {
  color: #182d75;
}
#top .l-sec-instagram {
  background: #e9eaf1;
}
#top .l-sec-instagram .instagram-list {
  padding-bottom: 130px;
}
#top .event-news-slide .slick-arrow {
  position: absolute;
  width: 50px;
  z-index: 1;
  top: -35px;
  right: 5%;
  transform: translateY(-50%);
}
#top .event-news-slide .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.3;
}
#top .event-news-slide .slick-arrow.prev-arrow {
  right: calc(10% + 10px);
}
@media screen and (max-width: 768px) {
  #top .event-news-slide .slick-arrow.prev-arrow {
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #top .mv-wrapper {
    height: 70vh;
    padding-top: 60px;
    margin-bottom: 100px;
    background: url(../images/top/mv_sp2312.png) center/cover no-repeat;
  }
  #top .mv-wrapper .mv-inner .mv-ttl {
    width: 85%;
    margin-bottom: 17.7px;
  }
  #top .mv-wrapper .mv-inner .mv-catch {
    width: 70%;
  }
  #top .mv-wrapper .mv-inner .mv-catch {
    margin-bottom: 22px;
  }
  #top .mv-wrapper .mv-inner .mv-txt {
    font-size: 4.5vw;
  }
  #top .mv-wrapper .mv-inner .mv-txt .wht-border {
    padding: 8px 0;
  }
  #top .mv-wrapper .mv-inner .mv-txt .big-txt {
    font-size: 6vw;
  }
  #top .event-news-wrapper .event-news-ttl {
    font-size: 4rem;
    top: -7px;
  }
  #top .event-news-wrapper .event-news-slide__item {
    padding: 0 20px;
  }
  #top .l-sec-about .l-flex {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 20px;
  }
  #top .l-sec-about .l-flex + .l-flex {
    margin-top: 100px;
  }
  #top .l-sec-about .l-flex.reversal {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  #top .l-sec-about .about-list__contents {
    width: 100%;
    max-width: auto;
  }
  #top .l-sec-about .about-list__img {
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin-bottom: 50px;
  }
  #top .l-sec-shop .l-sec-ttl {
    color: #fff;
  }
  #top .l-sec-shop .l-flex {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 20px;
  }
  #top .l-sec-shop .shop-list__contents {
    width: 100%;
    max-width: auto;
  }
  #top .l-sec-shop .shop-list__img {
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin-bottom: 50px;
  }
}

#about .concept_btm-img {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #about .concept_btm-img {
    margin-top: 20px;
  }
}
#about .sppf {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  #about .sppf {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .concept {
    padding: 0 20px;
  }
}
#about .point02 {
  margin-top: 143px;
  padding: 114px 0;
  background-image: url(../images/about/point02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#about .point02 .cont-ttl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .point02 .cont-ttl {
    margin-top: 0;
  }
}
#about .point02 .cont-ttl__ttl {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #about .point02 .cont-ttl__ttl {
    font-size: 9vw;
  }
}
#about .point02 .cont-box {
  color: #fff;
}
#about .point02 .point-img-box {
  width: 70%;
  margin: 0 auto;
  margin-top: 55px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .point02 .point-img-box {
    width: 100%;
  }
}
#about .point02 .point-img-box .point-img {
  width: 30%;
  margin-right: 5px;
}
#about .point02 .point-img-box .point-img:last-child {
  margin-right: 0;
}
#about .bg-blue {
  background: #111f51;
}
#about .bg-blue > h2, #about .bg-blue h3, #about .bg-blue p {
  color: #fff;
}
#about .bg-blue .cont-ttl {
  margin-top: 0;
  padding-top: 104px;
  color: #fff;
}
#about .bg-blue .cont-ttl__ttl {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #about .bg-blue .cont-ttl__ttl {
    font-size: 9vw;
  }
}
#about .point03 .point-img {
  margin: 97px auto 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #about .point03 .point-img {
    width: 100%;
  }
}
#about .point04 .point-img-box {
  margin-top: 65px;
  justify-content: center;
}
#about .point04 .point-img-box .point-img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #about .point04 .point-img-box .point-img {
    width: 90%;
  }
}
#about .point04 .point-img-box .point-img:first-child {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .point04 .point-img-box .point-img:first-child {
    margin-bottom: 40px;
  }
}
#about .point04 .point-img-box .point-img:first-child::after {
  position: absolute;
  display: inline-block;
  content: "▶";
  width: 15px;
  height: 15px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  #about .point04 .point-img-box .point-img:first-child::after {
    content: "▼";
    display: block;
    top: auto;
    bottom: -25px;
    left: 50%;
  }
}
#about .point04 .point-img-box + p {
  margin-top: 100px;
  padding-bottom: 65px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .point04 .point-img-box + p {
    margin-top: 50px;
    text-align: left;
  }
}
#about .point_btm {
  padding-bottom: 80px;
}
#about #other {
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  #about #other {
    margin-top: 50px;
  }
}
#about .other-cont {
  padding: 100px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .other-cont {
    padding: 100px 20px;
  }
}
#about .other-cont > h3, #about .other-cont p {
  color: #fff;
}
#about .other-cont__imgbox {
  margin-right: 45px;
  max-width: 269px;
}
@media screen and (max-width: 768px) {
  #about .other-cont__imgbox {
    margin-right: 0;
  }
}
#about .other-cont__txtbox__ttl {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .other-cont__txtbox__ttl {
    margin-top: 40px;
    font-size: 34px;
  }
}
#about .other-cont__txtbox__txt {
  margin-top: 40px;
  font-size: 18px;
}
#about .other01 {
  margin-top: 50px;
  background-image: url(../images/about/other01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #about .other02 .other-cont {
    padding: 100px 20px;
  }
}
#about .other02 .other-cont > h3, #about .other02 .other-cont p {
  color: #192E77;
}
#about .other02 .other-cont__imgbox2 {
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  #about .other02 .other-cont__imgbox2 {
    margin-right: 0;
  }
}
#about .other02 .other-cont__txtbox2__ttl {
  max-width: 268px;
}
#about .other02 .other-cont__txtbox2__txt {
  margin-top: 60px;
  font-size: 36px;
  line-height: 2;
}
#about .other02 .other-cont__txtbox2__txt2 {
  margin-top: 55px;
  font-size: 18px;
  line-height: 2;
}
#about .other03 {
  margin-top: 50px;
  padding-bottom: 100px;
  background-image: url(../images/about/other03_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#about .other03 .other-cont {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #about .other03 .other-cont {
    padding: 50px 20px;
  }
}
#about .other03 .other-cont__txtbox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about .other03 .other-cont__txtbox {
    margin-top: 40px;
  }
}
#about .other03 .other-cont__lead {
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #about .other03 .other-cont__lead {
    padding: 0 20px;
    text-align: left;
  }
}
#about .list {
  margin: 140px auto 50px;
}
@media screen and (max-width: 768px) {
  #about .list {
    margin-top: 50px;
  }
}

#shop .anchor {
  margin: 154px auto;
}
#shop .anchor__box {
  justify-content: center;
}
#shop .anchor__item {
  display: flex;
  width: 325px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border: 4px solid #192E77;
  font-size: 22px;
}
#shop .anchor__item:first-of-type {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  #shop .anchor__item:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#shop .anchor__item a {
  color: #192E77;
}
#shop .shop-cont__ttl {
  border-bottom: 4px solid #192E77;
  padding-bottom: 20px;
  font-size: 26px;
  color: #192E77;
}
#shop .shop-cont__box {
  margin-top: 80px;
}
#shop .shop-cont__box__ttl {
  font-size: 22px;
  color: #192E77;
}
#shop .shop-cont__box__ttl .small {
  font-size: 15px;
}
#shop .shop-cont__box__txt {
  margin-top: 40px;
  line-height: 2.5;
}
#shop .map {
  margin: 90px auto;
}
@media screen and (max-width: 768px) {
  #shop .map {
    width: 95%;
  }
}
#shop .map iframe {
  width: 100%;
}
#shop .shop-list {
  max-width: 1300px;
}
#shop .shop-list .shop-cont__box__ttl {
  margin-top: 90px;
}
#shop .right_d {
  text-align: right;
}
#shop .table-responsive {
  margin-top: 30px;
}
#shop .table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}
#shop .table th {
  background: #b4b4b4;
  border-right: 4px solid #fff;
  color: #fff;
  font-size: 16px;
}
#shop .table th:last-of-type {
  border-right: none;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #shop .table th:not(:first-child) {
    display: none;
  }
}
#shop .table tr {
  border-bottom: 1px solid #ccc;
}
#shop .table tr td {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.75;
}
#shop .table tr td:first-child {
  width: 401px;
  margin-top: 20px;
}
#shop .table tr td:nth-child(2) {
  width: 386px;
}
#shop .table tr td:nth-child(3) {
  width: 115px;
}
#shop .table tr td:nth-child(4) {
  width: 115px;
}
#shop .table tr td:last-child {
  max-width: 280px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  #shop .table tr td {
    display: block;
    padding: 10px 0;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  #shop .table tr td:first-child {
    margin-top: 20px;
    width: 100%;
  }
  #shop .table tr td:nth-child(2) {
    width: 100%;
  }
  #shop .table tr td:nth-child(3) {
    width: 100%;
  }
  #shop .table tr td:nth-child(4) {
    width: 100%;
  }
  #shop .table tr td:last-child {
    margin-bottom: 20px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #shop .table tr td:nth-child(3)::before {
    content: "TEL：";
  }
}
@media screen and (max-width: 768px) {
  #shop .table tr td:nth-child(4)::before {
    content: "FAX：";
  }
}
@media screen and (max-width: 768px) {
  #shop .table tr td:nth-child(5)::before {
    content: "URL：";
  }
}
#shop .mail {
  height: 520px;
  margin-top: 90px;
  justify-content: center;
  align-items: center;
  background: #192d77;
  background-image: url(https://sppf.rubberdip.jp/wp-content/themes/sppf2023/assets/images/shop/mail_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #shop .mail {
    padding: 50px 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #shop .mail-inner {
    padding: 0 20px;
  }
}
#shop .mail__ttl {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: #fff;
}
#shop .mail .mail-cont__box {
  justify-content: center;
  margin-top: 50px;
}
#shop .mail .mail-cont__box__ttl {
  margin-right: 25px;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #shop .mail .mail-cont__box__ttl {
    text-align: center;
  }
}
#shop .mail .mail-cont__box__txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #shop .mail .mail-cont__box__txt {
    text-align: center;
  }
}
#shop .mail .c-btn {
  margin: 0 auto;
  margin-top: 50px;
  color: #fff;
}
#shop .recruitment {
  margin-top: 200px;
}
#shop .recruitment .shop-cont__ttl + p {
  margin-top: 45px;
  line-height: 2;
}
#shop .instructions {
  margin-top: 97px;
}
#shop .instructions__ttl {
  margin-bottom: 25px;
}
#shop .instructions__imgbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
  #shop .instructions__imgbox {
    grid-template-columns: 1fr 1fr;
  }
}
#shop .form {
  justify-content: center;
}
#shop .form .form-warp {
  margin-top: 80px;
  padding: 0 145px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #shop .form .form-warp {
    padding: 0 20px;
  }
}
#shop .form .form__box {
  margin-top: 50px;
}
#shop .form .form__box__ttl {
  width: 185px;
}
#shop .c-btn {
  margin-bottom: 115px;
}

#faq .faq-box {
  padding: 60px 20px;
  border-bottom: 3px solid #192E77;
}
#faq .faq-box:last-of-type {
  border-bottom: none;
}
#faq .faq-box .number {
  color: #fff;
  font-size: 37px;
  display: inline-block;
  margin-left: 20px;
}
#faq .faq-box .number span {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 10px 15px;
}
#faq .faq-box .number span::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #192E77;
  transform: skewX(-15deg);
  top: 0;
  left: 0;
}
#faq .faq-box .txt {
  padding-left: 26px;
  width: 88%;
}
@media screen and (max-width: 768px) {
  #faq .faq-box .txt {
    width: 52%;
  }
}
#faq .faq-box .question {
  position: relative;
}
#faq .faq-box .question::after {
  position: absolute;
  width: 22px;
  height: 22px;
  /* 閉じている時 */
  content: "＋";
  font-size: 26px;
  color: #000;
  bottom: 0;
  right: 20px;
}
#faq .faq-box .question.active::after {
  content: "ー";
}
#faq .faq-box .question .txt {
  font-size: 25px;
  color: #192E77;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#faq .faq-box .answer {
  display: none;
  margin-top: 45px;
}
#faq .faq-box .answer .number {
  color: #192E77;
}
#faq .faq-box .answer .number span::before {
  background: #fff;
  border: 2px solid #192E77;
}
#faq .faq-box .answer .txt {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */