* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'A1 Gothic M';
    font-size: 1.6rem;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
img {
     vertical-align: bottom;
}
sup {
    font-size: .9rem;
    vertical-align: top;
}
.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.stretchRight {
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}
.a1b {
    font-family: 'A1 Gothic B';
}
br.sp-br {
  display: none;
}
.tb-only {
  display: none;
}
.sp-only {
  display: none;
}

header {
    position: absolute;
    width: 100%;
    height: 92px;
    z-index: 9998;
}
header .logo {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 168px;
}
header .logo img {
    width: 100%;
    height: auto;
}
header .hamburger {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    background-color: #007387;
    border-radius: 12px;
    z-index: 9999;
    transition: background-color .2s linear;
}
header .menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 22px;
  height: 16px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
    background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
nav {
    position: fixed;
    top: 0;
    right: -684px;
    width: 684px;
    height: 100vh;
    padding: 92px;
    background-image: url(../images/bg-nav.jpg);
    transition: all .4s;
    overflow-y: scroll;
}
nav::-webkit-scrollbar {
  display: none;
}
nav.open {
    right: 0;
}
nav .input-block {
    position: relative;
    margin-bottom: 80px;
}
nav .input-block input {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 27px;
    padding: 0 50px 0 32px;
    font-size: 1.6rem;
    color: #91b6bd;
}
nav .input-block button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 44px;
    height: 44px;
    border: none;
    background-color: transparent;
}
nav .input-block button img {
    width: 100%;
    height: auto;
}
nav .nav-block .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 48px 32px 28px 32px;
    background-image: url(../images/bg-nav02.jpg);
    border-radius: 28px;
    margin-bottom: 64px;
}
nav .nav-block .item:last-of-type {
    margin-bottom: 0;
}
nav .nav-block .item-head {
    position: absolute;
    top: 0;
    left: 32px;
    color: #fff;
    font-size: 3.6rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
nav .nav-block .item-link {
    flex-basis: 45.45%;
    margin-bottom: 20px;
}
nav .nav-block .item-link a {
    font-size: 1.6rem;
    color: #fff200;
}
nav .nav-logo {
  display: none;
}



footer {
    padding: 120px 0;
    background: url(../images/bg-footer.jpg);
}
.footer-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.footer-btn .item {
    display: flex;
    align-items: center;
    margin-right: 24px;
    height: 70px;
    width: 272px;
    border: 3px solid #fff;
    border-radius: 24px;
    padding-left: 36px;
}
.footer-btn .item:last-child {
    margin-right: 0;
}
.footer-btn .item-icon {
    flex-basis: 20px;
    margin-right: 12px;
}
.footer-btn .item-icon img {
    width: 100%;
}
.footer-btn .item-desc p.large {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 4px;
    text-align: center;
}
.footer-btn .item-desc p.small {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}
.footer-breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.footer-breadcrumb ul {
    display: flex;
    text-align: center;
}
.footer-breadcrumb ul li,
.footer-breadcrumb ul li a {
    font-size: 1.4rem;
    color: #fff;
}
.footer-breadcrumb ul li::after {
    content: "＞";
    font-size: 1.4rem;
    color: #fff;
    margin: 0 10px;
}
.footer-breadcrumb ul li:last-child::after {
    display: none;
}
.footer-account {
    margin-bottom: 70px;
}
.footer-account .head {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.footer-account .account-list {
    display: flex;
    justify-content: center;
}
.footer-account .account-list .item {
    margin-right: 32px;
}
.footer-account .account-list .item:last-child {
    margin-right: 0;
}
.footer-account .account-list .item-icon {
    width: 64px;
    margin-bottom: 10px;
}
.footer-account .account-list .item-icon img {
    width: 100%;
}
.footer-account .account-list .item-name {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}
.footer-link {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.footer-link a {
    color: #fff;
    font-size: 1.2rem;
}
.footer-link a::after {
    content: "│";
    font-size: 1.2rem;
    color: #fff;
    margin: 0 8px;
}
.footer-link a:last-child::after {
    content: "";
    display: none;
}
.footer-copy {
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.section-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #fff;
    font-size: 7.2rem;
    white-space: nowrap;
}
.section-title .icon {
    position: absolute;
}
.section-title .icon img {
    width: 100%;
    height: auto;
}
.section-title-pink .icon {
    top: -50px;
    left: -50px;
    width: 91px;
    height: 62px;
}
.section-title span {
  display: inline-block;
  margin-left: 16px;
}
.first-view {
    position: relative;
    background-image: url(../images/bg-pink.jpg);
    padding: 120px 0 160px 0;
}
.first-view-inner {
    position: relative;
    overflow-x: hidden;
    padding: 0 6%;
}
.first-view-inner .loop > * {
    width: 33.333333%;
    height: 135px;
}
.first-view-inner .belt {
    display: flex;
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 268px;
}
.first-view-inner .belt img {
    height: 100%;
    width: auto;
}
.first-view-block {
    position: relative;
    max-width: 984px;
    margin: 0 auto;
    border: 6px solid #007387;
    border-radius: 32px;
    padding: 158px 0 70px;
    background: url(../images/section04-item-pink-bottom.png), url(../images/bg-pink.jpg);
    background-position: bottom right, top left;
    background-size: 350px auto, auto;
    background-repeat: no-repeat, repeat;
}
.first-view-text {
    position: absolute;
    width: 113%;
    height: auto;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.first-view-text img {
    width: 100%;
    height: auto;
}
.first-view-block-item {
    position: relative;
    margin-bottom: 30px;
}
.first-view-block-item .image {
    width: 47.943%;
    margin: 0 auto;
}
.first-view-block-item .image img {
    width: 100%;
    height: auto;
}
.first-view-block-name {
}
.first-view-block-name p.large {
    text-align: center;
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 20px;
}
.first-view-block-name p.small {
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
}
.concept {
    position: relative;
    background: url(../images/bg-pink.jpg);
    padding-bottom: 192px;
}
.concept .bg-block {
    position: absolute;
    top: 78px;
    bottom: 82px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    max-width: 834px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
}
.concept .bg-block .concept-title {
    position: absolute;
    top: 0;
    left: -75px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 7.2rem;
    color: #fff;
}
.concept .bg-block .concept-title .icon {
    position: absolute;
}
.concept .bg-block .concept-title .icon img {
    width: 100%;
    height: auto;
}
.concept .contents-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.concept .contents-block .head-block {
    position: relative;
    flex-basis: 1080px;
    max-width: 1080px;
    padding: 50px 0 36px;
    border: 4px solid #fff200;
    border-radius: 32px;
    margin-bottom: 60px;
    display: flex;
    z-index: 2;
}
.concept .contents-block .head-block-inner {
    flex-basis: 50%;
    padding-left: 50px;
}
.concept .contents-block .head-block p.small {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 14px;
    white-space: nowrap;
    line-height: 1.5;
}
.concept .contents-block .head-block p.small sup {
    font-size: 1.2rem;
}
.concept .contents-block .head-block p.large {
    color: #fff;
    font-size: 5.2rem;
}
.concept .contents-block .desc-block {
    flex-basis: 1080px;
    max-width: 1080px;
    display: flex;
}
.concept .contents-block .desc-block-inner {
    flex-basis: 50%;
    padding: 0 60px 0 25px;
}
.concept .contents-block .desc-block p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.666;
}
.concept .contents-block .desc-block p.annotation {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0;
}
.concept .contents-block .image-block {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50%;
    text-align: right;
    z-index: 1;
}
.concept .contents-block .image-block img {
    width: 100%;
    height: auto;
}
.concept-belt {
    width: 100%;
    height: 80px;
    background-size: auto 100%;
}
.concept-pink {
    position: relative;
    background: url(../images/bg-pink.jpg);
    min-height: 872px;
    display: flex;
    align-items: center;
}
.concept-pink .bg-block {
    background: url(../images/bg-pink02.jpg);
}
.concept-pink .bg-block .concept-title .icon {
    width: 91px;
    height: 62px;
    top: -50px;
    left: -50px;
}

.ingredients {
    position: relative;
    background-image: url(../images/bg-pink02.jpg);
    padding: 240px 0 272px 0;
}
.ingredients .bg-block {
    position: absolute;
    top: 160px;
    bottom: 192px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(../images/section04-item-pink-bottom.png), url(../images/bg-pink.jpg);
    background-position: bottom right, top left;
    background-size: 40% auto, auto;
    background-repeat: no-repeat, repeat;
    border-radius: 32px;
    width: 100%;
    max-width: 834px;
}
.ingredients .ingredients-block .item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
}
.ingredients .ingredients-block .item:last-of-type {
    margin-bottom: 0;
}
.ingredients .ingredients-block .info-block {
    position: relative;
    flex-basis: 36.5%;
    padding-left: 80px;
}
.ingredients .ingredients-block .info-block-head {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.ingredients .ingredients-block .info-block-head p.tag {
    font-size: 2rem;
    color: #007387;
    border-radius: 8px;
    display: inline-block;
    padding: 8px 12px 4px;
    background-color: #fff200;
    margin-bottom: 24px;

}
.ingredients .ingredients-block .info-block-head p.tag sup {
    font-size: 1.2rem;
}
.ingredients .ingredients-block .info-block-head p.small {
    color: #fff;
    font-size: 3.2rem;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 1.333;
}
.ingredients .ingredients-block .info-block-head p.small sup {
    font-size: 1.2rem;
}
.ingredients .ingredients-block .info-block-head p.large {
    color: #fff;
    font-size: 4.4rem;
}
.ingredients .ingredients-block .info-block-head .line {
    position: absolute;
    bottom: 0;
    left: -160px;
    width: calc(100% + 160px);
    height: 4px;
    background-color: #fff200;
}
.ingredients .ingredients-block .info-block-desc p.desc {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.666;
}
.ingredients .ingredients-block .info-block-desc p.annotation {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 20px;
}
.ingredients .ingredients-block .image-block {
    position: relative;
    flex-basis: 50%;
    padding-left: 50px;
}
.ingredients .ingredients-block .image-block img {
    width: 100%;
    height: auto;
}
.ingredients .ingredients-block .image-block-image {
    position: relative;
}
.ingredients .ingredients-block .image-block .belt {
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    width: 160px;
    height: 268px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    overflow: hidden;
}
.ingredients .ingredients-block .image-block .belt img {
    height: 100%;
    width: auto;
    z-index: 2;
}

.everyday {
    position: relative;
    background-image: url(../images/bg-pink.jpg);
    padding: 240px 0 270px 0;
}
.everyday .bg-block {
    position: absolute;
    top: 160px;
    bottom: 188px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(../images/section04-item-pink-bottom.png), url(../images/bg-pink02.jpg);
    background-position: bottom right, top left;
    background-size: 40% auto, auto;
    background-repeat: no-repeat, repeat;
    border-radius: 32px;
    width: 100%;
    max-width: 834px;
}
.everyday-block {
  overflow: hidden;
}
.everyday-top {
    position: relative;
    height: 640px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.everyday-top video {
    position: absolute;
    top: 0;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translateX(-50%);
}
.everyday-bottom {
    position: relative;
    height: 640px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url(../images/bg-everyday_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.everyday-top-inner,
.everyday-bottom-inner {
    position: relative;
    max-width: 980px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.everyday .info-block {
    position: relative;
    flex-basis: 36.5%;
}
.everyday .info-block-head {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.everyday .info-block-head p {
    color: #fff;
    font-size: 4.4rem;
    white-space: nowrap;
}
.everyday .info-block-head .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 80px);
    height: 4px;
    background-color: #fff200;
}
.everyday .info-block-desc {
    padding-right: 60px;
}
.everyday .info-block-desc p.desc {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.666;
}
.everyday .info-block-desc p.annotation {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 20px;
}
.everyday-top-inner .image-block {
    flex-basis: 51%;
}
.everyday-top-inner .image-block img {
    width: 100%;
    height: auto;
}


.everyday-belt {
    position: relative;
    background-image: url(../images/section03_pink_line.png);
    background-size: auto 100%;
    display: flex;
    width: 4512px;
    overflow: hidden;
}
.everyday-belt-item {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }


.howto {
    position: relative;
    background-image: url(../images/bg-pink02.jpg);
    padding: 160px 0 160px 0;
}
.howto-block {
    max-width: 1270px;
    margin: 0 auto;
    padding: 90px 10%;
    background: url(../images/section04-item-pink-bottom.png), url(../images/bg-pink.jpg);
    background-position: bottom right, top left;
    background-size: 350px auto, auto;
    background-repeat: no-repeat, repeat;
    border-radius: 32px;
}
.howto-block-head {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    margin-bottom: 60px;
}
.howto-block-inner {
    display: flex;
    justify-content: space-between;
}
.howto-block-inner .item {
    flex-basis: 22%;
}
.howto-block-inner .item-image {
    position: relative;
    margin-bottom: 30px;
}
.howto-block-inner .item-image::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: -12%;
    width: 12px;
    height: 20px;
    background-image: url(../images/howto-arrow.png);
    background-size: 100% auto;
}
.howto-block-inner .item:last-of-type .item-image::after {
    display: none;
}
.howto-block-inner .item-image img {
    width: 100%;
}
.howto-block-inner .item-text {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.666;
    padding: 0 10%;
}

.buy {
    position: relative;
    background-image: url(../images/bg-pink.jpg);
    padding: 144px 0 190px 0;
}
.buy-inner {
    position: relative;
    padding-top: 68px;
    overflow-x: hidden;
}
.buy-inner .loop {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 13770px;
    height: 135px;
    overflow: hidden;
    z-index: 2;
}
.buy-inner .loop > * {
    width: 33.333333%;
    height: 135px;
    margin-right: 85px;
}
.buy-inner .belt {
    display: flex;
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 268px;
}
.buy-inner .belt img {
    height: 100%;
    width: auto;
}
.buy-block {
    position: relative;
    max-width: 984px;
    margin: 0 auto;
    border: 6px solid #007387;
    border-radius: 32px;
    padding: 140px 0 80px;
    background: url(../images/section04-item-pink-bottom.png), url(../images/bg-pink.jpg);
    background-position: bottom right, top left;
    background-size: 350px auto, auto;
    background-repeat: no-repeat, repeat;
}
.buy-block-item {
    margin-bottom: 60px;
}
.buy-block-item .image {
    width: 65.162%;
    margin: 0 auto;
}
.buy-block-item .image img {
    width: 100%;
    height: auto;
}
.buy-block-name {
    margin-bottom: 60px;
}
.buy-block-name p.large {
    text-align: center;
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 20px;
}
.buy-block-name p.small {
    text-align: center;
    font-size: 3.2rem;
    color: #fff;
}

.buy-block-name p.small:last-child {
    margin-top: 20px;
}

.buy-block-link {
    display: flex;
    justify-content: center;
}
.buy-block-link .item {
    flex-basis: 282px;
    height: 58px;
    border-radius: 29px;
    background-color: #007387;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.buy-block-link .item:last-of-type {
    margin-right: 0;
}
.buy-block-link .item-icon {
    flex-basis: 19px;
    margin-right: 10px;
}
.buy-block-link .item-icon img {
    width: 100%;
}
.buy-block-link .item-desc {
    font-size: 2rem;
    color: #fff;
}
.buy-block-text-link {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    cursor: pointer;
}
.buy-block-text-link a{
    font-size: 1rempx;
    color: #fff;
    text-decoration: underline;
}
.buy-block .modal{
  position: fixed;
  width: 100%;
  z-index: 9998;
  display: none;
  line-height: 1.6;
}
.buy-block .modal.active{
  display: block;
}
.buy-block .modal .txt{
  background-color: #fff;
  color: #9c9a99;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc( 100vh - 80px );
  width: calc( 100% - 80px );
  max-width:  992px;
  z-index: 1;
}
.buy-block .modal .txt .inner{
  padding: 40px;
  position: relative;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width:480px){
  .buy-block .modal .txt{
    width: calc( 100% - 48px );
  }
  .buy-block .modal .txt .inner{
    padding: 32px 24px;
  }
}
.buy-block .modal .txt .inner h2{
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.buy-block .modal .txt .inner p{
  font-size: 12px;
  padding-bottom: 16px;
}
.buy-block .modal .txt .inner p span{
  font-size: 16px;
}
.buy-block .modal .txt .inner .txt_close{
  border-top: 1px solid #e6e6e6;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width:480px){
  .buy-block .modal .txt .inner .txt_close{
    padding-bottom: 32px;
  }
}
.buy-block .modal .txt .inner .txt_close a{
  background-color: rgba(153,153,153,0.94);
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
}
.buy-block .modal .txt .close{
  background-color: rgba(153,153,153,0.94);
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.buy-block .modal .txt .close a{
  display: block;
  padding: 12px;
  text-align: center;
  line-height: 1;
}
.buy-block .modal .txt .close img{
  max-width: 100%;
}
.buy-block .modal .bg{
  background-color: rgba(136, 136, 136, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}


.indetail {
    position: relative;
    background-image: url(../images/bg-pink02.jpg);
    padding: 160px 0 190px 0;
}
.indetail-block {
    max-width: 1270px;
    margin: 0 auto;
    padding: 90px 10%;
    background: url(../images/section04-item-pink-bottom.png), url(../images/bg-pink.jpg);
    background-position: bottom right, top left;
    background-size: 350px auto, auto;
    background-repeat: no-repeat, repeat;
    border-radius: 32px;
}
.indetail-block-head {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    margin-bottom: 60px;
}
.indetail-block-inner {

}
.indetail-slide {
    padding: 0 30px;
    margin-bottom: 64px;
}
.indetail-slide .item {
    border-radius: 16px;
    background-color: #fff;
}
.indetail-slide .item-thumb {
    position: relative;
    padding-top: 61.95%;
}
.indetail-slide .item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
}
.indetail-slide .item-thumb .tag {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #007387;
    font-size: 1.3rem;
    display: inline-block;
    line-height: 20px;
    border-radius: 10px;
    background-color: #fff200;
    padding: 0 10px;
    line-height: 20px;
    z-index: 2;
}
.indetail-slide .item-desc {
    padding: 20px;
}
.indetail-slide .item-desc .title {
    font-size: 1.6rem;
    color: #007387;
    line-height: 1.5;
    height: 4.8rem;
    overflow: hidden;
    margin-bottom: 10px;
}
.indetail-slide .item-desc .date {
    font-size: 1.2rem;
    color: #007387;
}
.slick-slide {
    margin: 0 16px;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 65px;
    height: 67px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: 0;
    background-image: url(../images/slider-prev.png);
    background-size: 100% auto;
}
.slick-next {
    right: 0;
    background-image: url(../images/slider-next.png);
    background-size: 100% auto;
}
.indetail-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.indetail-link a {
    flex-basis: 256px;
    text-align: center;
    padding: 14px 0;
    border: 3px solid #007387;
    border-radius: 24px;
    color: #007387;
    font-size: 1.56rem;
    margin-right: 16px;
}
.indetail-link a:last-of-type {
    margin-right: 0;
}


.lineup {
    position: relative;
    padding: 240px 0;
    background: url(../images/bg-pink.jpg);
}
.lineup .bg-block {
    position: absolute;
    top: 160px;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(../images/bg-pink02.jpg);
    border-radius: 32px;
    width: 100%;
    max-width: 834px;
}
.lineup .lineup-block {
    max-width: 1270px;
    margin: 0 auto;
}
.lineup .lineup-text {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 4rem;
    margin-bottom: 60px;
}
.lineup .lineup-block .item {
    position: relative;
    border: 6px solid;
    border-radius: 32px;
    padding: 100px 11.1%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat, repeat;
    background-position: bottom right, top left;
    background-size: 30% auto, auto;
    margin-bottom: 48px;
}
.lineup .lineup-block .item:last-child {
    margin-bottom: 0;
}
.lineup .lineup-block .item-icon {
    position: absolute;
}
.lineup .lineup-block .item-icon img {
    width: 100%;
}
.lineup .lineup-block .item-image {
    flex-basis: 50%;
    padding: 0 20px;
}
.lineup .lineup-block .item-image img {
    width: 100%;
    min-width: 262px;
}
.lineup .lineup-block .item-info {
    flex-basis: 50%;
    text-align: center;
}
.lineup .lineup-block .item-info-name {
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 30px;
    white-space: nowrap;
}
.lineup .lineup-block .item-info-name span {
    font-size: 2.4rem;
}
.lineup .lineup-block .item-info-desc {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 45px;
}
.lineup .lineup-block .item-info-btn {
    display: inline-block;
    width: 200px;
    line-height: 48px;
    border-radius: 24px;
    color: #fff;
    font-size: 2rem;
}

.lineup .lineup-block .item-pink {
    border-color: #007387;
    background-image: url(../images/section04-item-pink-bottom.png),url(../images/bg-pink.jpg);
}
.lineup .lineup-block .item-pink .item-icon {
    width: 139px;
    height: 96px;
    top: 24px;
    left: -16px;
}
.lineup .lineup-block .item-pink .item-info-btn {
    background-color: #007387;
}

.lineup .lineup-block .item-blue {
    border-color: #ff7a95;
    background-image: url(../images/section04-item-blue-bottom.png),url(../images/bg-blue.jpg);
}
.lineup .lineup-block .item-blue .item-icon {
    width: 160px;
    height: 84px;
    top: 34px;
    left: -11px;
}
.lineup .lineup-block .item-blue .item-info-btn {
    background-color: #ff7a95;
}

.lineup .lineup-block .item-white {
    border-color: #dd4044;
    background-image: url(../images/section04-item-white-bottom.png),url(../images/bg-white.jpg);
}
.lineup .lineup-block .item-white .item-icon {
    width: 189px;
    height: 78px;
    top: 37px;
    left: -13px;
}
.lineup .lineup-block .item-white .item-info-name,
.lineup .lineup-block .item-white .item-info-desc {
    color: #737373;
}
.lineup .lineup-block .item-white .item-info-btn {
    background-color: #dd4044;
}

.lineup .lineup-block .item-cream {
    padding: 90px 11.1%;
    border-color: #00a5b9;
    background-image: url(../images/section04-item-cream-bottom.png),url(../images/bg-cream.jpg);
}
.lineup .lineup-block .item-cream .item-icon {
    width: 102px;
    height: 108px;
    top: 29px;
    left: 34px;
}
.lineup .lineup-block .item-cream .item-image {
    padding: 0 12%;
}
.lineup .lineup-block .item-cream .item-image img {
    min-width: 255px;
}
.lineup .lineup-block .item-cream .item-info-name {
    line-height: 1.333;
}
.lineup .lineup-block .item-cream .item-info-btn {
    background-color: #00a5b9;
}

@media screen and (max-width: 1023px) {
  .pc-sp-only {
    display: none;
  }
  .tb-only {
    display: block;
  }
  .section-title {
    font-size: 5.8rem;
  }
  .section-title-pink .icon {
    width: 74px;
    height: 51px;
    top: -40px;
    left: -40px;
  }
  header .logo {
    left: calc(50% - 80px);
  }
  nav {
    width: 100vw;
    right: -100vw;
  }
  nav .nav-logo {
    display: block;
    position: absolute;
    top: 30px;
    left: calc(50% - 84px);
    width: 168px;
  }
  nav .nav-logo img {
    width: 100%;
    height: auto;
  }
  .first-view {
    padding: 120px 0 140px;
  }
  .first-view-inner {
    padding: 0 80px;
  }
  .first-view-block {
    padding: 140px 0 70px;
  }
  .first-view-text {
    top: 84px;
  }
  .first-view-block-item .image {
    width: 76.64%;
  }
  .concept {
    padding-bottom: 0;
  }
  .concept-pink {
    padding: 120px 0 220px;
    min-height: inherit;
  }
  .concept .bg-block {
    max-width: 648px;
    top: 0;
    right: 0;
    bottom: 144px;
    left: auto;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    border-radius: 32px 0 0 32px;
    height: auto;
  }
  .concept .bg-block .concept-title {
    left: 140px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 5.8rem;
  }
  .concept .contents-block {
    justify-content: flex-start;
  }
  .concept .contents-block .head-block {
    flex-basis: 89.5%;
    border-top: 4px solid #fff200;
    border-right: 4px solid #fff200;
    border-bottom: 4px solid #fff200;
    border-left: none;
    border-radius: 0 16px 16px 0;
    padding: 70px 0 350px;
    margin-bottom: 0;
  }
  .concept .contents-block .head-block-inner {
    flex-basis: 100%;
    padding-left: 80px;
  }
  .concept .contents-block .image-block {
    position: static;
    flex-basis: 100%;
    padding-left: 80px;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin-top: -305px;
    margin-bottom: 60px;
  }
  .concept .contents-block .desc-block-inner {
    flex-basis: 100%;
    padding: 0 80px;
  }




  .ingredients {
    padding: 200px 0;
  }
  .ingredients .bg-block {
    top: 120px;
    bottom: 120px;
    max-width: 648px;
    right: 0;
    left: auto;
    border-radius: 32px 0 0 32px;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .ingredients .ingredients-block .item {
    flex-wrap: wrap;
  }
  .ingredients .ingredients-block .image-block {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 80px;
    overflow: hidden;
    margin-bottom: 64px;
  }
  .ingredients .ingredients-block .image-block .belt {
    left: auto;
    right: -80px;
  }
  .ingredients .ingredients-block .info-block {
    flex-basis: 100%;
    padding: 0 80px;
  }
  .ingredients .ingredients-block .info-block-head .line {
    left: 0;
    width: 100%;
  }
  .everyday {
    padding: 200px 0 224px;
  }
  .everyday .bg-block {
    max-width: 648px;
    top: 120px;
    bottom: 150px;
  }
  .everyday-top {
    height: auto;
    padding: 94px 0 72px;
  }
  .everyday-top-inner, .everyday-bottom-inner {
    flex-wrap: wrap;
    padding: 0 80px;
  }
  .everyday-top-inner .image-block {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 40px;
    text-align: right;
  }
  .everyday-top-inner .image-block img {
    width: 490px;
  }
  .everyday-top-inner .info-block {
    order: 2;
    flex-basis: 100%;
  }
  .everyday .info-block-head .line {
    width: 100%;
  }
  .everyday .info-block-desc {
    padding-right: 0;
  }
  .everyday-bottom {
    background-image: url(../images/bg-everyday_tb.png);
    background-position: top center;
    padding: 580px 0 72px;
    height: auto;
  }
  .everyday-bottom .info-block {
    flex-basis: 100%;
  }
  .howto {
    padding: 120px 40px;
  }
  .howto-block {
    padding: 80px 40px 70px;
  }
  .howto-block-inner .item-text {
    padding: 0;
  }
  .buy {
    padding: 120px 0 140px;
  }
  .buy-inner {
    padding: 53px 40px 0;
  }
  .buy-inner .loop {
    height: 120px;
  }
  .buy-inner .loop > * {
    height: 120px;
  }
  .buy-block {
    padding: 130px 0 80px;
  }
  .buy-block-item .image {
    width: 81.45%;
  }
  .indetail {
    padding: 120px 40px 140px;
  }
  .indetail-block {
    padding: 80px 24px;
  }
  .indetail-slide {
    padding: 0;
  }
  .indetail-link {
    padding: 0 16px;
  }
  .slick-prev {
    left: -8px;
  }
  .slick-next {
    right: -8px;
  }
  .indetail-link.pc-sp {
    display: none;
  }
  .indetail-link a {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .lineup {
    padding: 200px 0;
  }
  .lineup .bg-block {
      max-width: 608px;
      top: 120px;
      bottom: 120px;
  }
  .lineup .lineup-block {
      max-width: 688px;
  }
  .lineup .lineup-block .item {
      padding: 85px 50px;
      justify-content: space-between;
  }
  .lineup .lineup-block .item-image {
      flex-basis: 56%;
      padding: 0;
  }
  .lineup .lineup-block .item-info {
      flex-basis: 40%;
  }
  .lineup .lineup-block .item-info-name {
      font-size: 3.2rem;
      margin-bottom: 16px;
  }
  .lineup .lineup-block .item-info-desc {
      margin-bottom: 24px;
      line-height: 1.5;
  }
  .lineup .lineup-block .item-cream .item-image {
      text-align: center;
      padding: 0;
  }
  .lineup .lineup-block .item-cream .item-image img {
      min-width: inherit;
      width: 187px;
  }
  .lineup .lineup-block .item-pink .item-icon {
      width: 101px;
      height: 70px;
  }
  .lineup .lineup-block .item-blue .item-icon {
      width: 116px;
      height: 61px;
  }
  .lineup .lineup-block .item-white .item-icon {
      width: 130px;
      height: 56px;
  }
  .lineup .lineup-block .item-cream .item-icon {
      width: 74px;
      height: 79px;
  }
}
@media screen and (max-width: 480px) {
  .tb-only,
  .pc-tb-only {
    display: none;
  }
  .pc-sp-only,
  .sp-only {
    display: block;
  }
  br.sp-br {
    display: block;
  }
  .section-title {
    font-size: 3.6rem;
  }
  .section-title span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
  .section-title-row2 {
    top: 24px;
  }
  .section-title-pink .icon {
    width: 45px;
    height: 31px;
    top: -25px;
    left: -25px;
  }
  footer {
    padding: 70px 24px;
  }
  .footer-btn {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .footer-btn .item {
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 55px;
    margin-bottom: 16px;
  }
  .footer-btn .item:last-of-type {
    margin-bottom: 0;
  }
  .footer-breadcrumb {
    margin-bottom: 70px;
  }
  .footer-account {
    margin-bottom: 50px;
  }
  .footer-account .head {
    font-size: 2rem;
  }
  .footer-account .account-list {
    flex-wrap: wrap;
  }
  .footer-account .account-list .item {
    margin-bottom: 20px;
  }
  .footer-account .account-list .item:nth-child(3) {
    margin-right: 0;
  }
  .footer-link {
    flex-wrap: wrap;
  }
  .footer-link a {
    margin-bottom: 16px;
  }
  nav {
    padding: 129px 70px 0 24px;
  }
  nav .nav-block .item-link {
    flex-basis: 100%;
  }
  nav .input-block {
    margin-bottom: 70px;
  }
  nav .nav-block .item {
    margin-bottom: 60px;
    padding: 48px 0 28px 24px;
  }
  nav .input-block input {
    height: 48px;
    border-radius: 24px;
  }
  nav .input-block button {
    width: 38px;
    height: 38px;
  }
  nav .nav-logo {
    position: absolute;
    top: 24px;
    left: calc(50% - 75px);
    width: 150px;
  }
  nav .nav-logo img {
    width: 100%;
    height: auto;
  }
  header .hamburger {
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
  }
  .menu-trigger {
    top: 17px;
    right: 14px;
  }
  .first-view {
    padding: 95px 0 100px;
  }
  .first-view-inner {
    padding: 0 48px;
  }
  .first-view-inner .belt {
    top: 206px;
    height: 146px;
  }
  .first-view-block {
    padding: 166px 0 40px;
    background-size: 200px auto, auto;
  }
  .first-view-text {
    top: 36px;
    width: 120%;
  }
  .first-view-block-item .image {
    width: 84.46%;
  }
  .first-view-block-name p.large {
    font-size: 2.8rem;
    line-height: 1.333;
    margin-bottom: 10px;
  }
  .first-view-block-name p.small {
    font-size: 2rem;
  }
  .concept-pink {
    padding: 45px 0 175px;
  }
  .concept .bg-block {
    width: 80%;
    bottom: 100px;
  }
  .concept .contents-block .head-block {
    flex-basis: 93.333%;
    padding: 40px 0 270px;
    z-index: 2;
    overflow: hidden;
  }
  .concept .contents-block .head-block-inner {
    padding-left: 48px;
    flex-basis: 100%;
  }
  .concept .contents-block .image-block {
    padding-left: 48px;
    margin-top: -251px;
    margin-bottom: 40px;
  }
  .concept .contents-block .head-block p.small {
    font-size: 2.8rem;
  }
  .concept .contents-block .head-block p.large {
    font-size: 3.6rem;
  }
  .concept .contents-block .desc-block-inner {
    padding: 0 48px;
  }
  .concept .contents-block .desc-block p {
    font-size: 1.4rem;
  }
  .concept .bg-block .concept-title {
    left: 40px;
    font-size: 3.6rem;
  }
  .concept-pink .bg-block .concept-title .icon {
    width: 45px;
    height: 31px;
    top: -25px;
    left: -25px;
  }
  .ingredients {
    padding: 120px 0;
  }
  .ingredients .bg-block {
    width: 80%;
    top: 70px;
    bottom: 70px;
  }
  .ingredients .ingredients-block .item {
    margin-bottom: 65px;
  }
  .ingredients .ingredients-block .image-block {
    padding-right: 48px;
    margin-bottom: 48px;
  }
  .ingredients .ingredients-block .image-block .belt {
    height: 146px;
  }
  .ingredients .ingredients-block .info-block {
    padding: 0 27px;
  }
  .ingredients .ingredients-block .info-block-head {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .ingredients .ingredients-block .info-block-head p.tag {
    font-size: 1.4rem;
  }
  .ingredients .ingredients-block .info-block-head p.tag sup,
  .ingredients .ingredients-block .info-block-desc p.annotation {
    font-size: 1rem;
  }
  .ingredients .ingredients-block .info-block-head p.small {
    font-size: 2.4rem;
  }
  .ingredients .ingredients-block .info-block-head p.large {
    font-size: 3.2rem;
  }
  .ingredients .ingredients-block .info-block-desc p.desc {
    font-size: 1.4rem;
  }
  .everyday {
    padding: 160px 0 150px;
  }
  .everyday-top {
    padding: 70px 0;
  }
  .everyday-top-inner .image-block img {
    width: 280px;
  }
  .everyday-top-inner, .everyday-bottom-inner {
    padding: 0 48px;
  }
  .everyday .info-block-head {
    padding-bottom: 24px;
    margin-bottom: 35px;
  }
  .everyday .info-block-head p {
    font-size: 3.2rem;
    line-height: 1.333;
  }
  .everyday .info-block-desc p.desc {
    font-size: 1.4rem;
  }
  .everyday .info-block-desc p.desc sup {
    font-size: 1rem;
  }
  .everyday .info-block-desc p.annotation {
    font-size: 1rem;
  }
  .everyday-bottom {
    background-image: url(../images/bg-everyday_sp.png);
    padding: 390px 0 70px;
    height: auto;
  }
  .everyday .bg-block {
    top: 120px;
    bottom: 100px;
    width: 74.666%;
    background-size: 60% auto, auto;
  }
  .howto {
    padding: 70px 24px 100px;
  }
  .howto-block {
    padding: 40px 24px 50px;
  }
  .howto-block-inner {
    flex-wrap: wrap;
  }
  .howto-block-inner .item {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .howto-block-inner .item-image {
    flex-basis: 41%;
    margin-bottom: 0;
  }
  .howto-block-inner .item-text {
    flex-basis: 50%;
  }
  .howto-block-inner .item-image::after {
    top: auto;
    right: auto;
    bottom: -19px;
    left: calc(50% - 5px);
    width: 10px;
    height: 6px;
    background-image: url(../images/howto-arrow_sp.png);
    background-size: 100% auto;
  }
  .howto-block-head {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .howto-block {
    background-size: 200px auto, auto;
  }
  .buy {
    padding: 70px 0;
  }
  .buy-inner {
    padding: 42px 24px 0;
  }
  .buy-inner .loop {
    height: 83px;
    width: 8411px;
  }
  .buy-inner .loop > * {
    height: 83px;
    margin-right: 20px;
  }
  .buy-block {
    padding: 75px 0 60px;
    background-size: 200px auto, auto;
  }
  .buy-block-item .image {
    width: 100%;
  }
  .buy-inner .belt {
    top: 128px;
    height: 150px;
  }
  .buy-block-item {
    margin-bottom: 48px;
  }
  .buy-block-name p.large {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
  .buy-block-name p.small {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .buy-block-name p.small:last-child {
    font-size: 2rem;
    margin-top: -20px;
    margin-bottom: 30px;
  }

  .buy-block-link {
    flex-wrap: wrap;
    padding: 0 24px;
  }
  .buy-block-link .item {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .indetail {
    padding: 70px 24px 100px;
  }
  .indetail-block {
    padding: 40px 8px 30px;
    background-size: 200px auto, auto;
  }
  .slick-prev, .slick-next {
    width: 52px;
    height: 52px;
  }
  .indetail-block-head {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .indetail-link {
    flex-wrap: wrap;
  }
  .indetail-link a {
    flex-basis: 100%;
    margin-right: 0;
    padding: 0;
    height: 48px;
    margin-bottom: 16px;
  }



  .lineup {
    padding: 120px 24px;
  }
  .lineup .bg-block {
    top: 70px;
    bottom: 70px;
    max-width: inherit;
    width: 80%;
  }
  .lineup .lineup-text {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .lineup .lineup-block .item {
    flex-wrap: wrap;
    padding: 60px 0;
    background-size: 80% auto, auto;
  }
  .lineup .lineup-block .item-image {
    flex-basis: 100%;
    margin-bottom: 30px;
    padding: 0 48px;
  }
  .lineup .lineup-block .item-image img {
    min-width: inherit;
  }
  .lineup .lineup-block .item-info {
    flex-basis: 100%;
    text-align: center;
  }
  .lineup .lineup-block .item-info-name {
    font-size: 2.6rem;
  }
  .lineup .lineup-block .item-info-desc {
    font-size: 1.8rem;
  }
  .lineup .lineup-block .item-info-btn {
    line-height: 58px;
    height: 58px;
    border-radius: 29px;
    width: 85.6269%;
  }
  .lineup .lineup-block .item-pink .item-icon {
    width: 88px;
    height: 56px;
    top: 13px;
    left: -10px;
  }
  .lineup .lineup-block .item-blue .item-icon {
    width: 95px;
    height: 45px;
    left: -25px;
    top: 12px;
  }
  .lineup .lineup-block .item-white .item-icon {
    width: 106px;
    height: 45px;
    left: -13px;
    top: 20px;
  }
  .lineup .lineup-block .item-cream .item-icon {
    width: 61px;
    height: 63px;
    top: 20px;
    left: 20px;
  }
  .lineup .lineup-block .item-cream .item-image img {
    width: 130px;
  }
}
