/* 
Theme Name: DOS-002
Theme URI: https://dosv-club.jp
Description: ダイヤケミカルテーマ
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

.en {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

p,
a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}
a:hover{
  opacity: 0.7;
}

.sp {
  display: none;
}
.inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex;
}
.inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.m-inner {
  width: 100rem;
  margin: 0 auto;
}
.s-inner {
  width: 80rem;
  margin: 0 auto;
}
.container {
  padding: 0 8%;
}
.home.page {
  padding: 0;
}
.page-template-default ,
body.tag,
body.search,
body.archive,
.single-news

{
  padding-top: 150px;
}

section {
  padding: 10rem 0 5rem;
}
.txt_center{
  text-align: center;
  margin:0 auto;
}

._title {
  font-size: 1.8rem;
}

.h2_title {
  line-height: 1;
}

._title span {
  font-size: 8rem;
  display: block;
}
.h_title {
  margin: 2.5rem 0;
  line-height: 1;
}




.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_list{
  width: 60%;
}

.h_logo span {
  display: block;
}
.h_logo h1 {
  margin: 10px 0 0 0;
  padding: 0;
  text-indent: -9999px;
}

.header_list ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_list ul li{
  width: 14%;
}


.header_list li a {
  position: relative;
  overflow: hidden;
}
.header_list li span {
  position: absolute;
  left: 50%;
  top: 0;
  /*アニメーションの指定*/
  transition: all 0.5s;
  transform: translate(-50%, 0); /*X方向に-50% ※中央寄せにするため*/
  /*ブロック要素にして透過なし、テキスト折り返しなし*/
  display: block;
  opacity: 1;
  white-space: nowrap;
}

.header_list li span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 100%); /*X方向に-50% Y方向に100%*/
  font-size: 0.6vw;
  font-weight: 800;
}
/*hoverするとテキストが入れ替わる設定*/
.header_list li:hover span:nth-child(1) {
  opacity: 0; /*透過0に*/
  transform: translate(-50%, -100%); /*X方向に-50% Y方向に-100%*/
}
.header_list li:hover span:nth-child(2) {
  opacity: 1; /*不透明に*/
  transform: translate(-50%, 0); /*X方向に-50% Y方向に0*/
}

.ecsite figure {
  margin: 0 1.5rem;
}
.ecsite figure img {
  width: 70%;
  margin-bottom: 1rem;
}


.header_container{
  padding:2rem 3%;
  display: flex;
  align-items: center;
}

.js-header.HeightMin .header_container {
  z-index: 999; /*最前面へ*/
  animation: DownAnime 0.5s forwards;
  background: #fff;
  box-shadow: 0 1vw 2vw rgb(9 57 49 / 20%);
  height: 80px;
  width: 100%;
}
.h_logo_inner {
  width: 170px;
}
.js-header.HeightMin .h_logo_inner{
  width: 360px;
}
.h_logo_inner img{
  width: 100%;
  height: 100%;
}
.js-header.HeightMin .h_logo_inner img{
  width: 50%;
}
.js-header.HeightMin .h_logo_inner img:first-child{
  margin-right:2rem;
}
.js-header.HeightMin span{
  color: #333;
}

.h_logo_inner a{
  display: block;
  width: 100%;
  height: 100%;
}
.header_lists{
  width: 1024px;
  display: flex;
  margin-left: auto;
  color: #fff;
}
.header_lists ul{
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header_lists li *{
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  font-family: "Bebas Neue", cursive!important;
}
.btn__text:last-child{
  font-size: 1.6rem;
}


.header_lists li a {
  position: relative;
  overflow: hidden;
}
.header_lists li span {
  position: absolute;
  left: 50%;
  top: 0;
  /*アニメーションの指定*/
  transition: all 0.5s;
  transform: translate(-50%, 0); /*X方向に-50% ※中央寄せにするため*/
  /*ブロック要素にして透過なし、テキスト折り返しなし*/
  display: block;
  opacity: 1;
  white-space: nowrap;
  color: #fff;
}

.header_lists li span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, 100%); /*X方向に-50% Y方向に100%*/
}
/*hoverするとテキストが入れ替わる設定*/
.header_lists li:hover span:nth-child(1) {
  opacity: 0; /*透過0に*/
  transform: translate(-50%, -100%); /*X方向に-50% Y方向に-100%*/
}
.header_lists li:hover span:nth-child(2) {
  opacity: 1; /*不透明に*/
  transform: translate(-50%, 0); /*X方向に-50% Y方向に0*/
}


#slider {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}




.message_inner {
  background: #efede5;
  text-align: center;
  box-sizing: border-box;
  padding: 5rem;
}

.message_inner ._text {
  margin-top: 2.5rem;
}
.message_inner h3 {
  font-size: 4.8rem;
}
.message_inner p {
  font-size: 2rem;
  line-height: 2.4;
}

.new_item_block ul{
  display: flex;
  justify-content: center;
  gap: 40px;
}

.news_inner {
  width: 100%;
}

/*エリアの表示非表示と形状*/
.news_item {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}
/*news_itemにis-activeというクラスがついた時の形状*/
.news_item.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news_item h2{
  display: inline-block;
  font-size: 3rem;
  padding: 0 2.5rem 16px;
  background-image: repeating-linear-gradient( -45deg, #333 0px, #333 2px, rgba(0 0 0 /0) 0%, rgba(0 0 0 / 0) 50% );
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-bottom: 2.5rem;

}
.news_item .tag_title{
  float: left;
  margin-right: 2.5rem;
  background: #cb0201;
  color:#fff;
  padding:1rem;
}
.news_item .tag_title span{
  color:#fff;

}

.top_news_slider{
  display: flex;
}
.top_news_slider li{
  position: relative;
  width: 25%;
  padding:1rem;
}
.top_news_slider li img{
  width: 100%;
  height: 280px;
  object-fit: cover;
}



.about_news_title{
  display: block;
}
.about_news_time{
  display: block;
}




.list_tags span:nth-child(1){
  background: #cb0201;
}
.list_category{
  margin-top:1rem;
}



.news_list {
  text-align: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.news_list li {
  margin: 0 2.5rem;
}

.new_item_list a {
  text-decoration: none;
  position: relative;
}
.new_item_list a::before {
  position: absolute;
  height: 0.1rem;
  right: 0;
  top: -0.1rem;
  left: 0;
  content: "";
  background: #393a3a;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.new_item_list img{
  width: 100%;
}

.new_item_list span {
  display: block;
}
.about_news_time {
  margin-top: 2.5rem;
  color: #c4c1c1;
}

.btn {
  margin: 5rem 0 0;
}
.btn2 {
  margin-top: 5rem;
  padding-right: 8%;
  text-align: right;
  font-size: 2rem;
}

.media-grid .media-list-item {
  padding: 1rem;
}

/*お問合せページの問い合わせフォーム*/
.contact_messeage{
  font-weight: 800;
  color: #dc3545;
}
.contact_messeage_link{
  color: #dc3545;
  font-weight: 800;

}

.contact_bg {
  position: relative;
  height: 280px;
  object-fit: cover;
  background-image: url(./img/page/contact_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}
.pagetitle_under_bg {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) scale(1);
  -webkit-transition: 1s cubic-bezier(0, 0.63, 0.66, 1.8) 0.25s;
  transform: translateX(-50%) scale(1);
  transition: 1s cubic-bezier(0, 0.63, 0.66, 1.8) 0.25s;
}
.contact_bg h2,
.contact_bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #f5f5f5;
  text-align: center;
  line-height: 0;
  width: 100%;
}
.contact_bg h2 span,
.contact_bg h1 span {
  display: block;
  font-size: 6rem;
  color: #f5f5f5;
}

.contact_title{
  margin:20px 0;
}
.contact_dec {
  margin: 2.5rem 0 5rem;
}
.contact_form_title {
  margin: 0 0 5rem;
  text-align: center;
}

.contact_form_title h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.contact_comp_messeage{
  border: 1px solid #ccc;
  padding:20px 40px;
  text-align: center;
  margin-bottom: 40px;
}
.contact_comp_messeage_dec{
  margin-top:20px;
}
.contact_comp_messeage_dec ._tel{
  font-size: 40px;
  font-weight: 800;
  text-decoration: none;
}


.contactForm p{
  line-height: 2;
}

.contactForm dl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 1rem;
  border-bottom: 1px dotted #ccc;
}
.contactForm dt {
  font-size: 1rem;
  font-weight: 800;
  width: 35%;
}
.contactForm h3 {
  font-size: 2rem;
  font-weight: 800;
  margin: 5rem 0;
  padding-bottom: 16px;
  border-bottom: 2px dotted #ccc;
}

