@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */

body {
	font-family: "Noto Sans JP", sans-serif;
} 
p, div {
	font-weight: 400;
	letter-spacing: 1px;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 500px) {
.pc {
	display: none !important;
}
.sp {
    display: block !important;
}
}
	
	

.entry-content {
	margin-bottom: 0;
	margin-top: 0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
	max-width: 100%;
	margin-bottom: 0;
}

.site-main > article > *, .site-main > .not-found > *, .entry-content > *, [class*=inner-container] > *, .wp-block-template-part > *, .wp-block-post-template :where(li > *) {
    margin-bottom: 0;
    margin-top: 0;
}


body:not(.single) .site-main > article:last-of-type .entry-footer {
    display: none;
}

a {
	text-decoration: none !important;
	transition: 0.8s;
}
a:hover {
	text-decoration: none;
	opacity: 0.4;
}
a:link,
a:active,
a:hover,
a:focus {
    outline: 1px solid transparent !important;
	text-decoration: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: transparent !important;
	color: #333;
}
:focus {
	outline: none !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none !important;
    box-shadow: none !important;
}
div#confetti-container {
    display: none;
}
.warp {
	position: relative;
	 margin: 0;
	 padding: 0;
  z-index: 0;
  overflow: hidden; /* 画像がはみ出さないようにする */	
}
.warp::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
display:block;
	z-index:-1;
	background-image: url('https://boyslove.tokyo/wp-content/uploads/image/bg.webp'), linear-gradient(90deg, #dbdbdb80 1px, transparent 1px), linear-gradient(#dbdbdb80 1px, transparent 1px);
	background-position: top, 10px 10px, 10px 10px;
	background-size: 100% auto, 33px 33px, 33px 33px;
	position: fixed;
}
@media only screen and (max-width: 500px) {
.warp::before {
	background-image: url('https://boyslove.tokyo/wp-content/uploads/image/bg_sp.webp'), linear-gradient(90deg, #dbdbdb80 1px, transparent 1px), linear-gradient(#dbdbdb80 1px, transparent 1px);
}
}




.mv-content {
  background-image: linear-gradient(0deg, #fff2f6, #ffd4e1);
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center center;
	 margin: 0 auto;
	 padding: 0;
	}

.mv {
	max-width:100% !important;
	width: 100% !important;
	margin: 0 auto;
	}
.mv img {
	max-width:auto !important;
	width: 100% !important;
	}



/* ==============
ヘッダー
============== */
.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 90px !important;
    background-color: transparent;
	z-index: 9999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2vw;
    pointer-events: auto !important;
    padding-top: 1.5vw;
}
.header-logo-img {
    height: 4vw !important;
    filter: none;
}
/* 固定ロゴの初期設定（非表示） */
.fixed-logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; /* ふわっと出す設定 */
  pointer-events: none; /* 透明な時に間違えてクリックされないように */
}

/* スクロール時にJSで追加するクラス */
header.is-show .fixed-logo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* 必要に応じて背景色やサイズを変更 */
}


.site-header > .site-logo {
    width: 30%;
    padding-bottom: calc(var(--global--spacing-vertical) * 0.2);
    border-bottom:none;
    text-align: left;
}

.site-logo .custom-logo {
    max-width: 400px;
    max-height: var(--branding--logo--max-height);
    height: auto;
    width: 100%;
}

    .site-logo .custom-logo img {
        width: 100%;
    }

   .site-header {
              display: block;
    }

.hamburger-btn {
    width: 65px;
    height: 65px;
	border-radius: 50% !important;
	background: #af4154 !important;
	justify-content: space-evenly !important;
}
.hamburger-btn span {
    display: block;
    width: 60% !important;
    height: 3px !important;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 10px;
    box-shadow: none !important;
    margin: 0 auto;
	background-color: #fff !important;
}
.hamburger-btn.active span:nth-child(1) {
    transform: translateY(11.5px) rotate(45deg);
}
.hamburger-btn.active span:nth-child(3) {
    transform: translateY(-11.5px) rotate(-45deg);
}
.x_btn {
	background-color:#fff !important;
	right: 95px !important;
	border: solid 2px #af4154 !important;
}
.x_btn img {
	width:50%;
	text-align:center;
    margin: 0 auto;
}
.x_btn a {
	padding :0 0 2px 0 !important;
}
.x_btn2 {
	display:none;
}
.global-nav {
    position: fixed;
    top: 0;
	left:auto !important;
    right: 0 !important;
    width: 50% !important;
    height: 100vh !important;
    min-height: 100%;
    gap: 0 !important;
    background-color: rgb(255 248 251 / 96%) !important;
	border-left: solid 4px #af4154;
    align-items: flex-start;
    padding-top: 3vw;
	text-align:left !important;
	flex-direction: column;
	justify-content: center;
}
.nav_warp {
	width:80%;
	margin: 0 auto;
}
.nav_box_warp {
	width:100% !important;
	display: flex !important;
    justify-content:flex-start;
}
.global-nav ul {
	text-align:left !important;
}
.global-nav ul.nav_box {
    list-style: none;
    width: auto !important;
    max-width: 1000px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 !important;
    text-align: left;
    flex-direction: column;
    align-content: flex-start;
	padding-left:1rem;
	display: flex !important;
}
.global-nav ul.nav_box {
    width: 48% !important;
}
li.nav_box_li {
	padding:0.6rem 0;
}
.global-nav ul li a {
	font-weight: 900;
	font-size: 1.75rem;
    line-height: 1.3em;
}
.global-nav a {
        color: #af4154;
    }
