@charset "UTF-8";

/*!
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
*/

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

html,
body {
  font-family: 'Zen Maru Gothic', sans-serif;
}

/*リキャプチャーのバッジ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

.sp-view {
  display: none;
}

.s-h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  margin: 1.5rem 0;
}

.s-h2-p {
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

#page-header {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px #ccc solid;
  background: #fff;
}

#page-header img {
  width: 100%;
  max-width: 450px;
  height: auto;
}


#s-trend #cate-btn-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  padding: 1rem 2rem;

}

#s-trend #cate-btn-group .cate-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 33%;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
  transition: 1s;
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;

}

#s-trend #cate-btn-group #cate1-btn.active {
  background: rgb(242, 242, 149);
  transition: 1s;
}

#s-trend #cate-btn-group #cate2-btn.active {
  background: #d2f7fb;
  transition: 1s;
}

#s-trend #cate-btn-group #cate3-btn.active {
  background: #cef8c7;
  transition: 1s;
}

#s-trend #cate-btn-group #cate4-btn.active {
  background: #c7d3f8;
  transition: 1s;
}

#s-trend #cate-btn-group #cate5-btn.active {
  background: #f8c7ea;
  transition: 1s;
}

#s-trend .s-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  padding: 1rem 2rem;
}

#s-trend .s-box {
  position: relative;
  display: block;
  width: 22%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
  text-decoration: none;
  transition: 1s;
  position: relative;
}

#s-trend .s-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #cccccc;
  border-left: 20px solid transparent;

}

#s-trend .s-box:hover {
  border: 1px solid #47e7f5;
}

#s-trend .s-box .news {
  position: absolute;
  top: -1%;
  left: -1%;
  background: #ff5252;
  color: #fff;
  font-weight: 900;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
}

#s-trend .s-box .date {
  position: absolute;
  top: -1.5%;
  right: 0%;
  color: #666;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
}

#s-trend .s-box .wadai {
  position: absolute;
  bottom: 3%;
  right: 3%;
  background: #ddd;
  color: #666;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
}

#s-trend .s-box .title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5rem 1rem;
  border-radius: 10px;

  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

#s-trend .s-box .text {
  text-align: left;
  padding: 1.5rem 1rem 0rem 1rem;
}

#s-trend .s-box .s-btn {
  position: absolute;
  bottom: 6%;
  right: 13%;

}

#s-trend .ex1-box {
  display: block;
  width: 11%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.3rem;
  margin-bottom: 1rem;
  background: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
  text-decoration: none;
  transition: 1s;
  position: relative;
}

#s-trend .ex1-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #cccccc;
  border-left: 20px solid transparent;

}

#s-trend .ex1-box:hover {
  border: 1px solid #47e7f5;
}

#s-trend .ex1-box .news {
  position: absolute;
  top: -6%;
  left: -1%;
  background: #ff5252;
  color: #fff;
  font-weight: 900;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
}

#s-trend .ex1-box .date {
  text-align: right;
  color: #666;
  font-size: 0.85rem;
}

#s-trend .ex1-box .title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: 10px;

  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

#s-trend .ex1-box .title span {
  padding: 0.4rem 0.1rem;
  white-space: nowrap;
}

#s-trend .ex1-box .text {
  text-align: left;
  padding: 1rem 0 2rem 0;
  font-size: 0.8rem;
}

#s-trend .ex1-box .s-btn {
  position: absolute;
  top: 2%;
  right: 13%;
}

#s-trend .ex2-box {
  display: block;
  width: 24%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.3rem;
  margin-bottom: 1rem;
  background: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
  text-decoration: none;
  transition: 1s;
  position: relative;
}

#s-trend .ex2-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #cccccc;
  border-left: 20px solid transparent;


}

#s-trend .ex2-box:hover {
  border: 1px solid #47e7f5;
}

#s-trend .ex2-box .news {
  position: absolute;
  top: -6%;
  left: -1%;
  background: #ff5252;
  color: #fff;
  font-weight: 900;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
}

#s-trend .ex2-box .date {
  text-align: right;
  color: #666;
  font-size: 0.85rem;

}

#s-trend .ex2-box .title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1rem 0;
  border-radius: 10px;

  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

#s-trend .ex2-box .title span {
  padding: 0.4rem 0.3rem;
  white-space: nowrap;
}

#s-trend .ex2-box .text {
  text-align: left;
  padding: 1rem 0 2rem 0;
  font-size: 0.8rem;
}

#s-trend .ex2-box .s-btn {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

#worklist {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  padding: 1rem 2rem;
}

#worklist .s-box {
  display: block;
  width: 22%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
  text-decoration: none;
  transition: 1s;
  position: relative;
}

#worklist .s-box:hover {
  border: 1px solid #47e7f5;
}

#worklist .s-box .title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1.5rem 1rem;
  border-radius: 10px;

  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

#worklist .s-box .text {
  text-align: center;
  padding: 1.5rem 1rem 3rem 1rem;
}

#worklist .s-box .s-btn {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  background: #888;
  color: #fff;
  border: none;
  border-radius: 10rem;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  white-space: nowrap;
}



#singleback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

#singletrend {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #555;
}

#singletrend .color-title {
  position: relative;
  font-size: 1.3rem;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0.5rem 0;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

#singletrend .color-title .color-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow:
    1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
    1px 0 0 #ffffff, -1px 0 0 #ffffff,
    0 1px 0 #ffffff, 0 -1px 0 #ffffff;
  transform: rotate(-45deg);
  z-index: 50;
}

.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#singletrend .single-title {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

#singletrend .single-title span {
  font-size: 1.5rem;
}

#singletrend .single-catch {
  font-size: 1.8rem;
  font-weight: 900;
}

#singletrend .single-text {
  border: 4px solid #b3d9ff;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 6px 6px 2px 1px rgba(144, 144, 255, 0.2);
}

#singletrend .single-text h3 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
}

#singletrend .single-text h3.h3-1 {
  font-size: 1.4rem;
  color: #ff6982;
}

#singletrend .single-text p {
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
  margin: 0;
}

#singletrend .img_p {
  position: relative;
}

#singletrend .img_p .img_c {
  position: absolute;
  top: 0;
  width: 100%;
}

/* カテゴリーが人物の時の詳細画面用CSS */

