@charset "utf-8";

/* width: 1100px以下(タブレット表示) */
.pconly {
    display: none;
}

.main_page {
    position: relative;
}
.mail_icon {
    margin-right: 0;
    margin-left: 45%;
}
.mail_icon i {
    font-size: 1.625rem;
}
.humbarger_menu {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    margin-right: 25px;
}
.humbarger_menu span {
    width: 100%;
    height: 4px;
    background-color: #009145;/*#2177c7*/
    display: block;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}
.humbarger_menu span:first-of-type {
    margin-top: 0%;
}
.humbarger_menu span:nth-of-type(2) {
    margin-top: 20%;
}
.humbarger_menu span:last-of-type {
    margin-top: 20%;
}
.humbarger_menu:hover {
    cursor: pointer;
}

/* ハンバーガーメニュー */
.humbarger_menu.allow span:nth-child(1), .humbarger_menu.allow span:nth-child(3) {
    width: 55%;
}
.humbarger_menu.allow span:nth-child(1) {
    transform: translate(100%, 100%) rotate(45deg);
    margin-right: -10px;
}
.humbarger_menu.allow span:nth-child(2) {
    margin: 3.9px 0;
}
.humbarger_menu.allow span:nth-child(3) {
    transform: translate(100%, -100%) rotate(-45deg);
    margin: 0;
    margin-right: -10px;
}

