.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
}
*,
::before,
::after {
box-sizing: inherit;
}
::before,
::after {
text-decoration: inherit;
vertical-align: inherit;
}
* {
background-repeat: no-repeat;
padding: 0;
margin: 0;
}
audio:not([controls]) {
display: none;
height: 0;
}
hr {
overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
summary {
display: list-item;
}
small {
font-size: 80%;
}
[hidden],
template {
display: none;
}
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
input {
border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
cursor: pointer;
}
[disabled] {
cursor: default;
}
[type="number"] {
width: auto;
}
[type="search"] {
-webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
textarea {
overflow: auto;
resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
}
optgroup {
font-weight: bold;
}
button {
overflow: visible;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: 0;
padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button,
select {
text-transform: none;
}
button,
input,
select,
textarea {
background-color: transparent;
border-style: none;
color: inherit;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
}
select::-ms-expand {
display: none;
}
select::-ms-value {
color: currentColor;
}
legend {
border: 0;
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
img {
border-style: none;
}
progress {
vertical-align: baseline;
}
svg:not(:root) {
overflow: hidden;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
@media screen {
[hidden~="screen"] {
display: inherit;
}
[hidden~="screen"]:not(:active):not(:focus):not(:target) {
position: absolute !important;
clip: rect(0 0 0 0) !important;
}
}
[aria-busy="true"] {
cursor: progress;
}
[aria-controls] {
cursor: pointer;
}
[aria-disabled] {
cursor: default;
}
::-moz-selection {
background-color: #b3d4fc;
color: #000;
text-shadow: none;
}
::selection {
background-color: #b3d4fc;
color: #000;
text-shadow: none;
}html {
font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 62.5%; font-weight: 500;
}
body {
font-size: 1.6rem;
line-height: 2.2;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
color: rgba(0,0,0,0.78);
}
img {
vertical-align: bottom;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: rgba(0,0,0,0.9);
}
.single a,
.category a,
.archive a,
.blog a {
text-decoration: none;
color: #284b83;
}
h1 {
font-size: 3rem;
line-height: 1.2;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
h2 {
font-size: 2.6rem;
line-height: 1.2;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
@media screen and (max-width: 767px) {
h2 {
font-size: 2.3rem;
}
}
h3 {
font-size: 2.2rem;
line-height: 1.2;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
@media screen and (max-width: 767px) {
h3 {
font-size: 2rem;
}
}
h4 {
font-size:  1.8rem;
line-height: 1.2;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
h5 {
font-size: 1.6rem;
line-height: 1.2;
font-weight: bold;
color: rgba(0,0,0,0.9);
} .clearfix:after {
content: "";
display: block;
clear: both;
} .error404 {
margin-top: 160px;
margin-bottom: 160px;
padding: 0 30px;
} i,
cite,
em,
var,
address,
dfn {
font-style: normal;
}
ul {
list-style-type: none;
} .blog-thumbnail {
width: 100%;
height: 400px;
text-align: center;
overflow: hidden;
display: flex;
}
.blog-thumbnail img {
width: 100vw;
margin: 0 auto;
}
@media screen and (max-width: 1023px) {
.blog-thumbnail {
height: 300px;
}
}
@media screen and (max-width: 767px) {
.blog-thumbnail {
height: 200px;
}
} #container-box { margin-top: 84px;
overflow: hidden;
}
@media screen and (max-width: 415px) {
#container-box {
margin-top: 70px;
}
}
#container-flex { width: 1200px;
max-width: 90%;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
}
@media screen and (max-width: 767px) {
#container-flex { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
#container-flex,
#container-flex h1,
#container-flex h2,
#container-flex h3,
#container-flex h4,
#container-flex h5{ line-height: 1.8;
} #main {
margin: 0;
}
#main-flex { -ms-flex-preferred-size: 700px;
flex-basis: 700px;
-webkit-flex-basis: 700px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-grow: 1;
padding: 20px;
}
.entry p {
margin: 1em 0;
}
#main .entry-title,
#main-flex .entry-title,
.blog-entry-title .entry-title{ font-size: 2.8rem;
line-height: 1.2;
border-bottom: 1px solid #ccc;
border-top: none;
border-right: none;
border-left: none;
padding: 0.1em 0.5em 0.1em 0;
}
.blog-entry-title,
.content-area.blog-entry-title {
margin: 2em auto;
text-align: center;
} .home-entry {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
@media screen and (max-width: 767px) {
.home-entry { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.home-first-entry {
flex-basis: 100%;
padding: 0 15px;
text-align: center;
}
.home-first-entry-thumbnail {
width: 100%;
height: 600px;
text-align: center;
overflow: hidden;
display: flex;
position: absolute;
top: 0;
left: 0;
margin-top: 84px;
}
@media screen and (max-width: 415px) {
.home-first-entry-thumbnail {
margin-top: 70px;
}
}
.home-first-entry-thumbnail img {
width: 100vw;
margin: 0 auto;
}
.home-first-entry .blog-entry-title {
margin-top: 620px;
}
@media screen and (max-width: 1023px) {
.home-first-entry-thumbnail {
height: 400px;
}
.home-first-entry .blog-entry-title {
margin-top: 420px;
}
}
@media screen and (max-width: 767px) {
.home-first-entry-thumbnail {
height: 300px;
}
.home-first-entry .blog-entry-title {
margin-top: 310px;
}
}
@media screen and (max-width: 415px) {
.home-first-entry-thumbnail {
height: 200px;
}
.home-first-entry .blog-entry-title {
margin-top: 210px;
}
}
.home-second-entry {
flex-basis: 50%;
padding: 25px;
}
@media screen and (max-width: 767px) {
.home-first-entry,
.home-second-entry {
padding: 10px;
}
}
#main .home-second-entry .blog-entry-title  .entry-title {
font-size: 2.2rem;
}
.home-second-entry .blog-entry-title {
margin: 1em 0;
} .archive-entry-title { font-size: 2rem;
font-weight: bold;
border-bottom: 1px solid #ccc;
color: rgba(0,0,0,0.9);
}
.archive-entry {
font-size: 1.4rem;
}
#main-flex article {
margin-top: 30px;
}
.blog #main-flex article {
margin-top: 30px;
margin-bottom: 60px;
}
article aside {
font-size: 1.2rem;
text-align: right;
margin: 0.5em 0 3em 0;
}
.blog-entry-title aside {
font-size: 1.2rem;
text-align: center;
margin: 1em;
}
article aside .fa,
.blog-entry-title aside .fa {
padding: 0 1px 0 6px;
}
article aside .e-time,
.blog-entry-title aside .e-time {
font-size: 1.2rem;
} .paging {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 3em 0;
}
.paging .prev {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
text-align: left;
}
.paging .next {
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
text-align: right;
} #sidebar-flex {
-ms-flex-preferred-size: 300px;
flex-basis: 300px;
-webkit-flex-basis: 300px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-grow: 1;
padding: 20px;
font-size: 1.4rem;
}
#sidebar-flex section {
margin-top: 30px;
}
#sidebar-flex ul {
list-style-type: none;
margin-left: 10px;
}
.widget-title {
font-size: 1.6rem;
border-bottom: 1px solid #ddd;
margin: 10px 0;
}
.widget-area .post-date {
font-size: 1.0rem;
}
#wp-calendar {
width: 95%;
height: auto;
}
#wp-calendar tbody {
text-align: center;
}
.screen-reader-text {
display: none;
}
input,
select,
textarea {
font-size: 1.3rem;
padding: 4px;
border: solid 1px #ddd;
width: 100%;
}
[type="submit"] {
font-size: 1.3rem;
padding: 4px 10px;
border: solid 1px #ddd;
width: auto;
}
.widget-area label {
background: #fff;
}
.widget-area select {
width: 100%;
max-width: 100%;
padding: 2px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ddd;
background-color: #fff;
background-image: url(//fromage-sen.com/wp-content/themes/ys-theme2/img/chevron-down.png);
background-repeat: no-repeat;
background-position: right 50%;
background-size: 25px, 15px;
} .header-fix-cover {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 84px;
z-index: 100;
background: #fff;
border-bottom: 1px solid #f0f0f0;
padding: 0 20px;
}
@media screen and (max-width: 415px) {
.header-fix-cover {
width: 100%;
height: 70px;
padding: 0 20px;
}
}
.header-fix-cover header a,
.header-description {
text-decoration: none;
color: rgba(0,0,0,0.78);
}
.header-fix {
width: 1200px;
max-width: 90%;
margin: 0 auto;
}
@media screen and (max-width: 415px) {
.header-fix {
width: 100%;
max-width: 100%;
}
}
header {
margin: 10px 0 0 0;
}
.header-left {
float: left;
}
.header-right {
float: right;
padding: 0;
}
.site-title {
font-size: 3rem;
font-weight: bold;
width: 200px;
color: rgba(0,0,0,0.9);
}
@media screen and (max-width: 415px) {
.site-title {
font-size: 2.3rem;
}
}
.header-description {
font-size: 1.3rem;
} .top-menu {
font-size: 1.3rem;
} .top-menu-pc ul {
height: 45px;
list-style-type: none;
display: flex;
justify-content: flex-end;
align-items: flex-end;
flex-wrap: wrap;
}
.top-menu-pc ul li {
position: relative; float: left;
margin: 0 0.4em;
padding: 0;
}
.top-menu-pc ul li a {
display: block;
margin: 0;
padding: 0.4em 0.8em;
background: #fff;
color: rgba(0,0,0,0.9);
} .top-menu-pc ul li ul { display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
background: #fff;
padding: 0;
width: 160px; height: auto;
position: absolute; top: 100%;
}
.top-menu-pc ul li ul li {
width: 100%;
margin: 0 0;
color: rgba(0,0,0,0.9);
}
.top-menu-pc ul > li > ul > li,
.top-menu-pc ul > li > ul > li > ul > li { overflow: hidden;
height: 0;
opacity: 0; transition: .3s;
}
.top-menu-pc ul > li:hover > ul > li,
.top-menu-pc ul > li > ul > li:hover > ul > li{ overflow: visible;
height: 2.3em;
opacity: 1; } .top-menu-pc li ul li ul {
top: 0;
left: 100%; width: 100%;
}
.top-menu-pc li:last-child ul li ul,
.top-menu-pc li:nth-last-child(2) ul li ul { left: -100%;
width: 100%;
} .top-menu-pc li ul li ul:before { position: absolute;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
.top-menu-pc li:last-child ul li ul:before,
.top-menu-pc li:nth-last-child(2) ul li ul:before { position: absolute;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
left: 200%;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
.top-menu-pc li ul li:hover ul:before { position: absolute;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
.top-menu-pc li:last-child ul li:hover ul:before,
.top-menu-pc li:nth-last-child(2) ul li:hover ul:before { position: absolute;
content: "\f104";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 6px;
left: 200%;
margin-left: -20px;
color: rgba(0,0,0,0.5);
}
li[class~="menu-item-has-children"] a:after { content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 3px;
color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 850px) {
li[class~="menu-item-has-children"] a:after {
content: "";
}
}
li[class~="menu-item-has-children"] ul a:after {
content: "";
}
.sub-menu li a:before { content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-right: 5px;
color: rgba(0,0,0,0.5);
}
.top-menu-mobile { display: none;
} .menu-button { display: block;
text-align: right;
margin: 0 0 0 0;
padding: 0;
line-height: 1;
}
.menu-button1 { font-size: 3rem;
}
.menu-button2 { font-size: 1rem;
}
.menu-button a { color: rgba(0,0,0,0.9);
} #slide-menu {
position: fixed;
top: 0;
right: -220px;
width: 220px;
height: 100%;
background: #F9F9F9;
z-index: 20;
}
#slide-menu-inner {
height: 100%;
overflow: auto;
padding: 29px 20px 0 0;
}
.header-fix-cover header #slide-menu a {
color: rgba(0,0,0,0.9);
} @media screen and (max-width: 1020px) {
.top-menu-pc { display: none;
}
.top-menu-mobile {
display: inherit;
}
.top-menu-mobile .menu a {
color: rgba(0,0,0,0.9);
}
nav ul { background-color: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
list-style-type: none;
margin: 0 0 0 1.5em;
}
nav ul ul { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
-webkit-transition: 0;
transition: 0;
width: auto;
height: auto;
}
.top-menu-mobile li a {
display: block;
margin: 0 2px;
padding: 0.3em 0;
position: relative;
}
.top-menu-mobile li ul a {
margin-right: 0.6em;
}
} .top-menu li.menu-item a,
.footer-menu a {
font-size:1.4rem;
color: rgba(0,0,0,0.9);
text-align: center;
line-height: 1.3;
}
.top-menu-pc ul > li:hover > ul > li,
.top-menu-pc ul > li > ul > li:hover > ul > li{
overflow: visible;
height: 3em;
opacity: 1;
}
.top-menu li.menu-item a span,
.footer-menu a span {
font-size:1.1rem;
color: rgba(0,0,0,0.78);
text-align: center;
}
@media screen and (max-width: 1020px) {
.top-menu li.menu-item a,
.footer-menu a {
text-align: left;
}
.top-menu li.menu-item a span,
.footer-menu a span {
text-align: left;
}
}
.top-menu ul.sub-menu li.menu-item a {
text-align: left;
}
.top-menu ul.sub-menu li.menu-item a span {
text-align: left;
padding-left: 1em;
} footer {
margin: 0 auto;
padding: 20px 0;
background: #f9f9f9;
font-size: 1.4rem;
position: absolute;
left: 0;
width: 100%;
-webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1) inset;
}
footer .footer-area {
width: 100%;
max-width: 100%;
text-align: left;
margin: 0 auto;
}.content-area { width: 1200px;
max-width: 90%;
margin: 0 auto;
padding: 0;
}
@media screen and (max-width: 767px) {
.content-area {
width: 86%;
max-width: 86%;
margin: 0 auto;
padding: 0;
}
} .content-w90per {
width: 90%;
margin: 0 auto;
}
.content-w80per {
width: 80%;
margin: 0 auto;
}
.content-w70per {
width: 70%;
margin: 0 auto;
}
.content-w60per {
width: 60%;
margin: 0 auto;
}
.content-w50per {
width: 50%;
margin: 0 auto;
}
@media screen and (max-width: 1023px) {
.content-w70per,
.content-w60per,
.content-w50per {
width: 80%;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.content-w90per,
.content-w80per,
.content-w70per,
.content-w60per,
.content-w50per {
width: 86%;
margin: 0 auto;
}
.content-area .content-w90per,
.content-area .content-w80per,
.content-area .content-w70per,
.content-area .content-w60per,
.content-area .content-w50per {
width: 100%;
}
}  .flex-box,
.flex-box-row { display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-box-reverse { display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.flex-box,
.flex-box-reverse { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.flex-box-vertical { display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-box-nowrap { display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.flex-center { -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .flex-col1 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-grow: 1;
padding: 20px;
margin: 0;
}
.flex-nomargin-col1 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-grow: 1;
margin: 0;
}
.flex-col1-waku { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-grow: 1;
padding: 20px;
margin: 10px;
}
.flex-col2 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
-webkit-flex-grow: 2;
padding: 20px;
margin: 0;
}
.flex-nomargin-col2 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
-webkit-flex-grow: 2;
margin: 0;
}
.flex-col3 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 3;
-ms-flex-positive: 3;
flex-grow: 3;
-webkit-flex-grow: 3;
padding: 20px;
margin: 0;
}
.flex-nomargin-col3 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 3;
-ms-flex-positive: 3;
flex-grow: 3;
-webkit-flex-grow: 3;
margin: 0;
}
.flex-col4 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4;
-webkit-flex-grow: 4;
padding: 20px;
margin: 0;
}
.flex-nomargin-col4 { -ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-flex-basis: 10px;
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4;
-webkit-flex-grow: 4;
margin: 0;
}
.flex-nomargin-col1 img,
.flex-nomargin-col2 img,
.flex-nomargin-col3 img,
.flex-nomargin-col4 img { min-width: 100%;
}
@media screen and (max-width: 767px) {
.flex-col1,
.flex-col2,
.flex-col3,
.flex-col4 { padding: 10px 0;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.flex-col1-waku {
padding: 10px;
-ms-flex-preferred-size: auto;
flex-basis: auto;
margin: 10px 0;
}
.flex-nomargin-col1,
.flex-nomargin-col2,
.flex-nomargin-col3,
.flex-nomargin-col4 { -ms-flex-preferred-size: auto;
flex-basis: auto;
width:100%;
}
} .flex-nomargin-col2-1 {
-ms-flex-preferred-size: 10px;
flex-basis: 10px;
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
margin: 0;
}
@media screen and (max-width: 1023px){
.flex-nomargin-col2-1 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
}
@media screen and (max-width: 767px){
.flex-nomargin-col2-1 {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
} .flex-nomargin-col1.img-logo img {
min-width: auto;
} .img-contents-cover,
.img-contents-cover-footer {
position: relative;
}
.img-contents-cover-footer:before{
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 2;
}
.img-contents-inner,
.img-contents-inner-footer {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70%;
color: rgba(242,240,237,0.78); z-index: 3;
}
@media screen and (max-width: 767px){
.img-contents-inner,
.img-contents-inner-footer {
width: 90%;
}
}
.img-contents-inner h2,
.img-contents-inner-footer h2 {
color: #f2f0ed; }
.catch-copy {
font-size: 4rem;
}
@media screen and (max-width: 767px){
.catch-copy {
font-size: 2.6rem;
margin-top: 1.8em;
}
} .img-contents-cover2 {
position: relative;
}
.img-contents-inner2 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70%;
}
@media screen and (max-width: 767px){
.img-contents-inner2 {
position: relative;
left: 0;
top: 0;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
width: 100%;
margin: 0 0;
padding: 1.5em;
}
} .clip-contents-cover-after {
background-color: #ffffff; -webkit-clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
height: auto;
margin-top: -80px;
}
@media screen and (max-width: 415px){
.clip-contents-cover-after {
-webkit-clip-path: polygon(0% 6.25vw, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0% 6.25vw, 100% 0%, 100% 100%, 0% 100%);
margin-top: -54px;
}
} .cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
border: 1px solid rgba(26,23,20,0.78); }
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 1s;
transition: max-height 1;
}
.cp_actab .cp_actab-content p {
margin: 1em;
} .cp_actab input:checked ~ .cp_actab-content {
max-height: 40em;
} .cp_actab label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 1s;
transition: all 1s;
text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
content: '▼';
}
.cp_actab input[type=checkbox]:checked + label::after {
transform: rotateX(180deg);
}
.cp_actab label + p {
height: 0;
margin: 0 0;
} .p-0 p {
margin: 0 0;
height: 0;
} .blog .entry .mt05em,
.entry .mt05em,
.mt05em {
margin-top: 0.5em;
}
.blog .entry .mb05em,
.entry .mb05em,
.mb05em {
margin-bottom: 0.5em;
}
.blog .entry .mt1em,
.entry .mt1em,
.mt1em {
margin-top: 1em;
}
.blog .entry .mb1em,
.entry .mb1em,
.mb1em {
margin-bottom: 1em;
}
.blog .entry .mt2em,
.entry .mt2em,
.mt2em {
margin-top: 2em;
}
.blog .entry .mb2em,
.entry .mb2em,
.mb2em {
margin-bottom: 2em;
}
.blog .entry .mt3em,
.entry .mt3em,
.mt3em {
margin-top: 3em;
}
.blog .entry .mb3em,
.entry .mb3em,
.mb3em {
margin-bottom: 3em;
}
.blog .entry .mt4em,
.entry .mt4em,
.mt4em {
margin-top: 4em;
}
.blog .entry .mb4em,
.entry .mb4em,
.mb4em {
margin-bottom: 4em;
}
.blog .entry .mt5em,
.entry .mt5em,
.mt5em {
margin-top: 5em;
}
.blog .entry .mb5em,
.entry .mb5em,
.mb5em {
margin-bottom: 5em;
}
.blog .entry .mt6em,
.entry .mt6em,
.mt6em {
margin-top: 6em;
}
.blog .entry .mb6em,
.entry .mb6em,
.mb6em {
margin-bottom: 6em;
}
.blog .entry .mt7em,
.entry .mt7em,
.mt7em {
margin-top: 7em;
}
.blog .entry .mb7em,
.entry .mb7em,
.mb7em {
margin-bottom: 7em;
}
.blog .entry .mt8em,
.entry .mt8em,
.mt8em {
margin-top: 8em;
}
.blog .entry .mb8em,
.entry .mb8em,
.mb8em {
margin-bottom: 8em;
}
.blog .entry .mt9em,
.entry .mt9em,
.mt9em {
margin-top: 9em;
}
.blog .entry .mb9em,
.entry .mb9em,
.mb9em {
margin-bottom: 9em;
}
.blog .entry .mt10em,
.entry .mt10em,
.mt10em {
margin-top: 10em;
}
.blog .entry .mb10em,
.entry .mb10em,
.mb10em {
margin-bottom: 10em;
}
@media screen and (max-width: 767px) {
.blog .entry .mt6em,
.entry .mt6em,
.mt6em,
.blog .entry .mt7em,
.entry .mt7em,
.mt7em,
.blog .entry .mt8em,
.entry .mt8em,
.mt8em,
.blog .entry .mt9em,
.entry .mt9em,
.mt9em,
.blog .entry .mt10em,
.entry .mt10em,
.mt10em,
{ margin-top: 5em;
}
.blog .entry .mb6em,
.entry .mb6em,
.mb6em,
.blog .entry .mb7em,
.entry .mb7em,
.mb7em,
.blog .entry .mb8em,
.entry .mb8em,
.mb8em,
.blog .entry .mb9em,
.entry .mb9em,
.mb9em,
.blog .entry .mb10em,
.entry .mb10em,
.mb10em { margin-bottom: 5em;
}
}
.blog .entry .mt10px,
.entry .mt10px,
.mt10px {
margin-top: 10px;
}
.blog .entry .mb10px,
.entry .mb10px,
.mb10px {
margin-bottom: 10px;
}
.blog .entry .mt20px,
.entry .mt20px,
.mt20px {
margin-top: 20px;
}
.blog .entry .mb20px,
.entry .mb20px,
.mb20px {
margin-bottom: 20px;
}
.blog .entry .mt30px,
.entry .mt30px,
.mt30px {
margin-top: 30px;
}
.blog .entry .mb30px,
.entry .mb30px,
.mb30px {
margin-bottom: 30px;
}
.blog .entry .mt40px,
.entry .mt40px,
.mt40px {
margin-top: 40px;
}
.blog .entry .mb40px,
.entry .mb40px,
.mb40px {
margin-bottom: 40px;
}
.blog .entry .mt50px,
.entry .mt50px,
.mt50px {
margin-top: 50px;
}
.blog .entry .mb50px,
.entry .mb50px,
.mb50px {
margin-bottom: 50px;
} .blog .entry .pt05em,
.entry .pt05em,
.pt05em {
padding-top: 0.5em;
}
.blog .entry .pb05em,
.entry .pb05em,
.pb05em {
padding-bottom: 0.5em;
}
.blog .entry .pt1em,
.entry .pt1em,
.pt1em {
padding-top: 1em;
}
.blog .entry .pb1em,
.entry .pb1em,
.pb1em {
padding-bottom: 1em;
}
.blog .entry .pt2em,
.entry .pt2em,
.pt2em {
padding-top: 2em;
}
.blog .entry .pb2em,
.entry .pb2em,
.pb2em {
padding-bottom: 2em;
}
.blog .entry .pt3em,
.entry .pt3em,
.pt3em {
padding-top: 3em;
}
.blog .entry .pb3em,
.entry .pb3em,
.pb3em {
padding-bottom: 3em;
}
.blog .entry .pt4em,
.entry .pt4em,
.pt4em {
padding-top: 4em;
}
.blog .entry .pb4em,
.entry .pb4em,
.pb4em {
padding-bottom: 4em;
}
.blog .entry .pt5em,
.entry .pt5em,
.pt5em {
padding-top: 5em;
}
.blog .entry .pb5em,
.entry .pb5em,
.pb5em {
padding-bottom: 5em;
}
.blog .entry .pt10px,
.entry .pt10px,
.pt10px {
padding-top: 10px;
}
.blog .entry .pb10px,
.entry .pb10px,
.pb10px {
padding-bottom: 10px;
}
.blog .entry .pt20px,
.entry .pt20px,
.pt20px {
padding-top: 20px;
}
.blog .entry .pb20px,
.entry .pb20px,
.pb20px {
padding-bottom: 20px;
}
.blog .entry .pt30px,
.entry .pt30px,
.pt30px {
padding-top: 30px;
}
.blog .entry .pb30px,
.entry .pb30px,
.pb30px {
padding-bottom: 30px;
}
.blog .entry .pt40px,
.entry .pt40px,
.pt40px {
padding-top: 40px;
}
.blog .entry .pb40px,
.entry .pb40px,
.pb40px {
padding-bottom: 40px;
}
.blog .entry .pt50px,
.entry .pt50px,
.pt50px {
padding-top: 50px;
}
.blog .entry .pb50px,
.entry .pb50px,
.pb50px {
padding-bottom: 50px;
} .blog .entry .ml05em,
.entry .ml05em,
.ml05em {
margin-left: 0.5em;
}
.blog .entry .mr05em,
.entry .mr05em,
.mr05em {
margin-right: 0.5em;
}
.blog .entry .ml1em,
.entry .ml1em,
.ml1em {
margin-left: 1em;
}
.blog .entry .mr1em,
.entry .mr1em,
.mr1em {
margin-right: 1em;
}
.blog .entry .ml2em,
.entry .ml2em,
.ml2em {
margin-left: 2em;
}
.blog .entry .mr2em,
.entry .mr2em,
.mr2em {
margin-right: 2em;
}
.blog .entry .ml3em,
.entry .ml3em,
.ml3em {
margin-left: 3em;
}
.blog .entry .mr3em,
.entry .mr3em,
.mr3em {
margin-right: 3em;
}
.blog .entry .ml4em,
.entry .ml4em,
.ml4em {
margin-left: 4em;
}
.blog .entry .mr4em,
.entry .mr4em,
.mr4em {
margin-right: 4em;
}
.blog .entry .ml5em,
.entry .ml5em,
.ml5em {
margin-left: 5em;
}
.blog .entry .mr5em,
.entry .mr5em,
.mr5em {
margin-right: 5em;
}
.blog .entry .ml10px,
.entry .ml10px,
.ml10px {
margin-left: 10px;
}
.blog .entry .mr10px,
.entry .mr10px,
.mr10px {
margin-right: 10px;
}
.blog .entry .ml20px,
.entry .ml20px,
.ml20px {
margin-left: 20px;
}
.blog .entry .mr20px,
.entry .mr20px,
.mr20px {
margin-right: 20px;
}
.blog .entry .ml30px,
.entry .ml30px,
.ml30px {
margin-left: 30px;
}
.blog .entry .mr30px,
.entry .mr30px,
.mr30px {
margin-right: 30px;
}
.blog .entry .ml40px,
.entry .ml40px,
.ml40px {
margin-left: 40px;
}
.blog .entry .mr40px,
.entry .mr40px,
.mr40px {
margin-right: 40px;
}
.blog .entry .ml50px,
.entry .ml50px,
.ml50px {
margin-left: 50px;
}
.blog .entry .mr50px,
.entry .mr50px,
.mr50px {
margin-right: 50px;
} .blog .entry .pl05em,
.entry .pl05em,
.pl05em {
padding-left: 0.5em;
}
.blog .entry .pr05em,
.entry .pr05em,
.pr05em {
padding-right: 0.5em;
}
.blog .entry .pl1em,
.entry .pl1em,
.pl1em {
padding-left: 1em;
}
.blog .entry .pr1em,
.entry .pr1em,
.pr1em {
padding-right: 1em;
}
.blog .entry .pl2em,
.entry .pl2em,
.pl2em {
padding-left: 2em;
}
.blog .entry .pr2em,
.entry .pr2em,
.pr2em {
padding-right: 2em;
}
.blog .entry .pl3em,
.entry .pl3em,
.pl3em {
padding-left: 3em;
}
.blog .entry .pr3em,
.entry .pr3em,
.pr3em {
padding-right: 3em;
}
.blog .entry .pl4em,
.entry .pl4em,
.pl4em {
padding-left: 4em;
}
.blog .entry .pr4em,
.entry .pr4em,
.pr4em {
padding-right: 4em;
}
.blog .entry .pl5em,
.entry .pl5em,
.pl5em {
padding-left: 5em;
}
.blog .entry .pr5em,
.entry .pr5em,
.pr5em {
padding-right: 5em;
}
.blog .entry .pl10px,
.entry .pl10px,
.pl10px {
padding-left: 10px;
}
.blog .entry .pr10px,
.entry .pr10px,
.pr10px {
padding-right: 10px;
}
.blog .entry .pl20px,
.entry .pl20px,
.pl20px {
padding-left: 20px;
}
.blog .entry .pr20px,
.entry .pr20px,
.pr20px {
padding-right: 20px;
}
.blog .entry .pl30px,
.entry .pl30px,
.pl30px {
padding-left: 30px;
}
.blog .entry .pr30px,
.entry .pr30px,
.pr30px {
padding-right: 30px;
}
.blog .entry .pl40px,
.entry .pl40px,
.pl40px {
padding-left: 40px;
}
.blog .entry .pr40px,
.entry .pr40px,
.pr40px {
padding-right: 40px;
}
.blog .entry .pl50px,
.entry .pl50px,
.pl50px {
padding-left: 50px;
}
.blog .entry .pr50px,
.entry .pr50px,
.pr50px {
padding-right: 50px;
} .center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
} .inlink {
margin-top: -90px;
padding-top: 90px;
} .menuicon {
padding: 0.5em;
}
.menuicon img {
margin: 0 auto;
}  .top_movie {
background: #fff;
width: 100%;
height: 100%;
}
.top_movie_cover video {
vertical-align:bottom;
} .video-lh {
line-height: 0;
} .video-letter {
position: relative;
}
.video-letter div {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
height: 60%;
}
.video-letter div img {
width: 70%;
} .movie {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
} .movie640 {
width: 100%;
max-width: 640px;
max-height: 360px;
margin: 0 auto;
}  .ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
right: 0;
left: 0;
width: 85%;
height: 85%;
margin: 0 auto;
}.fw-bold {
font-weight: bold;
}
.fw-bolder {
font-weight: bolder;
} .fs-08 {
font-size: 0.8rem;
}
.fs-09 {
font-size: 0.9rem;
}
.fs-10 {
font-size: 1rem;
}
.fs-11 {
font-size: 1.1rem;
}
.fs-12 {
font-size: 1.2rem;
}
.fs-13 {
font-size: 1.3rem;
}
.fs-14 {
font-size: 1.4rem;
}
.fs-15 {
font-size: 1.5rem;
}
.fs-16 {
font-size: 1.6rem;
}
.fs-17 {
font-size: 1.7rem;
}
.fs-18 {
font-size: 1.8rem;
}
.fs-19 {
font-size: 1.9rem;
}
.fs-20 {
font-size: 2rem;
}
.fs-22 {
font-size: 2.2rem;
}
.fs-24 {
font-size: 2.4rem;
}
.fs-26 {
font-size: 2.6rem;
}
.fs-28 {
font-size: 2.8rem;
}
.fs-30 {
font-size: 3rem;
}
.fs-40 {
font-size: 4rem;
}
.fs-50 {
font-size: 5rem;
} .lh-11 {
line-height: 1.1;
}
.lh-12 {
line-height: 1.2;
}
.lh-13 {
line-height: 1.3;
}
.lh-14 {
line-height: 1.4;
}
.lh-16 {
line-height: 1.6;
}
.lh-18 {
line-height: 1.8;
}
.lh-20 {
line-height: 2;
}
.lh-22 {
line-height: 2.2;
} blockquote {
border: solid 1px #ddd;
padding: 0 2em;
position:relative;
z-index:1;
}
blockquote:before, blockquote:after{
font-family:"FontAwesome";
font-size:3rem;
line-height:1em;
color:#ddd;
position:absolute;
z-index:-1;
}
blockquote:before{
content:"\f10d";
left:5px;
top:5px;
}
blockquote:after{
content:"\f10e";
right:5px;
bottom:5px;
} hr.hr-gradation { border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
margin: 1em 0;
}
hr.hr-gradation2 { border: 0; 
height: 1px;
background-image: -webkit-linear-gradient(left, #222, #f0f0f0, #222);
background-image: -o-linear-gradient(left, #222, #f0f0f0, #222);
margin: 1em 0;
} .link-bottom {
border-bottom: 1px solid #222;
} .onlyPC {
display: block !important;
}
@media screen and (max-width: 767px){
.onlyPC {
display: none !important;
}
} .onlySP {
display: none !important;
}
@media screen and (max-width: 767px){
.onlySP {
display: block!important;
}
}.object-fit-img600-fit,
.object-fit-img600 {
height: 600px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img500 {
height: 500px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img400 {
height: 400px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img300 {
height: 300px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img-click-gallery {
height: 600px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img-click-gallery-thumb {
height: 120px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img-click-gallery-thumb2 {
height: 150px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.object-fit-img600-fit {
height: 600px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img600 {
height: 500px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img500 {
height: 400px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img400 {
height: 340px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img300 {
height: 250px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
}
@media screen and (max-width: 767px) {
.object-fit-img600-fit,
.object-fit-img600,
.object-fit-img500,
.object-fit-img400,
.object-fit-img300,
.object-fit-img-click-gallery {
height: 300px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img-click-gallery-thumb {
height: 60px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-img-click-gallery-thumb2 {
height: 80px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
}
.object-fit-img240 {
height: 240px;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
.object-fit-video240 {
height: 240px;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 415px){
.object-fit-video240 {
height: auto;
}
}
.object-fit-video240 video {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
@media screen and (max-width: 415px){
.object-fit-video240 video {
position: relative;
}
}
.object-fit-video400 {
height: 400px;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 1023px){
.object-fit-video400 {
height: 340px;
position: relative;
overflow: hidden;
}
}
@media screen and (max-width: 767px){
.object-fit-video400 {
height: auto;
}
}
.object-fit-video400 video {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;'
}
@media screen and (max-width: 767px){
.object-fit-video400 video {
position: relative;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }body {
line-height: 2.2;
color: rgba(26, 23, 20, 0.78); background-color: #f2f0ed; }
.single .entry p {
margin: 2em 0;
}
.single #container-box,
.archive #container-box {
margin-top: 84px;
}
.archive article aside {
margin: 0.5em 0 0.5em 0;
}
@media screen and (max-width: 415px) {
.single #container-box,
.archive #container-box {
margin-top: 70px;
}
}
a,
.header-description,
.menu-button a,
.footer-menu a,
.top-menu li.menu-item a span,
.footer-menu a span {
text-decoration: none;
color: rgba(26, 23, 20, 0.78); }
.header-fix-cover header a,
.top-menu li.menu-item a,
.single footer a,
.category footer a,
.archive footer a,
.blog footer a {
text-decoration: none;
color: rgba(26, 23, 20, 0.78); }
footer {
padding: 0px 0;
color: rgba(242, 240, 237, 0.78); background: #1a1714; -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0) inset;
box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0) inset;
}
footer a {
color: rgba(242, 240, 237, 0.78); }
.bgc-black {
color: rgba(242, 240, 237, 0.78); background-color: #1a1714; }
.bgc-black a,
.bgc-black h2,
.bgc-black h2 a,
.bgc-black h3,
.bgc-black h3 a,
.bgc-black h4,
.bgc-black h4 a {
color: #f2f0ed; }
.fc-red {
color: rgba(182, 60, 64, 1) !important; }
.fc-black {
color: rgba(26, 23, 20, 1) !important; }
.fc-white,
.fc-white a {
color: rgba(242, 240, 237, 0.78) !important; }
.fc-menu {
color: rgba(242, 240, 237, 0.78);
}
.fc-menu h2 {
color: #f2f0ed;
}
@media screen and (max-width: 767px) {
.fc-menu {
color: rgba(26, 23, 20, 0.78);
}
.fc-menu h2 {
color: rgba(26, 23, 20, 1);
}
}
.fs-small {
font-size: 0.8em;
}
.link-bottom2 {
border-bottom: 1px solid #f2f0ed;
}
.cp_actab.border-0 label { font-weight: bold;
line-height: 2;
position: relative;
display: block;
margin: 0 0 1px 0;
padding: 0 2em 0 0;
cursor: pointer;
border: 0px solid rgba(26, 23, 20, 0.78); }
.cp_actab.border-0 label::after {
line-height: 2;
position: absolute;
top: 0;
right: 0;
display: block;
width: 2em;
height: 2em;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
text-align: center;
}
.cp_actab.border-0 input:checked ~ .cp_actab-content {
max-height: 12em;
}
.cp_actab.border-0.a-long input:checked ~ .cp_actab-content {
max-height: 24em;
} .img-w100 img {
width: 100%;
}
.profile {
margin-top: -200px;
padding-top: 200px;
padding-bottom: 2em;
}
.profile .pr20px {
padding-right: 20px;
}
.m-left0 {
margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
.profile .pr20px {
padding-right: 0;
}
} .lh-en {
line-height: 1.8;
} header {
margin: 2px 0 0 0;
}
.site-title {
width: 400px;
color: rgba(26, 23, 20, 0.78); }
.site-title span {
font-size: 1.6rem;
}
.site-title img {
margin-right: 0.5em;
vertical-align: middle;
}
@media screen and (max-width: 520px) {
.site-title {
width: 200px;
}
.site-title span {
display: none;
}
.site-title img {
width: 130px;
margin-right: 0;
}
}
.top-menu-pc {
margin-top: 5px;
}
@media screen and (max-width: 1200px) {
.top-menu-pc {
display: none;
}
.top-menu-mobile {
display: inherit;
}
}
.top-menu-pc ul li a {
padding: 0.4em 0.6em;
color: rgba(26, 23, 20, 0.78); background: none;
background-color: none;
}
.top-menu-pc ul li ul {
background: rgba(26, 23, 20, 0.78); }
#slide-menu {
color: rgba(242, 240, 237, 0.78); background: #1a1714; }
.header-fix-cover header #slide-menu a,
.header-fix-cover header #slide-menu a span.menu-button1,
.header-fix-cover header #slide-menu a span.menu-button2 {
color: rgba(242, 240, 237, 0.78); }
.top-menu li.menu-item a {
line-height: 2;
}
.header-fix-cover header #slide-menu a span {
color: rgba(26, 23, 20, 0.78); }
@media screen and (max-width: 1200px) {
nav ul {
margin: 0 0 0 1.5em;
}
}
.header-fix-cover {
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
border-bottom: 0px solid #f0f0f0;
background: rgba(26, 23, 20, 0); }
.header-fix-cover.scroll {
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
border-bottom: 0px solid #f0f0f0;
background: rgba(242, 240, 237, 0.92); }
.header-fix-cover.scroll a,
.header-fix-cover.scroll header a,
.header-fix-cover.scroll .site-title span {
color: rgba(26, 23, 20, 0.78); }
.header-right {
padding: 15px 0 0 0;
}
#slide-menu-inner {
padding: 15px 20px 0 0;
}
.menu-button {
line-height: 1;
display: block;
margin: 3px 0 0 0;
padding: 0;
text-align: right;
}
#container-box {
margin-top: 0px;
}
@media screen and (max-width: 1024px) {
#container-box {
margin-top: 0px;
}
}
@media screen and (max-width: 415px) {
#container-box {
margin-top: 70px;
}
}
.h100v {
height: calc(100vh - 72px);
}
@media screen and (max-width: 1024px) {
.h100v {
height: 60vh;
}
}
@media screen and (max-width: 415px) {
.h100v {
height: 45vh;
}
}
.parallax-title {
text-shadow: none;
} @media screen and (max-width: 767px) {
.footer-logo {
width: 100px;
margin: 0 auto;
}
.img-contents-inner,
.img-contents-inner-footer {
-webkit-transform: translate(-50%, -70%);
-ms-transform: translate(-50%, -70%);
transform: translate(-50%, -70%);
}
} .catch-copy {
line-height: 1.4;
color: rgba(26, 23, 20, 0.9) !important; }
@media screen and (max-width: 415px) {
.catch-copy {
font-size: 2.4rem;
margin-top: 0em;
}
} .flex-box-shop { display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media screen and (max-width: 1000px) {
.flex-box-shop { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .flex-tategaki-box-reverse {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 500px;
}
@media screen and (max-width: 767px) {
.flex-tategaki-box-reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
}
@media screen and (max-width: 374px) {
.flex-tategaki-box-reverse {
line-height: 1.9;
}
}
.flex-tategaki-col1 {
margin: 0;
padding: 0px;
}
.tateyokogaki { -ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
.tateyokogaki {
text-align: center;
-ms-writing-mode: lr-tb; -webkit-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
}
}
.tateyokogaki-suuji { -webkit-text-combine: horizontal;
-ms-text-combine-horizontal: all;
text-combine-upright: all;
}
@media screen and (max-width: 767px) {
.tateyokogaki-suuji { -webkit-text-combine: none;
-ms-text-combine-horizontal: none;
text-combine-upright: none;
}
}
.tateyokogaki .gyoukan {
margin-left: 2em;
}
@media screen and (max-width: 767px) {
.tateyokogaki .gyoukan {
margin-bottom: 2em;
margin-left: 0em;
}
}
.ml1_5em {
margin-left: 1.5em !important;
}
@media screen and (max-width: 374px) {
.ml1_5em {
margin-left: 1em !important;
}
} .button-fixed {
position: fixed;
z-index: 100;
right: 16px;
bottom: 16px;
}  .button-red,
a.button-red {
display: inline-block;
padding: 0.5em 2em;
color: #ffffff; border: 1px solid rgba(182, 60, 64, 1); background-color: rgba(182, 60, 64, 1); }
.button-red:hover {
-webkit-animation: anime-pink 1s ease-in-out;
animation: anime-pink 1s ease-in-out;
}
@-webkit-keyframes anime-pink {
0% {
background-color: rgba(182, 60, 64, 0.7); }
100% {
background-color: rgba(182, 60, 64, 1); }
}
@keyframes anime-pink {
0% {
background-color: rgba(182, 60, 64, 0.7); }
100% {
background-color: rgba(182, 60, 64, 1); }
} .cp_actab label {
border: 1px solid rgba(26, 23, 20, 0.4); } .cp_actab input:checked ~ .cp_actab-content {
max-height: 200em;
} .haifun-red {
width: 48px;
border-top: solid 5px rgba(182, 60, 64, 1); }
.haifun-red-long {
width: 96px;
margin: 0 auto;
border-top: solid 5px rgba(182, 60, 64, 1); } .clip-contents-cover-after {
background-color: #f2f0ed; } .itemwaku-content-area-cover {
margin: 0 0;
}
.itemwaku-content-area {
width: 1200px;
max-width: 90%;
margin: 0 auto;
padding: 0;
}
@media screen and (max-width: 767px) {
.itemwaku-content-area-cover {
margin: 0em 0;
}
.itemwaku-content-area {
width: 100%;
max-width: 100%;
}
}
.itemwaku-top-l {
border: 1px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-top-r {
border-top: 1px rgba(0, 0, 0, 0.2) solid;
border-right: 1px rgba(0, 0, 0, 0.2) solid;
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-middle-l {
border-right: 1px rgba(0, 0, 0, 0.2) solid;
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
border-left: 1px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-middle-r {
border-right: 1px rgba(0, 0, 0, 0.2) solid;
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-bottom-lr {
border-right: 1px rgba(0, 0, 0, 0.2) solid;
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
border-left: 1px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-bottom-c {
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-padding {
padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 767px) {
.itemwaku-top-l,
.itemwaku-top-r,
.itemwaku-middle-l,
.itemwaku-middle-r,
.itemwaku-bottom-lr,
.itemwaku-bottom-c {
padding: 0px;
border-top: 0px rgba(0, 0, 0, 0.2) solid;
border-right: 0px rgba(0, 0, 0, 0.2) solid;
border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
border-left: 0px rgba(0, 0, 0, 0.2) solid;
}
.itemwaku-padding {
padding: 40px 40px 30px 40px;
}
}
.mb0em {
margin-bottom: 0 !important;
} .itemwaku-text {
position: relative;
padding-left: 18px;
}
.itemwaku-left {
line-height: 20px;
line-height: 20px;
position: absolute;
z-index: 2;
bottom: 50%;
left: 0;
margin-bottom: -10px;
padding-right: 4px;
background: #f2f0ed; }
.itemwaku-right {
line-height: 20px;
position: relative;
text-align: right;
}
.itemwaku-right:before {
position: absolute;
z-index: 0;
top: 50%;
right: 0;
width: 100%;
height: 1px;
margin-top: 1px;
content: "";
background: rgba(0, 0, 0, 0.12);
}
.itemwaku-right span {
position: relative;
z-index: 1;
display: inline-block;
padding-right: 16px;
padding-left: 8px;
background: #f2f0ed; }
.itemwaku-right:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
z-index: 3;
top: 50%;
right: -4px;
margin-top: -9px;
content: "\f0da";
}  .g-map iframe,
.g-map object,
.g-map embed {
width: 100%;
height: 500px;
margin: 0 auto;
vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.g-map iframe,
.g-map object,
.g-map embed {
width: 100vw;
height: 300px;
margin: 0 auto;
}
} .object-fit-imgteam {
font-family: "object-fit: cover;";
height: 700px;
-o-object-fit: cover;
object-fit: cover;
}
.object-fit-about,
.object-fit-about img {
font-family: "object-fit: cover;";
height: 600px;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 767px) {
.object-fit-imgteam,
.object-fit-about,
.object-fit-about img {
font-family: "object-fit: cover;";
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
} .flex-box-awards {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
flex-wrap: wrap;
}
.flex-awards {
flex-basis: 25%;
margin: 0;
padding: 20px;
}
.flex-box-awards-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.flex-box-awards-img div:first-child {
flex-basis: calc(100% - 75px);
margin-right: 10px;
}
.flex-box-awards-img div:last-child {
flex-basis: 60px;
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.flex-awards {
-ms-flex-preferred-size: auto;
flex-basis: auto;
width: 50%;
}
}
@media screen and (max-width: 550px) {
.flex-box-awards {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-awards {
-ms-flex-preferred-size: auto;
flex-basis: auto;
width: 100%;
}
} .g-calendar {
position: relative;
overflow: hidden;
height: 0;
padding-bottom: 500px;
}
.g-calendar iframe {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 90%;
height: 100%;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.g-calendar {
height: 0;
padding-bottom: 130%;
}
.g-calendar iframe {
width: 100%;
height: 90%;
}
} .flex-box-item {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}
.flex-itemset {
flex-basis: calc(50% - 21px);
margin-right: 42px;
margin-bottom: 42px;
}
.flex-itemset:nth-child(2n) {
margin-right: 0;
}
@media screen and (max-width: 767px) {
.flex-itemset,
.flex-itemset:nth-child(2n) {
flex-basis: auto;
width: 100%;
margin-right: 0;
margin-bottom: 1.4em;
}
}
.flex-item {
flex-basis: calc(33.33% - 28px);
margin-right: 42px;
margin-bottom: 42px;
}
.flex-item:nth-child(3n) {
margin-right: 0;
}
@media screen and (max-width: 767px) {
.flex-item,
.flex-item:nth-child(3n) {
flex-basis: auto;
width: 100%;
margin-right: 0;
}
} .white-popup {
position: fixed;
top: 50%;
left: 50%;
overflow-y: scroll;
width: 70%;
max-width: 640px;
max-height: 80%;
margin: 20px auto;
padding: 40px 40px;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 1); }
@media screen and (max-width: 767px) {
.white-popup {
top: 10%;
right: 0;
bottom: 10%;
left: 0;
width: 90%;
transform: translate(0, 0);
}
}
.mfp-container:before {
height: auto;
vertical-align: inherit;
} .movie-video {
position: relative;
width: 100%;
padding-top: 66.66%;
}
.movie-video video {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: auto;
} .news2 li {
display: flex;
padding: 0.2em 0;
}
.news2-date {
font-size: 0.8em;
width: 70px;
margin-right: 2em;
color: #999999;
}
.news2 li div:nth-child(2) {
line-height: 1.8;
width: calc(100% - 70px);
}
.accordion-news {
font-size: 1.6rem;
width: 100%;
margin: 0 auto;
}
.accordion-news .accordion-title-news {
font-weight: bold;
position: relative;
margin-top: 1em;
padding: 0.4em 1em;
cursor: pointer;
border: 1px solid #999999;
}
.accordion-news .accordion-title-news::after {
font-family: "Font-Awesome-5-Free";
position: absolute;
top: 10px;
right: 0;
display: block;
width: 60px;
content: "\f107";
transition: all 1s;
text-align: center;
}
.accordion-news .accordion-title-news.is-active::after {
transform: rotateX(180deg);
}
.accordion-news .accordion-content-news {
line-height: 0;
overflow: hidden;
height: 0;
padding: 0 1.5em;
transition-duration: 0.3s;
opacity: 0;
}
.accordion-news .accordion-content-news.is-open {
font-size: 1.4rem;
line-height: 2;
height: auto;
padding: 1.5em 1.5em;
opacity: 1;
}
@media screen and (max-width: 767px) {
.news2-date {
width: 60px;
}
.news2 li div:nth-child(2) {
width: calc(100% - 60px);
}
}