@charset "UTF-8";

#tblLayout {
  display: block;
  max-width: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

tbody, tr, td {
  display: block;
  padding: 0;
}

/* g-glamatical-003 */

:root {
  --base: #40210f;
  --blue:#00428b;
  --blue_bg:#deeaf0;
  --pink:#f591b6;
  --pink_bg:#eeeef4;
  --green:#7ebda3;
  --green_bg:#e4eff6;
  --red:#e4486d;
  --font_got: YakuHanJP, "Noto Sans JP", sans-serif;
  --font_min: YakuHanMP, "Zen Old Mincho", serif;
}

#g-glamatical-003 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--base);
  box-sizing: border-box;
  position: relative;
}

#g-glamatical-003 p {
  margin: 0px;
	padding: 0px;
}

#g-glamatical-003 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#g-glamatical-003 a img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#g-glamatical-003 a:hover img {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

#g-glamatical-003 ul, #g-glamatical-003 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#g-glamatical-003 h1, #g-glamatical-003 h2, #g-glamatical-003 h3, #g-glamatical-003 h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#g-glamatical-003 sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: 1em;
}

#g-glamatical-003 .pc {display: block;}
#g-glamatical-003 .sp {display: none;}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .pc {display: none;}
  #g-glamatical-003 .sp {display: block;}
}


/*--------------------------
レイアウト
--------------------------*/

#g-glamatical-003 .l-container, #g-glamatical-003 .l-container02 {
  width: min(100%, 1000px);
  padding: 0 min(3%, 30px);
  margin: 0 auto;
  overflow: hidden;
}

#g-glamatical-003 .l-container03 {
  width: min(100%, 1100px);
  padding: 0 min(3%, 30px);
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .l-container, #g-glamatical-003 .l-container03 {
    padding: 0 min(4.66%, 35px);
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .l-container02 {
    padding: 0 min(8.66%, 65px);
  }
}

#g-glamatical-003 .l-inner {
  max-width: 720px;
  margin: 0 auto;
}

#g-glamatical-003 .l-inner700 {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .l-inner700 {
    max-width: 80%;
    margin: 0 auto;
  }
}

#g-glamatical-003 .l-inner850 {
  max-width: 850px;
  margin: 0 auto;
}

#g-glamatical-003 .l-absolute {
  position: absolute;
  top:0;
}


/*--------------------------
メソッド
--------------------------*/

/* インビュー */

.area_fade {
  opacity: 0;
  transform: translateY(20px);
  transition: ease-in-out .5s;
}

.area_fade.active {
  opacity: 1;
  transform: translateY(0);
  animation: fadeup .5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fade01 {
  opacity: 0;
  transition: .5s ease-in;
}

.fade01.active {
  opacity: 1;
}

.fade02 {
  opacity: 0;
  transition: .5s ease-in;
}

.fade02.active {
  opacity: 1;
  transition-delay: .5s;
}

.fade03 {
  opacity: 0;
  transition: .5s ease-in;
}

.fade03.active {
  opacity: 1;
  transition-delay:  1s;
}


/* テキスト系 */

#g-glamatical-003 .gothic__type01 {
  font-size: 20px;
  font-family: var(--font_got);
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .gothic__type01 {
    font-size: 14px;
    font-size: 3.8vw;
  }
}

#g-glamatical-003 .gothic__type01__blk {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .gothic__type01__blk {
    font-size: 14px;
    font-size: 3.8vw;
  }
}

#g-glamatical-003 .gothic__notes01 {
  text-indent: -1em;
  padding-left: 1em;
  font-family: var(--font_got);
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .gothic__notes01 {
    font-size: 10px;
    font-size: 2.6vw;
  }
}

#g-glamatical-003 .gothic__notes01__blk {
  text-indent: -1em;
  padding-left: 1em;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .gothic__notes01__blk {
    font-size: 10px;
    font-size: 2.6vw;
  }
}

#g-glamatical-003 .min__type01 {
  font-size: 20px;
  font-family: var(--font_min);
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .min__type01 {
    font-size: 14px;
    font-size: 3.8vw;
  }
}

#g-glamatical-003 .min__title__line, #g-glamatical-003 .min__title__line02 {
  font-size: 30px;
  font-family: var(--font_min);
  font-weight: 600;
  color: var(--base);
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .min__title__line {
    font-size: 26px;
    font-size: 7.0vw;
  }

  #g-glamatical-003 .min__title__line02 {
    font-size: 16px;
    font-size: 4.3vw;
  }
}

#g-glamatical-003 .min__title__line span.white, #g-glamatical-003 .min__title__line02 span.white {
  background: linear-gradient(transparent 90%, #fff 90%);
  padding: 0 .3em;
}

#g-glamatical-003 .min__title__line span.pink, #g-glamatical-003 .min__title__line02 span.pink {
  background: linear-gradient(transparent 90%, var(--pink100) 90%);
}

#g-glamatical-003 .align__center {
  text-align: center;
}

#g-glamatical-003 .color000 {
  color: #000;
}

/* マージン系 */

#g-glamatical-003 .pt__half {
  padding-top:.5em;
}

/*--------------------------
追加バナー
--------------------------*/

#g-glamatical-003 .banner {
  max-width: 700px;
  margin: min(70px, 7%) auto;
  display: block;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .banner {
    max-width: 100%;
    margin: min(50px, 6.66%) auto;
    display: block;
  }
}

/*--------------------------
kv
--------------------------*/

#g-glamatical-003 .kv {
  width: 100%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/kv__bg.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
}

#g-glamatical-003 .kv__container {
  max-width: 1000px;
  margin: 0 auto;
}


/*--------------------------
ピックアップ
--------------------------*/

#g-glamatical-003 .new-release__title, #g-glamatical-003 .lineup__title{
  width: 73%;
  margin: 0 auto min(30px, 3%);
  padding-top: min(100px, 10%);
  font-size: 26px;
  line-height: 1;
  font-family: var(--font_min);
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .new-release__title {
    width: 91.1%;
    padding-top: min(110px, 16.1%);
    font-size: 13px;
    font-size: 3.4vw;
  }

  #g-glamatical-003 .lineup__title {
    width: 92.1%;
    padding-top: min(110px, 16.1%);
    font-size: 13px;
    font-size: 3.4vw;
  }

  #g-glamatical-003 .new-release__title, #g-glamatical-003 .lineup__title {
    padding-top: min(100px, 14.7%);
    margin: 0 auto min(25px, 3.6%);
  }
}

#g-glamatical-003 .new-release__title::before, #g-glamatical-003 .new-release__title::after, #g-glamatical-003 .lineup__title::before, #g-glamatical-003 .lineup__title::after {
  content: '';
  width: 20%;
  background-color: var(--base);
  height: 1px;
}

#g-glamatical-003 .new-release__title::before, #g-glamatical-003 .lineup__title::before {
  margin-right: .5em;
}

#g-glamatical-003 .new-release__title::after, #g-glamatical-003 .lineup__title::after {
  margin-left: .5em;
}

#g-glamatical-003 .new-release {
  background-color: #e6e7e7;
}

#g-glamatical-003 .lineup {
  background-color: #ffffff;
  background-color: #e6e7e7;
}

#g-glamatical-003 .new-release__list, #g-glamatical-003 .lineup__list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto min(100px, 10%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .new-release__list, #g-glamatical-003 .lineup__list {
    flex-wrap: wrap;
    margin: 0 auto min(75px, 7.5%);
    margin: 0 auto min(100px, 14.7%);
  }
}

