@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : AntipodesLP CSS

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  max-width: 100%;
}

#Header,
#Foot {
  display: none;
}

#Contents {
  margin-bottom: 0;
}

#AntipodesLP a {
  text-decoration: none;
}

#AntipodesLP p, 
#AntipodesLP ul, 
#AntipodesLP ol, 
#AntipodesLP dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

.group-detail-area {
  width: 100vw;
}
/* ===================
      ROOTS
=================== */
:root {
  --font-cardo: 'Cardo', serif;
  --font-pd: 'Playfair Display', serif;
  --font-zen: 'Zen Old Mincho', serif;
  --font-shippori: 'Shippori Mincho', serif;
  --font-hiragino: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --color-blue: #2d3a57;
  --color-med-blue: #424d65;
  --color-light-blue: #eceff4;
  --color-dark-blue: #2d3a57;
  --color-gray: #313131;
  --color-light-gray: #848484;
  --color-hightlight-yellow: #fff7ce;
  --color-highlight-brown: #ECE5D7;
}

/* ===================
      FONT FACE
=================== */


/* ===================
  AntipodesLP
=================== */
body {
  margin: 0;
}

#AntipodesLP {
  margin: 0 auto;
  padding: 0;
  color: var(--color-dark-blue);
  font-size: 1.6rem;
  font-family: var(--font-hiragino);
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}


#FooterWrap {
  position: relative;
  z-index: 2;
}

#AntipodesLP *,
#AntipodesLP *:before,
#AntipodesLP *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#AntipodesLP ul,
#AntipodesLP li {
  list-style: none;
}

.modaal-wrapper a:hover,
#AntipodesLP a:hover {
  opacity: 0.6;
}

#AntipodesLP img {
  max-width: 100%;
  /* width: auto; */
}

#AntipodesLP sup {
  font-size: 1rem;
}

.modaal-wrapper a,
#AntipodesLP a,
#AntipodesLP a:before,
#AntipodesLP a:after,
#AntipodesLP a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

#AntipodesLP h1 {
  padding: 0;
}


/* ===================
  　　 General
=================== */

#AntipodesLP .txt_center {
  text-align: center;
}

#AntipodesLP .txt_bold {
  font-weight: 500;
}


/* ===================
  　Section Common
=================== */


#AntipodesLP .inner_sec {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
}

/* ===================
      Text Setting
=================== */


/* ===================
      Button Setting
=================== */
#AntipodesLP .btn,
.modaal-wrapper .btn {
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  width: fit-content;
  max-width: 100%;
}

#AntipodesLP .btn:hover,
.modaal-wrapper .btn:hover {
  background: none;
  border: none;
  color: #000;
}


/* btn common */
#AntipodesLP .btn a,
.modaal-wrapper .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}

#AntipodesLP .btn a:hover,
.modaal-wrapper .btn a:hover {
  opacity: 0.6;
}

/* btn more */

#AntipodesLP .more_btn a,
.modaal-wrapper .more_btn a{
  width: 12rem;
  padding: .4rem 1rem .2rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0em;
  border: var(--color-gray) 1px solid;
  color: var(--color-gray);
  white-space: nowrap;
}

.modaal-wrapper .more_btn a {
  width: 13rem;
}

/* btn modal */
#AntipodesLP .btn_modal a {
  position: relative;
  width: 30rem;
  height: 5rem;
  padding: 1.8rem 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: 0em;
  border-radius: 99.9rem;
  border: var(--color-blue) 1px solid;
  color: var(--color-blue);
}

#AntipodesLP .btn_modal a::after {
  display: inline-block;
  position: absolute;
  right: 2rem;
  bottom: 50%;
  transform: translateY(50%);
  width: 1.5rem;
  height: 1.5rem;
  background:
  linear-gradient(var(--color-blue) 0 0),
  linear-gradient(var(--color-blue) 0 0);
  background-position: center;
  background-size: 1.5rem 1px, 1px 1.5rem;
  background-repeat: no-repeat;
  content: "";

}

/* btn buy */
.modaal-wrapper .btn_buy {
  margin: 4.3rem auto 0;
}

#AntipodesLP .btn_buy a,
.modaal-wrapper .btn_buy a{
  position: relative;
  width: 30rem;
  height: 5rem;
  padding: 1.8rem 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: 0em;
  border-radius: 99.9rem;
  background-color: var(--color-blue);
  color: #fff;
}

.modaal-wrapper .btn_buy a {
  margin: 0 auto;
  padding: 0;
}

#AntipodesLP .btn_buy a:before,
.modaal-wrapper .btn_buy a:before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.8rem;
  width: 2rem;
  height: 2rem;
  background: url(https://www.cosmekitchen-webstore.jp/Contents/ImagesPkg/product/ProductList/AntipodesLP/icn_cart.svg) left center / cover no-repeat;
  background-size: 2rem 2rem;
  content: "";
}

#AntipodesLP .btn_buy span {
  padding: 0 0 0 3rem;
}

/* btn review */
#AntipodesLP .btn_review {
  text-align: center;
  margin: 0 0 0 44rem;
}

#AntipodesLP .btn_review a{
  position: relative;
  width: 33rem;
  height: 6rem;
  padding: 2.2rem 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0em;
  border-radius: 99.9rem;
  background-color: var(--color-dark-blue);
  color: #fff;
  text-align: center;
}

/* ===================
  　　　  MV 
=================== */

#AntipodesLP .mv_sec {
  padding: 5rem 0 0 0;
  margin: 0 0 0 0;
}

#AntipodesLP .mv_pic {
  width: 100%;
  margin: 0 0 6rem 0;
}

#AntipodesLP .intro_wrap {
  width: 100rem;
  margin: 0 auto 4rem auto;

}

