/* Resets and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: auto;
     scroll-behavior: smooth;
}

@-ms-viewport {
    width: device-width;
}

/* HTML5 Display Reset */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
section {
    display: block;
}

/* Basic Text Elements Reset */
p,
ul,
ol,
li,
dl,
dt,
dd,
caption,
th,
td,
form,
input,
textarea,
blockquote,
address,
embed,
object,
figure,
em {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0;
    padding: 0;
     font-style: normal;
    font-size: 100%;
    font-weight: 700;
}

body {
    position: relative;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: left;
    text-rendering: optimizeLegibility;
     height: 100%;
    overflow: hidden;
     position: relative;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

figure {
    line-height: 0;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
     outline: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

img {
    vertical-align: middle;
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

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

th {
    text-align: inherit;
}

label {
    display: inline-block;
}


button {
    border-radius: 0;
}

button:focus {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    vertical-align: middle;
    position: relative;
    outline: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}


textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}
ol,
ul {
    list-style-type: none;
}
:focus {
    outline: none;
}

/* Custom Font Classes */
.mincho {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}

.yu-g {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.en {
    font-family: "Geomanist", sans-serif;
    font-weight: 400;
}

/* Layout Structure */
#breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 90px;
}

#breadcrumb ol {
    padding: 0 !important;
}

div.page-back {
    position: relative;
}

div.page-back::after {
    position: fixed;
    z-index: -1;
    top: 50vh;
    left: 3%;
    width: 34vh;
    height: 90vh;
    transform: translateY(-50%);
    background: url(../common/img/svg) no-repeat center top/cover;
    display: block;
    content: "";
}

div.page-back::before {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../common/img/○○) no-repeat #fff center top/cover;
    display: block;
    content: "";
    z-index: -2;
}

div.pageWrap {
    overflow: hidden;
    position: relative;
    text-align: left;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 7px 10px 95px 0px rgba(0, 0, 0, .29);
}


.container {
    position: relative;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding-top: 80px;
}

.content {
    width: calc(100% - 90px);
    margin: 0 auto;
}

.ofj-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit:cover;object-position:center center;";
}

/* Image Animation */
.img-animation {
    animation: img-opacity .7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    overflow: hidden;
    position: relative;
}

.img-animation::before {
    animation: img-animation .7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@keyframes img-opacity {
    100% {
        opacity: 1;
    }
}

@keyframes img-animation {
    100% {
        transform: translateX(100%);
    }
}

/* Social Icons */
div.sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 0 !important;
}

div.sns figure a {
    display: block;
}
ul.sns {
     display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 0 !important;
}

ul.sns li {
    list-style: none !important;
}
ul.sns li a {
    display: block;
}

ul.sns li a img {
    width: 40px;
    height: 40px;
}


/* View More Button */
.viewmore-btn {
    width: 110px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.viewmore-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.viewmore-btn span a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-weight: bold;
    -webkit-text-stroke: .2px #fff;
    text-stroke: .2px #fff;
    padding-top: 2px;
}
.viewmore-btn.black {
    width: 135px;
    background-color: #000;
    border: 1px solid #000;
}

.viewmore-btn.black span a {
    color: #fff !important;
}

/* Page Top Button */
.pagetop {
    display: none;
    position: fixed;
    bottom: 1.5vw;
    right: 2vw;
    z-index: 999;
}

.pagetop img {
    width: 50px;
    height: 50px;
}

/* Header */
header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    max-width: 550px;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    background-color: #000;
}

header .header-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header .header-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

header .header-wrapper ul li {
    width: calc(100% / 3);
    position: relative;
}

header .header-wrapper ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #fff;
}

header .header-wrapper ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-text-stroke: .2px #fff;
    text-stroke: .2px #fff;
    letter-spacing: .05em;
    line-height: 1.3;
    color: #fff;
}


/* Footer */
footer {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}