#single_cate4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #555;
  font-size: 16px;
}

#single_cate4 .cate4_box {
  position: relative;
  width: 640px;
  height: auto;
  max-width: 99%;
  border: 1px solid #ccc;
  padding: 0.3rem;
  aspect-ratio: 1;
}

#single_cate4 .cate4_box .img1 {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 40%;
  max-height: 100%;
  text-align: left;
  z-index: -1;
}

#single_cate4 .cate4_box .title {
  position: absolute;
  top: 8%;
  left: 60%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
}

#single_cate4 .cate4_box .recolor {
  position: absolute;
  top: 25%;
  left: 60%;
  width: 100%;

  transform: translate(-50%, 0%);
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8;
}

#single_cate4 .cate4_box .text {
  position: absolute;
  top: 25%;
  left: 62%;
  transform: translate(-50%, 0%);
  width: 60%;
  font-size: 1.2rem;
  z-index: 1;
}

.heart_man {
  position: absolute;
  top: 4%;
  right: 1%;
}

.heart_woman {
  position: absolute;
  top: 4%;
  right: 1%;
}

.heart_man_out {
  position: absolute;
  top: 4%;
  right: 1%;
}

.heart_woman_out {
  position: absolute;
  top: 4%;
  right: 1%;
}

.heart_man2 {
  position: absolute;
  top: 1%;
  left: 1%;
}

.heart_woman2 {
  position: absolute;
  top: 1%;
  left: 1%;
}

.heart_man_out2 {
  position: absolute;
  top: 1%;
  left: 1%;
}

.heart_woman_out2 {
  position: absolute;
  top: 1%;
  left: 1%;
}

.heart {
  width: 40px;
  height: 40px;
  position: relative;

}

.heart_out {
  width: 42px;
  height: 42px;
  position: relative;

}

.heart1_out {
  content: '';
  width: 50%;
  height: 80%;
  border-radius: 12px 12px 0 0;
  background: #aaa;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 14%;

}



