@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-007 */

:root {
  --base: #00578d;
  --font_got: YakuHanJP, "Noto Sans JP", sans-serif;
  --font_min: YakuHanMP, "Zen Old Mincho", serif;
  --text_purple:#554f93;
  --purple:#6a5d97;
}

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

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

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

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

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

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

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

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

#g-glamatical-007 sup.small {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: .8em;
}

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

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


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

#g-glamatical-007 .l-container, #g-glamatical-007 .l-container02 {
  max-width: 1060px;
  padding: 0 min(2.83%, 30px);
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
}

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

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

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

#g-glamatical-007 .l-inner750 {
  max-width: 750px;
  margin: 0 auto;
}

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

#g-glamatical-007 .l-inner850_02 {
  width: calc(850/1000*100%);
  margin: 0 auto;
}

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

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

#g-glamatical-007 .l-relative {
  position: relative;
}


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

/* インビュー */

.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;
}

/* タイトル */

#g-glamatical-007 .ttl_hito01 {
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(166, 107, 157, 1) 20%, rgba(100, 87, 153, 1) 50%, rgba(166, 107, 157, 1) 70%, rgba(255, 255, 255, 0) 100% ); 
  text-align: center;
  line-height: 1;
  font-size: 69px;
  font-family: var(--font_min);
  font-weight: 600;
  color: #fff;
  padding: .15em 0;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .ttl_hito01 {
    font-size: 6.9vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .ttl_hito01 {
    width: 111%;
    background: linear-gradient(90deg, rgba(96, 95, 143, 1), rgba(96, 83, 146, 1) 20%, rgba(161, 105, 152, 1) 70%, rgba(255, 255, 255, 0) 100% ); 
    font-size: 9.2vw;
    margin: 0 calc(-38/750*100%);
  }
}

#g-glamatical-007 .ttl_hito02 {
  margin-top: calc(75/1000*100%);
  font-size: 48px;
  font-weight: 600;
  font-family: var(--font_min);
  color: var(--text_purple);
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .ttl_hito02 {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .ttl_hito02 {
    margin-top: calc(50/680*100%);
    font-size: 5.8vw;
  }
}

#g-glamatical-007 .text_lead {
  margin-top: calc(60/1000*100%);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .text_lead {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .text_lead {
    margin-top: calc(60/680*100%);
    font-size: 3.7vw;
  }
}

#g-glamatical-007 .products_name {
  margin: calc(20/1000*100%) auto 0;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .g-glamatical-007 .products_name {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .products_name {
    margin: calc(20/680*100%) auto 0;
    font-size: 3.8vw;
  }
}

/* ボタン */

#g-glamatical-007 .btn__buy {
  width: calc(350/1000*100%);
  background-color: #4a636f;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: calc(20/1000*100%) 0;
  margin: calc(30/1000*100%) auto 0;
  position: relative;
  display: block;
}

#g-glamatical-007 .btn__buy::after {
  content: "";
  width: 4.3%;
  padding-top: 16%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-007/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: 1000px) {
  #g-glamatical-007 .btn__buy {
    font-size: 2.6vw
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .btn__buy {
    font-size: 2.6vw
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .btn__buy {
    width: calc(350/680*100%);
    font-size: 3.4vw;
    padding: calc(20/680*100%) 0;
    margin: calc(30/680*100%) auto 0;
  }
}


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

#g-glamatical-007 .kv {
  width: 100%;
}

/*--------------------------
セクション_リード01
--------------------------*/

#g-glamatical-007 .sec-l01 {
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/sec-l01_bg_pc.png) no-repeat center top / cover;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec-l01 {
    background: url(/Contents/ImagesPkg/portal/g-glamatical-007/sec-l01_bg_sp.png) no-repeat center top / cover;
  }
}

#g-glamatical-007 .sec-l01_container {
  padding: calc(60/1000*100%) 0 calc(115/1000*100%);
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_container { 
    padding: calc(90/680*100%) 0 calc(70/680*100%);
  }
}

#g-glamatical-007 .sec-l01_ttl {
  font-size: 66px;
  font-family: var(--font_min);
  color: var(--base);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

#g-glamatical-007 .sec-l01_ttl span {
  font-size: 65%;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l01_ttl {
    font-size: 6.6vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_ttl {
    font-size: 8vw;
  }
}

#g-glamatical-007 .sec-l01_bihaku {
  width: calc(490/1000*100%);
  margin: calc(50/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_bihaku {
    width: calc(410/680*100%);
    margin: calc(20/680*100%) auto 0;
  }
}