.cps-post-main p {
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.cps-post-main ul img {
  display: block;
  text-align: center;
}

.contactForm dd {
  align-items: center;
  width: 65%;
}
.contactForm dd.break-spaces{
  white-space:pre-wrap;
}

.wpcf7-not-valid-tip {
  font-weight: 800;
}

.required,
.box_any {
  position: relative;
}
.required::after {
  content: "必 須";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #dc3545;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  margin-right: 24px;
  border-radius: 8px;
}
.box_any::after {
  content: "任 意";
  position: absolute;
  right: 0;
  top: -10px;
  background-color: #b5b5b5;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  margin-right: 24px;
  border-radius: 8px;
}

.input {
  width: 600px !important;
  height: 50px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-weight: 800;
}
.input-md {
  width: 320px !important;
  height: 50px;
  text-align: left;
}
.input-sd {
  width: 60px !important;
  height: 50px;
  margin-right: 8px;
}
.input-tel {
  width: 93px !important;
  height: 50px;
}

.tel_cloum {
  align-items: baseline;
}
.tel_cloum span {
  margin-right: 8px;
}
.tel_cloum span:nth-child(2) {
  margin: 0 4px;
}
.tel_cloum span:nth-child(3) {
  margin-left: 8px;
}

.textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 190px;
  overflow: scroll;
  font-size: 14px;
  background-color: #f0f3f5;
  padding: 7px 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #f0f3f5;
  padding: 7px 10px;
  -webkit-appearance: none;
  color: #000;
  font-weight: 800;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type="submit"] {
  display: inline-block;
  background: #cb0201;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  width: 30rem;
  padding: 1rem 2.5rem;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}
.section__btn--reverse{
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
  width: 30rem;
  padding: 1rem 2.5rem;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    margin-bottom: 20px;
}
.wpcf7-spinner{
  display: none;
}
.contact_btn br{
  display: none;
}


input[type="button"] {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 8px;
  cursor: pointer;
  color: #333;
  width: 30rem;
  padding: 1rem 2.5rem;
}
option {
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
 .wpcf7 form.payment-required .wpcf7-response-output{
   border: 2px solid #cb0201;
   text-align: center;
   padding:1.5rem 0;
   font-size: 1.8rem;
   font-weight: 800;
   color: #cb0201;
 }


.your-email_spare span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: block !important;
}
.checkbox-716 span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: block !important;
}

.contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:50px 0
}
.contact_btn input {
  display: block;
  margin: 2.5rem;
}

.onlineshop_list{
  margin:5rem 0;
}
.onlineshop_list li{
  margin-right: 2.5rem;
}
.question_btn{
  margin-bottom: 20px;
}
.question_btn a {
  display: inline-block;
  background: #cb0201;
  color: #fff !important;
  padding: 16px 40px;
  text-decoration: none;
}
.question_btn a:hover {
  opacity: 0.6;
}

.contact_tel_block {
  margin: 80px 0 0;
}
.contact_tel_block p {
  text-align: center;
}
.contact_tel_block img {
  display: block;
  margin: 24px auto;
}

.wpcf7-list-item {
  margin: 0;
}
#autozip {
  display: none !important;
}
/*会社概要*/

.company_top_message{
  margin: 10rem 0;
  display: flex;
  align-items: center;
}


.about_left_img {
  width: 49%;
}
.about_left_img img {
  width: 100%;
}

.compnay_profile h2 span {
  margin-left: 2.5rem;
  color: #fff;
}
.about_data_textArea {
  padding: 5rem 2.5rem;
  height: 50%;
}

.about_data_textArea .d-flex{
  justify-content: space-between;
}
.about_data_textArea ._item {
  width: 49%;
}

.company_about h2.title {
  background: #cb0201;
  color: #fff;
  margin-bottom: 2.5rem;
  padding: 1.6rem;
}

.about_data_textArea {
  background: #fff;
}
.about_data_textArea dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.about_data_textArea dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  font-weight: 800;
  width: 25%;
}
.about_data_textArea dt span {
  display: block;
  font-size: 15px;
}

.about_data_textArea dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  width: 75%;
  font-size: 1.8rem;
}
.about_data_textArea dd span {
  font-weight: 300;
  font-size: 15px;
  display: block;
}
.about_data_textArea dd p {
  margin-bottom: 2.5rem;
}
.about_data_textArea dd li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}

.company_slider {
  justify-content: space-between;
}
.company_slider li {
  width: 50%;
  padding: 0 2.5rem;
}

.company_slider img {
  border-radius: 10px;
  object-fit: cover;
  height: 700px;
  width: 100%;
}
.about_message {
  width: 49%;
  padding: 1em 5em;
}
.about_message h2 {
  background: none;
}

.about_message_list p {
  line-height: 2.4;
}
.top_sign {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 5rem;
}
.top_sign span{
  display: block;
  font-size: 13px;
  z-index: 10;
  line-height: 2;
  position: relative;
}
.top_sign img {
  margin: -1rem 0;
}

.top_sign img {
  width: 240px;
}
.top_sign p {
  line-height: 0;
}

.about_message h2 span {
  display: block;
}

.about_message_text {
  padding: 20px 0;
}
.about_message_text p {
  margin-top: 2em;
  line-height: 2;
}

