@charset "UTF-8";
#Wrap_lower.onlyDefault {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

/*.wrapBottom {
  margin-top:50px;
}*/


@keyframes slide_img {
  100% {
    background-position: 10000px 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-heading {
  display: flex;
  align-items: center;
  line-height: 1;
}
.top-heading_outer {
  margin-bottom: 4.7rem;
}
.top-heading span {
  letter-spacing: 0.1em;
}
.top-heading--middle {
  margin-right: 4.5rem;
  font-size: 4rem;
  font-family: var(--font-en);
  font-weight: 700;
}
.top-heading--small {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-primary);

}
#buyout_iframe .top-heading--small {
color:#fff;
}

.top-heading-note {
  letter-spacing: 0.1em;
}

/* 追従の用 */

.introduction--button{
	display: flex;
    justify-content: center;
	width: 100%;
	transition: opacity var(--transition-default), height var(--transition-default) , bottom var(--transition-default);
	opacity: 0;
	position: absolute;
	top: auto;
	bottom: 6rem;
	z-index: var(--zindex-header);
	will-change: bottom;
}

.introduction--button.show {
	opacity: 1;
}
.introduction--button.fxd {
	position: fixed;
	bottom: 3rem;
  }

  .button-join {
    width: 40rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap: 0 6rem;*/
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    border-radius: 2em;
    padding: 0 1.2rem;
    background: rgb(191 39 45) 100%;
    background: linear-gradient(90deg, rgb(191 39 45) 0%, rgb(191 39 45) 100%);
      background-size: auto;
    background-size: 200% 100%;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .3);
    border: none;
    margin:0 2rem;
  }
.cushion-wh{
	height: 5.6rem;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
	color: #0E6CC9;
	font-weight: 800;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
	border-radius: 2em;
	padding
}

