:root {
  --color-g-1: #F5FAFB;
  --color-g-2: #E6EEF1;
  --color-g-3: #D6E6EA;
  --color-g-4: #CBDCE2;
  --color-g-5: #B1CCD4;
  --color-g-6: #95B6C1;
  --color-g-7: #7BA6B3;
  --color-p-1: #FDF9FB;
  --color-p-2: #F8F1F5;
  --color-p-3: #F3E9EF;
  --color-p-4: #F1E2EA;
  --color-p-5: #E1CAD6;
  --color-p-6: #C7A2B5;
  --color-p-7: #BA8EA5;
  --color-a-1: #646767;
  --color-a-2: #BB102E;
  --color-a-3: #FAC56A;
  --color-a-4: #C2A36A;
  --color-a-5: #D097B2;
	--color-a-6: #98B9C4;
}


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004', 'YakuHanRP', 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  /* font-size: 10px; */
}

a,
a:link,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.is_fixed {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.inner.lineup_type_inner, .inner.lineup_commodity_inner, .inner.media_inner {
  padding: 0;
}

.inner.topics_inner {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .inner.topics_inner {
    padding: 0 15px;
  }
}

.inner.header_upper_inner {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .inner.header_upper_inner {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.inner.kv_text_inner, .inner.lineup_list_inner, .inner.lineup_keywords_inner, .inner.journal_inner, .inner.service_inner {
  padding: 0 15px;
}

.inner.news_inner {
  padding: 0 15px 25px 15px;
}

@media screen and (min-width: 1200px) {
  .inner.news_inner {
    padding: 0 15px;
  }
}

.inner.topics_inner {
  max-width: 1140px;
}

.inner.media_inner {
  max-width: 1100px;
}

.futura {
  font-family: 'futura-pt', 'こぶりなゴシック W3 JIS2004', sans-serif !important;
  font-weight: 400 !important;
}

.hina {
  font-family: 'Hina Mincho', serif !important;
  font-weight: 400 !important;
}

section {
  margin-top: 60px;
}

.section_title {
  text-align: center;
  font-size: 26px !important;
  margin-bottom: 30px;
  padding: 0 !important;
  border-bottom: none !important;
  letter-spacing: inherit;
}

.section_title.topics_title {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .section_title.topics_title {
    margin-bottom: 30px;
  }
}

.green {
  color: var(--color-g-6);
}

.pink {
  color: var(--color-p-7);
}

.common_btn {
  display: block;
  width: 140px;
  text-align: center;
  font-size: 13px;
  color: #92AEA8 !important;
  background-color: white;
  padding: 6px 0;
  border: 0.5px solid var(--color-g-6);
  margin: 20px auto 0;
}

@media screen and (min-width: 375px) {
  .common_btn {
    font-size: 14px;
    width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .common_btn {
    margin: 30px auto 0;
  }
}

.common_btn.contact_btn {
  width: 200px;
  margin: 20px auto 0;
}

.common_btn.service_btn {
  width: 120px;
  color: var(--color-p-7) !important;
  border: 0.5px solid var(--color-p-7);
  margin: 14px 6px 0;
}

.common_btn.journal_btn {
  border: 0.5px solid #92AEA8;
  margin: 8px auto 0;
}

@media screen and (min-width: 768px) {
  .common_btn.journal_btn {
    border: none;
  }
}

.common_btn.media_btn {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .common_btn.media_btn {
    margin-top: 20px;
  }
}

.common_btn:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.br_xxs {
  display: block;
}

@media screen and (min-width: 375px) {
  .br_xxs {
    display: none;
  }
}

.br_xs {
  display: block;
}

@media screen and (min-width: 425px) {
  .br_xs {
    display: none;
  }
}

.br_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
}

.br_xxs_cancel {
  display: none;
}

@media screen and (min-width: 375px) {
  .br_xxs_cancel {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br_xxs_cancel {
    display: none;
  }
}

.common_visual {
  position: relative;
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  margin-top: calc(7vw + 10px);
}

@media screen and (min-width: 768px) {
  .common_visual {
    width: 85%;
    height: 35vw;
    margin-top: calc(7vw + 60px);
    max-width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .common_visual {
    height: 420px;
    margin-top: 144px;
  }
}

.common_visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 187, 199, 0.2);
}

.common_visual.about_visual02::after {
  background-color: rgba(202, 219, 215, 0.2);
  z-index: 1;
}

.common_visual_image {
  position: absolute;
  top: -5vw;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .common_visual_image {
    top: -7vw;
  }
}

@media screen and (min-width: 1200px) {
  .common_visual_image {
    top: -84px;
  }
}

@media screen and (min-width: 768px) {
  .common_visual_image.concept_image01, .common_visual_image.about_image02 {
    right: -8.8%;
  }
}

@media screen and (min-width: 1200px) {
  .common_visual_image.concept_image01, .common_visual_image.about_image02 {
    right: -100px;
  }
}

@media screen and (min-width: 768px) {
  .common_visual_image.concept_image02, .common_visual_image.about_image01 {
    left: -8.8%;
  }
}

@media screen and (min-width: 1200px) {
  .common_visual_image.concept_image02, .common_visual_image.about_image01 {
    left: -100px;
  }
}

.common_message {
  position: absolute;
  top: 13vw;
  z-index: 2;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.65;
  letter-spacing: .2em;
  color: white;
  left: 7.5%;
  right: 7.5%;
  border: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}

@media screen and (min-width: 320.1px) {
  .common_message {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 375px) {
  .common_message {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 768px) {
  .common_message {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1024px) {
  .common_message {
    font-size: 29px !important;
  }
}

@media screen and (min-width: 768px) {
  .common_message {
    top: auto;
    right: auto;
  }
  .common_message.concept_message01, .common_message.about_message01, .common_message.about_message03 {
    left: 13%;
  }
  .common_message.concept_message02 {
    left: -3%;
  }
  .common_message.concept_message01, .common_message.about_message01, .common_message.about_message03, .common_message.concept_message02 {
    bottom: 9vw;
  }
}

@media screen and (min-width: 1200px) {
  .common_message.concept_message01, .common_message.about_message01, .common_message.about_message03, .common_message.concept_message02 {
    bottom: 110px;
  }
}

.common_message.about_message02 {
  position: static;
  color: var(--color-g-6);
}

.common_description_wrapper {
  width: 84%;
  margin: 40px auto;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper {
    width: 700px;
    margin: 60px auto;
  }
}

@media screen and (min-width: 1024px) {
  .common_description_wrapper {
    width: 760px;
  }
}

@media screen and (min-width: 1200px) {
  .common_description_wrapper {
    width: 780px;
  }
}

.common_description_wrapper.concept_description01 {
  margin-bottom: 60px;
}

.common_description_wrapper .common_description {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .common_description {
    font-size: 15px;
    line-height: 2;
  }
}

.common_description_wrapper .common_description:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .common_description:nth-child(n+2) {
    margin-top: 30px;
  }
}

.common_description_wrapper .common_description.emphasis {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .common_description.emphasis {
    font-size: 21px;
    margin: 10px 0 0;
  }
  .common_description_wrapper .common_description.emphasis.margin_top {
    margin: 32px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .common_description.margin_pc {
    margin-top: 10px;
  }
}

.common_description_wrapper .farm_visual {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .farm_visual {
    margin: 80px 0;
  }
}

.common_description_wrapper .test_visual {
  width: 200px;
  border: 0.4px solid #636766;
  margin: 30px 0 calc(7vw + 40px);
}

@media screen and (min-width: 320.1px) {
  .common_description_wrapper .test_visual {
    width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .test_visual {
    margin: 60px 0 calc(7vw + 80px);
  }
}

.common_description_wrapper .sgap_wrapper {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .sgap_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 60px 0 90px;
  }
}

@media screen and (min-width: 1200px) {
  .common_description_wrapper .sgap_wrapper {
    margin: 90px 0;
  }
}

.common_description_wrapper .sgap_wrapper .sgap_visual {
  width: 200px;
  border: 0.4px solid #636766;
}

.common_description_wrapper .sgap_wrapper .sgap_text_wrapper {
  margin: 10px 0 0 0;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .sgap_wrapper .sgap_text_wrapper {
    margin: 0 0 0 30px;
  }
}

.common_description_wrapper .sgap_wrapper .sgap_text_wrapper .sgap_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .sgap_wrapper .sgap_text_wrapper .sgap_title {
    font-size: 19px;
  }
}

.common_description_wrapper .sgap_wrapper .sgap_text_wrapper .sgap_description {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .common_description_wrapper .sgap_wrapper .sgap_text_wrapper .sgap_description {
    font-size: 15px;
  }
}

.common_title {
  font-size: 20px !important;
  color: white;
  font-family: inherit !important;
  font-weight: 400 !important;
  text-align: center;
  letter-spacing: .1em;
  border: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .common_title {
    font-size: 37px !important;
  }
}

.common_title.kodawari_title {
  color: #646767;
}

.footer_upper_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #EBF0EF;
  padding: 30px 15px 0;
}

@media screen and (min-width: 768px) {
  .footer_upper_list {
    background-color: #EFF4F3;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}

.footer_upper_list .footer_upper_item {
  position: relative;
  width: 50%;
  background-color: white;
  border: 1px solid #E4EAE9;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .footer_upper_list .footer_upper_item {
    width: calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .footer_upper_list .footer_upper_item {
    width: auto;
    background-color: transparent;
    border: none;
    text-align: left;
  }
  .footer_upper_list .footer_upper_item:nth-child(n+2)::after {
    content: '';
    background-color: #636766;
    width: 0.25px;
    height: 25px;
    position: absolute;
    top: 20px;
    left: 0;
  }
}

.footer_upper_list .footer_upper_item:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_upper_list .footer_upper_item a {
  color: #646767;
}

.footer_upper_link {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  color: #646767;
}

@media screen and (min-width: 425px) {
  .footer_upper_link {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer_upper_link {
    display: inline-block;
    padding: 20px 21px;
  }
}

.footer_main {
  background-color: #EBF0EF;
  padding: 30px 0 10px;
}

@media screen and (min-width: 768px) {
  .footer_main {
    background-color: var(--color-g-2);;
    padding: 30px 0 20px;
  }
}

.footer_main.menu_footer_main {
  padding: 30px 0;
}

.footer_contact {
  text-align: center;
  color: #646767;
}

.footer_contact .footer_contact_text {
  font-size: 14px;
}

@media screen and (min-width: 375px) {
  .footer_contact .footer_contact_text {
    font-size: 17px;
  }
}

.footer_contact .footer_contact_number {
  display: inline-block;
  font-size: 36px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: #646767;
  margin-top: -10px;
}

@media screen and (min-width: 375px) {
  .footer_contact .footer_contact_number {
    font-size: 54px;
  }
}

.footer_contact .reception_time {
  font-size: 12px;
  margin-top: -3px;
}

@media screen and (min-width: 375px) {
  .footer_contact .reception_time {
    font-size: 14px;
  }
}

.common_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.common_icons.menu_icons {
  margin: 16px 0;
}

.common_icons .common_icon_link {
  width: 24px;
}

.common_icons .common_icon_link:nth-child(n+2) {
  margin-left: 14px;
}

.common_icons .common_icon_link.menu_icon_link {
  width: 32px;
}

.common_icons .common_icon_link.menu_icon_link:nth-child(n+2) {
  margin-left: 26px;
}

.common_icons .common_icon_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_lower_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #636766;
  margin: 17px auto 0;
  width: calc(100% - 40px);
}

.footer_lower_list::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer_lower_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    border-top: none;
  }
}

.footer_lower_list .footer_lower_item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer_lower_list .footer_lower_item:nth-child(n+2)::after {
    content: '';
    background-color: #636766;
    width: 0.25px;
    height: 25px;
    position: absolute;
    top: 20px;
    left: 0;
  }
}

.footer_lower_list .footer_lower_item:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_lower_list .footer_lower_link {
  display: inline-block;
  font-size: 12px;
  padding: 10px 7px;
  color: #646767;
}

@media screen and (min-width: 375px) {
  .footer_lower_list .footer_lower_link {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .footer_lower_list .footer_lower_link {
    padding: 20px 16px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_lower_list .footer_lower_link {
    padding: 20px 35px;
  }
}

.footer_lower_list .footer_lower_link img {
  display: inline-block;
  width: 14px;
}

@media screen and (min-width: 768px) {
  .footer_lower_list .footer_lower_link img {
    display: none;
  }
}

.footer_copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  background-color: var(--color-g-6);
}

@media screen and (min-width: 768px) {
  .footer_copyright {
    padding: 16px 0;
  }
}

.footer_copyright small {
  color: white;
}

.header {
  position: relative;
  margin: 0;
}

.header_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  height: 75px;
  padding: 16px 10px 11px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header_upper.shadow_show {
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.5);
}

.header_upper.shadow_none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 375px) {
  .header_upper {
    padding: 16px 20px 11px;
  }
}

@media screen and (min-width: 768px) {
  .header_upper {
    position: static;
    height: auto;
    padding: 24px 30px;
  }
}

.header_upper .header_search_form {
  display: none;
}

@media screen and (min-width: 768px) {
  .header_upper .header_search_form {
    display: flex;
  }
}

.header_upper .header_search_form input {
  vertical-align: middle;
}

.header_upper .header_search_form input[type="image"] {
  width: 23px;
  margin-right: 7px;
}

.header_upper .header_search_form input[type="image"]:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_upper .header_search_form input[type="text"] {
  width: 184px;
  padding: 3px 12px;
  border-radius: 14px;
  border: #808080 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
}

.header_upper .header_logo {
  width: 35%;
  margin: 0;
}

@media screen and (min-width: 375px) {
  .header_upper .header_logo {
    margin-left: 2%;
    width: 150px;
  }
}

.header_upper .header_logo .header_logo_link {
  display: block;
}

.header_upper .header_logo .header_logo_link .header_logo_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .header_upper .header_logo .header_logo_link .header_logo_pc {
    display: block;
  }
}

.header_upper .header_logo .header_logo_link .header_logo_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .header_upper .header_logo .header_logo_link .header_logo_sp {
    display: none;
  }
}

