@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}










/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}

.archive-title{
  display: none;
}

header#header {
    display: none;
}


/* カテゴリーラベル非表示 */
.entry-card .cat-label{
display: none;
}


/*ナビの書体をimpactにする*/
nav {
font-family: 'Impact','DIN Condensed',sans-serif;
	}


/*書体をimpactにする*/
.impact-moji {
font-family: 'Impact','DIN Condensed',sans-serif;
}

/*書体をimpact白文字にする*/
.impact-moji-white {
font-family: 'Impact','DIN Condensed',sans-serif;
color: #ffffff;
}


@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
}


main#main {
    padding-top: 0;
}

.n2_clear {
    margin-bottom: 0;
}


.pc {
    margin-bottom: 0;
}

.sp {
    margin-bottom: 0;
}



a {
    color: #b80511;
}

a:hover{ 
	opacity:0.5;
	transition:0.3s;
}


.eye-catch {
    position: relative;
    margin-bottom: 0.6em;
    width: 90%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.single-post .entry-content {
    margin-top: 1em;
    margin-bottom: 3em;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

h1.entry-title {
    text-align: center;
}





img.head-logo-img {
    width: 60%;
    max-width: 750px;
    margin: 2em auto;
    display: block;
}































/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding-top: 50px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}






nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}


@media screen and (min-width:769px){
.hamburger {
display: none;
}
}

@media only screen and (max-width: 768px) {
.hamburger {	
 display: inline-block;
 }
	
.globalMenuSp {	
 display: inline-block;
 }	
 }


































nav.globalMenuSp-pc {
    color: #fff;
    text-align: center;
    width: 100%;
}

nav.globalMenuSp-pc ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

nav.globalMenuSp-pc ul li {
    list-style: none;
    margin: 0 1em;
}

nav.globalMenuSp-pc ul li a {
    text-decoration: none;
    color: #000;
    font-size: 26px;
}


































.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #333;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-animation img {
    margin: 0;
    position: relative;
}

















.about-1 {
    background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/indieground-plastic-textures-02-2-scaled-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-bottom: 0;
    padding-top: 4em;
    padding-bottom: 4em;
}



p.about-1-flex-right-font1 {
    color: #fff;
    max-width: 620px;
    margin: 0 auto 1em auto;
}

img.btn-img1 {
    max-width: 250px;
    display: block;
    margin: 0 0 0 auto;
    width: 72%;
}


@media screen and (min-width:769px){
.about-1-flex {
        display: flex;
        align-items: center;
    }

.about-1-flex-left {
    width: 50%;
    margin-right: 2em;
}

.about-1-flex-right {
    width: 50%;
}
}



@media only screen and (max-width: 768px) {
.about-1-flex {
        display: flex;
        flex-direction: column;
        padding: 0em;
    }

.about-1-flex-left {
        margin-bottom: 1em;
    }

.about-1-flex-right {
}
}




img.cover-img1 {
    max-width: 400px;
    width: 100%;
    margin: 2em auto;
    display: block;
}









@media screen and (min-width:769px){
    .backimg-jun {
        background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/body001_pc_banty-official-scaled-1.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        height: 450px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-bottom: 0;
        position: relative;
    }
	
.yazirushi-1 {
    position: absolute;
    bottom: -20%;
    left: 2em;
}
	
img.yazirushi-1-img {
    width: 50%;
}	
}

@media only screen and (max-width: 768px) {
    .backimg-jun {
        background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/body001_mobile_banty-official.jpg);
        background-repeat: no-repeat;
        background-position: center right 13%;
        background-size: cover;
        height: 660px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-bottom: 0;
        position: relative;
    }

.yazirushi-1 {
        position: absolute;
        bottom: -3em;
    }

img.yazirushi-1-img {
    width: 45%;
    max-width: 120px;
}	
}
















.video-container {
    margin: 0 auto;
    padding: 0 0.5em;
}

p.coment-area1-font1 {
    font-family: 'Impact', 'DIN Condensed', sans-serif;
    color: #b80511;
    line-height: 1.5em;
}



