@media (max-width: 768px) {
  .top-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-heading_outer {
    margin-bottom: 3.2rem;
  }
  .top-heading--middle {
    margin-right: 0;
    margin-bottom: 1.5rem;
    font-size: 3.4rem;
  }
  .top-heading--small {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.btn_more {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .btn_more {
    margin-top: 3rem;
  }
}

.home {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .home {
    width: 100vw;
    overflow-x: hidden;
  }
  .introduction--button {
  flex-wrap: wrap;
  }
  .introduction--button.fxd a {
    max-width: 32rem;
    margin-bottom: 1rem;
    margin-left: 0;
    }
    .button-join{
      height:5rem;
      font-size:2.1rem;
    }
}
.home .slide_arrow-top .top-heading_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .slide_arrow-top .slide-arrow {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.home .slide_arrow-top .slide-arrow .slick-arrow {
  position: static;
  transform: translateY(0);
}
.home .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  /*background-color: #282828;*/
  background-size: contain;
  background-position: center;
  z-index: 1;
  /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);*/
}
.home .slick-arrow::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .slick-arrow.slick-prev {
  left: 0.2rem;
}
.home .slick-arrow.slick-prev::before {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_slide_arrow-left.svg);
}
.home .slick-arrow.slick-next {
  right: 0.2rem;
}
.home .slick-arrow.slick-next::before {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_slide_arrow-right.svg);
}
@media (min-width: 769px) {
  .home .slick-arrow.slick-disabled {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .wrapBottom {
    margin-top:0px;
  }

  .home .slick-arrow {
    display: flex !important;
  }
  .home .slick-arrow::before {
    width: 1.8rem;
    height: 1.5rem;
  }
  .home .slick-arrow.slick-prev {
    display: none !important;
    left: 1.5rem;
  }
  .home .slick-arrow.slick-next {
    right: 1.5rem;
  }
}
.home .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
}
.home .slick-dots li + li {
  margin-left: 0.1rem;
}
.home .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #989898;
  border-radius: 50%;
  padding: 0;
}
.home .slick-dots li button::before {
  display: none;
}
.home .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}
.home .firstview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47.5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../Contents/ImagesPkg/reuse/reuse_firstview.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 1000s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.home .firstview_circle {
  position: absolute;
  top: 50.5263157895%;
  right: 15.625%;
  width: 16.2rem;
  height: 16.2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .home .firstview_circle_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: var(--transition-default);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
  }
  .home .firstview_circle:hover .firstview_circle_bg {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .home .firstview_circle {
    right: 8%;
  }

}
.home .firstview_circle p {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.home .firstview_circle p a {
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem 1rem;
  display: flex;
  flex-direction: column;
}
.home .firstview_circle p a:hover {
  opacity: 1;
}
.home .firstview_circle p span {
  font-weight: bold;
  text-align: center;
}
.home .firstview_circle p .circle_text {
  letter-spacing: 0.15em;
}
.home .firstview_circle p .circle_text_1 {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 1.3rem 0.6rem;
  border-bottom: 0.2rem solid #E75400;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: 0.27em;
}
.home .firstview_circle p .circle_text_2 {
  display: inline-block;
  margin-top: -0.6rem;
  font-size: 4.3rem;
  color: var(--color-primary);
  letter-spacing: 0.15em;
  line-height: 1;
}
.home .firstview_circle p .circle_text_3 {
  display: inline-block;
  margin-top: -1rem;
  font-size: 2.4rem;
  color: var(--color-primary);
  letter-spacing: 0.15em;
}
.home .firstview_circle p .circle_text_4 {
  font-size: 1.6rem;
}
.home .firstview_circle p .circle_text_5 {
  font-size: 2rem;
}
.home .firstview_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
.home .firstview_text_subTtl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.2rem;
  height: 3rem;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
.home .firstview_text_subTtl .firstview_text_subTtl_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform: skewX(-30deg);
  z-index: 1;
}
.home .firstview_text_subTtl span:not(.firstview_text_subTtl_bg) {
  position: absolute;
  top: 49%;
  left: 50%;
  width: fit-content;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  line-height: 1;
}
.home .firstview_text_ttl {
  margin: 1.5rem 0 3.6rem;
  font-size: 4rem;
  line-height: 1.375;
  letter-spacing: 0.29em;
  text-shadow: 0px 0.3rem 0.6rem #000;
}
.home .firstview_text_lede {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  text-align: center;
  text-shadow: 0px 0.3rem 0.6rem #000;
}
@media (max-width: 768px) {
  .home .firstview {
    height: 42rem;
    display: block;
    padding: 5rem 0 6rem;
  }
  .home .firstview_circle {
    position: static;
    width: 22rem;
    height: 4.2rem;
    margin: 2rem auto 0;
    background-color: #fff;
    border-radius: 0.4rem;
  }
  .home .firstview_circle p a {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
  .home .firstview_circle p span {
    display: flex;
  }
  .home .firstview_circle p .circle_text_1 {
    width: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    font-size: 1.4rem;
    color: var(--color-primary);
  }
  .home .firstview_circle p .circle_text_1 + span {
    align-items: flex-end;
  }
  .home .firstview_circle p .circle_text_2 {
    margin-top: 0;
    font-size: 2.1rem;
  }
  .home .firstview_circle p .circle_text_3 {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .home .firstview_circle p .circle_text_4 {
    font-size: 1rem;
    margin: 0 0.5rem;
  }
  .home .firstview_circle p .circle_text_5 {
    font-size: 1.4rem;
  }
  .home .firstview_text {
    padding: 0 5.5rem;
  }
  .home .firstview_text_subTtl {
    width: 21.4rem;
    height: 2rem;
    font-size: 1.3rem;
  }
  .home .firstview_text_ttl {
    margin: 1.4rem 0 1.4rem;
    font-size: 2.7rem;
    line-height: 1.3703703704;
  }
  .home .firstview_text_lede {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.home .featureContents {
  position: relative;
  z-index: 10;
  padding: 0 0 10rem;
}
.home .featureContents_inner {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: -4rem auto 0;
}
@media (max-width: 768px) {
  .home .featureContents_inner {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .featureContents .feature {
  border-radius: 2rem 2rem 0 0;
  padding: 6.2rem 7rem 7rem;
  background-color: var(--color-primary);
}
.home .featureContents .feature .top-heading {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  justify-content: center;
}
.home .featureContents .feature .top-heading_outer {
  margin-bottom: 4.7rem;
}
.home .featureContents .feature_list {
  --grid-cols: repeat(3, minmax(0, 1fr));
  --grid-gap-col: 3.5rem;
}
.home .featureContents .feature_item_img {
  margin-bottom: 2.2rem;
}
.home .featureContents .feature_item_text {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .home .featureContents {
    padding: 0 1.5rem 6rem;
  }
  .home .featureContents_inner {
    padding: 0;
    margin: -2rem auto 0;
  }
  .home .featureContents .feature {
    padding: 3.6rem 0 2.3rem;
    background-color: var(--color-primary);
  }
  .home .featureContents .feature .top-heading {
    display: inline-block;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  .home .featureContents .feature .top-heading_outer {
    margin-bottom: 3.3rem;
    text-align: center;
  }
  .home .featureContents .feature_list {
    display: block;
  }
  .home .featureContents .feature_list .slick-arrow {
    top: 30%;
  }
  .home .featureContents .feature_list .slick-arrow.slick-prev {
    display: flex !important;
    left: 1rem;
  }
  .home .featureContents .feature_list .slick-arrow.slick-next {
    right: 1rem;
  }
  .home .featureContents .feature_item {
    width: 30rem;
    margin-right: 1rem;
  }
  .home .featureContents .feature_item_img {
    margin-bottom: 1.5rem;
  }
  .home .featureContents .feature_item_text {
    opacity: 0;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    transition: 0.4s;
  }
  .home .featureContents .feature_item.slick-current .feature_item_text {
    opacity: 1;
  }
}
.home .buyoutContents {
  padding: 8rem 0;
  background-color: var(--color-primary);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .buyoutContents iframe {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home .buyoutContents {
    padding: 8rem 0;
  }
}
.home .userVoiceContents {
  padding: 8rem 0 10rem;
  background-color: #E4E4E4;
  border-bottom: 1px solid #CACACA;
}
.home .userVoiceContents .userVoice .top-heading_outer {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto 5.4rem;
}
@media (max-width: 768px) {
  .home .userVoiceContents .userVoice .top-heading_outer {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .userVoiceContents .userVoice_list {
  display: block;
}
.home .userVoiceContents .userVoice_item {
  width: 31rem;
  background-color: #fff;
  padding: 4rem 3rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-right: 2rem;
  letter-spacing: 0.03em;
}
.home .userVoiceContents .userVoice_item_user {
  display: flex;
  align-items: center;
  margin-bottom: 2.8rem;
}
.home .userVoiceContents .userVoice_item_user_image {
  flex-shrink: 0;
  width: 7rem;
  margin-right: 2.4rem;
}

.home .userVoiceContents .userVoice_item_user_image img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.home .userVoiceContents .userVoice_item_user_name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.home .userVoiceContents .userVoice_item_user_name span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  color: var(--color-primary);
}
.home .userVoiceContents .userVoice_item_detail {
  font-size: 1.4rem;
  line-height: 2.2857142857;
}

.home .userVoiceContents .userVoice_item_detail_txt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.home .userVoiceContents .userVoice_item_info {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #F3F0EE;
}
.home .userVoiceContents .userVoice_item_info > div {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  column-gap: 1.5rem;
  color: #989898;
  line-height: 2;
}
.home .userVoiceContents .userVoice_item_info > div dt {
  flex-shrink: 0;
}
.home .userVoiceContents .userVoice_item_info > div:last-child {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .home .userVoiceContents {
    padding: 5.4rem 0 6rem;
  }
  .home .userVoiceContents .userVoice .top-heading_outer {
    width: 100%;
    max-width: var(--container-main);
    padding: 0 2rem;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .home .userVoiceContents .userVoice .top-heading_outer {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .home .userVoiceContents .userVoice_list {
    padding: 0;
  }
  .home .userVoiceContents .userVoice_list .slick-list {
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .home .userVoiceContents .userVoice_item {
    width: 23rem;
    padding: 2rem;
    margin-right: 1rem;
  }
  .home .userVoiceContents .userVoice_item_user {
    margin-bottom: 1.3rem;
  }
  .home .userVoiceContents .userVoice_item_user_image {
    width: 5.5rem;
    margin-right: 1.5rem;
  }
  .home .userVoiceContents .userVoice_item_user_name {
    font-size: 1.2rem;
  }
  .home .userVoiceContents .userVoice_item_user_name span {
    font-size: 1.1rem;
  }
  .home .userVoiceContents .userVoice_item_detail {
    font-size: 1.2rem;
    line-height: 2;
  }
  .home .userVoiceContents .userVoice_item_info {
    margin-top: 3rem;
    padding-top: 1rem;
  }
  .home .userVoiceContents .userVoice_item_info > div {
    font-size: 1rem;
    column-gap: 1rem;
    color: #989898;
    line-height: 1.8;
  }
  .home .userVoiceContents .userVoice_item_info > div:last-child {
    margin-top: 0.4rem;
  }
}
.home .campaignContents {
  padding: 10rem 0 8rem;
  /*background-color: #E4E4E4;*/
}
.home .campaignContents .top-heading_outer {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto 5rem;
}
@media (max-width: 768px) {
  .home .campaignContents .top-heading_outer {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .campaignContents .campaign_list {
  /*! width: 100%; */
  /*! max-width: var(--container-main); */
  /*! padding: 0 2rem; */
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .campaignContents .campaign_list {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .campaignContents .campaign .slick-dots {
  bottom: -3.6rem;
  width: calc(100% - 4rem);
}
.home .campaignContents .campaign_item {
  /*! width: 45.2rem; */
  margin-right: 2.2rem;
}
@media (max-width: 768px) {
  .home .campaignContents {
    padding: 8rem 0 3rem;
  }
  .home .campaignContents .top-heading_outer {
    padding: 0 1.5rem;
    margin: 0 auto 3.2rem;
  }
  .home .campaignContents .campaign_list {
    padding: 0;
  }
  .home .campaignContents .campaign_list .slick-list {
    padding-left: 1.5rem;
  }
  .home .campaignContents .campaign .slick-dots {
    bottom: -2.3rem;
    width: 100%;
  }
  .home .campaignContents .campaign_item {
    width: 28rem;
    margin-right: 1rem;
  }
}
.home .methodContents {
  padding: 11.7rem 0 11.2rem;
}
.home .methodContents .methodContents_bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_pc.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.home .methodContents.view .methodContents_bg {
  opacity: 1;
}
.home .methodContents_inner {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .methodContents_inner {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .methodContents .top-heading {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.6rem;
}
.home .methodContents .top-heading_outer {
  width: 100%;
  text-align: center;
  padding-bottom: 6rem;
  border-bottom: 1px solid #F3F0EE;
}
.home .methodContents .top-heading_outer .top-note {
  display: block;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: center;
}
.home .methodContents .method {
  padding: 7.6rem 15rem 11rem;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .home .methodContents .method {
    padding: 7.6rem 6vw 11rem;
  }
}
.home .methodContents .method_table_wrap .method_table_ttl {
  font-size: 2rem;
  line-height: 1;
  color: var(--color-primary);
  margin-bottom: 2rem;
}
.home .methodContents .method_table_wrap .method_table_ttl_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.8rem;
}
.home .methodContents .method_table_wrap .method_table_note {
  font-size: 1.4rem;
  line-height: 1;
}
.home .methodContents .method_table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #fff;
}
.method_ttl {
  padding: 1.3rem 1rem 1.3rem 1.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #fff;
  text-align: left;
}
.method_ttl > div {
  display: inline-flex;
  align-items: center;
}
.method_ttl > div > span {
  flex-shrink: 0;
}
.method_ttl_img {
  width: 6rem;
  margin-right: 1.7rem;
}
.method_ttl.type_inStore {
  background-color: var(--color-inStore);
}
.method_ttl.type_delivery {
  background-color: var(--color-delivery);
}
.method_ttl.type_officialTrip {
  background-color: var(--color-officialTrip);
}
.method_ttl.type_keep {
  background-color: var(--color-keep);
}

.home .methodContents .method_table tr th, .home .methodContents .method_table tr td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
}
.home .methodContents .method_table tr th.method_ttl {
  max-width: 22.8rem;
  width: 100%;
  height: 9.2rem;
  color: #fff;
  text-align: left;
}
.home .methodContents .method_table tr th:first-of-type {
  max-width: 18.6rem;
  width: 80%;
  background-color: #E4E4E4;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.home .methodContents .method_table tr td {
  font-size: 1.3rem;
}
.home .methodContents .method_table tr td.type_inStore {
  background-color: #D0D8E0;
  color: var(--color-inStore);
}
.home .methodContents .method_table tr td.type_delivery {
  background-color: #D6E6E1;
  color: var(--color-delivery);
}
.home .methodContents .method_table tr td.type_officialTrip {
  background-color: #F4E8D3;
  color: var(--color-officialTrip);
}
.home .methodContents .method_table tr td.type_keep {
  background-color: #F1DBDA;
  color: var(--color-keep);
}
.home .methodContents .method_table tr td .icon-rate {
  display: block;
  margin-bottom: 0.5rem;
}
.home .methodContents .method_table tr td .icon-rate::before {
  font-size: 3.2rem;
  line-height: 1;
}
.home .methodContents .method_table tr td.rate-1 .icon-rate::before {
  content: "×";
}
.home .methodContents .method_table tr td.rate-2 .icon-rate::before {
  content: "△";
}
.home .methodContents .method_table tr td.rate-3 .icon-rate::before {
  content: "○";
}
.home .methodContents .method_table tr td.rate-4 .icon-rate::before {
  content: "◎";
}
.home .methodContents .method_table tr td.rate-5 .icon-rate::before {
  content: "◎";
}
.home .methodContents .method_table tr:nth-child(2) td {
  padding: 0.62rem 1.4rem 1rem;
}
.home .methodContents .method_table tr:nth-child(2) td div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.1rem;
  max-width: 20rem;
  width: 100%;
  height: 9.3rem;
  margin: 0 auto;
  text-align: center;
  background-image: url(../../Contents/ImagesPkg/reuse/method_balloon_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  letter-spacing: 0.1em;
}
.home .methodContents .method_table tr:nth-child(n+2) th, .home .methodContents .method_table tr:nth-child(n+2) td {
  height: 10.2rem;
}
.home .methodContents .method_info {
  margin-top: 8rem;
  text-align: center;
}
.home .methodContents .method_info .method_ttl {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.home .methodContents .method_info .method_ttl:not(.active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.home .methodContents .method_info_detail {
  padding: 5rem 10.5rem 6rem;
  background-color: #F2F2F2;
}
.home .methodContents .method_info_kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33rem;
  background-size: cover;
}
.home .methodContents .method_info_kv h3 {
  font-size: 3.9rem;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.home .methodContents .method_info_ttl {
  margin-bottom: 3.4rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.home .methodContents .method_info_lede {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.029em;
  text-align: center;
}
.home .methodContents .method_info_lede span {
  font-size: 1.2rem;
}
.home .methodContents .method_info .method_process {
  text-align: center;
}
.home .methodContents .method_info .method_process > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 3rem;
  background-color: var(--color-primary);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.home .methodContents .method_info .method_process_list {
  display: flex;
  align-items: flex-start;
  column-gap: 3.8rem;
}
.home .methodContents .method_info .method_process_list li {
  position: relative;
  width: 19.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home .methodContents .method_info .method_process_list li + li .method_process_text_wrap::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: -2.4rem;
  display: block;
  width: 1.1rem;
  height: 1.6rem;
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_proccess_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home .methodContents .method_info .method_process_img {
  position: relative;
  width: 15rem;
  height: 15rem;
}
.home .methodContents .method_info .method_process_ttl {
  margin: 2rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
}
.home .methodContents .method_info .method_process_text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #808080;
  text-align: left;
}
.home .methodContents .method_info .method_process_text_wrap {
  position: relative;
}
.home .methodContents .method_info .method_process_necessary {
  display: flex;
  justify-content: center;
  height: 8rem;
  background-color: #fff;
  margin-top: 4rem;
}
.home .methodContents .method_info .method_process_necessary dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.2471910112%;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #4D4D4D;
  border-right: 1px solid #E4E4E4;
}
.home .methodContents .method_info .method_process_necessary dt::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  margin-right: 1.5rem;
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_icon_necessary.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.home .methodContents .method_info .method_process_necessary dd {
  display: flex;
  align-items: center;
  width: 77.7528089888%;
  padding-left: 3rem;
  padding-right: 0.5rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.home .methodContents .method_info .method_process_btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 4rem;
}
.home .methodContents .method_info .method_process_btnArea li {
  width: 25rem;
  margin-top: 0;
}
.home .methodContents .method_info .method_process_btnArea li.btn_more .button-Base {
  background-color: #1A1A1A;
}
.home .methodContents .method_info .method_process_btnArea li.btn_go .button-Base {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BF272D;
}
.home .methodContents .method_info .method_process_btnArea li.btn_go .button-Base img {
  width: auto;
  height: 2.4rem;
  margin-right: 1rem;
}
.home .methodContents .method_info_item._inStore .method_info_kv {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_bg_inStore.jpg);
}
.home .methodContents .method_info_item._delivery .method_info_kv {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_bg_delivery.jpg);
}
.home .methodContents .method_info_item._officialTrip .method_info_kv {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_bg_officialtrip.jpg);
}
.home .methodContents .method_info_item._keep .method_process_list {
  justify-content: center;
}
.home .methodContents .method_info_item._keep .method_info_kv {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_bg_keep.jpg);
}
@media (min-width: 769px) {
  .home .methodContents .method_info_item._keep .btn_go {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .home .methodContents {
    padding: 4rem 0;
  }
  .home .methodContents .methodContents_bg {
    background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_sp.jpg);
  }
  .home .methodContents .top-heading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .home .methodContents .top-heading_outer {
    margin: 0 1.2rem 3rem;
    padding-bottom: 4rem;
    width: calc(100% - 2.4rem);
  }
  .home .methodContents .top-heading_outer .top-note {
    font-size: 1.3rem;
    line-height: 2.1538461539;
    text-align: left;
    padding: 0 1rem;
  }
  .home .methodContents .top-heading_outer .top-note br {
    display: none;
  }
  .home .methodContents .method {
    background-color: inherit;
    padding: 0;
  }
  .home .methodContents .method_top {
    padding: 3rem 0 4.5rem;
    background-color: #fff;
  }
  .home .methodContents .method_table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 3.3rem;
    padding-left: 1.2rem;
    padding-bottom: 2.2rem;
  }
  .home .methodContents .method_table_wrap .method_table_ttl {
    font-size: 1.6rem;
  }
  .home .methodContents .method_table_wrap .method_table_ttl_wrap {
    margin-bottom: 5.3rem;
  }
  .home .methodContents .method_table_wrap .method_table_note {
    font-size: 1.2rem;
  }
  .method_ttl {
    position: relative;
    padding: 2.9rem 0.5rem 1rem 0.5rem;
    font-size: 1.3rem;
    line-height: 1.3333333333;
    text-align: center;
  }
  .method_ttl > div {
    justify-content: center;
  }
  .method_ttl_img {
    position: absolute;
    top: -3.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.5rem;
    margin-right: 0;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .method_ttl.type_inStore .method_ttl_img {
    border-color: var(--color-inStore);
  }
  .method_ttl.type_delivery .method_ttl_img {
    border-color: var(--color-delivery);
  }
  .method_ttl.type_officialTrip .method_ttl_img {
    border-color: var(--color-officialTrip);
  }
  .method_ttl.type_keep .method_ttl_img {
    border-color: var(--color-keep);
  }
  .home .methodContents .method_table tr th.method_ttl {
    width: 12rem;
    height: 6.8rem;
    text-align: center;
  }
  .home .methodContents .method_table tr th:first-of-type {
    width: 9rem;
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
  .home .methodContents .method_table tr td {
    font-size: 1.1rem;
  }
  .home .methodContents .method_table tr td .icon-rate {
    margin-bottom: 0.3rem;
  }
  .home .methodContents .method_table tr td .icon-rate::before {
    font-size: 2rem;
  }
  .home .methodContents .method_table tr:nth-child(2) td {
    padding: 0.6rem 0.7rem 0.4rem;
  }
  .home .methodContents .method_table tr:nth-child(2) td div {
    padding-top: 1rem;
    width: 10.6rem;
    height: 8rem;
    background-image: url(../../Contents/ImagesPkg/reuse/method_balloon_bg_sp.svg);
    font-size: 1rem;
  }
  .home .methodContents .method_table tr:nth-child(n+2) th, .home .methodContents .method_table tr:nth-child(n+2) td {
    height: 8rem;
  }
  .home .methodContents .method_info {
    margin-top: 7rem;
  }
  .home .methodContents .method_info .method_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 9rem;
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .home .methodContents .method_info .method_ttl::after {
    content: "";
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #fff transparent transparent transparent;
  }
  .home .methodContents .method_info .method_ttl:not(.active) .method_ttl_img::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 104%;
    height: 104%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
  .home .methodContents .method_info_item {
    padding: 1rem 1rem 4rem;
    background-color: #F2F2F2;
  }
  .home .methodContents .method_info_detail {
    padding: 2rem 0 0;
  }
  .home .methodContents .method_info_kv {
    height: 16rem;
  }
  .home .methodContents .method_info_kv h3 {
    font-size: 2.1rem;
    letter-spacing: 0.1em;
  }
  .home .methodContents .method_info_ttl {
    margin-bottom: 1.9rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .home .methodContents .method_info_lede {
    padding: 0 0.5rem;
    margin-bottom: 4rem;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    text-align: left;
  }
  .home .methodContents .method_info_lede br {
    display: none;
  }
  .home .methodContents .method_info_lede span {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
  .home .methodContents .method_info .method_process > dt {
    height: 2.5rem;
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .home .methodContents .method_info .method_process_list {
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }
  .home .methodContents .method_info .method_process_list li {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 4.6rem;
  }
  .home .methodContents .method_info .method_process_list li + li .method_process_text_wrap::before {
    display: none;
  }
  .home .methodContents .method_info .method_process_list li:last-child {
    margin-bottom: 0;
  }
  .home .methodContents .method_info .method_process_list li:last-child .method_process_img::before {
    display: none;
  }
  .home .methodContents .method_info .method_process_img {
    position: relative;
    width: 24.6913580247%;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 1.5rem;
    flex-shrink: 0;
  }
  .home .methodContents .method_info .method_process_img::before {
    content: "";
    position: absolute;
    bottom: -40%;
    left: 50%;
    width: 7.5%;
    display: block;
    height: auto;
    transform: translateX(-50%) rotate(90deg);
    aspect-ratio: 1/2;
    background-image: url(../../Contents/ImagesPkg/reuse/reuse_proccess_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .home .methodContents .method_info .method_process_ttl {
    margin: 0;
    padding-bottom: 1.2rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .home .methodContents .method_info .method_process_text {
    color: #4D4D4D;
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
  .home .methodContents .method_info .method_process_text_wrap {
    width: 100%;
    position: relative;
    flex-shrink: 1;
  }
  .home .methodContents .method_info .method_process_necessary {
    flex-direction: column;
    height: auto;
    margin-top: 2rem;
  }
  .home .methodContents .method_info .method_process_necessary dt {
    width: 100%;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #E4E4E4;
  }
  .home .methodContents .method_info .method_process_necessary dt::before {
    width: 1.4rem;
    height: 1.2rem;
    margin-right: 1.3rem;
  }
  .home .methodContents .method_info .method_process_necessary dd {
    padding: 2rem 1.5rem 2.4rem;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.9090909091;
  }
  .home .methodContents .method_info .method_process_btnArea {
    flex-direction: column;
    column-gap: 0;
    row-gap: 1rem;
    margin-top: 3rem;
  }
  .home .methodContents .method_info .method_process_btnArea li {
    width: 83.0769230769%;
    margin-top: 0;
  }
  .home .methodContents .method_info .method_process_btnArea li.btn_go .button-Base img {
    height: 2rem;
  }
  .home .methodContents .method_info_item._inStore .method_info_kv {
    background-image: url(../../Contents/ImagesPkg/reuse/reuse_method_bg_inStore.jpg);
  }
}
.home .categoryPanel {
  padding: 6.5rem 0 8rem;
}
.home .categoryPanel .top-heading {
  flex-direction: column;
}
.home .categoryPanel .top-heading_outer {
  text-align: center;
}
.home .categoryPanel .top-heading_outer .top-note {
  display: inline-block;
  margin-top: 4.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
.home .categoryPanel .top-heading--middle {
  margin-right: 0;
}
.home .categoryPanel .top-heading--small {
  margin-top: 2.5rem;
}
.home .categoryPanel .category_list {
  --grid-cols: repeat(9, minmax(0, 1fr));
  --grid-gap-col: 0;
  --grid-gap-row: 0;
  margin-bottom: 5rem;
  border: 1px solid #707070;
  border-left: 0;
}
.home .categoryPanel .category_item {
  /*! border-left: 1px solid #707070; */
}
@media (min-width: 769px) {
  /*.home .categoryPanel .category_item:nth-of-type(n + 7) {
    border-top: 1px solid #707070;
  }*/
}
.home .categoryPanel .category_item a {
  position: relative;
  overflow: hidden;
}
.home .categoryPanel .category_item a img {
  transition: var(--transition-default);
}
.home .categoryPanel .category_item a:hover img {
  transform: scale(1.2);
  opacity: 1;
}
.home .categoryPanel .category_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home .categoryPanel .category_item_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.home .categoryPanel .category_item_info h3 {
  font-size: 1.6rem;
  line-height: 1.3181818182;
  font-family: var(--font-en);
  letter-spacing: inherit;
}
.home .categoryPanel .category_item_info p {
  margin-top: 3.5rem;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: inherit;
}
.home .categoryPanel .category_item.moreBtn {
  background-color: #3f3f3f;
}
.home .categoryPanel .category_item.moreBtn .category_item_bg {
  background-color: transparent;
}
.home .categoryPanel .category_item.moreBtn a {
  width: 100%;
  height: 100%;
}
.home .categoryPanel .category_negative {
  max-width: 930px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.home .categoryPanel .category_negative .item-list {
  width: 100%;
}
.home .categoryPanel .category_negative .item-list--heading {
  width: 21rem;
}
.home .categoryPanel .category_negative .item-list--content {
  width: calc(100% - 21rem);
  font-size: 1.2rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  padding: 2rem 4.1rem;
}
.home .categoryPanel .category_negative .item-list--content-note {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #9E9E9E;
  line-height: 1;
}
.home .categoryPanel .category_negative .item-list--content-note a {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .home .categoryPanel {
    padding: 5.4rem 0 6rem;
  }
  .home .categoryPanel .top-heading {
    align-items: center;
  }
  .home .categoryPanel .top-heading_outer .top-note {
    display: inline-block;
    margin-top: 3rem;
    padding: 0 2.8rem;
    font-size: 1.3rem;
    line-height: 2.1538461539;
  }
  .home .categoryPanel .top-heading--middle {
    margin-right: 0;
    margin-bottom: 0;
  }
  .home .categoryPanel .top-heading--small {
    margin-top: 1.6rem;
  }
  .home .categoryPanel .category_list {
    --grid-cols: repeat(3, minmax(0, 1fr));
    --grid-gap-col: 0;
    --grid-gap-row: 0;
    margin-bottom: 2rem;
    border: 1px solid #666666;
    border-left: 0;
  }
  .home .categoryPanel .category_item {
    border-left: 1px solid #666666;
  }
  .home .categoryPanel .category_item:nth-of-type(n + 4) {
    border-top: 1px solid #666666;
  }
  .home .categoryPanel .category_item_info h3 {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
  .home .categoryPanel .category_item_info p {
    margin-top: 1.2rem;
    font-size: 1rem;
  }
  .home .categoryPanel .category_negative {
    max-width: inherit;
    padding: 0 1.5rem;
  }
  .home .categoryPanel .category_negative .item-list--heading {
    width: 100%;
  }
  .home .categoryPanel .category_negative .item-list--content {
    width: 100%;
    padding: 2rem 2.5rem 3rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .home .categoryPanel .category_negative .item-list--content-note {
    margin-top: 1.2rem;
  }
}
.home .faqContents {
  padding: 8rem 0 10rem;
  background-color: #E4E4E4;
}
.home .faqContents .top-heading {
  flex-wrap: wrap;
}
.home .faqContents .top-heading_outer {
  margin-bottom: 0;
  padding-right: 1rem;
}
.home .faqContents .top-heading--middle {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}
.home .faqContents .faq {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home .faqContents .faq {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .faqContents .faq_list_wrap {
  max-width: 970px;
  width: 100%;
  padding-right: 5rem;
}
.home .faqContents .accordion-content {
  padding: 2.3rem 2.6rem 2.7rem 4rem;
}
@media (max-width: 768px) {
  .home .faqContents {
    padding: 6.5rem 0 6rem;
  }
  .home .faqContents .top-heading {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .home .faqContents .top-heading_outer {
    margin-bottom: 3.5rem;
  }
  .home .faqContents .top-heading--middle {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .home .faqContents .faq {
    flex-direction: column;
  }
  .home .faqContents .faq_list {
    flex-direction: column;
  }
  .home .faqContents .faq_list_wrap {
    max-width: inherit;
    padding-right: 0;
  }
  .home .faqContents .accordion-title {
    align-items: flex-start;
    padding: 2rem 5.2rem 2.1rem 2rem;
  }
  .home .faqContents .accordion-content {
    padding: 2rem 2rem 2.1rem 2rem;
  }
}
.home .aboutContents {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_about_bg_pc.jpg);
  background-position: center;
  background-size: auto 220%;
  background-repeat: no-repeat;
}
.home .aboutContents .about {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .home .aboutContents .about {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .aboutContents .about > * {
  width: 50%;
}
.home .aboutContents .about_logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12.4rem;
}
.home .aboutContents .about_logo img {
  width: 36.2rem;
}
.home .aboutContents .about_text {
  padding: 8.5rem 8rem 10rem 0;
  color: #fff;
}
.home .aboutContents .about_text_ttl {
  font-size: 2.8rem;
  line-height: 2.0357142857;
  margin-bottom: 5rem;
}
.home .aboutContents .about_text_lede {
  font-size: 1.4rem;
  line-height: 2.7142857143;
}
@media (max-width: 768px) {
  .home .aboutContents {
    background-image: url(../../Contents/ImagesPkg/reuse/reuse_about_bg_sp.jpg);
    background-size: auto 150%;
  }
  .home .aboutContents .about {
    padding: 5rem 1.5rem 11.7rem;
    margin: 0 auto;
    flex-direction: column;
  }
  .home .aboutContents .about > * {
    width: 100%;
  }
  .home .aboutContents .about_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .home .aboutContents .about_logo img {
    width: 23rem;
  }
  .home .aboutContents .about_text {
    padding: 3rem 0 0;
    text-align: center;
  }
  .home .aboutContents .about_text_ttl {
    font-size: 1.8rem;
    line-height: 1.8888888889;
    margin-bottom: 2.9rem;
  }
  .home .aboutContents .about_text_lede {
    font-size: 1.3rem;
    line-height: 2;
    text-align: center;
  }
}
.home .featureContents._btm {
  position: relative;
  --container-main: 104rem;
  background-color: #E4E4E4;
  margin: 0 auto;
}
.home .featureContents._btm .featureContents_inner {
  margin: 0 auto;
  padding: 0;
  height: 51.7rem;
  min-height: 450px;
}
.home .featureContents._btm .top-heading {
  font-size: 2.3rem;
  margin-bottom: 5.5rem;
}
.home .featureContents._btm .feature {
  width: 110rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 auto;
  padding: 5rem 8rem 8rem;
}
.home .featureContents._btm .feature_list {
  --grid-gap-col: 2rem;
}
.home .featureContents._btm .feature_list .slick-arrow.slick-prev {
  left: 0;
}
.home .featureContents._btm .feature_list .slick-arrow.slick-next {
  right: 0;
}
.home .featureContents._btm .feature_item_img {
  margin-bottom: 0;
}
.home .featureContents._btm .feature_item_text {
  padding: 2rem;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  text-align: left;
}
.home .featureContents._btm .feature_item_text br {
  display: none;
}
@media (max-width: 768px) {
  .home .featureContents._btm {
    --container-main: 100%;
    padding: 0 1.5rem 5rem;
  }
  .home .featureContents._btm .featureContents_inner {
    height: 43.8rem;
  }
  .home .featureContents._btm .top-heading {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
  .home .featureContents._btm .top-heading_outer {
    margin-bottom: 3rem;
  }
  .home .featureContents._btm .feature {
    width: 92vw;
    top: -6.7rem;
    padding: 2.8rem 0 4rem;
  }
  .home .featureContents._btm .feature_list {
    display: block;
    --grid-gap-col: 0;
  }
  .home .featureContents._btm .feature_list .slick-prev {
    display: flex !important;
  }
  .home .featureContents._btm .feature_item {
    width: 30rem;
    margin-right: 1rem;
  }
  .home .featureContents._btm .feature_item_text {
    opacity: 1;
    padding: 1.5rem 1.5rem 2.5rem;
    line-height: 2.0833333333;
  }
}
.home .onlineLink {
  background-color: #E4E4E4;
  padding: 0 2rem 10rem;
}
.home .onlineLink_inner {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  --container-main: 114rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .onlineLink_inner {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .onlineLink .online a {
  display: flex;
}
.home .onlineLink .online_img {
  width: 50%;
}
.home .onlineLink .online_text {
  width: 50%;
  padding: 8.5rem 13.6rem 8.4rem 10rem;
  background-color: #BF272D;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  color: #fff;
}
.home .onlineLink .online_text span {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: underline;
}
.home .onlineLink .online_text span img {
  width: 1.1rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .home .onlineLink {
    padding: 0 3.2rem 6rem;
  }
  .home .onlineLink_inner {
    --container-main: 100%;
    padding: 0;
  }
  .home .onlineLink .online a {
    flex-direction: column;
  }
  .home .onlineLink .online_img {
    width: 100%;
  }
  .home .onlineLink .online_text {
    width: 100%;
    padding: 3.9rem 3.3rem 4rem;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .home .onlineLink .online_text span {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .home .onlineLink .online_text span img {
    width: 1rem;
  }
}
.home .grid_itemList {
  padding: 8.5rem 0 10rem;
  background-color: #E4E4E4;
}
.home .grid_itemList .top-heading_outer {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto 4.7rem;
}
@media (max-width: 768px) {
  .home .grid_itemList .top-heading_outer {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .grid_itemList .grid_container {
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .grid_itemList .grid_container {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.home .grid_itemList .grid_container .grid_item {
  width: 33.5rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.home .grid_itemList .grid_container .grid_itemList_detail {
  padding: 2.5rem 2.5rem 3rem;
  background-color: #fff;
  color: #9E9E9E;
}
.home .grid_itemList .grid_container .grid_itemList_detail a {
  color: inherit;
}
.home .grid_itemList .grid_container .grid_itemList_ttl {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: #1A1A1A;
}
.home .grid_itemList .grid_container .grid_itemList_info {
  font-size: 1.3rem;
  letter-spacing: 0.0029em;
  line-height: 1.8461538462;
}
.home .grid_itemList .grid_container .grid_itemList_googlemap {
  margin-top: 1.5rem;
  font-size: 1.3rem;
}
.home .grid_itemList .grid_container .grid_itemList_googlemap a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.home .grid_itemList .grid_container .grid_itemList_googlemap a::before {
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.7rem;
  background-image: url(../../Contents/ImagesPkg/common/icon_googlemap_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.home .grid_itemList .grid_container .grid_itemList_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
  margin-top: 2.2rem;
  font-family: var(--font-en);
  font-weight: bold;
}
.home .grid_itemList .grid_container .grid_itemList_more::before {
  display: inline-block;
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #D1D1D1;
  margin-right: 1.5rem;
}
.home .grid_itemList .grid_container .grid_item + .grid_item {
  margin-left: 2rem;
}
.home .grid_itemList.storeContents {
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 768px) {
  .home .grid_itemList {
    padding: 5.4rem 0 6rem;
  }
  .home .grid_itemList .top-heading {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .home .grid_itemList .top-heading_outer {
    margin: 0 auto 4rem;
  }
  .home .grid_itemList .top-heading--middle {
    margin-bottom: 0;
  }
  .home .grid_itemList .top-heading--small {
    margin-left: 2rem;
  }
  .home .grid_itemList .grid_container {
    padding: 0;
  }
  .home .grid_itemList .grid_container .slick-list {
    padding: 0 0 0 1.5rem;
  }
  .home .grid_itemList .grid_container .grid_item {
    width: 23rem;
  }
  .home .grid_itemList .grid_container .grid_itemList_detail {
    padding: 2rem 2rem 2rem;
  }
  .home .grid_itemList .grid_container .grid_itemList_ttl {
    margin-bottom: 1.7rem;
    font-size: 1.3rem;
  }
  .home .grid_itemList .grid_container .grid_itemList_info {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .home .grid_itemList .grid_container .grid_itemList_googlemap {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
  .home .grid_itemList .grid_container .grid_itemList_googlemap a::before {
    width: 1.5rem;
    height: 1.8rem;
    margin-right: 0.8rem;
  }
  .home .grid_itemList .grid_container .grid_itemList_more {
    margin-top: 1.4rem;
  }
  .home .grid_itemList .grid_container .grid_itemList_more::before {
    width: 4.8rem;
    height: 1px;
  }
  .home .grid_itemList .grid_container .grid_item + .grid_item {
    margin-left: 1rem;
  }
}

.buyoutContents_inner .top-heading {
  flex-direction: column;
}
.buyoutContents_inner .top-heading_outer {
  position: relative;
  width: 100%;
  max-width: var(--container-main);
  padding: 0 2rem;
  margin: 0 auto 4rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .buyoutContents_inner .top-heading_outer {
    max-width: inherit;
    padding: 0 1.5rem;
  }
}
.buyoutContents_inner .top-heading_outer .slide-arrow {
  position: absolute;
  right: 2rem;
  bottom: 0;
}
.buyoutContents_inner .top-heading_outer .slide-arrow .slick-arrow {
  background-color: #fff;
}
.buyoutContents_inner .top-heading_outer .slide-arrow .slick-arrow.slick-prev::before {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_slide_arrow-left_blk.svg);
}
.buyoutContents_inner .top-heading_outer .slide-arrow .slick-arrow.slick-next::before {
  background-image: url(../../Contents/ImagesPkg/reuse/reuse_slide_arrow-right_blk.svg);
}
.buyoutContents_inner .top-heading--small {
  margin-bottom: 2.6rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}
.buyoutContents_inner .top-heading--middle {
  margin-right: 0;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .buyoutContents_inner .buyout .slick-track {
    float: none;
    display: flex;
    left: -12.75rem;
  }
}
.buyoutContents_inner .buyout_item {
  width: 24rem;
  padding: 0.85rem 1.1rem 2.7rem;
  background-color: #fff;
  margin-right: 1.5rem;
}

.buyoutContents_inner .buyout_item_img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.buyoutContents_inner .buyout_item_text {
  padding: 1.5rem 1rem 0;
}
.buyoutContents_inner .buyout_item_tag {
  display: inline-block;
  padding: 0.5rem 0.6rem;
  border: 0.2rem solid #BF272D;
  font-size: 1.4rem;
  line-height: 1;
  color: #BF272D;
  font-weight: 500;
}
.buyoutContents_inner .buyout_item_tag.tag-buyout {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.buyoutContents_inner .buyout_item_price {
  margin-top: 1.3rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.buyoutContents_inner .buyout_item_price span {
  margin-left: 0.6rem;
  font-size: 1.1rem;
  font-weight: 500;
}


@media (max-width: 768px) {
  .buyoutContents_inner .top-heading {
    align-items: center;
  }
  .buyoutContents_inner .top-heading_outer {
    margin: 0 auto 3.4rem;
  }
  .buyoutContents_inner .top-heading--small {
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .buyoutContents_inner .top-heading--middle {
    font-size: 2.6rem;
  }
  .buyoutContents_inner .buyout_list .slick-list {
    padding-left: 1.5rem;
  }
  .buyoutContents_inner .buyout_item {
    width: 14rem;
    padding: 0.7rem 0.7rem 1.6rem;
    margin-right: 1rem;
  }
  .buyoutContents_inner .buyout_item_text {
    padding: 1rem 0 0;
  }
  .buyoutContents_inner .buyout_item_tag {
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    line-height: 1;
    border: 1px solid #BF272D;
  }
  .buyoutContents_inner .buyout_item_price {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .buyoutContents_inner .buyout_item_price span {
    margin-left: 0.4rem;
    font-size: 1rem;
  }
}