/*global*/
#container {
  font-family: 'Avenir Next','Avenir', 'Helvetica Neue','Helvetica Neue','Helvetica','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',YuGothic,'Yu Gothic',"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-feature-settings: 'palt';
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
sup {
  line-height: 1;
  vertical-align: text-top;
}
.sukusuku{
  overflow: hidden;
}
.buyBtn {
    border-radius: 5px;
    background-color: #e3061e;
    padding: 12px 50px 11px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-image: url(../img/btn_arrow_red.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: inline-block;
}
/*animation*/
@keyframes slidein {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}
.slideIn {
  animation: slidein 0.5s ease-out 0.5s both;
}
@keyframes rotatein {
  0% { 
    opacity: 0;
    transform-origin: 38% 10% 0;
    transform: rotate(-7deg);
  }
  60% { 
    transform-origin: 38% 10% 0;
    transform: rotate(2deg);
  }
  100% { 
    opacity: 1;
    transform-origin: 38% 10% 0;
    transform: rotate(0deg); 
  }
}
.rotateIn {
  animation: rotatein 0.5s ease-out 0.1s both;
}
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fadeIn {
  animation: fadein 0.5s ease-out 0.1s both;
}
@keyframes slidein-b {
  0% { opacity: 0; transform: translate(-50%,-60%); }
  100% { opacity: 1; transform: translate(-50%,-50%); }
}
.slideInB {
  animation: slidein-b 0.5s ease-out 0.1s both;
}

@media screen and (max-width:980px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .gotop {
    bottom: 9.89796vw !important
  }
  .note{
    color: #000;
    text-align: justify;
    line-height: 1.4;
    font-size: 10px;
    font-weight: normal;
  }
  /*sec-keyVisual*/
  .sec-keyVisual {
    width: 100vw;
  }
  .sec-keyVisual .keyVisual-wrap {
    position: relative;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(1) {
    display: block;
    width: 100%;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(2) {
    display: block;
    width: 37vw;
    position: absolute;
    top: -16%;
    left: 4%;
    transform-origin: 38% 10% 0;
    transform: rotate(-7deg);
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(3) {
    display: block;
    width: 52vw;
    position: absolute;
    top: 5%;
    left: 45%;
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(4) {
    display: block;
    width: 20vw;
    position: absolute;
    top: 87%;
    left: 13%;
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(5) {
    display: block;
    width: 18.8vw;
    position: absolute;
    top: 64%;
    left: 20%;
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(6) {
    display: block;
    width: 20vw;
    position: absolute;
    top: 81%;
    left: 84%;
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(7) {
    width: 19vw;
    position: absolute;
    top: 55%;
    left: 87%;
    opacity: 0;
  }
  .sec-keyVisual .pagenav ul {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
  }
  .sec-keyVisual .pagenav ul li {
    width: 50%;
  }
  .sec-keyVisual .note {
    width: 90%;
    margin: 4% auto 10%;
  }
  /*sec1-movie*/
  .sec1-movie .bg-movie {
    background: url("../img/sec1-bg-01_sp.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .sec1-movie .bg-movie .bg-hatching::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    background-image: radial-gradient(rgba(0,0,0,0.2) 20%, transparent 0), radial-gradient(rgba(0,0,0,0.2) 20%, transparent 0);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
  }
  .sec1-movie .bg-movie .bg-white {
    margin: 8vw auto;
    width: 85%;
    /*position: relative;*/
    opacity: 0;
  }
  .sec1-movie .bg-movie .bg-white h3 {
    width: 100%;
  }
  .sec1-movie .bg-movie .bg-white h3 picture:nth-of-type(1) {
    display: block;
    width: 65%;
  }
  .sec1-movie .bg-movie .bg-white h3 picture:nth-of-type(2) {
    display: block;
    width: 36%;
    position: absolute;
    right: -2%;
    top: -8vw;
  }
  .sec1-movie .bg-movie .bg-white p:nth-of-type(1) {
    margin: 6vw 0 4vw;
    text-align: justify;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .sec1-movie .bg-movie .bg-white a {
    display: block;
    width: 74%;
    margin: 0 auto 2vw;
    border: solid 3px #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 3px 0px #000;
    overflow: hidden;
  }
  .sec1-movie .bg-movie .bg-white p:nth-of-type(2) {
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .sec1-movie .note {
    width: 90%;
    margin: 4% auto 15%;
  }
  /*sec2-userData*/
  .sec2-userData h3 {
    text-align: center;
    color: #000;
    font-size: 14px;
  }
  .sec2-userData > p:nth-of-type(1) {
    margin: 0 auto 18px;
    text-align: center;
    font-size: 22px;
    color: #df0423;
    font-weight: bold;
  }
  .sec2-userData > p:nth-of-type(2) {
    margin: 0 auto 16px;
    text-align: center;
    font-size: 12px;
    color: #000;
  }
  .sec2-userData > .note {
    margin: 0 auto 30px;
    text-align: center;
    color: #808080;
  }
  .sec2-userData .bg-border {
    width: 100%;
    background-image: linear-gradient(-45deg, #ffffff 25%, #f4d6d6 25%, #f4d6d6 50%, #ffffff 50%, #ffffff 75%, #f4d6d6 75%, #f4d6d6);
    background-size: 7px 7px;
  }
  .sec2-userData .bg-border > div {
    padding: 10vw 0;
  }
  .sec2-userData .box-white {
    border-radius: 10px;
    width: 80%;
    padding: 6.7vw;
    background: #fff;
    opacity: 0;
  }
  .sec2-userData .box-white:nth-of-type(1) {
    margin: 0 auto 6vw auto;
  }
  .sec2-userData .box-white:nth-of-type(2) {
    margin: 0 6vw 6vw auto;
  }
  .sec2-userData .box-white:nth-of-type(3) {
    margin: 0 auto 6vw 6vw;
  }
  .sec2-userData .box-white:nth-of-type(4) {
    margin: 0 auto 0 auto;
  }
  .sec2-userData .box-white > p {
    margin-bottom: 7%;
    line-height: 1.6;
    text-align: justify;
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }
  .sec2-userData .box-white > p span {
    font-weight: bold;
  }
  .sec2-userData .box-white .head-wrap {
    margin-bottom: 5%;
    display: flex;
    align-items: center;
  }
  .sec2-userData .box-white .head-wrap picture {
    width: 100%;
    max-width: 67px;
  }
  .sec2-userData .box-white:nth-of-type(3) .head-wrap picture {
    max-width: 82px;
  }
  .sec2-userData .box-white .head-wrap p {
    width: auto;
    padding-left: 6%;
    color: #df0623;
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
  }
  .sec2-userData .box-white .head-wrap p span {
    font-size: 22px;
  }
  .sec2-userData .box-white:nth-of-type(1) > picture {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  /*.sec3-column*/
  .sec3-column h3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 9vw auto 4vw;
  }
  .sec3-column h3 picture {
    display: block;
    margin-right: 2%;
    width: 14%;
  }
  .sec3-column h3 span{
    display: block;
    text-align: left;
    line-height: 1.4;
    font-size: 20px;
    color: #e00324;
    letter-spacing: 0.04em;
  }
  .sec3-column .border-wrap {
    margin: 0 auto 40vw;
    width: 90%;
    border: dashed 2px #df0423;
    border-radius: 15px;
    padding: 5vw;
    position: relative;
    opacity: 0;
  }
  .sec3-column .border-wrap .cmnt-red {
    display: inline-block;
    margin-bottom: 6%;
    width: 34vw;
    min-width: 130px;
    position: relative;
    z-index: 0;
  }
  .sec3-column .border-wrap .cmnt-red p {
    display: inline-block;
    border-radius: 8px;
    padding: 1% 6%;
    background: #e00324;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sec3-column .border-wrap .cmnt-red::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e00324;
    border-width: 10px 0 10px 30px;
    position: absolute;
    bottom: -8px;
    right: 52px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .sec3-column .border-wrap > p:nth-of-type(1) {
    margin-bottom: 3vw;
    text-align: center;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .sec3-column .border-wrap > p:nth-of-type(2) {
    margin-bottom: 5vw;
    text-align: justify;
    font-size: 3.74vw;
  }
  .sec3-column .border-wrap > p:nth-of-type(2) span {
    color: #e00324;
    font-weight: bold;
  }
  .sec3-column .border-wrap > picture {
    display: block;
    margin: 0 auto 3vw;
    width: 80%;
  }
  .sec3-column .doctor-wrap {
    margin: 0 0 0 auto;
    width: 100%;
    position: absolute;
    right: 1vw;
    bottom: -16%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .sec3-column .doctor-wrap p {
    margin-right: 3%;
    text-align: right;
    line-height: 1.5;
    font-size: 12px;
  }
  .sec3-column .doctor-wrap picture {
    display: block;
    width: 25%;
    /*max-width: 104px;*/
  }
  /*sec4-function*/
  .sec4-function {
    border-top: solid 4px #de0522;
  }
  .sec4-function h3 {
    margin: 0 auto 3%;
    width: 50%;
    max-width: 260px;
    text-align: center;
  }
  .sec4-function .read {
    margin-bottom: 5%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .sec4-function .read span {
    color: #de0522;
  }
  .sec4-function .crown-wrap {
    margin: 5% auto 4%;
    width: 90%;
    display: flex;
    align-items: center;
  }
  .sec4-function .crown-wrap picture {
    width: 25%;
    max-width: 140px;
    display: block;
    margin-right: 3%;
  }
  .sec4-function .crown-wrap p {
    width: 75%;
    line-height: 1.6;
    font-size: 11px;
  }
  .sec4-function .note {
    margin: 0 auto 10%;
    width: 90%;
  }
  /*sec5-lineup*/
  .sec5-lineup {
    border-top: solid 4px #de0522;
    position: relative;
    overflow: hidden;
  }
  .sec5-lineup .point-tag {
    width: 24vw;
    max-width: 136px;
    position: absolute;
    top: 0;
    left: 76%;
  }
  .sec5-lineup h3 {
    margin: 8vw auto 2.7vw;
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  .sec5-lineup .head-cushion {
    display: block;
    margin: 0 auto 13.3vw;
    width: 50vw;
    max-width: 247px;
  }
  .sec5-lineup ul {
    margin: 0 auto 5%;
    width: 90%;
  }
  .sec5-lineup ul li:nth-of-type(1){
    border-bottom: dashed 2px #525252;
  }
  .sec5-lineup ul li:nth-of-type(2){
    margin-top: 7%;
  }
  .sec5-lineup ul li:nth-of-type(3){
    border-bottom: solid 2px #df0423;
  }

  .sec5-lineup .birth-head {
    border-top: solid 2px #df0423;
  }
  .sec5-lineup .birth-head span {
    display: inline-block;
    padding: 5px 14px;
    padding: 1.3vw 3.7vw;
    background: #df0423;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    transform: translateY(-50%);
  }
  
  .sec5-lineup .disc-wrap {
    text-align: center;
  }
  .sec5-lineup .disc-wrap > p {
    margin-bottom: 5%;
    line-height: 1.6;
    font-size: 12px;
  }
  .sec5-lineup .disc-wrap .name-wrap {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 3%;
  }
  .sec5-lineup .disc-wrap .name-wrap p {
    margin-bottom: 1%;
    font-size: 12px;
    font-weight: bold;
  }
  .sec5-lineup .disc-wrap .name-wrap picture {
    display: block;
  }
  .sec5-lineup .optia .disc-wrap .name-wrap picture {
    max-width: 160px;
  }
  .sec5-lineup .luxuna .disc-wrap .name-wrap picture {
    max-width: 211px;
  }
  .sec5-lineup .magical .disc-wrap .name-wrap picture {
    max-width: 229px;
  }
  /*label-new*/
  .sec5-lineup .head-prod.new {
    position: relative;
  }
  .sec5-lineup .head-prod.new::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: url("../img/lineup-icon-new_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -2px;
    right: -56px;
  }
  /*end label-new*/
  .sec5-lineup .prod-wrap {
    display: flex;
    justify-content: center;
  }
  .sec5-lineup .prod-wrap picture {
    margin-right: 5.4vw;
    width: 25%;
  }
  .sec5-lineup .prod-wrap picture:last-of-type {
    margin-right: 0;
  }
  .sec5-lineup .optia .prod-wrap picture {
    max-width: 101px;
  }
  .sec5-lineup .luxuna .prod-wrap picture {
    max-width: 110px;
  }
  .sec5-lineup .magical .prod-wrap picture {
    max-width: 101px;
  }
  .sec5-lineup .arrow-min {
    display: block;
    margin: 0 0 5% auto;
    width: 35vw;
    /*width: 130px;*/
  }
  .sec5-lineup .arrow-min span {
    display: block;
    padding-right: 30px;
    color: #df0423;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    position: relative;
  }
  .sec5-lineup .arrow-min span::after {
    content: "";
    display: block;
    /*width: 30px;*/
    width: 8vw;
    /*height: 9px;*/
    height: 2vw;
    border-right: solid 3px #df0423;
    border-bottom: solid 2px #df0423;
    transform: skewX(50deg);
    position: absolute;
    /*bottom: 12px;*/
    bottom: 35%;
    /*right: 7px;*/
    right: 5%;
  }
  .sec5-lineup .note {
    margin: 0 auto 10%;
    width: 90%;
  }
}

@media screen and (min-width:768px) and (max-width:980px) {
  .note{
    font-size: 13px;
  }
  .sec1-movie .bg-movie .bg-white p:nth-of-type(1) {
    font-size: 21px;
  }
  .sec1-movie .bg-movie .bg-white p:nth-of-type(2) {
    font-size: 20px;
  }
  .sec2-userData h3 {
    font-size: 18px;
  }
  .sec2-userData > p:nth-of-type(1) {
    font-size: 29px;
  }
  .sec2-userData > p:nth-of-type(2) {
    font-size: 18px;
  }
  .sec2-userData .box-white {
    width: 70%;
  }
  .sec2-userData .box-white > p {
    font-size: 18px;
  }
  .sec2-userData .box-white .head-wrap p {
    font-size: 25px;
  }
  .sec2-userData .box-white .head-wrap p span {
    font-size: 31px;
  }
  .sec3-column h3 span {
    font-size: 29px;
  }
  .sec3-column .border-wrap .cmnt-red p {
    font-size: 19px;
  }
  .sec3-column .border-wrap > p:nth-of-type(1) {
    font-size: 23px;
  }
  .sec3-column .border-wrap > p:nth-of-type(2) {
    font-size: 19px;
  }
  .sec3-column h3 picture {
    width: 10%;
  }
  .sec3-column .border-wrap .cmnt-red {
    width: 22vw;
  }
  .sec3-column .doctor-wrap p {
    font-size: 13px;
  }
  .sec3-column .doctor-wrap picture {
    max-width: 120px;
  }
  .sec4-function .read {
    font-size: 23px;
  }
  .sec4-function .crown-wrap p {
    font-size: 15px;
  }
  .sec5-lineup h3 {
    font-size: 17px;
  }
  .sec5-lineup .birth-head span {
    font-size: 19px;
  }
  .sec5-lineup .disc-wrap > p {
    font-size: 15px;
  }
  .sec5-lineup .disc-wrap .name-wrap p {
    font-size: 19px;
  }
  .sec5-lineup .arrow-min {
    width: 26vw;
  }
  .sec5-lineup .arrow-min span {
    font-size: 21px;
  }
}

@media screen and (min-width:981px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .gotop {
    bottom: 85px !important
  }
  .note{
    color: #000;
    text-align: justify;
    line-height: 1.5;
    font-size: 13px;
    font-weight: normal;
  }
  /*sec-keyVisual*/
  .sec-keyVisual {
    /*width: 100vw;*/
  }
  .sec-keyVisual .keyVisual-wrap {
    /*width: 100%;*/
    height: 33.51%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(1) {
    display: block;
    /*width: 100%;*/
    /*min-width: 1280px;
    min-height: 429px;*/
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(2) {
    display: block;
    width: 19vw;
    position: absolute;
    top: -18%;
    left: 13%;
    transform-origin: 38% 10% 0;
    transform: rotate(-7deg);
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(3) {
    display: block;
    width: 41.1vw;
    position: absolute;
    top: 15%;
    left: 53.5%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(4) {
    display: block;
    width: 9.8vw;
    position: absolute;
    top: 80%;
    left: 28%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(5) {
    display: block;
    width: 9.9vw;
    position: absolute;
    top: 71%;
    left: 41%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(6) {
    display: block;
    width: 10.7vw;
    position: absolute;
    top: 78%;
    left: 76.5%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .sec-keyVisual .keyVisual-wrap picture:nth-of-type(7) {
    display: block;
    width: 9.7vw;
    position: absolute;
    top: 46%;
    left: 82%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .sec-keyVisual .pagenav {
    border-top: solid 4px #e60012;
    border-bottom: solid 4px #e60012;
    /*width: 100vw;*/
  }
  .sec-keyVisual .pagenav ul {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .sec-keyVisual .pagenav ul li {
    border-left: solid 4px #e60012;
  }
  .sec-keyVisual .pagenav ul li:last-child {
    border-right: solid 4px #e60012;
  }
  .sec-keyVisual .note {
    width: 90%;
    max-width: 836px;
    margin: 3% auto 6%;
  }
  /*sec1-movie*/
  .sec1-movie .bg-movie {
    background: url("../img/sec1-bg-01_pc.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  .sec1-movie .bg-movie .bg-hatching::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    background-image: radial-gradient(rgba(0,0,0,0.2) 20%, transparent 0), radial-gradient(rgba(0,0,0,0.2) 20%, transparent 0);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
  }
  .sec1-movie .bg-movie .bg-white {
    margin: 3% auto;
    width: 90%;
    max-width: 640px;
    position: relative;
    opacity: 0;
  }
  .sec1-movie .bg-movie .bg-white h3 {
    width: 100%;
    position: relative;
  }
  .sec1-movie .bg-movie .bg-white p:nth-of-type(1) {
    margin: 5% 0 4%;
    padding-right: 12%;
    color: #fff;
    line-height: 2.0;
    letter-spacing: 0.06em;
    font-size: 18px;
    text-align: justify;
  }
  .sec1-movie .bg-movie .bg-white h3 picture:nth-of-type(2) {
    display: block;
    width: 202px;
    height: 267px;
    position: absolute;
    top: 40px;
    right: -142px;
  }
  .sec1-movie .bg-movie .bg-white a {
    display: block;
    width: 74%;
    max-width: 230px;
    margin: 0 auto 10px;
    border: solid 4px #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 8px 0px #000;
    overflow: hidden;
  }
  .sec1-movie .bg-movie .bg-white p:nth-of-type(2) {
    text-align: center;
    color: #fff;
    font-size: 15px;
  }
  .sec1-movie .note {
    width: 90%;
    margin: 3% auto 8%;
  }
  /*sec2-userData*/
  .sec2-userData h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
  }
  .sec2-userData > p:nth-of-type(1) {
    margin: 0 auto 18px;
    text-align: center;
    font-size: 40px;
    color: #df0423;
    font-weight: bold;
  }
  .sec2-userData > p:nth-of-type(2) {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 22px;
    color: #000;
  }
  .sec2-userData > .note {
    margin: 0 auto 30px;
    text-align: center;
    color: #808080;
    font-size: 17px;
  }
  .sec2-userData .bg-border {
    width: 100%;
    background-image: linear-gradient(-45deg, #ffffff 25%, #f4d6d6 25%, #f4d6d6 50%, #ffffff 50%, #ffffff 75%, #f4d6d6 75%, #f4d6d6);
    background-size: 7px 7px;
  }
  .sec2-userData .bg-border > div {
    margin: 0 auto;
    width: 820px;
    padding: 40px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
  }
  .sec2-userData .box-white {
    box-sizing: border-box;
    border-radius: 20px;
    width: 50%;
    padding: 35px;
    background: #fff;
    opacity: 0;
  }
  .sec2-userData .box-white:nth-of-type(1) {
    margin: 0 0 60px 25px;
    max-width: 358px;
  }
  .sec2-userData .box-white:nth-of-type(2) {
    margin: 130px 14px 0px 0;
    max-width: 382px;
  }
  .sec2-userData .box-white:nth-of-type(3) {
    margin: -20px 0 62px 0;
    max-width: 384px;
  }
  .sec2-userData .box-white:nth-of-type(4) {
    margin: 40px 0px 20px 0;
    max-width: 394px;
  }
  .sec2-userData .box-white > p {
    margin-bottom: 7%;
    line-height: 1.6;
    text-align: justify;
    color: #000;
    font-size: 18px;
    font-weight: normal;
  }
  .sec2-userData .box-white > p span {
    font-size: 19px;
    font-weight: bold;
  }
  .sec2-userData .box-white .head-wrap {
    margin-bottom: 5%;
    display: flex;
    align-items: center;
  }
  .sec2-userData .box-white .head-wrap picture {
    width: 100%;
    max-width: 20%;
  }
  .sec2-userData .box-white:nth-of-type(3) .head-wrap picture {
    max-width: 24%;
  }
  .sec2-userData .box-white .head-wrap p {
    width: auto;
    padding-left: 3%;
    color: #df0623;
    text-align: left;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
  }
  .sec2-userData .box-white:nth-of-type(3) .head-wrap p {
    font-size: 20px;
  }
  .sec2-userData .box-white .head-wrap p span {
    font-size: 29px;
  }
  .sec2-userData .box-white:nth-of-type(1) > picture {
    display: block;
    margin: 0 auto;
    width: 74%;
  }
  /*.sec3-column*/
  .sec3-column h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 20px;
  }
  .sec3-column h3 picture {
    display: block;
    margin-right: 10px;
    width: 64px;
  }
  .sec3-column h3 span{
    display: block;
    text-align: left;
    line-height: 1;
    font-size: 36px;
    color: #e00324;
    letter-spacing: 0.04em;
  }
  .sec3-column .border-wrap {
    margin: 0 auto 160px;
    width: 90%;
    max-width: 836px;
    border: dashed 4px #df0423;
    border-radius: 30px;
    padding: 2% 5% 5%;
    position: relative;
    opacity: 0;
  }
  .sec3-column .border-wrap .cmnt-red {
    display: inline-block;
    margin-bottom: 5%;
    min-width: 220px;
    position: relative;
    z-index: 0;
  }
  .sec3-column .border-wrap .cmnt-red p {
    display: inline-block;
    border-radius: 8px;
    padding: 1% 6%;
    background: #e00324;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
  }
  .sec3-column .border-wrap .cmnt-red::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e00324;
    border-width: 10px 0 10px 30px;
    position: absolute;
    bottom: -11px;
    right: 91px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .sec3-column .border-wrap > p:nth-of-type(1) {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .sec3-column .border-wrap > p:nth-of-type(2) {
    margin-bottom: 40px;
    text-align: justify;
    line-height: 1.9;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .sec3-column .border-wrap > p:nth-of-type(2) span {
    color: #e00324;
    font-weight: bold;
  }
  .sec3-column .border-wrap > picture {
    display: block;
    margin: 0 auto;
    width: 52%;
  }
  .sec3-column .doctor-wrap {
    margin: 0 0 0 auto;
    width: 100%;
    position: absolute;
    right: 56px;
    bottom: -70px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .sec3-column .doctor-wrap p {
    margin-right: 3%;
    text-align: right;
    line-height: 1.5;
    font-size: 16px;
  }
  .sec3-column .doctor-wrap picture {
    display: block;
    width: 25%;
    max-width: 119px;
  }
  /*sec4-function*/
  .sec4-function {
    border-top: solid 4px #de0522;
  }
  .sec4-function h3 {
    margin: 0 auto 10px;
    width: 50%;
    max-width: 362px;
  }
  .sec4-function .read {
    margin-bottom: 5%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .sec4-function .read span {
    color: #de0522;
  }
  .sec4-function .crown-wrap {
    margin: 60px auto 40px;
    width: 562px;
    display: flex;
    align-items: flex-end;
  }
  .sec4-function .crown-wrap picture {
    width: 31%;
    display: block;
    margin-right: 30px;
  }
  .sec4-function .crown-wrap p {
    line-height: 1.6;
    font-size: 15px;
  }
  .sec4-function .note {
    margin: 0 auto 100px;
    width: 90%;
    max-width: 836px;
  }
  /*sec5-lineup*/
  .sec5-lineup {
    border-top: solid 4px #de0522;
    overflow: hidden;
  }
  .sec5-lineup > div {
    margin: 0 auto;
    width: 836px;
    position: relative;
  }
  .sec5-lineup .point-tag {
    width: 25vw;
    max-width: 183px;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .sec5-lineup h3 {
    margin: 0 auto;
    padding: 80px 0 10px;
    text-align: center;
    font-size: 20px;
    color: #000;
  }
  .sec5-lineup .head-cushion {
    display: block;
    margin: 0 auto 100px;
    width: 100%;
    max-width: 331px;
  }
  .sec5-lineup ul {
    margin: 0 auto 5%;
    width: 836px;
  }
  .sec5-lineup ul li:nth-of-type(1){
    border-bottom: dashed 3px #525252;
  }
  .sec5-lineup ul li:nth-of-type(2){
    margin-top: 7%;
  }
  .sec5-lineup ul li:nth-of-type(3){
    border-bottom: solid 4px #df0423;
  }
  .sec5-lineup .birth-head {
    border-top: solid 4px #df0423;
  }
  .sec5-lineup .birth-head span {
    display: inline-block;
    padding: 5px 14px;
    background: #df0423;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    transform: translateY(-50%);
  }
  .sec5-lineup ul li > div {
    display: flex;
    justify-content: space-between;
  }
  .sec5-lineup .disc-wrap {
    text-align: center;
  }
  .sec5-lineup .disc-wrap > p {
    margin-bottom: 5%;
    padding-left: 40px;
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
  }
  .sec5-lineup .disc-wrap .name-wrap {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .sec5-lineup .disc-wrap .name-wrap p {
    margin-bottom: 1%;
    font-size: 20px;
    font-weight: bold;
  }
  .sec5-lineup .disc-wrap .name-wrap picture {
    display: block;
  }
  .sec5-lineup .optia .disc-wrap .name-wrap picture {
    width: 206px;
  }
  .sec5-lineup .luxuna .disc-wrap .name-wrap picture {
    width: 271px;
  }
  .sec5-lineup .magical .disc-wrap .name-wrap picture {
    width: 294px;
  }
  /*label-new*/
  .sec5-lineup .head-prod.new {
    position: relative;
  }
  .sec5-lineup .head-prod.new::after {
    display: block;
    content: "";
    width: 75px;
    height: 75px;
    background: url("../img/lineup-icon-new_pc.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -45px;
    right: -83px;
  }
  /*end label-new*/
  .sec5-lineup .prod-wrap {
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
  }
  .sec5-lineup .prod-wrap picture {
    margin-left: 25px;
    width: 100%;
  }
  .sec5-lineup .optia .prod-wrap picture {
    max-width: 101px;
  }
  .sec5-lineup .luxuna .prod-wrap picture {
    max-width: 110px;
  }
  .sec5-lineup .magical .prod-wrap picture {
    max-width: 101px;
  }
  .sec5-lineup .arrow-min {
    display: block;
    margin: 0 40px 20px auto;
    width: 154px;
  }
  .sec5-lineup .arrow-min span {
    display: block;
    padding-right: 30px;
    color: #df0423;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    position: relative;
  }
  .sec5-lineup .arrow-min span::after {
    content: "";
    display: block;
    width: 30px;
    height: 9px;
    border-right: solid 3px #df0423;
    border-bottom: solid 2px #df0423;
    transform: skewX(50deg);
    position: absolute;
    bottom: 15px;
    right: 7px;
  }
  .sec5-lineup .note {
    margin: 0 auto 10%;
    width: 836px;
  }
  
}