#g-glamatical-007 .sec-l01_lead {
  margin: calc(50/1000*100%) auto 0;
  font-family: var(--font_got);
  color: var(--base);
  font-size: 26px;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l01_lead {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_lead {
    margin: calc(60/680*100%) auto 0;
    font-size: 3.4vw;
    line-height: 1.8;
  }
}

#g-glamatical-007 .sec-l01_wrap {
  width: calc(800/1000*100%);
  background-color: #fff;
  border-radius: 18px;
  padding: calc(40/1000*100%) calc(65/1000*100%);
  font-family: var(--font_min);
  margin: calc(60/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_wrap {
    width: 100%;
    border-radius: 2.4vw;
    padding: calc(40/680*100%) calc(35/680*100%);
    margin: calc(40/680*100%) auto 0;
  }
}

#g-glamatical-007 .sec-l01_osusume {
  background-color: var(--base);
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: .3em;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l01_osusume {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_osusume {
    font-size:4.2vw;
  }
}

#g-glamatical-007 .sec-l01_osusume_list {
  list-style: none;
  max-width: 16em;
  margin: 1em auto 0;
  display: flex;
  align-items: flex-start;;
  flex-direction: column;
  font-size: 31px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l01_osusume_list {
    font-size: 3.1vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_osusume_list {
    font-size:4.1vw;
  }
}

#g-glamatical-007 .sec-l01_osusume_list li {
  text-align: left;
	display: inline-block;
}

#g-glamatical-007 .sec-l01_youtube_ttl {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  text-align: center;
  font-family: var(--font_min);
  letter-spacing: .1em;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l01_youtube_ttl {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_youtube_ttl {
    font-size: 8vw;
  }
}

#g-glamatical-007 .sec-l01_youtube {
  width: calc(640/1000*100%);
  margin: calc(30/1000*100%) auto calc(55/1000*100%);
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l01_youtube {
    width: calc(580/680*100%);
    margin: calc(25/680*100%) auto calc(60/680*100%);
  }
}

#g-glamatical-007 .sec-l01_youtube iframe {
    width: 100%;
    height: 100%;
}


/*--------------------------
セクション_リード02
--------------------------*/

#g-glamatical-007 .sec-l02 {
  background: #bde0f5 url(/Contents/ImagesPkg/portal/g-glamatical-007/sec-l02_bg_pc.png) no-repeat center top / 100%;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec-l02 {
    background: #bde0f5 url(/Contents/ImagesPkg/portal/g-glamatical-007/sec-l02_bg_sp.png) no-repeat center top / contain;
  }
}

#g-glamatical-007 .sec-l02_container {
  padding: calc(335/1000*100%) 0 calc(110/1000*100%);
  position: relative;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l02_container { 
    padding: calc(260/680*100%) 0 calc(80/680*100%);
  }
}

#g-glamatical-007 .sec-l02_ttl {
  position: absolute;
  width: calc(1028/1000*100%);
  top: 0;
  left: 0;
  right: 0;
  margin: calc(100/1000*100%) auto 0 ;
  z-index: 2;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l02_ttl {
    position: absolute;
    width: calc(684/680*100%);
    margin: calc(45/680*100%) auto 0 ;
  }
}

#g-glamatical-007 .sec-l02_wrap {
  width: calc(850/1000*100%);
  margin: 0 auto;
  border: 1px solid var(--base);
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l02_wrap {
    width: 100%;
    border-radius: 2.4vw;
  }
}

#g-glamatical-007 .sec-l02_wrap_image {
  padding: calc(60/850*100%) calc(105/850*100%) calc(55/850*100%) calc(80/850*100%) ;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l02_wrap_image {
    padding: calc(60/680*100%) calc(20/680*100%) calc(30/680*100%) 0 ;
  }
}

#g-glamatical-007 .sec-l02_hadaare {
  width: calc(680/1000*100%);
  margin: calc(60/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l02_hadaare {
    width: 100%;
    margin: calc(60/680*100%) auto 0;
  }
}

/*--------------------------
セクション_リード03
--------------------------*/

#g-glamatical-007 .sec-l03 {
  background: #fff url(/Contents/ImagesPkg/portal/g-glamatical-007/sec-l03_vc_bg_pc.png) no-repeat center top / cover;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec-l03 {
    background: #fff url(/Contents/ImagesPkg/portal/g-glamatical-007/sec-l03_vc_bg_sp.png) no-repeat center top / cover;
  }
}

#g-glamatical-007 .sec-l03_container {
  width: calc(850/1000*100%);
  margin: 0 auto;
  padding: calc(90/1000*100%) 0 calc(100/1000*100%);
  position: relative;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l03_container { 
    padding: calc(65/680*100%) 0 calc(65/680*100%);
  }
}