.p-company-history__table .head {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 3rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5rem;
}
.p-company-history__table .head .year {
  width: 7rem;
  padding-bottom: 2.5rem;
}
.p-company-history__table .head .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 7rem);
  padding-bottom: 2.5rem;
  border-left: 1px solid #e5e5e5;
}
.p-company-history__table .head .detail .month {
  width: 9rem;
  text-align: center;
}
.p-company-history__table .head .detail .archive {
  position: relative;
  width: calc(100% - 10rem);
}
.p-company-history__table .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.p-company-history__table .list .item .year {
  width: 7rem;
  padding-bottom: 3rem;
  font-weight: 700;
}
.p-company-history__table .list .item .detail {
  width: calc(100% - 7rem);
  border-left: 1px solid #e5e5e5;
}
.p-company-history__table .list .item .detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-company-history__table .list .item .detail__item:not(:first-child) {
  margin-top: 8px;
}

.p-company-history__table .list .item .detail__item .month {
  width: 9rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3rem;
}
.p-company-history__table .list .item .detail__item .archive {
  width: calc(100% - 10rem);
}

/*==================================================
ハンバーガーメニュー
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 50%;
  z-index: 1200;
}
.h_nav.active .openbtn {
  background: #fff !important;
  z-index: 1200;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #fff;
}
.h_nav.active .openbtn span {
  background: #333;
}

.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
  width: 50%;
}

.openbtn span:nth-of-type(3) {
  top: 38px;
  width: 50%;
}

/*activeクラスが付与されると線が回転して×になる*/

.h_nav.active .openbtn span:nth-of-type(1) {
  top: 23px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 35%;
}

.h_nav.active .openbtn span:nth-of-type(2) {
  opacity: 0;
}

.h_nav.active .openbtn span:nth-of-type(3) {
  top: 35px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 35%;
}

.header_slider {
  transform: translateX(100%);
  transition: 0.3s;
  width: 470px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: auto;
}

.h_nav.active .header_slider {
  opacity: 0.95;
  visibility: visible;
  transform: translateX(0);
  transition: 0.3s;
  background: #3a302d;
  padding: 10rem;
}
.h_nav.active .header_slider li,
.h_nav.active .header_slider li a,
.h_nav.active .header_slider li span {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
.h_nav.active .header_slider li {
  margin-bottom: 3rem;
}

.h_nav.active .header_slider li span {
  display: block;
  font-size: 2rem;
}

.search_btn {
  position: absolute;
  top: 6rem;
  right: 15rem;
  width: 40px;
  color: #000;
}

.brand_list {
  width: 100%;
}
.brand_list img {
  border-radius: 40px;
}
.brand_title {
  text-align: center;
  margin-bottom: 10rem;
}
.brand_title h2 {
  display: inline-block;
  font-size: 8rem;
  padding: 0 2.5rem 16px;
  background-image: repeating-linear-gradient(
    -45deg,
    #333 0px,
    #333 2px,
    rgba(0 0 0 /0) 0%,
    rgba(0 0 0 / 0) 50%
  );
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

.logo_list {
  margin: 5rem auto 0;
  padding: 0 16px;
}
.logo_list ul {
  flex-wrap: wrap;
  gap:8px;
}
.logo_list li {
  width: 19%;
  margin: 1rem 0;
}

.brand_list_block {
  margin-left: 10rem;
}
.brand_slider li.slick-slide {
  padding: 5rem 2.5rem;
  box-sizing: border-box;
}
.brand_slider li img {
  width: 100%;
}

.products ._mv img {
  width: 100vw;
  height: 600px;
  object-fit: cover;
}

.products_list {
  background: #f1f1f1;
  padding: 10rem 0;
}

.products_list .category {
  flex-wrap: wrap;
}
.products_list .category li {
  width: 25%;
  padding: 2.5rem;
}
.products_list .category li p {
  margin: 1rem 0;
  font-size: 2rem;
  text-align: center;
}

.category_page {
  flex-wrap: wrap;
  justify-content: baseline;
}
.category_page li {
  width: 22%;
  background: #fff;
  padding: 5rem;
  margin: 2.5rem 16px;
  box-sizing: border-box;
}

.service_inner {
  position: relative;
  margin-bottom: 5rem;
}
.service_inner .d-flex {
  align-items: center;
}

.service_inner ._img {
  width: 50%;
}

._txt {
  width: 50%;
  margin-left: 5rem;
  z-index: 100;
}
._txt h3 span {
  display: block;
  font-size: 3.2rem;
  background: #fff;
  padding: 0 1.6rem;
  margin-bottom: 0.8rem;
  color: #ed1f20;
}
._txt p {
  background: #fff;
  padding: 0 1.6rem;
  margin-bottom: 1.6rem;
}

._txt h4 {
  display: block;
  font-size: 5rem;
  background: #fff;
  padding: 0 1.6rem;
  margin: 2.5rem 0;
  color: #ed1f20;
}

.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ed1f20;
  text-align: center;
  width: 73%;
  border-radius: 50px;
  margin: 5rem 0;
  transition: 0.6s opacity;
}
.link_btn {
  font-size: 2rem;
  font-weight: 800;
  aspect-ratio: 80 / 9;
}
.second_coloum .d-flex {
  flex-direction: row-reverse;
}

.second_coloum ._txt {
  width: 50%;
}

.footer_inner {
  background: #ed1f20;
  padding: 10rem 8% 5rem;
}
.f_logo{
  position: relative;
}
.f_logo span {
  display: block;
  color: #fff !important;
}
.f_logo span.f_title {
  font-size: 2.4rem;
}
.f_logo span.f_address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}
.privacy a{
  color: #fff;
  font-size: 1.3rem;
}

.flex-end{
  position: absolute;
  bottom: 0;
}
.flex-end li{
  font-size: 4rem;
  margin-right: 1.5rem;
}
.flex-end path{
  color:#fff;
}



.f_nav {
  margin-left: auto;
}
.f_nav .links {
  display: flex;
}
.f_nav .links ul a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
}

.f_nav .links ul.f_nav_first {
  margin-right: 10rem;
}
.f_nav_second {
  margin-left: 0.5rem;
}

.f_nav li span {
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
}

.f_nav span {
  display: block;
  font-size: 1.6rem;
}
.to_contact {
  font-size: 2rem;
  color: #fff;
}
.f_contact {
  display: block;
  text-align: center;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  padding: 2.5rem 1rem;
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  line-height: 1;
}
.f_contact span {
  display: block;
  font-size: 3.2rem;
}
.f_buy {
  display: block;
  text-align: center;
  border: 4px solid #333;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 1rem;
  line-height: 1;
}
.f_buy span {
  display: block;
  font-size: 2.4rem;
}

.copy {
  background: #d30205;
  text-align: right;
  color: #fff;
  padding-right: 2%;
}

#q-title {
  background: #cb0201;
  color: #fff;
  margin: 2rem 0 2.5rem;
  padding: 1.6rem;
}
.question_page p{
  padding-left: 1em;
  line-height: 2;
}