@media screen and (min-width:769px){
    .backimg-prime {
        background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/body002_pc_banty-official-scaled-1.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        height: 450px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-bottom: 0;
        position: relative;
    }
	
.yazirushi-2 {
    position: absolute;
    bottom: -20%;
    left: 2em;
}
	
img.yazirushi-2-img {
    width: 50%;
}	
}

@media only screen and (max-width: 768px) {
    .backimg-prime {
        background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/body002_mobile_banty-official.jpg);
        background-repeat: no-repeat;
        background-position: center right 13%;
        background-size: cover;
        height: 660px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-bottom: 0;
        position: relative;
    }

.yazirushi-2 {
        position: absolute;
        bottom: -3em;
    }

img.yazirushi-2-img {
    width: 45%;
    max-width: 120px;
}	
}


































.music-icon {
	display: flex;
	justify-content: center;
}

.music-icon img {
    max-width: 170px;
    width: 80%;
    margin: 0 0.5em;
}

.music-icon img:hover {
opacity:0.5;
	transition:0.3s;
}


































@media screen and (min-width:769px){
    .backimg-birdman {
        background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/body003_pc_banty-official-scaled-1.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        height: 450px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-bottom: 0;
        position: relative;
    }
	
.yazirushi-3 {
    position: absolute;
    bottom: -20%;
    left: 2em;
}
	
img.yazirushi-3-img {
    width: 50%;
}	
}

@media only screen and (max-width: 768px) {
    .backimg-birdman {
        background-image: url(https://bantyfoot.com/wp-content/uploads/2025/01/body003_mobile_banty-official.jpg);
        background-repeat: no-repeat;
        background-position: center right 13%;
        background-size: cover;
        height: 660px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-bottom: 0;
        position: relative;
    }

.yazirushi-3 {
        position: absolute;
        bottom: -3em;
    }

img.yazirushi-3-img {
    width: 45%;
    max-width: 120px;
}	
}



































@media screen and (min-width:769px){
.sns-list-flex {
        display: flex;
        justify-content: space-evenly;
        text-align: center;
    }

    p.sns-list-flex-in-font1 {
        font-family: 'Impact', 'DIN Condensed', sans-serif;
        font-size: clamp(1.125rem, 0.409rem + 1.49vw, 1.75rem);
        text-align: center;
		margin-bottom: 0.6em;
    }

img.sns-icon1 {
        width: 70px;
        margin: 0 5px;
        display: inline-block;
    }
	
img.sns-icon2 {
        width: 50px;
        margin: 0 5px 1em 5px;
        display: inline-block;
    }	
}


@media only screen and (max-width: 768px) {
.sns-list-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

p.sns-list-flex-in-font1 {
    font-family: 'Impact', 'DIN Condensed', sans-serif;
    font-size: clamp(0.938rem, 0.357rem + 2.9vw, 1.75rem); /*15,28*/
    text-align: center;
    margin-bottom: 0;
}

.sns-list-flex-in {
        width: calc(100% / 2 - 1em);
        text-align: center;
        margin: 1em 0.5em;
    }

img.sns-icon1 {
        max-width: 70px;
        width: 35%;
        margin: 5px 5px;
        display: inline-block;
    }
	
img.sns-icon2 {
        width: 50px;
        margin: 0 5px;
        display: inline-block;
    }	
}

img.sns-icon1:hover {
opacity:0.5;
	transition:0.3s;
}



































.change-area1 {
    background: #000000;
    margin:0 calc(50% - 50vw);
}

.change-area1 p {
    font-family: 'Impact', 'DIN Condensed', sans-serif;
    color: #fff;
    font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem); /*36,28*/
    text-align: center;
}