#AntipodesLP .intro_ttl {
  position: relative;
  padding: 0.9rem 0 1.2rem;
  font-family: var(--font-zen);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.579;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color-med-blue);
  color: #fff;
}

#AntipodesLP .intro_ttl:after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 13px solid var(--color-med-blue);
  content: "";
}

#AntipodesLP .intro_problem_wrap {
  padding: 3.7rem 0 4.2rem;
  background-color: var(--color-light-blue);
  text-align: center;
}

#AntipodesLP .intro_problem_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 1.5rem;
  width: 83rem;
  margin: 0 auto;
  padding: 0;
}

#AntipodesLP .intro_problem_list li {

  margin: 0 5.0 0 0;
  font-size: 1.6rem;
  line-height: 1.53;
  letter-spacing: 0.05em;
  background: url(../img/check_icon.svg) left center / cover no-repeat;
  background-size: 2.1rem 1.6rem;
}

#AntipodesLP .intro_problem_list li:nth-of-type(1) {
  margin: 0 4rem 0 0;
}

#AntipodesLP .intro_problem_list li:nth-of-type(3) {
  margin: 0 4rem 0 0;
}

#AntipodesLP .intro_problem_list span {
  padding: 0 0 0 2.9rem;
}

#AntipodesLP .intro_lead_txt {
  margin: 0 0 3.5rem 0;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

#AntipodesLP .intro_lead_txt span{
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-hightlight-yellow) 50%);
}

#AntipodesLP .mv_sec .intro_lead_txt {
  margin: 0 0 6rem 0;
}

#AntipodesLP .pg_nav {
  padding: 3.5rem 0;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #f3f6fb;
}

#AntipodesLP .nav_ttl {
  margin: 0 0 1.4rem;
  font-family: var(--font-pd);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.1363em;
  text-transform: uppercase;
  color: var(--color-blue);
  text-align: center;
}

#AntipodesLP .pg_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 110rem;
  margin: 0 auto;
  row-gap: 2rem;
}

#AntipodesLP .pg_topic_group {
  position: relative;
  display: flex;
  align-items: center;
  
}

#AntipodesLP .pg_topic_group a{
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 100%;
  height: 100%;
}

#AntipodesLP .pg_topic_group {
  padding: 0 0 0 1.5rem;
}

#AntipodesLP .pg_topic_group:after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--color-blue);
  content: "";
}

/* #AntipodesLP .pg_topic_group:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 8.1rem;
  width: .1rem;
  background: url(AntipodesLP/icn_dotted_ver.svg) center center / cover no-repeat;
  background-size: contain;
  content: "";
}

#AntipodesLP .pg_topic_group:first-of-type::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.8rem;
  height: 8.1rem;
  width: .1rem;
  background: url(AntipodesLP/icn_dotted_ver.svg) center center / cover no-repeat;
  background-size: contain;
  content: "";
} */

#AntipodesLP .pg_topic_group {
  border-left: #c4c4c4 1px solid;
  border-right: #c4c4c4 1px solid;
  border-top: transparent;
  border-bottom: transparent;
  border-style: dotted;
  width: 55rem;
}

#AntipodesLP .pg_topic_group:nth-of-type(2){
  border-left: transparent;
}


#AntipodesLP .pg_topic_group:nth-of-type(4) {
  border-left: transparent;
}


#AntipodesLP .pg_nav_list .pg_nav_num {
  font-family: var(--font-cardo);
  font-style: italic;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  margin: 15px 0;
}

#AntipodesLP .pg_txt_group {
  display: flex;
  flex-direction: column;
}


#AntipodesLP .pg_topic_group:nth-of-type(1) .pg_txt_group {
  margin: 0 6.6rem 0 .5rem;
}
#AntipodesLP .pg_topic_group:nth-of-type(2) .pg_txt_group {
  margin: 0 3.8rem 0 .5rem;
}
#AntipodesLP .pg_topic_group:nth-of-type(3) .pg_txt_group {
  margin: 0 7.4rem 0 0.6rem;
}
#AntipodesLP .pg_topic_group:nth-of-type(4) .pg_txt_group {
  margin: 0 7.4rem 0 0.6rem;
}




#AntipodesLP .upper_txt {
  font-family: var(--font-zen);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.714;
  letter-spacing: 0.05em;
  color: var(--color-gray);
  white-space: nowrap;
}

#AntipodesLP .pg_topic_group:nth-of-type(3) .upper_txt {
  letter-spacing: 0.18em;
}

#AntipodesLP .lower_txt {
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-gray);
}

#AntipodesLP .nav_sup {
  font-family: var(--font-zen);
  font-size: 1rem;
  font-weight: 600;
  line-height: 3.3;
  letter-spacing: 0.05em;
  color:var(--color-light-gray);
}


/* ===================
      TOPIC 1
=================== */

#AntipodesLP .topic1_sec {
  padding: 10.5rem 0 0 0;
  text-align: center;
}


#AntipodesLP .sec_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 0 4.9rem 0 0;
  font-family: var(--font-pd);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color:var(--color-blue);
}

#AntipodesLP .sec_ttl span{
  position: absolute;
  right: -.8rem;
  top: -0.6rem;
  font-family: var(--font-cardo);
  font-size: 8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0.375;
  letter-spacing: 0.1em;
  color:var(--color-blue);
}
/* #AntipodesLP .sec_ttl span{
  display: block;
  padding: 0 0 0 0;
  font-family: var(--font-cardo);
  font-size: 8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0.375;
  letter-spacing: 0.1em;
  color:var(--color-blue);
} */


#AntipodesLP .sec_subttl {
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0 1rem 0 0;
  font-family: var(--font-zen);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-gray);
}


