@font-face {
    font-family: 'Tasaki Sans';
    src: url('../font/TasakiSans-Regular.otf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Tasaki Sans';
    src: url('../font/TasakiSans-Italic.otf');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Tasaki Sans';
    src: url('../font/TasakiSans-Bold.otf');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Tasaki Sans';
    src: url('../font/TasakiSans-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Tasaki Sans';
    src: url('../font/TasakiSans-Italic.ttf');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Tasaki Sans';
    src: url('../font/TasakiSans-Bold.ttf');
    font-style: normal;
    font-weight: bold;
}

body {
    margin: 0;
    font-family: 'Tasaki Sans',
        'FP-ヒラギノ角ゴStdN W2',
        'FP-ヒラギノ角ゴStdN W4',
        sans-serif;
}

p {
    margin-top: 0;
}

.page-header {
    text-align: center;
    border-bottom: solid 3px #E3F0EA;
    padding: 20px 0;
}

.columns-max-width,
.link-footer,
.copy-right {
    max-width: 1080px;
    padding: 0 16px;
    margin: 0 auto;
}

.top {
    position: fixed;
    bottom: 50px;
    right: 68px;
}

.top a {
    background: #ADD1C1;
    padding: 15px 10px;
    border-radius: 44px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 250;
    color: #000000;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.top a img {
    margin-left: 15px;
}

.page-title {
    text-align: center;
}

.page-title h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #323232;
    margin-top: 60px;
}

.page-title span {
    font-size: 24px;
    font-weight: 250;
    line-height: 36px;
    color: #323232;
}

.product-wrapper {
    text-align: center;
}

.product-name {
    margin-bottom: 16px;
}

.product-name p {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    color: #323232;
    display: inline-block;
    margin-bottom: 0;
}

.product-name span {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    color: #323232;
    display: inline-block;
    margin-left: 10px;
}

.product-image img {
    display: inline-block;
    width: 100%;
    max-width: 492px;
}

.price p {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
}

.description p {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
    margin-bottom: 0;
}

.description {
    text-align: center;
}

.description img {
    margin: 20px 0 45px;
    max-width: 100%;
    object-fit: cover;
}

.product-img img {
    max-width: 100%;
    object-fit: cover;
}

.page-title img {
    max-width: 100%;
    object-fit: cover;
}

.columns-full-width {
    background-color: #E3F0EA;
    padding: 80px 17px;
}

.about-us {
    max-width: 805px;
    padding: 0 15px;
    margin: 0 auto;
}

.about-us p {
    text-align: center;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
    margin-bottom: 0;
}

.infomation {
    text-align: center;
    max-width: 805px;
    margin: 80px auto;
}

.infomation p {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
    margin-bottom: 0;
}

.infomation p:first-child {
    margin-bottom: 10px;
}

.infomation img {
    margin: 20px 0;
}

.table-info {
    margin: 40px 0 0;
    display: inline-block;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.title-table {
    text-align: center;
    font-size: 24px;
    font-weight: 250;
    line-height: 36px;
    color: #323232;
}

td {
    border: solid 1px #323232;
    padding: 15px 0;
}

td p {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
    margin-bottom: 0;
    padding: 0 15px;
}

td a,
p a {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
}

td a {
    text-decoration: none;
}

td a.underline {
    text-decoration: underline;
}

.underline-invisible:hover {
    text-decoration: none;
    opacity: 0.7;
}

td a:hover {
    text-decoration: underline;
}

tr>td:first-child {
    width: 21%;
}

td ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

td ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
}

td ul li:last-child p {
    margin-bottom: 0;
}

.add-table {
    display: none;
}

.load-more {
    text-align: center;
    margin-bottom: 0;
    padding: 40px 0;
}

.load-more a {
    border: solid 1px #323232;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
    text-decoration: none;
    padding: 11px 34px;
}

.load-more a.plus:after {
    content: '+';
    font-size: 20px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
    margin-left: 20px;
}

.load-more a.minus:after {
    content: '-';
    font-size: 26px;
    line-height: 24px;
    color: #323232;
    margin-left: 20px;
    position: relative;
    top: 1px;
}

.next-page {
    text-align: center;
    padding: 20px 0 30px;
    margin-top: 50px;
}

.next-page a {
    border: solid 1px #323232;
    padding: 11px 31px;
    background-color: #323232;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.agree {
    text-align: center;
    margin-bottom: 30px;
}

.agree a {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #737373;
    text-decoration: none;
}

.agree a:before {
    background: #DFDFDF;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
}

.apply {
    text-align: center;
    padding: 20px;
}

.apply a {
    border: solid 1px #323232;
    padding: 15px;
    background-color: #323232;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.link-footer {
    text-align: center;
}

.link-footer ul {
    padding-left: 0;
}

.link-footer ul li {
    display: inline-block;
    list-style: none;
}

.link-footer ul li::after {
    content: '/';
    padding: 0 30px;
}

.link-footer ul li:last-child:after {
    content: '';
    padding: 0;
}

.link-footer ul li a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
}

.copy-right {
    text-align: center;
    padding: 10px 0 30px;
}

.copy-right span {
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #323232;
}

.icon {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .logo img {
        max-width: 119px;
    }

    .page-title h1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 32px;
        margin-left: -9px;
        margin-right: -9px;
    }

    .product-name p {
        margin-bottom: 16px;
    }

    .description p {
        font-size: 14px;
        line-height: 21px;
    }

    .description {
        margin: 45px 0;
    }

    .columns-full-width {
        padding: 45px 16px;
    }

    .infomation {
        margin: 45px auto;
    }

    .infomation p {
        font-size: 14px;
        line-height: 21px;
    }

    tr {
        border: solid 1px #323232;
        display: inline-block;
        width: 100%;
        border-top: none;
    }

    tr:first-child {
        border-top: solid 1px #323232;
    }

    td {
        border: none;
        width: 100%;
        display: inline-block;
        padding: 0 0 15px;
    }

    tr>td:first-child {
        width: 100%;
        display: inline-block;
        padding-top: 15px;
    }

    .top {
        right: 25px;
    }

    .copy-right span {
        font-size: 14px;
        line-height: 21px;
    }

    .link-footer ul li::after {
        padding: 0 10px;
    }
}

form {
    margin-top: 50px;
}

form label {
    display: block;
}

form label.error {
    color: #F11414;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
}

form label span {
    color: #F11414;
    margin-left: 3px;
}

form input[type="email"] {
    border: none;
    border-bottom: solid 1px #737373;
    height: 32px;
    width: 100%;
}

form input:focus,
form input:focus-visible {
    border: none;
    border-bottom: solid 1px #737373;
    outline: none;
}

form .group-email {
    margin-bottom: 20px;
    margin-top: 50px;
}

.group-email,
.group-confirmEmail {
    max-width: 726px;
    margin: 0 auto;
}

.group-confirmEmail {
    margin-bottom: 70px;
}

.agreement {
    text-align: center;
    margin-bottom: 30px;
}

.submit-form {
    text-align: center;
    margin-bottom: 65px;
}

.submit-form input {
    border: solid 1px #323232;
    padding: 11px 34px;
    background-color: #323232;
    font-size: 16px;
    font-weight: 250;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

form .agreement input[type="checkbox"] {
    width: 14px;
    height: 14px;
    background-color: #DFDFDF;
    border: 1px solid #DFDFDF;
    appearance: none;
    cursor: pointer;
    margin: 0;
    position: relative;
    margin-right: 10px;
}

form .agreement input[type="checkbox"]:checked {
    background-color: #000000;
    border-color: #000000;
}

form .agreement input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 1px;
    display: inline-block;
    width: 3px;
    height: 3px;
}

form .agreement label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    padding-left: 12px;
}

form .agreement label.error {
    color: #F11414;
}

@media(min-width: 769px) {
    .responsive-content {
        padding-left: 36px;
    }
}