#g-glamatical-003 .new-release__list li, #g-glamatical-003 .lineup__list li {
  width: min(276px, 32.4%);
  display: block;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .new-release__list li, #g-glamatical-003 .lineup__list li {
    width: 49.4%;
    display: block;
  }

  #g-glamatical-003 .lineup__list li:nth-child(n+3) {
    margin-top: 1em;
  }
}

/*--------------------------
セクション01_マイクロニードルパッチって？
--------------------------*/

#g-glamatical-003 .sec01__title {
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  font-family: var(--font_min);
  margin: 0 auto;
  padding-top: min(125px, 14.7%);
  color:var(--blue);
  
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__title {
    font-size:26px;
    font-size:7vw;
    padding-top: min(140px, 20.5%);
  }
}

#g-glamatical-003 .sec01__title span {
  display: inline-block;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  padding: .5em .5em;
}

#g-glamatical-003 .sec01__text01 {
  margin: min(65px, 7.6%) auto 1em;
  font-size: 30px;
  font-family: var(--font_min);
  text-align: center;
  line-height: 1.5;
  color: var(--blue);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__text01 {
    margin: min(80px, 11.7%) auto 1em;
    font-size: 22px;
    font-size: 5.8vw;
  }
}

#g-glamatical-003 .sec01__image__wrap {
  width: 100%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec01__whats__image.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 92.1%;
  padding-top: 87.9%;
  position: relative;
  margin-bottom: 5%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__image__wrap {
    background-size: 100%;
    padding-top: 110.9%;
  }
}

#g-glamatical-003 .sec01__lead {
  font-size: 20px;
  font-family: var(--font_got);
  font-weight: 400;
  line-height: 2;
  text-align: center;
  position: absolute;
  top:0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__lead {
    font-size: 13px;
    font-size: 3.4vw;
    text-align: left;
  }
}

#g-glamatical-003 .sec01__osusume {
  width: 100%;
  background-color: var(--blue_bg);
}

#g-glamatical-003 .sec01__title__osusume {
  width: min(430px, 50.5%);
  margin: min(85px, 10%) auto 0;
  padding: .2em 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: var(--font_min);
  text-align: center;
  border-radius: 15px;
  background-color: var(--blue);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__title__osusume {
    width: min(430px, 63.2%);
    margin: min(45px, 6.6%) auto 0;
    font-size: 16px;
    font-size: 4.3vw;
    border-radius: 7px;
  }
}

#g-glamatical-003 .sec01__osusume__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: var(--blue);
  font-size: 20px;
  font-family: var(--font_min);
  font-weight: 600;
  line-height: 1.4;
  gap: 0 3.5%;
  padding-bottom: min(100px, 11.7%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__osusume__flex {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-size: 3.2vw;
    gap: 0;
    padding-bottom: min(60px, 8.8%);
  }
}

#g-glamatical-003 .sec01__osusume__flex li {
  width: min(410px, 48.2%);
  display: block;
  position: relative;
  background-color: #fff;
  padding: 1em 1em 1em 3.3em;
  margin-top: min(30px, 3.5%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__osusume__flex li {
    width: 100%;
    margin-top: min(20px, 2.9%);
  }
}

#g-glamatical-003 .sec01__osusume__flex li::before {
  content:"";
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec01__osusume__point.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.8%;
  padding-top: 6%;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  margin-left: 6%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec01__osusume__flex li::before {
    content:"";
    width: 4.7%;
    padding-top: 3.6%;
    margin-left: 3.6%;
  }
}

/*--------------------------
セクション02_マイクロニードルパッチ [目元用]
--------------------------*/

#g-glamatical-003 #sec02 {
  padding-top: min(165px, 11.4%);
  margin-top: min(30px, 2%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 #sec02 {
    /* padding-top: min(180px, 24%); */
    padding-top: min(110px, 14.6%);
    margin-top: min(70px, 9.3%);
  }
}



#g-glamatical-003 .sec02__title {
  font-size: 30px;
  text-align: center;
  color:#fff;
  font-family: var(--font_min);
  font-weight: 500;
  margin: 0 auto;
  padding:1em;
  background-color: #ee9bb9;
  position: relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec02__title {
    font-size: 20px;
    font-size: 5.2vw;
    margin: 0 auto 0;
  }
}

#g-glamatical-003 .sec02__title::before {
  content: "";
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec02__eye__point__pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 541px;
  padding-top:114px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: -89px auto 0;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-003 .sec02__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec02__eye__point__pc.png);
    width: min(541px, 54.1%);
    padding-top:11.4%;
    margin: -8.9% auto 0;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec02__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec02__eye__point__sp.png);
    width: min(634px, 84.5%);
    padding-top:18.2%;
    position: absolute;
    margin: -13.4% auto 0;
  }
}

#g-glamatical-003 .sec02__bg {
  width: 100%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec02__eye__bg01.png);
  background-position: center top;
  background-repeat: repeat-x;
}

#g-glamatical-003 .sec02__title__ex {
  padding-top: min(70px, 8.2%);
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-family: var(--font_min);
  font-style: italic;
  line-height: 1;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__title__ex {
    padding-top: min(55px, 8.8%);
    font-size: 16px;
    font-size: 4.3vw;
  }
}

#g-glamatical-003 .sec02__title__ex span {
  border-bottom: 1px solid var(--base);
  padding-bottom: .1em;
}

#g-glamatical-003 .sec02__title__ex b {
  font-size: 135%;
  font-weight: inherit;
}

#g-glamatical-003 .sec02__image__ex {
    width: min(490px, 57.6%);
    margin: min(40px, 4.7%) auto 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__image__ex {
    width: 100%;
    margin: min(60px, 9.6%) auto 0;
  }
}

#g-glamatical-003 .sec02__image__ex p {
  text-align: right;
  font-size: 14px;
  margin-top: 1em;
  line-height: 1;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__image__ex p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

#g-glamatical-003 .sec02__ex__flex {
  width: 100%;
  margin: min(55px, 6.4%) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__ex__flex {
    width: 100%;
    margin: min(70px, 11.2%) auto 0;
    display: block;
  }
}

#g-glamatical-003 .sec02__ex__flex .text {
  width: min(420px, 49.4%);
  font-size: 20px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__ex__flex .text {
    width: 100%;
    font-size: 13px;
    font-size:3.4vw;
    line-height: 1.9;
  }
}

#g-glamatical-003 .sec02__ex__flex .image {
  width: min(308px, 36.2%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__ex__flex .image {
    width: min(407px, 65.6%);
    margin:min(60px, 9.6%) auto 0;
  }
}

#g-glamatical-003 .sec02__merchandise {
  width:100%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec02__eye__bg02__pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: min(100px, 11.7%);
  padding-bottom: min(100px, 11.7%);
  padding-bottom: 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__merchandise {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec02__eye__bg02__sp.png);
    margin-top: min(80px, 12.9%);
    padding-bottom: min(100px, 16.1%);
    padding-bottom: 0;
  }
}

#g-glamatical-003 .sec02__merchandise__title {
  font-size: 29px;
  font-weight: 500;
  font-family: var(--font_min);
  text-align: center;
  padding-top: min(15px, 1.7%);
  line-height: 1.3;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__merchandise__title {
    font-size: 18px;
    font-size: 4.8vw;
    padding-top: min(20px, 3.2%);
  }
}

