@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700;900&display=swap');
/*
Theme Name: PARSA
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
/* reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
img, iframe {
    vertical-align: bottom;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
/* general
--------------------------------------------------*/
/* link */
a {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover img, a:focus img {
    opacity: .5;
}
/* transition */
a, a img, input {
    transition: all .2s;
}
/* font */
.serif {
    font-family: "Noto Serif JP";
    font-weight: 400;
}
strong {
    font-weight: bold;
}
.fs-12 {
    font-size: 1.2rem;
}
.fs-14 {
    font-size: 1.4rem;
}
.fs-18 {
    font-size: 1.8rem;
}
.fs-24 {
    font-size: 2.4rem;
}
.lh-14 {
    line-height: 1.4;
}
@media screen and (max-width: 460px) {
    .fs-s-12 {
        font-size: 1.2rem;
    }
    .fs-s-14 {
        font-size: 1.4rem;
    }
    .fs-s-16 {
        font-size: 1.6rem;
    }
}
/* margin padding */
.ptb-10 {
    padding: min(10%, 120px) 0;
}
.mt-10 {
    margin-top: 10%;
}
.mb-3 {
    margin-bottom: 3%;
}
.mb-5 {
    margin-bottom: 5%;
}
/* img */
img {
    max-width: 100%;
    height: auto;
}
/* pc/sp */
.sp {
    display: none;
}
@media screen and (max-width: 460px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
/* layout
--------------------------------------------------*/
/* html */
html {
    font-size: 16px;
}
@media screen and (max-width: 1280px) {
    html {
        font-size: calc(16vw / 1280 * 100);
    }
}
@media screen and (max-width: 460px) {
    html {
        font-size: 14px;
    }
}
/* body */
body {
    position: relative;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    word-break: break-all;
    background: #fff;
}
.no-scroll {
    overflow: hidden;
}
/* mask */
.mask {
    display: none;
}
@media screen and (max-width: 460px) {
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 50;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(4px);
    }
}
/* header */
header {
    padding: min(2%, 24px) 0;
}
header h1 {
    width: 20%;
    margin: 0 auto;
}
@media screen and (max-width: 460px) {
    header {
        padding: 15px 0;
    }
    header h1 {
        max-width: unset;
        text-align: center;
    }
    header h1 img {
        width: auto;
        height: 40px;
    }
}
/* nav-btn-sp */
.nav-btn-sp { display: none; }
@media screen and (max-width: 460px) {
    .nav-btn-sp {
        display: block;
        position: fixed;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        padding: 10px;
        z-index: 9999;
        cursor: pointer;
        transition: all .2s;
        background: rgba(255, 255, 255, .75);
        border-radius: 50%;
    }
    .nav-btn-sp i, .nav-btn-sp i:before, .nav-btn-sp i:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 2px;
        background: #000;
    }
    .nav-btn-sp i {
        left: 50%;
        margin: 0 0 0 -15px;
        transition: .1s;
    }
    .nav-btn-sp i:before, .nav-btn-sp i:after {
        content: "";
        transition: .2s;
    }
    .nav-btn-sp i:before {
        margin-top: -8px;
    }
    .nav-btn-sp i:after {
        margin-top: 6px;
    }
    .nav-btn-sp.close i {
        background: transparent;
    }
    .nav-btn-sp.close i:before, .nav-btn-sp.close i:after {
        margin-top: 0;
    }
    .nav-btn-sp.close i:before {
        transform: rotate(-45deg);
    }
    .nav-btn-sp.close i:after {
        transform: rotate(-135deg);
    }
}
/* header-nav */
.header-nav {
    background: #e7d4ca;
}
.header-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-nav li {
    width: 20%;
}
.header-nav a {
    display: block;
    position: relative;
    padding: 8% 0;
    font-size: 1.2rem;
    text-align: center;
}
.header-nav a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: .2em;
    background: #000;
    transition: all .2s;
}
.header-nav a:hover::before {
    width: 100%;
    margin-left: -50%;
}
@media screen and (max-width: 460px) {
    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: auto;
        padding: 10% 50px 10% 10%;
        z-index: 999;
        background: #fff;
        transform: translateY(-100%);
        transition: .2s;
    }
    .header-nav.active {
        display: block;
        transform: translateY(0);
    }
    .header-nav li {
        width: 48%;
        margin-bottom: 1em;
    }
    .header-nav ul li:last-child {
        margin-bottom: 0;
    }
    .header-nav a {
        padding: 0 0 .2em;
        font-size: 1rem;
        text-align: left;
    }
    .header-nav a::before {
        bottom: 0;
        height: 2px;
    }
}
/* footer */
.footer-infinity {
    width: 18rem;
    margin: min(5%, 60px) auto;
}
footer {
    background: #f2f2f2;
}
footer a:hover {
    text-decoration: underline;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: min(5%, 100px);
    font-size: 1.4rem;
}
.footer-inner h3 {
    margin-bottom: 1.5em;
    color: #aaa;
    font-size: 1.15em;
    font-weight: bold;
}
.footer-list li:not(:last-child) {
    margin-bottom: 1.2em;
}
.footer-list li a {
    line-height: 1.4;
}
.footer-sns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.footer-sns-list {
    display: flex;
    justify-content: flex-end;
}
.footer-sns-list li:first-child {
    margin-right: 2rem;
}
.footer-sns-list img {
    width: 2.5rem;
}
.footer-logo {
    width: 16rem;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 min(5%, 100px) min(5%, 100px);
    color: #aaa;
}
.copyright strong {
    font-size: 1.3em;
}
.copyright ul {
    display: flex;
    font-size: 1.1em;
    line-height: 1;
}
.copyright ul li:first-child {
    margin-right: 1em;
    padding-right: 1em;
    border-right: solid 1px #aaa;
}
.copyright a {
    color: #aaa;
}
@media screen and (max-width: 460px) {
    .footer-infinity {
        width: 120px;
    }
    .footer-wrap {
        padding: 10% 5%;
        font-size: 1rem;
    }
    .footer-inner {
        width: 50%;
    }
    .footer-inner h3 {
        margin-bottom: 1em;
    }
    .footer-list li:not(:last-child) {
        margin-bottom: 1em;
    }
    .footer-list li:last-child {
        margin-bottom: 15%;
    }
    .footer-sns {
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
        text-align: left;
    }
    .footer-sns-list {
        justify-content: flex-start;
        margin-bottom: 15%;
    }
    .footer-sns-list img {
        width: 3rem;
    }
    .footer-logo {
        width: 40%;
    }
    .copyright {
        display: block;
        padding: 0 5% 10%;
        font-size: 1rem;
    }
    .copyright p {
        margin-bottom: 1em;
    }
    .copyright strong {
        font-size: 1em;
    }
    .copyright ul {
        display: flex;
        font-size: 1.1em;
        line-height: 1;
    }
    .copyright ul li:first-child {
        margin-right: 1em;
        padding-right: 1em;
        border-right: solid 1px #aaa;
    }
    .copyright a {
        color: #aaa;
    }
}
/* area */
.area-1920 {
    max-width: 1920px;
    margin: 0 auto;
}
.area-1400 {
    max-width: 1400px;
    margin: 0 auto;
}
.area-1200 {
    max-width: 1200px;
    margin: 0 auto;
}
/* fadein */
.fadein {
    opacity: 0;
    transition: opacity .2s;
}
.fadein.visible {
    opacity: 1;
    transition: opacity 1.5s;
}
@media screen and (max-width: 460px) {
    .fadein.visible {
        transition: opacity 1s;
    }
}
/* pc sp */
.sp {
    display: none;
}
@media screen and (max-width: 460px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/* top
--------------------------------------------------*/
/* slide */
.top-slide-area {
    overflow: hidden;
    background: #000;
}
.top-slide.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.top-slide .slick-list {
    overflow: visible;
}
.top-slide .slick-slide a {
    display: block;
    background: #fff;
}
.top-slide .slick-dots {
    bottom: 4%;
}
.top-slide .slick-dots li {
    width: auto;
    height: auto;
}
.top-slide .slick-dots li button {
    width: 8rem;
    height: .6rem;
    padding: 0;
    background: rgba(255, 255, 255, .7);
}
.top-slide .slick-dots li.slick-active button {
    background: rgba(204, 204, 204, .7);
}
.top-slide .slick-dots li button:before {
    display: none;
}
@media screen and (max-width: 460px) {
    .top-slide .slick-dots li button {
        width: 40px;
        height: 4px;
    }
}
/* top-01 */
.top-01 {
    background: url("img/top/bg-01.jpg") no-repeat center center fixed;
    background-size: cover;
}
.top-01-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: min(10%, 120px) 0;
    text-align: center;
    color: #fff;
}
.top-txt-11 {
    font-size: 2.8rem;
    line-height: 1.4;
}
.top-txt-12 {
    position: relative;
    margin: 2.5rem 0;
    padding: .5em 1.2em;
    font-size: 2.2rem;
    z-index: 1;
}
.top-txt-12::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-out;
    background: #d9b9ae;
}
.top-txt-12.visible::before {
    width: 100%;
    transition-delay: .5s;
}
.top-txt-13 {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
}
.top-img-11 img {
    width: 28rem;
}
@media screen and (max-width: 460px) {
    .top-01 {
        background-attachment: scroll;
    }
    .top-01-inner {
        padding: 10% 0;
    }
    .top-img-01 img {
        width: 120px;
    }
    .top-txt-11 {
        font-size: 1.5rem;
    }
    .top-txt-12 {
        margin: 1rem 0;
        padding: .5em 1em;
        font-size: 1rem;
    }
    .top-txt-13 {
        margin-bottom: 2.5rem;
        font-size: 1rem;
    }
    .top-img-11 img {
        width: 180px;
    }
}
/* top-link */
.top-link {
    padding: min(10%, 120px) 0;
}
.top-link-txt-01 {
    margin-bottom: 1.25%;
    font-size: 1.8rem;
    text-align: center;
}
.top-link-list {
    display: flex;
    justify-content: space-between;
    width: 40rem;
    margin: 0 auto;
}
.top-link-list li {
    width: 40%;
}
@media screen and (max-width: 460px) {
    .top-link-txt-01 {
        font-size: 1.15rem;
    }
    .top-link-list {
        width: 70%;
    }
    .top-link-list li {
        width: 45%;
    }
}
/* top-02 */
.top-02 {
    padding: min(10%, 120px) 0;
    text-align: center;
    background: url("img/top/bg-02.jpg") no-repeat center center;
    background-size: cover;
}
.top-img-05 {
    max-width: 1000px;
    margin: 0 auto;
}
.top-02-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.top-02-flex p {
    width: calc(100% / 3);
}
.top-txt-21 {
    margin-top: 2%;
    color: #999;
    font-size: 1.4rem;
}
@media screen and (max-width: 460px) {
    .top-02 {
        padding: 5% 2%;
    }
    .top-img-05 {
        padding: 0 2%;
    }
    .top-txt-21 {
        font-size: 1rem;
    }
}
/* top-03 */
.top-03 {
    background: #fff url("img/top/img-07.jpg") no-repeat right center;
    background-size: cover;
}
.top-03-inner {
    padding: 20% 30% 30% 0;
}
/* top-04 */
.top-04 {
    background: #f8f2ef;
}
.top-04-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5%;
}
.top-img-41 {
    flex-shrink: 0;
    width: 44%;
    margin-top: -3%;
}
.top-04-right {
    padding-left: 6%;
}
.top-txt-41,
.top-txt-42 {
    margin-bottom: 4%;
    line-height: 1.4;
}
.top-txt-41 {
    font-size: 1.8rem;
}
.top-txt-42 {
    font-size: 3.2rem;
    font-weight: 500;
}
.top-txt-43 {
    font-size: 1.2rem;
}
@media screen and (max-width: 460px) {
    .top-04-inner {
        padding-bottom: 0;
    }
    .top-img-41 {
        margin-top: 0;
    }
    .top-04-right {
        padding: 5%;
    }
    .top-txt-41 {
        font-size: 1rem;
    }
    .top-txt-42 {
        font-size: 1.2rem;
    }
    .top-txt-43 {
        font-size: .8rem;
    }
}
/* top-05 */
.top-05-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-05-left {
    padding-right: 6%;
}
.top-img-51 {
    flex-shrink: 0;
    width: 54%;
    margin-bottom: -4.2%;
}
@media screen and (max-width: 460px) {
    .top-05-left {
        padding: 5% 0 5% 5%;
    }
    .top-img-51 {
        width: 52%;
        margin-bottom: 0;
    }
}
/* top-movie */
.top-movie {
    padding: min(10%, 120px) 0;
    color: #fff;
    background: url("img/top/bg-03.jpg") no-repeat center top;
    background-size: cover;
}
.top-movie-title {
    margin-bottom: 2%;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
}
.top-movie-txt-01 {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.top-movie-txt-01 span {
    padding: 0 2em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background: #ddb4be;
}
.top-movie-list-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10%;
}
.top-movie-list li {
    margin: 0 2rem;
}
.top-movie-list video {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 460px) {
    .top-movie-title {
        font-size: 1.4rem;
    }
    .top-movie-txt-01 span {
        font-size: 1rem;
    }
}
/* slick-arrow-01 */
.slick-arrow-01 .slick-prev,
.slick-arrow-01 .slick-next {
    width: 0;
    height: 0;
}
.slick-arrow-01 .slick-prev {
    left: -3rem;
}
.slick-arrow-01 .slick-next {
    right: -3rem;
}
.slick-arrow-01 .slick-prev:before,
.slick-arrow-01 .slick-next:before {
    content: "";
    position: absolute;
    width: 6.25rem;
    height: calc(220rem / 16);
    background: no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.slick-arrow-01 .slick-prev:before {
    background-image: url("img/common/arrow-01.png");
}
.slick-arrow-01 .slick-next:before {
    background-image: url("img/common/arrow-02.png");
}
@media screen and (max-width: 460px) {
    .top-movie-list-wrap {
        padding: 0 20%;
    }
    .top-movie-list li {
        margin: 0 10px;
    }
    .slick-arrow-01 .slick-prev {
        left: -2rem;
    }
    .slick-arrow-01 .slick-next {
        right: -2rem;
    }
    .slick-arrow-01 .slick-prev:before,
    .slick-arrow-01 .slick-next:before {
        width: 25px;
        height: 55px;
    }
}
/* top-06 */
.top-06 {
    padding: 10% 0;
    background: #fff url("img/top/bg-04.jpg") repeat-y center top;
    background-size: 800px auto;
}
.top-06 .top-movie-title {
    color: #000;
}
.top-06-list {
    margin-top: 10%;
}
.top-06-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-06-list li:nth-child(even) {
    flex-direction: row-reverse;
}
.top-06-list li:not(:last-child) {
    margin-bottom: 10%;
}
.top-06-list-img {
    width: 55%;
}
.top-06-list-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    font-size: 1.4rem;
}
.top-txt-61 {
    margin-bottom: 4%;
    padding: .2em 1.5em;
    color: #fff;
    background: #000;
}
.top-txt-62 {
    margin-bottom: 6%;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}
