@charset "utf-8";
@media (min-width: 769px) {
    #content {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #content .span-24 {
        width: 100%;
    }
}
#page .logoBox::after {
    top: -41px;
    right: -1000px;
    position: absolute;
    content: "";
    width: 1000px;
    height: 157px;
    background-color: #fff;
    display: block;
    z-index: 9999;
}
.mainNavigation {
    display: none;
}

#mobfooter .mmreg {
    margin-top: 0;
}
/* Base
----------------------------------------------------------------- */
.pg-wrapper {
color: #000;
font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
font-size: 14px;
line-height: 1.5;
overflow: hidden;
text-shadow: none;
}
.pg-wrapper *,
.pg-wrapper *::before,
.pg-wrapper *::after {
font-family: inherit !important;
color: inherit;
letter-spacing: normal;
line-height: inherit;
padding: 0;
margin: 0;
outline: none;
box-sizing: border-box;
}
.pg-wrapper ul,
.pg-wrapper li {
list-style: none;
}
.pg-wrapper a,
.pg-wrapper a:visited:hover {
color: inherit;
text-decoration: none;
transition: .4s cubic-bezier(.22, .61, .36, 1);
}
.pg-wrapper img {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: middle;
}
.pg-wrapper a:hover img {
opacity: 1;
}
.pg-wrapper svg {
display: block;
width: 100%;
height: auto;
}

/* Utility */
@media (max-width: 768px) {
.pg-u-sp-hidden {
    display: none !important;
}
}
@media (min-width: 769px) {
.pg-u-pc-hidden {
    display: none !important;
}
}

/* Animation */
.pg-wrapper *[class~="js-pg-scroll-animation"] {
transition: .8s cubic-bezier(.22, .61, .36, 1);
}
.pg-wrapper *[class~="js-pg-scroll-animation"]:not([class~="has-reached"]) {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
}

/* Mainvisual
----------------------------------------------------------------- */
.pg-mainvisual {
background: #F7F6F2;
position: relative;
z-index: 1;
overflow: hidden;
}

.pg-mainvisual__visual {
position: relative;
z-index: 1;
}
.pg-mainvisual__images {
display: flex;
}
.pg-mainvisual__image {
width: 100%;
/*overflow: hidden;*/
}
.pg-mainvisual__image img {
display: block;
transform: translateZ(0);
transition: 1s;
}
.pg-mainvisual__image:nth-of-type(1) img {
transition-delay: 0s;
}
.pg-mainvisual__image:nth-of-type(2) img {
transition-delay: .2s;
}
.pg-mainvisual__image:nth-of-type(3) img {
transition-delay: .4s;
}
.pg-mainvisual__image:nth-of-type(4) img {
transition-delay: .6s;
}
.pg-mainvisual__slider *[class~="swiper-slide"]:not([class*="-active"]) .pg-mainvisual__image img {
opacity: 0;
visibility: hidden;
transform: translateX(-40px) translateZ(0);
transition: 0s ease 1.6s;
}

