@charset "UTF-8";

/*==============================
-Import Files
===============================*/


/*==============================
-setting
===============================*/

@font-face {
    font-family: "Clother";
    src: url("../fonts/Clother-Regular.woff2") format("woff2"), url("../fonts/Clother-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "restra";
    src: url("../fonts/restra.woff2") format("woff2");
}

@font-face {
    font-family: "icon";
    src: url("../fonts/icon.woff") format("woff2");
}

body#home,
input,
button,
textarea,
select {
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* =======  container grid設定 ======= */


/* =======  ドラッグした時のカラーを指定 ======= */

::selection {
    background: #353535;
    color: #F3EEE4;
}


/* for Firefox */

::-moz-selection {
    background: #353535;
    color: #F3EEE4;
}


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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,
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;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

a {
    text-decoration: none !important;
}

ol,
ul,
li {
    list-style: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

ol,
ul {
    padding-left: 0rem !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tip-input {
    line-height: 30px;
    height: 40px;
    margin-bottom: 12px;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

strong {
    font-weight: bold;
}

.under-line {
    display: block;
    text-decoration: underline !important;
    color: #000;
}


/*==============================
-Variable
===============================*/


/* ======= mixin breakpoint ======= */


/* ======= prefix ======= */


/* ======= positioncenter ======= */


/* ==============================
-Global
=============================== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    html {
        margin-top: 0 !important;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-feature-settings: "palt";
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

a {
    display: inline-block;
    word-break: break-word;
}

a,
a:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: contain;
}

#wpadminbar {
    position: fixed !important;
}

@media only screen and (max-width: 767px) {
    #wpadminbar {
        position: fixed !important;
        top: auto !important;
        bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-container {
        padding: 0 !important;
    }
}


/* ==============================
-responsive
=============================== */

@media only screen and (max-width: 767px) {}

@media (min-width: 767px) and (max-width: 1280px) {}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }
}

.pc-only {
    display: block;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}

.btn-hover:hover {
    color: #0056b3 !important;
}


/* ==============================
-Grid
=============================== */

.l-con {
    margin: 0 auto;
    max-width: calc( 1300px + 40px);
    padding: 0 calc( 40px / 2);
}

@media only screen and (max-width: 767px) {
    .l-con {
        max-width: 100%;
        padding: 0 15px;
    }
}

.l-con .l-con-right {
    margin-left: calc((100vw - 1300px + 40px) / 2);
    padding: 0 calc( 40px / 2);
}

.l-con .l-con-left {
    margin-right: calc((100vw - 1300px + 40px) / 2);
    padding: 0 calc( 40px / 2);
}

@media only screen and (max-width: 1350px) {
    .l-con .l-con-right,
    .l-con .l-con-left {
        margin: 0 auto;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .l-con .l-con-right,
    .l-con .l-con-left {
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .l-con .l-full {
        margin-left: calc( 40px / -4);
        margin-right: calc( 40px / -4);
    }
}

.l-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.l-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: calc( 40px / -2);
    margin-right: calc( 40px / -2);
}

@media only screen and (max-width: 767px) {
    .l-row {
        margin-left: calc( 40px / -4);
        margin-right: calc( 40px / -4);
    }
}

.l-full {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

[class*="-col-"] {
    position: relative;
    font-size: 10px;
}

.l-col-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 1)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 1)) - 40px);
}

.l-col-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 2)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 2)) - 40px);
}

.l-col-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 3)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 3)) - 40px);
}

.l-col-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 4)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 4)) - 40px);
}

.l-col-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 5)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 5)) - 40px);
}

.l-col-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 6)) - 40px);
}

.l-col-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 7)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 7)) - 40px);
}

.l-col-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 8)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 8)) - 40px);
}

.l-col-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 9)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 9)) - 40px);
}

.l-col-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 10)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 10)) - 40px);
}

.l-col-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 11)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 11)) - 40px);
}

.l-col-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 12)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 12)) - 40px);
}

.l-col-auto {
    flex: 1;
    margin: 0 calc( 40px / 2);
}

.l-tile-col-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-col-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-col-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-col-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-col-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-col-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-col-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-col-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-col-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-col-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-col-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-col-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
    max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-col-auto {
    flex: 1;
}

.l-offset-left-1 {
    margin-left: calc(( 100% / ( 12 / 1) + calc( 40px / 2)));
}

.l-offset-left-2 {
    margin-left: calc(( 100% / ( 12 / 2) + calc( 40px / 2)));
}

.l-offset-left-3 {
    margin-left: calc(( 100% / ( 12 / 3) + calc( 40px / 2)));
}

.l-offset-left-4 {
    margin-left: calc(( 100% / ( 12 / 4) + calc( 40px / 2)));
}

.l-offset-left-5 {
    margin-left: calc(( 100% / ( 12 / 5) + calc( 40px / 2)));
}

.l-offset-left-6 {
    margin-left: calc(( 100% / ( 12 / 6) + calc( 40px / 2)));
}

.l-offset-left-7 {
    margin-left: calc(( 100% / ( 12 / 7) + calc( 40px / 2)));
}

.l-offset-left-8 {
    margin-left: calc(( 100% / ( 12 / 8) + calc( 40px / 2)));
}

.l-offset-left-9 {
    margin-left: calc(( 100% / ( 12 / 9) + calc( 40px / 2)));
}

.l-offset-left-10 {
    margin-left: calc(( 100% / ( 12 / 10) + calc( 40px / 2)));
}

.l-offset-left-11 {
    margin-left: calc(( 100% / ( 12 / 11) + calc( 40px / 2)));
}

.l-offset-left-12 {
    margin-left: calc(( 100% / ( 12 / 12) + calc( 40px / 2)));
}

.l-offset-right-1 {
    margin-right: calc(( 100% / ( 12 / 1) + calc( 40px / 2)));
}

.l-offset-right-2 {
    margin-right: calc(( 100% / ( 12 / 2) + calc( 40px / 2)));
}

.l-offset-right-3 {
    margin-right: calc(( 100% / ( 12 / 3) + calc( 40px / 2)));
}

.l-offset-right-4 {
    margin-right: calc(( 100% / ( 12 / 4) + calc( 40px / 2)));
}

.l-offset-right-5 {
    margin-right: calc(( 100% / ( 12 / 5) + calc( 40px / 2)));
}

.l-offset-right-6 {
    margin-right: calc(( 100% / ( 12 / 6) + calc( 40px / 2)));
}

.l-offset-right-7 {
    margin-right: calc(( 100% / ( 12 / 7) + calc( 40px / 2)));
}

.l-offset-right-8 {
    margin-right: calc(( 100% / ( 12 / 8) + calc( 40px / 2)));
}

.l-offset-right-9 {
    margin-right: calc(( 100% / ( 12 / 9) + calc( 40px / 2)));
}

.l-offset-right-10 {
    margin-right: calc(( 100% / ( 12 / 10) + calc( 40px / 2)));
}

.l-offset-right-11 {
    margin-right: calc(( 100% / ( 12 / 11) + calc( 40px / 2)));
}

.l-offset-right-12 {
    margin-right: calc(( 100% / ( 12 / 12) + calc( 40px / 2)));
}