#g-glamatical-003 .sec02__merchandise__title span {
  font-size: 80%;
}

#g-glamatical-003 .sec02__merchandise__flex {
  width: min(532px, 62.5%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(65px, 7.6%) auto 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__merchandise__flex {
    width: 100%;
    display: block;
    margin: min(85px, 13%) auto 0;
  }
}

#g-glamatical-003 .sec02__merchandise__flex .image {
  width:min(263px, 49.4%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__merchandise__flex .image {
    width:min(332px, 53.5%);
    margin: 0 auto;
  }
}

#g-glamatical-003 .sec02__merchandise__flex .text {
  width:50%;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font_got);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__merchandise__flex .text {
    width:100%;
    margin-top: 1em;
    font-size: 13px;
    font-size: 3.4vw;
    text-align: center;
  }
}

#g-glamatical-003 .sec02__merchandise__flex .text .btn__detail {
  width:12em;
  text-align: center;
  color: #fff;
  background-color: var(--base);
  border-radius: 9999px;
  margin: 1em 0 0 0;
  padding:.3em 0;
  display: block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

#g-glamatical-003 .sec02__merchandise__flex .text .btn__detail:hover {
  opacity: .5;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__merchandise__flex .text .btn__detail {
    margin: 1em auto 0;
  }
}

#g-glamatical-003 .sec02__use__bg {
  width:100%;
  background-color: var(--pink_bg);
  padding-bottom: min(130px, 9%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__use__bg {
    padding-bottom: min(150px, 20%);
  }
}

#g-glamatical-003 .sec02__title__use {
  width:min(490px, 57.6%);
  margin: min(120px, 14.1%) auto 0;
  background-color: var(--pink);
  border-radius: 9999px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-family: var(--font_got);
  font-weight: 500;
  padding: 0.3em 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec02__title__use {
    width:min(628px, 92.3%);
    margin: min(90px, 13.2%) auto 0;
    font-size: 23px;
    font-size: 6.2vw;
  }
}

#g-glamatical-003 .sec02__text01 {
  margin: min(120px, 14.1%) auto 0;
  font-size: 30px;
  font-family: var(--font_min);
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec02__text01 {
    margin:  min(90px, 13.2%) auto 0;
    font-size: 19px;
    font-size: 4.8vw;
  }
}

#g-glamatical-003 .sec02__use__image {
  width: min(490px, 57.6%);
  margin: min(30px, 3.5%) auto 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec02__use__image {
    width: min(585px, 86%);
    margin: min(40px, 5.8%) auto 0;
  }
}

#g-glamatical-003 .use__wrap {
  width: 100%;
  background-color: #fffbf4;
  padding: 0 min(65px, 9%) min(50px, 5.8%);
  color:var(--red);
  margin-bottom: min(50px, 5.8%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .use__wrap {
    padding: 0 min(30px, 4.4%) min(40px, 5.8%);
    margin-bottom: min(40px, 5.8%);
  }
}

#g-glamatical-003 .use__title__caution {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--red);
  padding: 2em 0;
  gap: 0 .5em
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .use__title__caution {
    padding: 1em 0 .5em;
  }
}

#g-glamatical-003 .pic__caution {
  width: min(60px, 8.3%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .pic__caution {
    width: min(60px, 9.6%);
  }
}

#g-glamatical-003 .title__caution {
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .title__caution {
    font-size: 14px;
    font-size: 3.8vw;
  }
}

#g-glamatical-003 .use__caution__list {
  margin-top: 1em;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .use__caution__list {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

#g-glamatical-003 .use__caution__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
  text-align: justify;
}

#g-glamatical-003 .use__caution__list li:last-child {
  margin-bottom: 0em;
}

#g-glamatical-003 .use__caution__list li span {
  text-decoration: underline;
}

#g-glamatical-003 .step__wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgb(156 152 154 / 50%);
}

#g-glamatical-003 .eye__step__title {
  background-color: #fffbf4;
  border-radius: 10px 10px 0 0;
  padding: .5em 0 .5em 15.2%;
  font-size: 25px;
  font-weight: 500;
  color: var(--pink);
  position:relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .eye__step__title {
    background-color: transparent;
    padding: 1em 0 .5em 0;
    font-size: 18px;
    font-size: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 .5em;
  }
}

#g-glamatical-003 .step {
  width: 7.4%;
  position:absolute;
  top:0;
  left:0;
  margin: -1.1% 0 0 6.4%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step {
    width: 13.2%;
    position:relative;
    margin: 0;
  }
}

#g-glamatical-003 .step__contents, #g-glamatical-003 .step04__contents {
  padding:3.5% 6.47%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5.8%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents {
    padding:0 4.4% 10%;
    display: flex;
    flex-direction: column;
  }

  #g-glamatical-003 .step04__contents {
    padding:3.2% 4.4% 10%;
  }
}

#g-glamatical-003 .step__contents .image, #g-glamatical-003 .step__contents .image__step01 {
  width:37%;
}

#g-glamatical-003 .step__contents .image__step02, #g-glamatical-003 .step__contents .image__step03  {
  width:50%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents .image,  #g-glamatical-003 .step__contents .image__step03 {
    width:100%;
  }

  #g-glamatical-003 .step__contents .image__step01 {
    width:57.2%;
    margin: 0 auto;
  }

  #g-glamatical-003 .step__contents .image__step02  {
    width:78.5%;
    margin: 0 auto;
  }
}

#g-glamatical-003 .step04__contents .image {
  width:24%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step04__contents .image {
    width:22%;
    order: 1;
  }
}

#g-glamatical-003 .step__contents .text, #g-glamatical-003 .step04__contents .text {
  flex:1;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents .text {
    flex:1;
    width: 100%;
    font-size: 13px;
    font-size: 3.4vw;
    line-height: 1.6;
    margin-top: 1em;
  }

  #g-glamatical-003 .step04__contents .text {
    font-size: 13px;
    font-size: 3.4vw;
    line-height: 1.6;
    order:2;
  }
}

#g-glamatical-003 .text span {
  text-decoration: underline;
}

.step__arrow {
  width: 6.2%;
  margin: 2.3% auto;
  display: block;
}


/*--------------------------
セクション03_マイクロニードルパッチ [口元用]
--------------------------*/

#g-glamatical-003 #sec03 {
  padding-top: min(165px, 11.4%);
  margin-top: min(30px, 2%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 #sec03 {
    padding-top: min(110px, 14.6%);
    margin-top: min(80px, 10.6%);
  }
}

#g-glamatical-003 .sec03__title {
  font-size: 30px;
  text-align: center;
  color:#fff;
  font-family: var(--font_min);
  font-weight: 500;
  margin: 0 auto;
  padding:1em;
  background-color: var(--green);
  position: relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__title {
    font-size: 20px;
    font-size: 5.2vw;
    margin: 0 auto 0;
  }
}

#g-glamatical-003 .sec03__title::before {
  content: "";
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__mouth__point__pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 559px;
  padding-top:120px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: -89px auto 0;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-003 .sec03__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__mouth__point__pc.png);
    width: min(559px, 55.9%);
    padding-top:12%;
    margin: -8.9% auto 0;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__mouth__point__sp.png);
    width: min(654px, 87.2%);
    padding-top:18.2%;
    position: absolute;
    margin: -13.4% auto 0;
  }
}