.global-nav a::after {
    background: transparent !important;
}
a.nav_top:before {
    content: "";
    background-color:#ff85b5;
    display: inline-block;
    left: 0;
	top:50%;
	bottom:50%;
    height: 1.5rem;
    width: 1.5rem;
	margin-right:0.5rem;
    -webkit-mask: url("https://boyslove.tokyo/wp-content/uploads/image/icon_flower.svg");
    mask: url("https://boyslove.tokyo/wp-content/uploads/image/icon_flower.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
	transform: translateY(-16%) translateX(0%);
}
ul.dropdown__lists {
	width:100%;
	display: flex !important;
    gap: 0 !important;
	flex-direction: column;
    align-items: flex-start;
	padding-left: 2rem;
}
.dropdown__lists li a {
	font-size:1.1rem !important;
	padding: 0px 0 7px 1rem;
	 line-height: 1em;
	font-weight: 700 !important;
}
.dropdown__lists li a:before {
	  content: '';
	  width: 7px;
	  height: 7px;
	  border: 0;
	  border-bottom: solid 3px #ff85b5;
	  border-right: solid 3px #ff85b5;
	  transform: rotate(45deg);
	  position: absolute;
	  top: -0.3em;
	  left: 0;
	  bottom: 0;
	  margin: auto;
}
.site-header, .site-main, .widget-area, .site-footer {
	    padding-top: 0;
}
.nav_button {
	width:100%;
}
.nav_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 60%;
    margin: 0 1rem 2rem 1rem;
    padding: .5em 1em .5em 1em;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: #ff85b5;
    color: #fff;
    font-size: 1.25em;
}
.scroll-to-top {
	display:none !important;
}
@media only screen and (min-width: 769px) {
.site-header {
    padding-top: calc(var(--global--spacing-vertical) / 0.75);
    }
.page-overlay {
	background-color: rgb(255 255 255 / 0%);
	}
}
@media only screen and (max-width: 768px) {
.x_btn {
	right: 10px !important;
	top: 70px !important;
}
.x_btn img {
	width:50%;
	text-align:center;
    margin: 0 auto;
}
.x_btn1 {
	display:none;
}
.x_btn2 {
	display:block;
	position: static !important;
	margin-bottom:1rem;
	border: none !important;
}
.global-nav {
    width: 70% !important;
	padding-right: 0px;
    border-left: solid 3px #af4154;
}
.nav_warp {
    width: 80%;
}
.nav_box_warp {
    flex-direction: column;
}
	
.nav_button a {
    width: 80%;
    margin: 0 0rem 2rem 0rem;
    padding: .5em 1em .5em 1em;
    font-size: 1.25em;
}
.global-nav ul li a {
    font-weight: 900;
    font-size: 5vw;
    line-height: 1em;
}
.global-nav ul.nav_box {
    width: 100% !important;
}
li.nav_box_li {
    padding: 0.6rem 0 0.9em;
}
ul.dropdown__lists {
    padding-left: 8vw;
}
.dropdown__lists li a {
    font-size: 3vw !important;
    padding:5px 0 10px 1rem;
    line-height: 1em;
}
}
@media only screen and (max-width: 500px) {
.fixed-header {
	height:60px !important;
	}
.header-logo-img {
    height: 8vw !important;
}
.hamburger-btn {
    width: 55px;
    height: 55px;
	top: 10px;
    right: 10px;
}
.hamburger-btn.active span:nth-child(1) {
    transform: translateY(8.6px) rotate(45deg);
}
.hamburger-btn.active span:nth-child(3) {
    transform: translateY(-8.6px) rotate(-45deg);
}
.nav_warp {
    width: 80%;
}
.nav_button a {
        width: 100%;
        margin: 0 0rem 1rem 0rem;
        padding: .5em 0.5em .5em 0.5em;
        font-size: 0.8em;
    }
li.nav_box_li {
        padding: 0.2rem 0 0.5em;
    }
.global-nav ul li a {
        font-size: 5.5vw;
}
.global-nav a {
        padding: 10px 0 5px;
    }
.dropdown__lists li a {
        font-size: 4vw !important;
        padding: 5px 0 5px 1rem;
}
.global-nav ul.nav_box {
     padding-left: 0rem;
    }
}




/* ==============
背景
============== */
.bg .content {
    margin: 0 auto ;
	padding: 5% 0 4%;
}
.bg h2 {
	margin: 0rem auto 0.5rem !important;
	color: #fff !important;
}
@media only screen and (max-width: 500px) {
.bg .content {
   padding: 12% 0 11% !important;
}
}


/* ==============
TOPPOPUP
============== */
.popup {
	width: 12vw !important;
	bottom: 25px;
	right: 1rem;
	z-index: 800 !important;
	position: fixed;
	background: transparent;
	opacity:1 !important;
	visibility:visible !important;
}
.popup a{
	display: block;
	text-decoration: none;
	outline: 1px solid transparent;
	background: transparent !important;
}
.popup a:focus {
    outline: 1px solid transparent;
}
.popup a:hover {
  text-decoration: none;
	background: transparent !important;
}
.popup a:active {
	text-decoration: none;
	background: transparent !important;
}
.popup img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1024px) {
.popup {
	width: 20vw;
	bottom: 10px;
}
}
@media only screen and (max-width: 500px) {
.popup {
	width: 28vw !important;
    bottom: 1vw !important;
	right: 1vw !important;
}
}


.content {
	max-width: 90%;
	margin: 5% auto 1%;
}
.content_box {
	max-width: 1000px !important;
	width: 90%;
	margin: 0 auto;
}
p.contents_text {
	font-size:1.1rem;
	line-height:1.5rem;
	font-weight:500;
	
}
@media only screen and (max-width: 500px) {
.content_box {
	width: 95%;
}
.content {
	max-width: 95%;
}
p.contents_text {
   font-size: 0.9rem;
   line-height: 1.35rem;
}
}



/* ==============
スライダー
============== */
.swiper {
	margin: 3vw 0 0.5vw;
}
/* ページネーション */
.slide-pagination-wrapper {
  display: flex;
  justify-content: center;
}

