@charset "UTF-8";
/*--------------------全体--------------------*/
img {
    width: 100%;

}
.fullpage {
    margin: 0 auto;
}
.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    display: none;
}

p { 
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22.67px;
    color: black;

}
h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
}

h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #b7b100;
}

.prev-arrow,
.next-arrow {
    width: 20px;
}

h2 {
    font-size: 66.67px;
    text-align: center;
    color: #b7b100;
}

.slider .slick-prev:before {
    content: '';
    background-image: url(images/left.png);
    background-size: contain;
    display: block;
    width: 100px;
    height: 100px;
}

.slider .slick-next::before {
    content: '';
    background-image: url(images/right.png);
    background-size: contain;
    display: block;
    width: 100px;
    height: 100px;
}
.slick-prev:before, .slick-next:before {
    display: none;
}

.slider .slick-prev {
    left: -100px;
}

.slider .slick-next {
    right: -31px;
}

[type=reset], [type=submit], button, html [type=button] {
    z-index: 1;
}

.all_character {
    width: 90%;
    display: block;
    margin: 0 auto;
    animation-name:blurAnime;
    animation-duration:3s;
    animation-fill-mode:forwards;
}
    
@keyframes blurAnime{
    from {
    filter: blur(10px);
    transform: scale(1.02);
    }
    
    to {
    filter: blur(0);
    transform: scale(1);
    }
}


.barger {
    display: none;
}

/* マウスストーカーのスタイル */
.stalker {
    width: 50px;
    left: -20px;
    opacity: 0; /* カーソルを画面内に入れるまでは透明 */
    pointer-events: none; /* 直下のリンクをクリック可能にする */
    position: fixed; /* スクロールしてもカーソルの位置で固定 */
    top: -20px; /* widthの半分 */
    transition: transform .3s ease-out; /* 遅れてついてくる時間 */
    width: 50px; /* 円の幅 */
    z-index: 999; /* 一番上に来るように */
}
/*--------------------ヘッダー--------------------*/
.head_box {
    display: flex;
}

.menu_pc {
    display: flex;
}

.menubar_top {
    margin-left: auto;
}

.menubar_top {
    align-items: center;
    margin-top: 40px;
}
.logo_img {
    margin-left: 30px;
    width: 300px;
    height: 100%;
}

.menu,
.menu2 {
    font-size: 24px;
    margin-right: 25px;
    font-weight: 500;
}

.job_explain {
    font-size: 24px;
}

.menu:hover {
    color: #b7b100;
}

.menu2:hover {
    color: black;
}
/*--------------------プロフィール--------------------*/
.profile {
    margin-top: 45px;
}

.profile_box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    align-items: center;

}

.profile_text {
    width: 578px;
    height: auto;
    margin: 0 55px 0 100px;
}

.job {
    text-align: center;
    font-size: 24px;
    margin-top: 13px;
}
.job_explain {
    margin-top: 69px;
    line-height: 58.67px;
    
}
.my_photo {
    width: 312px;
    height: 100%;
    border-radius: 20px;
    margin: 0 80px;
}

.profile_box_sp {
    display: none;
}

/*--------------------趣味--------------------*/
.like {
    margin-top: 70px;
}

.like_box {
    max-width: 1236px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}
.like_img{
    width: 100%;
    height: auto;
    margin-top: 28px;
    margin-bottom: 20px;
}

.character_explain {
    font-size: 32px;
    font-weight: 400;
}

.like_box1,
.like_box2,
.like_box3,
.like_box4,
.like_box5,
.like_box6 {
    max-width: 25%;
    margin: 50px;
}

/*--------------------キャラクター--------------------*/
.character {
    margin-top: 45px;
    margin: 45px auto;
    width: 92%;
}

h3 {
    text-align: center;
}

.introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 61.34px;
}

.character_png {
    width: 236px;
    margin-right: 33px;
}

.explain {
    width: 450px;
    margin-left: 34px;
}

.slider {
        max-width: 980px;
        margin: 0 auto;
}

.slider_icon {
    width: 80px;
    padding: 5px;
}

.slider-nav-box {
    max-width: 400px;
    display: none;
    margin: 0 auto;
}

.slick-dots {
    position: relative;
    bottom: 0;
}

.slick-dots img {
    width: 110px;
    height: auto;
}
.slick-dots img:hover {
    opacity:0.5;
	transition:0.3s;
    }
.character .slick-dots li{
    width: 110px;
    height: 110px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 100%;
}

/*--------------------イベント--------------------*/
.event {
    margin-top: 100px;
}

.event_box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.event1,
.event2,
.event3 {
    width: 327px;
    height: auto;
    margin: 40px;
    text-align: center;
}

/*--------------------ニュース--------------------*/
.news {
    margin-top: 50px;
}

