/*
Theme Name: illstsite
Theme URL:
Description: Wordpress theme for myself.
Author: tanaka
Version: 1
*/


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

html { scroll-behavior: smooth;}

body {
    font-size: 16px;
    color: #7e7e7e;
    font-family:sans-serif
}

.button-area {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.button {
    background-color: #ff4646;
    width: 30%;
    padding: 1em;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    border-bottom: 5px solid #ffB2B2;

    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.button:hover{
    margin-top: 5px;
    border-bottom: 0px solid #ffB2B2;
}

.js-btn {
    visibility: hidden;
}

.wrapper {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;

}


body {
    background-color: #fff57E;
}

.logo {
    width: 60%;
}

.logo-box {
    display: flex;
    flex-direction: column;
}

.header {

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;

}

.header-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;


}


.gNav {
    width: 50%;
}

ul {
    list-style: none;
}

.gNav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}


.gNav-list a {
    text-decoration: none;
    color: #ff4646;
    display: flex;
    justify-content: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;

        background: 
      linear-gradient(#ff4646 0 0) 
      bottom /var(--d, 0) 3px 
      no-repeat;
  transition:0.5s;
}

.gNav-list a:hover {
    --d: 100%;
}

.bg-is-color .gNav-list a {
  color: #fff;
}

.mv {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.mv-img {
border-radius: 40px;
width: 100%;
    height: 500px;
    object-fit: cover;
display: block ; 
}
.carousel-sp { display: none ; }

.text-welcome {
font-size: 12px;
padding: 0px 0px 0px 5px;
letter-spacing: 0.1em;
    margin: 0;
}

.carousel {
    width: 100%;
}

.section {
    margin-top: 160px;
    margin-bottom: 100px;
}

.section-title {
    color:#ff4646;
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#profile-scroll {
    margin-top: -160px;
    padding-top: 160px
}

.profile {
display: flex;
justify-content: center;

background-color: #fff;
padding: 40px;
border-radius: 40px;
}
.profile-img {
    width: 320px;
    height: auto;
}

.profile-box {
padding-left: 40px;
}



.profile-top {
    display: flex;
}

.side-link {
   position:fixed;
    top: 250px;
    left: 40px;
    z-index:9999;
}

.profile-icon {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.followme {
    color: #ff4646;
	writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    padding-top: 100px;
}

.followme::before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background:#ff4646;
    left: 45%;
    bottom: 150px;
    position: absolute;
    
}

.name {
    font-size: 32px;
}
.illustrator {
    font-size: 16px;
}

.text {
    padding-top: 10px;
    line-height: 1.8em;
}


.illust {
    background-color: #fff;
    width: 100%;
    height: 320px;
    border-radius: 48px;
    margin-top: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
   
}

.illust-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.illust-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}



.section-contact {
background-color: #ffB2B2;
padding-bottom: 100px;
}

.contact {
    width: 90%; 
    padding-top: 25px;
    margin-bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-text {
    display: flex;
    justify-content: center;

}

.text-contact {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

    background-color: #fff;
    padding: 25px;
    border-radius: 40px;
}

.button-contact {
    background-color: #ff4646;
    width: 40%;
    padding: 2em;
    color: #fff;
    text-decoration: none;

    display: flex;
    justify-content: center;
    transition: .3s;
}

.button-contact:hover {
  background-color: #fff;
  color: #ff4646;
}

.footer {
    width: 100%;
    height: 300px;
    background-color: #ff4646;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    align-items: center;
}

.fNav {
    width: 70%;
}

.fNav-list {
    display: flex;
    justify-content: space-between;
}


.fNav-list a {
    color: #fff;
    text-decoration: none;

    background: 
      linear-gradient(#fff 0 0) 
      bottom /var(--d, 0) 1px 
      no-repeat;
  transition:0.5s;
}

.fNav-list a:hover {
    --d: 100%;
}


.footer-icon {
    display: flex;
    justify-content: flex-end;
}

.illust-box .slick-prev::before,
.illust-box .slick-next::before {
    font-size: 30px;
    color: #ff4646;
}

.illust-box .slick-slide {
    margin:0 10px;
}

.wpcf7 {
    width: 100%;
background-color: #ffB2B2;
padding-top: 60px;
padding-bottom: 60px;

display: flex;
justify-content: center;
}

.wpcf7-form-control {
    padding: 10px;
    border: none;
    border-radius: 10px;
}

.wpcf7-submit {
    background-color: #ff4646;
    color: #fff;
    padding: 10px 20px 10px 20px;
    display: flex;
    transition: .3s;
}

.wpcf7-submit:hover {
  background-color: #fff;
  color: #ff4646;
}

.section-title-contact {
    margin-top: 100px;
    color:#ff4646;
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.slick-track {
    width: 100%;
}

.section-illust {
    margin-bottom: 100px;
}

.gw-gopf {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.gw-gopf-posts-wrap{
    background-color: #fff;
    padding: 40px;
    border-radius: 40px;
}

.gw-gopf-filter {
    margin-bottom: 10px;
}


.main {
    margin-top: 140px;
    margin-bottom: 100px;
    
}

.posts-box {
        background-color: #fff;
    padding: 40px;
    border-radius: 40px;
}


.customize-support {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    font-size: 12px;
}

.privacy-policy {
    background-color: #fff;
    padding: 40px;
    border-radius: 40px;
}

@media screen and (max-width: 480px) {

    * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before , ::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
    
    .logo {
           position: static;
        }
#img-logo{
    width: 100%;
}

#img-logo.mini {
    width: 60% !important;
transition: all 0.4s ease

}



    .gNav {
     /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  right: -100%;
  width: 100%;
  height: 200%;
  z-index: 50;
     /* メニューを縦に */
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: rgba(255, 70, 70, 0.7);
     transition: .3s;
    }

    .gNav.open {
    right: 0;
    }

.gNav-list {
    display: block;
    padding-top: 500px;

}

.gNav-list a {
    color: #fff;
    padding: 20px;
}

.gNav-list a:hover {
    --d: none;
}

.carousel { display: none; }
.carousel-sp { display: block; 
width: 100%;
}

.mv-sp{
border-radius: 40px;
height: 440px;
}

.js-btn {
    visibility: visible;
}

.btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 32px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 48px;
  height: 48px;
  /* 最前面に */
  z-index: 100;

}

.btn-line {
	display: block;
	position: relative;  /* バーガー線の位置基準として設定 */
	width: 100%;  /* 線の長さと高さ */
	height: 4px;
	background-color: #ff4646;  /* バーガー線の色 */
	transition: .2s;
}

.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff4646;
  transition: .5s;
}


.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-16px);
}