#AntipodesLP .sec_subttl_big {
  display: block;
  margin: 0 0 4.5rem 0;
  padding: 0 1rem 0 0;
  font-family: var(--font-zen);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 0.66;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-gray);
}


#AntipodesLP .problem_wrap {


}

#AntipodesLP .problem_text {
  text-align: center;
}

#AntipodesLP .problem_ttl_group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 0 auto 3rem;
  width: 100rem;
  background-color: var(--color-dark-blue);
}

#AntipodesLP .problem_ttl {
  position: relative;
  display: block;
  padding: 0 1.8rem 0 0;
  font-family: var(--font-zen);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  /* border-right: #fff 1px solid;
  border-style: dotted;
  border-left: transparent;
  border-top: transparent;
  border-bottom: transparent; */
}

#AntipodesLP .problem_ttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.3rem;
  height: 2.2rem;
  width: .1rem;
  background: url(https://www.cosmekitchen-webstore.jp/Contents/ImagesPkg/product/ProductList/AntipodesLP/icn_dotted_ver.svg) center center / cover no-repeat;
  background-size: contain;
  content: "";

}

#AntipodesLP .problem_num {
  padding: 0 0 0 .2rem;
  font-family: var(--font-cardo);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.1em;
  color:var(--color-blue);
}


#AntipodesLP .problem_subttl {
  padding: 0 0 0 1.6rem;
  font-family: var(--font-zen);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.1em;
  color: #fff;
}

#AntipodesLP .problem_highlight {
  width: fit-content;
  margin: 0 auto 4rem;
  font-family: var(--font-zen);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-hightlight-yellow) 50%);
}

/* topic4_sec */
#AntipodesLP .topic4_sec .problem_highlight {
  font-size: 3rem;
  margin: 0 auto 2.5rem;
}

#AntipodesLP .topic4_sec .off-date {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;

}

#AntipodesLP .topic4_sec .off-date span {
  display: inline-block;
  border: var(--color-blue) solid 1px;
  border-radius: 0.5rem;
  margin-right: 1rem;
  padding: 0 2rem;
}

#AntipodesLP .topic4_sec .recommend_itm_wrap {
  padding: 0 0 4rem;
}

#AntipodesLP .topic4_sec .itm_list li:first-of-type:before {
  display: none;
}

#AntipodesLP .topic4_sec .saleItem {
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem;
  background-color: var(--color-light-blue);
}

#AntipodesLP .topic4_sec .btn_buy span {
  padding: 0;
}

#AntipodesLP .topic4_sec .novelty {
  position: relative;
  width: 90rem;
  margin: 10rem auto 5rem;
  padding: 4rem 0;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  gap: 8rem;
  align-items: center;
}

#AntipodesLP .topic4_sec .novelty::before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -8.5rem;
  width: 5.3rem;
  height: 5.3rem;
  transform: translateX(-50%);
  background: linear-gradient(var(--color-blue) 0 0), linear-gradient(var(--color-blue) 0 0), var(--color-light-blue);
  background-position: center;
  background-size: 1.988rem 2px, 2px 1.988rem;
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
  z-index: 2;
}

#AntipodesLP .topic4_sec .point {
  display: block;
  font-size: 1.8rem;
}

#AntipodesLP .topic4_sec .novelty_text {
  width: 44rem;
  line-height: 2;
}

#AntipodesLP .topic4_sec .novelty_img {
  width: 25rem;
}

#AntipodesLP .topic4_sec .underline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-hightlight-yellow) 50%);
}

#AntipodesLP .topic4_sec .itm_point {
  position: relative;
  width: 44rem;
  text-align: left;
  font-size: 1.5rem;
  padding: 4rem 0 4rem;
  margin: 0;
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  border-left: transparent;
  border-right: transparent;
  line-height: 2;
}

#AntipodesLP .topic4_sec .itm_point:before {
  position: absolute;
  top: -2.2rem;
  left: -2.8rem;
  height: 4rem;
  width: 13rem;
  background: #f1f1f1 url(../img/present_icon.svg) center center / cover no-repeat;
  background-size: 80%;
  content: "";
}
/* topic4_sec */


#AntipodesLP .problem_cont {
  margin: 0 auto 2.4rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-align: center;

}

#AntipodesLP  .topic1_sec .ing_note {
  width: fit-content;
  margin: 0 auto 2.8rem;
  text-align: left;
}

#AntipodesLP .recommend_itm_wrap {
  width: 100rem;
  margin: 4rem auto 10rem;
  padding: 2.8rem 0 4rem;
  border: 2px solid var(--color-blue);

}

#AntipodesLP .itm_group {
  width: 90rem;
  margin: 0 auto 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 4rem 2rem;
}

#AntipodesLP .itm_list {
  display: flex;
  gap: 5.3rem;
  
}


#AntipodesLP .itm_list .itm_info{
  display: flex;
  flex-direction: column;
  width: 100%;
}

#AntipodesLP .itm_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22rem;
  justify-content: space-between;
}

#AntipodesLP .itm_list li:first-of-type:before {
  display: inline-block;
  position: absolute;
  right: -5.5rem;
  bottom: 12.8rem;
  width: 5.3rem;
  height: 5.3rem;
  background:
    linear-gradient(var(--color-blue) 0 0),
    linear-gradient(var(--color-blue) 0 0),
  var(--color-light-blue);
  /* vertical linear, horizontal linear, color of background */
  background-position: center;
  background-size: 1.988rem 2px, 2px 1.988rem;
  /*thickness = 2px, length = 30px*/
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
  z-index: 2;
}


/* #AntipodesLP .itm_pic {
  margin: 0 0 .7rem 0;
  width: 22rem;
} */

#AntipodesLP .itm_detail {
  margin: 0 0 0.8rem 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-gray);
  text-align: center;
  white-space: nowrap;
}


