@charset "UTF-8"; /* CSS Document */

/*loading animation________________________*/

body {
    background-color: #fef1d5;
}

#loading{
    display:none;
    animation: loading 1s;
}

.loading{
    animation: loading 1s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*reset*/
*,h1 {
    margin: 0px;
    padding: 0px;
}

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

img {
    vertical-align: top;
}

ul {
    list-style: none;
}

h1,h2 {
    font-weight: normal;
}

a {
    text-decoration: none;
}


/*common__________________________________*/
body {
    font-family: "Playpen Sans","Zen Maru Gothic",cursive,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

/*color_______________________*/
body,
header a,
footer a, 
.container_thumbnail h4 span,
.thumbnail_title p a:hover 
.thumbnail_title2 p a:hover {
    color: #590101;
}

.profile_container h4 span,
.profile_container dt,
.container_thumbnail h4 {
    color: #ee9393;
}

a, h1, .global li,
.gallery_list li,
.thumbnail_list li,
.thumbnail_list2 dt {
    transition: all .3s;
}

.white,
.gallery_list li a {
    color: #fff;
}

.orange,
a:hover,
.thumbnail_title p a,
.thumbnail_title2 p a,
.gallery_list li a:hover {
    color: #ff8400;
}

h1 a:hover,
.h_nav p a:hover,
footer p a:hover {
    filter: brightness(0) saturate(100%) invert(50%) sepia(93%) saturate(885%) hue-rotate(357deg) brightness(96%) contrast(111%);
}

h1:hover,
.h_nav a:hover,
.global li:hover,
footer a:hover {
    transform: translateY(-3px);
}

.gallery_list li:hover,
.thumbnail_list li:hover,
.thumbnail_list2 dt:hover {
    transform: translateY(-6px);
}

.gallery_list li,
.thumbnail_list li,
.thumbnail_list2 dt{
    aspect-ratio: 1/1;
    border-radius: 50%;
    filter: sepia(0%);
}

.gallery_list li a:hover,
.thumbnail_list li:hover,
.thumbnail_list2 dt:hover {
    filter: sepia(50%);
    box-shadow: 0 5px 10px rgba(255, 132, 0, 0.5);
}

/*bg__________________________*/
header {
    background-image: url(../img/header.jpg);
    background-position: top;
}

.bg_top {
    background-image: url(../img/bg01.jpg);
    background-size: cover;
    background-position: center;
}

.bg_gallery {
    background-image: url(../img/bg02.jpg);
    background-size: cover;
    background-position: center;
}

footer {
    background-image: url(../img/bg03.jpg);
    background-position: center;
    background-size: cover;
}

.bg_oi {
    background-image: url(../original_illustration/img/bg01.jpg);
    background-position: top;
}

.bg_profile {
    background-image: url(../profile/img/bg01.jpg);
    background-size: cover;
    background-position: bottom;
}

.bg_contact {
    background-image: url(../contact/img/bg01.jpg);
    background-size: cover;
    background-position: bottom;
}

/*under line__________________________*/
.header_inner,
.h_nav li,
.dropdown_lists2 li a,
h3, 
footer li,
.profile_container dd,
.thumbnail_title,
.thumbnail_title2 {
    background-image: url(../img/line.png);
    background-repeat: repeat-x;
}

.header_inner,
.h_nav li,
.dropdown_lists2 li a,
h3, footer li,
.profile_container dd,
.thumbnail_title,
.thumbnail_title2 {
    background-position: bottom;
}

.footer_inner {
    background-image: url(../img/line.png);
    background-repeat: repeat-x;
    background-position: top;
}

/*For SP 540px 未満 */
/*font-size_______________*/
.mv h2, footer p {
    font-size: 8px;
}

h1 {
    font-size: 10px;
}

.sitemap_tree {
    font-size: 13px;
}

.h_nav p,
.profile_container h4 span,
.thumbnail_title p,
.thumbnail_title2 p{
    font-size: 14px;
}

.dropdown_lists li,
.gallery_list,
.sitemap_nav,
.thumbnail_title h4,
.thumbnail_title2 h4{
    font-size: 16px;
}

main h3,
.profile_container h4 {
    font-size: 24px;
}

.h_nav li {
    font-size: 26px;
}

/*line-height_______________*/
.mv h2 {
    line-height: 13px;
}

.profile_container h4 {
    line-height: 20px;
}

.thumbnail_title h4,
.thumbnail_title2 h4{
    line-height: 24px;
}

.profile_container {
    line-height: 26px;
}

/*text-align_______________*/
.h_nav p,
main,
footer p,
.global ul {
    text-align: center;
}

.profile_container, .container_thumbnail {
    text-align: left;
}

/*_header_________________________________*/
.header_inner {
    width: 90%;
    height: 43px;
    margin: 0 auto;
    padding: 0 0 4px 10px;
}

h1 {
    padding-top: 18px;
    display: inline-block;
}

h1 a {
    display: inline-block;
    width: 100%;
}

h1 img {
    width: 130px;
    vertical-align: baseline;
}

h1 span {
    margin-left: 4px;
}

/* hamburger for mobile__________*/
.global {
    display: none;
}

.menu-icon {
    width: 30px;
    position: fixed;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    display: inline-block;
}

.menu-icon span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #590101;
    border-radius: 2px;
    transition: 0.4s;
}

#menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.overlay {
    position: fixed;
    inset: 0;
    /*top: 0;
  right: 0;
	  width: 100%;
  height: 100%;*/
    background-color: rgba(234, 158, 158, 0.95);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    z-index: 95;
}