.profile-explanation {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (min-width:769px){
.profile-explanation-2-flex {
    display: flex;
    justify-content: center;
}

.profile-explanation-2-flex-in {
    width: calc(100% / 3 - 1em);
    margin: 0 0.5em;
}

p.profile-explanation-2-flex-in-font1 {
    font-family: 'Impact', 'DIN Condensed', sans-serif;
    font-size: 36px;
    text-align: center;
    margin: 0.4em 0 0 0;
}

p.profile-explanation-2-flex-in-font2 {
    width: 90%;
    margin: 0 auto;
}
}


@media only screen and (max-width: 768px) {
.profile-explanation-2-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.profile-explanation-2-flex-in {
    margin: 3em auto;
}	

/* .profile-explanation-2-flex-in img {
        width: 90%;
        max-width: 450px;
        margin: 0 auto;
        display: block;
    }	 */

p.profile-explanation-2-flex-in-font1 {
    font-family: 'Impact', 'DIN Condensed', sans-serif;
    font-size: 36px;
    text-align: center;
    margin: 0.4em 0 0 0;
}

p.profile-explanation-2-flex-in-font2 {
    width: 90%;
    margin: 0 auto;
}
}


































@media screen and (min-width:769px){
.disco-flex {
    display: flex;
    align-items: flex-start;
}
	
.disco-flex-left img {
    width: 80%;
    max-width: 600px;
}	

.disco-flex-left {
    width: calc(100% / 2 - 1em);
    margin: 0 0.5em;
}

.disco-flex-right {
    width: calc(100% / 2 - 1em);
    margin: 0 0.5em;
}
}

@media only screen and (max-width: 768px) {
    .disco-flex {
        display: flex;
        flex-direction: column;
    }
	
.disco-flex-left img {
    width: 95%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}	

.disco-flex-left {
margin: 1em 0 ;
}

.disco-flex-right {
        max-width: 550px;
        width: 95%;
        margin: 0 auto;
    }
	
	
}



p.disco-flex-right-font1 {
    font-size: 14px;
}

p.disco-flex-right-font2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1em;
}

p.disco-flex-right-font3 {
    margin-top: 1em;
    font-size: 16px;
}

img.disco-flex-right-img {
    max-height: 40px;
    margin: 5px 5px 5px 0;
}





/*フェードイン*/
.box {
    opacity:0;
    transition : opacity 2s;
}

.is-scrollIn {
  opacity: 1;
}



































/*TOP NEWSエリア*/
.top-news-1 {
    background: #666666;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 0;
}

.top-news-1-title{
color: #fff;
}

p.top-news-1-title-font-1{
margin-bottom: 0;
font-family: 'Impact', 'DIN Condensed', sans-serif;
text-align: center;
font-size: 36px;
}

p.top-news-1-title-font-2{
margin-bottom: 0;
text-align: center;
font-size: 16px;
letter-spacing: 2px;
}






























.news-appeal{
    background: #333;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-bottom: 0;
    padding-top: 3em;
    padding-bottom: 4em;
}

.news-appeal-font {
    text-align: center;
    color: #fff;
    margin: 0 0 2em 0;
}

p.news-appeal-font-1 {
    font-family: 'Impact', 'DIN Condensed', sans-serif;
    margin-bottom: 0;
    font-size: 36px;
}
    
p.news-appeal-font-2 {
    margin-bottom: 0;
    margin-top: -1em;
}

.custom-news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}




.custom-news-category,
.custom-news-title {
  display: flex;
  align-items: center;
  line-height: 1;
justify-content: center;
}

.custom-news-date {
  width: 100px;
  color: #fff;
}

.custom-news-title a {
    color: #fff;
    text-decoration: none;
}

.custom-news-title a:hover {
  text-decoration: underline;
}



@media (min-width: 769px) {
.custom-news-date {
  display: flex;
  align-items: center;
  line-height: 1;
justify-content: center;
}	

.custom-news-item {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
        width: 70%;
        max-width: 550px;
        margin: 0 auto;
    }

.custom-news-left {
  display: flex;
  gap: 10px;
  align-items: center;
}

    .custom-news-category {
        width: 85px;
        color: #fff;
        background: #b80511;
        text-align: center;
        padding: 6px 0 6px 0;
        border-radius: 20px;
        font-size: 12px;
    }	
	
}




@media (max-width: 768px) {
.custom-news-date {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: flex-start;
}	
	
  .custom-news-item {
	  display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
/*     align-items: flex-start; */
  }

  .custom-news-left {
	  display: flex;
  gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

.custom-news-title {
        flex: 1;
/*         margin-left: 10px; */
        justify-content: flex-start !important;
    }
	
    .custom-news-category {
        width: 75px;
        color: #fff;
        background: #b80511;
        text-align: center;
        padding: 3px 0 3px 0;
        border-radius: 20px;
        font-size: 12px;
    }	
}