@media only screen and (max-width: 767px) {
    [class*="l-offset-left-"] {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    [class*="l-offset-right-"] {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    [class*="l-col-"] {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: calc(100% - 40px / 2 - 0.1px);
        max-width: calc(100% - 40px / 2);
        margin-left: calc( 40px / 4);
        margin-right: calc( 40px / 4);
    }
}

@media only screen and (max-width: 767px) {
    [class*="l-tile-col-"] {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        max-width: 100%;
    }
}


/* ===== @mixin ===== */


/* ======= templete component ======= */

.c-display-pc {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .c-display-pc {
        display: none !important;
    }
}

.c-display-sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .c-display-sp {
        display: block !important;
    }
}

body {
    min-width: 1024px;
}

@media only screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
}

body.active {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    input,
    button,
    textarea,
    select {
        font-size: 16px;
    }
}


/* ======================
フェードイン
========================= */

.a-fadein {
    -webkit-animation: a-fadein 0.8s both 0.4s ease;
    animation: a-fadein 0.8s both 0.4s ease;
    visibility: visible !important;
    backface-visibility: hidden;
    transform: perspective(0);
}

@-webkit-keyframes a-fadein {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0) perspective(0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) perspective(0);
    }
}

@keyframes a-fadein {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0) perspective(0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) perspective(0);
    }
}

.a-fade {
    -webkit-animation: a-fade 0.8s both 0.3s ease;
    animation: a-fade 0.8s both 0.3s ease;
    visibility: visible !important;
    backface-visibility: hidden;
}

@-webkit-keyframes a-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes a-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ======= site component ======= */


/*==============================
-c-header
===============================*/

.c-header::-webkit-scrollbar {
    display: none;
}

.c-header {
    position: relative;
    height: 70px;
    background-color: #F9F7F3;
    border-bottom: 2px solid #000;
    z-index: 1000;
}

@media (min-width: 767px) and (max-width: 1280px) {
    .c-header {
        top: 0px;
        height: 70px;
        position: sticky;
    }
}

@media only screen and (max-width: 767px) {
    .c-header {
        top: 0px;
        height: 50px;
        border: none;
        position: sticky;
        border-bottom: 1px solid #000000;
    }
}

.c-header-pc {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 24px;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .c-header-pc {
        display: none;
    }
}

.c-header-pc-left ul {
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
    .c-header-pc-left ul {
        width: 360px;
    }
}

.c-header-pc-left-anchor {
    color: #000;
    font-family: "Clother";
    font-size: 14px;
    line-height: 19.6px;
}

.c-header-pc-left ul li {
    margin-right: 34px;
}

.c-header-pc-right {
    height: 100%;
    flex-flow: column;
    font-family: "Clother";
    display: flex;
    padding: 16px 0px 11px 0px;
    justify-content: space-evenly;
}

.c-header-pc-right ul {
    display: flex;
    justify-content: space-around;
}

.c-header-pc-right ul li:last-child {
    padding: 7px 27px;
    border-radius: 50px;
    border: 1px solid #000;
}

.c-header-pc-right-text {
    font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
    font-size: 14px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .c-header-pc-right-text {
        text-align: center;
    }
}

.c-header-pc-right-text a {
    margin-left: 5px;
}

.c-header-pc-right ul li a img {
    margin-top: 12px;
    width: 21px;
    margin-right: 22px;
    color: #000;
}

.c-header-pc-right ul li:nth-child(2) a img {
    margin-top: 13px;
    width: 27px;
    margin-right: 27px;
}

