@charset "utf-8";

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'hiragino kaku gothic pro','メイリオ',meiryo,'游ゴシック',sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1;
}
h1{
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0;
  margin: 0 0 2rem;
  border-bottom: 1px solid #32B988;
  padding-bottom: 10px;

  /*max-width: 720px;*/ /*640に合わせる*/
  /*margin: auto*/;/*640に合わせる*/
}
h2{
  line-height: 1.2;
  font-size: 1.8rem;
  /*border-bottom: 6px dotted #32B988;*/
  padding: 1rem 2rem 1rem 3.5rem;
  margin: 3rem 0 1rem 0;
  background: #D0EFE3;
  border-radius: 50px;
  position: relative;
}
h2:before {
  position: absolute;
  top: calc(50% - 6px);
  left: 15px;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background: #32B988;
}
h3{
  font-size: 1.8rem;
  line-height: 1.2;
  border-bottom: 2px dotted #32b988;
  padding: 4rem 0 10px 0;
  margin: 0 0 15px 0;
}
h4{
  font-size: 1.6rem;
  font-weight: 700;
  color: #32b988;
}
a {
    color: #007FFF;
    text-decoration: underline;
}
a:hover,
a:focus {
  opacity: 1!important;
  text-decoration: none!important; 
}

.footblock-banner a,
.footblock-banner a:hover{
  opacity: 1;
  color: #fff!important;
  text-decoration: none!important; 
}
.btn:hover {
  color: #fff;
}

p {
    font-size: 16px;
    line-height: 1.8;
}
.touch{
  touch-action:auto;
}
@media (min-width: 768px){
  .ori{
    display: none;
  }
}

.mokuji{
  background: rgb(50 185 136 / 10%);
  padding: 5px 15px;
  margin: 2rem 0;
  border-radius: 10px;
}
.mokuji span{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 5px 0;
  padding-top: 5px;
}
.mokuji ul{
  /*margin: 0;*/
  padding: 0 0 0 20px;
}
.mokuji ul li{
  line-height: 1.4;
  padding: 5px 0;
  list-style: disc;
}

.auther-top{
  margin: 4rem 10px 1rem!important;
}

.list-none{
	list-style: none!important;
}
.buttom p{
  font-size: 2rem;
  line-height: 1.3;
  padding: 2rem 0 10px 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: center;
}
.shimekiri{
	line-height:1.4;
	margin: 10px;
}
.shimekiri span{
	font-weight: 700;
	display: block;
	margin-top: 10px;
}
span.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*.buttom{
  width: 100%;
  text-align: center;
  padding: 0 0 4rem;
}
.buttom span{
  border-radius: 50px;
    background: #ff008d;
    padding: 1rem 4rem;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
}*/
section {
-webkit-text-size-adjust: none;
}
section.contents{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.sample-space{
  margin-top: 100px;
  padding-bottom: 100px;
}
.clear{
    clear: both;
}
.emphasis{
  font-weight: 700;
}
/*.contents-line-head{
  border-top: 2px solid #32B988;
  width: 80px;
  margin: 3rem auto;
}
.contents-line-foot{
  border-top: 2px solid #32B988;
  width: 80px;
  margin: 1rem auto 4rem;
}*/
.eye-catch img{
  margin-bottom: 20px;
  max-width: 640px;
  height: auto;
  width: 100%;
  }
.eye-relative{
  position: relative;
}
.status{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  padding: 0 0 10px;

  /*max-width: 720px;*/ /*720に合わせる*/
  margin: auto;/*720に合わせる*/
}
.cate-rowline .status span:nth-of-type(1){
  font-size: 12px;
  /*padding: 6px;*/
  border-radius: 20px;
}

.status span:nth-of-type(1){
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 20px;
    color: #666;
  }

.status span:nth-of-type(2){
  font-size:12px;
  color: #666;
  align-items:center;
  display: flex;
  margin-right: 10px;
}
.main-cap-box{
  max-width: 640px;
  position: relative;
  margin: 0 auto;
  }
.main-caption {
  font-size: 12px;
  line-height: 1.2;
  padding: 10px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  right: 0;
  background: rgb(0 0 0 / 30%);
  color: #fff;
}
@media (min-width: 1200px){}
@media (min-width: 992px){}
@media (min-width: 768px){}

figure {
    margin: 1rem 0;
    width: 100%;
}


.cook-box figure {
    margin: 0;
    width: 100%;
}



#ps figure img{
  margin-top: 2rem;
  max-width: 80%;
  border-radius: 10px; 
}

#Comic figure img{
  max-width: 75%;
  border-radius: 10px; 
}

figure img{
  max-width: 100%;
  border-radius: 10px; 
}