#AntipodesLP .itm_point {
  position: relative;
  width: 28.7rem;
  padding: 3rem 0 2.4rem;
  margin: 8rem 0 0 3.8rem;
  text-align: center;
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  border-left: transparent;
  border-right: transparent;
}

#AntipodesLP .itm_point:before {
  position: absolute;
  top: -1.5rem;
  left: -3.8rem;
  height: 2.5rem;
  width: 7.6rem;
  background: #fff url(../img/icn_point.svg) center center / cover no-repeat;
  background-size: 85%;
  content: "";
}


#AntipodesLP .itm_point_cont {
  margin: 0 0 0 -1.7rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-gray);
  text-align: left;
}

#AntipodesLP .itm_plus {
  width: 82rem;
  margin: 0 auto 2.9rem;
  padding: 3rem 0 2.9rem;
  background-color: var(--color-light-blue);
}

#AntipodesLP .itm_plus_ttl {
  width: fit-content;
  margin: 0 auto 2.5rem;
  font-family: var(--font-zen);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-highlight-brown) 50%);

}

#AntipodesLP .itm_plus_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  margin: 0 0 0 10.5rem;
}


#AntipodesLP .itm_plus_pic {
  width: 20rem;

}

#AntipodesLP .itm_plus_txt {
  margin: 2.9rem 0 0 0;
  text-align: left;
}


#AntipodesLP .itm_plus_note {
  margin: 0 0 1.5rem 0;
  font-family: var(--font-shippori);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}


#AntipodesLP .itm_plus .itm_detail {
  margin: 0 0 1.1rem 0;
  text-align: left;

}

#AntipodesLP .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/* ===================
      TOPIC 2
=================== */


/* ===================
      TOPIC 3
=================== */







/* ===================
  　　MODAL INNER
=================== */

/* MODAAL RESET */

.modaal-fullscreen .modaal-inner-wrapper {
  display: flex;

}
.modaal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, 0.4);
}

.modaal-fullscreen .modaal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110rem;
  height: auto;
  background-color: #fff;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  position: absolute;
}
.modaal-fullscreen .modaal-close {
  width: 20px;
  height: 20px;
  background: none;
  right: 0.5rem;
  left: auto;
  top: 0.7rem;
}

.modaal-close:after, 
.modaal-close:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 2.828rem;
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
  background: #fff;
  opacity: 0.6;
}

/* MODAL inner */
#modal1,
#modal2,
#modal3 {
  display: none;
}


.modaal-wrapper .modal_group {
  width: 120rem;
  max-height: 90vh;
  margin: 0 auto;
  background-color: #fff;

}

.modaal-wrapper li {
  list-style: none;
}

.modaal-wrapper a {
  text-decoration: none;
}

.modaal-wrapper .modal_ttl {
  display: block;
  margin: 0;
  padding: 0.6rem 0 1rem 0;
  font-family: var(--font-zen);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.363;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: var(--color-blue);
  color: #fff;
}


.modaal-wrapper .review_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 110rem;
  padding: 2.5rem 0 5rem;
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  background-color: #fff;
  overflow: scroll;

}

.modaal-wrapper .review_detail {
  margin: 0 0 0 0;
  text-align: center;
  padding: 0 0 0 0;
  /* border-left: transparent;
  border-right: #c4c4c4 1px solid;
  border-top: transparent;
  border-bottom: transparent;
  border-style: dotted; */
}

.modaal-wrapper .review_list .review_detail:nth-of-type(2) .review_itm_group {
  margin: 0 0 0 .9rem;

}

.modaal-wrapper .itm_catch {
  margin: -1.1rem 0 2rem 0;
  font-family: var(--font-shippori);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.338;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-blue);

}

.modaal-wrapper .review_list .review_detail {
  width: 100rem;
}

.modaal-wrapper .review_itm_pic {
  margin: 0 0 0.8rem 0;
  width: 32rem;
}



.modaal-wrapper .itm_detail {
  font-family: var(--font-hiragino);
  margin: 0 0 0.8rem 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-gray);
}

.modaal-wrapper .btn.more_btn {
  margin: 0 auto 2rem;

}

.modaal-wrapper .review_group {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90rem;
  margin: 4rem auto 0;
}

.modal_group.modal2 .review_group {
  justify-content: center;
}

.modal_group.modal2 .review_txt_group:nth-of-type(1):before {
  display: none;
}

.modaal-wrapper .review_txt_group {
  position: relative;
  width: 40rem;
}

.modaal-wrapper .review_txt_group:nth-of-type(1):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -4.5rem;
  border-left: transparent;
  border-right: #c4c4c4 1px solid;
  border-top: transparent;
  border-bottom: transparent;
  border-style: dotted;
}


.modaal-wrapper .review_ttl {
  margin: 0 0 0.5rem 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;

}

.modaal-wrapper .review_cont {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;

}




/*=======================================
               Responsive
========================================*/


/* only PC */

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

/*=======================================
                    PC
========================================*/

@media screen and (min-width: 769px) {
  html {
		font-size: 62.5%;
	}

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .contents {}

  #AntipodesLP {
    overflow: hidden;
  }
}


/* only tablet */

@media screen and (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}


/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

/* ===================
  AntipodesLP
=================== */

#AntipodesLP {
  margin: 0 auto;
  padding: 0;
  color: var(--color-dark-blue);
  font-size: calc(14 * (100vw / 430));
  overflow: hidden;
}

/* ===================
  　Section Common
=================== */

#AntipodesLP .inner_sec {
  width: calc(400 * (100vw / 430));
}

/* ===================
      Button Setting
=================== */
/* btn more */

