@charset "UTF-8";

article {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

.wrap{ overflow: inherit;}

.sp-block {display: none;}

.font-mp{
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
}

.red{color: #D02B43;}
.orange{color: #F05B42;}
.blue{color: #003887;}
.pink{color: #DB0057;}

.bg-red{
  background: #F4E9DE;
  border:0.1rem solid #D02B43;
}
.bg-orange{
  background: #BFDFDA;
  border:0.1rem solid #F05B42;
}
.bg-blue{
  background: #F2D57F;
  border:0.1rem solid #003887;
}
.bg-pink{
  background: #D4CCDC;
  border:0.1rem solid #DB0057;
}

@media (hover: hover) {
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
}

@media screen and (max-width: 999px) {
.pc-block {display: none;}

.sp-block {
  display: inline-block;
  position: relative;
}

}

/* title-section 上見出し上部分*/

.title-section .main-title {
    position: relative;
    margin: 0 auto 4rem;
    display: inline-block;
}

.main-title .sp-none img {
    width: inherit;
}

/* lead-title-box　見出し下部分 */
.lead-title-box {
    text-align: center;
    background-color: #D5CCDC;
    padding: 6rem 4rem;
}

.lead-title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2;
  color: #25252D;
  font-weight: 500;
}

.lead-title-l{
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline wavy #F05B42;
  text-underline-offset: 0.5rem;
}

@media screen and (max-width: 780px) {
.lead-title-box { padding: 5rem 2rem;}
.lead-title {font-size: 1.4rem;}
.lead-title-l{font-size: 1.6rem;}
}

/* menu*/
.menu-section{margin: 6rem 0;}

.menu-section .menu-title{
  margin-bottom: 4rem;
  font-size: 2.8rem;
  color: #F05B42;
  text-align: center;
}

.menu-ul{
  display: flex;
  gap: 3rem ;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.menu-ul .menu{
  display: flex;
  width: 19.2rem;
  max-height: 20.6rem;
  position: relative;
}

.menu-ul .menu.red,
.menu-ul .menu.orange,
.menu-ul .menu.blue,
.menu-ul .menu.pink{ border: 0.1rem solid;}

.menu-ul .menu a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
}

.menu-ul .menu a::after {
  position: absolute;
  bottom: 1.8rem;
  margin: auto;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border: solid 0.3rem #D02B43;
  border-width: 0.3rem 0.3rem 0 0;
  transform: rotate(135deg);
  content: "";
}

.menu-ul .menu.orange a::after{border-color: #F05B42 #F05B42 transparent transparent;}
.menu-ul .menu.blue a::after{border-color: #003887 #003887 transparent transparent;}
.menu-ul .menu.pink a::after{border-color: #DB0057 #DB0057 transparent transparent;}

.menu-ul .menu-text{font-size: 2.4rem;}
.menu-ul .menu-text.ls-5{letter-spacing: 0.05em;}
.menu-ul .menu-text.ls-3{letter-spacing: -0.03em;}

.menu-text-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 1rem;
  font-size: 1.3rem;
}

.menu-text-list.navi{
  max-width: 13rem;
  max-height: 5.1rem;
  margin-bottom: 4.2rem;
  line-height: 0;
}

.menu-ul img{
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 1.8rem;
}

.list-check-mark{min-width: 0;}

.menu-text-list .list-check-mark::before{
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/search_for_item/check_01.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transform: translate(-0.2rem, 0);
}

.menu-text-list .list-check-mark.large::before{
  width: 2rem;
  height: 1.8rem;
}

.menu-ul .menu.orange .menu-text-list .list-check-mark::before,
.item-title-block .menu-text-list.orange .list-check-mark::before{ background: url(../img/search_for_item/check_02.svg) no-repeat;}

.menu-ul .menu.blue .menu-text-list .list-check-mark::before,
.item-title-block .menu-text-list.blue .list-check-mark::before{ background: url(../img/search_for_item/check_03.svg) no-repeat;}

.menu-ul .menu.pink .menu-text-list .list-check-mark::before,
.item-title-block .menu-text-list.pink .list-check-mark::before{ background: url(../img/search_for_item/check_04.svg) no-repeat;
}

@media screen and (max-width: 1130px) {
.menu-ul{
  width: 46rem;
  margin: auto;
}
}


@media screen and (max-width: 780px) {
.menu-section{margin: 5rem 0;}
.menu-section .menu-title{margin-bottom: 3rem;}

.menu-ul{gap: 1.5rem; max-width: 100%;}

.menu-ul .menu {
  max-width: 16rem;
  max-height: 17.1rem;
}

.menu-ul .menu a {gap: 0.9rem;}
.menu-ul .menu a::after {bottom: 1.5rem;}

.menu-ul .menu-text { font-size: 2rem;}

.menu-text-list.navi{
  font-size: 1.1rem;
  max-width: 11rem;
  max-height: 4.2rem;
  gap: 0.9rem;
}

.menu-ul img {
  width: 3.7rem;
  height: 3.7rem;
}

.menu-text-list .list-check-mark.large::before{
  width: 1.5rem;
  height: 1.4rem;
}
}

/* item-block */

.item-title-block,
.item-contents-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
  border-left: none;
  border-right: none;
  position: relative;
}

.item-title-block{gap: 3rem;}
.item-title .title-question.mt-3{margin-top: 3rem;}
.item-contents-block.age-40{border-bottom: none;}
.item-contents-block.age-40.border-b{border-bottom: 0.1rem solid #DB0057;}

.item-contents-block{
  border-top: none;
  padding: 3rem 0 6rem;
}

.item-title-block::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 3rem;
  height: 1rem;
  box-sizing: border-box;
  background-color: #F4E9DE;
}

.item-title-block.bg-orange::before {background-color: #BFDFDA;}
.item-title-block.bg-blue::before {background-color: #F2D57F;}
.item-title-block.bg-pink::before {background-color: #D4CCDC;}


.item-title-block::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: calc(50% - 0.4rem);
  z-index: 1;
  width: 3rem;
  height: 0.1rem;
  transform: rotate(40deg);
  box-sizing: border-box;
  background-color: #D02B43;
}

.item-title-block.bg-orange::after { background-color: #F05B42;}
.item-title-block.bg-blue::after { background-color: #003887;}
.item-title-block.bg-pink::after { background-color: #DB0057;}

.item-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-question{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  border-radius: 2.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.title-question.red{
  background-color: #D02B43;
  color: #F4E9DE;
}
.title-question.red-r{
  color: #D02B43;
  border: 0.1rem solid #D02B43;
}

.title-question.orange{
  background-color: #F05B42;
  color: #BFDFDA;
}
.title-question.orange-r{
  color: #F05B42;
  border: 0.1rem solid #F05B42;
}

.title-question.blue{
  background-color: #003887;
  color: #F2D57F;
}
.title-question.blue-r{
  color: #003887;
  border: 0.1rem solid #003887;
}

.title-question.pink{
  background-color: #DB0057;
  color: #D4CCDC;
}
.title-question.pink-r{
  color: #DB0057;
  border: 0.1rem solid #DB0057;
}

.title-question.yellow{
  background-color: #F2D57F;
  border: 0.1rem solid #D02B43;
  margin-top: 2rem;
}

.popular-items.orange .title-question.yellow{ border: 0.1rem solid #F05B42;}
.popular-items.blue .title-question.yellow{ border: 0.1rem solid #003887;}
.popular-items.pink .title-question.yellow{ border: 0.1rem solid #DB0057;}


.popular-items-icon{width: 3rem; margin-top: 2rem;}
.item-block .item-title-block .menu-text-list{ width: 100%;}

.item-title .font-mp{
  font-size: 5.5rem;
  margin-top: 2rem;
}

.item-title .font-mp.main{font-weight: 800;}

.item-title .font-mp.sub{
  font-size: 4rem;
  margin: 2rem 0 3rem;
}

.item-block .item-title-block .menu-text-list li{
  font-size: 1.8rem;
  font-weight: bold;
}

.item-title .font-mp.sub span{ font-size: 2.8rem;}

@media screen and (max-width: 780px) {
.item-title-block{gap: 2rem;}
.item-block .item-title-block .menu-text-list.item-text li {font-size: 1.4rem;}

.title-question {font-size: 1.6rem;}

.item-title .font-mp { font-size: 4.7rem;}

.item-title .font-mp.sub {
  font-size: 3.2rem;
  margin-top: 1.5rem;
}

.item-title .font-mp.sub span{ font-size: 2.3rem;}

}


/* item-box */
.item-contents-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  width: 92%;
}

.item-contents-list .item-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 26rem;
}


.item-photo{
  width: 26rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 0.1rem solid #D02B43;
  position: relative;
}

.item-photo .item-photo-tag{
  position: absolute;
  top: 0.8rem;
  left: 0;
  color: #fff;
  background-color: #DB0057;
  padding: 0.5rem 1.1rem 0.5rem 0.8rem;
  border-radius: 0 1.5rem 1.5rem 0;
}

.item-contents-block.bg-orange .item-contents-list .item-box .item-photo,
.item-contents-block.orange .item-contents-list .item-box .item-photo{ border-color:#F05B42;}

.item-contents-block.bg-blue .item-contents-list .item-box .item-photo,
.item-contents-block.blue .item-contents-list .item-box .item-photo{ border-color:#003887 ;}

.item-contents-block.bg-pink .item-contents-list .item-box .item-photo,
.item-contents-block.pink .item-contents-list .item-box .item-photo{ border-color: #DB0057;}


.item-dl dd{
  text-align: left;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.item-dl .name{margin-bottom: 0.8em;}
.item-dl .name em { display: block; margin-bottom: 0.8em;}
.item-dl .name strong{ font-size: 1.6rem; line-height: 1.3;}

.item-link-button{
  width: 100%;
  margin-top: auto;
  background-color: #D02B43;
  position: relative;
}

.item-link-button a{
  display: flex;
  justify-content: center;
  padding: 2rem 8rem;
  font-size: 1.6rem;
  color: #fff;
}

.item-link-button a::after {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border: solid 0.2rem #fff;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg);
  content: "";
}

.item-contents-block.bg-orange .item-contents-list .item-box .item-link-button,
.item-contents-block.orange .item-contents-list .item-box .item-link-button{ background-color:#F05B42;}

.item-contents-block.bg-blue .item-contents-list .item-box .item-link-button,
.item-contents-block.blue .item-contents-list .item-box .item-link-button{ background-color:#003887 ;}

.item-contents-block.bg-pink .item-contents-list .item-box .item-link-button,
.item-contents-block.pink .item-contents-list .item-box .item-link-button{ background-color: #DB0057;}

@media screen and (max-width: 780px) {
.item-contents-list {gap: 1.5rem;}
.item-contents-list .item-box{max-width: 16rem;}
.item-photo{width: 16rem;}
.item-photo .item-photo-tag{ font-size: 1rem;}

.item-link-button a {
  padding: 1.5rem 5rem;
  font-size: 1.2rem;
}

.item-dl .name em {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}

.item-link-button a::after {right: 1rem;}
}

@media screen and (max-width: 480px) {
.item-contents-list:after {
content: "";
display: block;
width: 16rem;
height: 0;
}

.item-contents-list .item-box:nth-child(3) .item-photo{margin-top: 1.5rem;}
}

/* menu-sticky */
.menu-link-button{
  width: 100%;
  margin-top: auto;
  border: 0.24rem solid #F05B42;
  position: relative;
}

.menu-link-button a{
  display: flex;
  justify-content: center;
  padding: 2.8rem 0 ;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}

.menu-sticky-button{
  display: flex;
  justify-content: flex-end;
  gap: 0.96rem;
  width: 98%;
}

.menu-link-button.orange-button{
  background-color: #F05B42;
  width: 20.8rem;
}

.menu-link-button.orange-button a::after{content: none;}

.menu-link-button.white-button{
  background-color: #fff;
  width: 12.3rem;
}

.menu-link-button.white-button a{ color: #F05B42;}

.menu-link-button.white-button a::after {
  position: absolute;
  top: 1.3rem;
  margin: auto;
  padding: 0;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border: solid 0.2rem #F05B42;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(-45deg);
  content: "";
}

.menu-sticky{
  opacity: 0;
  position: sticky;
  position: -webkit-sticky;
  bottom: 1rem;
  z-index: 999;
  transition: opacity .4s ease;
  pointer-events: none;
  margin-top: 2rem;
}

.scroll-on .menu-sticky{
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}

@media screen and (max-width: 480px) {
.menu-sticky-button { justify-content: center; width: 100%;}
}