.c-header-pc-right-text-anchor {
    color: #333;
    font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.c-header-sp {
    display: none;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .c-header-sp {
        display: flex;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        transition: 0.6s cubic-bezier(0.1, 0, 0.07, 1);
        transform: translateX(-20%);
        padding: 30px 15px 120px;
    }
    .c-header-sp.active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

.c-header-sp-logo-box {
    max-width: 250px;
    margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
    .c-header-sp-logo-box {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-header-sp-logo-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .c-header-sp-logo-box {
        max-width: 140px;
        margin: 0 auto;
    }
}

.c-header-sp-anchor-area {
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .c-header-sp-anchor-area {
        margin: 0 auto;
    }
}

.c-header-sp-anchor-box {
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .c-header-sp-anchor-box+.c-header-sp-anchor-box .c-header-sp-anchor {
        margin-top: 3vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .c-header-sp-anchor-box {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .c-header-sp-anchor-box {
        margin: 50px auto;
    }
}

.c-header-sp-anchor {
    display: inline-block;
    color: #000;
    font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
    font-size: 18px;
    text-shadow: 0 0 0 #000;
}

.c-header-sp-anchor:hover {
    text-decoration: underline;
}

.c-header-language-wrap {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .c-header-language-wrap {
        border-bottom: none;
    }
}

.c-header-language-btn {
    display: block;
    position: relative;
    z-index: 9999;
    text-align: right;
    padding: 0 15px 15px;
    width: 200px;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .c-header-language-btn {
        padding: 0 15px;
    }
}

.c-header-language-btn-text {
    position: relative;
    font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
    font-size: 14px;
    padding-right: 5px;
    cursor: pointer;
    background-color: #fff;
}

.c-header-language-btn-text::after {
    content: '\025bc';
    position: absolute;
    right: -15px;
    background-color: #fff;
}

.c-header-language-btn-text.active::after {
    content: '\025b2';
    position: absolute;
    right: -15px;
}

@media only screen and (max-width: 767px) {
    .c-header-language-btn-text::after {
        content: '\025b2';
        right: -15px;
    }
    .c-header-language-btn-text.active::after {
        content: '\025bc';
        right: -15px;
    }
}

.c-header-language-box {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    width: 40%;
    margin-top: 175px;
    padding: 15px 10px 0;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .c-header-language-box {
        width: 100%;
        padding: 15px 0 0;
        margin-top: -175px;
    }
}

.c-header-language-li {
    text-align: right;
    margin-bottom: 10px;
}

.c-header-language-anchor {
    color: #000;
    font-size: 16px;
}

.c-header-sp-about-wrap {
    width: 220px;
    margin: 20px auto;
}

.c-header-sp-sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}

.c-header-sp-sns li {
    margin: 0 9px;
}

.c-header-sp-sns li a {
    display: block;
    color: #000;
}

.c-header-sp-sns:not(.share) li a:after {
    font-family: icon;
    font-size: 35px;
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-instagram a:after {
    content: "i";
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-twitter a:after {
    content: "t";
}

.c-header-sp-sns:not(.share) li.c-header-sp-sns-facebook a:after {
    content: "f";
}


/*==============================
_c-header-triger
===============================*/

.c-header-triger {
    display: none;
    position: fixed;
    top: 2px;
    left: 10px;
    width: 45px;
    height: 45px;
    z-index: 9999999;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .c-header-triger {
        display: block;
        top: 11px;
        left: 10px;
    }
}

.c-header-triger-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 28px;
    height: 3px;
    background: #000;
    display: block;
    z-index: 9999999;
    transition: all .4s;
}

.c-header-triger-bar:nth-of-type(1) {
    top: 11px;
}

.c-header-triger-bar:nth-of-type(2) {
    top: 21px;
    transition: all .4s ease;
}

.c-header-triger-bar:nth-of-type(3) {
    top: 31px;
}

.c-header-triger-bar.active:nth-of-type(1) {
    background: #000;
    transform: rotate(135deg);
    top: 22px;
}

.c-header-triger-bar.active:nth-of-type(2) {
    background: #000;
    transition: all .4s ease;
    opacity: 0;
    right: 40px;
    display: none;
}

.c-header-triger-bar.active:nth-of-type(3) {
    background: #000;
    transform: rotate(-135deg);
    top: 22px;
}


/*==============================
-c-footer
===============================*/


/*
.c-footer {
    width: 100%;
    padding: 20px 45px 0px;
    background: #20A353;
}

.c-footer .c-footer-top-of-logo {
    position: absolute;
    left: 0;
    right: 0;
}

.c-footer .c-footer-top-of-logo img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -142px;
    width: 100%;
    max-width: 330px;
    object-fit: cover;
    margin: 0 auto;
}

.c-footer-top-of-container {
    margin-bottom: 187px;
}

.c-footer-top-of-left {
    display: block;
}

.c-footer-top-of-left ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.c-footer-top-of-left ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin-right: 25px;
}

.c-footer-top-of-left ul li:last-child {
    display: block;
    margin-right: 0px;
}

.c-footer-top-of-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-footer-top-of-right ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin-right: 22px;
}

.c-footer-top-of-right ul li:first-child {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    border-radius: 50px;
    border: 1px solid #000;
}

.c-footer-top-of-right ul li:nth-child(3) {
    margin-top: 3px;
}

.c-footer-top-of-right ul li:nth-child(3) a img {
    width: 21px;
}

.c-footer-top-of-right ul li:nth-child(4) {
    margin-top: 1px;
}

.c-footer-top-of-right ul li:nth-child(4) a img {
    width: 24px;
}

.c-footer-top-of-icon-container {
    margin-bottom: 40px;
} */


/* .c-footer-top-of-icon-container ul{
  display: flex;
  justify-content: center;
  align-items: center;
} */


/* .c-footer-top-of-icon-container ul li{
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin-right: 25px;
}

.c-footer-top-of-icon-container ul li:nth-child(1) a img{
  width: 36px;
}

.c-footer-top-of-icon-container ul li:nth-child(2) a img{
  width: 41px;
} */


/*
.c-footer-bottom-of-container {
    border-top: 1px solid #000;
}

.c-footer-bottom-of-left { */


/* display: block;
    padding-left: 1%; */


/* before codes */


/* display: flex;
} */


/*
.c-footer-bottom-of-left ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 8px 0;
}

.c-footer-bottom-of-left ul li {
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin-right: 56px;
}

.c-footer-bottom-of-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 4%;
}

.c-footer-bottom-of-right ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
} */


/*
.c-footer-anchor {
    color: #000;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 19.6px;
} */


/* @media only screen and (max-width: 1340px) {
    .c-footer {
        padding: 30px 20px;
    }
    .c-footer .c-footer-top-of-logo img {
        bottom: -54px;
        max-width: 167px;
    }
    .c-footer-top-of-container {
        margin-top: 105px;
        margin-bottom: 42px;
    }
    .c-footer-top-of-left {
        width: 50%;
    }
    .c-footer-top-of-left ul {
        width: 100%;
        display: block;
        text-align: center;
    }
    .c-footer-top-of-left ul li {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .c-footer-top-of-left ul li:last-child {
        padding: 4px 14px;
    }
    .c-footer-top-of-right {
        width: 50%;
    }
    .c-footer-top-of-right ul {
        width: 100%;
        display: block;
        text-align: center;
    }
    .c-footer-top-of-right ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .c-footer-top-of-right ul li:first-child {
        margin: 0 auto 13px;
    }
    .c-footer-bottom-of-left {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: 0 auto;
    }
    .c-footer-bottom-of-left ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    .c-footer-bottom-of-left ul li {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .c-footer-bottom-of-left ul li a {
        font-size: 12px;
        line-height: 24px;
    }
}

@media (min-width: 767px) and (max-width: 1340px) {
    .c-footer .c-footer-top-of-logo {
        position: relative;
        margin: 0 auto;
    }
    .c-footer .c-footer-top-of-logo img {
        width: 100%;
        max-width: 220px;
        bottom: -88px;
    }
}

.c-footer-anchor:hover {
    text-decoration: underline;
} */


/*==============================
-c-footer - original
===============================*/


/* .c-footer {
  width: 100%;
  padding: 30px 25px;
  background-color: #2B3441;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 30px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-logo-box {
    order: 2;
    text-align: center;
  }
}

.c-footer-logo {
  width: 189px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-logo {
    margin: 0 auto 30px;
  }
}

.c-footer-copyright {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .c-footer-anchor-box {
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor-box .l-col-6 {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 6)) - 40px);
  }
}

.c-footer-anchor {
  display: block;
  color: #fff;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.c-footer-anchor:hover {
  color: #fff;
  text-decoration: underline !important;
  text-decoration-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .c-footer-anchor {
    margin-bottom: 25px;
  }
}
.c-footer-anchor span {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor span {
    display: none;
  }
} */


/*==============================
-P-404
===============================*/

.p-404-wrapper {
    display: block;
    position: relative;
    padding: 120px 0;
    text-align: center;
    margin: 0 auto;
    color: #444;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .p-404-wrapper {
        padding: 60px 0;
    }
}

.p-404-title {
    font-size: 10rem;
    font-weight: bold;
    letter-spacing: 10px;
    text-indent: 10px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.p-404-text {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-indent: 3px;
    line-height: 1.4;
    margin-bottom: 80px;
}

.p-404-lead {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.p-404-leadlink {
    display: inline;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #f00;
    transition: .3s;
}

.p-404-leadlink:hover {
    text-decoration: underline;
    transition: .2s;
}


/*==============================
-button-css
===============================*/

.white-black-line-button {
    width: 253px;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    color: #000;
    border: 1px solid #000000;
    border-radius: 97px;
    padding: 12px 0;
}

.light-yellow-black-line-button {
    width: 253px;
    font-size: 14px;
    line-height: 28px;
    background: #F4EFE1;
    color: #000;
    border: 1px solid #000000;
    border-radius: 97px;
    padding: 12px 0;
}

.gray-black-line-button {
    width: 253px;
    font-size: 14px;
    line-height: 28px;
    background: #8A8A8A;
    color: #000;
    border: 1px solid #000000;
    border-radius: 97px;
    padding: 12px 0;
}

.black-sqaure-button {
    width: 174px;
    height: 36px;
    text-align: center;
    font-family: 'Clother';
    letter-spacing: initial;
    font-size: 11px;
    line-height: 12px;
    padding: 9px 0;
    background: #000000;
    border-radius: 5px;
    color: #fff;
}


/*==============================
-Page
===============================*/

.p-privacy-wrapper {
    width: 100%;
    padding: 180px 0;
}

@media only screen and (max-width: 767px) {
    .p-privacy-wrapper {
        padding: 120px 0;
    }
}

.p-privacy-text {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    text-align: center;
    margin-bottom: 40px;
}

.p-privacy-lead {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 40px;
}

.p-privacy-descarea {
    display: block;
    width: 100%;
}

.p-privacy-title {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.p-privacy-desc {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    position: relative;
    display: inline-block;
    color: #000;
    margin: 0 auto 40px auto;
    z-index: 1;
}


/*==============================
-P-top
===============================*/

.p-mv-wrap {
    display: block;
    position: relative;
}

.p-mv-logo {
    width: 196px;
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .p-mv-logo {
        width: 138px;
    }
}

.p-mv-image {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 784px;
}

@media only screen and (max-width: 767px) {
    .p-mv-image {
        width: 100%;
        padding-top: 629px;
        margin: 0;
    }
}


/*==============================
-p-product-about-wrap
===============================*/

.p-product-about-wrap {
    display: block;
    background-color: #fbe3e2;
}

.p-product-about-wrap-container {
    display: flex;
    width: 100%;
    max-width: 1450px;
    padding: 66px 2.5% 90px 1%;
    margin: 0 auto;
}

.p-product-about-silder {
    width: 50%;
    padding-right: 2%;
}

.m-product-about-silder {
    width: 50%;
    max-width: 432px;
    height: 432px;
    padding-right: 2%;
}

.m-product-about-silder .swiper {
    border-radius: unset;
    height: 100%;
    max-height: 432px;
}

.p-product-about-info {
    width: 50%;
    padding-left: 2%;
}

.p-product-about-info-date {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 700;
    font-size: 73px;
    line-height: 98px;
    margin-bottom: 20px;
}

.p-product-about-info-country {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
}

.p-product-about-info-producer {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 700;
    font-size: 49px;
    line-height: 45px;
    margin-bottom: 16px;
}

.p-product-about-info-contents {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 2.5px;
}


/* mbコードを整理 */

.mb-36 {
    margin-bottom: 36px;
}

.mb-16 {
    margin-bottom: 16px;
}

.p-product-about-info-contents-title {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

.p-product-about-info .under-line {
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-top: 9px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.producer-location {
    margin-bottom: 30px;
}

.map {
    height: 228px;
}

.map--gray iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.p-product-about-info-box-container {
    display: block;
    width: 100%;
    margin-bottom: 27px;
}

.p-product-about-info-box {
    display: flex;
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.3px;
    align-items: center;
}

.p-product-about-info-box-title {
    width: 14%;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-product-about-info-box-text {
    width: 86%;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0px;
}

.button:hover {
    color: #0056b3 !important;
}

.p-product-about-producer-info-box-container {
    padding-bottom: 54px;
    border-bottom: 1px solid #000000;
    margin-bottom: 26px;
}

.p-product-about-producer-info-box {
    display: flex;
}

.p-product-about-producer-info-box-container {
    display: block;
    text-align: left;
}

.p-product-about-producer-info-box-title {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 14px;
}

.p-product-about-producer-info-box-image {
    width: 100px;
    height: 100px;
}

.p-product-about-producer-info-box-image img {
    border-radius: 5px;
}

.p-product-about-producer-info-text-box {
    margin-left: 18px;
}

.p-product-about-producer-info-text-box h5 {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 400;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 4px;
}

.p-product-about-producer-info-text-box h6 {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
}

.p-product-about-producer-info-text-box p {
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 24px;
}

.p-product-about-info-graphic-wrap {
    display: block;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-product-about-info-graphic-title {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px;
}

.p-product-about-info-graphic-wrap p:nth-child(2) {
    font-size: 11px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.3px;
    margin-bottom: 37px;
}

.p-product-about-info-graphic {
    display: flex;
}

.p-product-about-info-graphic-image {
    width: 40%;
}

.p-product-about-info-graphic-contents-box {
    display: block;
    width: 60%;
    padding-top: 4%;
    padding-left: 8%;
}

.p-product-about-info-graphic-contents {
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: -0.3px;
    margin-bottom: 18px;
}


/* p-product-about-info-graphic-contents-circle-objects */

.red-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #FF3E36;
    border-radius: 30px;
}

.red-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #FF3E36;
    border-radius: 30px;
}

.melon-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #A2EBA0;
    border-radius: 30px;
}

.cobalt-blue-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #535AFD;
    border-radius: 30px;
}

.orange-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #FFB444;
    border-radius: 30px;
}

.sky-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #D1F4FF;
    border-radius: 30px;
}

.silver-gray-circle {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-color: #686868;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .p-product-about-wrap-container {
        display: block;
        padding: 15px 0 50px;
    }
    .p-product-about-silder {
        width: 100%;
        padding: 0 4%;
    }
    .m-product-about-silder {
        width: 100%;
        max-width: 100%;
        height: 330px;
        padding-right: 2%;
    }
    .m-product-about-silder .swiper {
        height: 100%;
        max-height: 100%;
    }
    .p-product-about-info {
        width: 100%;
        padding: 0 4%;
    }
    .p-product-about-info-date {
        text-align: center;
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .p-product-about-info-country {
        margin-top: 40px;
        margin-bottom: 5px;
    }
    .p-product-about-info-producer {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 13px;
    }
    .p-product-about-info .under-line {
        margin-top: 4px;
        margin-bottom: 12px;
    }
    .producer-location {
        margin-bottom: 42px;
    }
    .p-product-about-info-box-container {
        margin-bottom: 40px;
    }
    .p-product-about-info-box-title {
        width: 24%;
    }
    .p-product-about-info-box-text {
        width: 76%;
    }
    .p-product-about-producer-info-box-container {
        padding-bottom: 70px;
        border-bottom: 1px solid #000000;
        margin-bottom: 30px;
    }
    .p-product-about-producer-info-box-image {
        width: 94px;
        height: 94px;
    }
    .p-product-about-producer-info-box-image img {
        width: 94px;
        height: 94px;
        border-radius: 5px;
    }
    .p-product-about-producer-info-text-box {
        margin-left: 13px;
    }
    .p-product-about-producer-info-text-box h5 {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .p-product-about-producer-info-text-box h6 {
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
    }
    .p-product-about-info-graphic-title {
        margin-bottom: 15px;
    }
    .p-product-about-info-graphic-wrap p:nth-child(2) {
        margin-bottom: 49px;
    }
    .p-product-about-info-graphic {
        display: block;
    }
    .p-product-about-info-graphic-image {
        width: 60%;
        margin: 0 auto 32px;
    }
    .p-product-about-info-graphic-contents-box {
        display: block;
        width: 60%;
        padding-top: 4%;
        padding-left: 0%;
    }
}

@media (min-width: 767px) and (max-width: 1280px) {
    .p-product-about-wrap-container {
        width: 96%;
    }
}


/*==============================
-p-product-about-slider
===============================*/


/*---- Play-button ----*/

.swiper-video-play-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4000;
}

.swiper-video-play-button button {
    position: relative;
    padding: 22px 22.6px;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-video-play-button button img {
    padding-left: 3px;
}

.mySwiper2 {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 18px;
}

.swiper {
    border-radius: 10px;
    width: 100%;
    height: 640px;
    object-fit: cover;
    /* border-radius: 10px; */
}

.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/* .swiper-wrapper{
    justify-content: center;

}  */

.ytp-cued-thumbnail-overlay-image {}

.swiper-slide-active img {
    width: 100%;
    max-width: 722px;
    height: 100%;
    max-height: 710px;
    /* opacity: 1; */
}

.swiper-slide-thumb-active img {
    opacity: 1 !important;
}

.swiperThumbnail .swiper-wrapper .swiper-slide img {
    opacity: .4;
}

.mySwiper .swiper-wrapper {
    width: 100%;
    transform: none !important;
    justify-content: center;
}

.swiper-wrapper .swiper-slide-duplicate {
    border-radius: 10px;
}

.swiperThumbnail {
    width: 100%;
    height: 100%;
    max-height: 50px;
    margin: 10px auto;
    position: relative;
}

.swiperThumbnail .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
}

.mySwiper .swiper-slide-thumb {
    opacity: 0.4;
}

.swiper-slide .swiper-slide-thumb-active {
    opacity: 1;
}


/* .swiperThumbnail .swiper-slide-thumb-active {
  border: 3px solid #03fd7c73;
} */

.swiper-button-next,
.swiper-button-prev {
    top: 37%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    background-image: unset;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    background-image: unset;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url("/assets/images/new_product_slider_right.svg");
    width: 20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    background-image: unset;
    content: url("/assets/images/new_product_slider_left.svg");
    width: 20px;
}

@media (min-width: 767px) and (max-width: 1280px) {}

@media only screen and (max-width: 767px) {
    .swiper {
        border-radius: unset;
    }
    .swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiperThumbnail .swiper-wrapper .swiper-slide {
        height: 50px;
    }
    .swiperMain {
        width: 100%;
        height: 360px;
        border-radius: 10px;
    }
    .mySwiper2 {
        width: 100%;
        height: 360px;
        margin-bottom: 14px;
        /* border-radius: 18px; */
    }
    .mySwiper {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .swiper-button-next,
    .swiper-button-prev {
        margin-top: -18px !important;
    }
}


/*==============================
-p-product-message
===============================*/

.p-product-message-wrap {
    display: block;
    background-color: #F2C9C6;
    border-bottom: 1px solid #000000;
}

.p-product-message-container {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.p-product-message-container img {
    width: 317px;
    margin-bottom: 25px;
}

.p-product-message-text {
    width: 100%;
    max-width: 580px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1.2px;
    margin: 0 auto 50px;
}

.p-product-message-container .gray-black-line-button {
    margin-bottom: 8px;
}

.p-product-message-button-text {
    font-size: 11px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .p-product-message-wrap {
        background-color: #F6D9D8;
        padding: 88px 0 60px;
    }
    .p-product-message-container img {
        width: 55%;
        margin-bottom: 22px;
    }
    .p-product-message-text {
        width: 80%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .p-product-message-container .gray-black-line-button {
        margin-bottom: 20px;
    }
    .swiper-button-next {
        top: 18%;
    }
    .swiper-button-prev {
        top: 18%;
    }
}


/*==============================
-p-product-brands-wrap
===============================*/

#p-product-brands-wrap {
    display: block;
    background-color: #fbe3e2;
}

.p-product-brands-wrap {
    width: 100%;
    max-width: 1450px;
    display: flex;
    padding: 0 2.5% 120px 1%;
    margin: 0 auto;
}

.p-product-brand-of-coffee-image {
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.p-product-brand-of-coffee-image img {
    width: 90%;
    padding: 7.5% 7.5% 2.5% 2.5%;
}

.p-product-brands-container {
    display: block;
    width: 50%;
}

.p-product-brands-box {}

.p-product-brand-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}

.p-product-brand-image {
    display: block;
    width: 33.3%;
    text-align: center;
}

.p-product-brand-image img {
    width: 100%;
    height: 100%;
    max-height: 239px;
    padding: 4%;
}

.p-product-brand-image p {
    font-size: 13px;
    line-height: 26px;
}

.p-product-brand-image .p-product-brand-image-main-text {
    margin-bottom: 8px;
}

.p-product-brand-image h5 {
    font-family: "Clother";
    letter-spacing: initial;
    font-size: 18px;
    line-height: 25px;
}

.p-product-brand-image h6 {
    font-family: "Clother";
    letter-spacing: initial;
    font-size: 17px;
    line-height: 25px;
    margin-top: 4px;
}

.p-product-about-info-graphic-wrap {
    width: 96%;
    max-width: 1450px;
    display: flex;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 66px;
    padding-bottom: 90px;
    margin: 0 auto;
    border-top: 1px solid #000;
}

.p-product-about-info-graphic-text {
    width: 50%;
    padding-left: 2%;
}

.p-product-about-info-graphic-title {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 5px;
}

.p-product-about-info-graphic-wrap p:nth-child(2) {
    width: 100%;
    max-width: 406px;
    font-size: 11px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.3px;
}

.p-product-about-info-graphic {
    display: flex;
    width: 50%;
}

.p-product-about-info-graphic-image {
    width: 40%;
}

.p-product-about-info-graphic-contents-box {
    display: block;
    width: 60%;
    padding-top: 4%;
    padding-left: 8%;
}

.p-product-about-info-graphic-contents {
    display: flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: -0.3px;
    margin-bottom: 18px;
}


/*==============================
-p-product-staff-recommend-wrap
===============================*/

.p-product-staff-recommend-wrap {
    padding: 100px 0 70px 0;
    background: url(/assets/images/transparent-15.png);
}

.coffee-comments-container-section {
    width: 96%;
    max-width: 1450px;
    display: block;
    margin: 0 auto;
}

.coffee-comments-box-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.coffee-comments-box {
    display: block;
    margin-right: 60px;
    position: relative;
}

.coffee-comments-box:last-child {
    margin-right: 0px;
}

.coffee-comments-box-image {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.coffee-comments-box .coffee-comments-box-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: 0 auto;
}

.coffee-comments-box-image img {
    width: 70px;
    height: 70px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.coffee-comments-box-square {
    text-align: center;
    width: 100%;
    max-width: 407px;
    overflow: auto;
    min-height: 261px;
    max-height: 261px;
    padding: 53px 33px 33px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000000;
}

.coffee-comments-box-square:nth-child(3) {
    margin-right: 0px;
}

.coffee-comments-box-square-title {
    font-family: "Clother";
    letter-spacing: initial;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 21px;
}

.coffee-comments-box-square-content {
    text-align: justify;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.6px;
    line-height: 21px;
}

.p-about-buttons-container {
    display: flex;
    margin: 108px auto 80px;
    justify-content: center;
}

.p-about-buttons-container .p-blue-button {
    width: 253px;
    padding: 12px 0px;
}

.p-about-buttons-container a {
    margin-right: 16px;
}

@media only screen and (max-width: 767px) {
    .p-product-staff-recommend-wrap {
        padding: 100px 0 60px 0;
        background: url(/assets/images/transparent-15.png);
    }
    .coffee-comments-box-container {
        display: block;
    }
    .coffee-comments-box-image {
        width: 80px;
        height: 80px;
    }
    .coffee-comments-box .coffee-comments-box-image {
        top: -40px;
    }
    .coffee-comments-box-image img {
        width: 80px;
        height: 80px;
    }
    .coffee-comments-box {
        margin-right: 0px;
        margin-bottom: 78px;
    }
    .coffee-comments-box:last-child {
        margin-bottom: 0px;
    }
    .coffee-comments-box-square {
        height: auto;
        padding: 50px 12px 15px;
        background: #FFF;
    }
    .coffee-comments-box-square-title {
        margin-bottom: 16px;
    }
}

@media (min-width: 767px) and (max-width: 1272px) {
    .coffee-comments-box-square {
        height: auto;
        background: #FFF;
    }
}

@media (min-width: 767px) and (max-width: 1400px) {
    .coffee-comments-box-square {
        min-width: 280px;
        max-width: 280px;
    }
}

@media only screen and (min-width: 1400px) {
    .coffee-comments-box-square {
        min-width: 407px;
    }
}


/*==============================
-p-product-message
===============================*/

.p-product-message-wrap {
    display: flex;
    background-color: #FBE3E2;
    border-bottom: 1px solid #000000;
}

.p-product-message-container {
    display: block;
    width: 50%;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    margin: 0 auto;
}

.p-product-message-container img {
    width: 317px;
    margin-bottom: 47px;
}

.p-product-message-text {
    width: 100%;
    max-width: 580px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1.2px;
    margin: 0 auto 65px;
}

.p-product-message-container .gray-black-line-button {
    margin-bottom: 8px;
}

.p-product-message-button-text {
    font-size: 11px;
    line-height: 30px;
}

.p-product-customer-messages-box {
    width: 50%;
    padding: 24px;
    background: url(/assets/images/transparent-5.png);
    overflow: hidden;
    height: 100%;
    max-height: 659px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-product-customer-messages-box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.p-messages-wrap {
    text-align: center;
    padding-top: 133px;
    padding-bottom: 135px;
    background: #D9D9D9;
}

.p-messages-wrap-head {
    text-align: center;
}

.p-messages-wrap .wrapper {
    margin-top: 56px;
}

.massage-box {
    display: block;
    height: auto;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 19px 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.massage-box .massage-box-comment {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 36px;
}

.massage-box .massage-box-period {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #979797;
}

.message-open-button {
    display: block;
    font-family: 'Clother';
    letter-spacing: initial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-decoration: underline;
    margin: 70px auto;
}

.masonry.bordered {
    column-gap: 13px;
}

@media only screen and (max-width: 767px) {
    .p-product-message-wrap {
        display: block;
        background-color: transparent;
        padding: 0px;
    }
    .p-product-message-container {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 43px;
        padding-bottom: 0;
        margin: 0 auto;
    }
    .p-product-message-container img {
        width: 55%;
        margin-bottom: 22px;
    }
    .p-product-message-text {
        width: 80%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .p-product-message-container .white-black-line-button {
        margin-bottom: 40px;
    }
    .p-product-customer-messages-box {
        width: 100%;
        background: url(/assets/images/transparent-5.png);
        overflow: auto;
    }
}


/*==============================
-p-product-support-project
===============================*/

.p-product-support-project-wrap {
    padding-top: 65px;
    padding-bottom: 260px;
    background: #F4EFE1;
}

.p-product-support-project-container {
    text-align: center;
}

.p-product-support-project-title {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 9px;
}

.p-product-support-project-subtitle {
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 26px;
}

.p-product-support-project-box {
    margin: 0;
    padding: 0;
}


/* 背景画像をvisibleで切り替える */

.p-product-support-project-pc-image-box {
    visibility: visible;
    display: flex;
    width: 96%;
    max-width: 1422px;
    padding: 87px 54px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 35px auto 0;
}

.p-product-support-project-contents-box {
    width: 50%;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #fff;
}


/* 背景画像をvisibleで切り替える */

.p-product-support-project-sp-image-box {
    visibility: hidden;
}

.p-product-support-project-contents-box h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    visibility: visible;
}

.p-product-support-project-contents-box p {
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: 1.2px;
    visibility: visible;
}

.p-product-support-project-price-input-box-container {
    width: 50%;
    visibility: visible;
}

.p-product-support-project-price-input-outside {
    width: 400px;
    height: 376px;
    padding: 7px;
    margin: 0 0 0 auto;
    background: #F4EFE1;
    border-radius: 10px;
}

.p-product-support-project-price-button {
    text-align: center;
    width: 400px;
    margin: 28px 0 0 auto;
}

.p-product-support-project-price-button .light-yellow-black-line-button {
    margin: 0 auto;
}

.p-product-support-project-price-button p {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 30px;
}

.p-product-support-project-price-input-inside {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 10%;
    border: 1px solid #000000;
    border-radius: 8px;
}

.p-product-support-project-price-input-inside h6 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}

.p-product-support-project-price-input-box {
    background: #fff;
    border-radius: 5px;
    padding: 12px;
}

.p-product-support-project-price-input-box .price-input-text {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.p-product-support-project-price-input-box span {
    position: relative;
    font-family: 'Clother';
    letter-spacing: initial;
    font-size: 21px;
    line-height: 30px;
}

.p-product-support-project-price-input-box #price-input-text {
    display: inline-table;
    width: 60%;
    text-align: left;
    font-family: 'Clother';
    letter-spacing: initial;
    font-size: 40px;
    line-height: 30px;
    color: #000;
}

.p-product-support-project-price-input-subtext {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 400;
    font-size: 11px;
    line-height: 30px;
    color: #828282;
    padding-left: 12px;
}

.p-product-support-project-price-represent {
    font-size: 19px;
    padding-left: 12px;
    padding-right: 5px;
}

.p-product-support-project-person-view {
    margin-top: 22px;
    text-align: left;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-product-support-project-person-view h5 {
    font-size: 15px;
    line-height: 30px;
}

.p-product-support-project-person-view p {
    width: 10%;
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 400;
    font-size: 40px;
    line-height: 30px;
}

.p-product-support-project-person-view .p-product-support-project-person-view-number {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 400;
    font-size: 40px;
    line-height: 30px;
    padding-right: 28px;
}

.p-product-support-project-person-view span {
    font-size: 17px;
    line-height: 30px;
}

.p-product-support-project-explain-container {
    display: block;
    width: 96%;
    max-width: 1312px;
    margin: 0 auto;
}

.p-product-support-project-explain-box:nth-child(1) {
    margin: 102px auto 96px;
}

.p-product-support-project-explain-box:nth-child(2) {
    margin-bottom: 130px;
}

.p-product-support-project-explain-box {
    display: flex;
    width: 100%;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 50px;
}

.p-product-support-project-explain-box .p-product-support-project-explain-text-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 33px;
}

.p-product-support-project-explain-text {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
}

.p-product-support-project-explain-space {
    width: 50%;
}

.p-product-support-project-explain-image {
    width: 100%;
    padding-left: 8%;
}

.p-product-support-project-explain-image img {
    border-radius: 15px;
}

.p-product-support-project-button-container {
    display: flex;
    justify-content: center;
    margin: 154px auto 0;
}

.p-product-support-project-button-container .black-sqaure-button {
    margin-right: 6px;
}

.p-product-support-project-button-container .black-sqaure-button .black-sqaure-twitter-text {
    line-height: 18px;
    padding-left: 25px;
    position: relative;
}

.p-product-support-project-button-container .black-sqaure-button .black-sqaure-facebook-text {
    line-height: 18px;
    padding-left: 20px;
    position: relative;
}

.p-product-support-project-button-container .black-sqaure-button .fa-twitter {
    position: absolute;
    font-size: 21px;
}

.p-product-support-project-button-container .black-sqaure-button .fa-facebook-f {
    position: absolute;
    font-size: 21px;
}

@media only screen and (max-width: 767px) {
    .p-product-support-project-wrap {
        padding-top: 40px;
        padding-bottom: 180px;
        background: #F4EFE1;
    }
    .p-product-support-project-title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 5px;
    }
    .p-product-support-project-subtitle {
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 2.5px;
    }
    .p-product-support-project-box {
        display: block;
    }
    /* 背景画像をvisibleで切り替える */
    .p-product-support-project-pc-image-box {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        visibility: hidden;
        display: block;
        padding: 0 4%;
        border-radius: 0px;
        background: transparent;
        margin: 18px auto 0;
    }
    .p-product-support-project-contents-box {
        width: 100%;
        font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: left;
        color: #fff;
    }
    /* 背景画像をvisibleで切り替える */
    .p-product-support-project-sp-image-box {
        padding: 8% 4%;
        width: 100%;
        height: auto;
        visibility: visible;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
    }
    .p-product-support-project-price-input-box-container {
        width: 100%;
        visibility: visible;
    }
    .p-product-support-project-contents-box h5 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
        visibility: visible;
    }
    .p-product-support-project-contents-box p {
        line-height: 23px;
        visibility: visible;
    }
    .p-product-support-project-price-input-outside {
        width: 100%;
        height: auto;
        margin: 12px auto 0;
        padding: 0px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #000;
    }
    .p-product-support-project-price-input-inside {
        text-align: left;
        padding: 10% 8%;
        border: transparent;
        border-radius: 0px;
    }
    .p-product-support-project-price-input-box {
        background: #F4EFE1;
        border-radius: 5px;
        padding: 18px 12px;
    }
    .p-product-support-project-price-input-inside h6 {
        font-size: 16px;
        line-height: 30px;
        padding-left: 4%;
        margin-bottom: 12px;
    }
    .p-product-support-project-price-input-box .price-input-text {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .p-product-support-project-price-input-box #price-input-text {
        width: 14%;
    }
    .p-product-support-project-price-input-subtext {
        margin-top: 5px;
        padding-left: 4%;
    }
    .p-product-support-project-price-represent {
        font-size: 19px;
        padding-left: 10px;
        padding-right: 5px;
        letter-spacing: 0.3px;
    }
    .p-product-support-project-person-view {
        padding-left: 4%;
        margin-top: 22px;
    }
    .p-product-support-project-person-view .p-product-support-project-person-view-number {
        padding-right: 10px;
    }
    .p-product-support-project-price-button {
        text-align: center;
        width: 100%;
        margin: 16px auto 18px;
    }
    .p-product-support-project-price-button .gray-black-line-button {
        margin: 0 auto;
    }
    .p-product-support-project-price-button p {
        margin-top: 12px;
        color: #000;
        letter-spacing: 0.4px;
    }
    .p-product-support-project-explain-container {
        padding: 0 4%;
    }
    .p-product-support-project-explain-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .p-product-support-project-explain-box:nth-child(1) {
        margin: 44px auto 22px;
    }
    .p-product-support-project-explain-text {
        width: 100%;
        line-height: 23px;
        letter-spacing: 1.4px;
    }
    .p-product-support-project-explain-text p {
        padding: 0 1%;
    }
    .p-product-support-project-explain-box .p-product-support-project-explain-text-title {
        font-size: 18px;
        line-height: 30px;
        padding: 0 1%;
        margin-bottom: 14px;
    }
    .p-product-support-project-explain-image {
        width: 100%;
        padding-left: 0%;
        margin-bottom: 27px;
    }
    .p-product-support-project-explain-image img {
        border-radius: 10px;
    }
    .p-product-support-project-button-container {
        display: flex;
        justify-content: center;
        margin: 76px auto 0;
    }
    .p-product-brands-wrap {
        display: block;
        padding-bottom: 64px;
        margin: 0 auto;
    }
    .p-product-brand-of-coffee-image {
        width: 100%;
    }
    .p-product-brand-of-coffee-image img {
        width: 100%;
        padding: 10%;
    }
    .p-product-brands-container {
        width: 100%;
    }
    .p-product-brands-box {
        display: flex;
        width: 100%;
    }
    .p-product-brand-box {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
    }
    .p-product-brand-image {
        display: block;
        height: 320px;
        width: 100%;
        text-align: center;
        margin-bottom: 27px;
    }
    .p-product-brand-image:nth-child(3) {
        height: 220px;
    }
    .p-product-brand-image img {
        width: 100%;
        height: 100%;
        max-height: 175px;
    }
    .p-product-about-info-graphic-wrap {
        display: block;
        width: 94%;
        padding-top: 30px;
        padding-bottom: 64px;
    }
    .p-product-about-info-graphic-text {
        width: 100%;
    }
    .p-product-about-info-graphic {
        display: block;
        width: 100%;
    }
    .p-product-about-producer-info-box-image {
        width: 94px;
        height: 94px;
    }
    .p-product-about-producer-info-box-image img {
        width: 94px;
        height: 94px;
        border-radius: 5px;
        object-fit: cover;
    }
    .p-product-about-producer-info-text-box {
        margin-left: 13px;
    }
    .p-product-about-producer-info-text-box h5 {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .p-product-about-producer-info-text-box h6 {
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
    }
    .p-product-about-info-graphic-title {
        margin-bottom: 15px;
    }
    .p-product-about-info-graphic-wrap p:nth-child(2) {
        margin-bottom: 49px;
    }
    .p-product-about-info-graphic-image {
        width: 65%;
        margin: 0 auto 32px;
    }
    .p-product-about-info-graphic-contents-box {
        display: block;
        width: 60%;
        padding-top: 4%;
        padding-left: 0%;
    }
    .p-product-support-project-price-button .white-black-line-button {
        margin: 0 auto;
    }
}

@media (min-width: 767px) and (max-width: 1280px) {
    .p-product-support-project-price-input-outside {
        width: 100%;
    }
    .p-product-support-project-price-button {
        text-align: center;
        width: 100%;
    }
}


/*==============================
-Modal CSS
===============================*/

.modal {
    top: 5% !important;
}

.modal-header {
    position: relative;
    justify-content: center;
}

.modal-header-title-box {
    text-align: center;
    padding: 20px 0 30px;
}

.modal-header-title-box .modal-header-title {
    font-family: 'Clother';
    letter-spacing: initial;
    font-weight: 800;
    font-size: 40px;
    line-height: 66px;
    margin-bottom: 8px;
}

.modal-header-title-box .modal-header-subtitle {
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 24px;
}

.modal-header .btn-close {
    position: absolute;
    right: 28px;
    font-size: 15px;
    font-size: bold;
    padding: 48px 40px 0px 0px !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/16px auto no-repeat;
    width: 28px !important;
    height: 28px !important;
    opacity: 1 !important;
    color: #000;
    opacity: 1 !important;
}

.modal.show .modal-dialog {
    background: #D9D9D9;
    margin-bottom: 120px;
}

@media (min-width: 576px) {
    .modal-dialog {
        /* scssのコードを確認 */
        max-width: 1100px !important;
        width: 100%;
        margin: 1.75rem auto;
    }
}

.modal.show .modal-dialog {
    background: #F4EFE1 !important;
    border-radius: 10px !important;
    margin-bottom: 70px;
}

.modal-content {
    height: auto !important;
    border: none;
    border-radius: 10px !important;
    /* scssのコードを確認 */
    background: #F4EFE1 !important;
}

.modal-header {
    /* scssのコードを確認 */
    border-bottom: transparent !important;
}

.modal-body {
    text-align: center;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.modal-body .modal-title {
    font-size: 28px;
    line-height: 56px;
    margin-bottom: 13px;
}

.modal-body .sub-title {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 58px;
}

.modal-body p {
    font-size: 16px;
    line-height: 30px;
}

.modal-footer {
    display: none;
}

.tip-modal-box {
    display: block;
    width: 100%;
    height: 87px;
    max-width: 939px;
    font-style: normal;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    align-content: center;
    margin: 0 auto 6px !important;
}

.tip-modal-box-support-box {
    display: block;
}

.tip-modal-box2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
    max-width: 939px;
    font-style: normal;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    align-items: center !important;
    margin: 0 auto 62px !important;
}

.tip-modal-box3 {
    display: flex;
    position: relative;
    width: 100%;
    height: 60px;
    max-width: 939px;
    font-style: normal;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    align-items: center !important;
    margin: 0 auto 34px;
}

.tip-modal-box3 .tip-modal-box-label {
    width: 10.8% !important;
    letter-spacing: 0.6px;
}

.tip-modal-box-label-subtext-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tip-modal-box-label-subtext-space {
    flex: 0 0 10.8%;
}

.tip-modal-box-label-subtext {
    flex: 0 0 63%;
    text-align: left;
    font-size: 11px !important;
    line-height: 30px !important;
}

.tip-modal-number-sub {
    width: 5%;
    margin-top: 10px;
}

.tip-modal-box3 #tip-input {
    width: 89.2% !important;
    height: 87px;
    padding: 10px;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 90px !important;
    border: 1px solid #000000;
    background-color: #fff;
}

.tip-modal-box3 #tip-input::placeholder {
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    margin-left: 80px;
    border-radius: 15px;
}

.tip-modal-box3 p {
    position: absolute;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 30px !important;
    right: 5% !important;
    top: 14% !important;
}

.tip-modal-box4 {
    display: flex;
    width: 100%;
    height: 60px;
    max-width: 939px;
    font-style: normal;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    align-content: flex-start;
    margin: 0 auto 34px;
}

.tip-modal-box4 p {
    display: block;
    padding-left: 2%;
    width: 87%;
    height: 87px;
    max-width: 939px;
    text-align: left !important;
    font-size: 12px;
    line-height: 24px;
    font-style: normal;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    align-content: center;
    margin: 0 auto 34px;
}

.tips-modal-button-container {
    display: block;
    padding: 20px;
}


/* .modal-body p{
  display: block;
  width: 100%;
  max-width: 939px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  font-style: normal;
  font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  align-content: center;
  margin: 0 auto;
} */

select::before {
    width: 20px;
}

.tip-modal-box-label {
    text-align: left;
    font-size: 14px !important;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .modal-backdrop {
        background-color: unset;
    }
    .modal-dialog {
        margin: 0;
    }
    .modal {
        top: 70px !important;
    }
    .modal-content {
        height: auto !important;
        border-radius: 0px !important;
    }
    .modal-header .btn-close {
        right: 4px;
        top: 3px;
    }
    .modal-header-title-box {
        padding: 20px 0 32px;
    }
    .modal-header-title-box .modal-header-title {
        font-size: 34px;
        line-height: 48px;
    }
    .modal-header-title-box .modal-header-subtitle {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 2.4px;
    }
    .modal-body {
        padding: 0px 8%;
    }
    #tip-select-box {
        width: 100% !important;
        /* height: 57px !important; */
    }
    .tip-modal-box2 {
        display: block !important;
        margin: 0 auto 40px;
    }
    .tip-modal-box2 .tip-modal-box-label {
        width: 100% !important;
    }
    #text-message-area {
        width: 100% !important;
    }
    .tip-modal-box3 {
        display: block !important;
    }
    .tip-modal-box3 .tip-modal-box-label {
        width: 100% !important;
    }
    .tip-modal-box3 #tip-input {
        width: 100% !important;
        height: 64px !important;
        padding: 0 !important;
        padding-bottom: 10px !important;
    }
    .tip-modal-box3 #tip-input::placeholder {
        font-size: 35px !important;
        margin: 0 !important;
    }
    .tip-modal-box3 p {
        top: 77% !important;
    }
    .tip-modal-box4 {
        display: block !important;
        height: auto !important;
    }
    .tip-modal-box4 p {
        width: 100% !important;
        height: auto !important;
        line-height: 23px !important;
    }
    .tip-modal-box {
        height: auto;
    }
    .tip-modal-box-label {
        width: 100%;
        text-align: left;
    }
    #tip-select-box {
        width: 100% !important;
        height: 57px !important;
        padding: 0px 48px 0px 5px !important;
    }
    .p-product-support-project-explain-box:nth-child(2) {
        margin-bottom: 0px;
    }
    .p-product-support-project-button-container {
        margin: 55px auto 0px;
    }
}

.en-input {
    position: absolute;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトの矢印を非表示 */
    border-radius: 0;
    height: 37px;
    padding-left: 10px;
    width: 100px;
}

select::-ms-expand {
    display: none;
    /* デフォルトの矢印を非表示(IE用) */
}

select {
    background-image: url(/assets/images/mypage_arrow_btn.svg) !important;
    background-position: right 28px center !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
}

#tip-select-box {
    width: 89%;
    height: 87px;
    font-size: 15px;
    line-height: 30px;
    padding: 28px;
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #000 !important;
}

