@charset "utf-8"

/*
Theme Name:tii-game
Theme URI:https://tii-game.com
Description:tii-gameのテーマです。
Version:1.0
Author:shiho
Author URI:https://tii-game.com
*/


/* 基本 */

:root {
    /* メインカラー候補一覧（必要に応じて切り替え） */
    /* --m_color: #333; */
    /* --m_color: #4B6A9B; */
    /* --m_color: #b3abf5; */
    /* --m_color: #b7b0f1; */
    /* --m_color: #e98768; */

    --m_color: #4B6A9B;  /* メインカラー */
    --a_color: #fbfbfb;  /* アクセントカラー */
    --b_color: #222;     /* サブカラー */
    --f_color: #333;     /* フォント基本色 */
    --w_color: #efefe9;  /* 背景用ホワイトカラー */

    /* フォント設定 */
    --font_ja: "Noto Sans JP", "Plex Sans JP", sans-serif;
    --font_en: 'Outfit', sans-serif;

    /* マージン・パディング設定 */
    --main_mp: 104px;
    --mp_3: 32px;
    --mp_5: 48px;
    --mp_8: 80px;
}

/* レイアウト */

.m_a{
    max-width: min(100%, 1200px);
    padding-right: 24px;
    padding-left: 24px;
}

.m_lr{
    margin-right: auto;
    margin-left: auto;
}

.main_col{
    margin-bottom:clamp(80px,9vw,160px);
}

.main_pa{
    padding-top: clamp(80px,9vw,160px);
    padding-bottom: clamp(80px,9vw,160px);
}

.main_wrap{
    max-width: min(100%, 1740px);
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    margin: 0 auto;
}