#g-glamatical-003 .sec03__merchandise__seibun {
  width: min(455px, 53.5%);
  margin: 1em auto 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__merchandise__seibun {
    width: min(545px, 87%);
  }
}

#g-glamatical-003 .sec03__merchandise__flex {
  width: min(532px, 62.5%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(30px, 3.5%) auto 0;
}


#g-glamatical-003 .sec03__merchandise__flex02 {
  width: min(532px, 62.5%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(50px, 5.8%) auto 0;
}


@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__merchandise__flex, #g-glamatical-003 .sec03__merchandise__flex02 {
    width: 100%;
    display: block;
    margin: 2em auto 0;
  }
}

#g-glamatical-003 .sec03__merchandise__flex .image, #g-glamatical-003 .sec03__merchandise__flex02 .image {
  width:min(263px, 49.4%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__merchandise__flex .image, #g-glamatical-003 .sec03__merchandise__flex02 .image  {
    width:min(332px, 53.5%);
    margin: 0 auto;
  }
}

#g-glamatical-003 .sec03__merchandise__flex .text, #g-glamatical-003 .sec03__merchandise__flex02 .text {
  width:50%;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font_got);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__merchandise__flex .text, #g-glamatical-003 .sec03__merchandise__flex02 .text {
    width:100%;
    margin-top: 1em;
    font-size: 13px;
    font-size: 3.4vw;
    text-align: center;
  }
}

#g-glamatical-003 .sec03__merchandise__flex .text .btn__detail, #g-glamatical-003 .sec03__merchandise__flex02 .text .btn__detail {
  width:12em;
  text-align: center;
  color: #fff;
  background-color: var(--base);
  border-radius: 9999px;
  margin: 1em 0 0 0;
  padding:.3em 0;
  display: block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

#g-glamatical-003 .sec03__merchandise__flex .text .btn__detail:hover, #g-glamatical-003 .sec03__merchandise__flex02 .text .btn__detail:hover  {
  opacity: .5;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__merchandise__flex .text .btn__detail, #g-glamatical-003 .sec03__merchandise__flex02 .text .btn__detail {
    margin: 1em auto 0;
  }
}

#g-glamatical-003 .sec03__use__bg {
  width:100%;
  background-color: var(--green_bg);
  padding-bottom: min(130px, 9%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__use__bg {
    padding-bottom: min(150px, 20%);
  }
}

#g-glamatical-003 .sec03__title__use {
  width:min(490px, 57.6%);
  margin: min(120px, 14.1%) auto 0;
  background-color: var(--green);
  border-radius: 9999px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-family: var(--font_got);
  font-weight: 500;
  padding: 0.3em 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__title__use {
    width:min(628px, 92.3%);
    margin: min(90px, 13.2%) auto 0;
    font-size: 23px;
    font-size: 6.2vw;
  }
}

#g-glamatical-003 .sec02__use__image {
  width: min(490px, 57.6%);
  margin: min(30px, 3.5%) auto 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec02__use__image {
    width: min(585px, 86%);
    margin: min(40px, 5.8%) auto 0;
  }
}

#g-glamatical-003 .use__wrap {
  width: 100%;
  background-color: #fffbf4;
  padding: 0 min(65px, 9%) min(50px, 5.8%);
  color:var(--red);
  margin-bottom: min(50px, 5.8%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .use__wrap {
    padding: 0 min(30px, 4.4%) min(40px, 5.8%);
    margin-bottom: min(40px, 5.8%);
  }
}

#g-glamatical-003 .use__title__caution {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--red);
  padding: 1em 0;
  gap: 0 .5em
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .use__title__caution {
    padding: 1em 0 .5em;
  }
}

#g-glamatical-003 .pic__caution {
  width: min(60px, 8.3%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .pic__caution {
    width: min(60px, 9.6%);
  }
}

#g-glamatical-003 .title__caution {
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .title__caution {
    font-size: 14px;
    font-size: 3.8vw;
  }
}

#g-glamatical-003 .use__caution__list {
  margin-top: 1em;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .use__caution__list {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

#g-glamatical-003 .use__caution__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
  text-align: justify;
}

#g-glamatical-003 .use__caution__list li:last-child {
  margin-bottom: 0em;
}

#g-glamatical-003 .use__caution__list li span {
  text-decoration: underline;
}

#g-glamatical-retinol .step__wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgb(156 152 154 / 50%);
}

#g-glamatical-003 .mouth__step__title {
  background-color: #fffbf4;
  border-radius: 10px 10px 0 0;
  padding: .5em 0 .5em 15.2%;
  font-size: 25px;
  font-weight: 500;
  color: var(--green);
  position:relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .mouth__step__title {
    background-color: transparent;
    padding: 1em 0 .5em 0;
    font-size: 18px;
    font-size: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 .5em;
  }
}

#g-glamatical-003 .step {
  width: 7.4%;
  position:absolute;
  top:0;
  left:0;
  margin: -1.1% 0 0 6.4%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step {
    width: 13.2%;
    position:relative;
    margin: 0;
  }
}

#g-glamatical-003 .step__contents, #g-glamatical-003 .step04__contents {
  padding:3.5% 6.47%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5.8%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents {
    padding:0 4.4% 10%;
    display: flex;
    flex-direction: column;
  }

  #g-glamatical-003 .step04__contents {
    padding:3.2% 4.4% 10%;
  }
}

#g-glamatical-003 .step__contents .image, #g-glamatical-003 .step__contents .image__step01 {
  width:37%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents .image {
    width:100%;
  }

  #g-glamatical-003 .step__contents .image__step01 {
    width:57.2%;
    margin: 0 auto;
  }
}

#g-glamatical-003 .step04__contents .image {
  width:24%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step04__contents .image {
    width:22%;
    order: 1;
  }
}

#g-glamatical-003 .step__contents .text, #g-glamatical-003 .step04__contents .text {
  flex:1;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents .text {
    flex:1;
    width: 100%;
    font-size: 13px;
    font-size: 3.4vw;
    line-height: 1.6;
    margin-top: 1em;
  }

  #g-glamatical-003 .step04__contents .text {
    font-size: 13px;
    font-size: 3.4vw;
    line-height: 1.6;
    order:2;
  }
}

#g-glamatical-003 .text span {
  text-decoration: underline;
}

.step__arrow {
  width: 6.2%;
  margin: 2.3% auto;
  display: block;
}

#g-glamatical-003 .sec03__notes {
  padding:min(40px, 4.7%) 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__notes {
    padding:min(40px, 5.3%) 0;
  }
}

#g-glamatical-003 .sec03__notes__flex {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font_got);
  font-size: 14px;
  margin-bottom: .2em;
  gap: 0 .5em;
}

#g-glamatical-003 .sec03__notes__flex li.mark {
  width: 2.5em;
}

#g-glamatical-003 .sec03__notes__flex li.mark_text {
  flex: 1;
}

#g-glamatical-003 .sec03__notes__flex:last-of-type {
  margin-bottom: 0em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__notes__flex {
    font-size: 10px;
    font-size: 2.6vw;
  }
}


/*--------------------------
セクション04_マイクロニードルパッチ [高密度針]
--------------------------*/