.header_upper .header_logo .header_logo_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.header_icons::after{
  display: none;
}

.header_icons .header_icon_link {
  display: block;
  line-height: 1;
  color: #646767;
  position: relative;
}

.header_icons .header_icon_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_icons .header_icon_link .cart_quantity {
  color: #fff;
  position: absolute;
  background-color: #CD809B;
  line-height: 1.8;
  border-radius: 100%;
  width: 1.8em;
  font-size: 10px;
  top: 0;
  right: 0;
  font-weight: bold;
  transform: translate(40%, -40%);
  text-align: center;
}

.header_icons .header_first_icon {
  background-color: var(--color-g-6);
  padding: 4px 12px;
  border-radius: 1em;
  display: none;
}

@media screen and (min-width: 768px) {
  .header_icons .header_first_icon {
    display: block;
  }
}

.header_icons .header_first_icon .header_icon_link {
	display: flex;
	align-items: center;
}

.header_icons .header_first_icon img {
  width: 13px;
  vertical-align: middle;
  margin-right: 3px;
}

.header_icons .header_first_icon span {
	color: white;
	font-size: 14px;
	margin-left: 4px;
	transform: translateY(-0.05em);
}

.header_icons .header_icon {
  margin-left: 7px;
}

.header_icons .header_icon img {
  display: block;
  width: 24px;
  margin: 0 auto 3px;
}

