@charset "utf-8";

body {
    background-color: #f7f1e6;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    color: #4e362b;
    margin-left: auto;
    margin-right: auto;
}

html {
    scroll-behavior: smooth;
}

/* -- ページトップリンク -- */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #8b7862;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #8b7862;
    border-right: 3px solid #8b7862;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {

    .pagetop:hover,
    .pagetop:hover .pagetop__arrow {
        border-color: #3293e7;
    }
}

/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

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


.top h2 {
    font-size: 30px;
    text-align: center;
}

p {
    font-size: 16px;
}

/* ========== header =========== */
header {
    z-index: 999;
    position: fixed;
    background: url(./image/roof.png) repeat-x top center;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header .logo img {
    width: 80px;
}

/* menu */


.menu-btn:checked~.menu {
    padding: 70px;
    text-align: center;
    margin-top: 0;
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* ============= main ============== */

/* ---------- top ----------*/
.top {
    position: relative;
    margin-top: 15px;
    padding-top: 10px;
}

.mobile-title {
    z-index: 900;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: 15px;
}

.pc-human {
    display: none;
}

.mobile-human {
    width: 100%;
    border-bottom: 20px solid #4e362b;
}

.top .border {
    position: absolute;
    z-index: 950;
    bottom: 60px;
    width: 390px;
    height: 30px;
    color: #a97b66;
    background-color: #a97b66;
}

.top .mobile-scroll {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.pc-title {
    display: none;
}

/* ------ blog-about ------- */
.blog-about {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.blog-about .blog-about-title {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 350px;
    display: block;
}

.blog-about img {
    border-radius: 20px;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-about .inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* --------- gacha --------- */

.gacha .inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#gacha-display {
    margin-top: 1rem;
    min-height: 3rem;
}

#gacha-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5ddb4;
    padding: 20px 100px;
    border-radius: 30px;
}

input+#img {
    display: none;
}

.gacha .gacha-image {
    width: 300px;
}

input:checked+#img {
    display: block;
}

#check {
    display: none;
}

.gacha {
    margin-top: 50px;
}