.swiper-pagination {
  position: static;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin-top: initial;
color:#ff70ae;
}
.swiper-button-prev {
	margin-right:10px;
}
.swiper-button-next {
	margin-left:10px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-slide img {
	border: 1px solid #b7b7b7;
	box-shadow: 0px 0px 7px 0px rgb(114 145 186 / 34%);
}
@media only screen and (max-width: 500px) {
.swiper {
	margin: 8vw 0 0vw;	
}
.swiper-slide img {
	box-shadow:0px 0px 4px 0px rgb(114 145 186 / 34%);
}
}



/* ==============
背景パーツ共通
============== */
.bg_img {
	position: absolute;
	z-index:3;
}
.bg_img img {
	display:block;
}

	
	
/* ==============
about
============== */
.about_warp {
	position:relative;
}
.bg_about {
	margin-top: 14vw;
	background:#abdcf4;
	width: auto;
	position: relative;
	margin-bottom: 8vw;
}
.bg_about::before {
	position: absolute;
	content: "";
	background-image: url('https://boyslove.tokyo/wp-content/uploads/image/about_f.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	top: -13vw;
	bottom: -13vw;
	left: 0;
	right: 0;
	z-index: 0;
    display: block;
}
.bg_about::after {
	position: absolute;
	content: "";
	background-image: url('https://boyslove.tokyo/wp-content/uploads/image/nami.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	height: 10vw;
	bottom: 0;
	top: 98%; 
	left: 0;
	right: 0;
	z-index: 0;
    display: block;
}
 .bg_about .content {
    padding: 0% 0 2% !important;
}
.bg_about .content_box {
	position: relative;	
}
.about p {
	text-align:center;
	color: #af4154 !important;
	font-weight: 800 !important;
	font-size: 1.5rem !important;
	line-height: 2.5rem !important;
}
.about {
	background-color:#fff;
	width:70%;
	padding: 2rem 3rem 4rem 3rem;
	margin:0 auto;
	border-radius: 0px 0px 12px 12px;
}
.about_1 {
	border-radius: 2000px 2000px 0px 0px;
	padding:4rem 3rem 0rem 3rem;
}
.about .accent {
	display:block !important;
	width:55%;
	margin:2% auto 0 !important;
	text-align:center;
}
.about .accent img {
	width:100%;
	text-align:center;
}
.about ul {
	text-decoration:none !important;
	display:flex;
    flex-wrap: wrap;
    justify-content: center;
	width:80%;
	margin : 0 auto;
	list-style: none;
	padding: 4% 0 1%;
}
.about ul li {
	width:32%;
	margin: 2px;
}
.about_warp .ribbon_p {
	width: 21%;
    height: auto;
    top: 5%;
    right: 6%;
	transform:rotate(20deg);	
}
.about_warp .uchiwa {
    width: 17%;
    height: auto;
    top: 0%;
    left: 8%;
    transform: rotate(-20deg);
}
.about_warp .oshi {
    width: 16%;
    height: auto;
    bottom: 0%;
    right: 8%;
	transform:rotate(10deg);	
}
.about_warp .ribbon_y {
    width: 21%;
    height: auto;
    bottom: 0%;
    left: 4%;
	transform:rotate(-20deg);	
}
.about_warp .flower_02left {
	width: 12%;
    height: auto;
    top: 49%;
    left: 10%;
	transform:rotate(89deg);	
}
.about_warp .flower_01left2 {
    width: 12%;
    height: auto;
    top: 28%;
    left: -3%;
}
.about_warp .flower_01left3 {
    width: 8%;
    height: auto;
    bottom: 23%;
    left: 3%;
}
.about_warp .flower01right {
    width: 9%;
    height: auto;
    top: 48%;
    right: 11%;
}
.about_warp .flower_02right2 {
	width: 14%;
    height: auto;
    top: 33%;
    right: -4%;
}
.about_warp .flower_01right3 {
	width: 8%;
    height: auto;
    bottom: 24%;
    right: 5%;
}
@media only screen and (max-width: 768px) {
.about {
	margin: 0vw auto 0vw !important;
    width: 90% !important;
	padding: 4% 8% 7% 8% !important;
	}
.bg_about {
         margin-top: 14%;
        margin-bottom: 8%;
        padding-bottom: 7%;
        padding-top: 2%;
}
.about_1 {
	padding: 10% 8% 0% 8% !important;
}
.about_warp .uchiwa {
    width: 21%;
    top: 2%;
    left: 0%;
}
.about_warp .ribbon_p {
 width: 23%;
        top: 5%;
        right: -2%;
}
.about_warp .flower_02left {
         width: 17%;
        height: auto;
        top: 55%;
        left: -2%;
}
.about_warp .flower_01left2 {
		width: 16%;
        height: auto;
        top: 27%;
        left: -3%;
}
.about_warp .ribbon_y {
		width: 25%;
        height: auto;
        bottom: -3%;
        left: -3%;
}
.about_warp .flower_01left3 {
        width: 14%;
        height: auto;
        bottom: 15%;
        left: -3%;
}
.about_warp .flower_02right2 {
        width: 20%;
        height: auto;
        top: 25%;
        right: -6%;
}
.about_warp .flower_01right3 {
        width: 14%;
        height: auto;
        bottom: 16%;
        right: -3%;
}
.about_warp .flower01right {
		width: 12%;
        height: auto;
        top: 53%;
        right: 0%;
}
.about_warp .oshi {
width: 21%;
        height: auto;
        bottom: -4%;
        right: 0%;
    }
}
@media only screen and (max-width: 1024px) {
.about ul {
    width: 44vw;
}
}
@media only screen and (max-width: 500px) {
.about .accent {
    font-size: 1.2rem;
    line-height: 2.3rem;
	width: 81%;
	margin: 5% auto 0 !important;
}
.about p {
	text-align:center !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.about ul {
    width: 100%;
	padding: 4vw 0 1%;
}
.about ul li {
    margin: 0px;
}
.about_warp .flower_02left {
         width: 17%;
        height: auto;
        top: 55%;
        left: -2%;
}
.about_warp .flower_01left2 {
		width: 16%;
        height: auto;
        top: 23%;
        left: -2%;
}
.about_warp .ribbon_y {
		width: 25%;
        height: auto;
        bottom: -3%;
        left: -3%;
}
.about_warp .flower_01left3 {
        width: 14%;
        height: auto;
        bottom: 15%;
        left: -3%;
}
.about_warp .flower_02right2 {
		width: 20%;
        height: auto;
        top: 23%;
        right: -4%;
}
.about_warp .flower_01right3 {
        width: 14%;
        height: auto;
        bottom: 16%;
        right: -3%;
}
.about_warp .flower01right {
		width: 12%;
        height: auto;
        top: 53%;
        right: 0%;
}
}





/* ==============
見出し
============== */
.contents_title {
	width:100%;
	margin: 0 auto 1rem;
	text-align:center;
}
.contents_title img {
    width: auto;
    height: 3.5rem;
	display:block;
    margin: 0 auto;
}
.contents_title_sub {
	margin : 0 auto;
	text-align:center;
	font-weight:800;
	padding-top:10px;
	font-size:1.25rem;
	letter-spacing:1px;
	color:#ff4595;
}
.content h2 {
	font-size: 2.5rem;
	margin: 3rem auto 0rem;
	font-weight:800;
	text-align:center;
  color :#afa15a;            /* 文字の色 */
  letter-spacing : 10px;                /* 文字間 */
}

@media only screen and (max-width: 500px) {
.contents_title {
    padding-bottom: 0rem !important;
	margin: 0 auto 0.5rem;
}
.contents_title img {
    height: 2.2rem;
    object-fit: contain;
}
.contents_title_sub {
    padding-top: 3px;
    font-size: 1.2rem;
}
}



/* ==============
CREATOR
============== */
.creator_warp {
	width:80%;
	margin : 2vh auto;
}
.creator p.contents_text {
	color:#af4154 !important;
	text-align:center;
	margin: 1rem auto;
}
.creator .banner {
	box-shadow: 0px 2px 12px 0px rgb(114 145 186 / 50%);
}
@media only screen and (max-width: 500px) {
.bg_creator .content {
	padding: 15% 0 8% !important;
	}
.creator_warp {
    width: 95%;
    margin: 1vh auto;
}
.creator p.contents_text {
    text-align: left;
    margin: 0vw auto 5vw;
}
.creator .banner {
	box-shadow:0px 0px 7px 0px rgb(114 145 186 / 50%);
}
}




/* ==============
ひし形button　共通
============== */
.button_warp {
	margin : 2rem auto 3rem;
}
a.button_a {
	text-align:center;
	font-size:1.25rem;
	margin : 0 auto;
	display:block;
	border-radius:100px;
	padding:1.5rem 1.5rem;
	font-weight:800;
	letter-spacing:1px;
}
/* ==============
ひし形button　ブラウン
============== */
a.button_b {
    position: relative;
    z-index: 1;
    /* 背面のグラデーション */
    background: linear-gradient(90deg, rgba(175, 65, 84, 1), rgba(149, 37, 47, 1) 50%, rgba(175, 65, 84, 1));
    overflow: hidden;
	width:60%;
	color:#fff;
 	outline : 2px solid #FFFFFF !important;/* 線の太さ・線状・色 */
  	outline-offset : -5px /* どれだけ内側に線を表示したいかを負の値で指定 */
}
a.button_b::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -1;
    /* 前面の画像 */
    background-image: url('https://boyslove.tokyo/wp-content/uploads/image/bg_button01.png');
    background-repeat: no-repeat;
	background-size:cover;
    background-position: center;
    /* ここで透明度を調整 (0.0 〜 1.0) */
    opacity: 0.1; 
}
a.button_b_layer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: .9em 2em .9em 2em;
    font-size: 1em;
}

a.button_b_layer::after {
    position: absolute;
    right: 1em;
	transform: translateY(-50%) translateX(-50%); 
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
a.button_b_layer span::before{
    position: absolute;
    content: "";
    background-image: linear-gradient(23deg, rgba(158, 216, 255, 1), rgba(255, 246, 216, 1));
    display: inline-block;
    left: 2em;
	top:50%;
    height: 1.5rem;
    width: 1.5rem;
    -webkit-mask: url("https://boyslove.tokyo/wp-content/uploads/image/icon_flower.svg");
    mask: url("https://boyslove.tokyo/wp-content/uploads/image/icon_flower.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
	transform: translateY(-50%) translateX(-50%); 
}
a.button_b_layer:hover::after {
    transform: translateY(-50%) scaleX(1.2);
}
@media screen and (max-width:500px){
.button_warp {
    margin: 4vw auto 3vw;
}
a.button_b {
    width: 95%;
    color: #fff;
}
a.button_b_layer {
    padding: .7em 1em .7em 1em;
    font-size: 0.8em;
}
a.button_b_layer span::before {
    left: 1.8em;
    top: 50%;
    height: 1.3rem;
    width: 1.3rem;
}
a.button_b_layer::after {
    right: 0em;
}
}



/* ==============
イベント
============== */
.event {
	position:relative;
}
.bg_event {
	margin-top: 0%;
	background: url(https://boyslove.tokyo/wp-content/uploads/image/bg_event.webp) repeat top left ;
	width: auto;
	margin-bottom: 8vw;
	background-size: 30%;
  clip-path: ellipse(100% 100% at 50% 100%); /* 下部が膨らむ */
}
.event .bg_cherry {
	width:8vw;
	height:auto;
	top:1vw;
	right:9vw;
	transform:rotate(20deg);
}
.event .blt_f01 {
    width: 14%;
    height: auto;
    bottom: -3%;
    left: 9%;
}
.bg_event .content {
	padding: 6% 0 5% !important;
}
.contents_text2 {
	color: #af4154;
    font-weight: 800 !important;
	text-align:center;
    font-size: 1.75rem;
    line-height: 2.6rem;
	margin-bottom:2.8rem;
}
.event .content_box{
	max-width: 1200px !important;
	display:flex;
	justify-content: center;
    margin: 1vw auto 0vw;
	flex-direction: row;
    flex-wrap: wrap;
}
.event_box {
    border-radius: 20px;
    width: 30%;
    display: flex;/*テキストを真ん中にするためにflexを使用*/
    justify-content: center;
    align-items: center;
    outline: 2px solid rgb(255, 255, 255);/*outlineでドットの線を追加*/
    outline-offset: -10px;/*outline-offsetの値を-15pxにして内側に調整*/
	margin: 1% 1.5%;
	padding : 1% 1%;
	position:relative;
	box-shadow: 2px 3px 0px 2px #62c7ff80;
}
.event_box::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
 	background-size: contain; 
    vertical-align: middle;
	z-index:100;
}
/* イベント 展示ブース */
.event_box_exhibition{
    background-color: #7fb2ff;
}
.event_box_exhibition::before {
	left: 2%;
    top: -1%;
    height: 100%;
    width: 27%;
	transform: scaleX(-1);
    background-image: url('https://boyslove.tokyo/wp-content/uploads/image/flower_02.webp');
}
/* イベント サイン会 */
.event_box_sainkai{
    background-color: #ff94c6;
}
.event_box_sainkai::before {
	left: 6%;
    top: -2%;
    height: 100%;
    width: 21%;
    background-image: url('https://boyslove.tokyo/wp-content/uploads/image/pen.webp');
}
/* イベント ステージ */
.event_box_stage{
    background-color: #ffa25c;
}
.event_box_stage::before {
    left: 11%;
    top: 4%;
    height: 100%;
    width: 28%;
    background-image: url('https://boyslove.tokyo/wp-content/uploads/image/star.webp');
	transform: rotate(342deg);
}
/* イベント グッズ */
.event_box_goods {
	background-color: #c3a5f7;
}
/* イベント カフェ */
.event_box_cafe {
	background-color: #ffda00;
}
.event_box_goods, .event_box_cafe {
	margin-top:2vw;
}
/* ハートボタン */
.button_heart {
	position:absolute;
 	width: 30%;
    right: -6%;
    bottom: -3%;
}
.event_box .contents_text {
    padding: 2% 0 2%;
	width:100%;
	margin:0 auto;
	color:#7c1829;
	font-weight:800;
   text-align:center;
}
.event_warp {
	width: 85%;
	margin: 1.5rem auto 1rem;
}
.event_whitebox {
	background-color:#fff;
	position:relative;
	width:100%;
    height: 10vw;
	max-height:10rem;
	margin-top: 2.7em;
    margin-bottom: 1rem;
	border-radius:10px;
}
.event_box_exhibition .event_whitebox {
	margin-top: 3.3em !important;
}
.event_whiteimg {
	position:absolute;
	bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align:center;
	width:100%;
}
.event_whiteimg img {
	display:block;
    width: 78%;
    margin: 0 auto;
}
.event_box_sainkai .event_whiteimg, .event_box_stage .event_whiteimg {
        bottom: 1rem !important;
    }
.event_warp .contents_title {
	width: 95% !important;
    margin: 0 auto 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event_warp .contents_title img {
    width: auto;
    height: 1.8vw;
    text-align: center;	
	object-fit: contain;
}
.event_warp .contents_title_sub {
	color:#fff;
	font-size: 2.2rem;
	padding-top: 0px;
	padding-bottom: 0rem;
}
@media screen and (max-width:500px){
.contents_title {
    padding-bottom: 2vw;
}
.event .content {
        padding: 10% 0 10vw !important;		
	}
.bg_event {
    margin-bottom: 8vw;
    background-size: 90%;
    clip-path: ellipse(190% 100% at 50% 100%);
    padding-top: 6vw;
    margin-top: 5vw;
    padding-bottom: 10vw;
}
.event_box .contents_text {
    padding: 2% 0 6%;
}
.event_box_cafe .contents_text, .event_box_goods .contents_text {
        padding: 2% 0 0%;		
	}
.event p.contents_text{
	font-size: 1rem;		
	}
.contents_text2 {
	font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 0 auto 3vw;
}
.event .contents_text2 {
    font-size: 1.1rem;
   line-height: 1.8rem;
    width: 80%;
	margin: 2vw auto 4vw;
}
.event .content_box {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
.event_box {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 1.8vw auto 5vw;
    padding: 4vw 0 5vw;
	box-shadow: 2px 2px 0px 1px #62c7ff80;
}
.event_warp {
	padding: 3.5% 0 3.5%;
	width: 80%;
	margin: 1% auto 1%;
}
.event_warp .contents_title img {
    height: 1.5rem;
}
.event_box_sainkai .event_whiteimg, .event_box_stage .event_whiteimg {
        bottom: 0.8rem;
    }
.event_whiteimg img {
    width: auto;
    height: 10rem;
}
.event_whitebox {
    height: 9rem;
   margin: 1.2em auto 1.5%;
	width: 95%;
}
.event_box_exhibition .event_whitebox {
	margin-top: 1.5em !important;
}
.button_heart {
    width: 23vw;
    right: -4vw;
    bottom: -2vw;
}
.event_box_exhibition::before {
	left: -2%;
    top: -2%;
    width: 28%;
}
.event_box_sainkai::before {
	left: 0%;
    top: -2%;
    width: 22%;
}
.event_box_stage::before {
        left: 8%;
        top: 5%;
        width: 26%;
}
.event .bg_cherry {
    width: 14vw;
    top: -6vw;
    left: 44%;
}
.event .blt_f01 {
	width: 37%;
    bottom: -2%;
    left: 32%;
}
}



/* ==============
img 
============== */
.about_warp .uchiwa, .about_warp .flower_01left2, .about_warp .flower_02left, .about_warp .flower_01left3, .about_warp .ribbon_y, .about_warp .ribbon_p, .about_warp .flower_02right2, .about_warp .flower01right, .about_warp .flower_01right3, .about_warp .oshi, .event .blt_f01,.event_box_exhibition::before, .event_box_sainkai::before, .event_box_stage::before {
pointer-events: none;
}



/* ==============
NEWS
============== */
.bg_news {
	background: #f5f5f5 !important;
}
.news_box {
	background-color: #fff;
	padding: 30px 60px;
	border-radius: 20px;
}
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333 !important;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:last-child a{
  border:none;
}
.news-list .item .date{
  margin: 0;
min-width: 140px;
  font-size: 0.9em;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #afa15a;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px 7px 20px;
  font-size: 0.9em;
  line-height: 1;
  border-radius: 2px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
  font-size: 1em;
}
.news-list .item a:hover .title{
  color: #00F;
}
@media only screen and (max-width: 768px) {
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .title{
  margin-top: 0px;
	font-size: 1.2em;
}
.news-list .item .date {
    font-size: 1.4em;
}
.news_box {
   padding: 30px 40px;
}
.news-list .item .category span {
    padding: 5px 20px 5px 20px;
    font-size: 0.8em;
}
.news-list .item .category {
    line-height: 2;
}
}
@media screen and (max-width:500px){
.bg_news {
    margin: 20vw auto 0;		
	}
.bg_news .content_box {
width:90%;
	}
.news-list .item a{
	padding: 10px 10px;
}
.news-list .item .date{
  min-width: 100px;
  font-size: 0.9rem !important;
}
.news-list .item .title{
  margin-top: 0px;
        font-size: 0.9rem !important;
        line-height: 130%;
}
.news_box {
    padding: 15px 10px;
    border-radius: 20px;
}
.news-list .item .category span {
    padding: 5px 20px 5px 20px;
    font-size: 0.6em;
}
.news-list .item .category {
    line-height: 1.2;
}
}

/* ==============
SNS
============== */
.sns .contents_text2 {
	margin-bottom: 0vw;
    margin-top: 3vw;
}
.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70%;
    margin: 10px auto;
    padding: 2rem 0.5rem;
	border: 1px solid #afa15a;
    border-radius: 2px;
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
}

a .button-56:hover {
    background-color: #494949;
	color: #fff;
}

.button-56::before {
    content: "";
    display: inline-block;
    background: url(https://boyslove.tokyo/wp-content/uploads/2025/10/logo-white.png) no-repeat;
    width: 35px;
    height: 35px;
    margin: -3px 15px 0 0;
    background-size: contain;
    vertical-align: middle;
}


@media only screen and (max-width: 500px) {
.button-56 {
    min-width: 100%;
    padding: 1rem 0.5rem;
    font-size: 1rem;
}
.button-56::before {
    width: 25px;
    height: 25px;
}
}



/* ==============
開催概要　
============== */
.information {
    margin: 8vw auto 8vw;
}
/* 表 */
.content table{
  border-collapse:collapse;
  margin:3% auto;
	table-layout: fixed;
}
.content th {
	color: #af4154 !important;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.25rem;
	width:20%;
}
.content td, .content th{
  	border-top:1px solid #af4154 !important;
  	padding:2rem;
	text-align: left;
	vertical-align: top;
}
.content tr:last-child td,
.content tr:last-child th{
  border-bottom:1px solid #666;  
}
.content td p {
	margin: 0 0 10px 0;
}
table td, table th, .wp-block-table td, .wp-block-table th {
    padding: calc(0.5 * var(--global--spacing-unit));
    border: none;
}
.content tr:last-child td, .content tr:last-child th {
    border-bottom: 1px solid #af4154 !important;
}
@media only screen and (max-width: 1024px) {
.content th {
	padding: 2rem 0rem !important;		
	}
.content td {
	padding: 2rem 1rem 2rem 0rem !important;		
	}
}
@media only screen and (max-width: 500px) {
.information {
    margin: 20vw auto 25vw;
}
.information .content td {
   	line-height: 1.4rem;
}
.information .content_box {
    width: 90%;		
	}
.content td p {
   	line-height: 1.4rem;		
}
.content table{
  margin:5% auto;
}
.content tr {
	padding: 1rem 0rem 1rem;
}
.content td, .content th{
 display:block;
}
.content th{
	padding: 1.5rem 0rem 0.5em 0rem !important;
	border-top: 2px solid #af4154 !important;
    font-size: 1.25rem;
    line-height: 100%;
	width:100%;
}	
.content td {
		border-top:none !important;
		padding: 0rem 0rem 1.5rem 0rem !important;
	line-height: 1.5rem !important;
}
.content tr:last-child td, .content tr:last-child th {
    border-bottom: none !important;
}
.content table {
    font-size: 1rem;
}
}



/* ==============
三角背景
============== */
.bg_blue {
  padding: 8% 0;
	margin-top:5%; 
  background: #4283eb;
  position: relative;
}
.bg_blue::before {
    content: "";
    width: 100%;
    height: 80px; 
    background-color: #fff;
    position: absolute;
    top: -1px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
.bg_blue .content h2 {
  color:#fff;
}
.button_white {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 70% !important;
    margin: 10px auto;
    padding: 2rem 1rem;
    background-color: #fff !important;
    color: #000 !important;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #3a3cff;
}
a .button_white:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_white:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 5px solid #543618;
    border-right: 5px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 500px) {
.button_white {
        min-width: 100% !important;
	font-size: 1.25rem;
    padding: 1rem 1rem;
}
.bg_blue {
    margin-top: 15%;
}
.bg_blue::before {
    height: 40px; 
}
.bg_blue .content h2 {
    font-size: 1.2rem;
	letter-spacing: 3px;
}
}


.bg_minibanner {
	background-color:#465DAA !important;
}
.bg_minibanner .content {
	padding: 2% 0 0 !important;
}
.content_box.minibanner {
	margin-bottom:3% 0 0% !important;
}
.footer-container {
    padding: 30px 20px 30px;
}
@media only screen and (max-width: 768px) {
.bg_minibanner .content {
	padding: 5% 0 0% !important;
}
.footer-container {
    padding: 0px 20px 30px;
}
}


/* ==============
協力会社
============== */
.company {
	display:flex;
    gap: 1.25rem; /* アイテム間の隙間 */
    flex-wrap: wrap;
    justify-content: center;
	margin-top:1vw;
}
.company_img {
	display:inline-block;
	width:30%;
	box-shadow:0px 0px 7px 0px rgb(114 145 186 / 34%);
	border:1px solid #b7b7b7;
}
.company_img img {
    height: auto;
	max-width: auto !important;
	vertical-align: middle;
	width: 100% !important;
}
@media only screen and (max-width: 500px) {
.company {
        gap: 0.1rem;
    }
.company_img {
	width: 80% !important;
	font-size: 0.8rem;
	box-shadow:0px 0px 4px 0px rgb(114 145 186 / 34%);
}
.company_img2 {
	width:47% !important;
	margin:2px;
}
}




/* ==============
フッター
============== */
footer {
    background-color: #4283eb;
    color: #fff;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
}
.entry-content footer {
    margin-top:0;
}
.site-footer {
	display:none;
}
.site-header, .site-main, .widget-area, .site-footer {
    padding-bottom: 0;
}
.site-footer > .site-info {
    border-top: none;
}

.site-main > article > *, .site-main > .not-found > *, .entry-content > *, [class*=inner-container] > *, .wp-block-template-part > *, .wp-block-post-template :where(li > *) {
    margin-bottom: 0;
}