.header_icons .header_icon .icon_title {
	font-size: 10px;
	letter-spacing: normal;
	color: #646767;
	display: block;
	line-height: 1.3;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle {
  display: block;
  position: relative;
  top: 3px;
  width: 26px;
  height: 20px;
  margin: 0 auto 8px;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .header_icons .header_icon.header_nav_toggle .nav_toggle {
    display: none;
  }
}

.header_icons .header_icon.header_nav_toggle .nav_toggle .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #858281;
  position: absolute;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle .line:nth-child(1) {
  top: 0;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle .line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle .line:nth-child(3) {
  bottom: 0;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle.show .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  top: 3px;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle.show .line:nth-child(2) {
  opacity: 0;
}

.header_icons .header_icon.header_nav_toggle .nav_toggle.show .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
  bottom: 2px;
}

@media screen and (min-width: 768px) {
  .header_icons .header_icon.header_nav_toggle {
    display: none;
  }
}

.header_middle_texts {
  margin-top: 75px;
}

.header_middle_texts.nav_upper_texts {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .header_middle_texts {
    margin-top: 0;
  }
}

.header_middle_text {
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background-color: var(--color-p-4);
  padding: 4px 0;
  letter-spacing: .1em;
}

@media screen and (min-width: 375px) {
  .header_middle_text {
    font-size: 15px;
  }
}

.header_middle_text:last-child {
  border-top: 1px solid white;
}

@media screen and (min-width: 768px) {
  .header_middle_text:last-child {
    display: none;
  }
}

.header_nav_sp {
  position: fixed;
  top: 75px;
  z-index: 5;
  width: 100%;
  height: calc(100% - 75px);
  background-color: white;
  overflow: scroll;
  display: none;
}

.header_nav_sp.show_nav {
  display: block;
}

@media screen and (min-width: 768px) {
  .header_nav_sp {
    display: none;
  }
}

.header_nav_sp .menu_search_form {
  text-align: center;
  margin: 17px 0;
}

.header_nav_sp .menu_search_form input {
  vertical-align: middle;
}

.header_nav_sp .menu_search_form input[type="image"] {
  width: 31px;
  margin-right: 7px;
  padding: 0;
}

.header_nav_sp .menu_search_form input[type="image"]:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_nav_sp .menu_search_form input[type="text"] {
  width: 210px;
  padding: 4px 12px;
  border-radius: 14px;
  border: #CE809C solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px !important;
  line-height: normal;
}

.header_nav_sp .banner_wrapper {
  width: 86%;
  margin: 0 auto;
}

.header_nav_sp .banner_wrapper img:first-child {
  margin-bottom: 6px;
}

.header_nav_sp .login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px 7%;
  color: #646767;
}

.header_nav_sp .login_btn img {
  width: 10px;
  height: 19px;
}

.header_nav_sp .login_btn span {
  font-size: 13px;
  margin-right: 20px;
}

.header_nav_sp .menu_icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ECB1C5;
}

.header_nav_sp .menu_icon_list::after {
  display: none;
}

.header_nav_sp .menu_icon_item {
  width: calc(100%/3);
  text-align: center;
}

.header_nav_sp .menu_icon_item:nth-child(n+2) {
  border-left: 1px solid #ECB1C5;
}

.header_nav_sp .menu_icon_item:nth-child(2) .menu_icon_link img {
  width: 39px;
}

.header_nav_sp .menu_icon_item:last-child .menu_icon_link img {
  width: 65px;
}

.header_nav_sp .menu_icon_item .menu_icon_link {
  display: block;
  padding: 10px 0 4px 0;
  color: #646767;
}

.header_nav_sp .menu_icon_item .menu_icon_link img {
  width: 36px;
}

.header_nav_sp .menu_icon_item .menu_icon_link p {
  font-size: 12px;
  margin-top: 4px;
}

.header_nav_sp .nav_menu_item {
  border-top: 1px solid #ECB1C5;
}

.header_nav_sp .nav_menu_item:last-child {
  border-bottom: 1px solid #ECB1C5;
}

.header_nav_sp .nav_menu_item a {
  color: #646767;
}

.header_nav_sp .nav_menu_item .menu_item_inner,
.header_nav_sp .nav_menu_item .menu_item_child_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu_item_more {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ECB1C5;
}

.menu_item_more.menu_beauty_more {
  border-top: 1px solid #ECB1C5;
}

.menu_item_more.menu_beauty_more.show_border {
  border-bottom: 1px solid #ECB1C5;
}

.menu_item_more img {
  width: 12px;
}

.menu_item_more .show_arrow,
.menu_item_more .show_arrow_beauty {
  -webkit-transition: .3s;
  transition: .3s;
}

.menu_item_more .show_arrow.rotate_arrow,
.menu_item_more .show_arrow_beauty.rotate_arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.menu_item_link {
  display: block;
  font-size: 13px;
  padding: 18px 0 18px 7%;
}

.menu_item_link.with_more {
  width: calc(100% - 60px);
  color: #646767;
}

.nav_menu_item_child {
  display: none;
}

.nav_menu_item_child .menu_item_link {
  margin-left: 7%;
  border-top: 1px solid #ECB1C5;
}

.nav_menu_item_child .menu_item_link.menu_item_beauty {
  width: calc(93% - 60px);
}

.nav_menu_item_child .menu_item_link.menu_item_beauty.border_show {
  border-bottom: 1px solid #ECB1C5;
}

.nav_menu_item_child .menu_item_link.menu_item_skincare {
  border-top: none;
}

.nav_menu_item_child .menu_item_link.menu_item_refresh {
  border-bottom: 1px solid #ECB1C5;
}

.nav_menu_item_child .menu_item_link.menu_item_food.border_none {
  border-top: none;
}

.menu_item_child_inner {
  border-top: 1px solid #ECB1C5;
}

.menu_item_child_inner.menu_item_beauty_inner {
  border-top: none;
}

.nav_menu_item_child02 {
  display: none;
  margin-left: 7%;
}

.header_nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .header_nav {
    width: 100%;
    background-color: var(--color-g-5);;
    height: 50px;
    line-height: 1.2;
    display: block;
  }
  .header_nav.is_fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: rgba(159, 187, 181, 0.5);
  }
}

.header_nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav .nav_list .nav_item {
  width: calc(100%/7);
  position: relative;
}

.header_nav .nav_list .nav_item:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_nav .nav_list .nav_item::before {
  content: '';
  background-color: white;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 0;
}

