html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
}

html {
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
  color: #3d3f42;
  font-size: 16px;
  background-image: url(https://static.alice.style/img/web/bg.png);
  background-size: 100% auto;
  background-position: center 75px;
  background-repeat: repeat-y;

}

p {
  letter-spacing: .1em;
  line-height: 1.8;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/*common*/
.sp-area {
  display: none;
}

section {
  width: 100%;
}

p.text-title {
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.text-red {
  color: #D62128 !important;
  font-weight: normal !important;
  font-size: inherit !important;
  margin-right: 0 !important;
}

.text-pink {
  color: #E85298;
}

.text-border {
  text-decoration: underline;
}

.text-bold {
  font-weight: bold;
}

.back-pink {
  display: inline;
  position: relative;
  padding: 0 10px;
  z-index: 0;
  letter-spacing: .19em;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2;
}

.back-pink::before {
  content: "";
  background: #ffe7f2;
  border-radius: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 14px;
  z-index: -1;
}

.t-back-yellow {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 100) 50%, rgba(255, 255, 100) 50%);
  transition: background-position 2s ease 0.1s;
}

/*font*/
.t-title {
  font-size: 1.523em;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.t-bottom::after {
  content: '';
  width: 54px;
  height: 3px;
  display: inline-block;
  background-color: #E85298;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 27px);
}

.t-large {
  font-size: 1.3rem;
}

.t-large2 {
  font-size: 1.2rem;
}

.t-bold {
  font-weight: bold;
}

.t-subtitle {
  font-size: 1.3rem;
}

.t-body {
  font-size: 1.1rem;
}

.t-body2 {
  font-size: 0.8rem;
}

.t-underline {
  text-decoration: underline;
}

.t-annotation {
  font-size: .7rem;
}

.t-through {
  text-decoration: line-through;
}

.t-pink {
  color: #E85298 !important;
}

.t-red {
  color: #DE003F !important;
}

.t-back-yellow {

  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
  transition: background-position 2s ease 0.1s;
}

@media screen and (max-width: 728px) {
  .t-subtitle {
    font-size: 1rem;
  }

  .s_t-bolder {
    font-size: 20px;
  }

  .s_t-body2 {
    font-size: 0.8rem;
  }
}

/*grid*/
.grid3_2 {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2%;
}

.grid2_3 {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 2%;
}

.grid1_1 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}

.grid1_1_1 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
}

.grid11_1_11_1_11_1_11 {
  width: 100%;
  display: grid;
  grid-template-columns: 11fr 1fr 11fr 1fr 11fr 1fr 11fr;
  gap: 1%;
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.d_block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

@media screen and (max-width: 728px) {
  .s_grid1_1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
  }

  .s_d_block {
    display: block;
  }
}

/*WIDTH*/
.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-38 {
  width: 38%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
  max-width: 600px;
  line-height: 2;
  margin: auto;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important
}

.d-block {
  display: block;
}

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

  .s_w-95 {
    width: 95%;
  }

  .s_w-90 {
    width: 90%;
  }

  .s_w-80 {
    width: 80%;
  }

  .s_w-60 {
    width: 60%;
  }

  .s_w-50 {
    width: 50%;
  }

  .s_w-47 {
    width: 47%;
  }

  .s_w-25 {
    width: 25%;
  }

  .s_w-100 {
    width: 100%;
  }
}

/*margin-padding*/
.m-30 {
  margin: 30px;
}

