@charset "utf-8";


img {
  width: 100%;
}

* {
  line-height: 1.65em;
  letter-spacing: 0.02em;
}

a:hover,
a:hover img,
a:hover p,
a:hover div {
  opacity: 0.8;
  transition: all 0.2s ease-out 0s;
}

.arrow_next:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 5%;
  top: 40%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_down:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 48%;
  bottom: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gs_width {
  max-width: 1100px;
  margin: 0 auto 80px;
  width: 90%;
}

.sp {
  display: none;
}


.txt_center {
  text-align: center;
}

@media only screen and (max-width: 786px) {
  .sp_br {
    display: block;
  }

  .no_br br {
    display: none;
  }

  .gs_width {
    margin: 0 auto 15%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }
}

/**====コンテンツ=================**/
.contents_box :hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.contents_box {
  padding: 0 0 120px;
}

.bland_infotext {
  font-size: 4rem !important;
  word-break: break-all;
}

.st {
  font-size: 2em !important;
  display: block;
}

@media screen and (max-width: 786px) {
  .contents_box {
    padding: 0 0 14%;
  }

  .st {
    font-size: 1.5em !important;
  }

  .bland_infotext {
    font-size: 2.5rem !important;
  }
}

#main_image_box img.top_image_right {
  max-width: 240px;
  width: 60%;
  z-index: 999;
  position: absolute;
  bottom: 8%;
  left: 65%;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (min-width: 1500px) {
  #main_image_box img.top_image_right {
    left: 55%;
  }
}

@media screen and (min-width: 1800px) {
  #main_image_box img.top_image_right {
    left: 45%;
  }
}

@media screen and (max-width: 786px) {
  #main_image_box img.top_image_right {
    width: 40%;
    right: 5%;
    left: auto;
    bottom: 5%;
  }
}

.bland_infomation_rectangle .bland_logo img {
  max-width: fit-content;
  width: auto;
}



@media screen and (max-width: 786px) {
  .bland_infomation_rectangle .bland_logo {
    padding: 0% 5% 0;
    margin: 0 0 4%;
    width: 80% !important;
  }

  .bland_infomation_rectangle .bland_logo img {
    width: 100% !important;
    height: auto;
  }

  .bland_infomation_rectangle .bland_infotext br {
    display: block;
  }

  .bland_infomation_rectangle .bland_infotext br.sp_only {
    display: block;
  }
}


.contents_title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  border-bottom: #000000 1px solid;
  padding-bottom: 1%;
  margin-bottom: 3%;
}

.cat_item_box_line {
  border-bottom: #000000 1px solid;
  font-size: 1.3em;
  padding-bottom: 0.5%;
  margin-bottom: 1%;
}

.cat_item_box_innner {
  display: flex;
  flex-wrap: wrap;
  margin: 1% auto;
  text-align: center;
}

.cat_item_box_innner #oneLineTxt01 {
  max-width: 100%;
  text-align: center;
}

.cat_item_box_innner #oneLineTxt02 {
  max-width: 100%;
  text-align: center;
}

.cat_item_box_innner>div {
  width: 23%;
  margin: 1% 1% 4%;
}

.cat_item_box_innner ul.list {
  display: flex;
  flex-wrap: wrap;
  margin: 1% auto;
  text-align: center;
}

.cat_item_box_innner ul.list>li {
  width: 23%;
  margin: 1% 1% 4%;
}

.list li {
  opacity: 1;
  list-style: none;
  transition: all 0.4s ease-in-out 0s;
}

.list li.is-hidden {
  opacity: 0 !important;
  height: 0 !important;
  margin: auto !important;
}

.cat_item_box_innner>div.more {
  width: 100%;
  margin: 1% auto 3%;
  text-align: center;
  z-index: 9999;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}

.cat_item_box_innner>div.more:after {
  display: block;
  transform: rotate(135deg);
  content: "";
  border-top: #000000 1px solid;
  border-right: #000000 1px solid;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 50%;
  left: 50%;
}

@media screen and (max-width: 786px) {
  .cat_item_box {
    margin: 10% auto;
  }

  .cat_item_box_innner {
    flex-wrap: wrap;
    margin: 2% auto;
  }

  .cat_item_box_innner>div {
    width: 46%;
    margin: 2% 2% 4%;
  }

  .cat_item_box_innner ul.list {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .cat_item_box_innner ul.list>li {
    width: 46%;
    margin: 2% 2% 4%;
  }

  .cat_item_box_innner>div.more {
    margin: 1% auto 5%;
    font-size: 1.3em;
  }
}

.item_box_contents .item_image img {
  width: 100%;
}

.item_box_contents .item_bland_name {
  display: block;
  font-size: 1em;
  margin-top: 5%;
}

.item_box_contents .item_name {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
  margin: 3% auto;
}

.item_box_contents .item_price {
  display: block;
  font-size: 1.3em;
}

.item_box_contents .item_price .zeinuki {
  font-size: 0.65em;
  position: relative;
  top: -2px;
}

.item_box_contents .cat_link_btn {
  margin: 3% auto;
  width: 100%;
}

.item_box_contents .cat_link_btn a:after {
  width: 12px;
  height: 12px;
  right: 3%;
  top: 3px;
}

.item_box_contents .cat_link_btn a {
  background-color: #000000;
  color: #FFFFFF;
  padding: 4% 3%;
  letter-spacing: 1px;
  font-size: 1.1em;
  align-items: center;
}

.item_box_contents .gender {
  display: flex;
  justify-content: space-between;
}

.item_box_contents .gender div {
  flex-basis: 48.5%;
}

.item_box_contents .gender div.cat_link_btn {
  margin: 3% 0;
}

.item_box_contents .gender div.cat_link_btn a {
  padding: 18% 3%;
  font-size: 1em;
  display: block;
  align-items: center;
}

.item_box_contents .gender div.cat_link_btn a:after {
  display: none
}

.item_box_contents .btn_mens a {
  background-color: #007896;
}

.item_box_contents .btn_womens a {
  background-color: #B49650;
}

@media screen and (max-width: 786px) {
  .item_box_contents .item_name {
    font-size: 1em;
  }
}

#oneLineTxt01 .common_title,
#oneLineTxt02 .common_title,
#oneLineTxt03 .common_title,
#oneLineTxt04 .common_title {
  font-size: 180%;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.common_title {
  text-align: center;
  /* border-bottom: 1px solid #000; */
}

.cat_link_btn a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.cat_link_btn a:after {
  display: block;
  transform: rotate(45deg);
  content: "";
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  width: 16px;
  height: 16px;
  position: relative;
  right: 0%;
  top: 3px;
}

.cat_link_btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 786px) {
  .cat_link_btn a:after {
    top: 5px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width:559px) {
  .cat_link_btn {
    margin: 1% auto;
  }

}

.category_btn_footerblock .cat_link_btn a {
  background-color: #007896;
  color: #FFFFFF;
  padding: 3% 3%;
  font-size: 1.2em;
  align-items: center;
}

.category_btn_footerblock .btn_black a {
  background-color: #000000;
}

.category_btn_footerblock .btn_att {
  display: block;
  text-align: right;
}

@media screen and (max-width: 786px) {
  .category_btn_footerblock {
    margin: 0 auto 5%;
    width: 96%;
  }
}

@media screen and (max-width:559px) {
  .category_btn_oneblock {
    width: 100%;
  }
}

.kodawari_point .is-lazyloaded {
  animation: fadeIn 1s;
}

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

  100% {
    opacity: 1;
  }
}

.kodawari_point {
  margin-top: 5em !important;
}

.kodawari_point .point_title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5%;
}

.point_bt a:hover {
  background: #222;
  color: #fff;
  box-shadow: none;
  transform: translate(2px, 2px);
  transition: 0.25s;
}