.header_nav .nav_list .nav_item:first-child::before {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header_nav .nav_list .nav_item:first-child::before {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .header_nav .nav_list .nav_item:last-child::after {
    content: '';
    background-color: white;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.header_nav .nav_list .nav_item .nav_link {
  display: block;
  text-align: center;
  padding: 7px 0 8px;
}

.header_nav .nav_list .nav_item .nav_link span {
  display: block;
  color: white;
}

.header_nav .nav_list .nav_item .nav_link span:first-child {
  font-size: 16px;
  letter-spacing: .15em;
}

@media screen and (min-width: 1024px) {
  .header_nav .nav_list .nav_item .nav_link span:first-child {
    font-size: 19px;
  }
}

.header_nav .nav_list .nav_item .nav_link span:last-child {
  font-size: 10px;
}

.gnavi_beauty {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: white;
  padding: 50px 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.gnavi_beauty.gnavi_fixed {
  position: fixed;
  top: 50px;
}

.gnavi_beauty.gnavi_show {
  opacity: 1;
  background-color: rgba(255,255,255,0.9);
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.beauty_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	max-width: 920px;
	padding: 0 15px;
	box-sizing: content-box;
	margin: 0 auto;
}

.beauty_list .beauty_item {
  width: 17.5%;
  margin-right: 3.125%;
}

.beauty_list .beauty_item:nth-child(5n) {
	margin-right: 0;
}

.beauty_list .beauty_item:nth-child(n+6) {
	margin-top: 20px;
}

.beauty_list .beauty_item .beauty_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.beauty_list .beauty_item .beauty_link img {
  border: 0.5px solid #BD808B;
}

.beauty_list .beauty_item .beauty_item_title {
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .kv.kv_top {
    margin-top: 50px;
  }
}

.kv .slider_kv_pc.slick-dotted.slick-slider {
  display: none;
}

@media screen and (min-width: 768px) {
  .kv .slider_kv_pc.slick-dotted.slick-slider {
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.kv .slider_kv_sp {
  display: block;
}
.kv .slider_kv_sp.slick-dotted.slick-slider {
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .kv .slider_kv_sp {
    display: none;
  }
}

.kv .slider_kv_sp .slider_kv_sp_item {
  height: 100vw;
}

.kv .kv_under_heading {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: var(--color-p-7);
  padding: 5px 0;
  border: 1px solid var(--color-p-7);
  margin-top: 60px;
}

@media screen and (min-width: 375px) {
  .kv .kv_under_heading {
    font-size: 14px;
  }
}

@media screen and (min-width: 425px) {
  .kv .kv_under_heading {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .kv .kv_under_heading {
    margin-top: 60px;
  }
}

.kv .kv_under_heading a {
  color: inherit;
}

.topics_list .slick-track {
  display: flex;
}

.topics_list .slick-slide {
  height: auto;
}

.topics_list .slick-prev,
.topics_list .slick-next {
  top: 50% !important;
}

.topics_list .topics_item {
  width: 31%;
  padding: 20px 10px;
}

.topics_list .topics_item .topics_item_inner {
	position: relative;
	display: flex;
	flex-direction: column;
  transition: opacity 0.3s;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .topics_list .topics_item {
    padding: 20px;
  }
}

.topics_item_new {
  background-color: #f0b5c9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topics_item_new.bg_green {
  background-color: #9BB7B1;
}

.topics_item_new span {
  font-size: 18px;
  color: white;
}

.topics_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-p-4);
  padding: 10px;
  margin-top: 3px;
  align-items: flex-start;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .topics_link {
    padding: 17px 20px;
    align-items: center;
  }
}

.topics_link span {
  /* color: white; */
  color: initial;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (min-width: 375px) {
  .topics_link span {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .topics_link span {
    padding-right: 20px;
  }
}

.topics_link img {
  width: 11px;
  height: 20px;
  display: none !important;
}

@media screen and (min-width: 768px) {
  .topics_link img {
    display: block !important;
  }
}

.topics_link.green {
  background-color: var(--color-g-5);
}

.about {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .about {
    margin-top: 50px;
  }
}

.about_inner {
  background-image: url("../img/images/bg_about_sp.jpg");
  background-size: cover;
  padding: 35px 0;
}

@media screen and (min-width: 768px) {
  .about_inner {
    background-image: url("../img/images/bg_about.jpg");
    height: 41vw;
  }
}

@media screen and (min-width: 1200px) {
  .about_inner {
    height: 500px;
  }
}

.about_message_sp {
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .about_message_sp {
    display: none;
  }
}

.about_buttons {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about_buttons {
    padding: 22vw 0 0 6.7vw;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .about_buttons {
    padding: 260px 0 0 82px;
  }
}

.buttons_lower_about {
  text-align: center;
  margin: 30px 0 40px;
}

.about_button {
  display: inline-block;
  font-size: 14px;
  color: var(--color-p-7) !important;
  background-color: white;
  width: 44%;
  padding: 5px 25px;
  border: 1px solid var(--color-p-7);
  text-align: center;
}

@media screen and (min-width: 375px) {
  .about_button {
    font-size: 17px;
    width: 134px;
  }
}

.about_button:first-child {
  margin-right: 11px;
}

.about_button:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup_list::after {
  display: none;
}

.lineup_list .lineup_item {
  width: 48%;
  margin-bottom: 10px;
  opacity: .8;
}

@media screen and (min-width: 375px) {
  .lineup_list .lineup_item {
    width: 31.8%;
  }
}

@media screen and (min-width: 768px) {
  .lineup_list .lineup_item {
    width: 31%;
    margin-bottom: 24px;
  }
}

.lineup_list .lineup_item:nth-child(2n-1) {
  background-color: var(--color-g-2);
}

.lineup_list .lineup_item:nth-child(2n) {
  background-color: var(--color-p-4);
}

.lineup_link {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
}

@media screen and (min-width: 375px) {
  .lineup_link {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_link {
    font-size: 25px;
    padding: 30px 0;
  }
}

.lineup_link span {
  display: block;
  /* color: white; */
}

.lineup_link span:last-child {
  font-size: .5em;
  margin-top: -6px;
}

.lineup_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.lineup_middle_contents {
  max-width: 840px;
  margin: 40px auto 65px;
}

@media screen and (min-width: 768px) {
  .lineup_middle_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lineup_middle_contents .lineup_search_wrapper {
  width: 90%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 375px) {
  .lineup_middle_contents .lineup_search_wrapper {
    width: 310px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_middle_contents .lineup_search_wrapper {
    width: 60%;
    margin: auto;
  }
}

@media screen and (min-width: 1024px) {
  .lineup_middle_contents .lineup_search_wrapper {
    width: 70%;
  }
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_text {
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .lineup_middle_contents .lineup_search_wrapper .lineup_search_text {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .lineup_middle_contents .lineup_search_wrapper .lineup_search_text {
    padding-left: 50px;
  }
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form {
  margin-top: 8px;
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input {
  vertical-align: middle;
  padding: 0;
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="image"] {
  width: 25px;
  margin-right: 7px;
}

@media screen and (min-width: 375px) {
  .lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="image"] {
    width: 33px;
  }
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="image"]:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"] {
  font-size: 16px;
  width: 75%;
  padding: 2px 20px;
  border-radius: 18px;
  border: #808080 solid 1px;
}

@media screen and (min-width: 375px) {
  .lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"] {
    width: 240px;
    padding: 4px 20px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"] {
    width: 210px;
    font-size: 19px;
  }
}

@media screen and (min-width: 1024px) {
  .lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"] {
    width: 260px;
  }
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"]::-webkit-input-placeholder {
  color: #928F8E;
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"]:-ms-input-placeholder {
  color: #928F8E;
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"]::-ms-input-placeholder {
  color: #928F8E;
}

.lineup_middle_contents .lineup_search_wrapper .lineup_search_form input[type="text"]::placeholder {
  color: #928F8E;
}

.lineup_cmn_text {
  font-size: 14px;
  color: #646767;
}

@media screen and (min-width: 375px) {
  .lineup_cmn_text {
    font-size: 18px;
  }
}

.lineup_keywords_wrapper {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 375px) {
  .lineup_keywords_wrapper {
    width: 290px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_keywords_wrapper {
    width: 800px;
    margin: auto;
  }
}

.lineup_keywords_wrapper .lineup_keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup_keywords_wrapper .lineup_keyword_link {
	width: 47%;
	color: white;
	background-color: #ECB1C5;
	text-align: center;
	font-size: 13px;
	letter-spacing: .1em;
	padding: 4px;
	border-radius: 8px;
	margin: 8px 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 375px) {
  .lineup_keywords_wrapper .lineup_keyword_link {
    width: 90px;
  }
}

@media screen and (min-width: 768px) {
  .lineup_keywords_wrapper .lineup_keyword_link {
    background-color: var(--color-p-7);
  }
}

.lineup_keywords_wrapper .lineup_keyword_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.lineup_commodity {
  background-color: var(--color-p-4);
  position: relative;
}

.lineup_commodity::after {
  content: '';
  background-color: white;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 30px;
}

@media screen and (min-width: 320.1px) {
  .lineup_commodity::after {
    top: 33px;
  }
}

@media screen and (min-width: 375px) {
  .lineup_commodity::after {
    top: 38px;
  }
}

.lineup_commodity_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 0;
}

.lineup_commodity_type .commodity_type_item {
  width: calc(100%/3);
  position: relative;
  text-align: center;
}

.lineup_commodity_type .commodity_type_item::before {
  content: '';
  background-color: white;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 320.1px) {
  .lineup_commodity_type .commodity_type_item::before {
    top: 1px;
    height: 20px;
  }
}

@media screen and (min-width: 375px) {
  .lineup_commodity_type .commodity_type_item::before {
    height: 25px;
  }
}

.lineup_commodity_type .commodity_type_item:first-child:before {
  display: none;
}

@media screen and (min-width: 1200px) {
  .lineup_commodity_type .commodity_type_item:first-child:before {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .lineup_commodity_type .commodity_type_item:last-child::after {
    content: '';
    background-color: white;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: 0;
  }
}

.lineup_commodity_type .commodity_type_item .type_link {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: white;
}

@media screen and (min-width: 320.1px) {
  .lineup_commodity_type .commodity_type_item .type_link {
    font-size: 15px;
  }
}

@media screen and (min-width: 375px) {
  .lineup_commodity_type .commodity_type_item .type_link {
    font-size: 18px;
  }
}

.lineup_commodity_type .commodity_type_item .type_link.change {
  color: var(--color-p-7);
}

.lineup_commodity_type .commodity_type_item:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.lineup_commodity_inner {
  position: relative;
  height: calc(60vw + 215px);
}

@media screen and (min-width: 320.1px) {
  .lineup_commodity_inner {
    height: calc(60vw + 185px);
  }
}

@media screen and (min-width: 375px) {
  .lineup_commodity_inner {
    height: calc(60vw + 150px);
  }
}

@media screen and (min-width: 768px) {
  .lineup_commodity_inner {
    height: calc(20vw + 180px);
  }
}

@media screen and (min-width: 1024px) {
  .lineup_commodity_inner {
    height: calc(18vw + 155px);
  }
}

@media screen and (min-width: 1200px) {
  .lineup_commodity_inner {
    height: 360px;
  }
}

.lineup_commodity_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  position: absolute !important;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left !important;
  margin: 0 !important;
}

.lineup_commodity_list::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .lineup_commodity_list {
    padding: 30px 15px 40px;
  }
}

.lineup_commodity_list.show {
  opacity: 1;
  visibility: visible;
}

.lineup_commodity_list .commodity_item {
  width: 18%;
  margin: 0;
}

.lineup_commodity_list .commodity_item_inner {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .lineup_commodity_list .commodity_item_inner {
    margin: 0;
  }
}

.commodity_image_wrapper {
	transition: opacity 0.3s;
}

.lineup_commodity_list .slick-track {
  display: flex;
}

.lineup_commodity_list .slick-track .slick-slide {
  height: auto;
}

.commodity_image_wrapper {
  background-color: white;
  padding: 14px 12px;
  position: relative;
  text-align: center;
  height: 60vw;
}

@media screen and (min-width: 768px) {
  .commodity_image_wrapper {
    height: 17vw;
  }
}

@media screen and (min-width: 1200px) {
  .commodity_image_wrapper {
    height: 192px;
  }
}

.commodity_image_wrapper .image_main {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.commodity_image_wrapper .icon_lineup {
  position: absolute;
  top: 12px;
  width: 52px;
}

@media screen and (min-width: 768px) {
  .commodity_image_wrapper .icon_lineup {
    width: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .commodity_image_wrapper .icon_lineup {
    width: 36px;
  }
}

.commodity_image_wrapper .icon_lineup img {
  width: 100%;
}

.commodity_image_wrapper .icon_lineup .number {
  position: absolute;
  top: 19px;
  left: 22px;
  font-size: 16px;
  color: white;
}

@media screen and (min-width: 768px) {
  .commodity_image_wrapper .icon_lineup .number {
    top: 8px;
    left: 11px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .commodity_image_wrapper .icon_lineup .number {
    top: 13px;
    left: 14px;
  }
}

.commodity_image_wrapper .new {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 17px;
  color: white;
  background-color: var(--color-g-6);
  padding: 10px 5px;
}

@media screen and (min-width: 768px) {
  .commodity_image_wrapper .new {
    font-size: 13px;
    padding: 6px 2px;
  }
}

.commodity_text_wrapper {
  margin: 12px 0 9px 0;
}

@media screen and (min-width: 375px) {
  .commodity_text_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .commodity_text_wrapper {
    display: block;
  }
}

.commodity_text_wrapper .commodity_title {
  font-size: 14px;
  color: #646767;
  padding-right: 4px;
  margin-bottom: 4px;
}

.commodity_text_wrapper .commodity_title span {
  display: block;
}

.commodity_text_wrapper .commodity_title span:first-child {
  font-weight: 500;
}

.commodity_text_wrapper .commodity_title span:last-child {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .commodity_text_wrapper .commodity_title {
    font-size: 12px;
  }
}

@media screen and (min-width: 320.1px) {
  .commodity_text_wrapper .commodity_title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .commodity_text_wrapper .commodity_title {
    margin-bottom: 4px;
  }
}

.commodity_text_wrapper .commodity_category {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .1em;
  color: white;
  background-color: var(--color-p-7);
  height: 22px;
  padding: 1px 8px;
  border-radius: 11px;
  white-space: nowrap;
  margin-bottom: 6px;
  margin-top: 4px;
}

@media screen and (min-width: 375px) {
  .commodity_text_wrapper .commodity_category {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .commodity_text_wrapper .commodity_category {
    height: 19px;
    border-radius: 9.5px;
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .commodity_text_wrapper .commodity_category {
    margin-bottom: 0;
  }
}

.commodity_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}

.commodity_btn_list .commodity_btn {
  width: 110px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: var(--color-p-7);
  background-color: white;
  padding: 5px 0;
  border: 1px solid var(--color-p-7);
}

@media screen and (min-width: 320.1px) {
  .commodity_btn_list .commodity_btn {
    width: 48%;
    margin: auto;
  }
}

@media screen and (min-width: 375px) {
  .commodity_btn_list .commodity_btn {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .commodity_btn_list .commodity_btn {
    width: 90px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .commodity_btn_list .commodity_btn {
    width: 48%;
    margin: auto;
  }
}

.commodity_btn_list .commodity_btn:last-child {
  margin-top: 6px;
}

@media screen and (min-width: 320.1px) {
  .commodity_btn_list .commodity_btn:last-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .commodity_btn_list .commodity_btn:last-child {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .commodity_btn_list .commodity_btn:last-child {
    margin-top: 0;
  }
}

.commodity_btn_list .commodity_btn:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .commodity_btn_list .commodity_btn {
    font-size: 10px;
  }
}

.media_contents {
  background-color: var(--color-g-1);
  padding: 30px 0;
}

.media_contents .media_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media_contents .media_list .media_item {
  width: 18%;
}

.media_contents .media_list .media_item_inner {
  margin: 0 15px;
}

.media_contents .media_link {
  display: inline-block;
  font-size: 13px;
  color: #646767;
  -webkit-transition: .3s;
  transition: .3s;
}

.media_contents .media_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.media_contents .media_link .media_image {
  height: 200px;
  width: auto;
}

@media screen and (min-width: 375px) {
  .media_contents .media_link .media_image {
    height: 280px;
  }
}

@media screen and (min-width: 768px) {
  .media_contents .media_link .media_image {
    height: 170px;
  }
}

@media screen and (min-width: 1024px) {
  .media_contents .media_link .media_image {
    height: 190px;
  }
}

.media_contents .media_link .media_date {
  margin-top: 15px;
  font-weight: 300;
}

.media_contents .media_link .media_title {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .03em;
}

.news_inner {
  background-color: #E4EBEA;
}

@media screen and (min-width: 768px) {
  .news_inner {
    background-color: transparent;
  }
}

.news_item {
  font-size: 13px;
  letter-spacing: .03em;
  border-bottom: 2px dotted white;
}

@media screen and (min-width: 375px) {
  .news_item {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .news_item {
    border-bottom: 0.5px dotted #5F807B;
  }
}

@media screen and (min-width: 768px) {
  .news_item:first-child {
    border-top: 0.5px dotted #5F807B;
  }
}

.news_item .news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #646767;
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  .news_item .news_link {
    padding: 20px 0 20px 5px;
  }
}

.news_item .news_link .news_date {
  margin-right: 20px;
}

.news_item .news_link .news_title {
  font-weight: 300;
}

.news_item .news_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .journal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.journal_list .journal_item:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .journal_list .journal_item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .journal_list .journal_item {
    width: 31%;
    display: flex;
    flex-direction: column;
  }
}

.journal_item_upper {
  background-color: var(--color-g-5);
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .journal_item_upper {
    background-color: var(--color-g-5);;
    padding: 20px;
    display: block;
  }
}

.journal_item_upper .journal_image {
  width: 70px;
}

@media screen and (min-width: 375px) {
  .journal_item_upper .journal_image {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .journal_item_upper .journal_image {
    width: 94px;
    margin: 0 auto;
  }
}

.journal_item_upper .journal_texts {
  margin-left: 20px;
}

@media screen and (min-width: 375px) {
  .journal_item_upper .journal_texts {
    margin-left: 30px;
  }
}

@media screen and (min-width: 425px) {
  .journal_item_upper .journal_texts {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .journal_item_upper .journal_texts {
    margin-left: 0;
  }
}

.journal_item_upper .jounal_title {
  color: white;
  font-size: 22px;
  text-align: center;
  margin-top: 7px;
}

@media screen and (min-width: 375px) {
  .journal_item_upper .jounal_title {
    /* font-size: 25px; */
  }
}

@media screen and (min-width: 768px) {
  .journal_item_upper .jounal_title {
    font-size: 19px;
  }
}

.journal_item_upper .jounal_link {
  margin-top: 10px;
  border: none;
}

.journal_post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-g-5);
  padding: 9px 20px;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .journal_post_link {
    background-color: var(--color-g-5);;
    flex: 1;
  }
}

.journal_post_link span {
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding-right: 20px;
}

@media screen and (min-width: 375px) {
  .journal_post_link span {
    font-size: 13px;
  }
}

.journal_post_link img {
  width: 11px;
  height: 20px;
}

.journal_post_link:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.service_contents {
  background-color: #EEE1E5;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .service_contents {
    background-color: var(--color-p-4);
  }
}

@media screen and (min-width: 768px) {
  .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service_list .service_item {
	display: flex;
	flex-direction: column;
}

.service_list .service_item:first-child {
  padding-bottom: 24px;
  border-bottom: 0.5px dotted var(--color-p-7);
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .service_list .service_item:first-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .service_list .service_item:first-child {
    width: 38.5%;
    margin-right: 2.5%;
  }
  .service_list .service_item:first-child .service_type_item {
    width: 46.75%;
  }
  .service_list .service_item:last-child {
    width: 59%;
  }
  .service_list .service_item:last-child .service_type_item {
    width: 30.5%;
  }
}

.service_type {
  font-size: 18px;
  font-weight: 700;
  color: #CE809C;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service_type {
    color: var(--color-p-7);
  }
  .service_type::before, .service_type::after {
    content: '';
    background-color: var(--color-p-7);
    height: 0.5px;
    width: calc((100% - 130px)/2);
    position: absolute;
    top: 16px;
  }
  .service_type::before {
    left: 0;
  }
  .service_type::after {
    right: 0;
  }
}

.service_type_list {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .service_type_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service_type_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 14px 10px 14px 20px;
}

@media screen and (min-width: 768px) {
  .service_type_item {
    display: block;
    background-color: transparent;
    padding: 0;
  }
}

.service_type_item:nth-child(n+2) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .service_type_item:nth-child(n+2) {
    margin-top: 0;
  }
}

.service_type_item .service_type_visual .service_type_visual_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .service_type_item .service_type_visual .service_type_visual_pc {
    display: block;
  }
}

.service_type_item .service_type_visual .service_type_visual_sp {
  display: block;
  width: 60px;
}

@media screen and (min-width: 425px) {
  .service_type_item .service_type_visual .service_type_visual_sp {
    width: 75px;
  }
}

@media screen and (min-width: 768px) {
  .service_type_item .service_type_visual .service_type_visual_sp {
    display: none;
  }
}

.service_type_item .service_type_texts {
  margin-left: 15px;
}

@media screen and (min-width: 425px) {
  .service_type_item .service_type_texts {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .service_type_item .service_type_texts {
    margin-left: 0;
  }
}

.service_type_item .service_type_texts .service_type_text_main {
  color: #CE809C;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 375px) {
  .service_type_item .service_type_texts .service_type_text_main {
    font-size: 17px;
  }
}

@media screen and (min-width: 425px) {
  .service_type_item .service_type_texts .service_type_text_main {
    font-size: 20px;
  }
}

.service_type_item .service_type_texts .service_type_text_main.text_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .service_type_item .service_type_texts .service_type_text_main.text_point {
    display: none;
  }
}

.service_type_item .service_type_texts .service_type_text_main .text_large {
  color: #CE809C;
  font-size: 1.25em;
  margin-left: 3px;
}

.service_type_item .service_type_texts .service_type_text_main .text_small {
  color: #CE809C;
  font-size: 0.6em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .service_type_item .service_type_texts .service_type_text_main {
    display: none;
  }
}

.service_type_item .service_type_texts .service_type_text {
  font-size: 12px;
  margin-top: 3px;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .service_type_item .service_type_texts .service_type_text {
    margin-top: 11px;
  }
}

.service_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .service_btns {
    border-top: 0.5px dotted var(--color-p-7);
  }
}

.concept {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .concept.concept_top {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .concept {
    margin-top: 90px;
  }
}

.equation_roselabo {
  background-image: url("../img/images/concept_03.jpg");
  background-size: cover;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .equation_roselabo {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1024px) {
  .equation_roselabo {
    padding: 150px 0;
  }
}

.equation_roselabo .equation_roselabo_text {
  font-size: 12px;
  font-weight: 300;
  color: white;
  margin: 9px 0 28px;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .equation_roselabo .equation_roselabo_text {
    font-size: 17px;
  }
}

.equation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 270px;
  margin: 0 auto;
  padding: 0 !important;
}

@media screen and (min-width: 320.1px) {
  .equation_list {
    width: 290px;
  }
}

@media screen and (min-width: 425px) {
  .equation_list {
    width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .equation_list {
    width: 450px;
  }
}

.equation_list .equation_item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-p-7);
  background-color: white;
  text-align: center;
}

@media screen and (min-width: 425px) {
  .equation_list .equation_item {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .equation_list .equation_item {
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 14px;
  }
}

.equation_list .equation_item:nth-child(n+2) {
  position: relative;
}

.equation_list .equation_item:nth-child(n+2)::before, .equation_list .equation_item:nth-child(n+2)::after {
  content: '';
  width: 12px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -35.5%;
}

@media screen and (min-width: 375px) {
  .equation_list .equation_item:nth-child(n+2)::before, .equation_list .equation_item:nth-child(n+2)::after {
    left: -41.5%;
  }
}

@media screen and (min-width: 768px) {
  .equation_list .equation_item:nth-child(n+2)::before, .equation_list .equation_item:nth-child(n+2)::after {
    width: 24px;
    left: -39.5%;
  }
}

.equation_list .equation_item:nth-child(n+2)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.equation_list .equation_item:nth-child(n+2)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.kodawari {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .kodawari {
    margin: 80px 0;
  }
}

.kodawari .kodawari_visual {
  background-image: url("../img/images/concept_04.jpg");
  background-size: cover;
  padding: 100px 0;
}

@media screen and (min-width: 768px) {
  .kodawari .kodawari_visual {
    padding: 140px 0;
  }
}

@media screen and (min-width: 1024px) {
  .kodawari .kodawari_visual {
    padding: 220px 0;
  }
}

.kodawari_list {
  width: 85%;
  margin: 30px auto 0;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .kodawari_list {
    width: auto;
    max-width: 760px;
    margin: 70px auto 0;
    padding: 0 15px !important;
  }
}

.kodawari_list .kodawari_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kodawari_list .kodawari_item:nth-child(n+2) {
  margin-top: 22px;
}

.kodawari_number {
  background-color: #BDD2CD;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  color: white;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .kodawari_number {
    width: 40px;
    height: 40px;
    font-size: 26px;
    margin-right: 18px;
  }
}

.kodawari_texts {
  width: calc(100% - 30px - 10px);
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .kodawari_texts {
    width: calc(100% - 40px - 18px);
  }
}

.kodawari_texts .kodawari_item_title {
  color: #5F807B;
  font-size: 16px;
  font-family: inherit !important;
  font-weight: 700 !important;
  line-height: 1.7;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .kodawari_texts .kodawari_item_title {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 0;
  }
}

.kodawari_texts .kodawari_description {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .kodawari_texts .kodawari_description {
    font-size: 15px;
  }
}

.manager .manager_visual {
  background-image: url("../img/images/about_04_sp.jpg");
  background-size: cover;
  position: relative;
  height: 50vw;
}

@media screen and (min-width: 768px) {
  .manager .manager_visual {
    background-image: url("../img/images/about_04.jpg");
    height: 38vw;
  }
}

@media screen and (min-width: 768px) {
  .manager .manager_visual {
    height: 44vw;
  }
}

@media screen and (min-width: 1200px) {
  .manager .manager_visual {
    height: 532px;
  }
}

.manager .manager_visual .manager_copy {
  position: absolute;
  font-family: inherit;
  left: 5vw;
  bottom: 4vw;
  color: white;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .manager .manager_visual .manager_copy {
    font-size: 29px;
  }
}

@media screen and (min-width: 1200px) {
  .manager .manager_visual .manager_copy {
    left: 70px;
    bottom: 50px;
  }
}

.manager .manager_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .manager .manager_wrapper {
    margin-top: 50px;
  }
}

.manager .manager_wrapper .manager_image {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .manager .manager_wrapper .manager_image {
    width: 160px;
  }
}

.manager .manager_wrapper .manager_name {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .manager .manager_wrapper .manager_name {
    margin-left: 30px;
  }
}

.manager .manager_wrapper .manager_name h5 {
  font-size: 12px;
  font-family: inherit;
  font-weight: 300;
  margin-bottom: 8px;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .manager .manager_wrapper .manager_name h5 {
    font-size: 17px;
  }
}

.manager .manager_wrapper .manager_name img {
  width: 140px;
}

@media screen and (min-width: 768px) {
  .manager .manager_wrapper .manager_name img {
    width: 200px;
  }
}

.environment .environment_visual {
  background-image: url("../img/images/about_05.jpg");
  background-size: cover;
  padding: 100px 0;
}

@media screen and (min-width: 768px) {
  .environment .environment_visual {
    padding: 140px 0;
  }
}

@media screen and (min-width: 1024px) {
  .environment .environment_visual {
    padding: 220px 0;
  }
}

.environment .environment_message_wrapper {
  width: 85%;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .environment .environment_message_wrapper {
    width: 760px;
    margin: 80px auto 0;
    padding: 0 15px;
  }
}

.environment .environment_message_wrapper .environment_message {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #646767;
}

@media screen and (min-width: 768px) {
  .environment .environment_message_wrapper .environment_message {
    font-size: 23px;
    margin-bottom: 54px;
  }
}

.environment .environment_message_wrapper .sdgs_logo {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .environment .environment_message_wrapper .sdgs_logo {
    width: 360px;
  }
}

.slide_dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide_dots li:nth-child(n+2) {
  margin-left: 30px;
}

.slide_dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide_dots li button::before {
  content: '';
  background-color: var(--color-p-4);
  width: 11px;
  height: 11px;
  border-radius: 5.5px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0px;
}

.slide_dots li.slick-active button::before {
  background-color: var(--color-g-6);
}

.slide_dots_sp {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide_dots_sp li:nth-child(n+2) {
  margin-left: 20px;
}

.slide_dots_sp li button {
  position: relative;
  text-indent: -9999px;
  line-height: 1;
}

.slide_dots_sp li button::before {
  content: '';
  background-color: var(--color-p-4);
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0px;
}

.slide_dots_sp li.slick-active button::before {
  background-color: var(--color-g-6);
}

.slick-arrow {
  z-index: 2 !important;
  width: 10px !important;
  height: 18.5px !important;
}

@media screen and (min-width: 1200px) {
  .slick-arrow {
    width: 16px !important;
    height: 30px !important;
  }
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-arrow:after {
  content: "" !important;
  width: 46px !important;
  height: 46px !important;
  display: block !important;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 6px -1px #808080;
          box-shadow: 1px 1px 6px -1px #808080;
  position: absolute;
  top: -14px;
  left: -19px;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .slick-arrow:after {
    display: none !important;
  }
}

.slick-next {
  right: 45px !important;
}

@media screen and (min-width: 1200px) {
  .slick-next {
    right: -17px !important;
  }
}

.slick-next:before {
  background: url("../img/images/arrow_next_common.svg") !important;
  background-size: contain !important;
}

.slick-prev {
  left: 45px !important;
}

@media screen and (min-width: 1200px) {
  .slick-prev {
    left: -30px !important;
  }
}

.slick-prev:before {
  background: url("../img/images/arrow_prev_common.svg") !important;
  background-size: contain !important;
  left: -2px;
}

.slick-disabled::before, .slick-disabled::after {
  display: none !important;
}

.lineup_commodity_list .slick-prev,
.lineup_commodity_list .slick-next,
.media_list .slick-prev,
.media_list .slick-next {
  top: 39% !important;
}

@media screen and (min-width: 1200px) {
  .media .slick-next:before {
    background: url("../img/images/arrow_next_media.svg") !important;
    background-size: contain !important;
  }
  .media .slick-prev:before {
    background: url("../img/images/arrow_prev_media.svg") !important;
    background-size: contain !important;
  }
}

#topicsSlider button.slick-arrow,
#mediaSlider button.slick-arrow {
  background: none;
  opacity: 1;
}

#topicsSlider .slick-dots {
	position: static;
}

#topicsSlider .slick-dots li {
  margin: 0;
}

#topicsSlider .slick-dots li button::before {
  color: var(--color-p-4) !important;
  opacity: 1;
  font-size: 12px;
}

#topicsSlider .slick-dots li.slick-active button:before {
  color: var(--color-g-6) !important;
}

/*
よくあるご質問
———————————*/
/* アコーディオン */
.faq_dl {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	border-bottom: 0;
}
.faq_dl:last-of-type {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.faq_dl dt {
	padding: 1rem;
	background-color: var(--color-g-1);;
  cursor: pointer;
}
.faq_dl dd {
	display: none;
	padding: 1rem;
	margin: 0;
}

/* 目次 */
ul.faq-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    background-color: var(--color-g-1);;
}

ul.faq-menu li {
    line-height: 1.5;
    margin: .6rem 1rem;
}

ul.faq-menu li::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: '\f105';
    color: gray;
    padding-right: .4em;
}

/* system override */

/* #container {
	margin: auto;
	padding: 0;
	width: auto;
}
#main_column.colnum1 {
	width: auto;
	margin: auto;
}

#main-content {
	margin-bottom: 0;
} */

.LC_Page_User h1 {
	font-size: 32px;
	margin: 1em 0;
}
.LC_Page_User #container {
  line-height: 1.8;
}

/*———————————
商品一覧ページ（カテゴリページ）
———————————*/
/*
検索エリア
———————————*/
#undercolumn form#search_form #search_keyword_area,
form#search_form #search_price_area {
  background-color: var(--color-g-2);
}
#undercolumn form#search_form #search_keyword_area h3 {
  background-color: var(--color-g-7);
}
/*
ウィンドウ形式
———————————*/
#undercolumn form[name^="product_"] {
  width: 30.5%;
  margin: 0 0.8rem 2rem;
  padding: 0;
  /* text-align: center; */
}
/* #undercolumn div.listrightbloc ul.status_icon {
  display: flex;
  justify-content: center;
}
#undercolumn div.listrightbloc ul.status_icon li {
  float: none;
}
#undercolumn div.listrightbloc .pricebox {
  text-align: center;
} */
/* 価格の表示を変更 */
span.price > span {
  color: var(--color-p-7);
  font-weight: bold;
  font-size: 150%;
}

/*
オーダーシート形式
———————————*/
/* 製品番号とフォントカラー変更 */
#orderlist_form div.listrightbloc table.tbl_inventory_type tr p.product_code,
#orderlist_form div.listrightbloc table.tbl_inventory_type tr p.product_serial_no_label,
#orderlist_form div.line_product_detail div.listrightblock p.product_serial_no_label,
#orderlist_form div.line_product_detail div.listphoto p.product_code {
    display: none;
}
#orderlist_form div.listrightbloc table.tbl_inventory_type tr td.raku2_list_product_price dl.sale_price dd p > span,
#orderlist_form div.line_product_detail div.listrightblock div.price02 dd.price span.price {
    color: var(--color-p-7);
    font-weight: bold;
}

