@charset "UTF-8";
#container {
  min-width: auto;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  overflow: hidden;
  color: #171C61;
  font-weight: 500;
  margin-top: 25px;
}
#container h2 {
  width: auto;
}
#container img {
  max-width: 100%;
}
#container .inner {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  #container {
    width: 100%;
    min-width: 960px;
  }
  #container .inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1080px) {
  #container .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

#mv {
  height: 121.2903225806vw;
  margin: 0 auto;
  position: relative;
}
#mv .mv-inner {
  height: 100%;
  padding: 0 10px;
  position: relative;
}
#mv h1 {
  width: 88%;
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
#mv h1 img {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease 1s 1 forwards;
          animation: fadeIn 1.5s ease 1s 1 forwards;
}
#mv .chara01 {
  position: absolute;
  left: 0;
  bottom: 13vh;
  width: 49%;
  z-index: 4;
}
#mv .chara01 img {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 1.3s 1 forwards;
          animation: fadeIn 2s ease 1.3s 1 forwards;
}
#mv .chara02 {
  position: absolute;
  right: 0;
  bottom: 13vh;
  width: 49%;
  z-index: 5;
}
#mv .chara02 img {
  opacity: 0;
  -webkit-animation: fadeIn 2.5s ease 1.3s 1 forwards;
          animation: fadeIn 2.5s ease 1.3s 1 forwards;
}
#mv .btn {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 2.5vh;
  padding: 0 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
#mv .btn img {
  opacity: 0;
  -webkit-animation: fadeIn 3s ease 1.9s 1 forwards;
          animation: fadeIn 3s ease 1.9s 1 forwards;
}
#mv p {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 0.3s 1 forwards;
          animation: fadeIn 2s ease 0.3s 1 forwards;
}
@media screen and (min-width: 500px) {
  #mv .chara01 {
    bottom: 160px;
  }
  #mv .chara02 {
    bottom: 160px;
  }
}
@media screen and (min-width: 600px) {
  #mv .chara01 {
    bottom: 210px;
  }
  #mv .chara02 {
    bottom: 210px;
  }
}
@media screen and (min-width: 769px) {
  #mv {
    max-height: 450px;
    min-width: 1100px;
  }
  #mv h1 {
    max-width: 570px;
  }
  #mv .chara01 {
    top: 40px;
    bottom: auto;
    max-width: 320px;
  }
  #mv .chara02 {
    top: 40px;
    bottom: auto;
    max-width: 310px;
  }
  #mv .fade img {
    padding-top: 30px;
  }
  #mv .btn {
    width: 80%;
    max-width: 400px;
    bottom: 8vh;
  }
  #mv .btn .btn-link {
    display: block;
    position: relative;
  }
  #mv .btn .btn-link::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #mv .btn .btn-link:hover::after {
    opacity: 0.4;
  }
  #mv p {
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-animation: fadeIn 2s ease 0.3s 1 forwards;
            animation: fadeIn 2s ease 0.3s 1 forwards;
  }
}
@media screen and (min-width: 1080px) {
  #mv {
    max-height: 450px;
  }
  #mv .mv-inner {
    max-width: 1200px;
    padding: 0;
  }
  #mv h1 {
    max-width: 650px;
  }
  #mv .chara01 {
    top: 50px;
    bottom: auto;
    max-width: 330px;
  }
  #mv .chara02 {
    top: 50px;
    bottom: auto;
    max-width: 310px;
  }
  #mv .btn {
    max-width: 460px;
    bottom: 3vh;
  }
  #mv .fade img {
    padding-top: 30px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*************
スクロールイン時のフェードイン
**************/
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-slow {
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}

.fade-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fade-up-long {
  -webkit-transform: translateY(60px) rotate(-45deg);
          transform: translateY(60px) rotate(-45deg);
}

.fade-up-rotate {
  -webkit-transform: translateY(30px) rotate(30deg);
          transform: translateY(30px) rotate(30deg);
}

