@charset "UTF-8";
body, p, h1, h2, h3, h4, ul  {
    padding: 0;
    margin: 0;
}
html {
    color: #000;
    font-size: 16px;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
}
img, figure{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
img {
    max-width: 100%;
    height: auto;
}
main   {
    display: block;
}
.mainimage   {
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 100%;
    position: relative;
}
.mainimage img  {
    width: 100%;
    height: auto;
    text-align: center;
}
.inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 1000px;
}
.refund .inner p {
    text-align: center;
}
section .inner {
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
}
.h2-title   {
    font-size: 2.25rem;
    font-weight: 700;
    border-bottom: 3px solid #000;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
    letter-spacing: 0.12em;
    width: 5em;
}
.research .h2-title {
    font-size: 2.25rem;
    font-weight: 900;
    border-bottom: 3px solid #000;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
    letter-spacing: 0.12em;
    width: 4.5em;
}
h2, .h2-sub{
    text-align: center;
    font-size: 1.13rem;
    margin-bottom: 75px;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.h2-sub {
    letter-spacing: 0.08em;
}
.nayami-bg  {
    width: 100%;
    background-color: #163c58;
    padding: 55px 0;
    /* [disabled]transform: skewY(-5deg); */
}
.concept .inner h3 {
}
.nayami-bg-area, .customer-voice-bg-area{
    width: 100%;
    position: relative;
}

.nayami-bg-area:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #163c58;
    transform: skewY(-5deg);
    z-index: -1;
}
.nayami-bg-area:after {
    content: "";
    /* borderで三角形を作る */
    border: 50px solid transparent;
    border-top: 50px solid #163c58;
    /* 配置する */
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skewY(-5deg);
    bottom: -99px;
    z-index: 1;
}
.about-perfume, .customer-voice, .concept {
    transform: skewY(5deg);
}
.scene, .research, .refund{
    transform: skewY(-5deg);
}
.nayami .inner {
    width: 1000px;
    position: relative;
}
.nayami figure {
    position: absolute;
    right: 20px;
    top: 0px;
    /* [disabled]width: 33.5%; */
}
.flex-area  {
    display: flex;
    width: 100%;
}
.nayami .flex-area  {
    justify-content: space-between;
    align-items: flex-start;
}
.nayami h2     {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 900;
    text-align: left;
}
.nayami ul     {
    color: #fff;
    list-style-type: none;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-align: left;
}
.nayami li:before  {
    content: ' ';
    margin-right: 1em;
    background-image: url(img/moyamoya.png);
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    height: 88px;
    margin-top: 1em;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.about-perfume-bg , .customer-voice-bg{
    width: 100%;
    background-color: #e9f5fa;
    padding: 55px 0;
    transform: skewY(-5deg);
}
.sp-image {
    display: none;
}
.about-perfume  h2 {
    font-size: 3rem;
    margin-bottom: 40px;
}
span   {
background:linear-gradient(transparent 70%, #f6c 60%);}
.about-perfume p {
    text-align: center;
}
.perfume-image {
    height: 422px;
    width: 100%;
    background-image: url(img/bg-pyramid.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
    position: relative;
}
.top, .middle, .last {
    display: flex;
    justify-content: space-between;
}
.material-area   {
    position: absolute;
    padding-bottom: 0px;
    bottom: 15px;
    right: 20px;
    width: 40%;
}
.material p {
    line-height: 1.2;
    margin-top: 5px;
    text-align: center;
}
.top, .middle {
    margin-bottom: 20px;
}
.top .material:first-child {
    margin-left: -1em;
}
.middle .material:nth-child(2)      {
    margin-left: 2em;
}
.middle .material:nth-child(3)    {
    margin-left: 1em;
}
.middle .material:last-child    {
    margin-right: -1em;
}
.last .material:nth-child(2)  {
    margin-left: 1em;
}
.how-to-use .h2-title {
    width: 7em;
    text-align: center;
}
.how-to-use .inner {
    margin-top: 200px;
    margin-bottom: 255px;
}
.how-to-use  .flex-area {
    justify-content: space-between;
}
.how-to-use .flex-area:last-child   {
    ;
    margin-top: 100px;
}
.how-to-use .text   {
    width: 43.5%;
}
.how-to-use h3   , .research h4  {
    font-size: 1.5rem;
    border-bottom: 2px solid #000;
    margin-bottom: 1em;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.scene-bg , .refund-bg{
    width: 100%;
    background-color: #000;
    padding: 55px 0;
    transform: skewY(5deg);
}
.scene .inner   {
    color: #fff;
}
.scene h2 {
    margin-bottom: 75px;
}
.scene .h2-title {
    border-bottom-color: #fff;
    width: 3.5em;
}
.scene-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.research-bg {
    width: 100%;
    background-color: #eeeced;
    padding-top: 55px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 205px;
    transform: skewY(5deg);
    z-index: -1;
}
.research h2 {
    font-size: 3rem;
    font-weight: 900;
    border-bottom: 3px solid #000;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    padding-bottom: 10px;
    letter-spacing: 0.2rem;
    width: 11em;
}
.research h3 {
    text-align: left;
    font-size: 2.25rem;
    letter-spacing: 0.12em;
    margin-bottom: 1em;
}
.research .text {
    width: 41%;
}
.research .text h4 {
    border: none;
}
.research .flex-area {
    justify-content: space-between;
    margin-bottom: 100px;
}
.research .box {
    width: 45%;
    padding: 20px;
}
.chart-area{/*円グラフがスマホでつぶれないようにする*/
    position: relative;
    width: 100%;
    height: 50vh;
}
.customer-voice-bg{
    margin-top: -150px;
    width: 100%;
    z-index: -1;
}
.customer-voice h2 , .refund h2{
    font-size: 3rem;
    font-weight: 900;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    letter-spacing: 0.12em;
}
.customer-voice h2   {
    margin-bottom: 10px;
}
.customer-voice .flex-area {
    justify-content: space-between;
    align-items: flex-start;
}
.customer-voice .inner .note {
    text-align: center;
    margin-bottom: 75px;
}
.name-age   {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 1.07rem;
    margin: 1em 0;
}
.name-age p+p {
    margin-left: 1em;
}
.customer-voice .text   {
    text-align: left;
}
figure {
    /* [disabled]text-align: center; */
}
.customer-voice  .box     {
    padding: 40px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 7px 7px 7px rgba(50,50,50,0.50);
    box-shadow: 7px 7px 7px rgba(50,50,50,0.50);
    width: 170px;
}
.refund .inner , .refund h2{
    color: #e7c76d;
}
.note {
    font-size: 0.88rem;
}
.refund strong {
    display: inline-block;
    background: -webkit-linear-gradient(bottom, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    background: -o-linear-gradient(bottom, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    background: linear-gradient(to top, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.closing .inner {
    background-color: #fff;
}
.closing .closing-image {
    width: 100%;
    height: 860px;
    background-image: url(img/closing-image.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.closing h2 {
    font-size: 3rem;
    margin-bottom: 0px;
}
.closing .flex-area , .btn-area{
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 1000px;
}
.closing .flex-area {
    justify-content: space-between;
    align-items: flex-end;
}
.closing .wrapper {
    width: 100%;
    background-color: #E9F5FA;
    padding-bottom: 100px;
}
footer  {
    background-color: #fff;
    color: #000;
    padding: 50px 0;
    text-align: center;
}
.closing-image .inner  {
    position: relative;
}
.closing .box h3 {
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    background-color: #000;
    letter-spacing: 0.12em;
    margin-bottom: 80px;
}
.closing-image .inner:after{
    content: "";
    /* borderで三角形を作る */
    border: 50px solid transparent;
    border-top: 50px solid #fff;
    /* 配置する */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: -1px;
}
.closing .box  {
    width: 58%;
}
.closing .box .flex-area {
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.quantity  {
    text-align: left;
    border-bottom: 2px solid #000;
    margin-bottom: 45px;
    line-height: 1;
    padding-bottom: 25px;
}
.refund-guarantee {
    width: 100px;
    height: 100px;
    display: block;
    color: #fff;
    background-color: #B09939;
    line-height: 1;
    font-size: 36px;
}
.free-shipping {
    width: 100px;
    height: 100px;
    display: block;
    color: #fff;
    background-color: #770D47;
    line-height: 1;
    font-size: 36px;
}
.refund-guarantee p , .free-shipping p{
    margin-top: 12px;
    text-align: center;
}
.price {
    display: flex;
    color: #770D47;
    font-weight: 700;
    font-size: 2.25rem;
    align-items: baseline;
}
.price strong {
    font-weight: 900;
    font-size: 3.75rem;
    letter-spacing: 0.08em;
    margin-right: 1rem;
}
.price .tax {
    font-size: 1.32rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 1rem;
}
.btn-area .btn-buy  {
    width: 100%;
    height: 155px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,255,114,1.00) 0%,rgba(0,115,48,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,255,114,1.00) 0%,rgba(0,115,48,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,255,114,1.00) 0%,rgba(0,115,48,1.00) 100%);
    border-radius: 20px;
    background-image: linear-gradient(180deg,rgba(0,255,114,1.00) 0%,rgba(0,115,48,1.00) 100%);
    display: block;
    align-items: center;
    text-align: center;
    position: relative;
}
.btn-buy p {
    color: #fff;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.25em;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}
.btn-buy:after  {
    color: #fff;
    content: "▶︎";
    transform: translateY(50%);
    position: absolute;
    font-size: 3.75rem;
    right: 50px;
    bottom: 50%;
}
#voice {
    position: relative;
}
#voice:after {
    position: absolute;
    z-index: -1;
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%) skewY(5deg);
    content: " ";
    width: 100%;
    height: 550px;
    background-color: #163c58;
}
.customer-voice figure {
    text-align: center;
}
.scene-image figure {
    width: 50%;
    height: auto;
}
.concept .inner {
    position: relative;
    text-align: center;
}
.concept .inner:after {
    position: absolute;
    width: 68.5%;
    height: 491px;
    bottom: 50%;
    left: 0px;
    background-image: url(img/bg-concept.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    content: " ";
    z-index: -1;
    transform: translateY(50%);
}
.btn-area a {
    text-decoration: none;
}
.btn-area .btn-buy:hover {
    -webkit-box-shadow: 1px 1px 20px 1px #00ff72;
    box-shadow: 1px 1px 20px 1px #00ff72;
    /* [disabled]opacity: 0.7; */
}
.btn-area .btn-buy {
    aspect-ratio: 750/155;
}
.research .conclusion {
    font-size: 2.88rem;
    letter-spacing: 0.01em;
}
.how-to-use h4 {
    font-weight: 500;
    margin-top: 1em;
    font-size: 1.25rem;
}
.research .conclusion:before , .how-to-use h4:before{
    /* [disabled]font-size: 2.88rem; */
    content: "▶︎ ";
}
.concept-bg  {
    width: 100%;
    background-color: #EEECED;
    padding: 55px 0;
    transform: skewY(-5deg);
}
.concept h3 {
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1em;
}
p strong , h4 strong{
    font-weight: 700;
}
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 40%;
    bottom: 22%;
    /*全体の高さ*/
    height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
    position: absolute;
    left: -15px;
    top: -15px;
    /*テキストの形状*/
    color: #000;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    background: none;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
@media screen and (max-width:1040px){
html {
    font-size: 14px;
}
.inner, .nayami .inner{
    width: calc(100% - 40px);
}
img {
    /* [disabled]max-width: 100%; */
    /* [disabled]height: auto; */
}
.how-to-use .timing   {
    width: 49.8%;
}
.how-to-use .flex-area:last-child figure {
    width: 45%;
}
.customer-voice .flex-area {
    flex-wrap: wrap;
}
.customer-voice .flex-area   {
    flex-wrap: wrap;
}
.nayami .flex-area  {
    flex-wrap: wrap;
}
.closing .flex-area, .btn-area {
    width: calc(100% - 40px);
}
.perfume-image {
    height: auto;
    width: 100%;
    aspect-ratio: 1000/422;
    display: flex;
    background-image: none;
    justify-content: center;
    align-items: flex-start;
}
.sp-image {
    display: inline;
}
.material-area {
    position: static;
    padding-bottom: 0px;
    width: 56%;
    padding-left: 45px;
}
.middle .material:last-child {
    margin-right: -0.75em;
}
.last .material:nth-child(2) {
    margin-left: 0.5em;
}
.middle .material:nth-child(2) {
    margin-left: 1em;
}
.middle .material:nth-child(3) {
    margin-left: 0.5em;
}
.nayami figure {
    right: auto;
    top: auto;
    position: static;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.nayami ul {
    margin: 0 auto;
}
.nayami h2 {
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.closing .flex-area {
    flex-wrap: wrap;
}
.closing .box {
    width: 80%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}
.closing .box .flex-area {
    justify-content: flex-start;
}
.closing figure {
    margin-left: auto;
    margin-right: auto;
}

.free-shipping {
    margin-right: 30px;
    margin-left: 30px;
}
.closing .closing-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1280/860;
     background-size: contain;
    background-position: center bottom;
}
.concept .inner:after {
    width: 68.5%;
    height: auto;
    background-repeat: no-repeat;
    aspect-ratio: 685/491;
}
.btn-area .btn-buy {
    width: 100%;
    aspect-ratio: 750/155;
    /* [disabled]border-radius: 2%; */
    height: auto;
}
.btn-buy:after {
    position: absolute;
    right: 5%;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 10px;
}
}
@media screen and (max-width:1024px) and (min-width:540px) and (max-height:1368px) and (min-height:721px){
.middle .material:last-child {
    margin-right: -0.75em;
}
.last .material:nth-child(2) {
    margin-left: 0.5em;
}
.middle .material:nth-child(2) {
    margin-left: 1em;
}
.btn-buy:after {
    right: 5%;
}
.concept .inner {
    text-align: left;
}
.about-perfume p {
    text-align: left;
}
.inner .customer-voice h2, .inner .refund h2{
    line-height: 1.8;
    padding-bottom: 0px;
    }
.customer-voice .box {
    margin-right: 20px;
}
.material p {
    text-align: center;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 15%;
}
}

@media (max-width:600px){
html {
    font-size: 12px;
}
.nayami figure {
    right: auto;
    top: auto;
    position: static;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 45vw;
    height: auto;
}
.nayami li:before {
    content: ' ';
    background-image: url(img/moyamoya.png);
    width: 10vw;
    height: auto;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 79/88;
    margin-right: 1em;
}
.research .flex-area:last-child {
    flex-direction: column-reverse;
}
.how-to-use .timing, .how-to-use .flex-area:last-child figure, .how-to-use .text {
    width: 100%;
}
.research .flex-area {
    display: block;
}
.research .flex-area:last-child {
    margin-top: 0px;
    display: flex;
    flex-direction: column-reverse;
}
.research .box, .research .text {
    width: 100%;
}
.research .box {
    padding: 0;
}
.research .flex-area .text  {
    margin-top: 50px;
    margin-bottom: 0px;
}
.how-to-use .flex-area {
    display: block;
}
.how-to-use .flex-area:last-child  {
    flex-direction: column-reverse;
    display: flex;
}
.how-to-use .text {
    margin-top: 50px;
}
.scene-image {
    aspect-ratio: 1000/590;
    display: block;
}
.research h2 {
    font-size: 2.09rem;
}
.closing-image .inner:after {
    border-width: 20px;
    border-top: 20px solid #fff;
}
.nayami-bg-area:after {
    border: 20px;
    border-top: 20px solid #163c58;
}

.scene-image figure {
    width: 100%;
    height: auto;
}
.nayami ul {
    font-size: 1rem;
}
.nayami h2 {
    font-size: 1.5rem;
}
.about-perfume h2     {
    font-size: 2.34rem;
}
.refund h2   {
    font-size: 2rem;
    line-height: normal;
}
.research h3 {
    font-size: 1.42rem;
}
.customer-voice h2   {
    font-size: 2.25rem;
}
.closing h2 {
    font-size: 1.5rem;
    line-height: 1.8;
}
.closing .box .flex-area {
    justify-content: center;
}
.closing .box {
    width: 100%;
}
.closing .box h3 {
    font-size: 1.75rem;
    text-align: center;
    background-color: #000;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.free-shipping , .refund-guarantee{
    width: 75px;
    height: 75px;
    font-size: 27px;
}
.refund-guarantee p, .free-shipping p {
    margin-top: 9px;
}
.btn-buy p {
    font-size: 2.25rem;
}

.price {
    margin-top: 25px;
}
.btn-area {
    padding-top: 50px;
}
.how-to-use .flex-area:last-child {
    margin-top: 170px;
}
.research .flex-area:last-of-type .box {
    margin-top: 50px;
}
.closing .inner {
    background-color: #fff;
    margin-top: 75px;
    margin-bottom: 75px;
}
.refund .inner p {
    text-align: justify;
}
.research .h2-sub {
    font-size: 1.13rem;
}
.research .text h4   , .how-to-use h3{
    font-size: 1.35rem;
}
.material {
    height: auto;
    width: calc(100% - 40px / 4);
    padding-right: 1em;
}
.concept h3 {
    font-weight: 500;
    font-size: 1.25rem;
    text-align: left;
}
.concept .inner:after {
    width: 100%;
    height: auto;
    aspect-ratio: 685/491;
    transform: translateY(none);
    top: -1em;
    bottom: 0;
}
.btn-buy:after {
    font-size: 2.25rem;
}
.how-to-use .flex-area:last-child {
    margin-top: 75px;
}.customer-voice .flex-area {
    justify-content: center;
}
.customer-voice .box {
    margin-bottom: 100px;
}
.customer-voice .box:last-child  {
    margin-bottom: 0px;
}.customer-voice .flex-area {
    margin-right: 0px;
}
.research .conclusion {
    font-size: 1.43rem;
}
.perfume-image {
    display: block;
    text-align: center;
}
.sp-image {
    margin-left: auto;
    margin-right: auto;
}

.top .material:first-child {
    margin-left: 0px;
}
.middle .material:nth-child(2)      {
    margin-left: 0px;
}
.middle .material:nth-child(3)    {
    margin-left: 0px;
}
.middle .material:last-child    {
    margin-right: 0px;
    margin-left: 0px;
}
.last .material:nth-child(2)  {
    margin-left: 0px;
}
.material:last-child {
    padding-right: 0px;
}
.material-area {
    padding-bottom: 0px;
    width: 100%;
    padding-left: 0px;
    margin-top: 75px;
}
.concept .inner {
    text-align: left;
}
.about-perfume p {
    text-align: left;
}
.material p {
    text-align: center;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 35px;
    bottom: 10px;
}
}

@media screen and (max-width:280px){
.research h2 {
    font-size: 2.09rem;
    width: auto;
}
.btn-buy p , .btn-buy:after{
    font-size: 2rem;
}
.closing h2 {
    font-size: 1.34rem;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 20px;
}
}