.m-auto {
  margin: auto;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-104 {
  margin-top: 104px;
}

.ml-5 {
  margin-left: 5%;
}

.mr-2p {
  margin-right: 2%;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-32 {
  padding: 32px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-48 {
  padding-bottom: 48px;
}

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

  /*sp-margin*/
  .s_m-auto {
    margin: auto;
  }

  .s_mb-16 {
    margin-bottom: 16px;
  }

  .s_mb-40 {
    margin-bottom: 40px;
  }

  .s_mb-80 {
    margin-bottom: 80px;
  }

  .s_p-16 {
    padding: 16px;
  }

  .s_p-15 {
    padding: 1.5%;
  }
}

@media screen and (max-width: 768px) {
  section {
    width: 95%;
    margin: auto;
    padding: 0;
  }

  section.s_w-100 {
    width: 100%;
  }

  .sp-area {
    display: block;
  }

  .pc-area {
    display: none;
  }

  p.text-title {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a:hover {
  opacity: .8;
}

a:visited {
  color: inherit;
}

.annotation {
  font-size: 12px;
  font-weight: normal;
}

/* br */
.br-sp {
    display: none;
}
.br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

/*top_container*/
section.top_container {
  position: relative;
  width: 100%;
  max-width: none;
}

section.top_container .tag {
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 10%;
}

section.top_container .text {
  position: absolute;
  width: 50%;
  bottom: 50px;
  left: 15%;
}

section.top_container .text .main {
  color: E85298;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 20px;
}

section.top_container .text .main .band {
  background: #fff;
  font-weight: bold;

}

section.top_container .text .sub {
  font-size: 1.2rem;
}

@media screen and (min-width:769px) and (max-width:1187px) {
  section.top_container .text .sub {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  section.top_container {
    overflow: hidden;
  }

  section.top_container .tag {
    width: 40%;
    bottom: 10%;
    right: 0;
  }

  section.top_container .text {
    width: calc(100% - 32px);
    bottom: -10px;
    left: 16px;
    padding-bottom: 20px;
  }

  section.top_container .text .main {
    font-size: 7vw;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  section.top_container .text .sub {
    font-size: .8rem;
  }
}

/* pop-container */
section.pop-container{
  text-align: center;
  padding: 64px 0 0;
}
section.pop-container .container-title{
  width: 32%;
  margin:0 auto 32px;
}
section.pop-container .pop-contentsbox{
  display: inline-block;
  width: 1000px;
  padding: 32px 0;
  margin: 0 auto 64px;
}
section.pop-container .boxcolor01{
  background-color: #FCF1ED;
}
section.pop-container .boxcolor02{
  background-color: #F1F7FC;
}
section.pop-container .boxcolor03{
  background-color: #FEFAEF;
}
section.pop-container h3{
  width: 40%;
  margin: 0 auto 64px;
}
section.pop-container .c-box-wrap{
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px;
}
section.pop-container .c-box{
  text-align: center;
  position:relative;
}
section.pop-container .c-image{
  display: block;
  margin: 32px auto;
}

section.pop-container .img-scale {
  margin: 0 24px;
  border-radius: 50%;
  cursor: pointer;
  position:relative;
	overflow:hidden;
	z-index:1;
}
section.pop-container .img-scale img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform .6s ease;
}
section.pop-container .img-scale:hover img {
  border-radius: 50%;
  transform: scale(1.1);
}
section.pop-container .text01{
  position: absolute;
  width: 50%;
  z-index: 2;
  left: 25%;
  top: -8%;
}
section.pop-container .text02{
  position: absolute;
  width: 60%;
  z-index: 2;
  left: 17%;
  top: -8%;
}

section.pop-container .text-area{
  margin: 16px auto;
}
section.pop-container p{
  line-height: 1.4;
}

@media screen and (min-width:769px) and (max-width:1187px) {
  section.pop-container .pop-contentsbox{
    width: 90%;
  }
  section.pop-container h3{
    width: 30%;
  }
  section.pop-container .c-box-wrap{
    display: inline-flex;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section.pop-container{
    width: 100%;
  }
  section.pop-container .container-title{
    width: 85%;
    margin:0 auto 32px;
  }
  section.pop-container .pop-contentsbox{
    display: inline-block;
    width: 100%;
    padding: 32px auto;
    margin: 0 auto 32px;
  }
  section.pop-container h3{
    width: 80%;
    margin: 0 auto 32px;
  }
  section.pop-container .c-box-wrap{
    display: inline-block;
    width: 100%;
  }
  section.pop-container .c-box{
    display: block;
    margin: auto;
    width: calc(100% / 1 - 20px);
  }
  section.pop-container .c-box img{
    width: 90%;
    margin: 0 auto;
  }
}

/* point-container */
section.point-container .point-contents01{
  width: 80%;
}
section.point-container .point-contents02{
  margin: 64px auto 32px;
}

@media screen and (max-width: 768px) {
  section.point-container .point-contents01{
    width: 90%;
  }
  section.point-container .point-contents02{
    margin: 24px auto 32px;
  }
}

/*induction-container*/
.induction-container {
  text-align: center;
  margin: auto 0;
  padding: 30px 0;
  background: #3D3F42;
  COLOR: #FFF;
  width: 100%;
}

.induction-container p {
  color: #fff;
}

.induction-container p.sub {
  color: inherit;
  margin-top: 10px;
}

.induction-container p.title {
  color: #fff;
  font-weight: bold;
}

.induction-container p.title-emphasis {
  font-size: 1.6em;
  font-weight: bold;
  font-feature-settings: "palt";    
}
.induction-container p.title-emphasis::before {
  content: url(../images/img_40.svg);
  margin-right: 10px;
}
.induction-container p.title-emphasis::after {
  display:inline-block;
  content: url(../images/img_40.svg);
  transform: scaleX(-1);
  margin-left: 4px;
}

.induction-container p.title span.text-y {
  color: #FFF4CD;
  font-size: 1.1em;
}

.induction-container p.title span.bold {
  font-size: 1.5em;
  font-weight: bold;
}

.induction-container p.annotation {
  font-size: 12px;
  color: inherit;
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
  .induction-container {
    padding: 30px 2.5%;
  }

  .induction-container p.annotation {
    font-size: 0.9em;
  }

  .induction-container p.title-emphasis {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    font-feature-settings: "palt";  
}
  .induction-container p.title-emphasis::before {
    content: url(../images/img_40.svg);
    margin-right: 2px;
}
  .induction-container p.title-emphasis::after {
    display:inline-block;
    content: url(../images/img_40.svg);
    transform: scaleX(-1);
    margin-left: 0px;
}
}

.tryBtn {
  position: relative;
  width: 90%;
  margin: 10px 10px 20px;
  max-width: 400px;
  display: inline-block;

}

.tryBtn .img_06 {
  position: absolute;
  width: 20%;
  left: -45px;
  top: -45px;
  z-index: 1;
}

.tryBtn a {
  display: block;
  padding: 15px;
  background: #E85298;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  font-size: 1.2em;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}

.tryBtn a.btn_white {
  background: #fff;
  color: #E85298;
}


/*coupon-container*/
.coupon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.coupon-container .img_01 {
  width: 60%;
  min-width: 400px;
}

.coupon-container .img_02 {
  width: 35%;
  display: block;
  margin: auto;
}
.coupon-container .text_02 {
  font-size: 1.2em;
  font-weight: 500;
}

.coupon-container .notes {
  text-align: left;
  width: 60%;
  margin: 60px 0;
  background-color: #F1F1F2;
  padding: 40px;
}

.coupon-container .notes p {
  font-size: 1.1em;
  border-bottom: 1px solid #E85298;
  margin-bottom: 16px;
}
.coupon-container .notes li {
  letter-spacing: .09em;
  font-feature-settings: "palt";
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
.coupon-container .notes li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #E85298;
  border-radius: 50%;
  margin-right:10px;
}
.coupon-container .notes li .marker_y {
  background: linear-gradient(transparent 50%, #FFF4B5 50%)
}

.coupon-container .coupon-container__annoation {
  width: 350px;
  margin: 8px auto 30px;
  font-size: 12px;
  text-align: left;
}

.coupon-container .coupon-button {
  width: 480px;
  margin: 60px auto 0px;
  font-size: 50px;
  color: #E85298;
  font-weight: bold;
  padding: 16px 32px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  position: relative;
  background: #fff;
}

.coupon-container .coupon-button p {
  font-weight: bold;
  margin-bottom: 5px;
}

.coupon-container .coupon-button .img_03 {
  position: absolute;
  top: -120px;
  width: 50%;
  left: -140px;
}

.coupon-container .coupon-button button {
  border: none;
  background-color: #FADCE9;
  color: #E85298;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  padding: 8px 40px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.coupon-container .coupon-button button img {
  width: 20px;
  height: 20px;
}

.coupon-container .coupon-button button:hover {
  opacity: 0.7;
}

.coupon-container .coupon-button button img {
  width: 1.2rem;
}

.coupon-container .dot-line {
  width: 60%;
  margin: auto;
  border-bottom: 4px dotted #3E3A39;
}

.coupon-container .coupon-container__how {
  display: flex;
  width: 60%;
  margin: 0 auto 0;
  align-items: flex-start;
  min-width: 460px;
  text-align: center;
  background-color: #fff;
}

.coupon-container .coupon-container__how .box1{
  width: 40%;
}
.coupon-container .coupon-container__how .box2{
  width: 60%
}
.coupon-container .coupon-container__how .img_04 {
  width: 80%;
  height: auto;
}

.coupon-container__how .img_05 {
 width: 15px;
 padding: 40px 0;
}

.coupon-container__how--text {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: .08em;
  text-align: left;
}

.coupon-container__how--text p span.code_name {
  color: #E85298;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFF501 50%);
}

.coupon-container__how--text .img_05 {
  width: 30%;
  margin-right: 45%;
}

.coupon-container__title .bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 40px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}

.coupon-container__title .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.coupon-container__title .bubble p {
  margin: 0;
  padding: 0;
}

.coupon-container__inner {
  display: flex;
  width: 60%;
  margin: 16px auto;
  align-items: center;
  min-width: 540px;
}

.coupon-container__inner--text {
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  outline: 2px solid #FFFFFF;
  outline-offset: -8px;
  background: #E85298;
  padding: 30px 10px;
  color: #fff;
  width: 70%;
}

.coupon-container__inner--text span {
  font-size: 1.5em;
  font-weight: bold;
  background: #FFF501;
  padding: 4px;
  color: #E85298;
  margin: 0 5px;
}

.coupon-container__inner img.alice {
  width: 30%;
}

.coupon-container__how .annotation {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .coupon-container {
    width: 100%;
  }
  .coupon-container .coupon-container__how .box1{
    width: 80%;
    margin: 0 auto 24px;
  }

  .coupon-container .coupon-container__how .box2{
    width: 90%;
    margin: auto;
  }

  .coupon-container .img_01 {
    width: 95%;
    min-width: inherit;
  }

  .coupon-container .notes {
    text-align: left;
    width: 80%;
    background-color: #F1F1F2;
  }
  
  .coupon-container .notes p {
    font-size: 1.4em;
    border-bottom: 1px solid #E85298;
    margin-bottom: 16px;
  }
  .coupon-container .notes li {
    font-size: 1em;
    letter-spacing: .09em;
    font-feature-settings: "palt";
    margin-bottom: 6px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .coupon-container .notes li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #E85298;
    border-radius: 50%;
    margin-right:10px;
  }

  .coupon-container__inner {
    display: block;
    width: 100%;
    margin-top: -10px;
    min-width: inherit;
  }

  .coupon-container__inner img.alice {
    width: 80%;
    margin: 0 auto -15px;
    max-width: 350px;
  }

  .coupon-container__inner--text {
    width: 95%;
    margin: auto;
    font-size: 18px;
    line-height: 1.5;
  }

  .coupon-container__inner--text span {
    font-size: 1.7rem;
  }

  .coupon-container .coupon-button {
    width: 350px;
    margin: 160px auto 0px;
    font-size: 32px;
    color: #E85298;
    font-weight: bold;
    padding: 16px 32px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    position: relative;
    background: #fff;
  }

  .coupon-container .coupon-button .img_03 {
    top: -160px;
    width: 50%;
    left: 80px;
  }

  .coupon-container .coupon-container__how .img_04 {
    width: 100%;
    margin: 0 auto;
  }
  .coupon-container__how .img_05 {
    transform: rotate( 90deg );
   }

  .coupon-container__how--text {
    margin: 8px auto 0;
  }

  .coupon-container .dot-line {
    width: 90%;
  }

  .coupon-container .coupon-container__how {
    min-width: inherit;
    width: 80%;
    display: block;
    margin:0 auto 40px;
  }

  .coupon-container .img_02 {
    width: 80%;
  }

  .coupon-container__title .bubble p {
    font-size: 0.875rem;
  }
}


.mainBtn {
  width: 90%;
  margin: 20px auto;
  max-width: 400px;
}

.hidden {
  position: absolute;
  opacity: 0;
}

button:focus {
  outline: 0;
}

.mainBtn a {
  display: block;
  padding: 20px;
  background: #d62228;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;

}

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

/*flex-css*/
.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center;
}

/*header*/
.header {
  text-align: center;
}

.header h1 {
  display: flex;
  min-width: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 15px 0;
}

.header h1 img.logo {
  height: 50px;
  width: auto;
}

.header h1 img.batsu {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 40px;
}

@media screen and (max-width: 768px) {
  .header h1 {
    width: 90%;
  }

  .header h1 img.batsu {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }

  .header img {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header h1 img.logo {
    height: auto;
    width: 100px;
  }

}

/*tv-container"*/
section.video-container {
  width: 100%;
  max-width: none;
  background: rgba(244, 244, 236, 0.8);
  margin: 0;
}

section.video-container img {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 30%;
  max-width: 200px;
}

section.video-container iframe {
  border-radius: 30px;
  margin: 12px auto;
}

@media screen and (max-width: 768px) {
  section.video-container iframe {
    width: 90%;
    height: 190px;
  }
}

/*item-container__genre*/
.item-container__genre .flex li {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .item-container__genre .flex {
    display: block;
  }

  .item-container__genre .flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*item-conainer*/

/*product-container*/
section.product-container {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-top: 64px;
}

section.product-container {
  text-align: center;
  width: 60%;
}

section.product-container .more_banner {
  max-width: 400px;
}

section.product-container .section-title_img {
  width: 20%;
  margin: 50px auto 30px;
}

section.product-container .category {
  flex-wrap: wrap;
  margin: 30px 0;
  justify-content: center;
}

section.product-container .dot-line {
  width: 90%;
  margin: 50px auto;
  border-bottom: 4px dotted #E85298;
}

section.product-container .category img {
  width: 25%;
}

@media screen and (max-width: 768px) {
  section.product-container {
    width: 95%;
  }

  section.product-container .section-title_img {
    width: 35%;
  }

  section.product-container .category img {
    width: 50%;
  }

  section.product-container .dot-line {
    width: 100%;
  }

}

.info-box {
  padding: 5%;
  justify-content: space-between;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  width: 90%;
}

.info-box .left {
  width: 20%;
}

.info-box .left .name {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}

.info-box .right {
  width: 75%;
}

.info-box .right .title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
  position: relative;
  padding: 20px 30px 17px;
  background-color: #D9689B;
  border-radius: 50px;
  color: #fff;
  text-decoration: underline;
}

.info-box .right .title::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 21px;
  border-right: 15px solid #D9689B;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.info-box .right .text {
  font-size: 14px;
  font-size: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .info-box {
    width: 90%;
  }

  .info-box .left {
    width: 30%;
  }

  .info-box .right {
    width: 65%;
  }

  .info-box .right .title {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 15px 13px;
  }

  .info-box .right .text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
  }

  .info-box .left .name {
    font-size: 10px;
  }
}

/*plan-container*/
section.plan-container {
  text-align: center;

}

section.plan-container .section-title_img {
  width: 20%;
  margin: 30px;
}

section.plan-container .img_38 {
  width: 36%;
  display: block;
  margin: -50px auto 30px;
}

section.plan-container .plan-container--block {
  margin: 30px auto 50px;
  width: 50%;
  min-width: 650px;
}

section.plan-container .img_35,
section.plan-container .img_37 {
  width: 20%;
  margin-left: 15%;
}

section.plan-container .plan-container--block .plan-container--block__inner {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

section.plan-container .plan-container--block .plan-container--block__inner .sub {
  font-size: 0.875rem;
}

section.plan-container .plan-container--block .plan-container--block__inner div {
  width: 50%;
}

section.plan-container .plan-container--block .plan-container--block__inner img {
  width: 10%;
}

@media screen and (max-width: 768px) {
  section.plan-container {
    width: 100%;
  }

  section.plan-container .plan-container--block {
    min-width: inherit;
    width: 100%;
  }

  section.plan-container .img_35,
  section.plan-container .img_37 {
    width: 30%;
    margin-left: 15%;
  }

  section.plan-container .plan-container--block .plan-container--block__inner div {
    width: 65%;
    margin-right: 10%;
  }

  section.plan-container .plan-container--block .plan-container--block__inner img {
    width: 15%;
  }

  section.plan-container .plan-container--block .plan-container--block__inner .back-pink {
    font-size: 14px;
  }

  section.plan-container .plan-container--block .plan-container--block__inner .text-bold {
    font-size: 12px;
  }

  section.plan-container .section-title_img {
    width: 55%;
  }

  section.plan-container .img_38 {
    width: 95%;
    margin-top: -50px;
  }
}

/*question-container*/
section.question-container {
  font-family: Avenir Next, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
  max-width: 900px;
  text-align: center;
  margin: 60px auto;
  background: #fff;

}

section.question-container .section-title_img {
  width: 15%;
  margin: 30px;
}

.question-container__title {
  text-align: center;
  background: #d9689b;
  color: #fff;
  padding: 40px;
  font-size: 32px;
  /* font-weight: 900; */
  letter-spacing: .15em;
}

.question-container ul {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}

.question-container li {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #bbbdc1;

}


.question-container .question p {
  display: flex;
  align-items: center;
  text-align: left;
}

.question-container .question p:nth-child(2) {
  padding-right: 20px;
  width: calc(100% - 20px);
}

.question-container .question span:first-child {
  font-size: 32px;
  font-weight: 600;
}

.question-container .question span:nth-child(2) {
  margin-right: 20px;
  font-weight: 600;
}

.question-container .answer p:nth-child(2) {
  width: calc(100% - 150px);
}

.question-container .answer span:first-child {
  font-size: 32px;
  color: #d9689b;
  font-weight: 600;
}

.question-container .answer span:nth-child(2) {
  margin-right: 20px;
  color: #d9689b;
  font-weight: 600;
}

.question-container .question {
  position: relative;
  margin: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  display: flex;

}

.question-container .question p:first-child {
  width: 150px;
}

.question-container .question:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  /*   要素の動きを指定 */
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #bbbdc1;
  border-right: solid 3px #bbbdc1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  /* transform: rotateで要素の角度を指定 */

}

.question-container .question.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.question-container .answer {
  padding: 1.5em;
  display: flex;
  align-items: baseline;
  text-align: left;
  background: #F1F1F2;
}

.question-container .answer p:first-child {
  width: calc(150px - 1.5em);
  text-align: left;
  line-height: 1;
}

.question-container .text-link {
  width: 80%;
  margin: 20px auto;
  color: #3d3f42;
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
}

.question-container a {
  color: #3d3f42 !important;
}

@media screen and (max-width: 768px) {
  section.question-container {
    width: 100%;
    padding: 2.5%;
  }

  .question-container ul {
    width: 100%;
    font-size: 14px;
  }

  .question-container li {
    padding: 10px;
  }

  .question-container__title {
    font-size: 24px;
    padding: 24px 0;
  }

  .question-container .question {
    display: block;
    padding: 10px 0;
  }

  .question-container .question p:first-child {
    margin-left: 15px;
  }

  .question-container .answer {
    padding: 10px 15px;
    display: block;
    align-items: center;
  }

  .question-container .answer p:nth-child(2) {
    width: 100%;
  }

  .question-container .question:after {
    top: 63%;
    right: 15px;
  }

  .question-container .question.open:after {
    top: 63%;
    right: 15px;
  }

  .question-container .question p:nth-child(2) {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  section.question-container .section-title_img {
    width: 25%;
  }
}

/*slider-container*/
section.slider-container {
  max-width: 900px;
}

.slick-slide img {
  border-radius: 30px;
}

.slick-initialized .slick-slide {
  margin: 20px;
}

.slider li p {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .slick-slide img {
    border-radius: 10px;
  }

  .slick-initialized .slick-slide {
    margin: 5px;
  }
}

/*what-container*/
.section-title {
  font-size: 1.714em;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.section-title::after {
  content: '';
  width: 54px;
  height: 3px;
  display: inline-block;
  background-color: #E85298;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 27px);
}

section.what-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}

section.what-container .text {
  width: 50%;
  margin: auto;
  min-width: 500px;
}

section.what-container .what-container__img_box{
  max-width: 590px;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
}

section.what-container .what-container__img_box img{
  width: 20%;
}


section.what-container .what-container__pointer {
  display: flex;
  width: 30%;
  margin: 40px auto -17px;
  align-items: center;
  min-width: 300px;
  position: relative;
  z-index: 1;
}

section.what-container .section-title_img {
  width: 7%;
  margin: 30px;
  min-width: 130px;
}

section.what-container .what-container__pointer p {
  font-size: 18px;
  font-weight: bold;
  color: #E85298;
  margin-top: 10px;
}

section.what-container .bg_lightyellow{
  background-color: #FEFAEF;
  padding: 32px 0;
}


section.what-container .what-container__pointer .img_08 {
  width: 38%;
  margin-right: 2%;
}

section.what-container .what-container__pointer .img_09 {
  width: 90%;
}

.what-container__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin: auto;
  background: #F5F5F5;
  padding: 30px 30px 80px 30px;
  position: relative;
  min-width: 600px;
}

.what-container__point .img_15 {
  position: absolute;
  width: 10%;
  bottom: 15px;
  left: 8%;
}

.what-container__point .img_16 {
  position: absolute;
  width: 10%;
  bottom: 15px;
  right: 8%;
}

section.what-container .tri {
  width: 50%;
  margin: auto;
  min-width: 600px;
}

section.what-container .tri-back {
  height: 0;
  border-bottom: solid 50px transparent;
  border-top: solid 50px #F5F5F5;
  border-left: solid 25vw transparent;
  border-right: solid 25vw transparent;
  width: 50%;
  margin: auto;
}

.what-container__point--box .img_10,
.what-container__point--box .img_11,
.what-container__point--box .img_12,
.what-container__point--box .img_13,
.what-container__point--box .img_14 {
  width: 50%;
  margin-top: -50px;
  margin-bottom: 10px;
}

.what-container__point--box {
  width: 30%;
  background: #fff;
  padding: 15px;
  margin: 30px 1%;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}

.what-container__point--box:first-child span {
  font-size: 1.5rem;
  font-weight: bold;

}

.what-container__point--box .title {
  color: #E85298;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  min-height: 3em;
  letter-spacing: .04em;
}

.what-container__point--box .inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.what-container__point--box .inner p:first-child {
  background: #E85298;
  padding: 10px;
  color: #fff;
  margin: 0 5px;
  line-height: 1.2;
}

@media screen and (min-width:769px) and (max-width:1187px) {
  section.what-container .tri-back {
    border-left: solid 300px transparent;
    border-right: solid 300px transparent;

  }
}

@media screen and (max-width: 768px) {
  section.what-container .what-container__img_box{
    width: 90%;
    gap: 4px;
  }

  .what-container__point {
    min-width: inherit;
    width: 100%;
    padding: 32px 2.5%;
    justify-content: space-around;
  }

  .what-container__point--box {
    margin: 30px 0;
    width: calc(50% - 10px);
    padding: 10px 15px;
  }

  section.what-container .tri {
    min-width: inherit;
    width: 100%;
  }

  section.what-container .tri-back {
    height: 0;
    border-bottom: solid 30px transparent;
    border-top: solid 50px #F5F5F5;
    border-left: solid 50vw transparent;
    border-right: solid 50vw transparent;
    width: 100%;
    margin: auto;
  }

  section.what-container {
    width: 100%;
    margin-top: 0;
  }

  section.what-container .text {
    min-width: inherit;
    width: 80%;
  }

  section.what-container .what-container__pointer {
    min-width: inherit;
    width: 80%;
    margin: 40px auto -15px;
    min-width: inherit;
    position: relative;
    z-index: 2;
  }

  .what-container__point--box .img_10,
  .what-container__point--box .img_11,
  .what-container__point--box .img_12,
  .what-container__point--box .img_13,
  .what-container__point--box .img_14 {
    width: 40%;
    margin-top: -45px;
  }

  section.what-container .what-container__pointer p {
    font-size: 16px;
    font-weight: bold;
    color: #E85298;
    margin-top: 10px;
  }
}

/*step-container*/
.step-container {
  margin: auto;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #FFF8FB;
  width: 100%;
}

.step-container__title {
  background: #E85298;
  border-radius: 30px;
  color: #fff;
  padding: 6px;
}

.step-container__img--inner .number {
  margin-bottom: -2vw;
}

.step-container__img--inner div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.step-container__text {
  width: 40%;
  margin: 32px auto;
  background: #fff;
  border: 2px dotted #E85298;
  border-radius: 8px;

}

.step-container__text p {
  color: #E85298;
  font-weight: bold;
  padding: 30px 10px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .step-container__text {
    width: 95%;
    margin: auto;
  }

  .step-container__img--inner .number {
    margin-bottom: -10vw;
  }

  .step-container__img--inner div {
    padding-bottom: 0;
  }

  .polygon_pink {
    transform: rotate(90deg);
  }
}

/*howto-container*/
.howto-container {
  text-align: center;
}

.howto-container .tab-area,
.howto-container .sp-area {
  display: none;
}

@media screen and (min-width:769px) and (max-width:1100px) {
  .howto-container .pc-area {
    display: none;
  }

  .howto-container .tab-area {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .howto-container .tab-area {
    display: none;
  }

  .howto-container .pc-area {
    display: none;
  }

  .howto-container .sp-area {
    display: block;
  }
}

section.howto-container .section-title_img {
  width: 20%;
  margin: 30px;
}

.howto-container__block {
  padding: 100px 0px;

}

.howto-container__inner {
  margin-bottom: 200px;
}

.howto-container__block:first-child {
  margin-bottom: -270px;
}

.howto-container__inner .howto-container__block:nth-child(2) .howto-container__block--inner,
.howto-container__inner .howto-container__block:nth-child(3) .howto-container__block--inner {
  align-items: center;
  position: relative;
}

.howto-container__inner .howto-container__block:nth-child(3) {
  margin-top: -200px;
}

.howto-container__block {
  padding: 100px 0px;
  margin-bottom: -200px;
}

.howto-container__block .howto-container__block--inner img {
  width: 40%;
}

.howto-container__block .howto-container__block--inner .inner {
  width: 60%;
}

.howto-container__block--inner {
  display: flex;
  width: 50%;
  margin: auto;
  align-items: flex-start;
  min-width: 500px;
}

@media screen and (max-width: 768px) {
  section.howto-container {
    width: 100%;
  }

  section.howto-container .section-title_img {
    width: 60%;
  }
}

.section_bg {
  background-color: #E85298;
}


/* 右肩下がり */
.section_tilt_l {
  clip-path: polygon(0 0, 100% 39%, 100% 100%, 0 calc(100% - 39%));
}




/*footer*/
.footer {
  text-align: center;
  margin: 40px auto 100px;
  font-size: 14px;
}

.footer .logo_alice {
  display: block;
  width: 200px;
  margin: auto;
}

.footer .logo_alice img {
  width: 200px;
}

.footer .link {
  margin: 20px auto;
  width: 300px;
  align-items: center;
  justify-content: space-evenly;
}

.footer .info {
  margin: 20px auto;
  width: 400px;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .footer .info {
    width: 100%;
  }
}

/*annoation-container*/
.annoation-container {
  width: 80%;
  background: #f5f5f5;
  padding: 30px;
  text-align: left;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .annoation-container {
    width: 90%;
  }
}

.hukidashi {
  position: relative;
  color: #fff;
  padding: 8px 10px 16px;
  background: #E85298;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: -1px;
}

.hukidashi::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -24px;
  left: calc(50% - 13px);
  border-top: 26px solid #E85298;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

/*追従ボタン*/
.registration {
  height: 200px;
  width: 200px;
  position: fixed;
  right: 50px;
  bottom: 30px;
  border-radius: 50%;
  z-index: 3;
}

a.registration:hover {
  transform: scale(1.1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .registration {
    height: 110px;
    width: 110px;
    right: 10px;
    bottom: 10px;
  }
}