@media only screen and (max-width: 767px) {
    select {
        background-position: right 23px center !important;
    }
}

#text-message-area {
    width: 88.8%;
    height: 238px;
    font-size: 15px;
    line-height: 30px;
    padding: 16px;
    background: #fff;
    border: 1px solid #000000;
}

.tips-modal-button {
    display: block;
    width: 253px !important;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px !important;
    text-align: center;
    line-height: 28px;
    margin: 10px auto 20px;
    color: #000 !important;
    border: 1px solid #000000;
    border-radius: 97px;
    padding: 12px 0 !important;
    background-color: #fff !important;
}

input {
    /* scssのコードを確認 */
    border-color: transparent;
}

.error-alarm {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #FF0000;
    margin-top: 20px;
}


/*==============================
-tablet responsive CSS
===============================*/

@media only screen and (min-width: 768px) and (max-width: 1320px) {
    body {
        padding-right: 0 !important;
    }
    .c-header-pc-left ul li {
        margin-right: 25px;
    }
    .c-header-pc-left-anchor {
        color: #000;
        font-family: "Clother";
        font-size: 12px;
        line-height: 19.6px;
    }
    .p-product-support-project-contents-box {
        padding-right: 3.2%;
    }
    .p-product-message-text {
        width: 84%;
    }
    .m-product-about-silder {
        width: 50%;
        max-width: 432px;
        height: 432px;
        padding-right: 2%;
    }
    .m-product-about-silder .swiper {
        height: 100% !important;
        max-height: 100% !important;
    }
    @media (min-width: 1151px) and (max-width: 1400px) {
        .swiper {
            height: 550px;
            width: 550px;
        }
    }
    @media (min-width: 767px) and (max-width: 1150px) {
        .swiper {
            height: 450px;
            width: 450px;
        }
    }
    .modal {
        padding-right: 0 !important;
    }
    .modal-dialog {
        width: 96%;
    }
    .modal-backdrop {
        width: 100%;
        height: 100%;
    }
}


/*==============================
-Tip responsive CSS
===============================*/

@media only screen and (max-width: 767px) {
    #mypage form input,
    #mypage form label {
        margin-bottom: 0px;
    }
}

.white-black-line-button:hover {
    color: #0056b3 !important;
}

.light-yellow-black-line-button:hover {
    color: #0056b3 !important;
}

a.under-line {
    color: #000!important;
    width: 20%;
}

a.under-line:hover {
    color: #0056b3 !important;
}