#g-glamatical-003 #sec04 {
  padding-top: min(165px, 11.4%);
  margin-top: min(30px, 2%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 #sec04 {
    padding-top: min(110px, 14.6%);
    margin-top: min(80px, 10.6%);
  }
}

#g-glamatical-003 .sec04__title {
  font-size: 30px;
  text-align: center;
  color:#fff;
  font-family: var(--font_min);
  font-weight: 500;
  margin: 0 auto;
  padding:1em;
  background-color: #c9ad69;
  position: relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec04__title {
    font-size: 20px;
    font-size: 5.2vw;
    margin: 0 auto 0;
  }
}

#g-glamatical-003 .sec04__title::before {
  content: "";
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__density__point__pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 563px;
  padding-top:120px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: -89px auto 0;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-003 .sec04__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__density__point__pc.png);
    width: min(682px, 68.2%);
    padding-top:12%;
    margin: -8.9% auto 0;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec04__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__density__point__sp.png);
    width: min(680px, 90.6%);
    padding-top:18.2%;
    position: absolute;
    margin: -13.4% auto 0;
  }
}


#g-glamatical-003 .image_text, #g-glamatical-003 .image_text02 {
  width: 100%;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 1em auto 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .image_text {
    width: 100%;
    font-size: 13px;
    font-size:3.4vw;
    line-height: 1.9;
    text-align: justify;
  }

  #g-glamatical-003 .image_text02 {
    width: 100%;
    font-size: 13px;
    font-size:3.4vw;
    line-height: 1.9;
  }
}

#g-glamatical-003 .image_ttl {
  width: 100%;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 2em auto .5em;
  font-family: var(--font_min);
  font-weight: 600;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .image_ttl {
    width: 100%;
    font-size: 13px;
    font-size:3.4vw;
    line-height: 1.9;
    text-align: center;
  }

}

#g-glamatical-003 .image_kininaru {
  width: 65.8%;
  margin: 7.6% auto 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .image_kininaru {
    width: 91.1%;
    margin: 5.8% auto 0;
  }
}

#g-glamatical-003 .image_hikakau {
  width: min(490px, 57.6%);
  margin:0 auto;
}

@media screen and (max-width: 750px)  {
#g-glamatical-003 .image_hikakau {
  width: 100%;
}
}

#g-glamatical-003 .image_hikakau p {
text-align: right;
font-size: 14px;
margin-top: 1em;
line-height: 1;
}

@media screen and (max-width: 750px)  {
#g-glamatical-003 .image_hikakau p {
  font-size: 12px;
  font-size: 3.2vw;
}
}



#g-glamatical-003 .sec04__merchandise {
  width:100%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__density__bg02__pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: min(100px, 11.7%);
  padding-bottom: min(100px, 11.7%);
  padding-bottom: 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec04__merchandise {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec03__density__bg02__sp.png);
    margin-top: min(80px, 12.9%);
    padding-bottom: min(100px, 16.1%);
    padding-bottom: 0;
  }
}

#g-glamatical-003 .sec03__use__bg {
  width:100%;
  background-color: var(--green_bg);
  padding-bottom: min(130px, 9%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec03__use__bg {
    padding-bottom: min(150px, 20%);
  }
}


#g-glamatical-003 .sec04__merchandise__seibun {
  width: min(455px, 53.5%);
  margin: 1em auto 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec04__merchandise__seibun {
    width: min(545px, 87%);
  }
}

#g-glamatical-003 .sec04__merchandise__flex {
  width: min(532px, 62.5%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(50px, 5.8%) auto 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec04__merchandise__flex {
    width: 100%;
    display: block;
    margin: 2em auto 0;
  }
}

#g-glamatical-003 .sec04__merchandise__flex .image {
  width:min(263px, 49.4%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec04__merchandise__flex .image {
    width:min(332px, 53.5%);
    margin: 0 auto;
  }
}

#g-glamatical-003 .sec04__merchandise__flex .text {
  width:50%;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font_got);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec04__merchandise__flex .text {
    width:100%;
    margin-top: 1em;
    font-size: 13px;
    font-size: 3.4vw;
    text-align: center;
  }
}

#g-glamatical-003 .sec04__merchandise__flex .text .btn__detail {
  width:12em;
  text-align: center;
  color: #fff;
  background-color: var(--base);
  border-radius: 9999px;
  margin: 1em 0 0 0;
  padding:.3em 0;
  display: block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

#g-glamatical-003 .sec04__merchandise__flex .text .btn__detail:hover {
  opacity: .5;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec04__merchandise__flex .text .btn__detail {
    margin: 1em auto 0;
  }
}

#g-glamatical-003 .sec04__use__bg {
  width:100%;
  background-color: #eeeef3;
  padding-bottom: min(130px, 9%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec04__use__bg {
    padding-bottom: min(150px, 20%);
  }
}

#g-glamatical-003 .sec05__use__bg {
  width:100%;
  background-color: #e4eff6;
  padding-bottom: min(130px, 9%);
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec05__use__bg {
    padding-bottom: min(150px, 20%);
  }
}

#g-glamatical-003 .density__step__title {
  background-color: #fffbf4;
  border-radius: 10px 10px 0 0;
  padding: .5em 0 .5em 15.2%;
  font-size: 25px;
  font-weight: 500;
  color: #bb9843;
  position:relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .density__step__title {
    background-color: transparent;
    padding: 1em 0 .5em 0;
    font-size: 18px;
    font-size: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 .5em;
  }
}

#g-glamatical-003 .vc__step__title {
  background-color: #fffbf4;
  border-radius: 10px 10px 0 0;
  padding: .5em 0 .5em 15.2%;
  font-size: 25px;
  font-weight: 500;
  color: #99be00;
  position:relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .vc__step__title {
    background-color: transparent;
    padding: 1em 0 .5em 0;
    font-size: 18px;
    font-size: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 .5em;
  }
}

#g-glamatical-003 .step {
  width: 7.4%;
  position:absolute;
  top:0;
  left:0;
  margin: -1.1% 0 0 6.4%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step {
    width: 13.2%;
    position:relative;
    margin: 0;
  }
}

#g-glamatical-003 .step__contents, #g-glamatical-003 .step04__contents {
  padding:3.5% 6.47%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5.8%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents {
    padding:0 4.4% 10%;
    display: flex;
    flex-direction: column;
  }

  #g-glamatical-003 .step04__contents {
    padding:3.2% 4.4% 10%;
  }
}

#g-glamatical-003 .step__contents .image, #g-glamatical-003 .step__contents .image__step01 {
  width:37%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents .image {
    width:100%;
  }

  #g-glamatical-003 .step__contents .image__step01 {
    width:57.2%;
    margin: 0 auto;
  }
}

#g-glamatical-003 .step04__contents .image {
  width:24%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step04__contents .image {
    width:22%;
    order: 1;
  }
}

#g-glamatical-003 .step__contents .text, #g-glamatical-003 .step04__contents .text {
  flex:1;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .step__contents .text {
    flex:1;
    width: 100%;
    font-size: 13px;
    font-size: 3.4vw;
    line-height: 1.6;
    margin-top: 1em;
  }

  #g-glamatical-003 .step04__contents .text {
    font-size: 13px;
    font-size: 3.4vw;
    line-height: 1.6;
    order:2;
  }
}

#g-glamatical-003 .text span {
  text-decoration: underline;
}

.step__arrow {
  width: 6.2%;
  margin: 2.3% auto;
  display: block;
}