#g-glamatical-007 .sec-l03_times {
  width: calc(72/1000*100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(-36/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l03_times {
    width: calc(68/680*100%);
    margin: calc(-34/680*100%) auto 0;
  }
}

/*--------------------------
セクション_リード04
--------------------------*/

#g-glamatical-007 .sec-l04_container {
  width: calc(850/1000*100%);
  margin: 0 auto;
  padding: calc(120/1000*100%) 0 calc(110/1000*100%);
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_container { 
    width: 100%;
    padding: calc(60/680*100%) 0 calc(150/680*100%);
  }
}

#g-glamatical-007 .sec-l04_text01,
#g-glamatical-007 .sec-l04_text02 {
  margin: calc(40/850*100%) auto 0;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #4a636f;
}

#g-glamatical-007 .sec-l04_text02 {
  margin: calc(25/850*100%) auto 0;
  color: #716aac;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l04_text01,
  #g-glamatical-007 .sec-l04_text02 { 
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_text01,
  #g-glamatical-007 .sec-l04_text02 { 
    margin-top: calc(40/680*100%);
    font-size: 3.7vw;
  }

  #g-glamatical-007 .sec-l04_text02 { 
    margin-top: calc(25/680*100%);
  }
}

#g-glamatical-007 .sec-l04_sarani {
  width: calc(270/850*100%);
  margin: calc(80/850*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_sarani { 
    width: calc(270/680*100%);
    margin: calc(80/680*100%) auto 0;
  }
}

#g-glamatical-007 .sec-l04_kaori {
  width: 100%;
  margin-top: calc(15/850*100%);
  background-color: #716aac;
  border-radius: 9999px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding: .5em 0;
  text-align: center;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_kaori {
    margin-top: calc(15/680*100%);
    font-size: 4.8vw;
  }
}

/*--------------------------
セクション01
--------------------------*/

#g-glamatical-007 .sec01 {
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center 0vw / 100%;
}

#g-glamatical-007 .sec02{
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center -5vw / 100%;
}

#g-glamatical-007 .sec03 {
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center 0vw / 100%;
}

#g-glamatical-007 .sec04 {
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center -5vw / 100%;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec01 {
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center 35vw / contain;
}

#g-glamatical-007 .sec02{
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center 20vw / contain;
}

#g-glamatical-007 .sec03 {
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center 35vw / contain;
}

#g-glamatical-007 .sec04 {
  background: #e7f4fd url(/Contents/ImagesPkg/portal/g-glamatical-007/sec01_bg_pc.png) no-repeat center 30vw / contain;
}
}

#g-glamatical-007 .sec01_container,
#g-glamatical-007 .sec02_container,
#g-glamatical-007 .sec03_container,
#g-glamatical-007 .sec04_container {
  width: 100%;
  margin: 0 auto;
  padding: calc(120/1000*100%) 0 calc(85/1000*100%);
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec01_container,
  #g-glamatical-007 .sec02_container,
  #g-glamatical-007 .sec03_container,
  #g-glamatical-007 .sec04_container { 
    width: 100%;
    padding: 0 0 calc(90/680*100%);
  }
}

#g-glamatical-007 .sec01_ttl,
#g-glamatical-007 .sec02_ttl,
#g-glamatical-007 .sec03_ttl,
#g-glamatical-007 .sec04_ttl {
  width: 100%;
  margin: 0 0 0 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec01_ttl,
  #g-glamatical-007 .sec02_ttl,
  #g-glamatical-007 .sec03_ttl,
  #g-glamatical-007 .sec04_ttl {
    width: calc(750/680*100%);
    margin: 0 calc(-35/680*100%);
  }
}

#g-glamatical-007 .sec01_image {
  width: calc(760/1000*100%);
  margin: calc(55/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec01_image {
    width: calc(622/680*100%);
    margin: calc(55/680*100%) auto 0;
  }
}


/*--------------------------
セクション02
--------------------------*/

#g-glamatical-007 .sec02_image {
  width: calc(750/1000*100%);
  margin: calc(55/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec02_image {
    width: calc(622/680*100%);
    margin: calc(55/680*100%) auto 0;
  }
}

/*--------------------------
セクション03
--------------------------*/

#g-glamatical-007 .sec03_image {
  width: calc(750/1000*100%);
  margin: calc(55/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec03_image {
    width: calc(622/680*100%);
    margin: calc(55/680*100%) auto 0;
  }
}