input.passtextBox.data-role-none {
  margin: 15px auto;
}

table.tbl_inventory_type.tbl_items td.raku2_list_product_name p {
  text-align: left;
}

/*
table
———————————*/
#main_column .custom_page table,
#main-content .custom_page table,
table.p-info_table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1rem auto;
}

#main_column .custom_page th,
#main-content .custom_page th,
.p-info_table th {
	background: #f0f0f0;
	border: solid 1px #CCC;
	padding: 8px;
}

#main_column .custom_page td,
#main-content .custom_page td,
.p-info_table td {
	border: solid 1px #CCC;
	padding: 8px;
}

@media only screen and (max-width:640px) {
	#main-content .custom_page table,
	.p-info_table {
		border-bottom: solid 1px #CCC;
		width: 80%;
	}

	#main-content .custom_page th,
	#main-content .custom_page td,
	.p-info_table th,
	.p-info_table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
}

/*
共通説明文（小） 子カテゴリ一覧
———————————*/
ul.cstm-cat-nav{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  place-items: center;
  place-content: center;
  gap: 0.8em;
  margin-bottom: 20px;
}
ul.cstm-cat-nav .cstm-ca--nav--child {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0.4em;
}

/*
共通説明文（小） 子カテゴリ一覧_2024
———————————*/
.category-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
  gap: 1em;
  padding: 1em;
}