.gacha p {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.gacha .cat {
    margin-top: 0px;
}

.gacha .cap-origin {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* ---------- new ----------- */
.new {
    margin-top: 100px;
    background: url(./image/new_all_back.png) no-repeat top center;
    background-size: 100%;
    padding-bottom: 50px;
    padding-top: 100px;
}

.new h2 {
    text-align: center;
    font-size: 25px;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-top: 100px;
}

.new .allarticle {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.new article img {
    border-radius: 25px;
}

.new p {
    width: 200px;
    margin-top: 10px;
}

.new .allarticle {
    justify-content: space-between;
}

.text {
    margin-left: 15px;
}

.new-text {
    margin-left: 20px;
}

.new .text img {
    display: block;
    width: 100px;
}

.new article {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* ---------- category ---------- */

.category {
    background-color: #ebb87c;
    margin-bottom: 150px;
    padding-top: 20px;
    background: url(./image/categoryl_back.png) no-repeat top /cover;
    background-color: #ebb87c;
}

.category-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 70px;
}

.category h2 {
    text-align: center;
    margin-bottom: 40px;
}

.category img:hover {
    filter: invert(250%) hue-rotate(90deg) saturate(50%);
}

.category .bord01 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(./image/category_board.png) repeat-x bottom;
    background-position-y: 76%;
    padding: 0 50px;
}

.object {
    width: 150px;
}

.object a .link {
    display: none;
}

.category .bord02 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(./image/category_board.png) repeat-x bottom;
    background-position-y: 76%;
    padding: 0 50px;
}

.allcategory img {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

/* in */
.category-in {
    padding-top: 20px;
    background: none;
}

.category-in h2 {
    text-align: center;
    margin-bottom: 40px;
}

.category-in img:hover {
    filter: invert(250%) hue-rotate(90deg) saturate(50%);
}

.category-in .bord01 {
    background: url(./image/category_board.png) repeat-x bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 50px;
    background-position-y: 76%;
}

.category-in .bord02 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(./image/category_board.png) repeat-x bottom;
    background-position-y: 76%;
    padding: 0 50px;
}

/* ---------- profile ---------- */
.profile {
    background: url(./image/profile＿back.png) no-repeat top /cover;
    padding: 0 0 50px;
}

.profile h2 {
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.profile .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.profile .name p {
    font-size: 25px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.profile .job {
    font-size: 18px;
    margin-bottom: 10px;
}

.profile .text {
    margin: 0 50px;
}

.profile .name,
.job {
    text-align: center;
}

/* ---------- tag ---------- */

.tag {
    margin: 60px;
}

.tag h2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 3px solid #a97b66;
}

.tag h2::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #4e362b;
    width: 50%;
}

.alltag ul {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}

.alltag li {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 3px 15px;
    border-radius: 25px;
}

/* ---------- footer ---------- */
.footer {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}


/* /////////////////////////////// */
/* ---------- single ------------- */

.single {
    margin-top: 30px;
}

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

.category-name {
    margin-bottom: 30px;
}

.single .second {
    display: block;
    width: 160px;
}

.single .place {
    display: flex;
    margin-bottom: 15px;
}

.single .place p {
    font-size: 13px;
}

.single .article {
    margin-top: 90px;
}

.single img {
    width: 100%;
}

.single .pc-article {
    display: none;
}

.single .allarticle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single article {
    width: 48%;
    margin-bottom: 30px;
}

.single article img {
    border-radius: 25px;
}

.article-text p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.single .time {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1.3px;
}

.blog .time {
    letter-spacing: 1.3px;
}

.time-new::before {
    content: url(./image/time.png);
    color: #fff;
    display: inline-block;
    transform: scale(1.3);
    padding-right: 5px;
    padding-bottom: 5px;
}

.time-new {
    margin-right: 100px;
}

.blog .time::before {
    content: url(./image/time.png);
    display: inline-block;
    transform: scale(1.3);
    padding-right: 5px;
    padding-bottom: 5px;
}

/* --------- number -------- */

.number {
    margin-bottom: 50px;
    margin-top: 150px;
    text-align: center;
}

.page-numbers:not(.next):not(.prev) {
    background: url(./image/number.png) no-repeat center center;
    display: inline-block;
    padding: 26px;
    color: #fff;
}

/* //////////////////////////////// */
/* ------------ blog ------------- */

.blog-right .profile {
    display: none;
}

.tag-day {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 30px;
}

.article-tag {
    background-color: #f7f1e6;
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 35px;
}

.blog .top_image img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* -- ページ内リンクの位置調整 -- */
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.new-anchor {
    display: block;
    padding-top: 150px;
}

.profile-anchor {
    display: block;
    padding-top: 210px;
}

/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/

.blog .article-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 40px 30px;
}

.blog main {
    padding-top: 10px;
}

.blog h3 {
    text-align: left;
    margin: 20px 0;
    padding: 10px 10px;
    border-left: 10px solid hsl(27, 100%, 72%);
    border-right: 10px solid hsl(27, 100%, 72%);
    background-color: #fff2e3;
}

.blog h4 {
    font-size: 17px;
    margin-top: 30px;
    padding: 5px 0 5px 15px;
    display: flex;
    border-left: 10px solid hsl(27, 100%, 72%);
    border-bottom: 2px solid hsl(27, 100%, 72%);
}


.blog .main-tag {
    display: flex;
}

.blog main h1 {
    margin: 20px 0;
    font-size: 25px;
}

.blog h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
}

.blog .content {
    background-color: #fff3e2;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.blog .content-top {
    display: block;
    width: 300px;
}


.blog .content-top p {
    font-size: 18px;
    border-bottom: 3px solid #ebc8a0;
    margin-bottom: 15px;
    width: 170px;
    margin-left: 70px;
    margin-right: auto;
    text-align: center;
    padding-bottom: 10px;
}

.blog .title-name p {
    padding-bottom: 5px;
    padding-left: 40px;
}