/* about  */
#about {
  background: #FFF5DA url(../images/img_bg01.png) no-repeat top;
  background-size: 100% auto;
  padding-top: 60px;
}
#about .view-pc {
  display: none;
}
#about .view-sp {
  display: block;
}
#about .about-inner + .img {
  margin-top: 20px;
}
#about .about-box .tit {
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
#about .about-box .txt {
  max-width: 355px;
  margin: 20px auto 0;
  font-size: clamp(16px, 2.2vw, 21px);
  line-height: 1.75;
  text-align: center;
}
#about .schedule {
  padding: 30px 0 0;
  background: #fff;
}
#about .schedule .schedule-box {
  position: relative;
  padding-bottom: 80px;
}
#about .schedule .schedule-box::before {
  display: block;
  content: "";
  position: absolute;
  top: 14.5vh;
  left: 50%;
  width: 18.5vw;
  height: calc(100% - 17vh);
  margin-left: -11vw;
  background: url(../images/about_sp_ico.png) no-repeat top center/contain;
}
#about .schedule .schedule-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#about .schedule .schedule-box .list + .list {
  margin-top: 5vh;
}
#about .schedule .schedule-box .list:nth-child(2) .list-item::before {
  background-image: url(../images/schedule_sp_ico01.png);
  top: 30px;
}
#about .schedule .schedule-box .list:nth-child(2) .list-item + .list-item::before {
  background-image: url(../images/schedule_sp_ico02.png);
  top: -30px;
  left: -15px;
}
#about .schedule .schedule-box .list:nth-child(3) .list-item::before {
  background-image: url(../images/schedule_sp_ico03.png);
  top: -50px;
}
#about .schedule .schedule-box .list:nth-child(3) .list-item + .list-item::before {
  background-image: url(../images/schedule_sp_ico04.png);
  top: 25px;
  width: 120%;
  height: 120%;
}
#about .schedule .schedule-box .list:nth-child(4) .list-item::before {
  background-image: url(../images/schedule_sp_ico05.png);
  width: 90%;
  height: 90%;
  bottom: -5%;
}
#about .schedule .schedule-box .list:nth-child(4) .list-item + .list-item::before {
  background-image: url(../images/schedule_sp_ico06.png);
  width: 60%;
  height: 60%;
  top: auto;
  left: auto;
  right: -20px;
  bottom: -59%;
}
#about .schedule .schedule-box .list:first-child .list-item + .list-item {
  margin-top: 0;
}
#about .schedule .schedule-box .list .list-item {
  width: calc(50% - 30px);
  max-width: 200px;
  position: relative;
}
#about .schedule .schedule-box .list .list-item::before {
  display: block;
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  background: no-repeat top center/contain;
}
#about .schedule .schedule-box .list .list-item + .list-item {
  margin-top: 50px;
}
#about .schedule .schedule-box .list .list-item .txt {
  margin-top: 0;
  font-size: clamp(13px, 2.8vw, 18px);
  text-align: center;
}
#about .schedule .schedule-box .list .list-item .img {
  margin-top: 10px;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