.category-link {
  display: grid;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.category-link img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .category-links {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .category-links {
      grid-template-columns: repeat(auto-fit, minmax(calc(16.66% - 10px), 1fr));
  }
}

div.category-links>a.category-link>span {
  padding-top: .2em;
  font-size: .8em;
}

/*
カテゴリページ デフォルト表示調整
———————————*/
#main-content section#product_list {
  margin-top: 0;
}

/* 並び順の色変更 */
.raku2_product_list_order {
  color: var(--color-a-5);
}

.plg_Raku2_LC_Page_Products_List #container #main_column #search_form > h3 {
  display: none;
}

/* 2024/06/21 商品名・キャッチコピー・価格の表示調整 */
.raku2_product_list_new #undercolumn .raku2_product_list_container .raku2_break_word {
  font-size: 13px;
}
.raku2_product_list_new #undercolumn .raku2_product_list_container .raku2_listcomment {
  font-size: 10px;
  color: var(--color-a-1);
}
.raku2_product_list_new #undercolumn .raku2_product_list_container .raku2_price_area {
  font-size: 12px;
  /* text-align: center; */
}
.raku2_product_list_new #undercolumn .raku2_product_list_container .raku2_review {
  font-size: 10px;
  /* justify-content: center; */
}

/*
クーポン取得ページ デフォルト表示調整
———————————*/
#coupon_list {
	line-height: 1.6;
}
/* 画像なしに */
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_left,
.form_area #coupon_list_wrap #coupon_list #coupon_list_left {
    display: none;
}
/* 画像無くした分、横幅100% */
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_right,
.form_area #coupon_list_wrap #coupon_list #coupon_list_right {
    float: none;
    width: 100%;
}
/* クーポン特典内容を整えた */
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_right #coupon_info p#coupon_name,
#coupon_list #coupon_info p#coupon_name {
    background: var(--color-p-3);
    color: var(--color-a-2);
    font-weight: bold;
}
/* PC調整 */
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_right #coupon_info {
  padding: 20px;
}
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_right #coupon_info dl h3 {
    background: var(--color-g-2);
    color: #535C5D;
}
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_right #coupon_info dl dt,
#undercolumn_shopping #coupon_list #coupon_list_inner #coupon_list_right #coupon_info dl dd {
  padding: 0;
}
/* スマホ調整 */
#coupon_list #coupon_info dt h3 {
    font-size: 1rem;
}