#AntipodesLP .more_btn a,
.modaal-wrapper .more_btn a{
  width: calc(120 * (100vw / 430));
  padding: calc(3 * (100vw / 430)) calc(10 * (100vw / 430)) calc(2 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.modaal-wrapper .more_btn a {
  width: calc(120 * (100vw / 430));
}

/* btn modal */
#AntipodesLP .btn_modal a {
  position: relative;
  width: calc(300 * (100vw / 430));
  height: calc(50 * (100vw / 430));
  padding: calc(18 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

#AntipodesLP .btn_modal a::after {
  display: inline-block;
  position: absolute;
  right: calc(20 * (100vw / 430));
  bottom: 50%;
  transform: translateY(50%);
  width: calc(15 * (100vw / 430));
  height: calc(15 * (100vw / 430));
  background:
  linear-gradient(var(--color-blue) 0 0),
  linear-gradient(var(--color-blue) 0 0);
  background-position: center;
  background-size: calc(15 * (100vw / 430)) 1px, 1px calc(15 * (100vw / 430));
  background-repeat: no-repeat;
  content: "";

}

/* btn buy */
.modaal-wrapper .btn_buy {
  margin: calc(40 * (100vw / 430)) auto 0;
}

#AntipodesLP .btn_buy a,
.modaal-wrapper .btn_buy a{
  position: relative;
  width: calc(300 * (100vw / 430));
  height: calc(50 * (100vw / 430));
  padding: calc(18 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.modaal-wrapper .btn_buy a {
  margin: 0 auto;
  padding: 0;
}

#AntipodesLP .btn_buy a:before,
.modaal-wrapper .btn_buy a:before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(68 * (100vw / 430));
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  background: url(https://www.cosmekitchen-webstore.jp/Contents/ImagesPkg/product/ProductList/AntipodesLP/icn_cart.svg) left center / cover no-repeat;
  background-size: calc(20 * (100vw / 430)) calc(20 * (100vw / 430));
  content: "";
}

#AntipodesLP .btn_buy span,
.modaal-wrapper .btn_buy span{
  padding: 0 0 0 calc(30 * (100vw / 430));
}

/* btn review */
#AntipodesLP .btn_review {
  text-align: center;
  margin: 0 0 0 calc(50 * (100vw / 430));
}

#AntipodesLP .btn_review a{
  position: relative;
  width: calc(300 * (100vw / 430));
  height: calc(50 * (100vw / 430));
  padding: calc(18 * (100vw / 430)) calc(10 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
  line-height: 2.28;
}


/* ===================
  　　　  MV 
=================== */

#AntipodesLP .mv_sec {
  padding: 0;
}

#AntipodesLP .mv_sec .inner_sec {
  width: 100%;
  margin: 0;
}

#AntipodesLP .mv_pic {
  width: 100%;
  margin: 0 0 calc(40 * (100vw / 430)) 0;
}

#AntipodesLP .intro_wrap {
  width: calc(390 * (100vw / 430));
  margin: 0 auto calc(35 * (100vw / 430)) auto;

}

#AntipodesLP .intro_ttl {
  position: relative;
  padding: calc(10 * (100vw / 430)) 0 calc(10 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
  line-height: 1.764;
}

#AntipodesLP .intro_ttl:after {
  bottom: calc(-8 * (100vw / 430));
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-med-blue);
  content: "";
}

#AntipodesLP .intro_problem_wrap {
  padding: calc(26 * (100vw / 430)) 0 calc(23 * (100vw / 430));
}

#AntipodesLP .intro_problem_list {
  flex-direction: column;
  gap: calc(12 * (100vw / 430));
  width: calc(304 * (100vw / 430));
  margin: 0 0 0 calc(45 * (100vw / 430));
  padding: 0;
}

#AntipodesLP .intro_problem_list li {
  margin: 0 0 0 0;
  font-size: calc(15 * (100vw / 430));
  line-height: 1.63;
  background-size: calc(21 * (100vw / 430)) calc(16 * (100vw / 430));
}

#AntipodesLP .intro_problem_list li:nth-of-type(1) {
  margin: 0 0 0 0;
}

#AntipodesLP .intro_problem_list li:nth-of-type(3) {
  margin: 0 0 0 0;
}

#AntipodesLP .intro_problem_list span {
  padding: 0 0 0 calc(35 * (100vw / 430));
  text-align: left;
  display: block;
}

#AntipodesLP .intro_lead_txt {
  margin: 0 0 calc(30 * (100vw / 430)) 0;
  font-size: calc(15 * (100vw / 430));
}

#AntipodesLP .intro_lead_txt span{
  font-size: calc(16 * (100vw / 430));
  line-height: 1.875;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-hightlight-yellow) 50%);
}

#AntipodesLP .mv_sec .intro_lead_txt {
  margin: 0 0 calc(35 * (100vw / 430)) 0;
}

#AntipodesLP .pg_nav {
  padding: calc(48 * (100vw / 430)) 0 calc(40.5 * (100vw / 430));
}

#AntipodesLP .nav_ttl {
  margin: 0 0 calc(25.5 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
  line-height: 0.05;
  letter-spacing: 0.1em;
}

#AntipodesLP .pg_nav_list {
  flex-direction: column;
  justify-content: center;
  width: calc(390 * (100vw / 430));
  margin: 0 auto;
}

#AntipodesLP .pg_topic_group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

#AntipodesLP .pg_topic_group a{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
}

#AntipodesLP .pg_topic_group:nth-of-type(1) {
  padding: 0;
}

#AntipodesLP .pg_topic_group:after {
  position: absolute;
  top: 35%;
  right: calc(7.1 * (100vw / 430));
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--color-blue);
  content: "";
}

#AntipodesLP .pg_topic_group:nth-of-type(1):after {
  top: 46%;
}