.pg-mainvisual__detail {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.pg-mainvisual__logo {
width: 84%;
margin: 3.2% auto 0;
}
@media (min-width: 769px) {
.pg-mainvisual__logo {
    width: 42.3612%;
    margin: 2.0834% auto 0;
}
.pg-mainvisual{
    margin-top: 80px;
}
}

/* Navigation
----------------------------------------------------------------- */
.pg-nav {
background: #F7F6F2;
padding: 40px 0 48px;
margin: 0 0 32px;
}
.pg-nav__inner {
padding: 0 20px;
}
@media (min-width: 769px) {
.pg-nav {
    padding: 48px 0 64px;
    margin: 0 0 48px;
}
.pg-nav__inner {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}
}

.pg-nav__header {
text-align: center;
margin: 0 0 40px;
}
.pg-nav__lead-text {
font-size: 13px;
line-height: 1.8;
}
@media (min-width: 769px) {
.pg-nav__header {
    margin: 0 0 48px;
}
.pg-nav__lead-text {
    font-size: 16px;
}
}

.pg-nav__banner {
max-width: 335px;
margin: 0 auto 80px;
}
.pg-nav__banner a {
display: block;
}
@media (min-width: 769px) {
.pg-nav__banner {
    max-width: 784px;
}
.pg-nav__banner a:hover {
    opacity: .8;
}
}

/* Navigation Anchor
----------------------------------------------------------------- */
.pg-nav-anchor__heading {
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 1.5;
margin: 0 0 20px;
}
@media (min-width: 769px) {
.pg-nav-anchor__heading {
    font-size: 24px;
    margin: 0 0 28px;
}
}

.pg-nav-anchor__item {
display: flex;
align-items: center;
background: #FFF;
padding: 8px 48px 8px 16px;
position: relative;
z-index: 1;
cursor: pointer;
}
.pg-nav-anchor__item:nth-of-type(n+2) {
margin-top: 4px;
}
.pg-nav-anchor__item::before {
content: '';
display: block;
width: 22px;
height: 22px;
background: #B20728;
position: absolute;
top: 50%;
right: 16px;
border-radius: 50%;
transform: translateY(-50%);
}
.pg-nav-anchor__item::after {
content: '';
display: block;
width: 7px;
height: 7px;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
position: absolute;
top: 50%;
right: 27px;
transform: translate(50%, -75%) rotate(45deg);
}
.pg-nav-anchor__visual {
width: 64px;
}
.pg-nav-anchor__detail {
width: calc(100% - 64px);
width: calc(~'100% - 64px');
text-align: center;
padding: 0 0 0 8px;
}
.pg-nav-anchor__title {
font-size: 15px;
font-weight: bold;
line-height: 1.5;
}
.pg-nav-anchor__type {
max-width: 157px;
margin: 0 auto;
}
@media (min-width: 769px) {
.pg-nav-anchor__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pg-nav-anchor__item {
    width: calc((100% - 16px) * .3333);
    width: calc(~'(100% - 16px) * .3333');
    padding: 16px 64px 16px 20px;
    transition: .4s cubic-bezier(.22, .61, .36, 1);
    box-shadow: inset 0 0 0 1px transparent;
}
.pg-nav-anchor__item:nth-of-type(n) {
    margin: 0;
}
.pg-nav-anchor__item:not(:nth-of-type(3n+1)) {
    margin-left: 8px;
}
.pg-nav-anchor__item:nth-of-type(n+4) {
    margin-top: 16px;
}
.pg-nav-anchor__item:hover {
    box-shadow: inset 0 0 0 1px #B20728;
}
.pg-nav-anchor__item::before {
    width: 28px;
    height: 28px;
    right: 20px;
    transition: .4s cubic-bezier(.22, .61, .36, 1);
}
.pg-nav-anchor__item::after {
    width: 9px;
    height: 9px;
    right: 34px;
}
.pg-nav-anchor__item:not(:hover)::before {
    background: #CCC;
}
.pg-nav-anchor__visual {
    width: 80px;
}
.pg-nav-anchor__detail {
    width: 224px;
    padding: 0 0 0 12px;
}
.pg-nav-anchor__title {
    font-size: 18px;
}
.pg-nav-anchor__type {
    max-width: 181px;
    margin: 4px auto 0;
    transform: translateZ(0);
}
}

/* Navigation Link
----------------------------------------------------------------- */
.pg-nav-link:not(:first-child) {
margin-top: 40px;
}
.pg-nav-link__block:nth-of-type(n+2) {
margin-top: 20px;
}
.pg-nav-link__heading {
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 1.5;
margin: 0 0 16px;
}
@media (min-width: 769px) {
.pg-nav-link:not(:first-child) {
    margin-top: 64px;
}
.pg-nav-link__block:nth-of-type(n+2) {
    margin-top: 28px;
}
.pg-nav-link__heading {
    font-size: 20px;
    margin: 0 0 24px;
}
}

.pg-nav-link__items {
display: flex;
flex-wrap: wrap;
}
.pg-nav-link__item {
display: flex;
width: calc((100% - 3px) * .5);
width: calc(~'(100% - 3px) * .5');
}
.pg-nav-link__item:not(:nth-of-type(2n+1)) {
margin-left: 3px;
}
.pg-nav-link__item:nth-of-type(n+3) {
margin-top: 3px;
}
.pg-nav-link__item a {
display: flex;
align-items: center;
width: 100%;
min-height: 44px;
font-size: 11px;
font-weight: bold;
line-height: 1.5;
background: #FFF;
padding: 8px 28px 8px 10px;
position: relative;
z-index: 1;
}
.pg-nav-link__item a::after {
content: '';
display: block;
width: 7px;
height: 7px;
border-top: 1px solid #B20728;
border-right: 1px solid #B20728;
position: absolute;
top: 50%;
right: 10px;
transform: translate(-25%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
.pg-nav-link__item {
    width: calc((100% - 16px) * .3333);
    width: calc(~'(100% - 16px) * .3333');
}
.pg-nav-link__item:nth-of-type(n) {
    margin: 0;
}
.pg-nav-link__item:not(:nth-of-type(3n+1)) {
    margin-left: 8px;
}
.pg-nav-link__item:nth-of-type(n+4) {
    margin-top: 8px;
}
.pg-nav-link__item a {
    min-height: 46px;
    font-size: 14px;
    padding: 8px 28px 8px 16px;
    box-shadow: inset 0 0 0 1px transparent;
}
.pg-nav-link__item a:hover {
    box-shadow: inset 0 0 0 1px #B20728;
}
.pg-nav-link__item a::after {
    width: 9px;
    height: 9px;
    right: 12px;
}
.pg-nav-link__item a:not(:hover)::after {
    border-top-color: #000;
    border-right-color: #000;
}
}

/* Lineup
----------------------------------------------------------------- */
.pg-lineup {
margin: 32px 0;
}
.pg-lineup__block:nth-of-type(n+2) {
margin-top: 24px;
}
.pg-lineup__content {
background: linear-gradient(to right, var(--pg-color-lineup-bg-start) 0%, var(--pg-color-lineup-bg-end) 100%);
padding: 24px 10px 40px;
}
@media (min-width: 769px) {
.pg-lineup {
    margin: 48px 0;
}
.pg-lineup__block:nth-of-type(n+2) {
    margin-top: 40px;
}
.pg-lineup__inner {
    padding: 0 32px;
}
.pg-lineup__content {
    display: flex;
    padding: 40px 48px;
    position: relative;
    z-index: 1;
}
}

.pg-lineup__header {
text-align: center;
margin: 0 0 40px;
}
.pg-lineup__number {
max-width: 112px;
margin: 0 0 32px;
}
.pg-lineup__heading {
font-size: 30px;
font-weight: bold;
line-height: 1.5;
}
.pg-lineup__type {
max-width: 280px;
margin: 28px auto 0;
}
.pg-lineup__lead-text {
font-size: 14px;
line-height: 1.8;
margin: 16px 0 0;
}
@media (min-width: 769px) {
.pg-lineup__header {
    width: 600px;
    align-self: center;
    padding: 92px 0;
    margin: 0;
    flex: 1 1 auto;
}
.pg-lineup__number {
    width: 12.064%;
    max-width: 166px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.pg-lineup__heading {
    font-size: 40px;
    line-height: 1.2;
}
.pg-lineup__type {
    max-width: 320px;
    margin: 40px auto 0;
}
.pg-lineup__lead-text {
    font-size: 16px;
    margin: 20px 0 0;
}
.pg-lineup__body {
    width: 652px;
    margin: 0 0 0 28px;
    overflow: hidden;
    flex: 1 1 auto;
}
}

.pg-lineup__slider {
background: #FFF;
padding: 28px 10px 32px;
position: relative;
z-index: 1;
}
.pg-lineup__slider *[class~="swiper-button-prev"],
.pg-lineup__slider *[class~="swiper-button-next"] {
width: 32px;
height: 32px;
margin: calc((100% - 80px) * .5) 0 0;
margin: calc(~'(100% - 80px) * .5') 0 0;
position: absolute;
top: 0;
transform: translateY(-50%);
transition: opacity .4s cubic-bezier(.22, .61, .36, 1);
}
.pg-lineup__slider *[class~="swiper-button-prev"] {
left: 0;
}
.pg-lineup__slider *[class~="swiper-button-next"] {
right: 0;
}
.pg-lineup__slider *[class~="swiper-button-prev"]::before,
.pg-lineup__slider *[class~="swiper-button-next"]::before {
content: '';
display: block;
width: 18px;
height: 18px;
border-top: 1px solid #B20728;
border-right: 1px solid #B20728;
position: absolute;
top: 50%;
left: 50%;
}
.pg-lineup__slider *[class~="swiper-button-prev"]::before {
transform: translate(-25%, -50%) rotate(225deg);
}
.pg-lineup__slider *[class~="swiper-button-next"]::before {
transform: translate(-75%, -50%) rotate(45deg);
}
.pg-lineup__slider *[class~="swiper-button-prev"]::after,
.pg-lineup__slider *[class~="swiper-button-next"]::after {
display: none;
}
@media (min-width: 376px) {
.pg-lineup__slider *[class~="swiper-button-prev"],
.pg-lineup__slider *[class~="swiper-button-next"] {
    margin: calc(255px * .5) 0 0;
    margin: calc(~'255px * .5') 0 0;
}
}
@media (min-width: 769px) {
.pg-lineup__slider {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px 30px 48px;
}
.pg-lineup__slider *[class~="swiper-container"] {
    width: 100%;
    padding: 0 52px;
}
.pg-lineup__slider *[class~="swiper-button-prev"],
.pg-lineup__slider *[class~="swiper-button-next"] {
    width: 40px;
    height: 40px;
    margin: 0;
    top: 50%;
}
.pg-lineup__slider *[class~="swiper-button-prev"]::before,
.pg-lineup__slider *[class~="swiper-button-next"]::before {
    width: 25px;
    height: 25px;
}
}

.pg-lineup__slider *[class~="swiper-pagination-fraction"] {
width: auto;
color: #888;
font-size: 11px;
letter-spacing: .03em;
line-height: 1.4;
position: absolute;
left: auto;
right: 10px;
bottom: 10px;
}
.pg-lineup__slider *[class~="swiper-pagination-current"] {
color: #B20728;
}
@media (min-width: 769px) {
.pg-lineup__slider *[class~="swiper-pagination-fraction"] {
    font-size: 12px;
    right: 20px;
    bottom: 16px;
}
}

/* Product Card
----------------------------------------------------------------- */
.pg-product-card__visual {
padding: 0 40px;
}
.pg-product-card__image {
max-width: 255px;
margin: 0 auto;
}
.pg-product-card__image a {
display: block;
}
.pg-product-card__detail {
text-align: center;
margin: 12px 0 0;
}
.pg-product-card__tags {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -4px 0 0;
}
.pg-product-card__tag {
font-size: 10px;
line-height: 1;
padding: 4px 8px;
margin: 4px 3px 0;
border: 1px solid #CCC;
}
.pg-product-card__name {
font-size: 13px;
line-height: 1.6;
margin: 16px 0 0;
overflow-wrap: break-word;
word-break: keep-all;
}
.pg-product-card__price {
font-size: 12px;
line-height: 1.6;
margin: 8px 0 0;
}
.pg-product-card__price small {
font-size: 10px;
}
.pg-product-card__button {
max-width: 108px;
margin: 20px auto 0;
}
.pg-product-card__button a {
display: block;
background: #B20728;
border-radius: 16px;
overflow: hidden;
}
.pg-product-card__button svg {
fill: #fff;
transition: .4s cubic-bezier(.22, .61, .36, 1);
}
@media (min-width: 769px) {
.pg-product-card__visual {
    padding: 0 11.0656%;
}
.pg-product-card__image {
    max-width: 380px;
}
.pg-product-card__detail {
    margin: 16px 0 0;
}
.pg-product-card__tag {
    font-size: 11px;
    margin: 4px 4px 0;
}
.pg-product-card__name {
    font-size: 15px;
    margin: 12px 0 0;
}
.pg-product-card__price {
    font-size: 13px;
    margin: 12px 0 0;
}
.pg-product-card__button {
    max-width: 112px;
}
.pg-product-card__button a {
    box-shadow: inset 0 0 0 1px transparent;
}
.pg-product-card__button a:hover {
    background: #fff;
    box-shadow: inset 0 0 0 1px #B20728;
}
.pg-product-card__button a:hover svg {
    fill: #B20728;
}
}