.news_box {
    padding: 0 11%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.news1,
.news2,
.news3,
.news4 {
    display: flex;
    margin: 33px auto;
    width: 460px;

}

.news2,
.news4 {
    margin-left: 115px;
}

.news1,
.news3 {
    margin-right: 127px;
}

.news_text {
    gap: 20%;
}
.news_img {
    width: 195px;
    height: 195px;
}

.more_arrow {
    width: 56px;
    height: auto;
}

.more_arrow :hover {
    opacity:0.5;
	transition:0.4s;
}

.news_explain {
    font-size: 24px;
}

.more_text {
    font-size: 26.67px;
    text-decoration: none;
    margin-right: 10px;
}

.more_text:hover {
    color: #b7b100;
}

.more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
}

a {
    text-decoration: none;
    color: black;
}

h6 {
    border: 1px #b7b100 solid;
    background-color: #b7b100;
    font-size: 26.67px;
    text-align: center;
    color: white;
    border-radius: 30px;
    width: 160px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_text {
    margin-left: 22px;
    position: relative;
}

.job_contact {
    text-align: center;
}

.news_h2 {
    margin-bottom: 74px;
}
/*--------------------お問い合わせ--------------------*/
/*--------------------フッター--------------------*/
.footer {
    background-color: #b7b100;
    margin-top: 60px;
    padding-bottom: 80px;
}

.footer img {
    width: 300px;
    height: auto;
    padding: 42px 0 72px 0;
}

.menu2 {
    color: #ffffff;
}

.menubar_bottom1,
.menubar_bottom2 {
    display: flex;
    margin: 0 auto;
    justify-content: end;
}
.under_footer {
    padding-bottom: 18px;
    margin-top: 20px;
    text-align: center;
}

.copylight {
    font-size: 14.67px;
    text-align: center;
    margin-left: 10px;
}

/*--------------------コンタクトフォーム--------------------*/
.contactform {
    width: 100%;
    margin: 0 auto;
}
.contact {
    width: 100%;
    padding-top: 50px;
}
.name_box,
.mail_box,
.message_box {
    border: 1px solid black;
    border-radius: 5px;
    background-color: #ffffff;
    width: 852px;
    margin: 32px;
}

.form_textbox1,
.form_textbox2,
.form_textbox3 {
    display: flex;

}
.contact_name { 
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}

.form_text {
    width: 134px;
    min-width: 134px;
    font-size: 26.67px;
    letter-spacing: 3px;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
}

.message_box {
    min-height: 431px;
    padding: 20px;
}

.name_box,
.mail_box {
    padding: 20px;
}

input::placeholder,
textarea::placeholder{
    font-size: 30px;
    letter-spacing: 3px;
    align-items: center;
   }

input,
textarea {
    font-size: 30px;
    letter-spacing: 3px;
}

.icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20%;
    margin-bottom: 5%;
}

.icon_x p,
.icon_instagram p,
.icon_note p {
    margin: 0 auto;
    text-align: center;
}

.icon_img {
    width: 200px;
    height: auto;
}

.send_box {
    text-align: center;
}

.send {
    color: #ffffff;
    border: #b7b100 solid;
    background-color: #b7b100;
    width: 273px;
    height: 75px;
    border-radius: 9999px;
    box-shadow: 4px 4px #98968b;
    margin-bottom: 80px;
}

.send:hover {
    border: black solid;
    background-color: black;
    transition: .5s;
}

.banner {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 57px;

}
.stamp_banner {
    width: 80%;
    height: auto;
    margin-top: 63px;
    margin: 0 auto;
}

/*-------------------その他----------------------- */
.top_button img { 
    width: 150px;
    height: auto;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 999;
}