.point_ft_imgbox {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.point_ft_imgbox li {
  width: 50%;
}

.point_ft_copy {
  margin: 0px auto 30px;
  font-size: 1.75em;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 786px) {
  .kodawari_point .point_title {
    font-size: 20px;
  }

  .point_ft_imgbox {
    margin: 5% 0 0;
    display: block;
  }

  .point_ft_imgbox li {
    width: 100%;
  }

  .point_ft_copy {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0;
    margin: 12% 5% 0;
  }

  .item_name {
    font-size: 14px;
    margin: 5% 0 2%;
  }

  .point_bt a {
    padding: 9px;
    width: 90%;
    font-size: 14px;
    display: inline-block;
    border: solid 1px #222;
    background: #fff;
    color: #222;
    box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%);
  }

  .point_bt a:hover {
    background: #222;
    color: #fff;
    box-shadow: none;
    transform: translate(2px, 2px);
    transition: 0.25s;
  }

  .content {
    font-size: 90%;
    display: block;
    line-height: 1.75em;
    color: #aaa;
  }
}

.point_img1 img {
  display: block;
  width: 100% !important;
  margin: auto;
}

.point_txt1 {
  word-break: break-all;
}

.point_imgtxt_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.reverce {
  flex-direction: row-reverse;
}

.point_imgtxt_img {
  width: 50%;
  max-width: 450px;
}

.point_imgtxt_txt {
  width: 45%;
  font-size: 15px;
}

.point_imgtxt_txt h4 {
  font-weight: 800;
  font-size: 1.65em;
  padding: 0 0 0.25em;
  letter-spacing: 0;
}

.point_imgtxt_txt h5 {
  font-size: 1.5em;
  letter-spacing: -0.02em;
  text-align: right;
  font-weight: 800;
  font-family: 'Roboto Condensed', sans-serif;
}

.tax {
  font-size: 80%;
}

.item_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1% 3% 8%;
}

.item_list {
  width: 48%;
  max-width: 400px;
}

.item_list_txt {
  margin: 20px 0 0;
}

@media screen and (max-width: 786px) {
  .point_imgtxt_wrap {
    margin: 5% 0 8%;
  }

  .point_imgtxt_img {
    width: 100%;
    margin: 0 auto 5%;
    order: 1;
  }

  .point_imgtxt_txt {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    order: 2;
  }

  .point_imgtxt_img img {}

  .point_imgtxt_txt h4 {
    font-weight: 800;
    font-size: 1.75em;
    padding: 0 0 0.5em;
    letter-spacing: 0;
  }

  .point_imgtxt_txt h5 {
    font-size: 1.4em;
    letter-spacing: 0em;
    padding: 0 0 0.5em;
    text-align: right;
    font-weight: 800;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .point_img1 img {
    width: 100% !important;
  }

  .tax {
    font-size: 80%;
  }

  .item_list_wrap {
    margin: 0;
  }

  .item_list {
    width: 100%;
    margin: 0 auto;
  }

  .item_list_txt {
    font-size: 14px;
  }
}

/* =====================================
   サイズ交換の流れ
===================================== */

.blue_btn a {
  background-color: #007896;
}

.top_message {
  text-align: center;
  margin-top: 5em;
}

.top_message h2 {
  color: #f36c00;
  font-weight: 800;
  font-size: 2em;
}

.top_message p {
  font-size: 1.4em;
  line-height: 1.6;
}

.change_ttl {
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 auto 1em;
}

.contents_box * {
  box-sizing: border-box;
  letter-spacing: 0;
}


/* -------------------------
   STEP共通
------------------------- */

.step_list {
  position: relative;
}

.arrow {
  position: relative;
}

.arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 14px solid #8d8d8d;
}

/* -------------------------
   Step番号
------------------------- */