#menu-toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
}

/*Global navigation for mobile__________*/
.h_nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h_nav a {
    display: inline-block;
}

.h_nav p {
    margin-bottom: 36px;
}

.h_nav img {
    width: 210px;
}

.h_nav p span {
    display: inline-block;
    margin-top: 10px;
}

.h_nav li {
    margin-bottom: 34px;
    padding-bottom: 6px;
}

.h_dropdown {
    position: relative;
}

.h_dropdown_lists {
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s;
    width: 100%;
    position: absolute;
    right: -110px;
    top: 10px;
}

.h_dropdown:hover .h_dropdown_lists {
    transform: scaleY(1);
}

.h_dropdown_lists li{
    font-size:18px;
    margin-bottom:16px;
}

/*main visual_____________________________*/
.mv {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
}

.mv img {
    width: 100%
}

.mv h2 {
    position: absolute;
    top: 56%;
    left: 64%;
}

/*main_____________________*/
main h3 {
    display: inline-block;
    margin: 60px auto 30px;
}

.gallery_list {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 22px;
    text-shadow: 0px 0px 10px rgba(255, 132, 0);
    /*text-shadow: 1px 2px 3px rgba(255, 132, 0, 0.5);*/
}

.gallery_list li {
    width: 45%;
}

.gallery_list li a {
    background-color: #ea9e9e;
    display: inline-block;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    place-items: center;
}

#gallery01 {
    background-image: url(../img/gallery01.jpg);
    background-size: 100%;
}

#gallery02 {
    background-image: url(../img/gallery02.jpg);
    background-size: 100%;
}

#gallery03 {
    background-image: url(../img/gallery03.jpg);
    background-size: 100%;
}

#gallery04 {
    background-image: url(../img/gallery04.jpg);
    background-size: 100%;
}

/*footer_______________________*/
.footer_inner {
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}

footer img {
    width: 130px;
}

footer a span {
    display: inline-block;
    margin-top: 4px;
}

.sitemap {
    width: 90%;
    margin: 20px auto 50px;
}

.sitemap li {
    padding-bottom: 4px;
}

.sitemap_nav {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 10px;
}

.sitemap_tree {
    list-style: '- ';
    width: 180px;
    list-style-position: inside;
}

.sitemap_tree li {
    margin-bottom: 8px;
}

/*profile___________________________*/
.profile_container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    padding-bottom: 50px;
    gap: 40px;
}

.profile_container h4 {
    margin-bottom: 20px;
}

.profile_container dl {
    margin-bottom: 20px;
}

.profile_container dt {
    font-weight: bold;
}

.profile01 p {
    width: 200px;
    margin: 0 auto;
}

.profile01 img {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 50%;
}

.profile02 {
    padding: 40px 40px;
    background-color: #ffffffed;
    border-radius: 40px;
}

/*gallery thumbnail_________________*/
.container_thumbnail {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}

.thumbnail_title,
.thumbnail_title2{
    padding-bottom: 10px;
}

.thumbnail_title h4,
.thumbnail_title2 h4 {
    display: list-item;
    list-style-type: "●";
    margin-left: 20px;
    margin-bottom: 8px;
}

.thumbnail_title h4 span,
.thumbnail_title2 h4 span {
    margin-left: 10px;
}

.thumbnail_title p,
.thumbnail_title2 p {
    margin-left: 28px;
    margin-top: 4px;
    margin-bottom:4px;
}

.thumbnail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 20px auto 60px;
}

.thumbnail_list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px auto 60px;
}

.thumbnail_list li {
    width: 30%;
}

.thumbnail_list2 div{
    width: 45%;
}

.thumbnail_list img,
.thumbnail_list2 img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.thumbnail_list2{
    text-align:center;
}

.thumbnail_list2 dt{
    margin-bottom:20px;
}


