@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
* {
  padding: 0;
  margin: 0;
}

.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd,
.reset figure,
.reset figcaption,
.reset table,
.reset table,
.reset address {
  list-style: none;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768.9px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 768.9px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  /*font-feature-settings: "palt" 1; */
  background-color: #fff;
}
@media screen and (max-width: 768.9px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768.9px) {
  body {
    font-size: 18px;
  }
}
body .maru {
  font-family: "Kiwi Maru", serif;
}
body b {
  font-weight: 700;
  font-style: normal;
}
body a {
  color: #333333;
  text-decoration: none;
}
body a:hover {
  /*opacity: 0.7;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body .object-fit {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
body .view-navi {
  display: block;
}
body .view-sp {
  display: none;
}
@media screen and (max-width: 768.9px) {
  body .view-sp {
    display: block;
  }
}
body .view-pc {
  display: block;
}
@media screen and (max-width: 768.9px) {
  body .view-pc {
    display: none;
  }
}
body #wrap,
body #contents {
  overflow: hidden;
}
body #wrap {
  margin: 0 auto;
}
body .container {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  body .container {
    width: 975px;
    max-width: 95%;
  }
}

/*=============================================================
 LP
=============================================================*/
.item01 {
  color: #EE798A;
}

.item02 {
  color: #3EBEA6;
}

.mark {
  position: relative;
  background: none;
}
.mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #EE798A;
  position: absolute;
  bottom: 5px;
  left: 0;
}
@media screen and (max-width: 768.9px) {
  .mark:after {
    height: 6px;
  }
}
.mark.sub:after {
  background-color: #3EBEA6;
}
.mark span {
  position: relative;
  z-index: 2;
}

.sec-tit {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .sec-tit {
    font-size: 5vw;
    align-items: flex-end;
    white-space: nowrap;
  }
}
.sec-tit:before, .sec-tit:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("../image/sec-tit_ico.png") no-repeat center center;
  margin-right: 50px;
}
@media screen and (max-width: 768.9px) {
  .sec-tit:before, .sec-tit:after {
    background-size: 100% 100%;
    width: 50px;
    height: 60px;
    margin-right: 0px;
  }
}
.sec-tit:after {
  transform: scale(-1, 1);
  margin-left: 50px;
}
@media screen and (max-width: 768.9px) {
  .sec-tit:after {
    margin-left: 0px;
  }
}

.attation {
  font-size: 14px;
}

.lead {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 768.9px) {
  .lead {
    font-size: 6vw;
    white-space: nowrap;
  }
}

.txtBox {
  display: inline-block;
  width: 720px;
  max-width: 100%;
  text-align: left;
  line-height: 2;
}
.txtBox span {
  font-weight: 700;
}

.bgBox {
  background: url("../image/bgbox_bg.png") repeat-y center center;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 768.9px) {
  .bgBox {
    padding: 10px;
  }
}
.bgBox-inner {
  background-color: #fff;
  padding: 50px;
  font-size: 22px;
}
@media screen and (max-width: 768.9px) {
  .bgBox-inner {
    padding: 20px;
    font-size: 4vw;
  }
}