/*--------------------------
セクション04
--------------------------*/

#g-glamatical-007 .sec04_image {
  width: calc(751/1000*100%);
  margin: calc(55/1000*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec04_image {
    width: calc(660/680*100%);
    margin: calc(55/680*100%) auto 0;
  }
}










#g-glamatical-007 .sec-l04_text01,
#g-glamatical-007 .sec-l04_text02 {
  margin: calc(40/850*100%) auto 0;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #4a636f;
}

#g-glamatical-007 .sec-l04_text02 {
  margin: calc(25/850*100%) auto 0;
  color: #716aac;
}

@media screen and (max-width: 1000px) { 
  #g-glamatical-007 .sec-l04_text01,
  #g-glamatical-007 .sec-l04_text02 { 
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_text01,
  #g-glamatical-007 .sec-l04_text02 { 
    margin-top: calc(40/680*100%);
    font-size: 3.7vw;
  }

  #g-glamatical-007 .sec-l04_text02 { 
    margin-top: calc(25/680*100%);
  }
}

#g-glamatical-007 .sec-l04_sarani {
  width: calc(270/850*100%);
  margin: calc(80/850*100%) auto 0;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_sarani { 
    width: calc(270/680*100%);
    margin: calc(80/680*100%) auto 0;
  }
}

#g-glamatical-007 .sec-l04_kaori {
  width: 100%;
  margin-top: calc(15/850*100%);
  background-color: #716aac;
  border-radius: 9999px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding: .5em 0;
  text-align: center;
}

@media screen and (max-width: 750px) { 
  #g-glamatical-007 .sec-l04_kaori {
    margin-top: calc(15/680*100%);
    font-size: 4.8vw;
  }
}









#g-glamatical-007 .sec_l01_lead {
  width: calc(670/1000*100%);
  padding-top:  calc(130/1000*100%);
  margin: 0 auto;
  background: url();
}

#g-glamatical-007 .sec_lead_ttl {
  width: calc(670/1000*100%);
  padding-top:  calc(130/1000*100%);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_ttl {
    width: calc(586/680*100%);
    padding-top:  calc(170/680*100%);
    margin: 0 auto;
  }
}

#g-glamatical-007 .sec_lead_lead {
  margin: calc(70/1000*100%) auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  color: var(--text_purple);
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .sec_lead_lead {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_lead {
    font-size: 3.7vw;
    line-height: 1.8;
  }
}

#g-glamatical-007 .sec_lead_text {
  margin: calc(60/1000*100%) auto 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
  color: var(--text_purple);
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .sec_lead_text {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_text {
    margin: calc(70/680*100%) auto 0;
    font-size: 3.7vw;
  }
}

#g-glamatical-007 .sec_lead_figure {
  width: calc(562/1000*100%);
  margin: calc(50/1000*100%) auto 0;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_figure {
    width: calc(562/680*100%);
    margin: calc(50/680*100%) auto 0;
  }
}

#g-glamatical-007 .sec_lead_notes {
  margin-top: calc(40/1000*100%);
  font-family: var(--font_got);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .sec_lead_notes {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_notes {
    font-size: 3.4vw;
  }
}

#g-glamatical-007 .sec_lead_notes02 {
  margin-top: calc(20/1000*100%);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  padding-bottom: calc(160/1000*100%);
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .sec_lead_notes02 {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_notes02 {
    margin-top: calc(20/680*100%);
    font-size: 10px;
    padding-bottom: calc(210/680*100%);
  }
}

#g-glamatical-007 .sec_lead_cell01 {
  position: absolute;
  width: calc(155/1000*100%);
  top: 0;
  left: 0;
  margin: calc(252/1000*100%) 0 0 calc(15/1000*100%);
}

#g-glamatical-007 .sec_lead_cell02 {
  display: none;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec_lead_cell01 {
    position: absolute;
    width: 16.8vw;
    top: 0; 
    left: 0;  
    margin: 10vw 0 0 -7.4vw;
  }

  #g-glamatical-007 .sec_lead_cell02 {
    display: block;
    position: absolute;
    width: 17vw;
    top: 0;
    right: 0;
    margin: 25.3vw -5.3vw 0 0;
  }
}


/*--------------------------
セクション01_原液
--------------------------*/


/*--------------------------
セクション02_クリーム
--------------------------*/

/*--------------------------
セクション03_アイクリーム
--------------------------*/


/*--------------------------
ポイント
--------------------------*/
.point_container, .sec03_point_container {
  background-color: #fff;
  position: relative;
  margin: calc(60/750*100%) auto 0;
  padding: calc(60/750*100%) calc(60/750*100%) calc(50/750*100%);
}