#g-glamatical-003 .sec03__notes {
  padding:min(40px, 4.7%) 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__notes {
    padding:min(40px, 5.3%) 0;
  }
}

#g-glamatical-003 .sec03__notes__flex {
  display: flex;
  font-family: var(--font_got);
  font-size: 14px;
  margin-bottom: .2em;
  gap: 0 .5em;
}

#g-glamatical-003 .sec03__notes__flex:last-of-type {
  margin-bottom: 0em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec03__notes__flex {
    font-size: 10px;
    font-size: 2.6vw;
  }
}


/*--------------------------
セクション04_マイクロニードルパッチ [高密度針]
--------------------------*/

#g-glamatical-003 #sec05 {
  padding-top: min(165px, 11.4%);
  margin-top: min(30px, 2%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 #sec05 {
    padding-top: min(110px, 14.6%);
    margin-top: min(80px, 10.6%);
  }
}

#g-glamatical-003 .sec05__title {
  font-size: 30px;
  text-align: center;
  color:#32190e;
  font-family: var(--font_min);
  font-weight: 500;
  margin: 0 auto;
  padding:1em;
  background-color: #fff000;
  position: relative;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec05__title {
    font-size: 20px;
    font-size: 5.2vw;
    margin: 0 auto 0;
  }
}

#g-glamatical-003 .sec05__title::before {
  content: "";
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec04__vc__point__pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 556px;
  padding-top:120px;
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: -89px auto 0;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-003 .sec05__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec04__vc__point__pc.png);
    width: min(556px, 55.6%);
    padding-top:12%;
    margin: -8.9% auto 0;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec05__title::before {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec04__vc__point__sp.png);
    width: min(671px, 89.4%);
    padding-top:18.2%;
    position: absolute;
    margin: -13.4% auto 0;
  }
}

#g-glamatical-003 .sec05__title__ex {
  padding-top: min(70px, 8.2%);
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-family: var(--font_min);
  font-style: italic;
  line-height: 1.8;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec05__title__ex {
    padding-top: min(55px, 8.8%);
    font-size: 16px;
    font-size: 4.3vw;
  }
}

#g-glamatical-003 .sec05__merchandise__seibun {
  width: min(455px, 53.5%);
  margin: min(40px, 4.7%) auto 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec05__merchandise__seibun {
    width: min(545px, 87%);
    margin: min(60px, 9.6%) auto 0;
  }
}

#g-glamatical-003 .sec05__title__ex {
  padding-top: min(70px, 8.2%);
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-family: var(--font_min);
  font-style: italic;
  line-height: 1.8;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec05__title__ex {
    padding-top: min(55px, 8.8%);
    font-size: 16px;
    font-size: 4.3vw;
  }
}

#g-glamatical-003 .sec05__title__ex span {
  border-bottom: 1px solid var(--base);
  padding-bottom: .1em;
}

#g-glamatical-003 .sec05__title__ex b {
  font-size: 135%;
  font-weight: inherit;
}

#g-glamatical-003 .sec05__merchandise {
  width:100%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec04__vc__bg02__pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: min(100px, 11.7%);
  padding-bottom: min(100px, 11.7%);
  padding-bottom: 0;
}

@media screen and (max-width: 750px)  {
  #g-glamatical-003 .sec05__merchandise {
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/sec04__vc__bg02__sp.png);
    margin-top: min(80px, 12.9%);
    padding-bottom: min(100px, 16.1%);
    padding-bottom: 0;
  }
}




/*--------------------------
探す
--------------------------*/

#g-glamatical-003 .search {
  padding-bottom: min(70px, 4.8%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search {
    padding-bottom: min(65px, 9.5%);
  }
}

#g-glamatical-003 .search__title {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font_min);
  color: #fff;
  text-align: center;
  padding: 1em 0 ;
  background-color: var(--base);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__title {
    font-size: 25px;
    font-size: 6.6vw;
  }
}

#g-glamatical-003 .search__banner {
  margin: min(65px, 9%) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.7%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__banner {
    margin: min(90px, 13.2%) auto 0;
    display: flex;
    flex-direction: column;
    gap: 0%;
  }
}

#g-glamatical-003 .search__banner li {
  width: 48.6%;
  display: block;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__banner li {
    width: min(580px, 85.2%);
    margin: 0 auto;
  }
}

#g-glamatical-003 .search__banner li:nth-child(2) {
  margin-top: 0;
}

#g-glamatical-003 .search__banner li:nth-child(n + 3) {
  margin-top: min(20px, 2.7%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__banner li:nth-child(n + 2) {
    margin-top: min(30px, 4.4%);
  }
}

#g-glamatical-003 .search__banner li.instagram {
  width: min(500px, 69.4%);
  margin-top: min(50px, 6.9%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__banner li.instagram {
    width: 100%;
    margin-top: min(100px, 14.7%);
  }
}

#g-glamatical-003 .search__banner li.shop {
  width: min(500px, 69.4%);
  margin-top: min(50px, 6.9%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__banner li.shop {
    width: min(580px, 85.2%);
    margin-top: min(50px, 7.3%);
  }
}

#g-glamatical-003 .search__banner li.totop {
  width: min(270px, 37.5%);
  margin-top: min(50px, 6.9%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .search__banner li.totop {
    width: min(420px, 61.7%);
    margin-top: min(50px, 7.3%);
  }
}

/*--------------------------
ナビ
--------------------------*/
.sec__btn__hidden {
  width: 100%;
  background:rgba(255,255,255,0.7);
  position: fixed;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
  display: none;

  /*デフォルトで非表示にする*/
  /* opacity: 0;
  visibility: hidden; */
}

.fixed{
  /* opacity: 1;
  visibility: visible; */
  opacity: 1;
  position: fixed;
  bottom: 0;
  height: auto;
 }

 .is-hidden {
  visibility: hidden;
  opacity: 0;
}


@media screen and (max-width: 750px) {
  #g-glamatical-003 .sec__btn__hidden .l-container {
    padding: 0;
  }
}




#g-glamatical-003 nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(23px, 2.3%) auto;
  gap: 0 min(20px, 2%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 nav {
    width: 100%;
    margin: 0 auto;
    gap: 0;
    flex-wrap: wrap;
  }
}

#g-glamatical-003 nav .list {
  width: min(220px, 22%);
  background-color: var(--base);
  border: double 3px #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  font-family: var(--font_min);
  color: #fff;
  padding: .5em 0;
  position: relative;
  transition: 0.3s ease-in-out;
}

#g-glamatical-003 nav .list:hover {
  opacity: .5;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-003 nav .list {
    font-size: 14px;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 nav .list {
    width: 50%;
    /* font-size: 14px;
    font-size: 3.8vw; */
    font-size: 12px;
    font-size: 3.0vw;
    padding: .5em 0;
  }
}


#g-glamatical-003 nav .list::after{
  content: "";
  width: min(12px, 5.4%);
  padding-top: 8.6%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/arrow__right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto 0 auto min(15px, 6.8%);
  top:50%;
  left:0;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 nav .list::after{
    width: min(12px, 4.8%);
    padding-top: 7.6%;
    margin: auto 0 auto min(15px, 6%);
  }
}

#g-glamatical-003 nav .list a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}

#g-glamatical-003 nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.1% 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 nav ul{
    padding: 3.3% 2.2%;
  }
}