.heart2_out {
  content: '';
  width: 50%;
  height: 80%;
  border-radius: 12px 12px 0 0;
  background: #aaa;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  right: 14%;

}

.heart1 {
  content: '';
  width: 50%;
  height: 80%;
  border-radius: 11px 11px 0 0;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 14%;

}



.heart2 {
  content: '';
  width: 50%;
  height: 80%;
  border-radius: 11px 11px 0 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  right: 14%;

}

/* カテゴリーが人物(二人）の時の詳細画面用CSS */

#single_cate5 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #555;
  font-size: 16px;
}

#single_cate5 .cate5_box {
  position: relative;
  width: 640px;
  height: auto;
  max-width: 99%;
  border: 1px solid #ccc;
  padding: 0.3rem;
  aspect-ratio: 1;
}

.notice {
  position: absolute;
  top: -20%;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ff788e;
  text-align: center;
}

#single_cate5 .cate5_box .notice span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.notice-pc {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff788e;
  text-align: center;
}

#single_cate5 .cate5_box .img1 {
  position: absolute;
  top: 13%;
  left: 0;
  width: 40%;
  max-height: 100%;
  text-align: left;
  z-index: -1;
  padding-left: 0.3rem;
}

#single_cate5 .cate5_box .img2 {
  position: absolute;
  bottom: 13%;
  right: 0;
  width: 40%;
  max-height: 100%;
  text-align: right;
  z-index: -1;
  padding-right: 0.3rem;

}

#single_cate5 .cate5_box .title1 {
  position: absolute;
  top: 8%;
  left: 0%;
  width: 100%;
  max-height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  z-index: 1;
}

#single_cate5 .cate5_box .colorname1_1 {
  position: absolute;
  top: 3%;
  left: 0%;
  width: 100%;
  max-height: 100%;
  font-size: 1rem;
  color: #666;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  text-shadow:
    1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
    1px 0 0 #ffffff, -1px 0 0 #ffffff,
    0 1px 0 #ffffff, 0 -1px 0 #ffffff;
  z-index: 50;
}

#single_cate5 .cate5_box .colorname1_2 {
  position: absolute;
  top: 15%;
  left: 30%;
  width: 100%;
  max-height: 100%;
  font-size: 1rem;
  color: #666;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  text-shadow:
    1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
    1px 0 0 #ffffff, -1px 0 0 #ffffff,
    0 1px 0 #ffffff, 0 -1px 0 #ffffff;
  z-index: 50;
}

#single_cate5 .cate5_box .title2 {
  position: absolute;
  bottom: 5%;
  right: 0%;
  width: 100%;
  max-height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
  z-index: 1;
}

#single_cate5 .cate5_box .colorname2_1 {
  position: absolute;
  bottom: 15%;
  right: 30%;
  width: 100%;
  max-height: 100%;
  font-size: 1rem;
  color: #666;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
  z-index: 1;
  text-shadow:
    1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
    1px 0 0 #ffffff, -1px 0 0 #ffffff,
    0 1px 0 #ffffff, 0 -1px 0 #ffffff;
  z-index: 50;
}

#single_cate5 .cate5_box .colorname2_2 {
  position: absolute;
  bottom: 3%;
  right: 6%;
  width: 100%;
  max-height: 100%;
  font-size: 1rem;
  color: #666;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
  z-index: 1;
  text-shadow:
    1px 1px 0 #ffffff, -1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff, 1px -1px 0 #ffffff,
    1px 0 0 #ffffff, -1px 0 0 #ffffff,
    0 1px 0 #ffffff, 0 -1px 0 #ffffff;
  z-index: 50;
}

#single_cate5 .cate5_box .recolor {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8;
  z-index: 1;
}

#single_cate5 .cate5_box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  font-size: 1.2rem;
  z-index: 1;
}

