@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  box-sizing: border-box;
}

body main #main_sct {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
body main #main_sct img {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body main #main_sct img {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body main #main_sct img {
    object-fit: cover;
    object-position: center center;
    height: 200px;
  }
}
body main #main_sct p {
  color: #fff;
  font-size: 2.5vw;
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body main #main_sct p {
    font-size: 4vw;
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main #main_sct p {
    font-size: 25px;
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  body main #main_sct p {
    font-size: 20px;
  }
}
body main #news_sct .banner {
  width: 100%;
  margin-bottom: 80px;
}
body main #news_sct .banner img {
  width: 100%;
}
body main #news_sct .news_ctn {
  grid-template-columns: 4fr 6fr;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body main #news_sct .news_ctn {
    display: block;
  }
}
body main #news_sct .news_ctn .news_l {
  gap: 20px;
  align-items: baseline;
  padding-bottom: 20px;
}
body main #news_sct .news_ctn .news_l h1 {
  font-size: 36px;
  color: #1e2a5a;
  font-weight: normal;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
body main #news_sct .news_ctn .news_l div {
  background: #1e2a5a;
  color: #fff;
  padding: 0 14px;
  border-radius: 50px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
body main #news_sct .news_ctn .news_r ol li:first-of-type {
  border-top: 1px solid #ccc;
}
body main #news_sct .news_ctn .news_r ol li a {
  grid-template-columns: 2fr 8fr;
  gap: 0 25px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  body main #news_sct .news_ctn .news_r ol li a {
    grid-template-columns: 1fr;
    padding: 15px 0;
  }
}
body main #about_sct .about_ctn.grid_ctn {
  grid-template-columns: 4fr 6fr;
  align-items: start;
}
@media screen and (max-width: 768px) {
  body main #about_sct .about_ctn.grid_ctn {
    grid-template-columns: 1fr;
  }
}
body main #about_sct .about_ctn.grid_ctn .about_l {
  padding-bottom: 20px;
}
body main #about_sct .about_ctn.grid_ctn .about_l h1 {
  color: #1e2a5a;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  line-height: 1.9;
}
body main #about_sct .about_ctn.grid_ctn .about_l h1::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/title_icon.svg);
  background-size: contain;
}
body main #about_sct .about_ctn.grid_ctn .about_r h2 {
  color: #1e2a5a;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body main #about_sct .about_ctn.grid_ctn .about_r h2 {
    font-size: 25px;
  }
}
body main #about_sct .about_ctn.grid_ctn .about_r p {
  padding-top: 30px;
  font-size: 14px;
}
body main #about_sct .about_img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  body main #about_sct .about_img {
    margin-top: 40px;
  }
}
body main #about_sct .about_img img {
  width: 100%;
  border-radius: 10px;
}
body main #features_sct .features_ctn {
  grid-template-columns: 3fr 7fr;
  gap: 30px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  body main #features_sct .features_ctn {
    display: block;
  }
}
body main #features_sct .features_ctn .feature_l {
  padding-bottom: 20px;
}
body main #features_sct .features_ctn .feature_l h1 {
  color: #1e2a5a;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  line-height: 1.9;
}
body main #features_sct .features_ctn .feature_l h1::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/title_icon.svg);
  background-size: contain;
}
body main #features_sct .features_ctn .features_r {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body main #features_sct .features_ctn .features_r {
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  body main #features_sct .features_ctn .features_r {
    grid-template-columns: 1fr;
  }
}
body main #features_sct .features_ctn .features_r .feature {
  width: 100%;
  background: #f9fbfd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
body main #features_sct .features_ctn .features_r .feature img {
  display: block;
  margin: 0 auto 10px;
  height: 80px;
}
body main #features_sct .features_ctn .features_r .feature h3 {
  font-size: 18px;
  color: #1e2a5a;
  text-align: center;
  font-weight: bold;
  padding-bottom: 16px;
}
body main #features_sct .features_ctn .features_r .feature p {
  font-size: 13px;
}
body main #features_sct .features_ctn .features_r .feature p.gold {
  color: #ab8f50;
  font-size: 12px;
  padding-top: 10px;
}
body main #features_sct .features_ctn .features_r .feature:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 480px) {
  body main #features_sct .features_ctn .features_r .feature:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
body main #items_sct {
  background: #f9fbfd;
  padding: 50px 0;
}
body main #items_sct .grid_ctn {
  grid-template-columns: 3fr 7fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn {
    grid-template-columns: 1fr;
  }
}
body main #items_sct .grid_ctn .item_l {
  color: #1e2a5a;
  writing-mode: vertical-rl;
  margin-right: auto;
  width: 100%;
  align-items: normal;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_l {
    writing-mode: initial;
  }
}
body main #items_sct .grid_ctn .item_l div {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_l div {
    flex-direction: column;
  }
}
body main #items_sct .grid_ctn .item_l div .s_title h1 {
  color: #1e2a5a;
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_l div .s_title h1 {
    padding-top: 0;
    padding-left: 40px;
  }
}
body main #items_sct .grid_ctn .item_l div .s_title h1::before {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/title_icon.svg);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_l div .s_title h1::before {
    top: 4px;
    left: 0;
  }
}
body main #items_sct .grid_ctn .item_l div p {
  font-size: 28px;
  font-weight: bold;
  padding-left: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_l div p {
    padding-left: 0;
    font-size: 24px;
  }
}
body main #items_sct .grid_ctn .item_r .grid_ctn {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_r .grid_ctn {
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  body main #items_sct .grid_ctn .item_r .grid_ctn {
    grid-template-columns: 1fr;
  }
}
body main #items_sct .grid_ctn .item_r .grid_ctn > div {
  position: relative;
}
body main #items_sct .grid_ctn .item_r .grid_ctn > div img {
  width: 100%;
  border-radius: 10px;
}
body main #items_sct .grid_ctn .item_r .grid_ctn > div .item_title {
  position: absolute;
  left: 0;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 8px 32px;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  body main #items_sct .grid_ctn .item_r .grid_ctn > div .item_title {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 480px) {
  body main #items_sct .grid_ctn .item_r .grid_ctn > div .item_title {
    padding: 8px 32px;
  }
}
body main #items_sct .grid_ctn .item_r .grid_ctn > div .item_title h2 {
  color: #1e2a5a;
  font-size: 16px;
  padding-top: 2px;
}
body main #items_sct .grid_ctn .item_r .grid_ctn > div .item_title div {
  background: #1e2a5a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 13px;
  vertical-align: bottom;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