.sub_menu_lists {
    position: absolute;
    color: #ffffff;
    background-color:rgba(0, 6, 6, 0.6);/*rgba(0, 0, 0, 0.6)*/
    z-index: 999;
    transition: all 0.6s;
    height: 100vh;
    width: 100%;
    position: fixed;
}
.sub_menu_lists.active {
    left: 0%;
}
.sub_menu_lists ul.parent {
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
.sub_menu_lists ul > li.important {
    list-style: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
.sub_menu_lists ul > li.important:hover {
    opacity: 0.8;
}
.site_contents:hover {
    opacity: 0.8;
}
.sub_menu_lists ul.parent > li:nth-child(1) {
    margin-top: 4%;
    border-top: 1px solid #ffffff;
}
.sub_menu_lists ul > li.important > a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 0.5em 0;
    margin: 0 3%;
    font-size: 1.2rem;
    font-weight: 500;
}
.sub_menu_lists ul > li.sub {
    border-bottom: 1px solid #ffffff;
}
.site_contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    padding: 0.5em 0;
    margin: 0 3%;
    font-size: 1.2rem;
    font-weight: 500;
}
.site_contents span > i {
    vertical-align: middle;
}
.site_contents:hover {
    cursor: pointer;
}
.contents_menu_lists {
    display: none;
}
.click {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
.click li {
    width: 50%;
}
.click li > a:first-child {
    border-top: 1px solid #ffffff;
}
.click li > a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 0.75em 0;
    margin-left: 2%;
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 3%;
    border-bottom: 1px solid #ffffff;
}
.click li > a:last-child {
    border-bottom: none;
}
.click li > a:hover {
    opacity: 0.8;
}
.click li {
    transform-origin: top left;
    opacity: 0;
}
.click li:first-child {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: -150ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(2) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(3) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 150ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(4) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(5) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 450ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(6) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(7) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 750ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(8) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(9) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1050ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(10) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1200ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(11) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1350ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
.click li:nth-child(12) {
    animation-name: drop;
    animation-duration: 300ms;
    animation-delay: 1500ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(20deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

.click li > a:last-child {
    border-bottom: none;
}

body.scroll_stop {
    overflow: hidden;
}

/** 
* footer
*/
.logo_footer a > img {
    max-width: 30%;
}


/**
* TOPページ 
**/

.contact_wrapper {
    width: 90%;
}

/* mainページのcss */
.main_image {
    width: 100%;
}
.main_image img {
    /* height: 70vw;
    object-position: 20% 40%; */
}

.main_image>p{
    top:85%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    font-size: 4.4vmax;
}


/* mainのcss */
@media screen and (max-width: 990px) {
    .topics_title {
        text-align: unset;
        position: unset;
    }
    .wrap > a {
        margin: 20px 15px;
    }
    .item_divide div:not(.wrap) > a {
        margin: 20px 15px;
    }
}
@media screen and (max-width: 800px) {
    .wrap > a{
        margin: 20px 5px;
    }
    .item_divide div:not(.wrap) > a {
        margin: 20px 5px;
    }
}
@media screen and (max-width: 850px) {
    /* instagram用 */
    .instagram h4 {
        font-size: 3.375rem;
        margin-top: 20px;
        margin-left: 30px;
    }
    .icon div {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 10px 0;
        margin-left: 20px;
        margin-right: 40px;
    }
    .follow {
        margin-top: 20px;
    }
    .follow div {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .follow_button a {
        font-size: 1rem;
        margin-top: 20px;
        border-radius: 8px;
        padding: 7px 180px 7px;
        margin-right: 30px;
        font-weight: 700;
    }
    /* line用 */
    .line_accounts_wrapper {
        height: 210px;
    }
    .line_alignment {
        width: 365px;
    }
    .line {
        width: 275px;
    }
    .line img {
        margin-top: 10px;
        width: 150px;
        height: 150px;
    }
    .line h4 {
        font-size: 1.25rem;
        margin-top: 20px;
    }
    .line_icon {
        height: 100px;
    }
    .register {
        height: 109px;
        border-radius: 0 0 40px 0;
    }
    .line_icon div {
        position: absolute;
        background-color: #faf8f8;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        top: 70px;
        right: 153px;
    }
    
    .register_text {
        top: 140px;
        right: 110px;
        font-size: 1rem;
    }
    .register_button > a {
        top: 165px;
        right: 98px;
        padding: 7px 18px;
        border-radius: 10px;
        width: 130px;
    }
}

/* サイトマップ（固定ページ）*/
@media screen and (max-width: 860px) {
    .sitemap_contents .sitemap_content .sitemap_lists .sitemap_button .column {
        display: block;
    }
    .sitemap_contents .sitemap_content .sitemap_lists .sitemap_button .column a {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 0.9em;
    }
    .sitemap_contents .sitemap_content .sitemap_lists .sitemap_button .column_1 {
        display: block;
    }
    .sitemap_contents .sitemap_content .sitemap_lists .sitemap_button .column_1 a {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 0.9em;
    }
}

/** プロフィールエリア */
.profile_wrapper {
    width: 100%;
    margin: initial;
}
.profile_wrapper .profile {
    padding: 30px 0;
}
.profile_wrapper .profile .picture {
    width: 30%;
}
.profile_wrapper .profile .comments {
    width: 60%;
}
.profile_wrapper .profile .picture p {
    padding: 15px 0 0 5px;
    margin: 0 auto;
}
.profile_wrapper .profile .picture img {
    display: inline;
    margin: initial;
}
@media screen and (max-width: 1000px) {
    .profile_wrapper .profile .comments {
        margin-left: 20px;
    }
}
@media screen and (max-width: 910px) {
    .profile_wrapper .profile .picture {
        width: 35%;
    }
    .profile_wrapper .profile .comments {
        width: 50%;
        margin-left: 15px;
    }
}
@media screen and (max-width: 640px) {
    .profile_wrapper .profile {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .profile_wrapper .profile .picture {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .profile_wrapper .profile .picture img {
        order: 1;
        width: 40%;
        height: auto;
        max-width: initial;
        max-height: initial;
        min-width: 180px;
        min-height: 220px;
        margin: 0 auto;
    }
    .profile_wrapper .profile .picture p {
        order: 2;
        width: calc(100% - 5px);
        text-align: center;
        padding: 15px 0 0 0;
    }
    .profile_wrapper .profile .comments {
        padding: initial;
        width: 60%;
        order: 2;
        margin: 0;
        padding: 15px 5px 0 5px;
        width: 100%;
    }
    .profile_wrapper .profile_content1, .profile_wrapper .profile_content2, .profile_wrapper .profile_content3, .profile_wrapper .profile_content4, .profile_wrapper .profile_content5 {
        height: 330px;
        width: 95%;
        margin: 15px auto;
    }
}