#about + .img {
  margin-bottom: -7%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 400px) {
  #about .schedule .schedule-box.sp::before {
    top: 13.5vh;
    left: 50%;
    width: 73px;
    margin-left: -38px;
    height: 1000px;
  }
  #about .schedule .schedule-box.sp .list .list-item {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 550px) {
  #about .schedule .schedule-box.sp::before {
    top: 13vh;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 1100px;
  }
  #about .schedule .schedule-box.sp .list .list-item {
    width: calc(50% - 35px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #about {
    margin-top: 0px;
    padding: 120px 0 0;
  }
  #about .view-pc {
    display: block;
  }
  #about .view-sp {
    display: none;
  }
  #about .about-inner + .img {
    margin-top: 25px;
  }
  #about .about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  #about .about-box .tit {
    width: calc(55% - 50px);
    max-width: 600px;
    margin: 0;
    padding: 0;
  }
  #about .about-box .txt {
    width: calc(45% - 15px);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0;
    padding-top: 15px;
    text-align: left;
  }
  #about .about-box + .img {
    margin-top: 35px;
  }
  #about .schedule {
    padding-bottom: 50px;
  }
  #about .schedule .schedule-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0;
  }
  #about .schedule .schedule-box::before {
    top: 50%;
    left: 131px;
    width: 110%;
    height: 11%;
    margin-top: -27px;
    background: url(../images/about_pc_ico.png) no-repeat top center/contain;
  }
  #about .schedule .schedule-box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(25% - 60px);
    gap: 120px 0;
  }
  #about .schedule .schedule-box .list + .list {
    margin-top: 0;
    -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
            transition-delay: 0.3s !important;
  }
  #about .schedule .schedule-box .list + .list + .list {
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
    -webkit-transition-delay: 0.7s !important;
            transition-delay: 0.7s !important;
  }
  #about .schedule .schedule-box .list + .list + .list + .list {
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
    -webkit-transition-delay: 1.1s !important;
            transition-delay: 1.1s !important;
  }
  #about .schedule .schedule-box .list:nth-child(2) .list-item::before {
    background-image: url(../images/schedule_pc_ico01.png);
    top: 30px;
  }
  #about .schedule .schedule-box .list:nth-child(2) .list-item + .list-item::before {
    background-image: url(../images/schedule_pc_ico02.png);
    top: -5px;
    left: -15px;
  }
  #about .schedule .schedule-box .list:nth-child(3) .list-item::before {
    background-image: url(../images/schedule_pc_ico03.png);
    top: -12px;
  }
  #about .schedule .schedule-box .list:nth-child(3) .list-item + .list-item::before {
    background-image: url(../images/schedule_pc_ico04.png);
    top: 18px;
    width: 120%;
    height: 120%;
  }
  #about .schedule .schedule-box .list:nth-child(4) .list-item::before {
    background-image: url(../images/schedule_pc_ico05.png);
    width: 120%;
    height: 120%;
    left: -28px;
    bottom: -45px;
  }
  #about .schedule .schedule-box .list:nth-child(4) .list-item + .list-item::before {
    background-image: url(../images/schedule_pc_ico06.png);
    width: 190%;
    height: 190%;
    right: -97px;
    bottom: -277px;
  }
  #about .schedule .schedule-box .list .list-item {
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #about .schedule .schedule-box .list .list-item .txt {
    font-size: 18px;
    min-height: 80px;
  }
  #about .schedule .schedule-box .list .list-item .img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
    -webkit-transition-delay: 0.6s !important;
            transition-delay: 0.6s !important;
  }
}

#kettle {
  background: #EFF4FF url(../images/kettle_sp_bg.png) no-repeat center 45px;
  background-size: 90% auto;
  padding-top: 20px;
  position: relative;
  z-index: 5;
}
#kettle .product_box .example::before {
  background: url(../images/kettle_sp_ico.png) no-repeat top center/100%;
}
#kettle .product_box .example .example-box {
  border: 2px solid #a9bee2;
}
#kettle .product_box .example .video-box::before {
  top: -60px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: url(../images/kettle_ico.png) no-repeat top center/100%;
}
@media screen and (min-width: 769px) {
  #kettle {
    background: #EFF4FF url(../images/kettle_pc_bg.png) no-repeat center 40px;
    background-size: 1140px auto;
    padding-top: 50px;
  }
  #kettle .product_box .tit::before {
    top: 50%;
    right: -210px;
    background: url(../images/kettle_img01.png) no-repeat center/100%;
    width: 180px;
    height: 180px;
    margin-top: -69px;
  }
  #kettle .product_box .example::before {
    top: -140px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    background: url(../images/kettle_pc_ico.png) no-repeat top center/100%;
  }
  #kettle .product_box .example .example-box {
    border: 4px solid #a9bee2;
  }
}

#pot {
  background: #FFEAE5 url(../images/pot_sp_bg.png) no-repeat center 30px;
  background-size: 95% auto;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}
