@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&display=swap");
/* ===============================
	site utility
 =============================== */
body * {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 2px;
}

body {
  margin: 0;
}

a {
  transition: 0.4s;
}

a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

/* テキストの大きさ */
.font_Xs {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

.font_S {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}

.font_R {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 3px;
}

.font_M {
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 4px;
}

/* テキストの太さ */
.fontW_R { /* Regular */
  font-weight: 400;
}

.fontW_M { /* Midium */
  font-weight: 500;
}

.fontW_Sb { /* Semi-Bold */
  font-weight: 600;
}

/* リスト装飾の種類 */
.list-style {
  display: flex;
  margin-bottom: 14px;
}

.list-style::before {
  display: block;
  padding-right: 10px;
}

.list-style--square::before {
  content: "■";
}

@media screen and (max-width: 767px) {
  .list-style {
    margin-bottom: 0;
  }
  .list-style::before {
    padding-right: 6px;
  }
}
/* ----------------------------------------
	content
----------------------------------------- */
/* 背景 */
.border {
  border: 9px solid rgb(136, 74, 37);
  border-image: linear-gradient(142deg, rgb(136, 74, 37) 0%, rgb(238, 163, 44) 27%, rgb(246, 242, 154) 40%, rgb(238, 190, 104) 60%, rgb(136, 74, 37) 74%, rgb(123, 53, 31) 82%, rgb(65, 17, 8) 91%);
  border-image-slice: 1;
}

.bg_1 {
    background: #F7C5AB;
}

.bg_2 {
background-size: auto auto;
background-color: rgba(247, 236, 149, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 38px, rgba(255, 255, 255, 0.2) 40px, rgba(255, 255, 255, 0.2) 52px );
}

.bg_3 {
background-size: auto auto;
background-color: rgba(157, 209, 172, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 38px, rgba(255, 255, 255, 0.2) 40px, rgba(255, 255, 255, 0.2) 52px );
}


@media screen and (max-width: 767px) {
  .border {
    border: 6px solid rgb(136, 74, 37);
    border-image: linear-gradient(142deg, rgb(136, 74, 37) 0%, rgb(238, 163, 44) 27%, rgb(246, 242, 154) 40%, rgb(238, 190, 104) 60%, rgb(136, 74, 37) 74%, rgb(123, 53, 31) 82%, rgb(65, 17, 8) 91%);
    border-image-slice: 1;
  }
  .bg_2 {
    background-size: 408px;
  }
}
#mv {
  margin: auto;
}

.absol_1 {
  top: 2%;
}

.absol_2 {
  top: 30%;
}

#store ul {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------
	footer
----------------------------------------- */
footer {
  margin: 0 auto;
  padding: 20px 0 30px 0;
  background: #fff;
}

/* ----------------------------------------
	btn
----------------------------------------- */
.c-btn {
  width: 56.666666667%;
  margin: 0 auto;
  display: block;
}

/* ----------------------------------------
	page top
----------------------------------------- */
.page-top {
  display: none;
  margin: 0;
  padding: 0;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}

.move-page-top {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #fff;
  line-height: 48px;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.move-page-top:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .page-top p {
    right: 0px;
    bottom: 20px;
  }
}

.img10{
  width: 76%;
  max-width: 582px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .img10{
    /* padding-left: 12%;
    padding-right: 12%; */
  }
}

/* ----------------------------------------
	section
----------------------------------------- */
.sec02{
  margin-top: -45px;
  padding-bottom: 50px;

}
.sec04 .btn06{
  width: 73.5%;
  margin: 0 auto;
  bottom: 28.7%;
}
.sec03{
  padding-bottom: 50px;
}
.sec04{
  padding-bottom: 20px;
}
.sec04 .btn07{
  width: 73.5%;
  bottom: 26.5%;
  margin: 0 auto;
}
.sec06{
  padding-top: 50px;
  padding-bottom: 70px;

}
.sec07-title{
  background: #00345B;
  text-align: center;
}
.sec07-desc{
  margin-bottom: 20px;
}

/* ----------------------------------------
	tailwind
----------------------------------------- */

.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-12_100{
  bottom: 12%;
}
.bottom-4_100{
  bottom: 4%;
}
.bottom-25_100{
  bottom: 25.5%;
}
.bottom-26_100{
  bottom: 26%;
}
.center{
  right: 0;
  left:0;
}


.wave {
  position: absolute;
  height: 69px;
  width: 100%;
  background: #2c3e50;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave::before {
  width: 55%;
  height: 100%;
  background-color: #2c3e50;
  right: -1.5%;
  top: 40%;
}
.wave::after {
  width: 55%;
  height: 109%;
  background-color: #fff;
  left: -1.5%;
  top: 60%;
}