#AntipodesLP .pg_topic_group {
  border-left: transparent;
  border-right: transparent;
  border-top:  #c4c4c4 1px solid;
  border-bottom: #c4c4c4 1px solid;
  border-style: dotted;
}

#AntipodesLP .pg_topic_group:nth-of-type(2){
  border-top: transparent;
  margin: calc(-15 * (100vw / 430)) 0 0;
}

#AntipodesLP .pg_topic_group {
  padding: 0;
}

#AntipodesLP .pg_topic_group:nth-of-type(3) {
  border-top: transparent;
  margin: calc(-15 * (100vw / 430)) 0 0;
}

#AntipodesLP .pg_topic_group:nth-of-type(4) {
  border-top: transparent;
  margin: calc(-15 * (100vw / 430)) 0 0;
}

#AntipodesLP .pg_nav_list .pg_nav_num {
  font-size: calc(26 * (100vw / 430));
  line-height: 1.15;
  margin: calc(24 * (100vw / 430)) 0 0 calc(9 * (100vw / 430));
}

#AntipodesLP .pg_nav_list .pg_topic_group:nth-of-type(2) .pg_nav_num {
  margin: calc(24 * (100vw / 430)) 0 0 calc(9 * (100vw / 430));
}

#AntipodesLP .pg_nav_list .pg_topic_group:nth-of-type(3) .pg_nav_num {
  margin: calc(24 * (100vw / 430)) 0 0 calc(9 * (100vw / 430));
}

#AntipodesLP .pg_nav_list .pg_topic_group:nth-of-type(4) .pg_nav_num {
  margin: calc(10 * (100vw / 430)) 0 0 calc(9 * (100vw / 430));
}

#AntipodesLP .pg_txt_group {
  display: flex;
  flex-direction: column;
}


#AntipodesLP .pg_topic_group:nth-of-type(1) .pg_txt_group ,
#AntipodesLP .pg_topic_group:nth-of-type(2) .pg_txt_group ,
#AntipodesLP .pg_topic_group:nth-of-type(3) .pg_txt_group ,
#AntipodesLP .pg_topic_group:nth-of-type(4) .pg_txt_group {
  margin: calc(13 * (100vw / 430)) 0 calc(17 * (100vw / 430)) calc(4 * (100vw / 430));
}
/* #AntipodesLP .pg_topic_group:nth-of-type(2) .pg_txt_group {
  padding: -.1rem 0 0 0;
} */

#AntipodesLP .upper_txt {
  font-size: calc(14 * (100vw / 430));
  margin: 0 0 calc(2 * (100vw / 430)) 0;
}

#AntipodesLP .pg_topic_group:nth-of-type(3) .upper_txt {
  letter-spacing: 0.18em;
}

#AntipodesLP .lower_txt {
  font-size: calc(16 * (100vw / 430));
}

#AntipodesLP .nav_sup {
  font-size: calc(10 * (100vw / 430));
  margin: calc(-6 * (100vw / 430)) 0 0 0;
}

/* ===================
      TOPIC 1
=================== */

#AntipodesLP .topic1_sec {
  padding: calc(69 * (100vw / 430)) 0 0 0;
}


#AntipodesLP .sec_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 calc(24 * (100vw / 430)) calc(145 * (100vw / 430));
  padding: 0 0 0 0;
  font-size: calc(16 * (100vw / 430));
  line-height: 1.875;
}

#AntipodesLP .sec_ttl span{
  right: calc(-45 * (100vw / 430));
  top: calc(-1 * (100vw / 430));
  font-size: calc(60 * (100vw / 430));
  line-height: 0.5;
}

/* #AntipodesLP .sec_ttl span{
  display: block;
  padding: 0 0 0 0;
  font-family: var(--font-cardo);
  font-size: 8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0.375;
  letter-spacing: 0.1em;
  color:var(--color-blue);
} */


#AntipodesLP .sec_subttl {
  margin: 0 auto calc(2 * (100vw / 430));
  padding: 0 0 0 0;
  font-size: calc(19 * (100vw / 430));
  line-height: 1.737;
}


#AntipodesLP .sec_subttl_big {
  display: block;
  margin: 0 0 calc(30 * (100vw / 430)) 0;
  padding: 0 0 0 0;
  font-size: calc(24 * (100vw / 430));
  line-height: 1.375;
}


#AntipodesLP .problem_wrap {


}

#AntipodesLP .problem_ttl_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(7 * (100vw / 430));
  padding: calc(6 * (100vw / 430)) 0;
  margin: 0 auto calc(23 * (100vw / 430));
  width: calc(400 * (100vw / 430));
}

#AntipodesLP .problem_ttl {
  position: relative;
  display: block;
  padding: 0;
  font-size:  calc(22 * (100vw / 430));
  line-height: 1.875;
  /* border-right: #fff 1px solid;
  border-style: dotted;
  border-left: transparent;
  border-top: transparent;
  border-bottom: transparent; */
}

#AntipodesLP .problem_ttl::after {
  right: calc(-3 * (100vw / 430));
  height: calc(22 * (100vw / 430));
  width: calc(1 * (100vw / 430));
}

#AntipodesLP .problem_num {
  padding: 0 0 0 .2rem;
  font-size: calc(24 * (100vw / 430));
  line-height: 1.25;
}


#AntipodesLP .problem_subttl {
  padding: 0 0 0 calc(65 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
  line-height: 1.875;
}

#AntipodesLP .problem_highlight {
  width: fit-content;
  margin: 0 auto calc(15 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
  line-height: 1.5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-hightlight-yellow) 50%);
}

#AntipodesLP .problem_cont {
  width: calc(390 * (100vw / 430));
  margin: 0 auto calc(30 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
  line-height: 1.75;

}