#pot .product_box .video-box {
  margin-top: -10px;
}
#pot .product_box .video-box .txt-box .ico {
  top: -2px;
}
#pot .product_box .example::before {
  background: url(../images/pot_sp_ico.png) no-repeat top center/100%;
}
#pot .product_box .example .example-box {
  border: 2px solid #F3B188;
}
#pot .product_box .example .video-box::before {
  top: -60px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: url(../images/pot_ico.png) no-repeat top center/100%;
}
@media screen and (min-width: 769px) {
  #pot {
    background: #FFEAE5 url(../images/pot_pc_bg.png) no-repeat center 40px;
    background-size: 1140px auto;
    padding-top: 50px;
    position: static;
    z-index: auto;
  }
  #pot .product_box .video-box {
    margin-top: 70px;
  }
  #pot .product_box .video-box .txt-box .ico {
    top: 0;
  }
  #pot .product_box .tit::before {
    top: 50%;
    right: -210px;
    background: url(../images/pot_img01.png) no-repeat center/100%;
    width: 180px;
    height: 180px;
    margin-top: -69px;
  }
  #pot .product_box .example::before {
    top: -140px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    background: url(../images/pot_pc_ico.png) no-repeat top center/100%;
  }
  #pot .product_box .example .example-box {
    border: 4px solid #F3B188;
  }
}