.question_page .wp-block-heading{
  margin: 1rem 0 0.2rem;
}

#h3_title {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1.6rem;
}

.cps-post-title {
  font-size: 3.2rem;
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.entry-content h2{
  font-size: 2rem;
  background: #cb0201;
  color: #fff;
  padding:1rem;
  margin-bottom: 2.5rem;
}
.entry-content h3{
  font-size: 2rem;
  border-bottom: 3px dotted #cb0201;
  padding:1rem;
  margin: 2.5rem 0;
}
.entry-content h4{
  margin-top: 2rem;
}


.entry-content p {
  padding: 0 1.6rem;
  line-height: 2;
}
.entry-content ul {
  padding: 0 1.8rem;
}


.category_list.d-flex {
  flex-wrap: wrap;
}
.category_list .list_item {
  width: 25%;
  padding: 5rem 2.5rem;
}

.title-under {
  position: relative;
}

.title-under h1,
.title-under h2 {
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  font-size: 2.4rem;
  text-align: left;
  z-index: 50;
}

.title-under .mon {
  position: relative;
  font-size: 6.5rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #edeae1;
  line-height: 1em;
  z-index: 30;
}

.search_contents select {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 25rem;
  padding: 1.6rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #edeae1;
  border-radius: 10rem;
  border: unset;
  -webkit-appearance: none;
}
.search_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
}
.search_list > div {
  margin-right: 1rem;
}


.news_item .d-flex {
  flex-wrap: wrap;
  gap: 16px;
}
.news_item ._item {
  width: 24%;
  box-sizing: border-box;
}

.products_search{
  background: #f1f1f1;
  padding:10rem 0;
}

.products_search__list {
  margin: 2.5rem 0;
  padding: 0 16px;
  justify-content:flex-start;
  flex-wrap: wrap;
  gap:10px;
}
.products_search__list::after{
  all:initial;
}
.products_search__list li {
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  width: 19%;
  box-sizing: border-box;

}
.products_search__list a{
  align-items: center;
  padding:0 1rem;
  text-decoration: none;
}

.products_search__list_img img{
  height: 8rem;
  width: 6.4rem;
  padding:0.5rem;
  object-fit: contain;
  margin-right: 0.5rem;
}

.products_search__list_txt::after{
  position: absolute;
  font-family: 'Font Awesome 6 Free';
  content: '\f35a';
  right: 0.5rem;
}



.search_contents input[type="text"] {
  display: block;
  width: 35rem;
  margin: 0 auto;
  position: relative;
  padding: 1.6rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #edeae1;
  color: #222;
  border: unset;
  -webkit-appearance: none;
}

.search_contents input[type="submit"] {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 1.6rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #333;
  color: #fff;
  border: unset;
  -webkit-appearance: none;
}

._item a {
  text-decoration: none;
}

._item h3.ttl {
  font-size: 1.8rem;
  text-decoration: none;
}

.detail_products_img {
  width: 540px;
}
.detail_products_txt {
  padding-left: 10rem;
}
.detail_products_txt_title {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 5rem;
}
.detail_products_txt_title span {
  display: block;
  font-size: 2.4rem;
}

.detail_products_ {
  margin-bottom: 5rem;
  font-size: 1.4rem;
}
.online_store_list {
  margin: 1rem 0;
}
.online_store_list li {
  margin: 2.5rem 1rem 0 0;
}
.online_store_list img {
  width: 150px;
  height: 50px;
  object-fit: cover;
}
.product_features {
  padding: 0 8%;
}
.product_features .d-flex {
  justify-content: space-between;
  align-items: center;
}

.product_features_inner {
  width: 35%;
  margin: 2.5rem 0;
}
.product_features_inner dl {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 1.6rem 0;
}
.product_features_inner dl:last-child {
  border-bottom: 1px solid #ccc;
}

.product_features_inner dt {
  width: 8rem;
}

.product_features_inner dd {
  padding-left: 5rem;
}

.bottom_right_side {
  width: 55%;
}

.bland_link_btn{
  text-align: center;
  margin-bottom: 40px;
}


.p_inner {
  position: relative;
  align-items: center;
  height: 100vh;
}
.p_txt {
  background: #f1f1f1;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 12rem 10rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.item_list_text {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
}
.detail_products_ {
  width: 80%;
  line-height: 2.4;
}
.p_img {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.p_slider .slick-slide,
.p_slider .slick-list,
.p_slider .slider {
  height: 100%;
}
.p_slider {
  width: 50%;
  height: 100%;
}
.p_slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.online_store_list li a {
  background: #111;
  color: #fff;
  padding: 1.5rem;
}
.features {
  width: 50%;
}
.arrangement {
  margin: 5rem 0 0;
}
.arrangement_img {
  text-align: center;
  margin: 5rem 0;
}
.arrangement img {
  width: 60%;
}

.Various_fragrances_list{
  margin-top:5rem;
}
.Various_fragrances_list ul.d-flex{
  flex-wrap: wrap;
  gap: 8px;
}
.Various_fragrances_list li{
  width: 32%;
  margin-bottom:10rem;
}
.Various_fragrances_list li.d-flex{
  align-items: center;
  justify-content: space-between;
}
.Various_fragrances_list li figure{
  width: 40%;
  margin-right: 2rem;
}
.Various_fragrances_list li figcaption {
  width: 60%;
}
.Various_fragrances_list li figcaption span{
 display: block;
 line-height: 1.4;
}
.Various_fragrances_list li figcaption p{
 margin-top:1rem
 }
.Various_fragrances_list ._title{
  margin-bottom: 2.5rem;
}
.Various_fragrances_list  h3._title{
  font-size: 2.4rem;
  border-bottom: 1px solid #cb0201;
  padding-bottom:1rem;
}


.detail_name{
  font-size: 1.7rem;
  font-weight: 800;
}
.detail_txt{
  margin-top:1rem;
}
.fragrances_color{
  margin-top:1rem;
}
.fragrances_color img{
  width: 100%;
}
.icon_end{
  display: block;
  width: 110px;
  background: #254CA1;
  color:#fff;
  text-align: center;
  padding:2px 0 ;
  margin-top: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}
.icon_new{
  background: #cb0201;
  width: 80px;
  color:#fff;
  text-align: center;
  padding:4px 1.5rem;
  margin-top: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}
.list_tags{
  margin-top:1rem;
}
.list_tags a.new{
  background: #cb0201;
  border-radius: 2px;
  width: 80px;
  color:#fff;
  text-align: center;
  padding:6px 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  margin-right: 8px;
}
.list_tags a.instruction{
  background: #333;
  border-radius: 2px;
  width: 80px;
  color:#fff;
  text-align: center;
  padding:6px 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  margin-right: 8px;
}
.list_tags a.discontinued{
  background: #254CA1;
  border-radius: 2px;
  width: 80px;
  color:#fff;
  text-align: center;
  padding:6px 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  margin-right: 8px;
}


.icon_instruction{
  width: 100px;
  color:#cb0201;
  text-align: center;
  padding:2px 1.5rem;
  margin-top: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
}

.wp-block-image,
.wp-block-embed{
  width: 1024px;
  margin: 5rem auto 0;
  text-align: center;
}
.wp-block-image img{
  width: 100%;
}

.wp-block-embed iframe{
  width: 100%;
  height: 640px;
}


#press_page .new_item_list {
  width: 24%;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 5rem;
  border: none;
  font-size: 1.4rem;
}

