@charset "UTF-8";

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  letter-spacing: .02em;
  line-height: 1;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

html.wf-active {
  visibility: visible;
}

main p,
main li {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

img {
  vertical-align: top;
}

a:hover {
  text-decoration: none;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.contents {
  width: 100%;
}

.contents_innner {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 104px 0;
}

.contents_innner.bread,
.contents_innner.top,
.contents_innner.last {
  padding: 0;
}

.contents_innner.main {
  position: relative;
}

.contents_img {
  width: 100%;
}

.contents img {
  width: 100%;
}

.contents_wide {
  width: 100%;
}

.contents_wide_inner {
  width: 1040px;
  margin: auto;
  position: relative;
}

.contents_wide_inner:has(.title) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contents_wide_img {
  position: relative;
  width: 355px;
  z-index: 1;
}

.contents_wide_description {
  position: absolute;
  top: -6px;
  right: 0;
  width: calc(100% - 275px);
  padding: 40px 0;
  text-align: center;
}

.contents_wide_description::after {
  width: 85px;
  height: 113px;
  content: "";
  position: absolute;
  top: 28px;
  right: 37px;
}

.contents_wide_description:has(.recommend) {
  padding: 80px 0 48px;
}

.contents_wide_title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: .08em;
  /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
}

.contents_wide_text {
  color: #fff;
  font-size: 21px;
  line-height: 1.8;
  margin-top: 24px;
}

/* カラー */
.green {
  background-color: #44af35;
}

.white {
  color: #fff;
}

/* 対象商品 */
.item_flex {
  display: flex;
  margin-bottom: 40px;
  gap: 40px;
}

.item_flex .item {
  flex: 1;
}

.item_flex .item .item_title {
  color: #009d51;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.item_detail_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  align-items: center;
}

.price_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.price_flex p {
  display: inline-block;
  font-size: 90px;
  letter-spacing: .08em;
  font-weight: 800;
  background: linear-gradient(-45deg, #fbec3e 0%, #fff 40%, #fff67f 56%, #fbec3e 70%, #f0d53b 83%, #fbec3e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 60px;
  padding: 5px 40px;
  font-family: 'Oswald', sans-serif !important;
}

.price_flex p span {
  font-size: 80px;
}

.price_bg {
  background-color: #009d51;
  width: calc(50% - 20px);
}

.bubble {
  position: relative;
  margin-bottom: 10px;
}

.bubble_bottom {
  height: 124px;
}

.bubble::before {
  background-image: url(../images/bubble.png);
  position: absolute;
}

.bubble img {
  width: 100%;
}

.item_detail_flexleft {
  display: flex;
  justify-content: flex-start;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.inline {
  display: inline !important;
  background-color: #00489d;
  color: #fff !important;
  padding: 0 10px;
}

.item_detail_flex_text {
  font-weight: 700;
  text-align: left;
  display: inline;
  font-size: 22px;
}

.inner_bubble {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.inner_bubble.type2 {
  left: 52%;
}

.inner_bubble_right {
  position: absolute;
  top: 23px;
  left: 87px;
}

.bubble_bottom_text {
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
}

.item_detail_flex_text span {
  font-weight: 500;
}

.bubble_bottom_mens {
  margin-bottom: 11px;
}



.blue {
  /* display: inline-block; */
  background-color: #00489d;
  /* color: #fff !important;
  padding: 5px 10px; */
}

.pink {
  /* display: inline-block; */
  background-color: #e3007f;
  /* color: #fff !important;
  padding: 5px 10px; */
}

.mens {
  display: inline-block;
  background-color: #00489d;
  color: #fff !important;
  width: 70px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}

.ladies {
  background-color: #e3007f;
  color: #fff !important;
  font-size: 15px;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  margin-right: 10px;
}

.coment {
  margin: 40px 0;
  font-weight: 700;
  font-size: 30px;
}

.coment_detail_box {
  margin-bottom: 115px;
}

.coment_detail {
  margin-bottom: 5px;
  line-height: 1.25;
}

.cp_btn {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px;

}

.cp_button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 120px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 500;
  border-radius: 50px;
  color: #FFF !important;
  margin: 0 30px;
}

.cp_button .leftchevron {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 11px;
  height: 11px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  right: 36px;
}

.cp_button.green {
  background-color: #009d51;
}

.esg_button {
  display: inline-flex;
  align-items: center;
  padding: 24px 23px;
  text-decoration: none;
  font-weight: bold;
  font-size: 40px;
  font-weight: 500;
  background-color: #009d51;
  color: #FFF !important;
  ;
}

/* 商品 */
.point_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}

.point_flex .left {
  color: #44af35;
  background-color: #fff;
  font-size: 39px;
  font-weight: 700;
  border-radius: 5px;
  padding: 11px 30px;
  width: 50%;
}

.point_flex .left span {
  font-size: 26px;
}

.point_flex .right {
  color: #44af35;
  background-color: #fff100;
  font-size: 31px;
  font-weight: 700;
  border-radius: 5px;
  padding: 16px 30px;
  width: 50%;
}

.point_flex .right span {
  font-size: 26px;
}

.item_gender {
  color: #fff;
  padding: 50px 0;
  font-weight: 700;
  font-size: 28px;
}

.section_title_white {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* メンズ商品 */
.mens_item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 160px;
}

.ladies_item_list {
  display: flex;
  justify-content: space-between;
  padding: 0 160px;
}

.ladies_item_3list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ladies_item_3list .ladies_item {
  width: 320px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 43px;
  border-radius: 8px;
  padding: 33px 0;
}

.ladies_item_list .ladies_item {
  width: 340px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 43px;
  border-radius: 8px;
  padding: 29px 0;
}

.mens_item {
  width: 340px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 43px;
  border-radius: 8px;
  padding: 29px 0;
}

.mens_item .item_name {
  color: #009d51;
  font-weight: 700;
  margin: 10px 0;
  font-size: 30px;
  letter-spacing: 0;
}

.mens_item .item_name_buttom {
  color: #009d51;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 11px;
}

.mens_item .item_price {
  color: #009d51;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mens_item .item_sale {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 800;
  font-size: 78px;
  color: #ed6d1f;
}

.item_sale .per {
  font-size: 60px;
  margin: 0 3px;
}

.item_sale .off {
  font-size: 40px;
}

.ladies_item .img {
  width: 78%;
}

.ladies_item .img02 {
  width: 81%;
}

.ladies_item .img03 {
  width: 73%;
}

.ladies_item .item_name {
  color: #e84388;
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0;
  font-size: 30px;
  letter-spacing: 0;
}

.ladies_item .item_price {
  color: #e84388;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  
}

.ladies_item .item_sale {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 800;
  font-size: 78px;
  color: #ed6d1f;
}

/* 注意書き */
.attention_bottom {
  color: #fff;
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 24px;
}

.attention_list {
  width: 1010px;
  margin-left: 30px;
}

.attention_list li {
  text-align: left;
  color: #fff !important;
  margin-bottom: 8px;
  list-style: inside !important;
  text-indent: -1.5em;
  line-height: 1.25;
}

/* エコ */
.section_title {
  color: #009d51;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.eco_title {
  color: #009d51;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 90px;
}

.economy_title {
  color: #009d51;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}

.cycle_title {
  color: #009d51;
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.section_description {
  font-size: 35px;
  line-height: 1.7;
  margin-bottom: 50px;
}

.img_eco {
  max-width: 39%;
  margin: 0 auto 50px;
  margin-bottom: 50px;
}

.img_circle {
  max-width: 67%;
  margin: 0 auto 50px;
  margin-bottom: 100px;
}

.flex_brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}

.flex_brand .recycle {
  width: 50%;
}

.flex_brand .reuse {
  width: 50%;
}

.flex_brand .img {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_title {
  color: #009d51;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}

.flex_brand img {
  width: 40%;
}

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6;
}

.twopiece {
  background: #79b9b9;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(121, 185, 185, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(121, 185, 185, 0.6);
}

.twopiece::after {
  background: url(../svg/text_02.svg) no-repeat center;
}

.threepiece {
  background: #4e9bcc;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(78, 155, 204, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(78, 155, 204, 0.6);
}

.threepiece::after {
  background: url(../svg/text_03.svg) no-repeat center;
}

.recommended {
  background: #b97fb9;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(185, 127, 185, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(185, 127, 185, 0.6);
}

.main_visual {
  width: 100%;
}

.main_visual img {
  width: 100%;
}

.title {
  position: relative;
  background-color: #6FCC60;
  background-size: cover;
  padding: 64px 0 56px;
  width: calc(100% - 355px);
}

.title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/img_back.jpg);
  opacity: 0.4;
}

.title_main {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #fff;
}

.title_main_bottom {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.9;
  margin-top: 40px;
  color: #fff;
}

.btn_box {
  margin-top: 40px;
}

.btn_box+.btn_round {
  margin-top: 40px;
}

.btn_square {
  display: grid;
  place-items: center;
  /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  color: #fff !important;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding: 24px;
  width: 100%;
  height: 100%;
}

.btn_item {
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  width: 320px;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #002870;
  border-radius: 8px;
  display: inline-block;
}

.btn_round {
  color: #002870 !important;
  font-size: 24px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 16px 24px;
  border: 2px solid #002870;
  border-radius: 35px;
  background: #fff;
  display: inline-block;
}

.btn_round.pink {
  color: #e74664 !important;
  border-color: #e74664;
}

.btn_round.blue {
  color: #fff !important;
  background-color: #002870;
}

.btn_long {
  margin-top: 96px;
}

.lineup_title {
  width: 400px;
  margin: 120px auto 40px;
}

.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}

.lineup_list li {
  width: calc(33% - 16px);
  background-color: #79b9b9;
}

.lineup_list li:nth-child(2) {
  background-color: #4e9bcc;
}

.lineup_list li:last-child {
  background-color: #b97fb9;
}

.item_box {
  position: relative;
  padding: 40px 0;
  margin-top: 120px;
  height: 639px;
}

.item_box::before,
.item_box::after {
  width: 415px;
  height: 125px;
  position: absolute;
  content: "";
}

.item_box::before {
  top: 0;
  left: 0;
}

.item_box::after {
  right: 0;
  bottom: 0;
}

.item_box_black::before {
  background: url(../svg/ashirai_black01.svg) no-repeat top left 20px/157px;
  z-index: 1;
}

.item_box_black::after {
  background: url(../images/ashirai_black02.png) no-repeat top left/415px;
}

.item_box_navy::before {
  background: url(../svg/ashirai_navy01.svg) no-repeat top left 20px/157px;
}

.item_box_navy::after {
  background: url(../images/ashirai_navy02.png) no-repeat top left/415px;
}

.item_box_gray::before {
  background: url(../svg/ashirai_gray01.svg) no-repeat top left 20px/157px;
}

.item_box_gray::after {
  background: url(../images/ashirai_gray02.png) no-repeat top left/415px;
}

.item_box_brown::before {
  background: url(../svg/ashirai_brown01.svg) no-repeat top left 20px/157px;
}

.item_box_brown::after {
  background: url(../images/ashirai_brown02.png) no-repeat top left/415px;
}

.item_box_inner {
  width: 825px;
}

.item_detail {
  padding: 40px 120px 40px 56px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
}


.item_text {
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
  font-weight: bold;
  margin-top: 24px;
}

.item_img {
  text-align: center;
  height: 599px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}

.item_img img {
  width: auto;
  height: 100%;
}

.item_price {
  font-size: 32px;
  font-weight: bold;
}

.item_price span {
  font-size: 16px;
}

.item_price+.btn_box {
  margin-top: 12px;
}

.item_price_inner {
  margin: 24px 56px 0 0;
}

.item_price_off {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.recommend_item {
  display: grid;
  grid-template-columns: 387px 613px;
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommend_item:not(:first-of-type) {
  margin-top: 80px;
}

.recommend_item_img {
  grid-area: 1 / 1 / 3 / 2;
}

.recommend_item_detail {
  grid-area: 1 / 2 / 2 / 3;
}

.recommend_item_title {
  font-size: 45px;
  font-weight: bold;
  /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  letter-spacing: .08em;
}

.recommend_item_text {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 32px;
  text-align: left;
}

.recommend_item_btn {
  grid-area: 2 / 2 / 3 / 3;
}

.recommend_item_reverse {
  display: grid;
  grid-template-columns: 613px 387px;
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.recommend_item_reverse_img {
  grid-area: 1 / 2 / 3 / 3;
}

.recommend_item_reverse_detail {
  grid-area: 1 / 1 / 2 / 2;
}

.recommend_item_reverse_btn {
  grid-area: 2 / 1 / 3 / 2;
}

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

  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  main p,
  main li {
    font-size: 14px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .contents {
    width: 100%;
  }

  .contents_innner {
    width: 92%;
    padding: 40px 0;
  }

  .contents_innner:has(.title) {
    padding-bottom: 64px;
  }

  .contents_wide {
    margin-bottom: 56px;
  }

  .contents_wide_inner {
    width: 100%;
  }

  .contents_wide_inner:has(.title) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents_wide_img {
    width: 40%;
  }

  .contents_wide_description {
    width: 88%;
    padding: 20px 8px 8px 28%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents_wide_description::after {
    top: 9px;
    right: 14px;
    width: 40px;
    height: 60px;
  }

  .contents_wide_title {
    font-size: 20px;
  }

  .contents_wide_text {
    font-size: 14px;
    margin-top: 16px;
  }

  .title {
    width: 100%;
    padding-bottom: 40px;
    margin-top: -56px;
  }

  .title_main {
    font-size: 22px;
  }

  .title_main_bottom {
    font-size: 14px;
    margin-top: 24px;
  }

  .btn_box {
    margin-top: 24px;
  }

  .btn_box+.btn_round {
    margin-top: 24px;
  }

  .btn_square {
    font-size: 14px;
    padding: 8px 16px;
  }

  .btn_item {
    font-size: 14px;
    width: 64%;
    padding: 8px 16px;
  }

  .btn_round {
    font-size: 14px;
    width: 88%;
    padding: 8px 16px;
  }

  .btn_long {
    margin-top: 40px;
  }

  .lineup_title {
    width: 50%;
    margin: 24px auto;
  }

  .lineup_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 0;
  }

  .lineup_list li {
    width: 38%;
    height: 58px;
  }

  .lineup_list li:last-child {
    margin-top: 16px;
  }

  .item_box {
    padding: 24px 0;
    margin-top: 0;
    height: auto;
  }

  .item_box::before {
    top: 20px;
    width: 128px;
    height: 40px;
  }

  .item_box::after {
    bottom: 14.2%;
    width: 141px;
    height: 137px;
  }

  .item_box_black::before {
    background: url(../svg/ashirai_black01.svg) no-repeat top left 29px/91px;
  }

  .item_box_black::after {
    background: url(../images/ashirai_black02.png) no-repeat top left/215px;
  }

  .item_box_navy::before {
    background: url(../svg/ashirai_navy01.svg) no-repeat top left 29px/91px;
  }

  .item_box_navy::after {
    background: url(../images/ashirai_navy02.png) no-repeat top left/215px;
  }

  .item_box_gray::before {
    background: url(../svg/ashirai_gray01.svg) no-repeat top left 29px/91px;
  }

  .item_box_gray::after {
    background: url(../images/ashirai_gray02.png) no-repeat top left/215px;
  }

  .item_box_brown::before {
    background: url(../svg/ashirai_brown01.svg) no-repeat top left 29px/91px;
  }

  .item_box_brown::after {
    background: url(../images/ashirai_brown02.png) no-repeat top left/215px;
  }

  .item_box_inner {
    width: 100%;
    padding-top: 24px;
  }

  .item_detail {
    padding: 12px 114px 8px 16px;
  }


  .item_title span {
    padding-left: 0;
    font-size: 12px;
  }

  .item_title::before {
    font-size: 8px;
    top: 24px;
    left: 0;
    bottom: unset;
  }

  .item_title_sub {
    font-size: 16px;
  }

  .item_text {
    font-size: 14px;
    margin-top: 16px;
  }

  .item_img {
    width: 37%;
    height: unset;
    top: unset;
    bottom: 21%;
    right: 0;
    padding-left: 8px;
  }

  .item_img img {
    width: 100%;
    height: auto;
  }



  .item_price+.btn_box {
    margin-top: 16px;
    margin-right: 30%;
  }

  .item_price_inner {
    margin: 0;
  }

  .item_price_off {
    font-size: 16px;
    margin-top: 16px;
    margin-right: 26%;
  }

  #anchor_02 .item_box::after {
    bottom: 4.2%;
  }

  #anchor_02 .item_img {
    bottom: 12%;
  }

  .recommend_item {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    -webkit-column-gap: 8px;
    column-gap: 8px;
  }

  .recommend_item:not(:first-of-type) {
    margin-top: 40px;
  }

  .recommend_item_img {
    grid-area: 1 / 1 / 2 / 2;
  }

  .recommend_item_detail {
    grid-area: 1 / 2 / 2 / 3;
  }

  .recommend_item_title {
    font-size: 20px;
  }

  .recommend_item_text {
    font-size: 14px;
    margin-top: 16px;
  }

  .recommend_item_btn {
    grid-area: 2 / 1 / 3 / 3;
  }

  .recommend_item_reverse {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    margin-top: 40px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
  }

  .recommend_item_reverse_img {
    grid-area: 1 / 2 / 2 / 3;
  }

  .recommend_item_reverse_detail {
    grid-area: 1 / 1 / 2 / 2;
  }

  .recommend_item_reverse_btn {
    grid-area: 2 / 1 / 3 / 3;
  }
}

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .esg_button {
    bottom: 41.75%;
  }
}

.contents_innner.main {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents_innner.main {
    width: 92%;
    padding: 40px 0 0;
  }
}

.cta {
  text-align: center;
}

.cta .inner {
  position: relative;
  max-width: 100%;
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta .inner {
    width: auto;
  }
}

.cta .inner .cta_inner {
  margin: 60px auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .cta .inner .cta_inner {
    margin: 20px auto;
  }
}

.cta .inner .cta_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 85px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 500;
  background-color: #ec6d20;
  border-radius: 50px;
  color: #FFF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta .inner .cta_button {
    padding: 12px 85px;
    font-size: 16px;
    border-radius: 50px;
  }

  .attention_bottom {
    font-size: 13px;
  }

  
}