body main #items_sct .grid_ctn .item_r .item_other {
  background: #fff;
  border-radius: 20px;
  padding: 40px 35px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body main #items_sct .grid_ctn .item_r .item_other {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 480px) {
  body main #items_sct .grid_ctn .item_r .item_other {
    padding: 20px 10px;
  }
}
body main #items_sct .grid_ctn .item_r .item_other h2 {
  color: #1e2a5a;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
body main #items_sct .grid_ctn .item_r .item_other p {
  font-size: 13px;
  word-break: break-all;
}
body main #flow_sct {
  background: #f9fbfd;
  padding: 50px 0;
}
body main #flow_sct .base_width {
  grid-template-columns: 3fr 7fr;
  gap: 30px;
  align-items: start;
}
@media screen and (max-width: 1080px) {
  body main #flow_sct .base_width {
    display: block;
  }
}
body main #flow_sct .base_width .flow_l {
  padding-bottom: 20px;
}
body main #flow_sct .base_width .flow_l h1 {
  color: #1e2a5a;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  line-height: 1.9;
}
body main #flow_sct .base_width .flow_l h1::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/title_icon.svg);
  background-size: contain;
}
body main #flow_sct .base_width .flow_r {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
@media screen and (max-width: 480px) {
  body main #flow_sct .base_width .flow_r {
    padding: 40px 10px;
  }
}
body main #flow_sct .base_width .flow_r .grid_ctn {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px 20px;
}
@media screen and (max-width: 768px) {
  body main #flow_sct .base_width .flow_r .grid_ctn {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  body main #flow_sct .base_width .flow_r .grid_ctn {
    grid-template-columns: 1fr 1fr;
  }
}
body main #flow_sct .base_width .flow_r .grid_ctn div img {
  width: 100%;
  padding-bottom: 10px;
}
body main #flow_sct .base_width .flow_r .grid_ctn div p {
  font-size: 13px;
  text-align: center;
}
body main #flow_sct .base_width .flow_r .grid_ctn div p a:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #1e2a5a;
}
body main #flow_sct .base_width .flow_r .grid_ctn div p.gold {
  color: #ab8f50;
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.4;
  text-align: left;
}
body main #flow_sct .base_width .flow_r .attention:last-of-type {
  background: #CFF5FE;
  width: 100%;
  margin-top: 40px;
  padding: 10px 20px;
}
body main #flow_sct .base_width .flow_r .attention:last-of-type p {
  font-size: 13px;
}
body main #access_sct .base_width {
  padding: 50px 0;
}
body main #access_sct .base_width .s_title {
  text-align: center;
}
body main #access_sct .base_width .s_title h1 {
  color: #1e2a5a;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 1.9;
}
body main #access_sct .base_width .s_title h1::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/title_icon.svg);
  background-size: contain;
}
body main #access_sct .base_width .shop_ctn {
  margin-bottom: 50px;
}
body main #access_sct .base_width .shop_ctn h2 {
  color: #1e2a5a;
  padding-bottom: 10px;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn {
  grid-template-columns: 400px 1fr 260px;
  grid-template-rows: auto auto;
  gap: 20px;
  grid-template-rows: 270px;
}
@media screen and (max-width: 1080px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 270px 250px;
  }
}
@media screen and (max-width: 768px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn {
    display: block;
  }
}
body main #access_sct .base_width .shop_ctn > .grid_ctn img {
  width: 100%;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
body main #access_sct .base_width .shop_ctn > .grid_ctn iframe {
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn iframe {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn iframe {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px;
  }
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc {
  border-top: 1px solid #ccc;
  height: 100%;
  flex-direction: column;
  align-items: initial;
}
@media screen and (max-width: 1080px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn {
  grid-template-columns: 5em auto;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 8px 5px;
  font-size: 13px;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3em;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a {
  margin: 0;
  display: inline-block;
  background: #d3e2e5;
  border-radius: 3px;
  padding: 0 0.3em;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.line {
  background: #00b900;
  color: #fff;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.instagram {
  background: #e4405f;
  color: #fff;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.facebook {
  background: #3b5998;
  color: #fff;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.twitter {
  background: #55acee;
  color: #fff;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .grid_ctn .SNS a.tiktok {
  background: #000;
  color: #fff;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc a {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc a {
    margin-top: 30px;
  }
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .rsv_btn {
  border: 1px solid #ab8f50;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .rsv_btn p {
  color: #ab8f50;
  text-align: center;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
}
body main #access_sct .base_width .shop_ctn > .grid_ctn .access_stc .rsv_btn p::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/rsv_icon.svg);
  background-size: contain;
}
body main #kuchikomi_sct .base_width {
  padding: 50px 0 100px;
}/*# sourceMappingURL=style.css.map */