#press_page .about_news_time {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
}
#press_page .news_category a {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  border-radius: 16px;
  margin-top: 1rem;
}

.post_category_shop_title {
  font-size: 1.6rem;
}

.item_search_category a {
  text-decoration: none;
  display: inline-block;
  background: #dc3545;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  border-radius: 16px;
  margin-top: 1rem;
}

/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/

.js-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.header_inner {
  width: 100%;
  padding: 2rem 3%;
  position: relative;
}

.h_logo img {
  width: 160px;
  max-width: 100%;
  height: auto;
}
.h_logo:first-child img {
  margin-bottom: 0.5rem;
}
.js-header.HeightMin .h_logo{
  width: 30%;
}

.js-header .h_logo:first-child img {
  margin-right: 2rem;
}

.js-header h1{
  display: none;
}
.header_list {
  width: 50%;
  margin-left: auto;
  margin-right: 5rem;
}

.header_list ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_list li * {
  font-size: min(1vw, 18px);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  font-family: "Bebas Neue", cursive;
  color: #333;
}

.header_list li a {
  color: #333;
}
.home .header_list li a span {
  color: #fff;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
.js-header.HeightMin .header_inner {
  position: fixed;
  z-index: 999; /*最前面へ*/
  animation: DownAnime 0.5s forwards;
  background: #fff;
  box-shadow: 0 1vw 2vw rgb(9 57 49 / 20%);
  padding: 1rem 5rem;
  height: auto;
}
.h_logo {
  padding: 0;
}

.js-header.HeightMin .header_inner .header_list li * {
  color: #333;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-header.HeightMin .btns {
  display: flex;
  align-items: center;
}

/*新着情報single*/
#single h1 {
  background: #cb0201;
  color: #fff;
  padding: 1.6rem;
}
#single h2 {
  font-size: 2.4rem;
  margin: 2.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #cb0201;
}

.single_content {
  margin: 5rem 0;
}
.single_content .single_content_mv img{
  margin-bottom: 5rem;
}
.single_content::after{
  height:0;visibility:hidden;content:" ";display:block;clear:both;
}
.single_content::before{
  order: 1;
  height:0;visibility:hidden;content:" ";display:block;clear:both;
}

/*カテゴリ一覧*/
.single_category .d-flex {
  flex-wrap: wrap;
}
.single_category h2.ttl02{
  display: inline-block;
  font-size: 3rem;
  padding: 0 2.5rem 16px;
  background-image: repeating-linear-gradient( -45deg, #333 0px, #333 2px, rgba(0 0 0 /0) 0%, rgba(0 0 0 / 0) 50% );
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-bottom: 2.5rem;

}

.single_category ._item {
  width: 23%;
  margin:2.5rem 0;
}


/*使用方法タグページ*/
.instruction{
  flex-wrap: wrap;
}
.instruction ._item{
  width: 25%;
  padding:2.5rem;
}



/*レチュナLP*/
.retuna_mv {
  width: 100%;
  background-color: #e5c8be;
  background-image: url(./img/retuna2/bg_mv.png);

  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}
.retuna_mv ._item {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.retuna_mv_title {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 10;
}
.retuna_mv_logo {
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 10;
  width: 560px;
}
.retuna_mv_logo img {
  width: 100%;
}
.retuna_mv_img {
  position: absolute;
  top: 240px;
  left: calc(50% + 80px);
  width: 580px;
}

.retuna_concept {
  position: relative;
  width: 100%;
  background-color: #fafaf3;
  background-repeat: repeat-x;
  background-position: center -120%;
  background-size: auto;
  padding: 10rem 0 70px;
  -webkit-transition: background-position 2s ease-in-out;
  transition: background-position 2s ease-in-out;
}

.retuna_concept .d-flex {
  justify-content: space-between;
  align-items: center;
}
.retuna_concept_img {
  width: 50%;
}
.retuna_concept_text h2 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}

.retuna_lineup {
  background-image: url(./img/retuna/AdobeStock_325079418.jpeg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
}

.retuna_lineup h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}

.retuna_lineup_list {
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
  padding: 5rem 0 10rem;
}

.retuna_h_title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.retuna_lineup_list h3 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1rem;
}
.retuna_lineup_list img {
  margin-bottom: 2.5rem;
}
.retuna_h_title p {
  margin-bottom: 5rem;
}

.retuna_lineup_list li {
  width: 33.33%;
}
.retuna_lineup_list li img {
  width: 100%;
}

.retuna_lineup ul li {
  width: 33.33%;
  text-align: center;
}
.retuna_lineup_type figure {
  height: 34rem;
  line-height: 34rem;
}
.retuna_lineup_type span{
  display: block;
}

.retuna_lineup ul img {
  width: 14rem;
}
.retuna_info_detail ul img{
  width: 100%;
}
.retuna_lineup figcaption span {
  display: block;
  font-size: 2.4rem;
  font-family: "Bebas Neue", cursive;
}

.retuna_info {
  border: 5px solid #f1f1f1;
  background: #fff;
  border-radius: 10px;
  margin:0 5rem;
  padding: 2.5rem 5rem;
}

.retuna_info_detail {
  padding: 2.5rem 0;
}
.retuna_info_detail_title {
  text-align: center;
  padding-bottom: 3rem;
}
.retuna_info_detail dl {
  margin: 5rem 0 2.5rem;
  align-items: center;
}
.retuna_info_detail dt {
  font-size: 3rem;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 4px double #ccc;
}

.retuna_info_detail ul {
  margin: 5rem 0 0;
  justify-content: space-between;
}
.retuna_info_detail li {
  width: 30% !important;
}

.retuna_type {
  margin-left: 2.5rem;
  font-size: 2.8rem;
  color: #cb0201;
}

.retuna_info_detail {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  margin-bottom: 2.5rem;
}

.retuna_info_detail.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.retuna_info_detail_title {
  border-bottom: 4px dotted #cb0201;
}
.retuna_fregrance {
  font-size: 1.5rem !important;
}
.retuna_ec {
  display: block;
  background: #f7f7f7;
  border: 4px solid #e3e3e3;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0.6rem 0;
  text-decoration: none;
  margin: 2.5rem 0;
}
.retuna_cart_btn {
  display: block;
  width: 80%;
  margin: 0 auto 0.5rem;
  padding: 0.2rem 0;
  background: #e3e3e3;
  border-radius: 40px;
  color: #333;
  font-size: 1.2rem !important;
}
.retuna_fregrance_inner {
  margin: 10rem 0;
  background: #fff;
}

