
@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@media screen and (min-width: 1232px){
	.sidebar-left .content-in {
		flex-wrap: nowrap;
	}
}

.body {
  font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.main {
  position: relative;
}

.pc_none {
  display: none;
}


#header-container-in {
  display: none;
}

.dis-none,
.d_none {
  display: none;
}


.main {
  padding: 0; 
  border: none;
  background: #fffaf0;
}

.sidebar {
  background: #fffaf0;
}


.eye-catch {
  width: 100%;
  margin: auto;
}

.wp-block-latest-posts__list.wp-block-latest-posts {
  font-size: 16px;
}

.ranking_contents {
  border: 2px solid #fdd22d;
  margin-bottom: 50px;
}

.contents_title {
  display: flex;
  /* justify-content: center; */
  color: #fff!important;
  position: relative;
}

.ranknum_img {
  position: absolute;
  top: -20px;
  left: -60px;
  width: 170px;
}

.itemname {
  margin-left: 55px;
  margin-bottom: 0!important;

  /* background: linear-gradient(135deg, #ff4000 0%, #d80000 100%);
  background: -webkit-linear-gradient(-45deg, #ff4000 0%, #d80000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.item_main_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.item_img {
  width: 40%;
}

.comprehensive_evaluation {
  width: 50%;
}


.add_starsall {
  color: #ecdf20;
  background: -webkit-linear-gradient(0deg, #ffca2c,#f8e831);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  font-size: 2em;
  line-height: 1.2;
}


.rate_title_text {
  font-weight: 600;
  font-size: 1.2em;
  border-bottom: 2px solid #000000;
}

.rate_number_top {
  font-size: 1.5em;
  font-weight: bold;
  color: #ff5940;
  margin-left: 10px;
}

.item_info_text{
  padding: 20px;
  width: 90%;
  margin: auto;
  font-size: .9em;
}

.item_info_text {
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
  box-shadow: 0 0 0 10px #fff0cd;
  /* padding: 20px 20px 20px 20px; */
  padding: 20px 50px 20px 50px;
  font-weight: bold;
  color: #000;
  background: #fff0cd;
}

.item_info_text p {
  background-color: #fff0cd;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff0cd 0%, #fff0cd 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #e9ced0 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 1.9;
  padding: 4px 10px 22px 10px;
  margin: 0;
}


.comprehensive_evaluation_table {
  width:90%;
  margin-top: 30px;
  margin: auto;
}


.comprehensive_evaluation_table table th {
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994) !important;
  color: #fff !important;
  width: 120px;
  font-size: .6em;
}

.comprehensive_evaluation_table table td {
  font-size: .9em;
  text-align: center;
  width: 200px;
}


  .lead_sentence p {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
  }

  .lead_sentence img {
    max-width: 80%;
    height: auto;
    border: 0;
  }

  .lead_sentence_2 p {
    font-size: 1em;
    font-weight: normal;
  }

  .lead_sentence_2 img {
    max-width: 100%;
    height: auto;
    border: 0;
  }


.item_review_kutikomi_wrap {
  width: 80%;
  margin: 50px auto 0;
}

.site_link_wrap {
  text-align: center;
  margin: 0px auto 50px;
  width: 90%;
  background: #44de42;
  padding: 20px;
  border-radius: 10px;
}

.site_link_wrap_return {
  text-align: center;
  margin: 0px auto 50px;
  width: 90%;
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994) !important;
  padding: 20px;
  border-radius: 10px;
}