#g-glamatical-003 nav ul li{
  width: 23.5%;
  display: block;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 nav ul li{
    width: 22.6%;
  }
}



/*--------------------------
モーダル
--------------------------*/

/*モーダルを開くボタン*/
.modal-open01, .modal-open02, .modal-open03, .modal-open04, .modal-open05, .modal-open06, .modal-open07, .modal-open08, .modal-open09{
  display: block;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container01, .modal-container02, .modal-container03, .modal-container04, .modal-container05, .modal-container06, .modal-container07, .modal-container08, .modal-container09 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
  /* background-color: #e8e8e8; */
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
  z-index: 10;
  z-index: 1000;
  overflow: hidden; 
}

/*モーダル本体の擬似要素の指定*/
.modal-container01:before, .modal-container02:before, .modal-container03:before, .modal-container04:before, .modal-container05:before, .modal-container06:before, .modal-container07:before, .modal-container08:before, .modal-container09:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container01.active__modal01, .modal-container02.active__modal02, .modal-container03.active__modal03, .modal-container04.active__modal04, .modal-container05.active__modal05, .modal-container06.active__modal06, .modal-container07.active__modal07, .modal-container08.active__modal08, .modal-container09.active__modal09{
	opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body01, .modal-body02, .modal-body03, .modal-body04, .modal-body05, .modal-body06, .modal-body07, .modal-body08, .modal-body09{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: min(900px, 90%);
  background: #fff;
  padding: 4% 1% 3%;
  border-radius: 20px;
}

@media screen and (max-width: 750px) {
  .modal-body01, .modal-body02, .modal-body03, .modal-body04, .modal-body05, .modal-body06, .modal-body07, .modal-body08, .modal-body09{
    max-width: min(650px, 86.6%);
    padding: 7.5% 2% 6%;
    border-radius: 10px;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close01, .modal-close02, .modal-close03, .modal-close04, .modal-close05, .modal-close06, .modal-close07, .modal-close08, .modal-close09{
	position: absolute;
	top: 0;
	right: 0;
	width: min(60px, 6.6%);
  margin: min(-25px, -2.7%) min(25px, 2.7%) 0 0 ;
	cursor: pointer;
  display: block;
}

@media screen and (max-width: 750px) {
  .modal-close01, .modal-close02, .modal-close03, .modal-close04, .modal-close05, .modal-close06, .modal-close07, .modal-close08, .modal-close09{
    position: absolute;
    top: 0;
    right: 0;
    width: min(60px, 12.3%);
    margin: min(-20px, -3.4%) min(-10px, -1.5%) 0 0 ;
    cursor: pointer;
    display: block;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-content01, .modal-content02, .modal-content03, .modal-content04, .modal-content05, .modal-content06, .modal-content07, .modal-content08, .modal-content09{
	text-align: left;
  height: 63vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;

  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.modal-content01::-webkit-scrollbar, .modal-content02::-webkit-scrollbar, .modal-content03::-webkit-scrollbar, .modal-content04::-webkit-scrollbar, .modal-content05::-webkit-scrollbar, .modal-content06::-webkit-scrollbar, .modal-content07::-webkit-scrollbar, .modal-content08::-webkit-scrollbar, .modal-content09::-webkit-scrollbar{
	/* Chrome, Safari 対応 */
  display: none;
}

@media screen and (max-width: 750px) {
  .modal-content01, .modal-content02, .modal-content03, .modal-content04, .modal-content05, .modal-content06, .modal-content07, .modal-content08, .modal-content09{
    height: 70vh;
  }
}

#g-glamatical-003 .modal-content__wrap {
  max-width: 100%;
  padding: 0 5%;
}

#g-glamatical-003 .modal-content__wrap .modal__title {
  background-color: var(--blue_bg);
  font-family: var(--font_min);
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: .5em .3em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__title {
    font-size: 14px;
    font-size: 3.6vw;
  }
}

#g-glamatical-003 .modal-content__wrap .modal__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 3.9%; */
  margin-top: 1.3%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__flex {
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
}

#g-glamatical-003 .modal-content__wrap .modal__image {
  width: 28.2%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__image {
    width: 90%;
    margin: 0 auto;
  }
}


#g-glamatical-003 .margin_top__plus {
  margin-top: 2%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .margin_top__plus {
    margin-top: 0%;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__image {
    width: 90%;
    margin: 0 auto;
  }
}

#g-glamatical-003 .modal-content__wrap .modal__flex__text {
  width: 65.2%;
}

#g-glamatical-003 .modal-content__wrap .modal__flex__text p {
  font-size: 16px;
  line-height: 2;
  font-family: var(--font_got);
  text-align: justify;
}

#g-glamatical-003 .modal-content__wrap .modal__list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
  text-align: justify;
}

#g-glamatical-003 .modal-content__wrap .modal__list li {
  margin-top: 0em;
}

#g-glamatical-003 .modal-content__wrap .modal__list02 {
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
  text-align: justify;
}

#g-glamatical-003 .modal-content__wrap .modal__list02 li {
  margin-top: 0em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__flex__text {
    width: 100%;
  }

  #g-glamatical-003 .modal-content__wrap .modal__flex__text p {
    font-size: 14px;
    font-size: 3.6vw;
  }

  #g-glamatical-003 .modal-content__wrap .modal__list {
    font-size: 13px;
    font-size: 3.4vw;
  }
}

#g-glamatical-003 .modal-content__wrap .item__name {
  font-size: 26px;
  font-family: var(--font_got);
  font-weight: 700;
  margin: 0 0 0.5em;
}

#g-glamatical-003 .modal-content__wrap .item__name span {
  font-size: 75%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .item__name {
    font-size: 16px;
    font-size: 4.3vw;
    text-align: center;
    margin: 1em 0 0.5em;
  }
}

#g-glamatical-003 .modal-content__wrap .btn__buy {
  width: 91.4%;
  background-color: var(--base);
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: .5em;
  margin: 1em auto 0;
  position: relative;
  display: block;
}

#g-glamatical-003 .modal-content__wrap .btn__buy::after {
  content: "";
  width: 4.3%;
  padding-top: 16%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/arrow__right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5% 6% 0 0;
  top:50%;
  right:0;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .btn__buy {
    width: 91.4%;
    font-size: 13px;
    font-size: 3.4vw;
  }
  
  #g-glamatical-003 .modal-content__wrap .btn__buy::after {
    content: "";
    width: 4.3%;
    padding-top: 16%;
    background-image: url(/Contents/ImagesPkg/portal/g-glamatical-003/arrow__right.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5% 6% 0 0;
    top:50%;
    right:0;
    transform: translateY(-50%);
    position: absolute;
  }
}

#g-glamatical-003 .modal-content__wrap .modal__detail {
  width: 100%;
  display: flex;
  border: 2px solid #f2ebe2;
  font-family: var(--font_got);
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    font-size: 14px;
    font-size: 3.6vw;
  }
}

#g-glamatical-003 .modal-content__wrap .modal__detail .detail__title {
  background-color: #f2ebe2;
  padding: .5em 1em;
  text-align: center;
  width: 10em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__detail .detail__title {
    width: 100%;
    padding: .3em 1em;
  }
}

#g-glamatical-003 .modal-content__wrap .modal__detail .detail__content {
  background-color: #fff;
  padding: .5em 1em;
  text-align: left;
  flex: 1;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap .modal__detail .detail__content {
    padding: .5em 0em;
  }
}