body:not(.home) .main_wrap{
    padding-top: 0px;
    padding-bottom: 72px;
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb40{
    margin-bottom: 40px;
}

.mb50{
    margin-bottom: 50px;
}

.mb60{
    margin-bottom: 60px;
}

.mb70{
    margin-bottom: 70px;
}

.mb80{
    margin-bottom: 80px;
}

.mb90{
    margin-bottom: 90px;
}

.mb100{
    margin-bottom: 100px;
}

.pb10{
    padding-bottom: 10px;
}

.pb20{
    padding-bottom: 20px;
}

.pb30{
    padding-bottom: 30px;
}

.pb50{
    padding-bottom: 50px;
}

.pb60{
    padding-bottom: 60px;
}

.pb70{
    padding-bottom: 70px;
}

.pb80{
    padding-bottom: 80px;
}

.pb90{
    padding-bottom: 90px;
}

.pb100{
    padding-bottom: 100px;
}

.flex{
    display: flex;
}

.flex_c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex_c_c{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_s{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_r{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.toppage__footer{
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 50px;
}

/* 共通*/

html{
    scroll-behavior: smooth;
}

img{
    width: 100%;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    background: #f9f8f7;
    min-block-size: 100%;
    text-rendering: optimizeSpeed;
    width: min(100%);
}

.pc_none{
    /* display: none; */
}
.pc_none_b{
    display: none;
}
p{
    letter-spacing: 0.15rem;
    line-height: 1.7;
    color: #333;
}

dt{
    letter-spacing: 0.15rem;
    line-height: 1.7;
    color: #333;
}

dd{
    letter-spacing: 0.15rem;
    line-height: 1.7;
    color: #333;
}

a{
    letter-spacing: 0.15rem;
    line-height: 1.7;
    color: #333;
}

span{
    letter-spacing: 0.15rem;
    text-indent: 0.15rem;
}


h2{
    /* font-size: clamp(20px,3vw,35px); */
    font-family: 'Outfit', sans-serif;
    letter-spacing: 20px;
    font-weight: 400;
    letter-spacing: 0.55rem;
}

h3{
    letter-spacing: 0.15rem;
    color: #333;
    font-size:clamp(20px,2vw,24px) ;
}

h4{
    letter-spacing: 0.15rem;
    color: #333;
}

@media only screen and (min-width: 550px){
	.br_sp{
		display: none;
	}
}

@media only screen and (max-width: 550px){
	.br_sp{
		display: block;
	}

	.br_pc_tb{
		display: none;
	}
}

/* タイトル */

.sub_title{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.3rem;
    color: #333;
}

.logo_sub_title{
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.3rem;
    color: #333;
}

.top_h2_wrap{
    margin-bottom: clamp(48px,4vw,60px);
}

.top_h2_wrap .date_txt{
    margin-left: 12px;
    font-size: clamp(19px,3vw,23px);
    letter-spacing: 0.02em
}
.other_h2_wrap .date_txt{
    margin-left: 0px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
}

.en2{
    font-family: "Silkscreen", sans-serif;
    font-size: clamp(71px,10vw,180px);
    font-weight: 400;
    letter-spacing: -0.02em;
}


/* CTA */

.common_btn_wrap a{
    color: #efefe9;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 auto;
}

.common_btn{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #2d2d2d;
    padding: 8px clamp(20px,3vw,40px);
    text-decoration: none;
    letter-spacing: 0.3em;
    width: clamp(218px, 19vw, 280px);
    margin: 0 0 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    transition: all 0.3s;
}

.common_btn a{
    text-decoration: none;
}

.common_btn_wrap a:hover{
    opacity: 0.7;
}

.play_btn_wrap{
    position: relative;
    border-radius: 50%;
    padding: 16px;
    margin-left: 16px;
    width: clamp(36px,3vw,40px);
    aspect-ratio: 1/1;
}

body:not(.home) .play_btn_wrap{
background: #ebc51f;
}


.play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 12px;
}

.tel{
    color: #333;
    text-decoration: none;
    background-image: linear-gradient(to right,#efefe9,#efefe9);
    background-position: center bottom;
    background-size: 100% 40%;
    background-repeat: no-repeat;
}

.tel:hover{
    color: gray;
}

.line{
    background-image: linear-gradient(to right, #efefe9, #efefe9);
    background-position: center bottom;
    background-size: 100% 40%;
    background-repeat: no-repeat;
}

/* ヘッダー */

header{
    position: relative;
    z-index: 9;
}

.header{
    position: relative;
    /* height: 100vh; */
}

body:not(.home) .header{
    height: auto;
}

.h_content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    height:61vh;
    overflow: hidden;
    gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.texture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url("img/texture.jpg"); */
    /* background: url("img/white_00073.jpg"); */
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.header_logo_wrap{
    z-index: 3;
}

.header_logo_wrap img{
    width: 64px;
}

.h_nav{
    position: relative;
}

.h_nav_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    padding:32px 48px;
    border: 1px solid #333;
}

body:not(.home) .h_nav_wrap{
    /* border: none; */
    /* border-bottom: none; */
}

body:not(.home) .label_wrap{
    border-top: none;
}

.h_nav_wrap .widget_search input[type="text"]{
    background: transparent;
    border: none;
    padding: 0px;
    border-bottom: 1px solid #333;
    font-family: "Outfit", sans-serif;
}

.h_nav_container{
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    width: fit-content;
    border: 1px solid #333;
}


.h_nav_inner{
    position: relative;
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    padding: 0px clamp(20px,3vw,30px);
    width: fit-content;
    margin: 0 auto;
}

.h_nav_wrap .h_nav_container{
    border: none;
    background: transparent;
}

.h_nav_container .h_nav_inner{
    background: transparent;
}

.h_nav_container .h_nav_inner a{
    display: grid;
    place-items: center;
    padding:clamp(4px,1vw,10px) 10px;
    width: clamp(90px,9vw,140px);
    border: 1px solid #333;
    border-radius: 0px 24px 0px 0px;
}

.site_ttl{
    width: clamp(60px,6vw,90px);
}

.site_ttl a{
    transition: all 0.3s;
}

.site_ttl a:hover{
    opacity: 0.7;
}

.h_nav_inner a{
    font-family: 'Outfit', sans-serif;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

.h_nav_inner a:hover{
    opacity: 0.7;
}

.h_nav_sp{
    font-family: 'Outfit', sans-serif;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.15rem;
    display: none;
}

@media only screen and (min-width: 550px) {
    .pc_none {
        display: none;
    }
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 60px;
    border: none;
    z-index: 9999;
}

.mobile-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    right: 50px;
    top: 65px;
    z-index: 9999;
}

.mobile-menu-btn span {
    background: #6F6F6F;
    width: 16px;
    height: 1px;
    display: block;
    margin-bottom: 9px;
    transition: all 0.7s;
}

.headernav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #f1f0ee;
}

.headernav.panelactive ul {
    display: block;
}

.headernav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.headernav__item a {
    margin-bottom: 20px;
    text-align: center;
}
.header__top a {
    display: block;
    text-decoration: none;
    color: #6F6F6F;
    line-height: 1.5rem;
}

.h_h1{
    align-items: baseline;
}

.h_txt_wrap_p_t{
    display: flex;
    align-items: baseline;
    font-size: clamp(23px,2vw,28px);
    color: #2d2d2d;
    font-family: 'Outfit', sans-serif;
    margin-bottom: -20px;
}

.h_txt_wrap_p_t span{
    display: block;
    font-size: clamp(19px,3vw,23px);
    color: #2d2d2d;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: -3px;
}

.h_txt_wrap_p_b{
    font-size:clamp(61px,9vw,160px);
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2d2d2d;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 600;
}

.h_img_wrap{
    max-width: min(100%, 1740px);
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    margin: 0 auto;
}

.h_copy_wrap{
    margin-bottom: 64px;
}

.h_img_wrap_i img{
    width: 90%;
    margin: 0 auto;
}

.h_copy{
    font-size: clamp(23px,3vw,33px);
    letter-spacing: 0.08em;
    color: #222;
}

.h_txt_wrap{
    margin: 0 auto;
}

.h_tel_txt{
    margin-bottom: 0px;
}

.mv_tii{
    position: fixed;
    bottom: 6px;
    left: 6px;
    width: clamp(56px,8vw,152px);
    height: auto;
    z-index: 9;
}

.mv_robo{
    position: fixed;
    bottom: 6px;
    right: 6px;
    width: clamp(56px,8vw,152px);
    height: auto;
    z-index: 9;
}

.mv_tv{
    position: fixed;
    top: 0px;
    border: clamp(16px,3vw,32px) solid #DD7957;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    pointer-events: none;
}

.toppage_footer{
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 50px;
}

.scroll_text{
    position: absolute;
    left: -15px;
    top: -15px;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    font-family: 'Outfit', sans-serif;
}

.toppage_scrollber{
    content: '';
    position: absolute;
    top: 0;
    background: gray;
    width: 2px;
    height: 30px;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove{
    0%{
        height: 0;
        top: 0;
        opacity: 0;
    }
    30%{
        height: 30px;
        opacity: 1;
    }
    100%{
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.h_tag_wrap{
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #2d2d2d;
    padding-left: 24px;
    padding-right: 24px;
}

.h_tag_wrap a{
    text-decoration: none;
}
.h_tag_wrap a:hover{
    opacity: 0.7;
    transition: all 0.3s;
}

.h_tag_wrap .top_con2_title{
    padding: 8px 12px;
}

.h_tag_wrap .top_con2_img{
    width: 56px;
}

.h_tag_i_wrap{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
}

.h_tag_img{
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.label_wrap{
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.label_content{
    display: flex;
    align-items: center;
    gap: 32px;
    white-space: nowrap;
    animation: loop 60s linear infinite;
}

.label_wrap span{
    display: flex;
    align-items: center;
    gap: 32px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(13px,3vw,19px);
}

@keyframes loop{
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.label_wrap_b{
    border-bottom: none;
}

.b_font_wrap p{
    font-family: "Moirai One", system-ui;
    font-size: 200px;
    text-align: center;
}

.lb_btn{
    width: 72px;
}

.heart_wrap{
    top: 160px;
    right: 24px;
}

.heart_wrap img{
    width: 40px;
    aspect-ratio: 1/1;
}

/*
========================================
アニメーション
=========================================
 */

/* #loading-screen {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    transition: opacity 0.8s ease-out;
}

.loader {
    text-align: center;
}

.logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    animation: fadeIn 1.5s ease-in-out;
}

.loading-bar {
    width: 100px;
    height: 4px;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

.loading-bar::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #000;
    animation: loadingAnim 1.5s infinite;
}

@keyframes loadingAnim {
    0% { left: -50px; }
    100% { left: 100px; }
}

.fade-out {
    opacity: 0;
    pointer-events: none;
}

.hidden {
    display: none;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
} */

/* ローディングアニメーション */

/* .loading__text{
    position: relative;
}
.loading__text::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #efefe9;
    position: fixed;
    z-index: 9999;
    display: grid;
    place-items: center;
    pointer-events: none;
} */
/* #loading {
    background-color: #efefe9;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    pointer-events: none;
}

#loading p {
    font-size: clamp(18px,3vw,32px);
    z-index: 9999;
    color: #4d4d49;
}

#loading-screen {
    background-color: rgba(255, 255, 255, 0.4);
    position: fixed;
    inset: 0;
    z-index: 9997;
    pointer-events: none;
} */
.loading {
    position: fixed;
    inset: 0;
    height: 100svh;
    background-color: #edefef;
    z-index: 999999;
}

.loading__inner {
    position: fixed;
    width: 100%;
    height: inherit;
    display: grid;
    place-content: center;
    row-gap: 10px;
    z-index: 9999;
}

.loading__text {
    font-size: max(12px, 1rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
}

.loading__logo {
    margin: 0 auto;
    width: min(200px, 100%);
}

.loading__logo_img{
    width: clamp(200px,24vw,500px);
    margin: 0 auto;
}

.contents {
    height: 100svh;
    display: grid;
    place-items: center;
    font-size: max(22px, 3vw);
}

/* ナビゲーション途中から出現 */
/*リンクの形状*/
#page-top a{
    position: fixed;
    right: 18px;
    bottom: 10px;
	display: flex;
	justify-content:center;
	align-items:center;
	/* background:#942D2F; */
	border-radius: 5px;
	width: 50px;
    aspect-ratio: 1/1;
	/* height: 60px; */
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
    opacity: 0.7;
}

/*リンクを右下に固定*/
#h_nav_inner_b {
	position: fixed;
	left: 50%;
	/* right: 40%; */
	bottom:10px;
	/* z-index: 2; */
	z-index: 9;
    /*はじめは非表示*/
	opacity: 0;
	/* transform: translateY(100px),translateX(-50%); */
	/* transform: translateX(-50%); */
}

/*　上に上がる動き　*/

#h_nav_inner_b.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
    opacity: 0;
	transform: translateY(100px) translateX(-50%);
}
to {
    opacity: 1;
	transform: translateY(0) translateX(-50%);
}
}

/*　上に上がる動き　*/

#h_nav_inner_b.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 1;
	    transform: translateY(0) translateX(-50%);
    }
    to {
        opacity: 1;
	    transform: translateY(100px) translateX(-50%);
    }
}

#h_nav_inner_b .h_nav_inner{
    padding: 10px 30px;
    margin: 0 auto;
    border: 1px solid #333;
}

#h_nav_inner_b .h_nav_inner .site_ttl{
    width: 60px;
}

/* スワイパー */

.swiper--wrapper {
    /* wrapperのサイズを調整 */
    /* width: 100%; */
    /* height: 300px; */
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    /* color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px; */
}

.swiper-slide:nth-child(3n + 1) {
    /*1、4、7、3n+1枚目の背景色 */
    /* background-color: #de4439; */
}

.swiper-slide:nth-child(3n + 2) {
    /*2、5、8、3n+2枚目の背景色 */
    /* background-color: #fcd500; */
}

.swiper-slide:nth-child(3n + 3) {
    /*3、6、9、3n+3枚目の背景色 */
    /* background-color: #53c638; */
}


/* バウンドアニメーション */

.floating_emoji {
    position: absolute;
  /* animation: bounce 2s infinite ease-in-out; */
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.e-moji{
    position: absolute;
    font-size: 32px;
    user-select: none;
    pointer-events: none;
    width: 32px;
}

/* もっと見るボタン */

.tag-list-wrapper {
    position: relative;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    max-height: 270px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tag-list.expanded {
    max-height: 1000px;
}

.toggle-button {
    display: block;
    margin-top: 32px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid;
    width: 80px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    transition: all 0.3s;
}

.toggle-button{
    display: none;
}

body:not(.home) .tag-list-wrapper {
    position: relative;
}

body:not(.home) .tag-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 270px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

body:not(.home) .tag-list.expanded {
    max-height: 1000px;
}

body:not(.home) .toggle-button {
    display: block;
    margin-top: 32px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid;
    width: 80px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    transition: all 0.3s;
}

body:not(.home) .top_con2_content_t{
    gap: 32px;
}

body:not(.home) .top_con2_img {
    object-fit: cover;
    width: clamp(60px, 4vw, 67px);
    aspect-ratio: 1 / 1;
    padding: 8px;
    background: #fbfbfb;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #222;
}

body:not(.home) .top_con2_title {
    padding: 12px 20px;
}

body:not(.home) .top_con2_content_wrap{
    margin-bottom: 0px;
}

body:not(.home) .top_con2_content_wrap a{
    width: 100%;
}

body:not(.home) .top_con2_inner{
    padding: clamp(20px,6vw,80px) clamp(20px,6vw,80px) clamp(20px,6vw,80px) clamp(20px,6vw,80px);
}

body:not(.home) .top_h2_wrap{
    margin-bottom: 32px;
}

body:not(.home) .top_con3_inner{
    padding: clamp(48px,6vw,80px) clamp(20px,6vw,80px) clamp(20px,6vw,80px) clamp(20px,6vw,80px)
}

body:not(.home) .top_con3_h2_wrap{
    margin-bottom: clamp(48px,4vw,80px);
}

body:not(.home) .top_con3_inner{
    padding-bottom: 160px;
    margin-left: 24px;
    margin-right: 24px;
}

body:not(.home) .search_img {
        /* position: absolute; */
        /* right: 20px; */
        /* width: 160px; */
    }

body:not(.home) .top_con2_title::before{
    /* top: -2px; */
    /* height: 104%; */
    height: 105%;
}

body:not(.home) .search_img{
    position: relative;
}

/*
========================================
TOPお知らせ
=========================================
 */

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

.new_container_blog_t{
    padding-top: clamp(80px,9vw,160px);
    margin-bottom: clamp(80px,9vw,160px);
}

.new_container_title{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #4B6A9B;
    padding: 48px;
    min-width: 32%;
    border: 1px solid #333;
    border-left: none;
    background-blend-mode: soft-light;
    background-size: cover;
}

.new_container_title_ja{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fbfbfb;
    margin: 0 auto;
    letter-spacing: 0.3em;
}

.new_container_head_title{
    position: relative;
    font-size: clamp(28px,3vw,48px);
    font-family: 'Outfit', sans-serif;
    width: fit-content;
}

.new_container_head_title_ja{
    margin-left: 24px;
    font-size: clamp(16px,3vw,19px);
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.2em;
}

.pick_container_title{
    background: #F29F05;
    min-width: 32%;
    border: 1px solid #333;
    border-left: none;
}

.new_container_title p{
    font-size: clamp(16px,3vw,57px);
    font-family: 'Outfit', sans-serif;
    color: #efefe9;
    text-align: center;
    margin-bottom: 16px;
}

.new_list{
    display: flex;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.new_photo{
    margin-bottom: 24px;
    transition: all 0.3s;
}

.new_photo a{
    transition: all 0.3s;
}

.blog_title a{
    display: inline-block;
    background: #333;
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.8s ease;
}
.blog_title a.inview{
    background-position: left bottom;
}

.new_photo a img{
    max-width:100%;
}

.new_photo a:hover{
    opacity: 0.7;
}

.blog_info_wrap{
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.blog_info{
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.blog_date_wrap{
    gap: clamp(12px,2vw,16px);
    flex-direction: column;
}

.new_item{
    display: flex;
    flex-direction: column;
    padding: clamp(32px,3vw,48px) clamp(24px,3vw,32px);
    border-right: 1px solid #333;
    width: calc(100% / 3);
}

.new_item:last-child{
    border-right: none;
}

.new_item_date{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.new_item_cat{
    position: relative;
    padding: 0px 8px;
    color: #595959;
    font-size: 14px;
    background: #edefef;
}
.new_item_cat::before{
    content: "#";
}

.new_item_cat a{
    text-decoration: none;
}

.article_nm{
    top: 9px;
    left: 0px;
}

/*
========================================
TOPコンテンツ１つ目
=========================================
 */

.top_h2{
    text-align: center;
    margin-bottom: 32px;
}

.top_con1_h2{
    font-size:clamp(82px,8vw,142px);
    margin-bottom: 32px;
    line-height: 1;
}

.top_con1_inner{
    margin-bottom: clamp(80px,8vw,120px);
}

.top_con1_content_wrap{
    gap: 48px;
}

.col1_content_wrap {
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 30px;
}

.con1_txt_wrap{
    width: 54%;
}

.point_wrap{
    flex-wrap: wrap;
}

.con1_img_wrap{
    position: relative;
}

.con1_img{
    width: clamp(300px,20vw,360px);
}

.top_con1_img{
    margin-bottom: 12px;
}

.top_con1_time{
    font-size: 13px;
    font-family: 'Outfit', sans-serif;
    color: #525252;
    font-weight: 400;
}

.st_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-top: 1px solid #333;
    padding-left: 48px;
}

.st_deco{
    width: 40px;
    aspect-ratio: 1/1;
}

.new_container_head_title_p{
    display: flex;
    align-items:baseline;
    padding: 4px 0;
}

.new_container_head_title .st_deco{
    position: absolute;
    top: clamp(4px,2vw,20px);
    left: calc(-1*clamp(50px,6vw,80px));
}

.label_wrap .st_deco{
    width: clamp(23px,3vw,40px);
    aspect-ratio: 1/1;
}

/*
========================================
TOPコンテンツ２つ目
=========================================
 */

.top_h2_wrap_b{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 104px;
}

.top_con2_inner{
    position: relative;
    background: #b1cfef;
    padding: 50px;
    transform: translateZ(0);
    border: 1px solid #333;
}

.top_con2_inner.invew{
    width: 120%;
}

.top_con2_h2{
    margin-bottom: 16px;
    text-align: center;
    color: #fbfbfb;
    font-size: clamp(69px,6vw,99px);
    line-height: 1;
}

.top_con2_txt{
    text-align: center;
    color: #fff;
    margin-bottom: 56px;
}

.top_con2_content_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    margin-bottom: 128px;
}

.top_con2_content_wrap a{
    text-decoration: none;
    transition: all 0.3s;
    width: calc(100%/3 - 1vw);
}

.top_con2_content_wrap a:hover{
    opacity: 0.7;
}

.top_con2_content_t{
    display: flex;
    flex-wrap: wrap;
    gap: clamp(48px,6vw,80px) 0px;
    justify-content: center;
    align-items: center;
}

.top_con2_content_b{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.top_con2_content{
    display: flex;
    width: calc(100% / 3);
    align-items: center;
    justify-content: center;
}

.top_con2_img{
    object-fit: cover;
    width: clamp(60px,4vw,68px);
    aspect-ratio: 1/1;
    padding: 8px;
    background: #fbfbfb;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #222;
}

.top_con2_title{
    position: relative;
    background: #fbfbfb;
    padding: clamp(12px,1vw,16px) clamp(8px,1vw,24px) clamp(12px,1vw,16px) clamp(8px,1vw,16px);
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    font-size: 16px;
    letter-spacing: 0.02em;
}

body:not(.home) .top_con2_title{
    padding:8px 12px;
}

.top_con2_title::before{
    position: absolute;
    top: -1px;
    left: -40px;
    content: '';
    width: 40px;
    height: 103%;
    background: #fbfbfb;
    z-index: 1;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.h_tag_wrap .top_con2_title::before{
    left: -40px;
    width: 40px;
    height: 105%;
}

.tag_plus_wrap{
    display: grid;
    place-items: center;
    margin-bottom: 144px;
}

.tag_plus{
    display: inline-block;
    width: 68px;
    aspect-ratio: 1/1;
    text-decoration: none;
    font-size: 32px;
    background: #fbfbfb;
    border-radius: 50%;
    border: 1px solid #222;
}

.tag_plus_i{
    display: grid;
    place-items: center;
    width: 68px;
    aspect-ratio: 1/1;
}

.tag_chara_wrap_l{
    position: absolute;
    bottom: -18px;
    left: 40%;
}

.tag_chara_wrap_r{
    position: absolute;
    bottom: -18px;
    right: 40%;
}

.tag_chara_img{
    width: 60px;
}

/*
========================================
TOPコンテンツ３つ目
=========================================
 */

.search{
    position: relative;
}

.top_con3_inner{
    position: relative;
    background: #4B6A9B;
    padding: clamp(20px,6vw,100px) clamp(20px,6vw,100px) clamp(20px,6vw,100px) clamp(20px,6vw,100px);
    border: 1px solid #333;
}

.top_con3_h2_wrap{
    margin-bottom: 40px;
}

.top_con3_h2{
    font-size: clamp(69px,6vw,99px);
    text-align: center;
    color: #fbfbfb;
    line-height: 1;
    margin-bottom: 8px;
}

.top_con3_txt{
    text-align: center;
    color: #fff;
    margin-bottom: 48px;
}

.top_con3_content_wrap{
    display: flex;
    gap: 100px;
    justify-content: space-between;
    align-items: start;
    overflow: visible;
}

.top_con3_search_box{
    position: relative;
    width: clamp(260px, 46vw, 500px);
    height: 50px;
    background: #fbfbfb;
    border: 1px solid #222;
    margin: 0 auto;
}

.top_con3_search_btn{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 50px;
    background: #434343;
    color: #fbfbfb;
    text-decoration: none;
}

.top_con3_search_btn_mark{
    display: grid;
    place-items: center;
}

.search_img_wrap{
    position: relative;
}

.search_img{
    width: clamp(120px,33vw,400px);
    z-index: 3;
}

body:not(.home) .top_con3_content_wrap{
    flex-direction: column;
    align-items: center;
}

body:not(.home) .search_img_wrap{
    position: absolute;
    bottom: calc(-1*clamp(72px,8vw,140px));
    right: clamp(10%,21vw,25%);
}

body:not(.home) .search_chara_wrap {
    position: absolute;
    bottom: calc(-1*clamp(0px,4vw,80px));
    left: clamp(20%,21vw,32%);
}

body:not(.home) .search_img{
    width: 160px;
}

.search_chara_wrap{
    position: absolute;
    bottom: 0px;
    left: 140px;
    rotate: -9deg;
}

/*
========================================
single　タグ　サーチ
=========================================
 */

.content_wrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 48px;
    margin-left: 50px;
    margin-left: clamp(20px,9vw,120px);
    margin-right: clamp(20px,9vw,120px);
}

.content_wrap .tag{
    width: 50%;
}
.content_wrap .search{
    width: 50%;
}

.content_wrap .search{
    position: relative;
    background: #4B6A9B;
    border: 1px solid #333;
}

body:not(.home) .top_con3_inner{
    border: none;
}

.content_wrap .top_con3_inner{
    background-image: none;
}

/*
========================================
背景
=========================================
 */

.bg_container{
    min-height:300px;
    overflow: hidden;
}

.bg_wrap{
    height: clamp(25vh,29vw,50vh);
    background: url(img/bg4.svg);
    background-size: cover;
    background-position: center;
    opacity: 0.7;
}

/*
========================================
CTA
=========================================
 */

.cta_wrap{
    position: relative;
    background: #F29F05;
    padding: clamp(48px,13vw,144px);
    gap: 50px;
}

.cta_btn{
    position: relative;
    font-size: clamp(47px, 7vw, 119px);
    text-decoration: none;
    color: #fbfbfb;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    z-index: 1;
}

.cta_img_wrap_l{
    position: absolute;
}

.cta_img{
    width: clamp(150px,13vw,250px);
    transform: scale(-1,1);
}

/*
========================================
footer
=========================================
 */

.footer{
    border: 1px solid #333;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 32px;
    padding-left: 32px;
}

.footer_wrap{
    margin-bottom:clamp(80px,4vw,96px);
}

.footer_nav{
    display: flex;
    gap: 48px;
    justify-content: center;
    display: none;
}

.footer_nav li a{
    display: inline-block;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    font-size: 13px;
    margin-bottom: 16px;
}

.footer_nav li a:hover{
    opacity: 0.7;
}

.f_nav{
    display: flex;
    gap: clamp(50px,6vw,100px);
    justify-content: center;
}

.f_nav a{
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
}

.copyright{
    font-size: 13px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    text-align: center;
    padding-bottom: 48px;
}

.copyright p{
    display: inline-block;
    color: #666;
}

/*-------------------------------------
404
-------------------------------------*/

.h2_404{
    color: #333;
    text-align: center;
}

.notfound_content p{
    text-align: center;
}


/*-------------------------------------
パンくずリスト
-------------------------------------*/

.breadcrumb {
font-size: 14px;
color: #666;
}
.breadcrumb a {
color: #666;
transition: all 0.3s;
font-family: "Outfit", sans-serif;
}

.breadcrumb a:hover{
    /* opacity: 0.7; */
}

.breadcrumb span.separator {
margin: 0 5px;
}

.sidebar_bread_wrap{
    margin-bottom: 48px;
}

/*-------------------------------------
News(記事一覧)
-------------------------------------*/

.works_wrap{
    background: var(--w_color);
}

.works_wrap::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    height: 10px;
    width: 100%;
    background: var(--f_color);
}

.works_container{
    flex-direction: row-reverse;
    justify-content: space-between;
}

.works_title_container{
    font-size: 120px;
    font-family: "Outfit", sans-serif;
    border-bottom: 1px solid #333;
    font-weight: 600;
    padding-left: 104px;
}

.works_title_en{
    display: inline-block;
    font-family: "Silkscreen", sans-serif;
    font-size: clamp(71px, 12vw, 130px);
    font-weight: 400;
    margin: 0 -8px;
}

.single_title_wrap{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding: clamp(24px,4vw,80px);
}

.works_inner{
    position: relative;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: clamp(32px,4vw,64px);
    padding-left: clamp(20px, 9vw, 120px);
    padding-right: clamp(20px, 9vw, 120px);
    padding-top: clamp(80px,8vw,100px);
    background: #f9f8f7;
    z-index: 8;
}

.works_content_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.works_content{
    flex-direction: column;
    gap: 16px;
    padding: clamp(24px, 3vw, 48px);
}

.works_item{
    border: 1px solid #333;
}

.works_photo img{
    width: 400px;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.single_mv_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: clamp(80px,8vw,104px);
}

.single_mv_txt{
    width: 45%;
}

.single_mv_title{
    font-size: 32px;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin-bottom: 48px;
    text-align: center;
}

.single_mv_img{
    width: 50%;
}

.single_news_inner{
    padding: clamp(24px,3vw,48px);
    border: 1px solid #333;
    max-width: 1000px;
}

/* サイドバー */

.sidebar_wrap{
    position: sticky;
    top: 32px;
    height: fit-content;
}

.single_news_container {
    gap: 48px;
    padding-top: clamp(80px,8vw,96px);
    margin-left: clamp(20px,9vw,120px);
    margin-right: clamp(20px,9vw,120px);
    flex-direction: row-reverse;
    justify-content: space-between;
}

.side_container{
    position: sticky;
    top: 32px;
    width: clamp(184px, 20vw, 360px);
    margin-bottom: 215px;
}

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

.archive_list li a{
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

.archive_list li a:hover{
    opacity: 0.7;
}

.archive_yealy{
    margin-bottom: 32px;
}


/*-------------------------------------
個別投稿
-------------------------------------*/

.single_news_mv_wrap{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    border-bottom: 1px solid #333;
    background: #f9f8f7;
    z-index: 2;
}

.single_news_mv_img_wrap{
    width: 55%;
    margin: auto 0 auto auto;
}

.single_news_mv_img_wrap img{
    padding: clamp(24px,3vw,48px);
}

.singleh1{
    font-family: var(--font_ja);
    font-weight: 700;
    font-size: clamp(23px,2.5vw,32px);
    margin-bottom: clamp(24px,3vw,40px);
    line-height: 1.8;
    color: #2d2d2d;
}

.article_top{
    gap: 16px;
}

.article_main h2{
    position: relative;
    font-size: clamp(23px,3vw,28px);
    color: #4B6A9B;
    padding: 10px 0px;
    margin-bottom: clamp(40px,3vw,48px);
    margin-top: clamp(40px,3vw,48px);
    border-bottom: 2px solid #4B6A9B;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.article_main h2 span{
    font-size: clamp(16px,3vw,19px);
}

.article_main h3{
    font-size: clamp(19px,3vw,23px);
    margin-bottom: clamp(32px,3vw,48px);
    margin-top: clamp(40px,4vw,48px);
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #4B6A9B;
}
.article_main h4{
    font-size: clamp(18px,3vw,19px);
    margin-bottom: clamp(12px,3vw,24px);
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #4B6A9B;
}

.article_main p{
    font-size: clamp(16px,3vw,17px);
    letter-spacing: 0.1em;
    line-height: 2;
}

.article_main ul{
    background: #f4f3ef;
    padding: 24px;
    margin: 24px 0;
}

.article_main li{
    position: relative;
    font-size: clamp(16px,3vw,17px);
    margin-bottom: clamp(8px,3vw,24px);
    margin-top: clamp(8px,3vw,24px);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-left: 32px;
    list-style: none;
}

.article_main li::before{
    position: absolute;
    top: 10px;
    left: -28px;
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #4B6A9B;
}

.article_main .annotation{
    font-size: clamp(14px,3vw,14px);
    color: #333;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 8px;
}


.point_wrap{
    background: #fff;
    padding: 24px;
    margin: 24px 0;
    font-size: clamp(16px,3vw,17px);
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.article_point_title{
    position: relative;
    font-size: clamp(19px,3vw,23px);
    color: #4B6A9B;
    margin-bottom: clamp(16px,3vw,24px);
    font-weight: 700;
    margin-left: 40px;
}

.article_point_title::before{
    position: absolute;
    top: 2px;
    left: -36px;
    content: "💡";
    content: url(img/light.svg);
    width: clamp(25px,3vw,28px);
}

.article_txt_wrap{
    margin-bottom: 40px;
}

.article_summary{
    background: #f1f1f1;
    padding: 32px;
    margin-bottom: 48px;
    margin-top: 24px;
}

.article_summary_title{
    font-size: clamp(23px,3vw,28px);
    color: #4B6A9B;
    margin-bottom: clamp(24px,3vw,32px);
    font-weight: 700;
}

.strong_txt{
    display: inline;
    background: linear-gradient(transparent 60%, #ebe5cb 60%);
    font-weight: 500;
    width: fit-content;
    margin-left: 8px;
    margin-right: 8px;
}


.article_main table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.article_main tbody {
    display: block;
    width: 100%;
}

.article_main tr{
    display: flex;
    gap: clamp(4px,1vw,16px);
}

.article_main th {
    display: grid;
    place-items: center;
    background-color: #f4f3ef;
    font-weight: bold;
    margin-bottom: 8px;
    width: 27%;
    padding: clamp(8px,2vw,12px);
    letter-spacing: 0.04em;
    text-wrap: balance;
    word-break: auto-phrase;
}

.article_main td {
    width: 73%;
    padding: 8px 12px;
    text-wrap: balance;
    word-break: auto-phrase;
}

html :where(img[class*=wp-image-]){
    width: 80%;
}

.prev a{
    color: #fbfbfb;
    background: #434343;
    padding:4px 12px 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.prev a:hover{
    opacity: 0.7;
}

.next a{
    color: #fbfbfb;
    background: #434343;
    padding: 4px 12px 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.next a:hover{
    opacity: 0.7;
}

.back_btn{
    text-align: center;
}

.back_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
    margin-top: 80px;
    margin-bottom: clamp(80px,8vw,96px);
    font-family: "Outfit", sans-serif;
}

.back_btn a:hover{
    opacity: 0.7;
}

/*-------------------------------------
ブログ
-------------------------------------*/

.blog_photo a{
    transition: all 0.3s;
}
.blog_photo a:hover{
    opacity: 0.7;
}

.my_result_count {
    text-align: end;
}

.widget_search{
    position: relative;
}

.search-submit{
    background: transparent;
}

.sideber_search{
    position: absolute;
    top: 7px;
    right: 8px;
    width: 28px;
    aspect-ratio: 1/1;
    transition: all 0.3s;
}

.sideber_search:hover{
    opacity: 0.7;
}

.blog_text {
    flex: 1;
}

.blog_title {
    display: flex;
    flex: 1;
    margin: 0 0 10px;
    text-align: left;
    border-radius: 10px;
}

.blog_title a {
    font-size: clamp(14px,1vw,18px) ;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: var(--f_color);
    text-decoration: none;
    transition: all 0.3s;
    color: #595959;
}

.blog_title a:hover{
    opacity: 0.7;
    transition: var(--tr);
}

.blog_clock time {
    color:#595959;
    font:400 clamp(0.8125rem,1vw,17px) var(--font_en);
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.1em;
}

.widget_search input[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: bold;
    font-family: "font awesome 6 free";
}

.widget_search input[type="text"] {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #333;
}

.widget_title{
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font: 400 16px  var(--font_en);
    font-family: "Outfit", sans-serif;
}

.list{
    margin: 0 auto;
}

.list a{
    display: grid;
    place-items: center;
    color: var(--g_color);
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: clamp(16px, 3vw, 24px);
    font-family: var(--font_ja);
    font-weight: 400;
    letter-spacing: 0.1em;
    border-bottom: 2px solid var(--g_color);
}

.single_pagenavi {
    justify-content: space-between;
}

.postid-59 .article_main img{
    width: 60%;
    margin: auto auto auto 0;
}


.quot{
    font-size: 13px;
    color: #999;
    margin-top: 12px;
    margin-bottom: 32px;
}
.quot a{
    font-size: 13px;
    color: #999;
}

/***** 改行 *****/

/* モバイルのみ改行 */
@media only screen and (min-width: 550px){
    .br_sp{
        display: none;
    }
}

/* タブレットのみ改行 */
@media only screen and (min-width: 820px){
    .br_tb{
        display: none;
    }
}

@media only screen and (max-width: 550px){
    .br_tb{
        display: none;
    }
}

/* pcのみ改行 */
@media only screen and (max-width: 1024px){
    .br_pc{
        display: none;
    }
}

/* pc,タブレット改行 */

@media only screen and (max-width: 600px){
    .br_pc_tb{
        display: none;
    }
}

/* タブレット,sp改行 */

@media only screen and (min-width: 1024px){
    .br_tb_sp{
        display: none;
    }
}

/***** 改行ここまで *****/

@media (max-width:1366px){
.h_tag_wrap .top_con2_title::before{
    left: -40px;
    width: 40px;
}
}

@media (max-width:1280px){

    .pc_none_b{
        display: block;
    }

    .common_btn_wrap{
        margin-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #333;
    }

    .common_btn_wrap a{
        margin-top: 40px;
    }

    .tb_none{
        display: none;
    }

    .common_btn{
        width: clamp(218px, 24vw, 280px);
    }

    /* ヘッダー */
    .h_tag_wrap a:nth-of-type(5){
        display: none;
    }

    /* コンテンツ２ */

    .top_con2_content{
        width: 100%;
    }

    .top_con2_content_wrap{
        margin-bottom: 48px;
    }


    /* コンテンツ３ */

    .top_con3_content_wrap{
        justify-content: space-around;
    }

    /* ニュース */

    .new_container_title p{
        position: sticky;
        top:0;
    }

    .new_container_title{
        padding: 24px;
        min-width: 20%;
    }

    .new_item{
        /* padding: 24px; */
    }

    .new_container{
        /* border-bottom: 1px solid #333; */
    }

    .content_wrap{
        flex-direction: column;
    }

    .content_wrap .tag{
        width: 100%;
    }
    .content_wrap .search{
        width: 100%;
    }

}

@media (max-width:1024px){

/* ヘッダー */

.h_content{
    align-items: center;
    padding-left: 48px;
    padding-right: 48px;
}

.h_copy_wrap{
    margin-bottom: 0px;
}

.h_tag_wrap a:nth-of-type(4){
    display: none;
}


/* コンテンツ２ */

.top_con2_inner {
    margin-left: 48px;
    margin-right: 48px;
}

.top_con2_title::before{
    height: 104%;
}

/* コンテンツ３ */

.top_con3_inner {
    margin-left: 48px;
    margin-right: 48px;
}

/* ブログ */
.works_content_wrap{
    grid-template-columns: 1fr;
}

.top_con2_content_t{
    gap: clamp(32px,6vw,60px);
}

.top_con2_content_b{
    flex-direction: column;
    gap: 32px;
}

.top_con2_content_wrap a{
    width: auto;
}

.content_wrap .search{
    width: 100%;
}

body:not(.home) .top_con2_inner{
    margin-left: 0px;
    margin-right: 0px;
}

}

@media (max-width:820px) {

    /*header*/

    .h_content{
        flex-direction: column;
        justify-content: end;
        gap: 120px;
    }

    .h_nav_wrap{
        padding: 50px 20px;
    }

    .h_nav_inner{
        gap: clamp(12px,2vw,48px);
    }

    .h_nav_sp{
        display: block;
    }

    .h_tag_wrap{
        display: none;
    }

    /* top1コンテンツ */

    .top_con1_content_wrap{
        flex-direction: column;
    }

    .top_h2_wrap_b{
        flex-direction: column;
        align-items: start;
        margin-bottom: 0px;
    }

    .top_con1_content_wrap{
        gap: 64px;
    }

    .top_con1_h2_wrap{
        margin-bottom: 64px;
    }

    .new_item{
        width: calc(100% / 2);
    }

    .new_item:nth-of-type(3){
        display: none;
    }

    .st_wrap{
        align-items: start;
        padding: 12px;
        justify-content: center;
        padding-left: 48px;
    }

    .new_container_head_title .st_deco{
        top: clamp(4px, 0vw, 20px);
    }

    /* top2コンテンツ */

    .top_con2_inner{
        margin-left: 48px;
        margin-right: 48px;
    }

    .top_con2_content_wrap a{
        width: 100%;
        width: auto;
    }

    .tag_chara_wrap_r{
        display: none;
    }

    .tag_chara_wrap_l{
        left: 50%;
        transform: translateX(-50%);
        bottom: -32px;
    }

    /* top3コンテンツ */

    .top_con3_inner{
        margin-left: 48px;
        margin-right: 48px;
        padding-bottom: clamp(160px,32vw,233px);
    }

    body:not(.home) .top_con3_inner{
        padding-bottom: clamp(160px,32vw,233px);
    }

    .top_con3_content_wrap{
        display: block;
    }

    .search_img_wrap{
        right: clamp(40px,18vw,136px);
        top: auto;
        bottom: calc(-1* clamp(28px,9vw,64px));
    }

    .search_img{
        position: absolute;
        right: 20px;
        width: 160px;
    }

    .search_chara_wrap{
        left: clamp(50px,25vw,190px);
    }

    .top_con3_inner .widget_search{
        justify-content: center;
    }

    .top_con3_inner .widget_search input[type="text"]{
        width: 70%;
    }

    .top_con3_inner .sideber_search{
        right: 104px;
    }

    /*CTA*/

    .cta_inner{
        text-align: center;
    }


    /* ブログ */

    .works_content{
        width: clamp(250px,46vw,350px);
    }

    .blog_inner,
    .single_inner,
    .search_inner,
    .side_container {
        /* width: 100%; */
    }

    .works_content{
        width: 100%;
    }

    .works_inner{
        padding-left: clamp(24px,3vw,48px);
        padding-right: clamp(24px,3vw,48px);
    }

    .works_wrapper{
        width: 72%;
    }

    .works_item{
        width: 100%;
    }

    .content_wrap{
        flex-direction: column;
    }

    .content_wrap .tag{
        width: 100%;
    }
    .content_wrap .search{
        width: 100%;
    }

    .side_container {
        width: 100%;
        margin-bottom: 80px;
    }

    .blog_photo{
        height: 100%;
    }

    .blog_photo img{
        height: 100%;
    }

    /* 末端 */

    .single_news_container{
        flex-direction: column;
    }

    .single_news_inner{
        padding: 0px;
        border: none;
    }

    .works_content_wrap{
        grid-template-columns: 1fr;
    }

    .single_news_mv_wrap{
        flex-direction: column-reverse;
    }

    .single_news_mv_img_wrap{
        width: 72%;
        margin: 0 auto;
        border-left: none;
    }

    body:not(.home) .top_con2_inner{
        margin-left: 0;
        margin-right: 0;
    }

    .single_news_mv_img_wrap img{
        margin-top: 32px;
    }

    .single_title_wrap{
        width: 72%;
    }

    .breadcrumb{
    display: none;
    }
}

@media (max-width:550px){

    :root {
        --main_mp: 80px;
        --mp_3: 24px;
        --mp_5: 32px;
        --mp_8: 48px;
    }

    .main_wrap{
        padding-top: 50px;
    }

    .m_a{
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_col{
        margin-bottom: 80px;
    }

    .main_inner{
        padding:0px;
    }

.tag-list-wrapper {
    position: relative;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    max-height: 270px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tag-list.expanded {
    max-height: 1000px;
}

.toggle-button {
    display: block;
    margin-top: 32px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid;
    width: 80px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    transition: all 0.3s;
}


    /*header*/

    .header{
        height: 100vh;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }

    .h_nav_li{
        display: none;
    }

    .h_nav_wrap{
        padding: 24px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .h_nav_wrap .sideber_search{
        top: -5px;
    }

    #h_nav_inner_b .h_nav{
        width: 144px;
        height: 40px;
    }

    #h_nav_inner_b .menu-trigger{
        top: 5px;
        right: 44px;
    }

    #h_nav_inner_b .h_nav_inner{
        border: none;
    }

    .h_nav_inner{
        background: transparent;
        padding: 0;
    }

    .h_nav_inner .site_ttl{
        position: absolute;
        top: 14px;
        left: 30px;
        transition: all 0.3s;
        z-index: 8;
        width: 60px;
    }

    .menu-trigger {
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s;
    }

    .menu-trigger p{
        position: relative;
        width: fit-content;
        margin: 0 auto;
        z-index: 9;
    }

    .h_nav_container .menu-trigger p{
        border: 1px solid #333;
        padding: 0 20px;
        transition: all 0.3s;
    }

    .h_nav_container .menu-trigger p:hover{
        opacity: 0.7;
    }

    .menu-trigger span {
        transition: all 0.3s;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 13px;
        width: 10px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 21px;
        width: 20px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 12px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
        width: 30px;
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
        bottom: 6px;
    }

    .sp_h_nav_inner {
        width: 100%;
        height: 100%;
        padding: 180px 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        left: 100%;
        transition: all 0.3s;
        overflow-y: auto;
    }

    nav.open .sp_h_nav_inner{
        background: #f9f8f7;
    }

    .sp_h_nav_inner .sp_h_nav_list li {
        margin: 0 0 15px;
    }

    .sp_h_nav_inner .sp_h_nav_list a {
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        color: #333;
        padding: 10px 20px;
        text-align: center;
        font-size: 16px;
        font-family: 'Outfit', sans-serif;
        font-weight: 600;
        transition: all 0.3s;
    }

    .sp_h_nav_inner .sp_h_nav_list a:hover{
        opacity: 0.7;
    }

    nav.open .sp_h_nav_inner {
        left: 0;
    }

    nav.open .menu-trigger {
        top: 20px;
        right: 20px;
    }

    .sp_h_nav_b{
        border: 1px solid #333;
        padding: 2px 16px;
        background: #fbfbfb;
    }

    .sp_h_nav_inner ul {
        height: auto;
        margin: 0 0 10vw;
    }

    .h_nav_wrap .widget_search{
        position: absolute;
        left: 50%;
        bottom: clamp(16px,3vw,40px);
        transform: translateX(-50%);
        justify-content: end;
    }


    .h_nav_wrap .sideber_search{
        right: 0px;
    }

    .h_nav_container{
        position: static;
        transform: none;
    }

    .h_content{
        padding-top: clamp(0px, 20vw, 136px);
        padding-left: 24px;
        padding-right: 24px;
        height: 67vh;
    }

    .h_txt_wrap {
        width: 94%;
    }

    .h_img_wrap {
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .h_img_wrap_i{
        width: 100%;
    }

    .h_nav_wrap .widget_search{
        justify-content: center;
    }


    body.error404 .h_nav_wrap .widget_search input[type="text"]{
        display: none;
    }

    .h_nav_wrap .widget_search input[type="text"]{
        width: 100%;
    }


    /* top1コンテンツ */

    .top_h2_wrap{
    }

    .top_h2_wrap_b{
        margin-bottom: 0px;
    }

    .top_con1_h2_wrap{
        margin-bottom: 48px;
    }

    .top_con1_h2{
        margin-bottom: 48px;
    }

    .top_con1_content_wrap{
        margin-bottom: 56px;
    }

    .new_list{
        flex-direction: column;
    }

    /* top2コンテンツ */

    .top_con2_inner{
        padding: 48px 20px;
        margin-left: 24px;
        margin-right: 24px;
    }

    .top_con2_h2{
        margin-bottom: 16px;
    }

    .top_con2_content_wrap{
        margin-bottom: 48px;
    }

    .top_con2_content_wrap a{
        width: 100%;
    }

    .top_con2_title{
        padding: 12px 20px;
    }

    .tag_plus_wrap{
        margin-bottom: 124px;
    }

    /* top3コンテンツ */

    .top_con3_h2_wrap{
        margin-bottom: 48px;
    }

    .top_con3_inner{
        padding: 48px 20px;
        padding-bottom: 160px;
        margin-left: 24px;
        margin-right: 24px;
    }

    .top_con3_h2{
        margin-bottom: 16px;
    }

    .top_con3_content_wrap{
        justify-content: center;
    }

    .search_img_wrap {
        right: 40px;
        top: auto;
        bottom: -28px;
    }

    .search_chara_wrap{
        left: 50px;
    }

    .top_con3_inner .widget_search input[type="text"]{
        width: 100%;
    }

    .top_con3_inner .sideber_search{
        right: 8px;
    }

    /*CTA*/

    .cta_wrap{
        padding: 48px;
    }

    .cta_img_wrap_l{
        position: static;
    }

    .bg_wrap{
        height: 50vh;
    }

    /*footer*/

    .f_nav{
        flex-direction: column;
        gap: 20px;
    }

    .footer_nav{
        display: block;
        gap: 32px;
        margin-bottom: 32px;
        text-align: center;
    }


/* ブログ */


.works_container{
    flex-direction: column;
}

.works_content_wrap{
    grid-template-columns: 1fr;
    margin-bottom: 0px;
}

body.archive .h_nav_wrap .widget_search{
    bottom:-80px;
}
body.single .h_nav_wrap .widget_search{
    display: none;
}

.back_btn a{
    margin-bottom: 80px;
}

.works_inner{
    flex-direction: column;
    gap: 0px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 130px;
}

.works_wrapper{
    width: 100%;
}

.blog_info_wrap{
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.blog_info {
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.works_content{
    width: 100%;
}

.content_wrap{
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
}

.content_wrap .tag{
    width: 100%;
}

.content_wrap .search{
    width: 100%;
    background: transparent;
    border: none;
}

.new_item{
    width: 100%;
    padding: 24px;
    border-right: none;
}

.new_item:nth-of-type(1){
    border-bottom: 1px solid #333;
}

.new_container_title{
    width: 10%;
    min-width: auto;
}

.new_container_title_ja{
    position: absolute;
    top: 110px;
    right: 32px;
    writing-mode: vertical-lr;
}

.new_container_head_title{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.new_container_head_title_ja{
    margin-left: 0px;
}

.new_container_title_inner{
    position: absolute;
    top: 72px;
    right: -22px;
    text-wrap: nowrap;
}

.new_container_title p{
    position: absolute;
    writing-mode: vertical-lr;
    right: 32px;
}

.new_container_blog_t{
    padding-top: 0px;
}

.new_item_date > div.flex{
    align-items: start;
}

.blog_photo {
    height: 100%;
}

.blog_photo img{
    object-fit: cover;
}

body:not(.home) .top_con2_inner{
    padding: 48px 20px;
    margin-left: 24px;
    margin-right: 24px;
}

body:not(.home) .top_con3_inner{
    border: 1px solid #333;
}

.wp-pagenavi{
    margin-bottom: 30px;
}

.singleh1{
    text-wrap: balance;
    word-break: auto-phrase;
}

/* 末端 */

.single_news_container{
    gap: 0px;
    padding-top: 56px;
    margin-left: 24px;
    margin-right: 24px;
}

.single_news_mv_wrap{
    flex-direction: column-reverse;
    border-left: none;
}

.single_news_mv_img_wrap{
    border-left: none;
    width: 100%;
}

.single_news_inner{
    margin-left: 0px;
    margin-right: 0px;
}

html :where(img[class*=wp-image-]){
    width: 100%;
}

.postid-59 .article_main img{
    width: 100%;
}

.single_title_wrap{
    width: 100%;
}

.single_pagenavi .prev a, .single_pagenavi .next a{
    padding: 4px 20px 8px;
}

.blog_inner, .single_inner, .search_inner, .side_container{
    width: 100%;
}

.side_container{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 80px;
}

.news_inner_cat{
    margin-bottom: 10px;
}

.breadcrumb{
    display: none;
}

.article_main h2{
    text-wrap: balance;
    word-break: auto-phrase;
}

.article_main th{
    width: 40%;
}
.article_main td{
    width: 60%;
}

}

@media (max-width:392px){
    .h_content{
        padding-top: clamp(0px, 0vw, 136px);
    }

    .h_nav_wrap .widget_search{
        bottom: -12px;
    }

}

    .item .image {
        width: 35%;
        max-height: 300px;
        height: 15vw;
    }

    .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }




