.col-accent {
  color: #F5F4F2 !important;
}

.bg-col-accent {
  background-color: #F5F4F2 !important;
}

.col-green {
  color: #124B32 !important;
}

.bg-col-green {
  background-color: #124B32 !important;
}

.col-white {
  color: #ffffff !important;
}

.bg-col-white {
  background-color: #ffffff !important;
}

.col-black {
  color: #443F37 !important;
}

.bg-col-black {
  background-color: #443F37 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fs-ss {
  font-size: 12px !important;
}

.fs-s {
  font-size: 16px !important;
}

.fs-m {
  font-size: 18px !important;
}

.fs-l {
  font-size: 20px !important;
}

.fs-ll {
  font-size: 22px !important;
}

.fs-xl {
  font-size: 24px !important;
}

.f-en {
  letter-spacing: 0.1em;
}

.ta-center {
  text-align: center !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.prpl-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.prpl-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.prpl-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.flex-col {
  display: flex !important;
  flex-flow: column !important;
  align-items: center !important;
}

.flex-wrap-sa {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-around !important;
}

.flex-wrap-sb {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-between !important;
}

.flex-wrap-center {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: center !important;
}

.flex-column-center{
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
  align-items: center;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.w100 {
  width: 100% !important;
}

.w80 {
  width: 80% !important;
}

.w70 {
  width: 70% !important;
}

.w60 {
  width: 60% !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.w32 {
  width: 32% !important;
}

.w30 {
  width: 30% !important;
}

body p {
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  body {
    /* background-color: #F5F4F2 !important; */
  }
}

.wapper-sogoodtee .pagetop {
  background: unset;
  width: 105px;
  aspect-ratio: 45/44;
  right: 5px;
  bottom: 25px;
  mix-blend-mode: difference;
}

/* mv */
.mv_area {
  position: relative;
}
/* .mv_area .mv_slide {
  aspect-ratio: 2/3;
} */
.mv_area .mv_slide .mv_images {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.mv_area .copy{
  margin: 18% auto 0%;
  padding: 0 7%;
  text-align: left;
}
.mv_area .copy p{
  /* line-height: 2em; */
  line-height: 2.3em;
  font-size: 0.9rem;
}

/* style_logo */
/* .style_logo{
  position: absolute;
  top: -120px;
  right: 16px;
} */
.style_logo{
  position: sticky;
  top: 70px;
  right: 0;
  width: 12px;
  z-index: 140;
  display: block;
  margin-left: auto;
  margin-right: 12px;
  padding-bottom: 20px;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 768px) {
  .style_logo{
    margin-left: auto;
    margin-right: -85%;
    top: 90px;
    width: 20px;
  }

  .mv_area .copy{
    margin: 7% auto -6%;
    padding: 0 25%;
    text-align: center;
  }
}
/* .floating-logo {
  pointer-events: none;
} */


/* itembtn */
.itembtn{
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  /* padding: 8px 16px; */
  padding: 5px 10px;
  font-size: .8em;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: inline-block; /* aタグ用 */
  position: absolute;
  letter-spacing: 0.4px;
}
.ItemLink_wrap.active .itembtn {
  opacity: 1;
  visibility: visible;
}
.toggle-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  /* font-size: 24px;
  width: 40px;
  height: 40px; */
  font-size: 18px;
  width: 30px;
  height: 30px;
  border: none;
  background: #fff;
  border-radius: 50%;
  /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
  color: #000;
  cursor: pointer;
}
#style02 .itemwrap_01 .toggle-btn {
  bottom: 10px;
  right: 10px;
  left: initial;
}
#style03 .itemwrap_01 .toggle-btn {
  bottom: 10px;
  right: 10px;
  left: initial;
}
#style03 .itemwrap_02 .toggle-btn {
  bottom: 10px;
  right: 10px;
  left: initial;
}
#style03 .itemwrap_03 .toggle-btn {
  bottom: 10px;
  right: 10px;
  left: initial;
}
#style04 .itemwrap_01 .toggle-btn {
  bottom: 10px;
  right: 26px;
  left: initial;
}
/* style01-01のアイテム位置 */
#style01 .itemwrap_01 .itembtn01{  /* item1つ目 */
  top: 20%;
  right: 30%;
}
#style01 .itemwrap_01 .itembtn02{  /* item2つ目 */
  top: 35%;
  right: 10%;
}
#style01 .itemwrap_01 .itembtn03{  /* item3つ目 */
  top: 55%;
  right: 25%;
}
#style01 .itemwrap_01 .itembtn04{  /* item4つ目 */
  top: 65%;
  right: 40%;
}
#style01 .itemwrap_01 .itembtn05{  /* item5つ目 */
  top: 80%;
  right: 38%;
}
/* style01-02のアイテム位置 */
#style01 .itemwrap_02 .itembtn01{  /* item1つ目 */
  top: 7%;
  left: 25%;
}
#style01 .itemwrap_02 .itembtn02{  /* item2つ目 */
  top: 45%;
  right: 60%;
}
#style01 .itemwrap_02 .itembtn03{  /* item3つ目 */
  top: 80%;
  right: 20%;
}
/* style01-03のアイテム位置 */
#style01 .itemwrap_03 .itembtn01{  /* item1つ目 */
  top: 30%;
  right: 30%;
}
/* style02-01のアイテム位置 */
#style02 .itemwrap_01 .itembtn01{  /* item1つ目 */
  top: 17%;
  right: 50%;
}
#style02 .itemwrap_01 .itembtn02{  /* item2つ目 */
  top: 33%;
  right: 45%;
}
#style02 .itemwrap_01 .itembtn03{  /* item3つ目 */
  top: 55%;
  right: 50%;
}
#style02 .itemwrap_01 .itembtn04{  /* item4つ目 */
  top: 75%;
  right: 55%;
}
/* style02-02のアイテム位置 */
#style02 .itemwrap_02 .itembtn01{  /* item1つ目 */
  top: 30%;
  right: 45%;
}
#style02 .itemwrap_02 .itembtn02{  /* item2つ目 */
  top: 65%;
  right: 40%;
}
#style02 .itemwrap_02 .itembtn03{  /* item3つ目 */
  top: 72%;
  right: 10%;
}
#style02 .itemwrap_02 .itembtn04{  /* item4つ目 */
  top: 85%;
  right: 40%;
}
/* style03-01のアイテム位置 */
#style03 .itemwrap_01 .itembtn01{  /* item1つ目 */
  top: 30%;
  right: 20%;
}
#style03 .itemwrap_01 .itembtn02{  /* item2つ目 */
  top: 65%;
  right: 12%;
}
#style03 .itemwrap_01 .itembtn03{  /* item3つ目 */
  top: 85%;
  right: 25%;
}
/* style03-02のアイテム位置 */
#style03 .itemwrap_02 .itembtn01{  /* item1つ目 */
  top: 40%;
  right: 50%;
}
#style03 .itemwrap_02 .itembtn02{  /* item2つ目 */
  top: 82%;
  right: 40%;
}
/* style03-03のアイテム位置 */
#style03 .itemwrap_03 .itembtn01{  /* item1つ目 */
  top: 20%;
  right: 15%;
}
#style03 .itemwrap_03 .itembtn02{  /* item2つ目 */
  top: 43%;
  right: 15%;
}
#style03 .itemwrap_03 .itembtn03{  /* item3つ目 */
  top: 53%;
  right: 11%;
}
#style03 .itemwrap_03 .itembtn04{  /* item4つ目 */
  top: 70%;
  right: 33%;
}
#style03 .itemwrap_03 .itembtn05{  /* item5つ目 */
  top: 82%;
  right: 43%;
}
/* style04-01のアイテム位置 */
#style04 .itemwrap_01 .itembtn01{  /* item1つ目 */
  top: 20%;
  right: 68%;
}
#style04 .itemwrap_01 .itembtn02{  /* item2つ目 */
  top: 35%;
  right: 70%;
}
#style04 .itemwrap_01 .itembtn03{  /* item3つ目 */
  top: 60%;
  right: 70%;
}
#style04 .itemwrap_01 .itembtn04{  /* item4つ目 */
  top: 80%;
  right: 64%;
}
#style04 .itemwrap_01 .itembtn05{  /* item5つ目 */
  top: 25%;
  right: 13%;
}
#style04 .itemwrap_01 .itembtn06{  /* item6つ目 */
  top: 40%;
  right: 40%;
}
#style04 .itemwrap_01 .itembtn07{  /* item7つ目 */
  top: 55%;
  right: 15%;
}
#style04 .itemwrap_01 .itembtn08{  /* item8つ目 */
  top: 80%;
  right: 17%;
}