#g-glamatical-003 .modal-content__wrap ul.modal__notes {
  font-size: 12px;
  line-height: 2;
  font-family: var(--font_got);
  font-weight: 500;
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal-content__wrap ul.modal__notes {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

#g-glamatical-003 .modal-content__wrap ul.modal__notes li {
  margin: 0;
  padding: 0;
}

#g-glamatical-003 .spf {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  margin: 1em 0;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .spf {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px 0;
    margin: .5em 0;
    font-size: 16px;
    font-size: 4.3vw;
  }
}

#g-glamatical-003 .spf .image {
  width: 25%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .spf .image {
    width: 50%;
  }
}

#g-glamatical-003 .ex {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 1em;
  border: 1px solid var(--base);
  margin: 1em 0;
  text-align: justify;
  gap:0 1em;
}

#g-glamatical-003 .ex .pic {
  width: 29%;
}

#g-glamatical-003 .ex p {
  flex:1;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .ex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 14px;
    font-size: 3.8vw;
    padding: 1em;
    margin: 1em 0 0;
    text-align: justify;
    gap:0 1em;
  }
  
  #g-glamatical-003 .ex .pic {
    width: 100%;
  }
  
  #g-glamatical-003 .ex p {
    flex:1;
    margin: .5em 0 0;
    font-size: 14px;
    font-size: 3.4vw;
  }
}

#g-glamatical-003 .modal__detail__hari03__image {
  width: min(347px, 65.7%);
  margin: 1em auto;
}

@media screen and (max-width: 750px) {
  #g-glamatical-003 .modal__detail__hari03__image {
    width: min(570px, 100%);
    margin: 1em auto;
  }
  
}


@media screen and (max-width: 767px) {
  .btn__returnTop {
    width: 4.5rem;
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    z-index: 98;
    display: none !important;
  }
}

/*スクロールバー*/

.scroll {
  width: 100%;
}

/*--------------------------
追従バナー
--------------------------*/

.item-category .item-category__point-bnr {
  display: block;
  position: fixed;
  right: 0;
  top:0;
  z-index: 4;
  margin-top: 350px;
}

@media screen and (max-width: 960px) {
  .item-category img {
    width: 100%;
    height: auto;
  }
  
  .item-category .item-category__point-bnr {
    width: 15%;
    margin-top: 400px;
  }
}

@media screen and (max-width: 500px) {
  .item-category img {
    width: 100%;
    height: auto;
  }
  
  .item-category .item-category__point-bnr {
    width: 15%;
    margin-top: 360px;
  }
}

/*--------------------------
アコーディオン
--------------------------*/

.accordion-container {
  margin: min(40px, 4.7%) auto 0;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .accordion-container {
    margin: min(50px, 7.3%) auto 0;
  }
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title01 {
  background: #f591b6;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  padding: .5em;
  text-align: center;
  position: relative;
  width: min(300px, 35.2%);
  margin: 0 auto;
  font-weight: 500;
  font-family: var(--font_got);
  transition: 0.3s ease-in-out;
  display: block;
}

.accordion-title01:hover {
  opacity: .5;
}

@media screen and (max-width: 750px) {
  .accordion-title01 {
    width: 41.3%;
    font-size: 13px;
    font-size: 3.2vw;
    border-radius: 9999px;
  }
}

.accordion-title01:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #f591b6;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  z-index: 10;
}

.accordion-title01:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #f591b6;
  transition: all .3s ease-in-out;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .accordion-title01:before {
    right: 12px;
    height: 2px;
    width: 12px;
  }
  
  .accordion-title01:after {
    right: 12px;
    height: 2px;
    width: 12px;
  }
}

.accordion-title01.open:before {
  transform: rotate(180deg);
}
.accordion-title01.open:after {
  opacity: 0;
}

.accordion-title02 {
  background: #7ebda3;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  padding: .5em;
  text-align: center;
  position: relative;
  width: min(300px, 35.2%);
  margin: 0 auto;
  font-weight: 500;
  font-family: var(--font_got);
  transition: 0.3s ease-in-out;
  display: block;
}

.accordion-title02:hover {
  opacity: .5;
}

@media screen and (max-width: 750px) {
  .accordion-title02 {
    width: 41.3%;
    font-size: 13px;
    font-size: 3.2vw;
    border-radius: 9999px;
  }
}

.accordion-title02:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #7ebda3;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  z-index: 10;
}

.accordion-title02:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #7ebda3;
  transition: all .3s ease-in-out;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .accordion-title02:before {
    right: 12px;
    height: 2px;
    width: 12px;
  }
  
  .accordion-title02:after {
    right: 12px;
    height: 2px;
    width: 12px;
  }
}

.accordion-title02.open:before {
  transform: rotate(180deg);
}
.accordion-title02.open:after {
  opacity: 0;
}

.accordion-title03 {
  background: #bb9843;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  padding: .5em;
  text-align: center;
  position: relative;
  width: min(300px, 35.2%);
  margin: 0 auto;
  font-weight: 500;
  font-family: var(--font_got);
  transition: 0.3s ease-in-out;
  display: block;
}

.accordion-title03:hover {
  opacity: .5;
}

@media screen and (max-width: 750px) {
  .accordion-title03 {
    width: 41.3%;
    font-size: 13px;
    font-size: 3.2vw;
    border-radius: 9999px;
  }
}

.accordion-title03:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #bb9843;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  z-index: 10;
}

.accordion-title03:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #bb9843;
  transition: all .3s ease-in-out;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .accordion-title03:before {
    right: 12px;
    height: 2px;
    width: 12px;
  }
  
  .accordion-title03:after {
    right: 12px;
    height: 2px;
    width: 12px;
  }
}

.accordion-title03.open:before {
  transform: rotate(180deg);
}
.accordion-title03.open:after {
  opacity: 0;
}

.accordion-title04 {
  background: #99be00;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  padding: .5em;
  text-align: center;
  position: relative;
  width: min(300px, 35.2%);
  margin: 0 auto;
  font-weight: 500;
  font-family: var(--font_got);
  transition: 0.3s ease-in-out;
  display: block;
}

.accordion-title04:hover {
  opacity: .5;
}

@media screen and (max-width: 750px) {
  .accordion-title04 {
    width: 41.3%;
    font-size: 13px;
    font-size: 3.2vw;
    border-radius: 9999px;
  }
}

.accordion-title04:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #99be00;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  z-index: 10;
}

.accordion-title04:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #99be00;
  transition: all .3s ease-in-out;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .accordion-title04:before {
    right: 12px;
    height: 2px;
    width: 12px;
  }
  
  .accordion-title04:after {
    right: 12px;
    height: 2px;
    width: 12px;
  }
}

.accordion-title04.open:before {
  transform: rotate(180deg);
}
.accordion-title04.open:after {
  opacity: 0;
}

.accordion-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 30px;
  height: 30px;
  margin: auto 0;
  border-radius: 50%;/*角丸*/
  background-color: #fff;
  opacity: .9;
}

@media screen and (max-width: 750px) {
  .accordion-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 20px;
    height: 20px;
  }
}

.accordion-text {
  display: none;
  padding: 0;
  margin: min(40px, 4.7%) auto;
}

@media screen and (max-width: 750px) {
  .accordion-text {
    margin: min(50px, 7.3%) auto;
  }
}