/* product  */
.product {
  padding-bottom: 50px;
}
.product + .product {
  padding-top: 30px;
}
.product .view-pc {
  display: none;
}
.product .view-sp {
  display: block;
}
.product .product_box .tit {
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
.product .product_box .video-box {
  margin-top: 40px;
  position: relative;
}
.product .product_box .video-box .txt-box {
  margin-top: 30px;
}
.product .product_box .video-box .txt-box .sub-tit {
  width: 60%;
  max-width: 400px;
}
.product .product_box .video-box .txt-box .txt {
  margin-top: 30px;
  font-size: clamp(14px, 2.8vw, 19px);
}
.product .product_box .video-box .txt-box .ico {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 26.5%;
}
.product .product_box .video-box .video {
  margin-top: 25px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.product .product_box .video-box .video .img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.product .product_box .video-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .product_box .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 90px;
}
.product .product_box .example::before {
  display: block;
  content: "";
  position: absolute;
  top: -77px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.product .product_box .example .example-box {
  width: calc(50% - 30px);
  background: #fff;
  padding: 20px 10px;
}
.product .product_box .example .example-box .sub-tit {
  margin: -35px auto 0;
  max-width: 200px;
}
.product .product_box .example .example-box .product-example .cat {
  margin-top: 20px;
}
.product .product_box .example .example-box .product-example .img {
  margin-top: 15px;
}
.product .product_box .example .example-box .txt {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(14px, 3.5vw, 16px);
}
@media screen and (min-width: 600px) {
  .product .product_box .example .example-box {
    padding: 20px 30px;
    width: calc(50% - 70px);
  }
  .product .product_box .example .example-box .product-example .cat {
    max-width: 250px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .product {
    padding-bottom: 90px;
  }
  .product .view-pc {
    display: inline-block;
  }
  .product .view-sp {
    display: none;
  }
  .product + .product {
    padding-top: 80px;
  }
  .product .product_box .tit {
    width: 80%;
    max-width: 415px;
    position: relative;
  }
  .product .product_box .tit::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -210px;
    width: 180px;
    height: 180px;
    margin-top: -69px;
  }
  .product .product_box .video-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 70px;
  }
  .product .product_box .video-box .txt-box {
    width: calc(50% - 15px);
    max-width: 670px;
    margin-top: 0;
  }
  .product .product_box .video-box .txt-box .sub-tit {
    width: 75%;
    max-width: 500px;
  }
  .product .product_box .video-box .txt-box .txt {
    margin-top: 30px;
  }
  .product .product_box .video-box .txt-box .ico {
    display: none;
  }
  .product .product_box .video-box .video {
    width: calc(50% - 15px);
    padding-bottom: 27.2%;
  }
  .product .product_box .example {
    margin-top: 180px;
  }
  .product .product_box .example::before {
    top: -140px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .product .product_box .example .example-box {
    width: calc(50% - 70px);
    padding: 20px 25px;
  }
  .product .product_box .example .example-box .sub-tit {
    margin-top: -45px;
    max-width: 220px;
  }
  .product .product_box .example .example-box .product-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
  }
  .product .product_box .example .example-box .product-example .cat {
    width: calc(48% - 15px);
    margin-top: 0;
  }
  .product .product_box .example .example-box .product-example .img {
    width: calc(52% - 15px);
    margin-top: 0;
  }
  .product .product_box .example .example-box .txt {
    margin-top: 20px;
    font-size: 17px;
    text-align: center;
  }
}
@media screen and (min-width: 1063px) {
  .product .product_box .video-box .video {
    padding-bottom: 27.3%;
  }
}

/* simulation  */
#simulation {
  background: #FFF6DB url(../images/simulation_sp_bg.png) no-repeat center 115px;
  background-size: 105%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  z-index: 8;
}
#simulation .view-sp {
  display: block;
}
#simulation .view-pc {
  display: none;
}
#simulation .tit {
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
#simulation .simulation-box_txt {
  margin-top: 15px;
  text-align: center;
  font-size: clamp(14px, 3.4vw, 22px);
}
#simulation .simulation-box_txt span {
  font-size: clamp(22px, 4vw, 33px);
  font-weight: 700;
  line-height: 1.2;
}
#simulation .simulation-box .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#simulation .simulation-box .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(50% - 5px);
}
#simulation .simulation-box .list .list-item:first-child input[type=checkbox] {
  display: none;
  pointer-events: none;
  cursor: default;
}
#simulation .simulation-box .list .list-item:first-child input[type=checkbox]:checked + label {
  border-width: 3px;
  background: #FFEAE5;
  border-color: #EE596D;
  pointer-events: none;
  cursor: default;
}
#simulation .simulation-box .list .list-item:first-child input[type=checkbox]:checked + label::before {
  background: url(../images/simulation_ico01.png) no-repeat top center/100%;
}
#simulation .simulation-box .list .list-item:nth-child(n+3) {
  margin-top: 10px;
}
#simulation .simulation-box .list .list-item input[type=checkbox] {
  display: none;
}
#simulation .simulation-box .list .list-item input[type=checkbox]:checked + label {
  border-width: 3px;
  border-color: #171C61;
}
#simulation .simulation-box .list .list-item input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 45px;
  height: 45px;
  background: url(../images/simulation_ico02.png) no-repeat top center/100%;
}
#simulation .simulation-box .list .list-item input[type=checkbox].none + label {
  pointer-events: none;
  cursor: default;
}
#simulation .simulation-box .list .list-item input[type=checkbox].none + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6E6B59;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  border-radius: 14px;
}
#simulation .simulation-box .list .list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  pointer-events: all;
  cursor: pointer;
  position: relative;
  display: block;
  border: 1px solid #C4BFBE;
  height: 100%;
  padding: 15px 10px;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}