.retuna_fregrance_inner ul {
  justify-content: center;
}
.retuna_fregrance_inner ul li {
  width: 33.33%;
  padding: 0 2.5rem;
  box-sizing: border-box;
}

.retuna_fregrance_inner figure {
  margin: 2.5rem 0;
}
.retuna_fregrance_inner p {
  font-size: 1.3rem;
  text-align: left;
}
.retuna_fregrance_inner_type img {
  width: 100% !important;
}

h2.retuna_title span{
  font-size: 2rem;
  line-height: 1.4;
}
h2.retuna_title span.en{
  font-size: 6rem;
}


p.arrow {
  display: inline-block;
}
.arrow span {
  position: relative;
  font-size: 1.4rem !important;
  letter-spacing: 0.01em;
  padding-left: 2.5rem;
  margin-top: 2.5rem;
  border-bottom: 1px dotted #cb0201;
}



/*ポピーヒストリーページ*/

.poppy_bg {
  position: relative;
  background-image: url(./img/poppy/poppy_title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:right center;
  height: 720px;
}
.poppy_bg h2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}

.about_poppy {
  margin: 80px auto;
}
.about_poppy .d-flex{
  align-items: center;
}

.about_poppy_image {
  width: 50%;
}
.about_poppy_text {
  width: 50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.about_poppy_text h3 {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.4rem;
  line-height: 2;
  padding-left: 5rem;
}

.about_poppy_text span {
  font-size: 14px;
  color: #df1b26;
  display: block;
  margin: 16px;
}
.about_poppy_text p {
  font-size: 1.8rem;
  line-height: 2.8;
  letter-spacing: 0.4rem;
}

.commitment_poppy {
  padding: 100px 0;
  background: #f7f4eb;
}
.commitment_poppy ._item {
  align-items: center;
}

.commitment_poppy_image {
  width: 50%;
  padding: 16px;
}
.commitment_poppy_image img{
  width: 90%;
  border-radius: 20px;
}

.commitment_poppy_text {
  padding-left: 5%;
  width: 40%;
}
.commitment_poppy_text h2 {
  color: #df1b26;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 800;
}
.commitment_poppy_text h2 span {
  margin-right: 8px;
  display: block;
}


.commitment_poppy_text h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
.commitment_poppy_text p{
  line-height: 2;
  font-size: 1.8rem;
}


.about_poppy_history {
  background: #df1b26;
  padding: 100px 0;
}
.about_poppy_history h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 32px;
}
.about_poppy_history_inner {
  background-image: url(./img/main/about_poppy_history_bg.jpg);
  border-radius: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 24px;
}
.about_poppy_history_inner dl {
  width: 45%;
  padding: 16px 40px;
  box-sizing: border-box;
}

.about_poppy_history_inner dl:nth-child(even) {
  margin-top: 100px;
}
.about_poppy_history_inner dl:nth-child(2) {
  margin-top: 160px;
}
.about_poppy_history_inner dl dt {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}
.about_poppy_history_inner dl dd h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.map_inner{
  position: relative;
  height: 398px;
  background-image: url(./img/page/poppy_map.png);
}
.popy_various .Various_fragrances_list h2{
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.ec_link img{
  width: auto;
  margin-top:8px;
  margin-right: 16px;
}
.ec_link.d-flex{
  flex-wrap: nowrap;
}

.about_poppy_history_img{
  background: #fff;
  padding:5rem 5rem 0;
}


/* ②メガメニューのスタイル */
.menu_contents {
  background: #f1f1f1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -10;
  padding: 12.5rem 0 16px !important;
}
.menu_contents h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
.menu_contents p {
  font-size: 1.5rem;
  margin: 2.5rem 0;
}

/*検索ブロック*/
.show_window_btn * {
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}
.show_window_btn img {
  width: 2.4rem;
  color: #fff;
}
.show_btn {
  display: block;
  width: 1000px;
  margin: 0 auto;
  background: #cb0201;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
  text-align: center;
  color: #fff;
  border: none;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 800;
}

.search_block {
  position: relative;
  background-image: url(./img/page/contact_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  display: none;
}
.hide_btn {
  position: absolute;
  right: 22%;
  top: 18%;
  background: #333;
  border-radius: 50%;
  border: none;
  width: 80px;
  height: 80px;
  color: #fff;
}
.hide_btn img {
  width: 25px;
}

.search_block_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 0;
  text-align: center;
}

.search_block_header {
  margin-bottom: 2.5rem;
}
.search_block_header h2 {
  font-size: 3.2rem;
  color: #fff;
}

.search_block_header .d-flex {
  justify-content: center;
  margin: 5rem 0;
}
.search_block_header li a {
  display: block;
  background: #fff;
  text-align: center;
  width: 360px;
  margin: 0 2.5rem;
  padding: 2.5rem;
}

.search_block_contents {
  background: #fff;
  padding: 30px 85px 24px;
  border-radius: 15px;
}
.search_block_contents h3 {
  font-size: 2.4rem;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  margin: 1rem 0 2.5rem;
}

.search_item {
  margin-bottom: 2.5rem;
}

.search_item h3 img {
  width: 30px;
  margin-right: 1rem;
}
.search_item .d-flex {
  justify-content: space-between;
}

.search_item select,
.search_item input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 48px 0 1rem;
  background: #f8f8f8;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border: none;
}
.search_item_after {
  position: relative;
}

.search_item_after::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
  background: url(./img/page/white_arrow.svg) 50% no-repeat #cb0201;
  background-size: 16px auto;
  content: "";
  pointer-events: none;
}

/*オンラインショップ*/
.onlineshop h1 {
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体,
    ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  background: #cb0201;
  color: #fff;
  padding: 1rem 2.5rem;
  margin-bottom: 2.5rem;
}
.onlineshop h1 span {
  color: #fff;
  font-size: 2rem;
}
.onlineshop h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.shop_list ul {
  justify-content: center;
}
.shop_list ul li {
  margin: 0 2.5rem;
}


/**/


.timeline {
  list-style: none;
  padding: 10rem 5rem;
  position: relative;
  background: #fff;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #cb0201;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.blue{
  background-color: #006fe5 !important;
}
.timeline-badge.light_blue{
  background-color: #00d7f4 !important;
}
.timeline-badge.gray{
  background-color: #837d7f !important;
}
.timeline-badge.paple{
  background-color: #ceb3e0 !important;
}
.timeline-badge.white{
  background-color: #eceff4 !important;
}
.timeline-badge.red{
  background-color: #b50229 !important;
}
.timeline-badge.pink{
  background-color: #f49fb4 !important;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #019a30 !important;
}