.cta .inner .cta_button .chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 40px;
  top: 48%;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .coment {
    font-size: 17px;
    margin: 15px 0;
  }

  .coment_detail {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.25;
    list-style: simp-chinese-formal;
    text-indent: -1em;
    text-align: left;
    margin-left: 17px;
  }

  .coment_detail_box {
    margin-bottom: 35px;
  }

  .cp_btn {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
    padding: 0 0;
  }

  .cp_button {
    font-size: 17px;
    width: -webkit-fill-available;
    margin: 0 0;
    display: inherit;
    padding: 13px 58px;
  }

  .cp_button .leftchevron {
    right: 17px;
    width: 8px;
    height: 8px;
    top: 16px;
  }

  .cp_button.blue {
    margin-bottom: 15px;
  }

  .cp_button.pink {
    margin-bottom: 32px;
  }

  .cp_button.green {
    padding: 13px 42px;
  }

  .cp_button a {
    text-align: center;
  }

  .section_title_white {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .section_description {
    font-size: 13px;
    margin-bottom: 15px;
  }


  .point_flex .left {
    width: 50%;
    font-size: 16px;
  }

  .point_flex .left span {
    font-size: 12px;
  }

  .point_flex .right {
    width: 50%;
    font-size: 16px;
    padding: 8px 5px;
  }

  .point_flex .right span {
    font-size: 12px;
  }

  .mens_item_list {
    padding: 0 0;
  }

  .ladies_item_list {
    padding: 0 0;
  }

  .mens_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    padding: 15px 1px;
  }

  .mens_item:nth-child(6) {
    /* margin-bottom: 0; */
  }

  .ladies_item_list .ladies_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    padding: 15px 1px;
  }

  .ladies_item_3list {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .ladies_item_3list .ladies_item {
    width: calc((100% - 20px) / 2);
    height: 217px;
    margin-bottom: 21px;
  }

  .section_title {
    font-size: 33px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    margin-left: 16px;
  }

  .section_title span {
    font-size: 19px;
  }

  .img_eco {
    max-width: 65%;
    margin-bottom: 0;
  }

  .eco_title {
    font-size: 23px;
    margin-bottom: 38px;
  }

  .brand_title {
    font-size: 14px;
  }

  .flex_brand {
    align-items: baseline;
    margin-bottom: 48px;
  }

  .flex_brand .img {
    height: 115px;
  }

  .brand_name {
    font-size: 10px;
  }

  .cycle_title {
    font-size: 21px;
    margin-bottom: 22px;
  }

  .economy_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .esg_button {
    font-size: 18px;
    padding: 14px 23px;
  }

  .item_flex .item {
    width: 100%;
  }

  .mens_item .item_name {
    font-size: 17px;
  }

  .mens_item .item_price {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .mens_item .item_sale {
    font-size: 43px;
  }


  .mens_item .item_name_buttom {
    font-size: 9px;
    margin-bottom: 6px;
  }

  .ladies_item .item_name {
    font-size: 17px;
  }

  .ladies_item .item_price {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .ladies_item .item_sale {
    font-size: 43px;
  }

  .item_sale .per {
    font-size: 30px;
  }

  .item_sale .off {
    font-size: 20px;
  }

  .attention_list {
    width: auto;
  }

  /* バナー下 */
  .item_detail_flex_text {
    font-size: 15px;
  }

  .inner_bubble {
    top: 9px;
    left: 51%;
  }

  .inner_bubble.type2 {
    top: 13px;
    left: 52%;
  }

  .bubble_bottom {
    height: auto;
    margin-bottom: 11px;
  }

  .bubble_bottom_text {
    font-size: 14px;
  }

  .item_flex {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }

  /* 商品部分 */
  .item_gender {
    font-size: 17px;
  }

  .img_price {
    width: 137px;
  }

  .attention_bottom {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .cta .inner .cta_button .chevron {
    top: 45%;
    right: 18px;
    width: 8px;
    height: 8px;
  }

  .cycle_title {
    font-size: 17px;
    margin-bottom: 35px;
  }

  .img_gradiate img {
    width: 65%;
  }

  .item_detail_flexleft.sp_center {
    justify-content: center;
  }

  .img_circle {
    max-width: 95%;
    margin-bottom: 35px;
  }

  .img04 {
    padding: 0 9px;
  }

}