#simulation .simulation-box .list .list-item label .lead {
  position: absolute;
  top: 4px;
  left: 40px;
  font-size: 11px;
  line-height: 1.2;
  padding-right: 10px;
  padding-left: 0;
}
#simulation .simulation-box .list .list-item label .txt {
  margin-top: 10px;
  font-size: clamp(12px, 2.2vw, 18px);
}
#simulation .simulation-box .simulation_button {
  margin-top: 20px;
}
#simulation .simulation-box .simulation_button .btn {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  cursor: default;
}
#simulation .simulation-box .simulation_button .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50px;
  background: #ccc;
  opacity: 0.6;
  z-index: 5;
}
#simulation .simulation-box .simulation_button .btn.active {
  pointer-events: all;
  cursor: pointer;
}
#simulation .simulation-box .simulation_button .btn.active::after {
  display: none;
}
#simulation .simulation-box .simulation_button .clear {
  width: 32%;
  max-width: 150px;
  margin: 10px auto 0;
  pointer-events: all;
  cursor: pointer;
}
#simulation .simulation-box .note {
  margin-top: 30px;
  font-size: clamp(14px, 3.4vw, 22px);
  text-align: center;
}
#simulation .simulation-box .note span {
  font-size: clamp(22px, 4vw, 33px);
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  #simulation {
    background: #FFF6DB url(../images/simulation_sp_bg.png) no-repeat center 60px;
    background-size: 100%;
    margin-top: 0;
    padding-bottom: 60px;
  }
  #simulation .simulation-box_txt {
    margin-top: 30px;
  }
  #simulation .simulation-box .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
    gap: 0 10px;
  }
  #simulation .simulation-box .list .list-item {
    width: calc(33.333% - 7px);
  }
  #simulation .simulation-box .list .list-item:nth-child(n+3) {
    margin-top: 0;
  }
  #simulation .simulation-box .list .list-item:nth-child(n+4) {
    margin-top: 10px;
  }
  #simulation .simulation-box .list .list-item input[type=checkbox] {
    display: none;
  }
  #simulation .simulation-box .list .list-item input[type=checkbox]:checked + label::before {
    left: -12px;
    top: -12px;
    width: 60px;
    height: 60px;
  }
  #simulation .simulation-box .list .list-item label .lead {
    top: 4px;
    left: 50px;
    font-size: 11px;
    line-height: 1.4;
  }
  #simulation .simulation-box .simulation_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 40px auto 0;
    max-width: 600px;
    padding: 0 30px;
  }
  #simulation .simulation-box .simulation_button .btn {
    width: calc(70% - 20px);
    max-width: 680px;
    margin: 0;
  }
  #simulation .simulation-box .simulation_button .btn::after {
    top: 4px;
    left: 4px;
    width: calc(100% - 11px);
    height: calc(100% - 11px);
  }
  #simulation .simulation-box .simulation_button .clear {
    width: calc(30% - 20px);
    max-width: 180px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  #simulation {
    background: #FFF6DB url(../images/simulation_pc_bg.png) no-repeat center 50px;
    background-size: 1090px auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #simulation .view-sp {
    display: none;
  }
  #simulation .view-pc {
    display: block;
  }
  #simulation .tit {
    max-width: 1175px;
  }
  #simulation .simulation-box_txt {
    margin-top: 20px;
  }
  #simulation .simulation-box .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-top: 65px;
  }
  #simulation .simulation-box .list .list-item {
    width: calc(25% - 10px);
  }
  #simulation .simulation-box .list .list-item:nth-child(n+3) {
    margin-top: 0;
  }
  #simulation .simulation-box .list .list-item:nth-child(n+4) {
    margin-top: 0;
  }
  #simulation .simulation-box .list .list-item:nth-child(n+5) {
    margin-top: 10px;
  }
  #simulation .simulation-box .list .list-item label .lead {
    top: 4px;
    left: 55px;
    font-size: 14px;
    line-height: 1.4;
  }
  #simulation .simulation-box .simulation_button {
    margin-top: 50px;
    padding: 0;
  }
  #simulation .simulation-box .simulation_button .btn.active {
    position: relative;
    display: block;
  }
  #simulation .simulation-box .simulation_button .btn.active::before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    width: calc(100% - 14px);
    height: calc(100% - 15px);
    border-radius: 100px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #simulation .simulation-box .simulation_button .btn.active:hover::before {
    opacity: 0.4;
  }
  #simulation .simulation-box .simulation_button .clear {
    position: relative;
  }
  #simulation .simulation-box .simulation_button .clear::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #simulation .simulation-box .simulation_button .clear:hover::before {
    opacity: 0.4;
  }
}

/* result  */
#result {
  background: #171C61;
  padding: 40px 0 30px;
  display: none;
}
#result .result-area-list > li {
  display: none;
}
#result .result-area-list > li.active {
  display: block;
}
#result .result-area-list .view-pc {
  display: none;
}
#result .result-area-list .view-sp {
  display: block;
}
#result .result-area-list .tit {
  width: 70%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