.point p {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.point {
    margin-bottom: 20px;
}

.top-article-image {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

/* 時光代理人 */

.jikou-menu {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* モブサイコ */
.mob video {
    width: 300px;
    margin: 20px 0;
}

/* ------- blog-company -------- */
.sub-name p {
    margin-left: 20px;
    font-size: 15px;
}

.service p {
    margin-bottom: 7px;
}

.company-link p {
    background-color: #fedfb0;
    border-radius: 25px;
    padding: 10px 20px;
    margin-top: 10px;
}

.like .endp {
    margin-top: 10px;
}

/* --- blog-nagoya --- */
.blog-nagoya-image {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fd8ba9;
}

.nagoya .title-name p {
    width: 100%;
    margin-left: -20px;
    margin-bottom: 10px;
}

.strawberry-image {
    display: flex;
}

.strawberry-image img {
    width: 50%;
}

table {
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid #000;
}

td {
    border: 1px solid #000;
    padding: 3px 3px;
}

.potato-side {
    display: flex;
}

.tapioka-side img,
.senbei-side img {
    width: 100%;
}

.potato-side img {
    width: 50%;
}

/* コメント */
.contact {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-title p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}

.comments-list .count p {
    font-size: 15px;
    text-align: center;
}

.comments-list .comment p {
    display: block;
    width: 300px;
    text-align: center;
    border-bottom: #4e362b;
}

.name {
    display: flex;
    align-items: center;
}

.contact input[type="text"],
.contact textarea {
    width: 300px;
    border: 0;
    background: #fff;
    color: #c5c5c5;
    padding: .7em;
    font-size: 16px;
    /* fontは16px以上にする。小さいと変に拡大される */
    border-radius: 30px;
}

.comment {
    margin-top: 10px;
    width: 300px;
}

.from {
    width: 300px;
}

.comment-title {
    display: block;
    width: 300px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}

.contact div {
    margin-bottom: 20px;
}

.contact label {
    margin-left: 15px;
}

.contact input {
    margin-top: 5px;
}

.contact .send {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fd8ba9;
    color: #fff;
    padding: 20px 100px;
    border-radius: 30px;
}

.contact textarea {
    margin-top: 5px;
}

/* /////////////////////////////// */
/* ---------- パソコン版 ---------- */
@media (min-width:1300px) {
    .category .backimage {
        background-image: none;
    }

    .category .allcategory {
        display: flex;
        width: 100%;
        background: url(./image/category_board.png) repeat-x bottom center;
        background-position-y: 235px;
    }

    .category .bord01 {
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        background: none;
        padding: 0;
    }

    .category .bord02 {
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        background: none;
        padding: 0;
    }

}

@media (min-width:600px) {
    body {
        background-color: #f7f1e6;
    }

    /* ----- header ----- */
    header {
        background: url(./image/roof01.png) no-repeat top center;
        background-size: 130%;
    }


    header .logo img {
        width: 150px;
    }


    .navicon {
        margin-top: -40px;
        width: 100%;
        margin-left: 25px;
        background: #ffffff;
        display: block;
        height: 3px;
        transform: scale(.6);
        position: relative;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    /* -------- top -------- */

    .top {
        margin-top: 30px;
        background-size: 80%;
    }


    .mobile-title {
        display: none;
    }

    .pc-title {
        display: block;
        z-index: 900;
        position: absolute;
        top: 120px;
        left: auto;
        right: 40px;
        display: block;
        margin-left: auto;
        margin-right: 15px;
        width: 50%;
    }

    .mobile-human {
        display: none
    }

    .pc-human {
        display: block;
        width: 60%;
        object-fit: cover;
        margin-left: 80px;
        margin-right: auto;
        border-bottom: 20px solid #4e362b;
    }


    .top .border {
        width: 100%;
        bottom: 0;
    }

    .top .mobile-scroll {
        position: absolute;
        top: 500px;
        right: 60px;
        padding: 100px;
        font-size: 25px;
    }

    /* ------- blog-about ------ */
    .blog-about {
        margin-top: 140px;
    }

    .blog-about .blog-about-title {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 350px;
        display: block;
    }

    .blog-about img {
        border-radius: 20px;
        width: 800px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-about .inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-about article {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* --------- gacha --------- */
    .gacha .side {
        display: flex;
        justify-content: space-between;
    }

    .gacha .side:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .gacha h2 {
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .gacha .gacha-capsel {
        width: 90%;
    }

    .gacha .cap-origin {
        width: 280px;
    }

    .gacha p {
        margin: 40px 50px;
        text-align: left;
        font-size: 20px;
    }

    .gacha .cat {
        display: none;
    }

    /* ------- new ------- */

    .new {
        background: url(./image/new_allback_PC.png) no-repeat top /cover;
    }

    .new h2 {
        margin-top: 150px;
        margin-bottom: 50px;
        text-align: center;
        font-size: 30px;
    }

    .new .allarticle {
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: none;
    }

    .new article {
        width: 30%;
        flex-direction: column;
        background-color: none;
    }

    .new .text img {
        margin-top: 20px;
        width: 100px;
    }

    .new p {
        width: 200px;
        margin-top: 10px;
    }

    /* ------ category ------ */
    .category {
        background: url(./image/category_background.png) no-repeat top center;
        background-size: 100%;
        background-color: #ebb87c;
    }

    .category-in {
        background-size: 100%;
    }

    .category-title {
        padding-top: 300px;
    }

    .object {
        width: 200px;
        padding: 0 20px;
    }



    /* ------ profile ------- */
    .profile {
        background: url(./image/profile_background.png) no-repeat top center;
        background-size: 100%;
        padding-bottom: 100px;
        margin-top: -10px;
        margin-bottom: 50px;
    }

    .profile h2 {
        padding-top: 100px;
        font-size: 35px;
        text-align: center;
    }

    .profile .icon {
        display: block;
        width: 250px;
    }

    /* ------- tag ------- */
    .tag {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .tag h2 {
        width: 300px;
    }

    .alltag {
        flex-wrap: wrap;
    }

    /* ////////////////////// */
    /* ------- single ------- */

    .single_inner {
        width: 80%;
    }

    .place {
        margin-top: 150px;
    }

    .single article {
        display: table;
        margin-right: 30px;
        width: 22%;
    }

    .single .pc-article {
        display: flex;
    }

    .single .allarticle {
        justify-content: left;
    }

    .allarticle img {
        width: 100%;
        border-radius: 25px;
        object-fit: contain;
        height: auto;
    }

    .single .anime {
        width: 240px;
    }

    .single .text {
        display: table-caption;
        caption-side: bottom;
    }

    .single .first {
        display: none;
    }

    .single .second {
        display: none;
    }

    .number li {
        background-image: url(./image/number.png)no-repeat center center;
    }

    .number ul {
        display: flex;
    }

    /* ------ blog --------- */
    .blog {
        padding-top: 120px;
        text-align: left;
    }

    .blog .top_image img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .blog .content-top {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }

    .blog .title-name {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog .title-name p {
        padding: 0;
    }

    /* 文字の大きさ */
    .blog h1 {
        font-size: 35px;
    }

    .blog h2 {
        font-size: 25px;
    }

    .blog h3 {
        font-size: 25px;
        text-align: center;
    }

    .blog h4 {
        font-size: 22px;
    }

    .blog p {
        font-size: 19px;
    }

    .blog-profile-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .allside {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    .blog-left {
        width: 70%;
        margin-left: 40px;
    }

    .blog-right {
        width: 40%;
    }

    .form {
        width: 300px;
    }

    .blog-right .profile img {
        width: 200px;
    }

    .blog .alltag {
        border: 10px;
        width: 200px;
    }

    .comment-title {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .contact .send {
        margin-left: auto;
        margin-right: auto;
    }


    .tag p {
        font-size: 21px;
    }

    /* --- blog-company ----- */
    .company-link p:hover {
        background-color: #fd8ba9;
    }

    .blog-company-image img {
        width: 100%;
        padding: 0 220px;
    }

    .service p,
    .like p {
        margin-left: 30px;
    }

    /* ---- blog-nagoya ---- */
    .strawberry-image {
        display: flex;
    }

    .strawberry-image img {
        width: 50%;
    }

    table {
        margin-top: 20px;
        border-collapse: collapse;
        border: 1px solid #000;
    }

    td {
        border: 1px solid #000;
        padding: 5px 60px 5px 10px;
    }

    .tapioka-side,
    .potato-side,
    .senbei-side {
        display: flex;
    }

    .tapioka-side img,
    .potato-side img,
    .senbei-side img {
        width: 50%;
    }

    .tapioka-side p,
    .senbei-side p {
        margin: 40px;
    }

}