#AntipodesLP  .topic1_sec .ing_note {
  width: calc(390 * (100vw / 430));
  margin: 0 auto calc(28 * (100vw / 430));
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

#AntipodesLP .recommend_itm_wrap {
  width: calc(400 * (100vw / 430));
  margin: calc(25 * (100vw / 430)) auto calc(60 * (100vw / 430));
  padding: calc(30 * (100vw / 430)) 0 calc(28 * (100vw / 430));
}

#AntipodesLP .itm_group {
  width: 100%;
  margin: 0;
  flex-direction: column;
  align-items: center;
  padding: calc(25 * (100vw / 430)) 0 calc(40 * (100vw / 430));
}

#AntipodesLP .itm_list {
  gap: calc(10 * (100vw / 430)) calc(30 * (100vw / 430));
  padding: 0;
}


#AntipodesLP .itm_list .itm_info{
  display: flex;
  flex-direction: column;
  width: 100%;
}

#AntipodesLP .itm_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(180 * (100vw / 430));
}

#AntipodesLP .itm_list li:first-of-type:before {
  display: inline-block;
  position: absolute;
  right: calc(-40 * (100vw / 430));;
  bottom: calc(118 * (100vw / 430));;
  width: calc(40 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  background:
    linear-gradient(var(--color-blue) 0 0),
    linear-gradient(var(--color-blue) 0 0),
  var(--color-light-blue);
  /* vertical linear, horizontal linear, color of background */
  background-position: center;
  background-size: calc(15 * (100vw / 430)) 2px, 2px calc(15 * (100vw / 430));
  /*thickness = 2px, length = 30px*/
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
}

#AntipodesLP .itm_detail {
  margin: 0 0 calc(8 * (100vw / 430)) 0;
  font-size: calc(12 * (100vw / 430));
}

#AntipodesLP .itm_point {
  position: relative;
  width: calc(360 * (100vw / 430));
  padding: calc(25 * (100vw / 430)) 0 calc(15 * (100vw / 430));
  margin: calc(45 * (100vw / 430)) auto 0;
}

#AntipodesLP .itm_point:before {
  position: absolute;
  top: calc(-15 * (100vw / 430));
  left: calc(-4 * (100vw / 430));
  height: calc(29 * (100vw / 430));
  width: calc(76 * (100vw / 430));
}

#AntipodesLP .itm_point_cont {
  margin: 0 0 0 0;
  font-size: calc(13 * (100vw / 430));
  text-align: justify;
}

#AntipodesLP .itm_plus {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
  margin-bottom: calc(28 * (100vw / 430));
  padding: calc(14 * (100vw / 430)) 0 calc(21 * (100vw / 430));
}

#AntipodesLP .itm_plus:before {
  position: absolute;
  left: calc(15 * (100vw / 430));
  bottom: 0;
  height: 100%;
  border-left: var(--color-blue) 2px solid; 
  content: "";
}

#AntipodesLP .itm_plus:after {
  position: absolute;
  right: calc(15 * (100vw / 430));
  bottom: 0;
  height: 100%;
  border-right: var(--color-blue) 2px solid; 
  content: "";
}

#AntipodesLP .itm_plus_ttl {
  display: inline;
  width: fit-content;
  margin: 0 auto calc(15 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
  line-height: 1.8;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-highlight-brown) 50%);

}

#AntipodesLP .itm_plus_ttl span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-highlight-brown) 50%);

}

#AntipodesLP .itm_plus_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(15 * (100vw / 430));
  margin: calc(15 * (100vw / 430)) 0 0 calc(35 * (100vw / 430));
}

#AntipodesLP .itm_plus_pic {
  position: relative;
  z-index: 5;
  width: calc(145 * (100vw / 430));

}

#AntipodesLP .itm_plus_txt {
  position: relative;
  z-index: 5;
  margin: calc(-2 * (100vw / 430)) 0 0 0;
}

#AntipodesLP .itm_plus_note {
  margin: 0 0 calc(10 * (100vw / 430)) 0;
  font-size: calc(15 * (100vw / 430));
  line-height: 1.516;
}


#AntipodesLP .itm_plus .itm_detail {
  margin: 0 0 calc(8 * (100vw / 430)) 0;

}

#AntipodesLP .btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(10 * (100vw / 430));
  width: fit-content;
  margin: 0 auto;
}

/* ===================
      TOPIC 4
=================== */
/* topic4_sec */
#AntipodesLP .topic4_sec .problem_highlight {
  font-size: calc(22 * (100vw / 430));
  margin: 0 auto 0;
}

#AntipodesLP .topic4_sec .off-date {
  font-size: calc(18 * (100vw / 430));
  text-align: center;
  margin-top: calc(15 * (100vw / 430));
  margin-bottom: calc(30 * (100vw / 430));
}

#AntipodesLP .topic4_sec .off-date span {
  display: inline-block;
  border: var(--color-blue) solid 1px;
  border-radius: calc(5 * (100vw / 430));
  margin-right: calc(10 * (100vw / 430));
  padding: 0 calc(15 * (100vw / 430));
}

#AntipodesLP .topic4_sec .itm_list {
  flex-wrap: wrap;
  justify-content: center;
}

#AntipodesLP .topic4_sec .recommend_itm_wrap {
  padding: 0 0 calc(50 *(100vw/430));
}

#AntipodesLP .topic4_sec .itm_list li:first-of-type:before {
  display: none;
}

#AntipodesLP .topic4_sec .saleItem {
  font-size: calc(16 *(100vw/430));
  padding: calc(20 *(100vw/430));
}

#AntipodesLP .topic4_sec .btn_buy span {
  padding: 0;
}