#result .result-area-list .result-box {
  margin-top: 15px;
  background: #fff;
  padding: 0 5px 20px;
  border-radius: 15px;
}
#result .result-area-list .result-box .result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#result .result-area-list .result-box .result-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(50% - 3px);
}
#result .result-area-list .result-box .result-list li:nth-child(n+3) {
  margin-top: 30px;
}
#result .result-area-list .result-box .result-list li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 15px;
}
#result .result-area-list .result-box .result-list li .btn {
  margin-top: 10px;
  padding: 0 15px;
}
#result .result-area-list .result-box .result-list li .btn .btn-link {
  display: block;
  position: relative;
}
#result .result-area-list .result-box .recommend {
  margin: 0px 2%;
  position: relative;
}
#result .result-area-list .result-box .recommend .img {
  position: relative;
}
#result .result-area-list .result-box .recommend .btn {
  width: 48%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -22%;
}
#result .result-area-list .result-box .recommend .btn .btn-link {
  display: block;
  position: relative;
}
#result .result-area-list .result-box .other-btn {
  width: 58%;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  #result .result-area-list .result-box {
    margin-top: 40px;
    padding: 20px 25px 40px;
  }
  #result .result-area-list .result-box .result-list li {
    width: calc(50% - 14px);
  }
  #result .result-area-list .result-box .result-list li:nth-child(n+3) {
    margin-top: 40px;
  }
  #result .result-area-list .result-box .result-list li .btn {
    margin-top: 15px;
    padding: 0 25px;
  }
  #result .result-area-list .result-box .result-list li .btn .btn-link {
    display: block;
    position: relative;
  }
  #result .result-area-list .result-box .recommend {
    margin: 0 20px;
  }
  #result .result-area-list .result-box .recommend .btn {
    width: 48%;
    bottom: 23px;
  }
}
@media screen and (min-width: 769px) {
  #result {
    padding: 100px 60px 90px;
  }
  #result .result-area-list .view-pc {
    display: block;
  }
  #result .result-area-list .view-sp {
    display: none;
  }
  #result .result-area-list .tit {
    max-width: 480px;
  }
  #result .result-area-list .result-box {
    margin-top: 40px;
    padding: 15px 30px 70px;
  }
  #result .result-area-list .result-box .result-list li {
    width: calc(50% - 40px);
  }
  #result .result-area-list .result-box .result-list li:nth-child(n+3) {
    margin-top: 80px;
  }
  #result .result-area-list .result-box .result-list li .btn {
    margin: 15px auto 0;
    max-width: 240px;
  }
  #result .result-area-list .result-box .result-list li .btn .btn-link {
    display: block;
    position: relative;
  }
  #result .result-area-list .result-box .result-list li .btn .btn-link::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #result .result-area-list .result-box .result-list li .btn .btn-link:hover::before {
    opacity: 0.4;
  }
  #result .result-area-list .result-box .recommend {
    margin: 0 10%;
  }
  #result .result-area-list .result-box .recommend .recommend-box {
    margin-top: 30px;
  }
  #result .result-area-list .result-box .recommend .btn {
    position: absolute;
    bottom: 19px;
    left: 68%;
    max-width: 240px;
  }
  #result .result-area-list .result-box .recommend .btn .btn-link {
    display: block;
    position: relative;
  }
  #result .result-area-list .result-box .recommend .btn .btn-link::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #result .result-area-list .result-box .recommend .btn .btn-link:hover::before {
    opacity: 0.4;
  }
  #result .result-area-list .result-box .other-btn {
    max-width: 375px;
    width: 47%;
  }
  #result .result-area-list .result-box .other-btn_link {
    display: block;
    position: relative;
  }
  #result .result-area-list .result-box .other-btn_link::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #result .result-area-list .result-box .other-btn_link:hover::before {
    opacity: 0.4;
  }
}
@media screen and (min-width: 1180px) {
  #result .result-area-list .result-box .recommend {
    margin: 0 96px;
  }
  #result .result-area-list .result-box .recommend .btn {
    bottom: 25px;
    left: 500px;
    max-width: 270px;
  }
}
.p-category_nav {
  margin: 0 !important;
}