footer .footer-wrapper .en {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

footer .footer-wrapper .totop {
    background-color: #fff;
    width: fit-content;
    border-radius: 10px;
    margin: 30px 0 50px auto;
}

footer .footer-wrapper .totop a {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    padding: 15px 20px;
}

/* Responsive Blocks */
.sp-block {
    display: none;
}

.tab-block {
    display: none;
}

.pcsmall-block {
    display: none;
}

.spsmall-block {
    display: none;
}
/* Responsive Layout */
@media screen and (min-width: 1301px) {
    div.pageWrap {
        margin-left: 58%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    div.pageWrap {
        margin-left: 40%;
    }
}
@media screen and (min-width: 1025px) {
    .viewmore-btn,
    footer .footer-wrapper a,
    footer .footer-wrapper .totop,
    div.sns a,
    ul.sns li a {
          transition: all .3s;
    }
       .viewmore-btn:hover,
    footer .footer-wrapper a:hover,
    footer .footer-wrapper .totop:hover,
    div.sns a:hover,
    ul.sns li a:hover {
        opacity: .6;
    }
}
@media screen and (max-width: 549px) {
    #breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .viewmore-btn {
        width: 100px;
        height: 40px;
        border-radius: 50px;
    }

    .viewmore-btn span a {
        font-size: 1.5rem;
    }

    .viewmore-btn.black {
        width: 135px;
        background-color: #000;
        border: 1px solid #000;
    }
    header .header-wrapper ul li a {
        padding: 10px;
        font-size: 1.5rem;
        -webkit-text-stroke: .2px #fff;
        text-stroke: .2px #fff;
    }
    footer {
        width: 100%;
        background-color: #000;
    }
    footer .footer-wrapper .totop {
        margin: 30px 0 30px auto;
    }
    footer .footer-wrapper .totop a {
        font-size: 1.4rem;
    }
}

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

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp {
    animation-name: fadeUp;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s;
}

.fadeIn-trigger {
    opacity: 0;
}

.delay-time02 {
    animation-delay: 1s;
}

.fade-delay02 {
    animation-delay: 1s;
}

.fade-delay03 {
    animation-delay: 1.2s;
}

.fade-delay04 {
    animation-delay: 1.4s;
}

/* Modal Styles */
.modal__overlay {
    cursor: pointer;
    background-color: rgba(30, 30, 30, .9);
    z-index: 1000;
}

.modalwrap-slide .modal-inner-contents {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 50px 100px;
    background: #fff;
    border: 1px solid #7a7a7a;
    cursor: default;
    z-index: 888;
}

.modalwrap-slide .modal-inner-contents .modal-inner {
    overflow-y: scroll;
    height: 100%;
}

.modalwrap-slide .modal-inner-contents .modal-inner figure {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.modalwrap-slide .modal-inner-contents .modal-inner figure img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.modalwrap-slide .modal-inner-contents .closemodal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.modalwrap-slide .modal-inner-contents .closemodal-btn:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/svg) center/contain no-repeat;
    background-size: 20px 20px;
    z-index: 10;
}

@media screen and (max-width: 959px) and (orientation: landscape) {
    .modalwrap-slide .modal-inner-contents {
        overflow-y: scroll;
        max-width: 70vw;
        max-height: 90vh;
        padding: 40px 35px 20px;
    }
    .modalwrap-slide .modal-inner-contents .icon {
        display: none;
    }
    .modalwrap-slide .modal-inner-contents .modal-btn-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .modalwrap-slide .modal-inner-contents .modal-btn-list li {
        width: 49%;
        margin: 0;
    }
    .modalwrap-slide .modal-inner-contents .modal-btn-list li:not(:last-child) {
        margin: 0 2% 0 0;
    }
}

@media screen and (max-width: 959px) {
    .modalwrap-slide .modal-inner-contents {
        padding: 10px;
        width: 80%;
        height: auto;
        max-height: 80%;
    }
    .modalwrap-slide .modal-inner-contents .modal-inner {
        padding-top: 0px;
    }
    .modalwrap-slide .modal-inner-contents .modal-inner figure {
        width: 100%;
    }
    .modalwrap-slide .modal-inner-contents .modal-inner figure img {
        width: 100%;
    }
    .modalwrap-slide .modal-inner-contents .closemodal-btn {
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
    }
    .modalwrap-slide .modal-inner-contents .closemodal-btn:before {
        width: 30px;
        height: 30px;
        background-size: 14px 14px;
    }
}


/* Main Content Area Styles */
#main_content {
    background-color: #e6e6e6 !important;
    padding: 60px 40px;
}

/*# sourceMappingURL=other.css.map */