/* rule */

.fr-pagetop {
    z-index: 99;
}

.main_inner {
    margin: 0 auto;
    padding: 0;

    font-family: ヒラギノ角ゴ, Hiragino Kaku Gothic, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.03em;

    max-width: 800px;
    margin-bottom: 100px;
}

img {
    object-fit: contain;
}

footer .fr-globalFooter {
    margin-top: 0 !important;
}

/* page rule */

body .wrapper {
    background-color: #e5e7e1;
}

.main_inner {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

[data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
}

[data-aos=fade-down] {
    transform: translate3d(0, -50px, 0);
}

ul {
    line-height: 1.8em;
}

li {
    padding-bottom: 0.5em;
}

section {
    margin-top: 150px;
    margin-bottom: 50px;
}

section:first-of-type {
    margin-top: 0;
}

section:last-of-type {
    margin-bottom: 0;
}

/* lineup */

.header-containter {
    position: relative;
    background: transparent;
    max-width: 800px;
    z-index: 50;
}

.header_inner {
    position: fixed;
    padding: 10px;
}

.header_logo {
    width: 30px;
    height: 30px;
}

section.mv {
    text-align: center;
    margin: 0 calc(51% - 50vw);
    position: relative;
}

.mv-bg{
    position: sticky;
    top: 0;
}

.mv-bg img {
    height: 100vh;
    object-fit: cover;
    animation: blur-animation 2s ease-in-out forwards;
}

@keyframes blur-animation {
    from {
      filter: blur(10px) brightness(0.8);
    }
    to {
      filter: blur(0) brightness(0.8);
    }
  }

.mv-inner {
    position: absolute;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
}

.logo {
    display: flex;
    align-items: center;
    width: 65vw;
    justify-content: center;
}

.logo img:first-of-type {
    width: 15%;
    margin-right: 5%;
}

/* section.lead {
    max-width: 80vw;
    margin: 100px auto 0;
} */

.lead-text {
    color: #fff;
    line-height: 1.7em;
    position: relative;
    z-index: 10;
    padding: 30vh 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}

section.lead>* {
    margin-bottom: 5em;
}

.lead-img {
    width: 50vw;
    min-width: 300px;
    max-width: 500px;
    margin-bottom: 1em;
}

.lead-text p {
    margin: 0 auto 2em auto;
    text-align: left;
    width: 80vw;
    max-width: 790px;
}

.lead-note p {
    font-size: 0.9em;
    text-align: center;
}

section.style {
    display: flex;
    flex-direction: column;
    position: relative;
}

section.style-setup-02{
    margin-top: 50px;
}

.style-right {
    align-items: flex-end;
}

.style-left {
    align-items: flex-start;
}

.style_title,
.style_text p,
.style_item{
    margin-right: auto;
    padding: 0 5%;
}


/* margin-xx auto で左右寄せ */

.style-knit .style_img:nth-child(2) {
    margin-left: auto;
}

/* .style-wool .style_img:nth-child(2) {
    margin-right: auto;
} */

.style_img {
    margin-bottom: 2em;
}

.style_img-large {
    width: 100%;
}

.style_img-medium {
    width: 75%;
}

.style_img-small {
    width: 60%;
}

.style_movie video {
    position: relative;
    max-width: 100%;
}

.style_title h2{
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.3em;
    margin-bottom: 1em;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}

.style_text {
    margin-bottom: 1.3em;
    display: contents;
}

/* .style-right .style_title{
    text-align: end;
} */

.style-left .style_title{
    text-align: start;
}

.style_text p {
    margin-bottom: 0.8em;
}

.itemlist {
    color: #333;
    font-size: 1.1em;
}

.itemlist tr {
    line-height: 2.3em;
    user-select: none;
    font-size: 1.1em;
}

.itemlist td {
    padding-right: 5px;
}

.itemlist td:last-child {
    padding-right: 0;
}

.itemlist tr:hover {
    cursor: pointer;
}

.itemlist span {
    position: relative;
    bottom: 1px;
    padding: 0.2em;
    font-size: 0.9em;
    border: 1px solid #333;
}

p.date {
    font-family: "Shippori Mincho", serif;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
}

p.date {
    font-size: 1.6em;
}

.profile-img {
    padding: 0 2em;
}

.profile-text p.text {
    margin-top: 2em;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 0 2em;
}

.profile-text p.text span {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 2em;
}

.link-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.link-box a {
    position: relative;
    display: inline-block;
    width: 250px;
    padding: 1em 0;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #000;
}

.link-box a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.sharebutton-container ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 2em;
    margin-top: 3em;
}

.sharebutton-container li {
    padding-bottom: 0;
    margin-right: 0.5em;
}

.fb_iframe_widget span {
    vertical-align: top !important;
}


/* pc */
@media screen and (min-width: 960px) {

    .sp-only {
        display: none;
    }


    .main_inner {
        font-size: 15px;
    }

    .mv img.mv-img {
        height: auto;
        max-height: 800px;
        object-fit: contain;
    }

    .style_text p{
        width: 60%;
    }

    .style_title,
    .style_text p,
    .style_item{
        padding: 0;
    }

    .itemlist {
        margin: 0;
    }

    .profile-containter {
        display: flex;
        flex-direction: row;
    }

    .profile-img {
        width: 50%;
        padding: 0;
    }

    .profile-text p.text {
        margin-top: 0;
    }

    .sharebutton-container ul {
        padding: 0;
    }

}