.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(16px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;  	/* 真ん中の線を透明に */
}

.btn-line.open::before , 
.btn-line.open::after {
	content: "";
	background-color: #333;  /* 上下の線の色を変える */
	transition: .2s;
}

.btn-line.open::before {
	transform: rotate(45deg);  /* 上の線を傾ける */
}

.btn-line.open::after {
	transform: rotate(-45deg);  /* 下の線を傾ける */
}


    .side-link {
        display: none;
    }

    .section-title {
        padding-top: 30px;
        font-size: 30px;
    }
    .profile {
        display: block;
        margin-top: 30px;
    }
    .profile-img-box {
    display: flex;
    justify-content: center;
}

    .profile-box {
    margin-top: 20px;
    padding-left: 0;
    }

    .profile-top {
        display: flex;
        justify-content: center;
    }
.name{
    padding-top: 10px;
}
.text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 16px;
}

.section {
    margin-top: 120px;
}
.section-title-contact{
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-contact {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.text-contact1 {
    padding-bottom: 10px;
}

.text-contact3 {
    padding-top: 10px;
}

    .button {
        width: 40%;
    }


    .button-contact {
        width: 60%;
    }

    .footer-box {
        display: block;
        padding-top: 40px;
    }

    .fNav {
        width: 100%;
        display: block;
    }

    .fNav-list {
        display: block;
    }

    .fNav-list li {
        padding:5px ;
    }

    .footer {
        height:400px;
    }

    .copyright {
        padding-top:40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


 }