.timeline-badge.danger {
  background-color: #db6f0a !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}


/*min-width 1100 */
@media screen and (max-width: 1100px) {
.company_top_message{
  flex-direction: column;
}
.about_left_img,
.about_message{
  width: 100%;
}
.about_left_img, .about_message{
  padding: 1em ;
}

.company_slider {
  flex-direction: column;
}
.company_slider li{
  width: 100%;
}
.company_slider li:nth-child(1){
  margin-bottom: 4rem;
}
.history_block{
  padding: 0 1em;
}

}

@media screen and (max-width: 599px) {
  body {
    box-sizing: border-box;
    max-width: 100%;
  }
  main {
    overflow: hidden;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none!important;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  section {
    padding: 2.5rem 0 1rem;
  }
  .container {
    padding: 0 2%;
  }
  .m-inner {
    width: 100%;
    padding: 0 2%;
  }
  .inner {
    width: 100%;
    padding: 0 2%;
  }
  .s-inner {
    width: 100%;
    padding: 0 2%;
  }

  .page-template-default {
    padding-top: 90px;
  }

  .header_inner {
    padding: 1rem;
  }
  .header_lists{
    width: 100%;
  }

  .header_slider{
    width: 100vw;
  }

  .js-header.HeightMin .header_container {
    background: none;
    box-shadow: none;
  }
  .js-header.HeightMin .header_container .h_logo_inner{
    display: none;
  }


  .h_nav.active .header_slider {
    padding: 5rem 2.5rem;
  }
  .h_nav.active .header_slider li {
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #ccc;
  }

  #slider {
    height: 50vh;
  }
  .logo_list li {
    width: 31%;
    margin: 0 0 5px;
  }
  .brand_title h2 {
    font-size: 4rem;
  }

  .brand_slider li.slick-slide {
    padding: 0.5rem;
  }
  .brand_slider li img {
    border-radius: 10px;
  }
  .message_inner {
    padding: 2rem;
  }
  .message_inner h3 {
    font-size: 2.4rem;
  }
  .h_title {
    margin: 1rem 0 2.5rem;
  }
  .message_inner ._text {
    margin: 0;
  }
  ._title span {
    font-size: 4rem;
  }

  .message_inner p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .products_list {
    padding: 2.5rem 0;
  }
  .products_list .category li {
    width: 50%;
    padding: 1rem;
  }
  .products_list .category li p {
    font-size: 1.6rem;
  }
  .service_inner ._img {
    width: 100%;
  }
  ._txt {
    width: 100%;
    margin: 0;
  }
  .service_inner ._txt{
    text-align: center;
  }
  ._txt h3 span {
    font-size: 2rem;
    margin: 0;
  }
  ._txt h4 {
    font-size: 3rem;
    margin: 0;
  }
  .link_btn {
    display: block;
    margin: 16px auto;
    padding: 8px 0;
    font-size: 1.6rem;
    text-align: center;
  }

  .new_item_block ul{
    flex-direction: column;
    padding: 0 3%;
  }

  .news_inner {
    padding: 0 2%;
    margin: 0 auto;
  }

  .news_inner .news_list {
    justify-content: center;
  }

  .new_item_list {
    margin: 0;
    width: auto;
  }
  .new_item_list img{
    width: 100%;
   
  }
  .news_list li {
    box-sizing: border-box;
    margin: 0 1.5rem;
  }
  .top_news_slider {
    flex-direction: column;
  }
  .top_news_slider li{
    width: 100%;
  }

  .btn2{
    margin-top: 2.5rem;
  }

  .contactForm dl {
    flex-direction: column;
  }
  .contactForm dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .required::after {
    padding: 4px 8px;
    margin: 0;
  }
  .input {
    width: 100% !important;
  }
  .input-md {
    width: 50% !important;
  }
  .box_any::after {
    padding: 4px 8px;
    margin: 0;
    transform: none;
    top: 0;
  }
  .contactForm dd {
    width: 100%;
  }
  .contact_btn {
    flex-direction: column;
  }
  .contact_btn input {
    margin: 0;
  }
.section__btn--reverse{
  margin-bottom: 20px!important;
}

  .contact_bg {
    height: 140px;
  }
  .contact_bg h2 span {
    font-size: 3.2rem;
  }
  .brand_title{
    margin-bottom: 1rem;
  }
  .products_search__list li {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .products_search__list a{
    padding:0;
  }
  .products_search__list_img img{
    margin-right: 1rem;
  }
  .products_search__list_txt::after{
    right:8%;
  }
  .products_search__list_txt{
    font-size: 2rem;
  }
  .news_item ._item {
    width: 50%;
    padding: 1rem;
  }
  ._item h3.ttl {
    margin: 0.5rem 0;
  }
  .product_item_inner ._item p {
    display: none;
  }

  .detail_products_ {
    width: 100%;
  }
  .contents_container li {
    width: 50%;
    padding: 1rem;
  }
  .Various_fragrances_list li{
    width: 100%;
  }
  .Various_fragrances_list li figure{
    width: 100%;
    margin:0 0 1rem;
    text-align: center;
  }
  .Various_fragrances_list li figcaption{
    width: 100%;
  }


  .title-under {
    padding: 2rem 0;
  }
  .title-under .mon {
    font-size: 4rem;
  }
  .products_search h2 {
    text-align: center;
  }

  .search_list {
    flex-direction: column;
    margin: 1rem 0;
  }
  .search_list > div {
    margin: 8px 0;
  }
  .search_contents select {
    width: 35rem;
    border-radius: 10px;
  }
  .p_inner {
    height: auto;
  }
  .p_txt {
    width: 100%;
    height: auto;
    padding: 10rem 2% 0;
  }
  .detail_products_txt_title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .item_list_text {
    font-size: 1.2rem;
    margin: 0;
  }
  .detail_products_ {
    margin-bottom: 1rem;
  }
  .online_store_list li {
    width: 100%;
    margin: 8px 0;
  }
  .online_store_list li a {
    padding: 4px 8px;
    font-size: 1.6rem;
  }
  .p_slider {
    width: 100%;
  }
  .contents_container ul,
  .contents_container p {
    margin: 0;
  }
  .features {
    width: 100%;
  }
  .arrangement {
    width: 100%;
    margin:0;
  }
  .arrangement img {
    width: 100%;
    margin: 2.5rem 0;
  }
  .product_features{
    padding: 0 8px;
  }
  .product_features_inner {
    width: 100%;
  }
  .product_features_inner dt{
    width: 11rem;
  }
  .bottom_right_side {
    width: 100%;
  }

/*会社概要*/
.company_top_message{
  flex-direction: column;
}

  .about_left_img {
    width: 100%;
  }
  .about_data_textArea {
    width: 100%;
    padding: 1rem;
  }
  .about_data_textArea dl {
    flex-direction: column;
    border-bottom: 1px dotted #333;
    padding-bottom: 4px;
    margin: 2.5rem 0;
  }
  .about_data_textArea dt {
    font-size: 1.8rem;
    width: 100%;
  }
  .company_slider li {
    width: 100%;
    padding: 0;
  }
  .company_slider li:nth-child(2) {
    width: 100%;
    margin: 2.5rem 0;
  }
  .company_slider img{
    height: auto;
  }
  .top_sign img {
    width: 180px;
  }
  .company_about .d-flex > div {
    width: 100%;
    margin: 0;
  }
  .contact_bg h2 span,
  .contact_bg h1 span {
    font-size: 3.2rem;
  }
  .about_message {
    padding: 0 2%;
  }
  .about_message_text {
    padding: 0;
  }
  .about_message_text p {
    line-height: 1.8;
  }
  .about_data_textArea dd {
    width: 100%;
  }

  .show_btn {
    width: 100%;
  }
  .search_block_inner {
    padding: 2.5rem 2%;
  }
  .hide_btn {
    right: 2%;
    top: 10%;
    width: 60px;
    height: 60px;
  }
  .hide_btn img {
    width: 20px;
  }

  .search_block_contents {
    padding: 2.5rem 2%;
  }
  .search_block_contents h3 {
    font-size: 2rem;
  }
  .search_item {
    width: 100%;
  }
  .search_item_after {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .instruction ._item {
    width: 50%;
    padding: 2.5rem 1rem;
  }
  .entry-content p {
  }
  .footer_inner{
    padding:2.5rem 0;
  }
  .f_logo {
    text-align: center;
  }
  .flex-end{
    position: unset;
  }

  .footer_inner .d-flex{
    justify-content: center;
  }
  .footer_inner .f_nav.d-flex {
    flex-direction: column;
  }



  .f_nav {
    width: 100%;
    margin: 0 auto;
  }
  .f_nav .links {
    flex-direction: column;
    text-align: center;
    margin: 2.5rem 0;
  }
  .f_nav .links ul.f_nav_first {
    margin: 0;
  }
  .f_nav .links li {
    width: 90%;
    margin: 0 auto 1rem;
    border-bottom: 1px dotted #fff;
    padding-bottom: 1rem;
  }
  .copy {
    padding: 1rem 0;
    font-size: 1rem;
  }

  .products_search{
    padding:2.5rem 0;
  }

  .list_tags a{
    display: block;
    width: 100%!important;
    margin:1rem 0;
  }

  #press_page .new_item_list{
    width: 100%;
  }
  .p_slider img {
    height: 50vh;
    object-fit: cover;
  }

  .single_category ._item{
    width: 50%;
  }


/*カテゴリ一覧*/
.single_category .d-flex {
  flex-wrap: wrap;
}
.news_item h2{
  font-size: 2rem;

}
.single_category h2.ttl02{
  display: inline-block;
  font-size: 2rem;
  padding: 0 2.5rem 16px;
  background-image: repeating-linear-gradient( -45deg, #333 0px, #333 2px, rgba(0 0 0 /0) 0%, rgba(0 0 0 / 0) 50% );
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-bottom: 2.5rem;

}
.category_list .list_item{
  width: 50%;
  padding:0 2%;
}


  /*レチュナLPモバイル*/
 
  .retuna_mv ._item{
    height: auto;
    padding:2.5rem 2%;
  }
  .retuna_mv_img{
    position: initial;
    width: 100%;
  }
  .retuna_mv_logo{
    position: initial;
    width: 100%;
  }
  .retuna_mv_title{
    position: initial;
  }
  .retuna_mv_title h1{
    font-size: 2.2rem;
  }
  .retuna_mv_logo img{
    display: block;
    width: 90%;
    margin:2rem auto 0;

  }
  .retuna_concept_img{
    width: 100%;
  }
  .retuna_concept_text h2{
    font-size: 2.8rem;
  }
  .retuna_lineup ul li{
    width: 100%;
  }
  .retuna_info{
    margin:0;
    padding:0 2%;
  }
  .retuna_type{
    display: block;
  }
  .retuna_info_detail dl{
    flex-direction: column;
  }
  .retuna_info_detail dt {
    font-size: 3rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 4px double #ccc;
    border-right: none;
}
.retuna_info_detail li{
  width: 100%!important;
}
.retuna_lineup_list img{
  margin-bottom: 1rem;
}
.retuna_info_detail .ec_link{
  flex-direction: column;
}
.retuna_info_detail .ec_link img{
  width: auto;
}


/*ポピーLP*/
.poppy_bg{
  height: 320px;
}
.about_poppy_image{
  width: 100%;
}
.about_poppy_text{
  position: relative;
  width: 100%;
  writing-mode:initial;


}
.about_poppy_text h3{
  font-size: 20px;
  padding:0;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.about_poppy_text span{
  display: block;
  font-size: 2rem;
  margin:0;
}
.about_poppy_text p{
  font-size: 15px;
  line-height: 1.8;
  display: block;
  margin-right: 2.5rem;
}
.commitment_poppy_image{
  width: 100%;
  padding:0;

}
.commitment_poppy_image img{
  width: 100%;
}
.commitment_poppy_text{
width: 100%;
padding:0;
}
.commitment_poppy_text h2{
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.commitment_poppy_text h3{
  margin-bottom:2.5rem;
}
.timeline{
  padding:5rem 1rem!important;
}
.timeline > li > .timeline-panel{
  width: 100%!important;
  padding: 1rem!important;
}
.timeline-title{
  font-size: 2rem;
}
.timeline:before{
  position: initial;
}
.timeline > li{
  margin-bottom: 2.5rem;
}
.timeline > li > .timeline-badge{
  top:-20px;
}
.timeline > li > .timeline-panel:before{
  border: initial;

}
.timeline > li > .timeline-panel:after{
  border: initial;
}

.popy_various .Various_fragrances_list li{
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding:1rem 0;
}
.popy_various .Various_fragrances_list li figure{
  width: 30%;
}
.popy_various .Various_fragrances_list li figure img{
  width: 75%;
}

.popy_various .Various_fragrances_list li figcaption{
  width: 70%;
}
.popy_various .Various_fragrances_list li figcaption span{
  display:inline-block;
}
.popy_various .Various_fragrances_list li figcaption span.detail_eng,
.popy_various .Various_fragrances_list li figcaption span.small{
  display: block;
}
.popy_various .Various_fragrances_list li figcaption p{
  font-size: 1.3rem;
  margin:0;
}
.popy_various .fragrances_color{
  margin:0;
}
.wp-block-image,
.wp-block-embed{
  width: 100%;
}

.wp-block-embed iframe{
  height: 200px;
  width: 100%;
}



.bland_link_btn{
  text-align: center;
  display: block;
  margin:0 auto 5rem;
}

/*エリアの表示非表示と形状*/
.retuna_info_detail {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
}


/*areaにis-activeというクラスがついた時の形状*/
.retuna_info_detail.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}



}

@media screen and (max-width: 1580px) {

  .header_lists ul{
    display: none;
  }
  
  }
  

  
  .postid-1926 .product_features_inner dl:nth-child(5),
  .postid-1926 .product_features_inner dl:nth-child(6),
  .postid-1926 .product_features_inner dl:nth-child(7),
  .postid-1926 .title-under,
  .postid-1926 .arrangement

  {
    display: none;
  }