@media screen and (max-width: 750px) {
  .point_container, .sec03_point_container {
    margin: calc(50/680*100%) auto 0;
    padding: calc(55/680*100%) calc(30/680*100%) calc(50/680*100%);
  }
}

.sec03_point_container {
  padding: calc(140/750*100%) calc(65/750*100%) calc(130/750*100%);
}

@media screen and (max-width: 750px) {
  .sec03_point_container {
    padding: calc(140/680*100%) calc(30/680*100%) calc(130/680*100%);
  }
}

.point_ttl_sub {
  font-size: 49px;
  font-weight: 600;
  font-family: var(--font_min);
  line-height: 1.2;
  text-align: center;
  margin: 0 auto calc(30/620*100%);
}

@media screen and (max-width: 1000px) {
  .point_ttl_sub {
    font-size: 4.9vw;
  }
}

@media screen and (max-width: 750px) {
  .point_ttl_sub {
    font-size: 6.5vw;
    margin: 0 auto calc(30/620*100%);
  }
}

.point_ttl {
  font-size: 70px;
  font-weight: 600;
  font-family: var(--font_min);
  line-height: 1;
  text-align: center;
}

.point_ttl span {
  border-bottom: 1px solid var(--base);
  padding: 0 .5em 0em;
}

@media screen and (max-width: 1000px) {
  .point_ttl {
    font-size: 7.0vw;
  }
}

@media screen and (max-width: 750px) {
  .point_ttl {
    font-size: 9.3vw;
  }
}

.sec03_point_ttl {
  font-size: 57px;
  font-weight: 600;
  font-family: var(--font_min);
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .sec03_point_ttl {
    font-size: 5.7vw;
  }
}

@media screen and (max-width: 750px) {
  .sec03_point_ttl {
    font-size: 7.6vw;
  }
}

.sec03_point_ttl span {
  font-size: 125%;
}

.sec03_point_ttl span.under {
  font-size: 100%;
  border-bottom: 1px solid var(--base);
  padding: 0 .5em 0em;
}


.point_ttl01, .point_ttl02, .point_ttl03 {
  width: 100%;
  margin-top: calc(110/620*100%);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(131, 102, 163, 1) 80%, rgba(176, 185, 220, 1) 100%); 
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  font-family: var(--font_min);
  line-height: 1;
  color: #fff;
  text-align: left;
  padding: .3em 0 ;
  position: relative;
  text-align: left;
  padding-left: calc(190/620*100%);
}

.point_ttl02 {
  padding-left: calc(200/620*100%);
}

.point_ttl03 {
  padding-left: calc(160/620*100%);
}

@media screen and (max-width: 1000px) {
  .point_ttl01, .point_ttl02, .point_ttl03 {
    border-radius: 1.8vw;
    font-size: 6.0vw;
  }
}

@media screen and (max-width: 750px) {
  .point_ttl01, .point_ttl02, .point_ttl03 {
    border-radius: 2.4vw;
    font-size: 8vw;
  }
}

.point_ttl01::before, .point_ttl02::before, .point_ttl03::before {
  content: "";
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point01.png) no-repeat center top / contain;
  width: calc(105/620*100%);
  aspect-ratio: 105 / 71;
  top: 50%;
  left:calc(30/620*100%);
  transform: translateY(-50%);
  position: absolute;
}

.point_ttl02::before {
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point02.png) no-repeat center top / contain;
}

.point_ttl03::before {
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point03.png) no-repeat center top / contain;
}

.sec03_point_ttl01, .sec03_point_ttl02, .sec03_point_ttl03, .sec03_point_ttl04 {
  width: 100%;
  margin-top: calc(110/620*100%);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(131, 102, 163, 1) 80%, rgba(176, 185, 220, 1) 100%); 
  font-size: 43px;
  font-weight: 500;
  font-style: italic;
  font-family: var(--font_min);
  line-height: 1.2;
  color: #fff;
  padding: .5em 0;
  position: relative;
  text-align: center;
  padding-left: calc(110/620*100%);
}

.sec03_point_ttl02 {
  padding-left: calc(80/620*100%);
}

.sec03_point_ttl03 {
  padding-left: calc(110/620*100%);
}

.sec03_point_ttl04 {
  padding: 1em 0;
  padding-left: calc(80/620*100%);
}

@media screen and (max-width: 1000px) {
  .sec03_point_ttl01, .sec03_point_ttl02, .sec03_point_ttl03, .sec03_point_ttl04 {
    border-radius: 1.8vw;
    font-size: 4.3vw;
  }
}