.site_link{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.site_link:hover{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.item_thoughts {
  position: relative;
}



.item_thoughts_nonmodal {
  background: #eee;
  padding: 20px 20px 5px;
  margin: 0 auto 40px;
}

.kutikomi_title {
  font-size: 1.3em;
  position: relative;
  padding: 10px 30px 0;
}

.kutikomi_title::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
  top: -50px;
  left: -50px;
  color: rgb(224 66 114 / 33%);
  font-size: 50px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}

.fa-comment {
  margin-left: 10px;
}

.item_thoughts_nonmodal p {
  margin: 0;
}

.reviewuser_text {
  font-size: .8em;
}

.modal_handler {
  text-align: center;
  margin: 0 0 30px;
  cursor: pointer;
  text-decoration: underline;
  color: #1881ff;
}

.nomodal_item_annotation {
  font-size: .5em;
  position: absolute;
  bottom: -40px;
  right: 0;
  /* top: -40px; */
  /* left: 0; */
  display: inline-block;
}

.modal_item_annotation {
  font-size: .5em;
  position: relative;
  top: -40px;
}


/*------- モーダルエリア ---------*/

.modal_back {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.modal_item_wrap {
  position: relative;
  width: 52%;
  margin: 30px auto;
  background: #fffaf0;
  padding: 50px;
}

.modal_item {
  margin: 0px 0 40px;
  background: #eee;
  padding: 30px;
}

.modal_close {
  position: absolute;
  font-size: 1.5em;
  display: inline-block;
  background: #434343;
  width: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  top: -20px;
  right: -3%;
  cursor: pointer;
}

.nonScroll {
  height:calc(100vh + 1px) ;
  width: 1px;
  background-color: transparent;
}

.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeInAnime{
  from {
    opacity: 0;
    transform: scale(.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* モーダルここまで */


/* 比較表top */

.table-h2 {
  font-size: 1.5em !important;
  text-align: center !important;
  background: #cd5c5c!important;
  margin: -15px auto 30px!important;
  line-height: 0!important;
}

.table_comparison_beforeimg {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}

.table_comparison td,
.table_comparison th {
  width: 100px;
  height: 100px;
  font-size: .9em;
  text-align: center;
}

.table_comparison th {
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994) !important;
  color: #fff !important;
  font-size: .9em;
}

.table_comparison td {
  font-weight: 600;
}

.text-d {
  color: #ff420c!important;
  font-weight: 600;
}

.ranknum_text {
  font-size: 2em;
  font-weight:bolder;
  background: linear-gradient(135deg, #02beca 0%, #01e8bc 100%);
  background: -webkit-linear-gradient(-45deg, #02beca 0%, #01e8bc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table_comparison td .text-f {
  font-size: .9em;
}


.table_comparison td a {
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid;
  border-radius: 10px;
  background: #44de42;
  text-decoration: none;
  color: #fff;
  font-size: .9em;
}

/* 比較表 all */


.table-all-wrap {
  position: relative;
  overflow: scroll hidden;
}


.table_all_comparison {
  max-width: 150%;
  width: 150%;
  margin: 0!important;
  height: auto;
  table-layout: fixed;
}


.table_all_comparison th {
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994) !important;
  color: #fff !important;
  font-size: .8em;
}


.table_all_comparison td,
.table_all_comparison th {
  width: 100px;
  height: 70px;
  font-size: .6em;
  text-align: center;
}


.table_all_comparison td a {
  padding: 13px 10px;
  display: inline-block;
  border: 1px solid;
  border-radius: 10px;
  background: #44de42;
  text-decoration: none;
  color: #fff;
  font-size: .9em;
}


.allt_scroll_icon {
  padding: 10px 20px 10px;
  display: inline-block;
  text-align: center;
  background: #636262;
  color: #fff;
  position: absolute;
  top: calc(50% - 155px);
  left: calc(50% - 45px);
  opacity: .8;
} 

.scroll_icon {
  font-size: 1.6em;
}
.scroll_icon2 {
  margin-top: -10px;
} 

.scroll_text {
  font-size: 0.7em;
}


/* FAQ */

.top_faq_wrap {
  width: 100%;
  margin: 10px auto;
  background: #eee;
  padding: 30px 30px 5px;
}

.toggle_contents {
  margin-bottom: 30px;
}

.toggle_title {
	font-weight: bold;
	line-height: 42px;
	margin: 0!important;
	padding: 0 0 0 10px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
  background: #f7b58c;
  /* color: ; */
}

.toggle_title:hover {
  color: #fff;
}


.toggle_title:after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background:url(img/btn_arrow.png) no-repeat right top;
	position:absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	transition: 0.2s;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.2s;
}
.toggle_txt {
	display: none;
  background: #eee;
  padding: 20px;
}




/*******************************************
**************** 文字装飾 *****************
**********************************************/

/*マーカー*/

/*アニメーション前*/
.marker_move,
.marker_move_yellow{
  padding: 0 5px;
  background-image: linear-gradient(#f7d7f5, #f7d7f5);
  background-size: 0 50%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: .8s;
  font-weight: bold;
  font-size: 1.1em;
  color: #e9280b;
}

.marker_move_yellow {
  background-image: linear-gradient(#ffeb9c, #ffeb9c);
  color: #e9280b;
}

/*アニメーション後*/
.marker_move.active {
  background-size: 100% 50%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}
.active {
  background-size: 100% 50%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}


/*<span class="marker_move"></span>*/

.marker_red,
.marker_yellow,
.marker_bold {
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.1em;
}

.marker_red {
  color: #e9280b;
}

.marker_yellow {
  background-image: linear-gradient(#ffeb9c, #ffeb9c);
}


/* 光 */

@keyframes shiny {
  0% { left: -20%; }
  10% { left: 110%; }
  100% { left: 110%; }
}


.shiny {
  position: relative;
}

.shiny::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}


/* ぽよぽよ */
.poyo2 {
    height:auto;
    animation: poyo2 2s linear .5s infinite forwards;
    transform-origin: 50% 50%;
}

@keyframes poyo2 {
      0% { transform: scale(1); }
      30% { transform: scale(1); }
      40% { transform: scale(1.1); }
      50% { transform: scale(1); }
      60% { transform: scale(1.1); } 
      70% { transform: scale(1); }
      100% { transform: scale(1); }
  }
  


  /* 何人みています */

  .set_time_watching_num {
    position: fixed;
    right: 1%;
    bottom: 15px;
    width: 30%;
    text-align: center;
    background: rgba(255,233,261,0.8);
    border: 2px solid #d3d3d3;
  }

  .settime_close_btn {
    text-align: right;
    position: relative;
    padding: 13px;
  }

  .settime_close_btn span{
    position: absolute;
    background: #323030;
    color: #fff;
    width: 32px;
    text-align: center;
    top: -10px;
    right: -7px;
    border-radius: 50%;
    cursor: pointer;
  }

  .set-count {
    padding: 0 0 20px;
  }

  .set-num {
    font-size: 1.2em;
    color: #cd5c5c;
    font-weight: 600;
  }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .modal_item_annotation {
    left: 0px;
  }

  #header-container-in{
    display: block;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

  .pc_none {
    display: block;
  }

  .eye-catch {
    width: 100%;
  }

  .table-h2 {
    font-size: 1em !important;
    margin: -10px auto 20px!important;
    padding: 15px!important;
  }


  .modal_item_annotation {
    left: 0px;
  }

  .table-wrap {
    overflow: scroll;
    width: 100%;
    position: relative;
  }

  .table_comparison {
    max-width: 150%;
    width: 150%;
    overflow: scroll;
  }

  .table_comparison td a {
    padding: 10px 8px;
  }

  .shiny::after {
    content: none;
  }


  .lead_sentence p {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
  }

  .lead_sentence img {
    max-width: 100%;
    height: auto;
    border: 0;
  }

  .lead_sentence_2 p {
    font-size: 1em;
    font-weight: normal;
  }

  .lead_sentence_2 img {
    max-width: 100%;
    height: auto;
    border: 0;
  }


  .ranknum_img {
    top: -30px;
    left: -50px;
    width: 140px;
  }


  .item_main_top {
    display: block;
  }

  .item_img {
    width: 100%;
  }

  .comprehensive_evaluation {
    width: 90%;
    margin: auto;
  }

  .comprehensive_evaluation_text_wrap {
    text-align: center;
  }

  .item_info_text {
    padding: 10px;
  }

  .kutikomi_title {
    font-size: 1.1em;
    padding: 0px 0px 0;
  }

  .kutikomi_title::before {
    left: -30px;
    font-size: 38px;
  }

  .modal_item_wrap {
    width: 90%;
    padding: 20px;
  }

  .set_time_watching_num {
    left: 15%;
    width: 70%;
  }

  .settime_close_btn span {
    width: 11%;
  }


}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .modal_item_annotation {
    left: 0px;
  }
}