/*
マイページ
———————————*/
/* スマホ 購入履歴上部の表示調整 */
#mycontents_area .order_history_list .order_info {
  margin-left: 0;
}


/*
パンくずリスト
———————————*/
/* PC */
#main_column .raku2_breadcrumbs {
  font-size: 12px;
  max-width: 1080px;
  margin: 1% auto;
}
/* スマホ */
#main-content .raku2_breadcrumbs {
  padding: 2% 10px;
  font-size: 78%;
}
#main_column .raku2_breadcrumbs li,
#main-content .raku2_breadcrumbs li {
  display: inline;
}

/*
プライバシーポリシー */
#undercolumn_entry {
  padding: 0 10px;
  line-height: 1.6;
  letter-spacing: .8px;
}
#undercolumn_entry div {
  margin-bottom: 1.5rem;
}
#undercolumn_entry div h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  font-weight: normal;
  padding: 0.1em 0.5em;
  background: transparent;
  border-left: solid 5px rgba(0,0,0,0.50)
}
#undercolumn_entry div a {
  text-decoration: underline;
}

/*
商品一覧 新レイアウト 子カテゴリ一覧 2024/03/10 */
#main_column .raku2_child_categories,
#main-content .raku2_child_categories {
    gap: 0.8em;
}

#main_column .raku2_child_categories a.category_no_image:link,
#main_column .raku2_child_categories a.category_no_image:visited,
#main-content .raku2_child_categories a.category_no_image:link,
#main-content .raku2_child_categories a.category_no_image:visited {
    width: 100%;
    margin: 0;
    padding: 0.8em;
    font-size: 12px;
}