/* style01 */
#style01{
  margin-top: 30%;
  position: relative;
}
#style01 .style01_img{
  display: flex;
  justify-content: end;
}
#style01 .itemwrap .item-list {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: sans-serif;
}
#style01 .itemwrap .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  letter-spacing: 0;
}
#style01 .itemwrap .item-name {
  text-decoration: underline;
  color: black;
  flex: 1;
}
#style01 .itemwrap .item-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
#style01 .itemwrap .item-price {
  white-space: nowrap;
}
#style01 .itemwrap .item-button a {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  /* padding: 8px 16px; */
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}
#style01 .itemwrap_01 {
  margin: 30% 7% 0;
}
#style01 .itemwrap_02 {
  margin-top: 30%;
  margin-right: 7%;
  margin-left: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#style01 .itemwrap_02 .item-row {
  gap: 15px;
}
#style01 .itemwrap_03 {
  margin-top: 15%;
  margin-right: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#style01 .itemwrap_03 .item-row {
  gap: 15px;
}



/* style02 */
#style02{
  margin-top: 40%;
  position: relative;
}
#style02 .style02_img{
  display: flex;
  justify-content: end;
}
#style02 .itemwrap .item-list {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: sans-serif;
}
#style02 .itemwrap .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  letter-spacing: 0;
}
#style02 .itemwrap .item-name {
  text-decoration: underline;
  color: black;
  flex: 1;
}
#style02 .itemwrap .item-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
#style02 .itemwrap .item-price {
  white-space: nowrap;
}
#style02 .itemwrap .item-button a {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  /* padding: 8px 16px; */
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}
#style02 .itemwrap_01 {
  margin: 15% 20% 30% 0;
}
#style02 .itemwrap_01 .item-list {
  margin-left: 6%;
}
#style02 .itemwrap_02 {
  margin: 30% 7% 0;
}
#style02 .itemwrap_03 {
  margin-top: 15%;
  margin-right: 7%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#style02 .itemwrap_03 .item-row {
  gap: 15px;
}

