@charset 'UTF-8';

/* ------------------------------------------------
fs打ち消し
------------------------------------------------ */
@media screen and (max-width: 599px) {
  .fs-l-main {
    width: unset !important;
    padding: 0 5% !important;
  }
}

/* --------------------------------------------- */

html {
  scroll-behavior: smooth;
}

h1 h2 p {
  font-family: 'Montserrat', 'Noto Sans JP',
    sans-serif;
}

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

.main_space {
  width: 768px;
  height: auto;
  margin: 120px auto;
}

@media screen and (max-width: 599px) {
  .main_space {
    width: 90%;
  }
}

.mainimg_pc {
  padding: 0 0 3% 0;
}

@media screen and (max-width: 599px) {
  .mainimg_pc {
    display: none;
  }
}

.mainimg_sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .mainimg_sp {
    display: unset;
  }
}

.menu {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .menu {
    flex-wrap: wrap;
    margin: 5% 0 0 0;
  }
}

.menu_li {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .menu_li {
    width: 50%;
    margin: 0 0 12% 0;
    padding: 0 0 2% 0;
  }
}

.menu_p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .09em;
}

.button {
  position: relative;
}

.button a::after {
  position: absolute;
  bottom: -60%;
  left: 48%;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  content: '';
}

.maincmt {
  padding: 10% 0 0 0;
}
article{
   padding-top: 100px;
    margin-top: -100px;
 }
@media screen and (max-width: 599px) {
  .maincmt {
    width: 90%;
    margin: 0 auto;
  }
}

.maincmt_p {
  margin-top: 2%;
  color: #3a3a3a;
  font-size: 19px;
  line-height: 180%;
  letter-spacing: .03em;
  text-align: center;
}
article{
   padding-top: 65px;
    margin-top: -65px;
 }
@media screen and (max-width: 599px) {
  .maincmt_p {
    font-size: 13px;
    text-align: justify;
  }
}

.content_space {
  padding: 15% 0 0 0;
}

.content_h1 {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 32px;
  line-height: 180%;
  letter-spacing: .03em;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .content_h1 {
    font-size: 25px;
  }
}

.content_p {
  margin-top: 2%;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: .04em;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .content_p {
    font-size: 14px;
  }
}

#flow {
  margin-top: 15%;
  padding: 5% 5%;
  background-color: #276e8a;
}

#flow h1,
#flow p {
  color: #fff;
}

.flow_img {
  width: 100%;
  margin-top: 5%;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10% 10%;
  border: 3px solid #3a3a3a;
}

@media screen and (max-width: 599px) {
  .step {
    display: block;
    padding: 7% 7%;
  }
}

.step_space {
  margin-top: 10%;
}

.step_frame {
  width: 47%;
}

@media screen and (max-width: 599px) {
  .step_frame {
    width: 100%;
    text-align: center;
  }
}

.step_text_img {
  width: 90px;
}

@media screen and (max-width: 599px) {
  .step_text_img {
    width: 90px;
  }
}

.step_text_h2 {
  margin-top: 5%;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  .step_text_h2 {
    font-size: 19px;
    text-align: justify;
  }
}

.step_text_p {
  margin: 10% 0 0 0;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  .step_text_p {
    margin: 10% 0;
    font-size: 13px;
    text-align: justify;
  }
}

.step_arrow {
  max-width: 65px;
  margin: 0 auto;
}

.store {
  margin: 10% 0 0 0;
}

.store_li {
  width: 29%;
}

@media screen and (max-width: 599px) {
  .store_li {
    width: 70%;
    margin: 0 auto 5% auto;
  }
}

#attention {
  margin-top: 15%;
  padding: 5% 5%;
  background-color: #efefef;
}

.attention_box {
  padding-top: 10%;
}

.attention_p {
  color: #3a3a3a;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: .03em;
}

@media screen and (max-width: 599px) {
  .attention_p {
    font-size: 13px;
  }
}

.store_backbutton {
  width: 70%;
  margin: 10% auto 0;
  border: 2px solid black;
  background: #000;
  color: #fff;
  font-size: 17px;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  text-align: center;
  transition: .3s;
}

.store_backbutton:hover {
  background: #fff;
  color: #000;
  transition: .3s;
}

.store_backbutton_a {
  display: block;
  padding: 3% 5%;
}

@media screen and (max-width: 599px) {
  .store_backbutton_a {
    font-size: 13px;
  }
}