.com-btn a {
  display: inline-block;
  background: url("../image/btn_arrow.png") no-repeat 95% center;
  background-color: #115067;
  border-radius: 90px;
  color: #fff;
  font-size: 18px;
  width: 660px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768.9px) {
  .com-btn a {
    background-size: 10px auto;
    font-size: 4vw;
  }
}
.com-btn a:hover {
  background: url("../image/btn_arrow.png") no-repeat 90% center;
  background-color: #08212b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768.9px) {
  .gheader {
    position: relative;
    background-color: #FCA9AB;
    position: sticky;
    top: 0px;
    z-index: 3;
  }
  .gheader ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    overflow: hidden;
  }
  .gheader ul li a {
    display: block;
    font-size: 20px;
    padding: 0 50px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
  }
  .gheader ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #ee5f75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gheader ul li a:hover:before {
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gheader .btn-shop {
    position: absolute;
    right: 0;
    top: 0;
  }
  .gheader .btn-shop a {
    display: flex;
    align-items: center;
    background-color: #115067;
    color: #fff;
    border-radius: 45px 0 0 45px;
    text-align: left;
    font-size: 18px;
    padding: 0 50px 0;
    height: 80px;
    line-height: 1.2;
  }
  .gheader .btn-shop a:before {
    display: none;
  }
  .gheader .btn-shop a:hover {
    background-color: #08212b;
  }
}
@media screen and (max-width: 768.9px) {
  .gheader ul li a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
  }
  .gheader .btn-shop {
    margin-top: 20px;
  }
  .gheader .btn-shop a {
    background-color: #115067;
    color: #fff;
    border-radius: 45px;
    text-align: left;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 768.9px) and (max-width: 1509.9px) {
  .gheader ul {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(5, 1fr);
  }
  .gheader ul li a {
    font-size: 1.6vw;
    display: block;
    padding: 0;
  }
  .gheader .btn-shop {
    position: relative;
    margin: 0 0 0 auto;
  }
  .gheader .btn-shop a {
    font-size: 1.4vw;
    padding: 0 2vw 0 3vw;
    white-space: nowrap;
  }
}
.drawer-hamburger {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 0;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
}
@media screen and (min-width: 768.9px) {
  .drawer-hamburger {
    display: none;
  }
}
.drawer-hamburger-icon {
  display: block;
  width: 60%;
  background-color: #333;
  transform: scale(1);
  position: relative;
  transition: 0.5s;
  margin: 0 auto;
  height: 1.5px;
}
.drawer-hamburger-icon:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #333;
  position: absolute;
  transition: 0.5s;
  top: -8px;
  height: 1.5px;
}
.drawer-hamburger-icon:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #333;
  position: absolute;
  transition: 0.5s;
  bottom: -8px;
  height: 1.5px;
}
@media screen and (max-width: 768.9px) {
  .drawer-scroll {
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768.9px) {
  .drawer-nav {
    display: none;
    background-color: #FFE2E2;
    position: fixed;
    width: 100%;
    /*height: 98%;
     IE8以下とAndroid4.3以下用フォールバック 
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);*/
    left: 0;
    top: 60px;
    box-sizing: border-box;
    z-index: 3;
    padding: 20px 20px 40px 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .drawer-nav {
    display: block;
  }
}
.drawer-open {
  overflow: hidden;
}
.drawer-open .drawer-nav {
  display: block;
}

.logo {
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 768.9px) {
  .logo {
    background-color: #EE798A;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    z-index: 3;
  }
}
@media screen and (max-width: 768.9px) {
  .logo img {
    width: auto;
    height: 20px;
    margin-left: 20px;
  }
}

.kv {
  position: relative;
}
.kv-pic img {
  width: 100%;
  height: auto;
  min-height: 570px;
  object-fit: cover;
}
.kv-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768.9px) {
  .kv-block .logo_bland {
    width: 75%;
    margin: 0 auto;
  }
}
.kv-block .txt01 {
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 800;
  padding: 20px 25px 20px 25px;
  font-size: 54px;
}
@media screen and (max-width: 768.9px) {
  .kv-block .txt01 {
    padding: 10px 10px;
    font-size: 8vw;
    border-radius: 5px;
    box-sizing: border-box;
  }
}
.kv-block .txt01 .left {
  border-radius: 20px 0 0 20px;
  line-height: 66px;
  font-size: 52px;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .kv-block .txt01 .left {
    line-height: 50px;
    font-size: 35px;
  }
}
.kv-block .txt01 .right {
  border-radius: 0 20px 20px 0;
  font-size: 66px;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .kv-block .txt01 .right {
    line-height: 50px;
    font-size: 35px;
  }
}
.kv-block .txt02 {
  line-height: 1;
  background-color: #fff;
  border-radius: 100%;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  font-size: 31px;
}
@media screen and (max-width: 768.9px) {
  .kv-block .txt02 {
    font-size: 5vw;
    width: 35px;
    height: 35px;
  }
}
.kv-block .lead01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.kv-block .lead02 {
  padding-bottom: 40px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768.9px) {
  .kv-block .lead02 {
    padding-bottom: 20px;
  }
}
.kv-block .lead02:after {
  position: absolute;
  bottom: 20px;
  left: 5%;
  content: "";
  display: block;
  width: 90%;
  height: 5px;
  background: linear-gradient(to right, rgb(238, 121, 138) 0%, rgb(238, 121, 138) 50%, rgb(62, 190, 166) 50%, rgb(62, 190, 166) 100%);
}
@media screen and (max-width: 768.9px) {
  .kv-block .lead02:after {
    bottom: 10px;
  }
}

.sec01 {
  background-color: #FBFCED;
}
.sec01-block {
  padding: 120px 0 240px 0;
}
@media screen and (max-width: 768.9px) {
  .sec01-block {
    padding: 60px 0 120px 0;
  }
}
.sec01-block .sec-tit {
  margin-bottom: 55px;
}
@media screen and (max-width: 768.9px) {
  .sec01-block .sec-tit {
    margin-bottom: 20px;
  }
}
.sec01-block .sec-tit .attation {
  margin-top: 20px;
}
@media screen and (max-width: 768.9px) {
  .sec01-block .sec-tit .attation {
    margin-top: 10px;
  }
}
.sec01-block .lead {
  margin-top: 145px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768.9px) {
  .sec01-block .lead {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.sec01-block .bgBox {
  margin-top: 135px;
}
@media screen and (max-width: 768.9px) {
  .sec01-block .bgBox {
    margin-top: 60px;
  }
}

.sec02 {
  background-color: #FFE9A2;
}
.sec02-block {
  padding: 120px 0 240px 0;
}
@media screen and (max-width: 768.9px) {
  .sec02-block {
    padding: 60px 0 100px 0;
  }
}
.sec02-block .sec-tit {
  margin-bottom: 35px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .sec-tit {
    margin-bottom: 40px;
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 768.9px) {
  .sec02-block .sec-tit:before, .sec02-block .sec-tit:after {
    background-size: auto;
    margin-bottom: -10px;
  }
}
.sec02-block .lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .lead {
    margin-bottom: 35px;
  }
}
.sec02-block .lead:first-of-type .mark:after {
  width: 80%;
  left: 10%;
}
.sec02-block .lead:nth-last-of-type(2) .mark {
  font-size: 31px;
  line-height: 1.5;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .lead:nth-last-of-type(2) .mark {
    font-size: 5vw;
  }
}
.sec02-block .lead:nth-last-of-type(2) .mark b {
  font-size: 44px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .lead:nth-last-of-type(2) .mark b {
    font-size: 7vw;
  }
}
.sec02-block .lead:nth-last-of-type(2) .mark.sub {
  margin-left: 1em;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .lead:nth-last-of-type(2) .mark.sub {
    margin-left: 0em;
  }
}
.sec02-block .line {
  margin: 140px 0;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .line {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .sec02-block .line img {
    width: 20%;
  }
}
.sec02-block .tbl-scroll {
  margin-top: 95px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .tbl-scroll {
    overflow-x: scroll;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.sec02-block .tbl-scroll table {
  border-collapse: separate;
  border-spacing: 5px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .tbl-scroll table {
    width: 800px;
  }
}
.sec02-block .tbl-scroll table tr:first-child th {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .tbl-scroll table tr:first-child th {
    font-size: 4vw;
  }
}
.sec02-block .tbl-scroll table tr:first-child th:nth-of-type(1) {
  background: none;
  width: 20%;
}
.sec02-block .tbl-scroll table tr:first-child th:nth-of-type(2) {
  background-color: #EE798A;
  width: 40%;
}
.sec02-block .tbl-scroll table tr:first-child th:nth-of-type(3) {
  background-color: #3EBEA6;
  width: 40%;
}
.sec02-block .tbl-scroll table tr th {
  padding: 1em;
}
.sec02-block .tbl-scroll table tr th:nth-of-type(1) {
  background-color: #6A7C83;
  color: #fff;
}
.sec02-block .tbl-scroll table tr td {
  padding: 1em;
  background-color: #fff;
}
.sec02-block .com-btn {
  margin-top: 175px;
}
@media screen and (max-width: 768.9px) {
  .sec02-block .com-btn {
    margin-top: 60px;
  }
}

.sec03-block {
  padding: 120px 0 240px 0;
}
@media screen and (max-width: 768.9px) {
  .sec03-block {
    padding: 60px 0 100px 0;
  }
}
.sec03-block .sec-tit {
  margin-bottom: 35px;
}
@media screen and (max-width: 768.9px) {
  .sec03-block .sec-tit {
    margin-bottom: 40px;
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 768.9px) {
  .sec03-block .sec-tit:before, .sec03-block .sec-tit:after {
    background-size: auto;
    margin-bottom: -10px;
  }
}
.sec03-block .lead {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768.9px) {
  .sec03-block .lead {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sec03-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768.9px) {
  .sec03-block ul {
    display: block;
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768.9px) {
  .sec03-block ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
}
.sec03-block ul li:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/strep_arrow.png") no-repeat center center;
}
@media screen and (max-width: 768.9px) {
  .sec03-block ul li:after {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}
.sec03-block ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .sec03-block ul li img {
    width: 50%;
  }
}
.sec04 {
  background-color: #FFE9A2;
  padding: 120px 0 240px 0;
}
@media screen and (max-width: 768.9px) {
  .sec04 {
    padding: 60px 0 120px 0;
  }
}
.sec04-block .sec-tit {
  margin-bottom: 35px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .sec-tit {
    margin-bottom: 40px;
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 768.9px) {
  .sec04-block .sec-tit:before, .sec04-block .sec-tit:after {
    background-size: auto;
    margin-bottom: -10px;
  }
}
.sec04-block .lead {
  margin: 40px 0 70px 0;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .lead {
    margin: 20px 0 35px 0;
  }
}
.sec04-block .col {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 90px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col {
    display: block;
    margin-top: 45px;
    margin-bottom: 65px;
  }
}
.sec04-block .col-item {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item {
    border-radius: 30px 30px 20px 20px;
  }
}
.sec04-block .col-item .item-cate {
  padding: 10px;
  font-size: 27px;
  font-weight: 800;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-cate {
    font-size: 5vw;
    border-radius: 30px 30px 0 0;
  }
}
.sec04-block .col-item .item-cate.item01 {
  background-color: #EE798A;
  color: #fff;
}
.sec04-block .col-item .item-cate.item02 {
  background-color: #3EBEA6;
  color: #fff;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-cate.item02 {
    margin-top: 30px;
  }
}
.sec04-block .col-item .item-box {
  text-align: left;
  padding: 25px 50px;
  font-size: 18px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-box {
    font-size: 4vw;
    padding: 20px;
  }
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-box .item-name img {
    width: auto;
    height: 100px;
  }
}
.sec04-block .col-item .item-box .item-lead {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-box .item-lead {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sec04-block .col-item .item-box .item-price {
  border-left: 5px solid #C1C1C1;
  padding: 10px 0 10px 20px;
  font-size: 18px;
  line-height: 1;
  margin: 20px 0;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-box .item-price {
    font-size: 4vw;
    margin: 10px 0;
    padding: 10px 0 10px 10px;
    font-size: 3.5vw;
  }
}
.sec04-block .col-item .item-box .item-price p {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 10px 0 0 0;
}
.sec04-block .col-item .item-box .item-price p:first-child {
  margin-top: 0;
}
.sec04-block .col-item .item-box .item-price span {
  font-size: 58px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .col-item .item-box .item-price span {
    font-size: 12vw;
  }
}
.sec04-block .col-item .item-box .item-txt {
  line-height: 2;
}
.sec04-block .com-btn li:first-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .com-btn li:first-of-type {
    margin-bottom: 20px;
  }
}
.sec04-block .com-btn li a {
  padding: 35px;
}
@media screen and (max-width: 768.9px) {
  .sec04-block .com-btn li a {
    padding: 15px;
  }
}

.footer .copy {
  padding: 25px;
}/*# sourceMappingURL=lp2025.css.map */