/* style03 */
#style03{
  margin-top: 40%;
  position: relative;
}
#style03 .style03_img{
  display: flex;
  justify-content: end;
}
#style03 .itemwrap .item-list {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: sans-serif;
}
#style03 .itemwrap .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  letter-spacing: 0;
}
#style03 .itemwrap .item-name {
  text-decoration: underline;
  color: black;
  flex: 1;
}
#style03 .itemwrap .item-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
#style03 .itemwrap .item-price {
  white-space: nowrap;
}
#style03 .itemwrap .item-button a {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  /* padding: 8px 16px; */
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}
#style03 .itemwrap_01 {
  /* margin-top: 30%; */
  margin-right: 7%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#style03 .itemwrap_01 .item-row {
  gap: 15px;
}
#style03 .itemwrap_02 {
  margin-top: 15%;
  margin-left: 7%;
  display: flex;
  align-items: start;
  flex-direction: column;
}
#style03 .itemwrap_02 .item-row {
  gap: 15px;
}
#style03 .itemwrap_03 {
  margin-top: 65%;
  margin-right: 7%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
#style03 .itemwrap_03 .item-row {
  gap: 15px;
}

/* style04 */
#style04{
  margin-top: 40%;
  position: relative;
}
#style04 .style04_img{
  display: flex;
  justify-content: end;
}
#style04 .itemwrap .item-list {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: sans-serif;
}
#style04 .itemwrap .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  letter-spacing: 0;
}
#style04 .itemwrap .item-name {
  text-decoration: underline;
  color: black;
  flex: 1;
}
#style04 .itemwrap .item-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
#style04 .itemwrap .item-price {
  white-space: nowrap;
}
#style04 .itemwrap .item-button a {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  /* padding: 8px 16px; */
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}
#style04 .itemwrap_01{
  margin-top: 35%;
  margin-bottom: 20%;
}
#style04 .itemwrap_01 .item-list{
  margin: 10% 7% 0;
}
#style04 .link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12.5px;
  text-decoration: none;
  color: #000;
  padding: 5.2% 0;
  border-bottom: 1px solid #000;
  position: relative;
}
#style04 .link-box + .link-box {
  border-top: none;
}
#style04 .link-box .arrow {
  font-size: 2-px;
  transform: rotate(-45deg);
  display: inline-block;
}
#style04 .link-box:hover {
  opacity: 0.8;
}

/* more */
#more{
  margin-top: 30%;
}
#more .storebtn a{
  color: #fff;
  background-color: #212121;
  padding: 20px 60px;
  border-radius: 50px;
  margin-bottom: 5%;
  width: 60%;
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
}
#more .instalink{
  margin-top: 20%;
}
#more .instalink a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}


/* topic */

.section.archive {
  padding: 20% 7% 10%;
  margin-top: 20%;
  border-top: 1px solid #D8D8D8;
}
.special-tlt h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4%;
  color: #000;
}
.section.archive img{
  margin-bottom: 5%;
}



.section.special {
  padding: 0% 7% 10%;
  /* margin-top: 20%; */
  /* border-top: 1px solid #D8D8D8; */
}
.special-tlt h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4%;
  color: #000;
}
.section.special img{
  margin-bottom: 5%;
}
.topic_more{
    background-color: #fff;
    color: #000;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-bottom: 5%;
    width: 50%;
    display: inline-block;
    margin-top: 10%;
    text-align: center;
    letter-spacing: 0;
}

/* pagetop */
.wapper-sogoodtee .pagetop {
  /* right: -10px; */
  left: -25px;
}
@media only screen and (min-width: 768px) {
  .wapper-sogoodtee .pagetop {
    left: -30px;
    width: 120px;
  }
}

section.slide {
  padding: 0;
  width: 100%;
}
section.slide .slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}