body {
    background-color: #eae7d6
}

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    from {
      opacity: 0;
      transform: translateY(100px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#333;
      text-align:center;
      color:#fff;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
      width:100%;
    }
    
    /* fadeUpをするアイコンの動き */
    .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
/*--------------------スマホサイト版--------------------*/
@media (min-width:800px) and (max-width:1490px) {

    .news1, .news2, .news3, .news4 {
        margin: 33px auto;
    }
}
@media (min-width:800px) and (max-width:1020px) {
    .menu_pc {
           flex-wrap: wrap;
        }
    .menu_nav {
        width: 33.3%;
    }
    .slider .slick-next::before,
    .slider .slick-prev:before {
        display: none;
    }
}

@media (max-width:800px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .menu_pc {
        display: none;
    }

    .slider .slick-prev:before {
        display: none;
    }
    
    .slider .slick-next::before {
        display: none;
    }

    .header {
        display: block;
    }
    nav {
        background-color: #c2bda4;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    ul {
        /*最初はナビゲーションボタンは非表示*/
        display: none;
        list-style:none;
    }
    li a{
        padding: 12px;
        font-size: 32px;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #ebe300;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    .hamburger {
        position: fixed;
        top: 32px;
        right:32px;
        cursor: pointer;
        width: 50px;
        height: 40px;
        z-index: 10;
        border-radius: 5px;
    }

    .hamburger span {
        /*3本の線を作る*/
        transition: all .3s;
        position: absolute;
        height: 4px;
        margin-top: 5px;
        border-radius: 3px;
        background-color: #b7b100;
        width:100%;
        z-index: 10;
    }

    .hamburger span:nth-of-type(1) {
        /*上の線の位置*/
        top:0px;
    }
    .hamburger span:nth-of-type(2) {
        /*真ん中の線の位置*/
        top: 12px;
    }
    .hamburger span:nth-of-type(3) {
        /*下の線の位置*/
        top: 24px;
    }
    .hamburger.open span:nth-of-type(1) {
        /*openのとき、上の線を右斜めにする*/
        top: 10px;
        transform: translateY(6px) rotate(-33deg);
    }
    .hamburger.open span:nth-of-type(2) {
        /*真ん中の線を消す*/
        opacity: 0;
    }
    .hamburger.open span:nth-of-type(3) {
        /*下の線を左斜めにする*/
        top: 22px;
        transform: translateY(-6px) rotate(33deg);
    }

    
    .menu,
    .menu2 {
    font-size: 18px;
    margin-right: 25px;
    font-weight: 500;
    }
    .menu2 {
        margin-left: 5px;
    }
    .profile_box {
        display: none;
    }

    .profile_box_sp {
        width:100%;
        height: auto;
        margin: 0 auto;
    }

    .profile_box_sp {
        display: block;
    }

    .my_fhoto_pc {
        display: none;
    }

    .all_character {
        width: 100%;
        text-align: center;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    
    .my_photo {
        display: block;
        width: 55%;
        margin: 20px auto;
        height: auto;
        border-radius: 9999px;
        object-fit: cover;
        object-position: center 1%;
        aspect-ratio: 1/1;
    }
    .job_explain {
        width: 350px;
        height: auto;
        font-size: 18px;
        line-height: 45px;
        margin: 20px auto;
    }
    .like_box {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0 auto;
        justify-content: center;
    }

    .like_box1,
    .like_box2,
    .like_box3,
    .like_box4,
    .like_box5,
    .like_box6 {
        margin: 30px auto;
    }
    .introduce {
        height: auto;
        margin: 0 auto;
    }

    .character_explain {
        font-size: 16px;
        line-height: 30px;
        margin-right: 8%;
    }

    .character_png {
        width: 110px;
        height: auto;
    }

    .event_box {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .event1,
    .event2,
    .event3 {
        margin: 30px auto;
    }

    .event_img1,
    .event_img2,
    .event_img3 {
        width: 100%;

    }
    .more {
        padding-bottom: 30px;
    }
    .news_box {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .news_text {
        width: 180px;
        margin: 0 auto;
    }
    .news_text p {
        font-size: 16px;
     }
    .news1,
    .news2,
    .news3,
    .news4 {
        flex-direction: column;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    .news_explain {
        padding-bottom: 100px;
    }

    .news_explain2 {
        padding-bottom: 77px;
    }

    .news_img {
        margin: 0 auto;
    }
    .banner {
        width: 350px;
        height: auto;
    }

    .stamp_banner {
        width: 350px;
        height: auto;
    }

    .icon_img {
        width: 80px;
        text-align: center;
        }

    .name_box,
    .mail_box,
    .message_box {
        margin: 0 auto;
    }
    .icon {
        padding: 0 6%;
    }

    .form_text {
        width: 100%;
        min-width: 100%;

    }

    .form_text p {
        text-align: left;
    }
    .form_textbox1,
    .form_textbox2,
    .form_textbox3 {
        flex-direction: column;
        justify-content: flex-start;
    }

    .form_textbox1 p,
    .form_textbox2 p,
    .form_textbox3 p {
        text-align: center;
    }

    .more {
        margin-right: 50px;
    }

    .more_text a {
        justify-content: center;
    }
    .contact_name {
        text-align: center;
        margin: 0 auto;
        padding: 10px;
    }
    .form_text {
        font-size: 26.67px;
        letter-spacing: 3px;
        margin-top: 10px;
        align-items: center;
    }

    .message_box {
        width: 100%;
        height: 320px;
        margin-bottom: 30px;
        min-height: 320px;
    }

    .name_box,
    .mail_box {
        width: 100%;
        height: 80px;
    }

    .banner .slick-prev:before {
        line-height: 3;
    }

    .banner .slick-next:before {
        line-height: 3;
    }
    .menubar_bottom {
        flex-direction: column;
    }
 
    .footer img {
        padding: 10px 0;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .slick-dots img {
        width: 50px;
    }
    .character .slick-dots li {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
    .explain {
        margin-left: 0;
        width: 400px;
    }
    .character_png {
        margin-left: 20px;
    }
    h2 {
        font-size: 50px;
    }
    .slider .slick-next {
       right: 0;
    }
    .copylight {
        font-size: 10px;
        text-align: center;
        margin-top: 5px;
    }


    .slick-dots img:hover {
        opacity:0.5;
	transition:0.3s;
    }
    .like_box1,
    .like_box2,
    .like_box3,
    .like_box4,
    .like_box5,
    .like_box6{
        max-width: 80%;
    }
    .top_button img { 
        width: 100px;
        height: auto;
        bottom: 15px;
}

.logo_img {
    width: 250px;
}
}