.figure-caption {
    color: #333;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 10px 20px;
    text-align: center;
}
@media (max-width: 768px){
  .figure-caption {
    text-align: left;
  }
}
.interview{
  font-weight: 700;
  padding: 30px 0 10px;
}
p br{
  margin-bottom: 10px;
}
nav .pagination-txt{
  font-size: 14px;
}
.credit{
  font-size: 12px;
}
.ps-block {
  border: 3px dotted #F78398;
  color: #333;
  font-size: 14px;
  border-radius: 10px;
  position: relative;
  margin: 20px auto 30px;
  width: 80%;
}
@media(max-width:640px) {
  .ps-block {
    width: auto;
  }
}
#ps p{
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 10px;
}
#ps .white{
      background: #fff;
}
#ps .title {
    position: absolute;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    font-size: 1.6rem !important;
    color: #91031D;
    font-weight: 700;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#ps .info-contents{
  padding: 0 20px;
  margin-top: 10px;
}
#ps .info-contents p:nth-child(2n+1){
  font-weight: 700;
  font-size: 1.2rem;
  /*padding: 0 0 10px 0;*/
  padding: 5px 0 0px 0;
  margin: 0;
}
#ps span{
  color: #666;
  font-size: 1.4rem;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
  overflow-wrap: break-word;
}
#ps span:last-of-type{
  color: #666;
  /*font-size: 1rem;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 20px;*/
}
.info-txt{
  padding: 5px 20px;
  background: rgba(215, 9, 47, 0.05);
  margin: 20px 0 15px;
}
.bookimg-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-bookimg{
  margin: 0 10px 20px;
}
.caution{
    color: #f00;
    font-weight: 700;
}
.please-note{
    font-size: .8rem;
    color: #777;
}
.pickup-txt{
    color: #f60;
    font-weight: 700;
}
.pickup{
    border: 1px solid #f60;
    padding: 10px;
}

.page-item.active .page-link {
    background-color: #D7092F;
    border-color: #D7092F;
}
.page-link:hover {
    color: #D7092F;
}
.page-link {
    color: #D7092F;
}



@media(max-width:640px) {
  h1 {
    /*font-size: 22px;*/
  }
}
@media(max-width:480px) {
  .br{
      display: none;
  }
  .ps-block {
      border: 1px dashed #D7092F;
      color: #333;
      font-size: 14px;
      border-radius: 10px;
      position: relative;
      margin: 20px auto 30px;
      width: 100%;
  }
}

/*心理テスト*/
.psychology{
    margin: 2rem 0 12rem;
}
ol.psychology-q li{
  line-height: 1.8;
  font-size: 1.6rem;
}
ol.psychology-q {
  counter-reset: number;
  list-style-type: none!important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background: #edf3f9;
  border-radius: 10px;
}
ol.psychology-q li {
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
  padding: 1.25rem 2rem 1.25rem 4rem;
}

ol.psychology-q li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


ul.bullets li{
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 5px 5px 10px 0px;
  list-style: disc;
}

ul.bullets li span{
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
}

ol.bullets li{
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 5px 5px 12px 0px;
  font-weight: 700;
  border-bottom: 2px dotted #ff9800;
  margin-bottom: 8px;
  list-style: decimal;
}
ol.bullets li:last-child{
  padding: 5px 5px 5px 0px;
  border-bottom: 0px dotted #ff9800;
  margin-bottom: 0px;
}

ol.bullets{
  background: rgb(255 102 0 / 9%);
  border-radius: 10px;
  padding: 20px 10px 20px 30px;
  margin: 2rem 0;
}
ul.bullets{
  padding: 10px 10px 10px 20px;
  margin: 1rem 0;
}