#AntipodesLP .topic4_sec .novelty {
  position: relative;
  width: calc(360 *(100vw/430));
  margin: calc(80 *(100vw/430)) auto calc(40 *(100vw/430));
  padding: calc(55 *(100vw/430)) calc(15 *(100vw/430)) calc(30 *(100vw/430));
  background: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(40 *(100vw/430));
  align-items: center;
}

#AntipodesLP .topic4_sec .novelty::before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(-85 *(100vw/430));
  width: calc(50 *(100vw/430));
  height: calc(50 *(100vw/430));
  transform: translateX(-50%);
  background: linear-gradient(var(--color-blue) 0 0), linear-gradient(var(--color-blue) 0 0), var(--color-light-blue);
  background-position: center;
  background-size: 1.988rem 2px, 2px 1.988rem;
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
  z-index: 2;
}

#AntipodesLP .topic4_sec .point {
  display: block;
  font-size: calc(18 *(100vw/430));
}

#AntipodesLP .topic4_sec .novelty_img {
  width: calc(250 *(100vw/430));
}

#AntipodesLP .topic4_sec .underline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--color-hightlight-yellow) 50%);
}

#AntipodesLP .topic4_sec .itm_point {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: calc(15 *(100vw/430));
  padding: calc(30 *(100vw/430)) 0 calc(20 *(100vw/430));
  margin: 0;
  border-top: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  border-left: transparent;
  border-right: transparent;
  line-height: 2;
}

#AntipodesLP .topic4_sec .itm_point:before {
  position: absolute;
  top: calc(-25 *(100vw/430));
  left: 50%;
  height: calc(40 *(100vw/430));
  width: calc(120 *(100vw/430));
  background: #f1f1f1 url(../img/present_icon.svg) center center / cover no-repeat;
  background-size: 80%;
  content: "";
  transform: translateX(-50%);
}
/* topic4_sec */

/* ===================
  　　MODAL INNER
=================== */

/* MODAAL RESET */

.modaal-fullscreen .modaal-inner-wrapper {
  display: flex;

}
.modaal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, 0.4);
}

.modaal-fullscreen .modaal-container {
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  position: absolute;
}
.modaal-fullscreen .modaal-close {
  width: 20px;
  height: 20px;
  background: none;
  right: .5rem;
  left: auto;
  top: calc(17 * (100vw / 430));
}

.modaal-close:after, 
.modaal-close:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 22.63px;
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
  background: #fff;
  opacity: 0.6;
}

/* MODAL inner */
#modal1,
#modal2,
#modal3 {
  display: none;
}


.modaal-wrapper .modal_group {
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  margin: 0 auto;
}


.modaal-wrapper .modal_ttl {
  display: block;
  margin: 0;
  padding: calc(16 * (100vw / 430)) 0 calc(15 * (100vw / 430)) 0;
  font-size: calc(20 * (100vw / 430));
  line-height: 1.5;
}


.modaal-wrapper .review_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc(390 * (100vw / 430));
  /* height: 90vh; */
  margin: 0 auto;
  padding: calc(30 * (100vw / 430)) 0 calc(30 * (100vw / 430));
  overflow-y: scroll;
  overflow-x: hidden;

}

.modaal-wrapper .review_detail {
  width: 100% !important;
  margin: 0 0 0 0;
  text-align: center;
  padding: 0;
  border-left: transparent;
  border-right: transparent;
  border-top: transparent;
  border-bottom: #c4c4c4 1px solid;
  border-style: dotted;
}

.modaal-wrapper .review_itm_group {
  display: flex;
  margin: 0;
}

.modaal-wrapper .review_list .review_detail:nth-of-type(2) .review_itm_group {
  margin: 0 0 0 0;

}

.modaal-wrapper .info_group {
  display: flex;
  flex-direction: column;
  margin: calc(35 * (100vw / 430)) 0 0 0;

}

.modaal-wrapper .itm_catch {
  margin: calc(-27 * (100vw / 430)) 0 calc(9 * (100vw / 430)) 0;
  font-size: calc(15 * (100vw / 430));
  line-height: 1.51;
  text-align: left;
}


.modaal-wrapper .review_itm_pic {
  margin: 0 0 0 0;
  width: calc(180 * (100vw / 430));
}


.modaal-wrapper .itm_detail {
  width: calc(210 * (100vw / 430));
  margin: 0 0 calc(10 * (100vw / 430)) 0;
  font-size: calc(14 * (100vw / 430));
  line-height: 1.5;
  text-align: left;
}

.modaal-wrapper .btn.more_btn {
  margin: 0 0 calc(40 * (100vw / 430));

}

.modaal-wrapper .review_txt_group {
  width: calc(390 * (100vw / 430));
}

.modaal-wrapper .review_list .review_detail:nth-of-type(1) .review_txt_group {
  margin: 0;
  border-left: transparent;
  border-right: transparent;
  border-top: #c4c4c4 1px dotted;
  border-bottom: transparent;
  padding-top: calc(25 * (100vw / 430));
}

.modaal-wrapper .review_list .review_detail:nth-of-type(2) .review_txt_group {
  margin: calc(-10 * (100vw / 430)) 0 calc(-3 * (100vw / 430)) 0;

}

.modaal-wrapper .review_list .review_detail:nth-of-type(2) .adjust {
  margin: calc(14 * (100vw / 430)) 0 calc(-3 * (100vw / 430)) 0;

}

.modaal-wrapper .review_ttl {
  margin: 0 0 calc(10 * (100vw / 430)) 0;
  font-size: calc(16 * (100vw / 430));
  line-height: 1.5;

}

.modaal-wrapper .review_cont {
  font-size: calc(14 * (100vw / 430));
  margin: 0 0 calc(25 * (100vw / 430)) 0;

}

.modaal-wrapper .review_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}

#AntipodesLP .btn_buy span, .modaal-wrapper .btn_buy span {
  padding: 0;
}

}