.step_no {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 15px;
  margin-bottom: 20px;
  position: absolute;
  top: -10px;
}

/* -------------------------
   ユーザーエリア
------------------------- */

.step_list.user {
  border: 1px solid #d9d9d9;
  padding: 20px 30px 30px;
  background: #fff;
}

.step_list_inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.step_list_inner>img {
  width: 250px;
  flex-shrink: 0;
}

.step_list_txt {
  flex: 1;
}

/* -------------------------
   見出し
------------------------- */

.step_list h4 {
  color: #f36c00;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}

.step_list p {
  font-size: 15px;
  line-height: 1.8;
}

.note {
  color: #f36c00;
  font-weight: 700;
}

/* -------------------------
   テーブル
------------------------- */

.step_list table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.step_list table thead tr th {
  font-weight: 800;
  background: none;
  border: none;
  padding: 0;
}

.step_list table th,
.step_list table td {
  border: 1px solid #bdbdbd;
  padding: 12px;
  vertical-align: top;
  font-size: 14px;
}

.step_list table th {
  width: 180px;
  background: #fafafa;
  font-weight: 700;
}

.contact_link {
  display: inline-block;
}


/* -------------------------
   サポートエリア
------------------------- */

.step_list.c_support {
  background: #f4e4d8;
  text-align: center;
  padding: 18px 30px;
}

.step_list.c_support p {
  margin: 0;
}

/* -------------------------
   完了エリア
------------------------- */

.step_wrap>.c_support:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
  padding-left: 20%;
}

.step_wrap>.c_support:last-child img {
  width: 160px;
  flex-shrink: 0;
}

.step_wrap>.c_support:last-child h4 {
  margin-bottom: 5px;
  font-size: 24px;
}



/* -------------------------
   SP
------------------------- */

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

  .top_message {
    text-align: center;
    padding: 3em 5% 0;
    margin-top: 0;
  }

  .top_message p {
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 1em;
  }

  .change_ttl {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .step_list.user {
    padding: 15px;
  }

  .step_list_inner {
    flex-direction: column;
    gap: 20px;
  }

  .step_list_inner>img {
    width: 200px;
    margin: 0 auto;
  }

  .step_list h4 {
    font-size: 20px;
  }

  .step_list table th,
  .step_list table td {
    display: block;
    width: 100%;
  }

  .cat_link_btn {
    margin: 20px auto 0;
  }

  .cat_link_btn a {
    width: 100%;
    height: 4em;
    align-items: center;
  }

  .step_wrap>.c_support:last-child {
    flex-direction: column;
    text-align: center;
    padding-left: 0;
  }
}

/* ------------------
  検索
--------------------*/

.buying_wrap {
  padding-top: 40px;
}

.sec_title_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec_title_area .title_buy_fig {
  width: 390px;
  margin: 0 auto;
}

.sec_title_area h2 {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #1D6330;
  margin: 10px 0 15px;
}

.sec_title_area .title_ic {
  width: 48px;
}

.online_st {
  background-color: #046F76;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 70px;
}

.online_st h2.sec_title {
  color: #fff;
  margin-bottom: 40px;
}

.online_st h2.sec_title:after {
  background-color: #fff;
}

.online_st p {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.online_st .gsmall_ban {
  display: block;
  width: 950px;
  margin: 20px auto 30px;
  overflow: hidden;
  position: relative;
}

.online_st .gsmall_ban img {
  height: auto;
  transition: transform .6s ease;
  width: 100%;
}

.online_st .gsmall_ban:hover img {
  transform: scale(1.1);
}

.online_st .gsmall_ban:hover {
  opacity: 1;
}

.online_st .gsmall_ban:after {
  content: '';
  width: 20px;
  height: 32px;
  background-image: url(https://www.kojitusanso.jp/common/img/home/ban_ar01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  transition: 0.6s;
}

.search_cont {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_cont input[type="text"] {
  background: #fff;
  border: none;
  width: 498px;
  height: 50px;
  border-radius: 30px 0 0 30px;
  font-size: 1rem;
  padding: 0 20px 0 20px;
  color: #101010;
  box-shadow: rgb(217, 217, 217) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.search_cont input[type="text"]:focus {
  outline: 0;
}

.search_cont input[type="submit"] {
  cursor: pointer;
  border: none;
  background: #39b54a;
  color: #fff;
  outline: none;
  width: 60px;
  height: 50px;
  margin-left: 7px;
  position: relative;
  background-image: url(https://www.kojitusanso.jp/common/img/home/glass.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
}

.search_cont input[type="submit"]:hover {
  background-color: #39b54a;
}

.search_cont::-webkit-input-placeholder {
  display: #fff;
}

/*SP*/
@media screen and (max-width:768px) {
  .search_cont input[type="text"] {
    width: 90%;

  }

}

/*  ブランドから探す */

#brand_list {
  margin: 3em 0;
  padding: 3em 0;
}

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

/* ブランドのかなを非表示 */
#brand_list .list_brand .list_brand_item .brand_kana {
  display: none !important;
}


/*----------------
RANKING
------------------*/

.ranking_wrap {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #f0f2e9;
}

.ranking_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.tab_box01 {
  max-width: 1080px;
  margin: 0 auto;
}

/* タブボタン */
.btn_area01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cfcfcf;
}

.btn_area01 li {
  position: relative;
  padding: 0 28px 12px;
  cursor: pointer;
  color: #999;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .05em;
  transition: .3s;
}

.btn_area01 li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c8c8c8;
}

.btn_area01 li span {
  display: block;
  position: relative;
}

.btn_area01 li.active {
  color: #005c3f;
  font-weight: bold;
}

.btn_area01 li.active span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 3px;
  background: #005c3f;
}

.btn_area01 li:hover {
  color: #005c3f;
}

/* タブ */
.panel_area01 {
  position: relative;
}

.tab_panel01 {
  display: none;
  animation: fade .35s ease;
}

.tab_panel01.active {
  display: block;
}

.ranking_inner h3 {
  text-align: left;
}

.common_product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0 auto 2em auto;
  list-style: none;
  max-width: 1200px;
}

.common_product_list li {
  width: calc(25% - 15px);
  background-color: #fff;

}

.product_img {
  width: 100%;
  overflow: hidden;
  height: 255px;
}

.common_product_list img {
  width: 100%;
  height: auto;
  display: block;
}

li.product_box i.icon_rank img {
  display: none;
}

.common_product_list {
  counter-reset: rank;
}

.common_product_list .icon_rank::before {
  counter-increment: rank;
  content: counter(rank);
}

.product_info {
  text-align: left;
  font-size: 12px;
  padding: 0 4px;
  margin-top: -40px;
}


/*SP*/
@media screen and (max-width:768px) {

  .ranking_wrap {
    padding-top: 5%;
    padding-bottom: 30px;
  }

  .btn_area01 {
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .btn_area01 li {
    flex: none;
    padding: 0 18px 10px;
    font-size: 15px;
  }

  .common_product_list li {
    width: calc(50% - 15px) !important;
  }

}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==================================================
  First View
==================================================*/

.top_tit {
  width: 100%;
}

.top_tit .bg_wrap {
  background: url("https://img.gsmall.jp/res/up/kojitusanso/shp/itemimg/lp_pickup/hub/bg_hub_title.jpg") center center / cover no-repeat;
  width: 100%;
  padding: 55px 20px 60px;
  box-sizing: border-box;
}

/*--------------------------------
 logo
--------------------------------*/

.top_tit .logo {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.top_tit .logo h1 {
  margin: 0;
}

.top_tit .logo img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: inline-block;
}

/*--------------------------------
 catch
--------------------------------*/

.top_tit h2 {
  max-width: 1080px;
  margin: 120px auto 50px;
  text-align: center;
  color: #fff;
  font-size: 2em;
  line-height: 1.45;
  font-weight: 700;
  text-shadow: 0 4px 12px rgba(0, 0, 0, .5);
}

/*--------------------------------
 Search
--------------------------------*/

.search_cont {
  max-width: 1080px;
  margin: 0 auto 45px;
  display: flex;
  align-items: center;
}

/* 
.search_cont input[type="text"] {
  width: calc(100% - 95px);
  height: 82px;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 45px 0 0 45px;
  padding: 0 35px;
  font-size: 28px;
  box-sizing: border-box;
}

.search_cont input[type="text"]::placeholder {
  color: #aaa;
}

#gsmallSearchBtn {
  width: 95px;
  height: 82px;
  border: none;
  cursor: pointer;
  border-radius: 0 45px 45px 0;
  background: #3eb64d url("../img/icon_search.png") center center no-repeat;
  background-size: 38px;
} */

/*--------------------------------
 keyword
--------------------------------*/

.keyword {
  max-width: 1080px;
  margin: 0 auto;
  background: #39b54a;
  padding: 24px 36px 30px;
  box-sizing: border-box;
}

.keyword h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.keyword_list li {
  margin: 0;
}

.keyword_list a {
  display: block;
  background: #fff;
  color: #222;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.8em;
  font-weight: 700;
  transition: .25s;
}

.keyword_list a:hover {

  background: #0d6f2d;
  color: #fff;
}

.keyword_list a::after {

  content: "›";
  margin-left: 10px;
  font-size: 20px;
}


/*==================================================
  Tablet
==================================================*/

@media (max-width:1024px) {

  .top_tit .bg_wrap {
    padding: 45px 20px;
  }

  .top_tit .logo p {
    font-size: 2em;
  }

  .top_tit h2 {
    margin: 90px auto 40px;
  }

  .keyword h3 {
    font-size: 22px;
  }

  .keyword_list a {
    font-size: 1em;
    padding: 10px 14px;
  }
}


/*==================================================
  SP
==================================================*/

@media (max-width:767px) {

  .top_tit .bg_wrap {
    padding: 35px 15px 35px;
  }

  .top_tit .logo p {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .top_tit .logo img {
    max-width: 280px;
  }

  .top_tit h2 {
    margin: 60px auto 30px;
    font-size: 20px;
    line-height: 1.7;
  }

  .search_cont {
    margin-bottom: 25px;
  }

  .keyword {
    padding: 18px 15px;
  }

  .keyword h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .keyword_list {
    gap: 8px;
  }

  .keyword_list a {
    font-size: 14px;
    padding: 8px 14px;
  }

}

/* tit*/

.tit_green {
  text-align: center;
  font-size: 2em;
  color: #005c3f;
  margin: 2em auto 1em;
  font-weight: 800;
}

/*==========================================
  新着アイテム
==========================================*/

.new_arrival_wrap {
  max-width: 1080px;
  margin: 90px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/*--------------------
  メイン画像
--------------------*/

.new_arrival_tit {
  margin-bottom: 22px;
}

.new_arrival_tit a {
  display: block;
}

.new_arrival_tit img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------
  カテゴリボタン
--------------------*/

.catebtn {
  display: flex;
  gap: 12px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.catebtn li {
  flex: 1;
}

.catebtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  transition: .25s;
}

.catebtn a:hover {
  background: #006b47;
}

.catebtn a::after {
  content: "›";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 400;
}

/*==========================================
  Tablet
==========================================*/

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

  .new_arrival_wrap {
    margin: 70px auto;
  }

  .catebtn {
    gap: 8px;
  }

  .catebtn a {
    height: 70px;
    font-size: 20px;
  }

  .catebtn a::after {
    right: 15px;
    font-size: 22px;
  }

}

/*==========================================
  SP
==========================================*/

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

  .new_arrival_wrap {
    margin: 50px auto;
    padding: 0 15px;
  }

  .new_arrival_wrap .tit_green {
    margin-bottom: 20px;
  }

  .new_arrival_tit {
    margin-bottom: 15px;
  }

  .catebtn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .catebtn li:first-child {
    grid-column: 1 / -1;
  }

  .catebtn a {
    height: 56px;
    font-size: 18px;
  }

  .catebtn a::after {
    right: 15px;
    font-size: 18px;
  }

}

/*==========================================
  アプリ・LINE
==========================================*/

.other_wrap {
  background: #f0f2e9;
  margin: 90px auto;
}

.other_wrap_inner {
  max-width: 1080px;
  padding: 1em 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*--------------------
  2カラム
--------------------*/

.other_list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.other_list li {
  width: 100%;
  max-width: 420px;
}

/*--------------------
  見出し
--------------------*/

.other_list h5 {
  margin: 0 0 18px;
  text-align: center;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.other_list h5 span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

/*--------------------
  バナー
--------------------*/

.other_list a {
  display: block;
  transition: .25s;
}

.other_list a:hover {
  opacity: .85;
}

.other_list img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------
  説明
--------------------*/

.other_list p {
  margin: 18px 0 0;
  text-align: center;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

/*==========================================
  Tablet
==========================================*/

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

  .other_wrap {
    margin: 70px auto;
  }

  .other_wrap .tit_green {
    margin-bottom: 35px;
  }

  .other_list {
    gap: 30px;
  }

  .other_list h5 {
    font-size: 20px;
  }

  .other_list h5 span {
    font-size: 15px;
  }

  .other_list p {
    font-size: 16px;
  }

}

/*==========================================
  SP
==========================================*/

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

  .other_wrap {
    margin: 20px auto;
    padding: 0 5px;
  }

  .other_wrap_inner {
    padding: 1em 0;
  }

  .other_wrap .tit_green {
    margin-bottom: 25px;
  }

  .other_list {
    /* flex-direction: column; */
    align-items: center;
    gap: 40px;
    display: flex;
  }

  .other_list li {
    width: calc(50% - 7.5px);
    max-width: none;
  }

  .other_list h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .other_list h5 span {
    font-size: 12px;
    margin: 0;
  }

  .other_list p {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.2;
  }

}

/*==========================================
  ブランドニュース
==========================================*/

.top_event_wrap {
  background: #f0f2e9;
  padding: 2em 0;
}

.common_title {
  margin-bottom: 1em !important;
  color: #005c3f;
}

#topEventArea {
  max-width: 1100px;
  margin: 0 auto 20px;
}

.brand_news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand_news_list li {
  margin-bottom: 20px;
  width: 33.33%;
}

.brand_news_list li .bn_list_item_inner {
  display: flex;
}

.brand_news_list li .bn_list_item_inner .bn_list_item_img {
  width: 40%;
}

.brand_news_list li .bn_list_item_inner .bn_list_item_detail {
  box-sizing: border-box;
  padding: 0 5px;
  width: 60%;
}

.brand_news_list li .bn_list_item_inner .bn_list_item_name {
  font-weight: 700;
}

.brand_news_list li .bn_list_item_inner .bn_list_item_name,
.brand_news_list li .bn_list_item_inner .bn_list_item_title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand_news_list li .bn_list_item_inner .bn_list_item_date {
  color: #8d8d8d;
}

.brand_news_list li .bn_list_item_inner .bn_list_item_date .new_txt {
  color: #b49651;
  font-weight: 700;
  margin-left: 5px;
}

@media screen and (max-width: calc(768px - 1px)) {

  .brand_news_list li .bn_list_item_inner {
    display: block;
    padding: 0 6px;
  }

  .brand_news_list li .bn_list_item_inner .bn_list_item_img {
    width: 100%;
  }

  .brand_news_list li .bn_list_item_inner .bn_list_item_detail {
    width: 100%;
  }
}