/*脳トレ*/
.brain-question{
    font-size: 2rem;
    margin: 3rem 0 5px;
    line-height: 1.4;
}
.brain-question img{
    padding: 5px;
}
.brain-question span:nth-child(1) {
  background: #32b988;
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.brain-question span:nth-child(2) {
  color: #32b988;
}


.brain-tips{
    font-size: 2rem;
    /*color: #ffb000;*/
    margin: 3rem 0 5px;
    line-height: 1.4;
}
.brain-tips img{
    width: 3rem;
    padding: 4px;
}
.brain-tips span{
  background: #ffb000;
  border-radius: 100%;
  display: inline-block;
  height: auto;
  width: auto;
  margin-right: 10px;
}
.brain-tips span:nth-child(2) {
    color: #ffb000;
    background: none;
}


.brain-rule{
    font-size: 2rem;
    margin: 3rem 0 5px;
    line-height: 1.4;
}
.brain-rule img{
    width: 3rem;
    padding: 6px;
}
.brain-rule span{
  background: #1400ff;
  border-radius: 100%;
  display: inline-block;
  height: auto;
  width: auto;
  margin-right: 10px;
}
.brain-rule span:nth-child(2) {
    color: #1400ff;
    background: none;
}



.brain-training-container {
  display: grid;
  grid-template-columns: repeat(var(--items), min(calc(80vh/var(--items)), calc(80vw/var(--items))));
  grid-template-rows: repeat(var(--items), min(calc(80vh/var(--items)), calc(80vw/var(--items))));
  align-content: center;
  justify-content: center;
  margin: 4rem 0;
}

.brain-training-item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.brain-training-item:nth-child(odd) {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 5px;
  font-weight: 700;
  font-size: 1.2rem;
}
.brain-training-item:nth-child(even) {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 5px;
  font-weight: 700;
  font-size: 1.2rem;
}
.bblack{
  background: #000;
}
.byellow{
  background: #ff0;
}
.orange{
  background: #ffe084;
}
ol.brain{
  list-style: none;
  padding-left: 40px;
  text-indent: -37px;
}

ol.brain li{
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 2px 0;
}
ol.brain li span{
  display: inline-block;
  text-align: right;
  width: 36px;
  padding-right: 8px;
  font-weight: 700;
}


.brain-training-item span {
  font-size: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 13%;
  top: 13%;
}
@media(min-width:900px) {
  .brain-training-item span {
    font-size: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 13%;
    top: 13%;
  }
}


.brain-training-item.p1:nth-child(5n){
  border-right: 1px solid #000;
}
.brain-training-item.p1:nth-of-type(n+21){
  border-bottom: 1px solid #000;
}

.brain-training-item.p2:nth-child(3n){
  border-right: 1px solid #000;
}
.brain-training-item.p2:nth-of-type(n+7){
  border-bottom: 1px solid #000;
}


.brain-end {
  background: #DBDBDB;
  color: #000;
  -webkit-box-shadow: 0 2px 0 #A8A8A8;
  box-shadow: 0 2px 0 #A8A8A8;
  border: none;
  height: 48px;
  margin: 20px auto 35px;
  cursor: initial;
  border-radius: 32px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 4px 10px;
  text-align: center;
  width: 256px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.brain-kaitou{
  display: block;
  text-align: right;
  font-size: 16px;
  color: #FF414D;
  margin-right: 5px;
}



/*レシピ*/
.recipe-status{
  font-size: 1.2rem;
  line-height: 1.6;
}
/*.recipe-status span:after{
  content: '　　';
}*/

.recipe-status span{
      display: inline-block;
    margin-right: 20px;
}

.bunryou{
  font-weight: 700;
  margin: 1.5rem auto .5rem;
}
.make{
  text-align: center;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
  display: inline-block;
  width: 90px;
  background: #f8f7ef;
  padding-top: 15px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  color: #af8728;
}
.cook-box{
  border-radius: 10px;
  background: #F8F7EF;
  box-shadow: 0px 0px 0px 10px #f8f7ef;
  border: 3px dashed #af8728;
  padding: 10px;
  width: 98%;
  margin: 2rem auto;
  position: relative;
}
ol.cook{
  margin: 0;
  padding: 10px 10px 10px 30px;
  }
ol.cook li{
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 5px 0;
  list-style: decimal;
/*color: #f00;
  font-weight: 700!important;*/
}
ol.cook li span{
  display: inline-block;
  text-align: right;
  width: 36px;
  padding-right: 8px;
}
/*ol.cook li p {
    font-size: 1.4rem;
    line-height: 1.4;
    color:#333;
    font-weight: 400;
    display: inline;
}*/
ol.cook2{
  margin: 0;
  padding: 10px 10px 10px 30px;
  }
ol.cook2 li{
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 5px 0;
}

ol.cook2 li:nth-of-type(1):before{
  content: '\02460';
  margin-left: -21px;
  padding-right: 7px;
}
ol.cook2 li:nth-of-type(2):before{
  content: '\02461';
  margin-left: -21px;
  padding-right: 7px;
}
ol.cook2 li:nth-of-type(3):before{
  content: '\02462';
  margin-left: -21px;
  padding-right: 7px;
}
ol.cook2 li:nth-of-type(4):before{
  content: '\02463';
  margin-left: -21px;
  padding-right: 7px;
}
ol.cook2 li:nth-of-type(5):before{
  content: '\02464';
  margin-left: -21px;
  padding-right: 7px;
}
ol.cook2 li:nth-of-type(6):before{
  content: '\02465';
  margin-left: -21px;
  padding-right: 7px;
}





.cook-block,
.cook-block2{
  display: flex;
  padding-bottom: 20px;
}
.cook-block .cook-material:nth-of-type(1){
  flex-basis: 45%;
  padding-right: 1%;
  margin-right: 1%;
}
.cook-block .cook-material:nth-of-type(2){
  flex-basis: 49%;
  padding-left: 5%;
  margin-left: 1%;
  /*border-left: 1px solid #eee;*/
}
.cook-block2 .cook-material:nth-of-type(1){
  flex-basis: 28%;
  padding-right: 1%;
  margin-right: 1%;
}
.cook-block2 .cook-material:nth-of-type(2){
  flex-basis: 29%;
  padding-left: 5%;
  margin-left: 1%;
  /*border-left: 1px solid #eee;*/
}
.cook-block2 .cook-material:nth-of-type(3){
  flex-basis: 29%;
  padding-left: 5%;
  margin-left: 1%;
  /*border-left: 1px solid #eee;*/
}
/*.cook-block .cook-material.mix{
  border-left: 0px;
}*/
.cook-block .cook-material.mix span:nth-of-type(1),
.cook-block2 .cook-material.mix span:nth-of-type(1){
  background: #bee3d663;
  /*width: 22px;*/
  padding: 2px 5px;
  display: inline-block;
}
.cook-block .cook-material.mix span,
.cook-block2 .cook-material.mix span{
  padding-left: calc(5px + 2%);
  border-left: 2px solid #bee3d6;
  margin-left: 5px;
  padding-top: 5px;
}
.cook-block .cook-material.mix span:nth-child(2),
.cook-block2 .cook-material.mix span:nth-child(2){
  padding-top: 10px;
}
/*@media (max-width: 480px){
  .cook-material{
    width: 100%;
  }
  .cook-block {
    display: initial;
  }
}*/
.cook-material span{
  display: block;
  font-size: 1.4rem;
  padding-bottom: 10px;
  line-height: 1.4;
}
.cook-material ul{
  margin-bottom: 0;
  padding-left: 20px;
  margin-top: 5px;
}
.cook-material ul li{
  font-size: 1.2rem;
  line-height: 1.4;
}
.cook-box .caution{
  padding: 0 10px 10px 10px;
  display: block;
  color: #f00;
  font-weight: initial;
}
.shitagoshirae{
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}
.shitagoshirae span{
  background: #fff3b3;
  padding: 6px 10px;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  margin-left: 5px;
}

.in-mix{
  padding-left: 5px!important;
  border-left: 2px solid #bee3d6!important;
  margin-left: 5px!important;
  padding-top: 5px!important;
}






.product-info{
  background: #f5f5f5;
  padding: 10px 25px 10px 25px;
  text-align: center;
  border-radius: 10px;
  margin: 2rem 0 4rem;
}

.product-info span{
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: inline-block;
  /*font-weight: 700;*/
  color: #333;
}
.product-info br{
  margin-bottom: 0;
}
.info-namebox{
  border-bottom: 1px dashed #32b988;
  padding-bottom: 10px;
  text-align: left;
}
.info-namebox.noremarks{
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.info-namebox span{
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #32b988;
}
.info-namebox.nounderline{
  border-bottom: 0px;
}

.info-remarks{
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
  overflow-wrap: break-word;
}
.info-remarks span{
  padding-top: 5px;
  display: block;
}




.t-center-new{
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  margin: 7rem auto -3rem;
}

/*カテゴリー*/
.t-center{
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  margin: 2rem auto 1rem;
}
.cate-title {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  font-size: 2rem;
}
.cate-title:before, .cate-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #32B988;
}
.cate-title:before {
  left:0;
}
.cate-title:after {
  right: 0;
}
.cate-menu div {
  width: 70px;
  height: 70px;
  margin:  5px 5px 10px 5px;
  mix-blend-mode: multiply;
  text-align: center;
}

.circle-1,
.circle-11 {
  border-radius: 30% 80% 40% 90%/70% 50% 80% 60%;
}
.circle-2,
.circle-22 {
  border-radius: 65% 40% 40% 65%/50%;
}
.circle-3,
.circle-33 {
  border-radius: 40% 40% 50% 40%/30% 50% 70% 50%;
}
.circle-4,
.circle-44 {
  border-radius: 90% 80% 50% 90%/70% 60% 70% 80%;
}
.circle-5,
.circle-55 {
  border-radius: 80% 30% 50% 50%/50%;
}
.circle-9,
.circle-99{
  border-radius: 47% 76% 23% 88%/44%;
}
.circle-6,
.circle-66 {
  border-radius: 40% 40% 50% 40%/30% 50% 40% 50%;
}
.circle-7,
.circle-77 {
  border-radius: 60% 80% 40% 90%/70% 50% 60% 60%;
}
.circle-8,
.circle-88 {
  border-radius: 50% 70% 60% 50%/50%;
}

.circle-1,
.circle-2,
.circle-3,
.circle-4,
.circle-5,
.circle-6,
.circle-7,
.circle-8,
.circle-9{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-11,
.circle-22,
.circle-33,
.circle-44,
.circle-55,
.circle-66,
.circle-77,
.circle-88,
.circle-99{
  position: absolute;
}
.circle-1 {
  background: #7be4be;
}
.cate0{
  border: 1px solid #7be4be;
  color: #7be4be!important;
}
.circle-11 {
  background: #e5c2ab;
}
.circle-2 {
  background: #ff6fa0;
}
.cate1{
  border: 1px solid #ff1766;
  color: #ff1766!important;
}
.circle-22 {
  background: #ade3cf;
}
.circle-3 {
  background: #ab7c7c;;
}
.cate2{
  border: 1px solid #794a4a;
  color: #794a4a!important;
}
.circle-33 {
  background: #f6a5c1;
}
.circle-4 {
  background: #cdf183;
}
.cate3{
  border: 1px solid #73d22b;
  color: #73d22b!important;
}
.circle-44 {
  background: #c9c3c3;
}
.circle-5,
.circle-9 {
  background: #7ca9ff;
}
.cate4{
  border: 1px solid #0051ec;
  color: #0051ec!important;
}
.circle-55 {
  background: #d2e5aa;
}
.circle-6 {
  background: #ee9cff;
}
.cate5{
  border: 1px solid #d300ff;
  color: #d300ff!important;
}
.circle-66,
.circle-99 {
  background: #bdd0f3;
}
.circle-7 {
  background: #ffe083;
}
.cate6{
  border: 1px solid #ffbf00;
  color: #ffbf00!important;
}
.circle-77 {
  background: #dba9e6;
}
.circle-8 {
  background: #ffbd91;
}
.cate7{
  border: 1px solid #ffbd91;
  color: #ffbd91!important;
  padding:6px 10px!important;
}
.circle-88 {
  background: #eedba1;
}

.cate-menu{
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.cate-menu span{
  color: #333;
  display: block;
  bottom: -25px;
  position: absolute;
  left: 50%;
  width: 70px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cate-menu img{
  z-index: 1;
  width:44px;
}
.img-s1{
  width: 40px!important;
}
.interview-margin{
  margin-top: 3rem;
}
.interview-story div:first-of-type{
  padding: 30px 20px 20px;
}
.interview-story span.title{
  font-size: 1.6rem!important;
}
.interview-story p:last-child{
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

.fw700{
  font-weight: 700
}
.main-color{
  color: #32B988;
}


/*ruum本体に合わせる*/
.btn.red {
    margin: 20px auto 35px;
}
.btn.red {
    background: #FF414D;
    color: #FFFFFF;
    -webkit-box-shadow: 0 2px 0 #CC333D;
    box-shadow: 0 2px 0 #CC333D;
    border: none;
    height: 48px;
}
.btn.radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 32px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}
.btn {
    width: 256px;
    padding: 13px 0 11px;
    -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    white-space: unset;
}
.btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 10px;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*swiper*/
.swiper-slide {
  height:auto;
  background: rgb(50 185 136 / 50%);
  padding-bottom: 20px;
}

.container-top{
  width: 100%;
padding-left: 0;
padding-right: 0;
}

section.contents-top{
  padding: 10px;
}
section.contents-top h1 {
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0px solid #32B988;
    padding-bottom: 10px;
    color: #333;
}



.swiper-slide.swiper-slide-prev img,
.swiper-slide.swiper-slide-next img{
  opacity: 0.5;
}
.swiper-slide.swiper-slide-active{
  background: #fff;
}
.swiper-pagination-bullet {
  width: 16px; /* 幅 */
  height: 17px; /* 高さ */
  opacity: 0.5; /* 半透明（デフォルトでは0.2） */
}
.swiper-pagination-bullet-active {
  width: 16px; /* 幅 */
  height: 16px; /* 高さ */
  opacity: 1; /* 不透明 */
}
.swiper-button-next::after,
.swiper-button-prev::after {
    color: #FFF;
}

.top-kijicontainer{
  display:flex;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.top-kijicontainer .kijicontainer-status span:nth-of-type(1){
  font-size: 12px;
  color: #666;
  display: block;
  margin-right: 10px;
  padding: 6px 0;
  position: absolute;
  bottom: 30px;
}
.top-kijicontainer .kijicontainer-status span:nth-of-type(2){
  font-size: 12px;
  padding: 6px 20px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.top-kijicontainer img{
  border-radius: 10px;
  height: auto;
  border: 1px solid #ccc;
}
.mt4rem{
  margin-top: 4rem;
}

.container-top .swiper-slide a{
  text-decoration: none;
}
.top-kijicontainer .item-img{
  width: 160px;
  min-width: 160px;
  margin: 0 10px 0 20px;
}
.top-kijicontainer .item{
  width: calc(100% - 160px);
  max-width: 100%;
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 641px){
  .top-kijicontainer .item-img{
    width: 280px;
    min-width: 160px;
    margin: 0 10px 0 20px;
  }
  .top-kijicontainer .item{
    width: calc(100% - 280px);
    max-width: 100%;
    position: relative;
  }
}
.kijicontainer-status{
  margin: 0 20px 0 10px;
}
.top-kijicontainer p{
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}
.kijicontainer-contents{
  margin: 2rem 0;
}

.kijicontainer-contents a{
  text-decoration: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    top: 40px;
    height: 95%;
    width: 8%;
}
.swiper-pagination-bullet {
    background: initial;
    border: 1px solid #32B988;
}

.center,
.kurashi-head{
  text-align: center;
}
.kurashi-head img{
  padding: 35px 0 0;
  max-width: 80%;
  width: 100%;
}
.kurashi-head p{
  padding: 25px 0 10px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.footblock{
  text-align: center;
  margin: 0 0 30px;
}
.footblock-banner{
  justify-content: center;
  display: flex;
}
.footblock button{
  padding: 13px 0 11px!important;
}
.footblock img{
  max-width: 480px;
  width: 100%;
  padding: 30px 20px;
}
.cate-kijicontainer{
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
.cate-kijicontainer a{
  text-decoration: none;
  color: #333;
}
.cate-rowline{
  display: flex;
  flex-basis: 50%;
}
.cate-kijicontainer .item-img{
  min-width: 160px;
  margin: 0 5px;
}
.cate-kijicontainer .item-imgodd {
  min-width: 160px;
  /*margin: 0 8px 0 12px;*/
  margin: 0 10px;
}
.cate-kijicontainer .item-imgeven {
  min-width: 160px;
  /*margin: 0 12px 0 8px;*/
  margin: 0 10px;
}
.cate-kijicontainer img {
    border-radius: 10px;
    height: auto;
    border: 1px solid #ccc;
}
.cate-rowline .status{
  margin-top: 10px;
  min-width: 160px;
  padding: 0 2px 8px;
}
/*@media(max-width:480px) {
  .cate-rowline .status{
    width: 160px;
  }
}*/
.cate-kijicontainer .status span:nth-of-type(2) {
    margin-right: 0;
}
.cate-kijicontainer .item-imgodd p,
.cate-kijicontainer .item-imgeven p{
  line-height: 1.2;
  margin-bottom: 3rem;
  padding: 0 5px;
}


/*カテゴリーコミック　著者*/
.comic-author {
  position: relative;
  padding: 1rem 1rem 1.5rem;
  background: #32B9881C;
  margin: 1rem 10px;
  font-size: 1.6rem;
}

.comic-author:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #32B988, #32B988 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*ゴロネ*/
.gorone-no{
  padding-bottom: 5px;
  color: #666;
  display: inline-block;
}


/*コラム*/
.colum-block span{
  font-weight: 700;
  display: block;
  color: #32B988;
  font-size: 1.8rem;
}
.colum-block1 span {
  color: #32B988;
}
.colum-block2 span {
  font-weight: 700;
  color: #32B988;
}
.colum-caution{
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}
.colum-quote{
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
}

.colum-box {
  line-height: 1.2;
  padding-top: 2rem;
  margin-bottom: 3rem;
}

/*コラム飾り*/
.c-box1{
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0;
  border: 1px solid #999;
  padding: 10px;
  background: #f7f7f7;
}
.c-box1 span{
  color: #32B988;
  font-weight: 700;
  width: 20px;
  display: inline-block;
  text-align: center;
}
ol.ranking{
  font-size: 16px;
  line-height: 1.8;
}
ol.ranking > li{
  counter-increment: r-count;
}
ol.ranking > li:before {
  content: counter(r-count) "位";
  margin-left:-16px;
  padding:15px; 
}
ol.ranking > li:nth-child(-n+9){
  margin-left: 10px;
}
.ranking-reset17 {
      counter-reset: r-count 17;
}
.ranking-reset19 {
      counter-reset: r-count 19;
}



/*引用*/
.quote{
  background: #eee;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  margin-top: 2rem;
}
.quote:before{
  position: absolute;
  content: '引用';
  top: -20px;
  left: 0px;
  background: #eee;
  padding: 5px 15px 0;
  border-radius: 10px 10px 0 0;
  font-size: 1.4rem;
}
.quote span{
  display: block;
  font-size: 1.2rem;
  color: #777;
}


/*吹き出し*/
.speech-balloon{
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4;
  justify-content: space-between;
  align-items: flex-start;
}
.speech-balloon img{
  border-radius: 100%;
}
.speech-text{
  background :#edf4d5;
  flex-basis: calc(100% - 180px);
  border-radius: 10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 20px;
}
.speech-text:before{
  content: '';
  position: absolute;
  left: -20px;
  top: 50px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 25px solid #edf4d5;
}

/*コメント*/
.comment-block{
background: #edf4d5;
border-radius: 10px;
font-size: 1.4rem;
line-height: 1.6;
padding: 10px;
}
.comment-block img{
  float: left;
  border-radius: 100%;
  margin: 0 20px 0 0;
}





/* pagination */
.cate-pager{
  margin: 3rem 0 6rem;
}
.cate-pager ul.kurashi-pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.cate-pager .kurashi-pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border: 1px solid #32B988;
}

.cate-pager .kurashi-pagination li.pre,
.cate-pager .kurashi-pagination li.next {
  width: 65px;
}

.cate-pager .kurashi-pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #32B988;
  text-decoration: none;
}

.cate-pager .kurashi-pagination li a span{
  display:table-cell;
  vertical-align:middle;
  display: table-cell;
  font-size: 1.6rem;
  color: #333;
}

.cate-pager .kurashi-pagination li a span:hover,
.cate-pager .kurashi-pagination li a span.active{
  color: #fff;
  background: #32B988;
}

.cate-pager .kurashi-pagination li.dotted-line {
  border: 0;
  width: 12px;
}
.cate-pager .kurashi-pagination li.dotted-line span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 100%;
}



/*@media only screen and (max-width: 767px){
  .cate-pager .kurashi-pagination li{
    display: none;
  }

  .cate-pager .kurashi-pagination li.pre,
  .cate-pager .kurashi-pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .cate-pager .kurashi-pagination li.pre a,
  .cate-pager .kurashi-pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .cate-pager .kurashi-pagination li.pre span::after{
    content: "≪前へ";
  }

  .cate-pager .kurashi-pagination li.next span::before{
    content: "次へ≫";
  }

}*/




/*アコーディオン*/
.dkp-check{
    display: none;
}
.dkp-label{
    color: #32b988;
    display: block;
    padding: 11px;
    position: relative;
    border-bottom: 1px solid #32b988;
    margin: 2rem 0 0 0;
}
.dkp-label span{
    font-weight: 700;
}
.dkp-label:after{
    background: #32b988;
    box-sizing: border-box;
    content: '-';
    display: block;
    height: 46px;
    padding: 8px 10px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 26px;
    color: #fff;
    width: 50px;
    text-align: center;
    line-height: 1;
}
.dkp-content{
    display: block;
    height: auto;
    opacity: 1;
    padding: 10px;
    transition: .5s;
    /*visibility: hidden;*/
    visibility: visible;
    background: #32b988;
    color: #fff;
}
.dkp-check:checked + .dkp-label:after{
    content: '+';
    margin-bottom: 2rem;
}

.dkp-check:checked + .dkp-label + .dkp-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    visibility: hidden;
    /*visibility: visible;*/
    background: #32b988;
    
}
.dkp-content a{
    color: #ff0;
    text-decoration: underline;
}


/*アコーディオン通常*/
.dkp-n-check{
    display: none;
}
.dkp-n-label{
    background: #FF414D;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    font-size: 16px;
    text-align: center;
}
.dkp-n-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    padding: 4px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 24px;
}
.dkp-n-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.dkp-n-check:checked + .dkp-n-label:after{
    content: '-';
    font-size: 24px;
    padding: 4px 20px;
}
.dkp-n-check:checked + .dkp-n-label + .dkp-n-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}




/*NEWマーク*/

.kijicontainer-contents a .new_ph{
  display: none;
}

.kijicontainer-contents a .post_photo_new {    
      display: block;
      position: relative;
      padding: 0;
}
.kijicontainer-contents a:first-child .new_ph {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    box-sizing: border-box;
    padding: 0 5px 0 3px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #FF414D;
}
.kijicontainer-contents a .new_ph:before {
    position: absolute;
    content: '';
    top: 0;
    left: -6px;
    border: none;
    height: 32px;
    width: 7px;
    background-color: #FF414D;
    border-radius: 5px 0 0 5px;
}
.kijicontainer-contents a .new_ph:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -4px;
    border: none;
    height: 7px;
    width: 5px;
    background: #A62D35;
    border-radius: 5px 0 0 5px;
}


/*@media (min-width: 641px){
  .kijicontainer-contents a .post_photo_new {    
      display: block;
      position: relative;
      padding: 0;
     
    }
  .kijicontainer-contents a:first-child .new_ph {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 10px;
      box-sizing: border-box;
      padding: 0 4px;
      margin: 0;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
      letter-spacing: 0.1em;
      color: #fff;
      background-color: #FF414D;
     
  }
  .kijicontainer-contents a .new_ph:before {
      position: absolute;
      content: '';
      top: 0;
      left: -7px;
      border: none;
      height: 38px;
      width: 7px;
      background-color: #FF414D;
      border-radius: 5px 0 0 5px;
     
  }
  .kijicontainer-contents a .new_ph:after {
      position: absolute;
      content: '';
      bottom: -7px;
      left: -5px;
      border: none;
      height: 7px;
      width: 5px;
      background: #A62D35;
      border-radius: 5px 0 0 5px;
  }
}
*/

.point-1{
  border: 1px solid #32B988;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background: #F3FFFA;
}


ol.parentheses {
  margin-left: 35px;
  font-size: 16px;
  line-height: 1.6;
  padding: 1em 0;
}
 
ol.parentheses li {
  list-style-type: none;
  counter-increment: cnt;
}
 
ol.parentheses li::before {
  content: "(" counter(cnt) ")";
  display:inline-block;
  margin-left:-35px;
  width: 35px;
  color: #32B988;
  font-weight: 700;
  margin-bottom: 5px;
}

ul.point{
  margin: 2em 0;
  padding-left: 20px;
  line-height: 1.4;
}
ul.point li{
  list-style: disc;
  margin-bottom: 10px;
}


/*特集レシピ*/
.cook-point{
  border-radius: 10px;
  background: #F4FFA8;
  margin: 2rem auto;
  padding: 1rem 2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.cook-point span{
  font-size: 16px;
  padding: 1rem;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  border: 2px dashed #32b988;
}
.cook-point span:before {
  content: '● ';
}


/*風水*/
ul.fengshui-list{
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.8;
  margin: 2rem 0;
}
ul.fengshui-list li{
  list-style-type: disc;
  color: #32B988;
}
ul.fengshui-list li span{
  color: #000000;
}

.pre-info-txt{
  float: left;
  width: 340px;
  padding-left: 10px;
}

.pre-info img{
  float: right;
  padding-right: 10px;
  max-width: 320px;
}
@media (max-width: 768px){
  .pre-info{
    text-align: center;
  }
  .pre-info img{
    float: initial;
    padding-right: 0px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pre-info-txt .buttom p{
    text-align: left!important;
  }
  .pre-info-txt {
    float: initial;
    width: auto;
    padding-left: 10px;
  }
}


/*カテゴリー一覧トップへ*/

.icon-arrow-right-kurashi{
    font-size: 16px;
    line-height: 1.4;
    padding-right:20px;
    text-align: center;
    margin-bottom: 35px;
}
.icon-arrow-right-kurashi span{
  display: inline-block;
  position: relative;
}
.icon-arrow-right-kurashi a{
  text-decoration: none;
  color: #333;
}
.icon-arrow-right-kurashi a::after {
    position: absolute;
    content: "";
    right: -20px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #32B988;
    border-right: 3px solid #32B988;
    -webkit-transform: rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    top: 50%;
}

/*風水・占い*/
.uranai h3{
  color: #32B988;
}
.uranai .item{
  display: inline-block;
  background: #32b988;
  padding: 2px 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.uranai-dis{
font-size: 16px;
line-height: 1.8;
}
.uranai-dis li{
list-style: decimal;
margin-left: 20px;
}


/*★マーク*/
.rate-box{
padding-top: 20px;
    text-align: center;
}
.rate-box + .info-txt{
  margin: 0;
}
.rate-box p{
  text-align: left;
}
.rate-box .txt{
display: block;
    text-align: center;
     font-size: 2rem; 
    font-weight: 700;
    color: #32b988;
    padding-bottom: 10px;
}
.rate{
position: relative;
display: inline-block;
font-size: 3rem;
margin-bottom: 10px;
}
.rate:before{
content: "★★★★★";
color: #ccc;
}

.rate0-5:after,
.rate1:before,
.rate1:after,
.rate1-5:before,
.rate1-5:after,
.rate2:before,
.rate2:after,
.rate2-5:before,
.rate2-5:after,
.rate3:before,
.rate3:after,
.rate3-5:before,
.rate3-5:after,
.rate4:before,
.rate4:after,
.rate4-5:before,
.rate4-5:after,
.rate5:after{
position: absolute;
top:0;
left:0;
color: #FFA500;
overflow: hidden;
height: 3rem;
}

.rate .rate0-5:after,
.rate .rate1-5:after,
.rate .rate2-5:after,
.rate .rate3-5:after,
.rate .rate4-5:after{
  width: 1.5rem;
  content: "★";
}

.rate .rate1:after,
.rate .rate1-5:before{
  content: "★";
}
.rate .rate1-5:after{
  left: 1em;
}
.rate .rate2:after,
.rate .rate2-5:before{
  content: "★★";
}
.rate .rate2-5:after{
  left: 2em;
}
.rate .rate3:after,
.rate .rate3-5:before{
  content: "★★★";
}
.rate .rate3-5:after{
  left: 3em;
}
.rate .rate4:after,
.rate .rate4-5:before{
  content: "★★★★";
}
.rate .rate4-5:after{
  left: 4em;
}
.rate .rate5:after{
  content: "★★★★★";
}


ul.list-column{
  line-height: 1.6;
}
ul.list-column li.m{
  padding-left: 0;
  padding-top: 10px;
  font-weight: 700;
}
ul.list-column li{
  padding-left: 20px;
}
/*画像禁止*/
/*長押しを禁止*/
/*section.kijicontainer-contents img,
main.l-main img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  pointer-events: none;*/ /*右クリックを禁止*/
  
  /*-khtml-user-select:none;
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}*/

/*ドラッグ＆ドロップを禁止*/
/*Bodyかimgに追加： onselectstart="return false;" onmousedown="return false;"*/

/*.container-top .swiper-slide a {
    height: 100%;
    display: block;
}*/