/*カラー詳細説明モーダルCSS*/
.color-modal .colortext1 {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.color-modal h1 {
  font-weight: 900;
  text-shadow:
    2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
    2px 0 0 #ffffff, -2px 0 0 #ffffff,
    0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}

.color-modal h2 {
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #ccc;
}

.color-modal p {
  font-size: 1rem;
}

.f_logo {
  text-align: center;
  padding-top: 5rem;
}

.f_logo img {
  max-width: 30%;

}

.modal {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.zenmaru {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.page_navi ul {
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.page_navi ul li {
  margin-right: 0.5rem;
  padding: 0;
}

.page_navi ul li a {
  padding: 0rem 0.8rem 0.3rem 0.8rem;
  font-size: 1.1rem;
  background: #666;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 10px;
}

.page_navi ul li a.navi_active {
  background: #4756f5;

}

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

/*834px以下*/
@media screen and (max-width: 834px) {

  /*必要ならばここにコードを書く*/
  #s-trend .s-box {
    width: 100%;
    padding: 0.5rem;
  }

  #s-trend .s-box p {
    margin: 0;
  }

  #s-trend .s-box .date {
    top: 1%;
    right: 1%;
    background: #fff;
  }

  #s-trend .s-box .title {
    padding: 1rem 1rem 0 1rem;
  }

  #s-trend .s-box .text {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #s-trend .s-box img {
    display: block;
    margin: 0 auto;
    max-width: 50%;

  }

  #s-trend .ex1-box {
    width: 33%;

  }


  #s-trend .ex2-box {
    width: 50%;

  }

  #s-trend .ex2-box .title {
    font-size: 1rem;
    line-height: 2.5;

  }

  #singletrend .img_p .img_c {
    top: auto;
    bottom: 0;
  }

  #single_cate4 .cate4_box .text {
    font-size: 1rem;
  }

  .heart_man {
    position: absolute;
    top: 5%;
    right: 1%;
  }

  .heart_woman {
    position: absolute;
    top: 5%;
    right: 1%;
  }

  .heart_man_out {
    position: absolute;
    top: 5%;
    right: 1%;
  }

  .heart_woman_out {
    position: absolute;
    top: 5%;
    right: 1%;
  }

  .heart_man2 {
    position: absolute;
    top: 1%;
    left: 1%;
  }

  .heart_woman2 {
    position: absolute;
    top: 1%;
    left: 1%;
  }

  .heart_man_out2 {
    position: absolute;
    top: 1%;
    left: 1%;
  }

  .heart_woman_out2 {
    position: absolute;
    top: 1%;
    left: 1%;
  }

  .heart {
    width: 28px;
    height: 28px;
    position: relative;

  }

  .heart_out {
    width: 30px;
    height: 30px;
    position: relative;

  }

  .heart1_out {
    content: '';
    width: 50%;
    height: 80%;
    border-radius: 7.25px 7.25px 0 0;
    background: #aaa;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 14%;

  }



  .heart2_out {
    content: '';
    width: 50%;
    height: 80%;
    border-radius: 7.25px 7.25px 0 0;
    background: #aaa;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    right: 14%;

  }

  .heart1 {
    content: '';
    width: 50%;
    height: 80%;
    border-radius: 7px 7px 0 0;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 14%;
  }



  .heart2 {
    content: '';
    width: 50%;
    height: 80%;
    border-radius: 7px 7px 0 0;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    right: 14%;
  }


  #single_cate5 .cate5_box .colorname1_1 {
    top: 0%;
    font-size: 0.8rem;
    text-align: right;
  }

  #single_cate5 .cate5_box .colorname1_2 {
    top: 10%;
    left: auto;
    font-size: 0.8rem;
    text-align: left;
  }

  #single_cate5 .cate5_box .colorname2_1 {
    bottom: 14%;
    right: auto;
    font-size: 0.8rem;
    text-align: right;
  }

  #single_cate5 .cate5_box .colorname2_2 {
    bottom: 4%;
    font-size: 0.8rem;
    text-align: left;
  }

  #single_cate5 .cate5_box .title1 {
    top: 3%;
  }

  #single_cate5 .cate5_box .title2 {
    bottom: 2%;

  }

  #single_cate5 .cate5_box .text {
    font-size: 0.9rem;
  }

  .f_logo {
    padding-top: 0;
  }

  .f_logo img {
    width: 90%;
    max-width: 90%;

  }

  .sp-view {
    display: block;
  }
}

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