@media screen and (max-width: 750px) {
  .sec03_point_ttl01, .sec03_point_ttl02, .sec03_point_ttl03, .sec03_point_ttl04 {
    border-radius: 2.4vw;
    font-size: 5.7vw;
  }
}

.sec03_point_ttl01::before, .sec03_point_ttl02::before, .sec03_point_ttl03::before, .sec03_point_ttl04::before  {
  content: "";
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point01.png) no-repeat center top / contain;
  width: calc(105/620*100%);
  aspect-ratio: 105 / 71;
  top: 50%;
  left:calc(30/620*100%);
  transform: translateY(-50%);
  position: absolute;
}

.sec03_point_ttl02::before {
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point02.png) no-repeat center top / contain;
}

.sec03_point_ttl03::before {
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point03.png) no-repeat center top / contain;
}

.sec03_point_ttl04::before {
  background: url(/Contents/ImagesPkg/portal/g-glamatical-007/point04.png) no-repeat center top / contain;
}



.point_container_list, .point_container_list_flex {
  list-style: none;
  margin-top: calc(50/620*100%);
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--text_purple);
}

.point_container_list_flex {
  display: flex;
  align-items: center;
  flex-direction:column;
  max-width: 12em; 
  margin: calc(50/620*100%) auto 0;
}

@media screen and (max-width: 1000px) {
  .point_container_list, .point_container_list_flex  {
    font-size: 4.4vw;
  }
}

@media screen and (max-width: 750px) {
  .point_container_list, .point_container_list_flex  {
    font-size: 6.7vw;
  }
}

.point_container_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.point_container_list_flex li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  width: 100%;
  box-sizing: border-box;
}

.point_container_text {
  margin: calc(35/620*100%) auto 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  color: #4a636f;
}