/* @media (600px <= width) */
@media (min-width: 600px) {
    /*text for tablet_______________*/ footer p {
        font-size:10px;
    }

    .mv h2 {
        font-size: 11px;
        line-height: 16px;
    }

    h1 {
        font-size: 13px;
    }

    main h3 {
        font-size: 26px;
    }

    /*header for tablet__________________*/
    .header_inner {
        height: 50px;
        padding: 8px 0 8px 10px;
    }

    h1 img {
        width: 200px;
    }

    .menu-icon {
        top: 20px;
        right: 40px;
    }

    /*mv for tablet__________________*/
    .mv {
        padding: 60px 0;
        width: 80%;
        max-width: 809px;
    }

    /*main for tablet__________________*/
    main h3 {
        margin: 90px auto 60px;
    }

    .gallery_list {
        width: 80%;
        padding-bottom: 80px;
        gap: 30px;
    }

    .gallery_list li {
        width: 28%;
    }

    /*footer for tablet__________________*/
    .footer_inner {
        padding: 64px 0;
    }

    footer a {
        display: inline-block;
    }

    footer img {
        width: 150px;
    }

    .sitemap {
        width: 50%;
        margin: 30px auto 40px;
    }

    .sitemap_nav {
        margin-bottom: 14px;
    }

    .sitemap_tree li {
        margin-bottom: 10px;
    }

    /*profile for tablet____________*/
    .profile_container {
        width: 70%;
        padding-bottom: 80px;
    }

    /*thumbnail gallery for tablet_________________*/
    .thumbnail_list{
        gap: 20px;
    }

    .thumbnail_list2{
        gap: 40px;
    }

    .thumbnail_list li{
        width: 22%;
    }

    .thumbnail_list2 div{
        width: 35%;
    }

    .container_thumbnail br {
        display: none;
    }
}

/* @media (1200px <= width)*/
@media (min-width: 1200px) {
    /*text for PC_______________*/ h1, footer p {
        font-size:14px;
    }

    .dropdown_lists2 li, .mv h2, .sitemap_tree {
        font-size: 18px;
    }

    .global ul, .sitemap_nav {
        font-size: 22px;
    }

    .gallery_list {
        font-size: 26px;
    }

    main h3 {
        font-size: 36px;
    }

    .mv h2 {
        line-height: 28px
    }

    .gallery_list {
        line-height: 38px;
    }

    /*header for PC__________________*/
    .header_inner {
        padding-bottom: 14px;
    }

    h1 {
        position: fixed;
        z-index: 100;
        top: 6px;
        margin-left: 10px;
    }

    h1 img {
        width: 260px;
    }

    /*Global navigation for PC__________*/
    .hamburger {
        display: none;
    }

    .global {
        display: block;
    }

    .global ul {
        position: fixed;
        top: 34px;
        right: 60px;
        z-index: 100;
        display: flex;
    }

    .global ul li {
        width: 110px;
    }

    .dropdown {
        position: relative;
    }

    .dropdown_lists {
        position: absolute;
        left: 0;
        width: 100%;
        transform: scaleY(0);
        transform-origin: center top;
        transition: all .3s;
        flex-direction: column;
        background-color: rgba(255, 132, 0, 0.5);
        border-radius: 10px;
    }

    .dropdown:hover .dropdown_lists {
        transform: scaleY(1);
    }

    .dropdown_lists li {
        padding: 12px 0;
    }

    .dropdown_lists li:hover {
        background-color: rgba(255,239,239,0.8);
        border-radius: 18px;
    }

    /*mv for PC__________________*/
    .mv {
        padding: 80px 0;
    }

    .mv {
        max-width: 950px;
    }

    .mv h2 {
        top: 57%;
    }

    /*main for PC__________________*/
    main h3 {
        margin: 120px auto 80px;
    }

    .gallery_list {
        padding-bottom: 160px
    }

    .gallery_list {
        width: 70%;
        gap: 40px;
    }

    .gallery_list li {
        width: 28%;
    }

    /*footer for PC_________________*/
    .footer_inner {
        padding: 100px 0;
    }

    footer img {
        width: 220px;
    }

    .sitemap {
        margin: 40px auto 50px;
    }

    .sitemap_tree {
        width: 190px;
    }

    /*profile for PC_____________*/
    .profile_container {
        grid-template-columns: 200px 1fr;
        padding-bottom: 100px;
    }

    .profile01 {
        grid-row-start: 1;
        grid-row-end: 3;
    }

    /*thumbnail for PC_________*/
    .container_thumbnail {
        width: 80%;
    }

    .thumbnail_list{
        gap: 23px;
        margin: 40px auto 90px;
    }

    .thumbnail_list2{
        gap: 40px;
        margin: 40px auto 90px;
    }

    .thumbnail_list li{
	width:18%;
}

    .thumbnail_list2 div{
	width:30%;
}
}