.top-txt-63 {
    border: solid #000;
    border-width: 0 2px 2px 0;
}
.top-txt-63 a {
    display: block;
    padding: .2em .5em .5em;
}
.top-txt-63 a::after {
    content: "→";
    padding-left: 1em;
    transition: all .2s;
}
.top-txt-63 a:hover {
    color: #fff;
    background: #000;
}
.top-txt-63 a:hover::after {
    padding-left: 2em;
}
@media screen and (max-width: 460px) {
    .top-06 {
        background-size: 50% auto;
    }
    .top-06-list li {
    }
    .top-06-list-img {
    }
    .top-06-list-txt {
        font-size: 1rem;
    }
    .top-txt-61 {
        padding: .2em 1em;
        font-size: .8rem;
    }
    .top-txt-63 a {
        font-size: .8rem;
    }
    
}
/* top-07 */
.top-07 {
    padding: min(10%, 120px) 0;
    background: #fff url("img/top/bg-05.jpg") no-repeat center top;
    background-size: cover;
}
.top-txt-71 {
    margin-bottom: 3%;
    font-family: "Zen Kaku Gothic New";
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
}
.top-txt-71 small {
    font-size: .8em;
}
.top-news-list-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}
.top-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-news-list li {
    width: calc(520% / 1728 * 100);
}
.top-news-list-img {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}
.top-news-list-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.top-txt-72 {
    padding: 4% 0 1%;
    color: #999;
    font-size: 1.75rem;
}
.top-txt-73 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.top-news-link {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}
.top-news-link a {
    position: relative;
    display: block;
    padding: .8em 5em;
    font-size: 1.6rem;
    font-weight: 500;
    border: solid 3px #000;
}
.top-news-link a::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 2em;
    margin-top: -.5em;
    line-height: 1em;
}
.top-news-link a:hover {
    color: #fff;
    background: #000;
}
@media screen and (max-width: 460px) {
    .top-txt-71 {
        font-size: 1.4rem;
    }
    .top-news-list {
        flex-direction: column;
    }
    .top-news-list li {
        display: flex;
        width: 100%;
        margin-bottom: 5%;
    }
    .top-news-list-img {
        flex-shrink: 0;
        width: 100px;
        padding-top: 100px;
    }
    .top-news-list-txt {
        margin-left: 10px;
    }
    .top-txt-72 {
        font-size: .8rem;
    }
    .top-txt-73 {
        font-size: 1rem;
    }
    .top-news-link a {
        font-size: 1rem;
        border-width: 2px;
    }
}
/* product-list
--------------------------------------------------*/
.product-list-bg {
    padding-bottom: min(10%, 120px);
    background: #fff url(img/top/bg-04.jpg) repeat-y center top;
    background-size: min(600px, 50%) auto;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-list > a {
    width: 45%;
    margin-bottom: 10%;
}
.product-list-img {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.product-list-txt-01 {
    margin-top: 5%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.product-list-txt-02 {
    margin-top: 2%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 460px) {
    .product-list {
        padding: 0 5%;
    }
    .product-list > a {
        width: 46%;
    }
    .product-list-txt-01 {
        font-size: 1rem;
    }
    .product-list-txt-02 {
        font-size: .8rem;
    }
}
/* product
--------------------------------------------------*/
/* product-fv */
.product-fv {
    background: #f5f5f5;
}
/* product-img */
.product-img-area {
    margin-top: min(10%, 120px);
}
.product-flex {
    display: flex;
    justify-content: space-between;
}
.product-img {
    width: 45%;
}
.product-img-sub {
    padding: 20px 10px 20px 20px;
    background: #f5f5f5;
}
.product-img-sub .slick-slide {
    margin-right: 10px;
    background: #fff;
}
.product-img-sub .slick-slide img {
    opacity: .5;
    transition: all .2s;
    cursor: pointer;
}
.product-img-sub .slick-slide.slick-current img,
.product-img-sub .slick-slide:hover img {
    opacity: 1;
}
.product-prev,
.product-next {
    position: absolute;
    top: 50%;
    padding: 1em;
    z-index: 10;
    cursor: pointer;
    color: #666;
    font-size: 1rem;
    background: #fff;
    transform: translate(0, -50%) scaleX(.5);
    opacity: .5;
}
.product-prev {
    left: 0;
}
.product-next {
    right: 0;
}
.product-prev:hover,
.product-next:hover {
    opacity: 1;
}
.product-info {
    width: 50%;
    color: #666;
}
.product-info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.product-info th,
.product-info td {
    padding: .2em .8em;
    border-bottom: solid 2px #f5f5f5;
}
.product-info th {
    white-space: nowrap;
    background: #f5f5f5;
}
@media screen and (max-width: 460px) {
    .product-flex {
        display: block;
    }
    .product-img {
        width: auto;
        margin: 0 5% 5%;
    }
    .product-info {
        width: auto;
        padding: 0 5%;
    }
}
/* product-txt */
.product-txt {
    width: 46%;
    margin-top: min(5%, 60px);
}
.product-dl dt {
    padding: .2em .8em;
    color: #666;
    background: #f5f5f5;
}
.product-dl dt.product-dt-02 {
    background: #ebe1d8;
}
.product-dl dd {
    padding: 1em 0 3em;
    color: #666;
}
@media screen and (max-width: 460px) {
    .product-txt {
        width: auto;
        margin-bottom: 0;
        padding: 0 5%;
    }
}
/* product-lp */
.product-lp {
    max-width: 800px;
    margin: 0 auto;
}
.product-lp .product-lp-img + .product-dl {
    margin-top: 10%;
}
@media screen and (max-width: 460px) {
    .product-lp .product-dl {
        padding: 0 5%;
    }
}
/* about
--------------------------------------------------*/
/* about-01 */
.about-01 {
    background: url("img/about/img-01.jpg") no-repeat right center;
    background-size: cover;
}
.about-01-inner {
    padding: 24% 40% 24% 0;
}
.about-txt-11 {
    margin-bottom: 10%;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 460px) {
    .about-01-inner {
        padding: 30% 5% 25% 5%;
    }
    .about-txt-11 {
        margin-bottom: 10%;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.4;
        text-align: center;
    }
}
/* about-02 */
.about-02 {
    background: #e7d4ca;
}
.about-02-flex {
    display: flex;
    justify-content: space-between;
}
.about-img-21 {
    flex-shrink: 0;
    width: 42%;
}
.about-img-21 img {
    margin-top: -8%;
}
.about-02-flex > div {
    padding: 5%;
}
.about-txt-21 {
    margin-bottom: 5%;
    font-size: 2rem;
    line-height: 1.4;
}
.about-txt-22 {
    margin-bottom: 5%;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.4;
}
.about-txt-23 {
    font-size: 1.4rem;
}
@media screen and (max-width: 460px) {
    .about-02-flex {
        display: block;
    }
    .about-img-21 {
        width: 50%;
        margin: 0 auto;
    }
    .about-img-21 img {
        margin-top: -8%;
    }
    .about-02-flex > div {
        padding: 5% 5% 10%;
    }
    .about-txt-21 {
        margin-bottom: 2%;
        font-size: 1rem;
    }
    .about-txt-22 {
        margin-bottom: 6%;
        font-size: 1.5rem;
    }
    .about-txt-23 {
        font-size: 1rem;
    }
}
/* about-03 */
.about-03 {
    padding-bottom: min(10%, 120px);
    background: #fff url("img/top/bg-04.jpg") repeat-y center top;
    background-size: min(600px, 50%) auto;
}
.about-03-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: min(10%, 120px);
}
.about-img-31 {
    flex-shrink: 0;
    width: 46%;
}
.about-03-flex > div {
    padding: 5% 5% 0;
}
.about-img-32 {
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 460px) {
    .about-03-flex {
        display: block;
        margin-bottom: 0;
    }
    .about-img-31 {
        width: 50%;
        margin: 0 auto;
    }
    .about-img-31 img {
        margin-top: -8%;
    }
    .about-03-flex > div {
        padding: 5%;
    }
    .about-img-32 {
        max-width: 80%;
    }
}
/* about-04 */
.about-04 {
    padding: min(10%, 120px) 0;
    background: #fff url("img/top/bg-04.jpg") repeat-y center top;
    background-size: min(600px, 50%) auto;
}
.about-04-flex-01,
.about-04-flex-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-04-flex-01 {
    margin-bottom: min(20%, 240px);
}
.about-img-41 {
    flex-shrink: 0;
    width: 42%;
}
.about-04-flex-01 > div,
.about-04-flex-02 > div {
    padding: 0 5%;
}
.about-04-flex-02 {
    flex-direction: row-reverse;
}
.about-img-42 {
    flex-shrink: 0;
    width: 46%;
}
@media screen and (max-width: 460px) {
    .about-04-flex-01,
    .about-04-flex-02 {
        display: block;
    }
    .about-img-41,
    .about-img-42 {
        width: 50%;
        margin: 0 auto;
    }
    .about-04-flex-01 > div,
    .about-04-flex-02 > div {
        padding: 5%;
    }
}
/* news
--------------------------------------------------*/
/* news-list */
.news-list {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 min(5%, 96px);
}
.news-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10%;
}
.news-left {
    flex-shrink: 0;
    width: calc(500% / 1728 * 100);
    margin-right: 4%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}
.news-right {
    font-size: 1.4rem;
}
.news-right h3 {
    margin-bottom: .5em;
    font-size: 1.2em;
    font-weight: bold;
}
.news-right a {
    text-decoration: underline;
}
.news-date {
    color: #aaa;
    letter-spacing: .2em;
}
.news-box:hover .news-link {
    text-decoration: underline;
}
/* pagination */
.pagination {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 min(5%, 96px);
    font-size: 2rem;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.nav-links > * {
    display: block;
    width: 2em;
    line-height: 2em;
    text-align: center;
    margin: 0 .2em;
}
.nav-links .current {
    font-weight: 700;
}
.nav-links .prev,
.nav-links .next {
    border: solid 2px #000;
}
.nav-links .prev {
    margin-right: 2em;
}
.nav-links .next {
    margin-left: 2em;
}
@media screen and (max-width: 460px) {
    .news-box {
        display: block;
        margin: 20% 0;
    }
    .news-left {
        width: 80%;
        margin: 0 auto 5%;
    }
    .news-right {
        font-size: 1.15rem;
    }
    .news-right h3 {
        margin-bottom: .5em;
    }
}