@media screen and (max-width: 1000px) {
  .point_container_text {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  .point_container_text {
    font-size: 3.7vw;
  }
}

.point_container_image01 {
  width: calc(434/620*100%);
  margin: calc(70/620*100%) auto 0;
}

.point_container_image02 {
  width: calc(510/620*100%);
  margin: calc(70/620*100%) auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.point_container_image02 img {
  width: calc(394/510*100%);
  margin: 0 auto;
  display: block;
}

.point_container_image_notes {
  margin: 1em 0 0 auto ;
  font-size: 13px;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .point_container_image_notes {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 750px) {
  .point_container_image_notes {
    font-size: 10px;
  }
}

.point_container_lead {
  margin-top: calc(50/620*100%);
  color: var(--text_purple);
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .point_container_lead {
    font-size: 4.4vw;
  }
}

@media screen and (max-width: 750px) {
  .point_container_lead {
    font-size: 5.8vw;
  }
}

.point_image {
  width: 100%;
  margin-top: calc(50/620*100%);
}

/*--------------------------
使用方法
--------------------------*/

.use_container {
  width: 100%;
  margin: calc(70/750*100%) auto 0;
  border:#0090d1 solid 2px;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .use_container {
    width: 100%;
    margin: calc(85/680*100%) auto 0;
  }
}

.use_ttl,
.use_ttl-left {
  background-color: #0090d1;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 1em 0;
}

.use_ttl-left {
  text-align: left;
  color: #fff;
  padding: 1em 0 1em calc(230/750*100%);
}

@media screen and (max-width: 1000px) {
  .use_ttl,
  .use_ttl-left {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  .use_ttl,
  .use_ttl-left {
    font-size: 4.6vw;
  }

  .use_ttl-left {
    text-align: left;
    color: #fff;
    padding: 1em 0 1em calc(200/680*100%);
  }
}

.sec01_use_contents, .sec02_use_contents {
  background-color: #fff;
  /* border: 2px solid var(--purple); */
  padding: calc(20/680*100%) calc(40/680*100%) calc(30/680*100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0 calc(25/680*100%);
}

.sec02_use_contents {
  padding: calc(70/750*100%) calc(90/750*100%) calc(60/750*100%);
  gap:0;
  display: block;
}

.use_contents {
  padding: calc(45/750*100%) calc(70/750*100%) calc(70/750*100%);
}

.use_contents_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:calc(30/610*100%);
}

.use_contents_flex .image_serum {
  width: calc(100/610*100%);
}

.use_contents_flex .image_cream {
  width: calc(175/610*100%);
}

@media screen and (max-width: 750px) {
  .sec01_use_contents, .sec02_use_contents {
    border: .2vw solid var(--purple);
  }

  .sec02_use_contents {
    padding: calc(60/680*100%) calc(55/680*100%) calc(60/680*100%);
  }

  .use_contents {
    padding: calc(45/680*100%) calc(40/680*100%) calc(70/680*100%);
  }
}

.float_wrap {
  width: 100%;
  overflow: hidden;
}

.float_wrap::after {
  content: "";
  display: table;
  clear: both;
}

.flex_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sec01_use_image {
  min-width: calc(68/680*100%);
  display: block;
}

.sec02_use_image {
  width: calc(120/570*100%);
  margin-right: calc(25/570*100%);
  float: left;
}

.sec03_use_image {
  width: calc(90/570*100%);
  margin-right: calc(25/570*100%);
  float: left;
}

.sec03_use_image02 {
  width: 100%;
  margin-bottom: calc(25/570*100%);
}

@media screen and (max-width: 750px) {
  .sec01_use_image {
    min-width: calc(70/680*100%);
  }
}

.sec03_use_wrap {
  width: calc(455/570*100%);
}

.use_text, .use_text-left {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  color: #4a636f;
  flex:1;
}

.use_text-left {
  margin-left: calc(160/610*100%);
}

@media screen and (max-width: 1000px) {
  .use_text, .use_text-left {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  .use_text, .use_text-left {
    font-size: 3.7vw;
  }

  .use_text-left {
    margin-left: calc(165/600*100%);
  }
}

.use_caution_wrap {
  width: 100%;
  background-color: #f9eef3;
  border: 1px solid #bf4580;
  padding: calc(65/610*100%) calc(30/610*100%) calc(60/610*100%);
  font-size: 26px;
  line-height: 1.7;
  color: #bf4580;
  position: relative;
  margin-top: calc(90/610*100%);
  text-align: justify;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .use_caution_wrap {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 750px) {
  .use_caution_wrap {
    font-size: 3.4vw;
  }
}

.use_caution_ttl {
  position: absolute;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 6em;
  background-color: #bf4580;
  border-radius: 25px;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: calc(-30/610*100%) auto 0;
}

@media screen and (max-width: 1000px) {
  .use_caution_ttl {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  .use_caution_ttl {
    font-size: 3.3vw;
  }
}


#g-glamatical-007 .use_point_ttl{
  width: 100%;
  margin: calc(45/570*100%) auto 0;
  font-size: 54px;
  line-height: 1;
  font-style: italic;
  font-family: var(--font_min);
  font-weight: 900;
  color: var(--text_purple);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .use_point_ttl{
    font-size: 5.4vw;
  }
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .use_point_ttl {
    margin: calc(60/620*100%) auto 0;
    font-size: 7.2vw;
  }
}

#g-glamatical-007 .use_point_ttl::before,
#g-glamatical-007 .use_point_ttl::after {
  content: '';
  width: 50%;
  background-color: var(--text_purple);
  height: 1px;
}

#g-glamatical-007 .use_point_ttl::before {
  margin-right: .5em;
}

#g-glamatical-007 .use_point_ttl::after {
  margin-left: .5em;
}

.use_point_list {
  margin: calc(30/570*100%) auto 0;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  color: var(--text_purple);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  font-family: var(--font_got);
}

@media screen and (max-width: 1000px) {
  .use_point_list {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  .use_point_list {
    font-size: 3.7vw;
  }
}

.use_caution {
  background-color: #fce9ee;
  border: solid 1px #c34580;
  padding: calc(60/570*100%) 1em 1em 1em;
  color: #c34580;
  line-height: 1.6;
  font-size: 28px;
  margin-top: calc(110/570*100%);
  position: relative;
}

@media screen and (max-width: 1000px) {
  .use_caution {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 750px) {
  .use_caution {
    font-size: 3.7vw;
  }
}

.use_caution_ttl {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  width: 5em;
  border-radius: 25px;
  padding: .3em 0;
  background-color: #c34580; 
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: calc(-31/570*100%) auto 0;
}

@media screen and (max-width: 1000px) {
  .use_caution_ttl {
    font-size: 3.5vw;
    border-radius: 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  .use_caution_ttl {
    font-size: 4.6vw;
    border-radius: 3.3vw;
    margin: calc(-36/560*100%) auto 0;
}
}

.use_image-left {
  width: calc(105/750*100%);
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(20/750*100%) 0 0 calc(70/750*100%) ;
}

@media screen and (max-width: 1000px) {
  .use_image-left {
    width: 10.5vw;
  }
}

@media screen and (max-width: 750px) {
  .use_image-left {
    width: calc(105/680*100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(15/680*100%) 0 0 calc(63/680*100%) ;
  }
}

.how_container {
  background-color: #badff3;
  margin: calc(60/750*100%) auto 0;
  padding: calc(20/750*100%) calc(88/750*100%) calc(75/750*100%);
}

.how_container + .point_container {
  margin: 0 auto 0;
}



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

.accordion-container {
  margin: 0 auto;
  padding: calc(30/1000*100%) 0 calc(75/1000*100%);
  width: 100%;
}

@media screen and (max-width: 750px) {
  .accordion-container {
    margin: 0 auto;
    padding: calc(30/680*100%) 0 calc(100/680*100%);
  }
}

.accordion-title01 {
  background: var(--base);
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  padding: calc(20/1000*100%) 0;
  text-align: center;
  position: relative;
  width: calc(350/1000*100%);
  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: 1000px) {
  .accordion-title01 {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 750px) {
  .accordion-title01 {
    padding: calc(20/680*100%) 0;
    width: calc(350/680*100%);
    font-size: 3.4vw;
  }
}

.accordion-title01:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: var(--base);
  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: var(--base);
  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-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-contents {
  display: none;
  padding: 0;
}


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

#g-glamatical-007 .search {
  padding-bottom: min(70px, 4.8%);
  /* padding-top: min(140px, 9.7%); */
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .search {
    padding-bottom: min(65px, 9.5%);
    /* padding-top: min(190px, 25.3%); */
  }
}


#g-glamatical-007 .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: #32190e;
}

@media screen and (max-width: 1000px) {
  #g-glamatical-007 .search__title {
    font-size: 3.0vw;
  }
}

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

#g-glamatical-007 .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-007 .search__banner {
    margin: min(90px, 13.2%) auto 0;
    display: flex;
    flex-direction: column;
    gap: 0%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------
ナビ
--------------------------*/
.sec__btn__hidden {
  width: 100%;
  background-color:var(--base);
  position: fixed;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;

  /*デフォルトで非表示にする*/
  /* 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-007 .sec__btn__hidden .l-container {
    padding: 0;
  }
}


#g-glamatical-007 nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* margin: min(23px, 2.3%) auto; */
  margin: calc(10/1000*100%) auto;
  gap: 0 10px;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 nav {
    width: 100%;
    margin: 0 auto;
    gap: 0 calc(10/750*100%);
    padding: calc(10/750*100%);
    border: solid 1px #fff;
    flex-wrap: wrap;
  }
}

#g-glamatical-007 nav .list {
  /* width: min(220px, 22%); */
  width: calc(200/1000*100%);
  background-color: var(--beige);
  border: solid 1px #fff;
  display: block;
  /* font-size: 14px; */
  font-size: 20px;
  text-align: center;
  font-family: var(--font_min);
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  padding: .5em 0 .6em;
  position: relative;
  transition: 0.3s ease-in-out;
}

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

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

@media screen and (max-width: 750px) {
  #g-glamatical-007 nav .list {
    width: calc(370/750*100%);
    /* font-size: 14px;
    font-size: 3.8vw; */
    font-size: 14px;
    font-size: 3.4vw;
    padding: .5em 0 .7em;
    letter-spacing: 0;
    margin-bottom: calc(10/750*100%);
  }

  #g-glamatical-007 nav .list:nth-of-type(n+3) {
    margin-bottom: 0px;
  }
}

#g-glamatical-007 nav .list::after{
  content: "";
  width: min(12px, 5.4%);
  padding-top: 8.6%;
  background-image: url(/Contents/ImagesPkg/portal/g-glamatical-007/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-007 nav .list::after{
    width: min(12px, 4.8%);
    padding-top: 7.6%;
    margin: auto 0 auto min(15px, 6%);
  }
}

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

#g-glamatical-007 nav .line {
  width: 1px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 nav .line {
    margin: calc(-10/750*100%) 0;
    display: none;
  }
}


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

.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: 252px;
  }
}

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

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

/*--------------------------
セクション05
--------------------------*/

#g-glamatical-007 .sec03_cell05 {
  width: 100%;
}

#g-glamatical-007 .sec05-container {
  max-width: 750px;
  margin: 0 auto;
  padding: calc(100/1000*100%) 0 calc(140/1000*100%);
}

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec05-container {
    max-width: 610px;
    margin: 0 auto;
    padding: calc(90/680*100%) 0 calc(100/680*100%);
  }
}

#g-glamatical-007 .sec05_text {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    text-align: justify;
    color: #32190e;
  }

@media screen and (max-width: 750px) {
  #g-glamatical-007 .sec05_text {
    font-size: 2.7vw;
  }
}



