@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
*/


#carousel .wrap{
	width:100%;
}


.slick-list{
	max-width:1100px;
	margin:0 auto;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 10px;
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.carousel-entry-card-thumb {
    float: none;
    display: inline-block;
    margin-top: 0;
	margin-bottom:10px;
}


.catlabel{
    color: #8cc63f;
    padding:6px 9px 4px;
    font-weight: bold;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 10px;	
	font-size:14px;
	background: none;
    margin-right: 5px;
	border:1px solid #8cc63f;
}

.ranka{
	background:#f15a24;
	color:#fff;
	border-color:#f15a24;
}

.rankb{
	background:#fbb03b;
	border-color:#fbb03b;
	color:#fff;
}
.rankc{
	background:#3fb8c6;
	border-color:#3fb8c6;
	color:#fff;
}



.carousel-entry-card-title {
    font-size: 16px;
    margin-top: 10px;
	margin-bottom:0;
    height: 100%;
}







body{
	line-height:2.1;
}

a{
	text-decoration:none;
}

img{
	width:100%;
}
.wrap1100{
	max-width:1130px;
	padding:0 15px;
	margin:0 auto;
}

ul{
	padding:0;
}

ul li{
	list-style:none;
}

.main{
	padding:0;
	border:none;
}

.content {
    margin-top: 0;
}



/*ヘッダー*/
.header-in{
	width:100%;
	display: flex;
    justify-content: space-between;
	flex-direction: row;
	align-items:center;
	    padding-left: 17px;
}

.header-in:after{
	display:none;
}

.tagline{
	display:none;
}

.logo-image {
    padding: 0;
}
.site-logo-image{
	height:84px;
    width: auto;
}

.ori-nav {
	display:flex;
	min-height:105px;
}

.ori-nav li{
	margin-left:35px;
	display:flex;
	align-items:center;
}

.ori-nav li a{
	color:#000;
	font-size:16px;
}

.ori-nav li a:hover{
	color:#000;
}
.ori-nav li.line-nav a{
    background: linear-gradient(90deg, #39B54A, #6EA856);
    padding: 28px;
    display: block;
    height: 100%;
	margin-left:50px;
}
.ori-nav li.line-nav a img{
    max-width: 184px;
}



		

/*ヘッダー　ここまで*/

.mv{
	    background: url(http://km002.conto.work/wp-content/uploads/2025/06/mv-back.webp);
    background-size: cover;
    padding: 130px 0;
}

.mv-content img{
	max-width:900px;
	width:100%
}

.mv-bottom {
	max-width:700px;
	width:100%;
	margin:50px auto 0;
}

.mv-bottom img{
	width:100%;
}


.sec1{
	background: url(/wp-content/uploads/2025/06/sec1-back.webp);
    background-size: cover;
	padding:90px 0;
}
.sec1-in{
	max-width: 960px;
}
.sec1-in img{
	max-width:700px;
}

.sec-title{
	background:url(/wp-content/uploads/2025/06/sec-title-back.webp);
	background-size:cover;
	text-align:center;
	padding:40px 15px 50px;
	position:relative;
	font-size:39px;
	color:#fff;
}

.sec-title:before{
      content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0px 9px 13px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: auto;
	transform: rotate(90deg);
}

.sec2 .sec-title img{
	max-height:70px;
	width:fit-content;
}

.sec2{
	text-align:center;
	background:#F9F9F9;
}
.sec2-in{
	padding:80px 15px 120px;
}

.middle-text{
	font-size:23px;
	font-weight:bold;
	margin-bottom:50px;
}

.sec2-list ul{
	display:flex;
	padding:0;
}

.sec2-list ul li{
	list-style:none;
}

.sec2-list ul li a{
background: #D7A426;
    color: #fff;
    padding: 6px 25px;
    display: block;
    width: 95%;
    margin: 20px auto 0;
	position:relative;
}

.sec2-list ul li a:before{
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.sec3-in{
	padding:80px 15px 120px;
}
.sec3 h2{
	font-size:39px;
	padding-bottom:15px;
	text-align:center;
	position:relative;
}

.sec3 h2 span{
	color:#C1272D;
	
}

.sec3 h2:before{
      content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0px 9px 13px;
    border-color: transparent transparent transparent #C1272D;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	transform: rotate(90deg);
}

.hanbaibi{
	line-height:1.1;
}

.hanbaibi p{
	display:inline-block;
	font-size:15px;
}

.carousel-entry-card-title{
	font-weight: bold;
    color: #C1272D;
    text-align: right;
    font-size: 20px;
	margin-top:10px;
	    height: auto;
	line-height: 1.1;
}
.carousel-entry-card-title p{
	display:inline-block;
	margin-right:15px;
}

/*リストのカテゴリ消すブランド名*/
.carousel-entry-card-content .chanel-cat, .carousel-entry-card-content .chrome-cat, .carousel-entry-card-content .fur-cat,
.topics-list-text .chanel-cat, .topics-list-text .chrome-cat, .topics-list-text .fur-cat, .top-display{
	display:none;
}





.sec4{
	background:url(/wp-content/uploads/2025/06/sec4-back.webp);
	background-size:cover;
}

.sec4-in{
	text-align:center;
	padding:120px 15px 90px;
}
.sec4 ul{
	display:flex;
	justify-content:center;
}
.sec4 ul li{
	width:33.33%;
	margin-bottom:70px;
	margin-right: 23px;
}

.sec4 ul li:last-child{
	margin-right: 0;
}

.sec4 h3{
	font-size:30px;
	color:#3F7752;
	margin-bottom:10px;
}

.sec4 p{
	font-size:19px;
	font-weight:bold;
}

a.csbutton{
	background: #D7A426;
    color: #fff;
        padding: 17px 55px;
	display:block;
	width:fit-content;
	margin: 40px auto 0;
}

.sec5-in{
	    padding: 110px 15px;
}

.sec5-in h3{
	font-size:31px;
	border-bottom:1px solid #39B54A;
	margin-bottom:50px;
}
.sec5-in h3 span{
	font-size:21px;
	margin-left:7px;
}


.sec5-in li{
	display:flex;
	align-items:start;
	    padding-bottom: 73px;
	position:relative;
}

.line-list-image{
	width:20%;
}
.line-list-text{
	width:77%;
	margin-left:3%;
}

.line-list-text span{
	background:#39B54A;
	padding:2px 15px 1px;
	color:#fff;
}

.line-list-text h3{
    border: none;
    font-size: 24px;
    line-height: 140%;
    margin: 0;
	margin-top:10px;
}



.sec5-in li:before {
    content: '';
    width: 21px;
    height: 21px;
    border: 0;
    border-bottom: solid 3px #999;
    border-right: solid 3px #999;
    transform: rotate(45deg);
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

.sec5-in li:last-child:before {
	display:none;
}

.live-sec h3{
	border-color:#D7A426;
}

.live-sec .line-list-text span {
    background: #D7A426;
}

.sec5-bottom{
	background: #F9F9F9;
    padding: 40px 60px;
    margin-top: 65px;
}
.sec5-bottom ul li{
	padding-bottom:0;
	padding-left:25px;
	font-size:16px;
}

.sec5-bottom ul li:before{
	display:none;
}
.sec5-bottom ul li:after{
	content:"※";
	position: absolute;
    left: 0;
}

.sec6-in{
	padding: 70px 15px;
}

.sec6-in li{
	border:1px solid #4D4D4D;
	position:relative;
	margin-bottom:40px;
}
.sec6-in li h3{
	padding: 20px;
    background: #4d4d4d;
    color: #fff;
    padding-left: 160px;
}
.sec6-in li .case-icon{
	position:absolute;
	top:0;
	left:25px;
	width:110px;
	height:auto;
	margin:0 auto;
}

.sec6-box{
	padding:45px ;
}
.sec6-box img{
	margin-bottom:30px;
}



/*お問い合わせフォーム*/
.contact-sec1{
	background:#F9F9F9;
}


.contact-sec1 h2{
	text-align:center;
	font-size:39px;
}

.contact-sec1-in{
    padding: 80px 15px;
}


.contact-sec1 .line-banner{
	margin-bottom:40px;
}

.contact-sec1-in table th {
text-align: left;
    padding: 15px 6px;
    position: relative;
    font-size: 15px;
    width: 30%;
    font-weight: normal;
    vertical-align: top;
    padding-top: 24px;
}

.contact-sec1-in table th .required-srt {
    position: absolute;
    height: fit-content;
    padding: 3px 8px 2px;
    line-height: 160%;
    border-radius: 7px;
    right: 15px;
    top: 26px;
    margin: auto 0;
    color: #fff;
    background: #CE1C24;
    font-size: 14px;
	vertical-align:top;
}

.contact-sec1-in table td {
    padding: 18px 6px;
}

.contact-sec1-in .submit-btn {
    width: 200px;
    margin:50px auto 25px;
}
.contact-sec1-in .submit-btn input[type='submit'] {
    background: #3F7752;
    color: #fff;
    border: none;
}

.page-template-06custom-page6 .contact-common,
.page-template-06custom-page6 .footer-common{
	display:none;
}


.contact-sec2{
	background:url(/wp-content/uploads/2024/08/contact-bottom-back-scaled.webp);
	background-size:cover;
	background-position:center;
}
.contact-sec2-in{
	    background: rgb(255, 255, 255, .8);
    padding: 4vw 2vw;
    text-align: center;
}

.contact-sec2-in p{
    font-size: 1.3vw;
    line-height: 175%;
    display: block;
    margin-bottom: 30px;
	font-weight:bold;
}

.contact-sec2-in a{
    width: 18vw;
    display: inline-block;
}

.page-template-06custom-page6 .floating{
		display:none;
	}




input[type=submit]{
	width:200px;
	text-align:center;
	
}

.submit-btn{
	text-align: center;
    margin-bottom: 25px;
}

table:not(.has-border-color) :where(th, td), table tr:nth-of-type(2n+1) {
    background: none;
    border: none;
}

.mw_wp_form_confirm table,
.mw_wp_form_complete{
	max-width:800px;	
	    margin: 0 auto;
}

.mw_wp_form_confirm table th{
	width:25%;
	text-align:left;
}
.mw_wp_form_confirm table th,
.mw_wp_form_confirm table td{
    border-bottom: 1px solid #ddd;
    padding: 20px 0 18px;
}


.mw_wp_form_confirm table th{
	width:30%;
}

.mw_wp_form_confirm table td{
	width:70%;
	word-break: break-all;
}


input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .search-edit {
    padding: 11px;
    border: 1px solid var(--cocoon-basic-border-color);
    border-radius: var(--cocoon-basic-border-radius);
    font-size: inherit;
    width: 100%;
    line-height: 157%;
}

/*お問い合わせフォームここまで*/
/*お問い合わせ内容確認*/
.page-id-54 .entry-title,
.page-id-52 .entry-title{
	text-align:center;
}

.page-id-54 .date-tags,
.page-id-54 .author-info,
.page-id-54 .required-srt,
.page-id-52 .date-tags,
.page-id-52 .author-info,
.page-id-52 .required-srt{
	display:none;
}



.mw_wp_form_confirm table th {
    width: 30%;
	vertical-align:top;
}

.page-id-52 .content {
    margin-top: 15vh;
    min-height: 50vh;
	text-align:center;
}
/*お問い合わせ内容確認　ここまで*/


/*オリジナルフッター*/
.ori-footer-in{
	    display: flex;
	max-width:850px;
	align-items:center;
}

.ori-footer-in h3{
	font-size:16px;
	font-weight:normal;
	border-bottom:2px solid #6EA856;
	margin-bottom: 8px;
}

.ori-footer-left{
	width:25%;
}
.ori-footer-left img{
	max-width:150px;
}
.ori-footer-right{
	width:75%;
	padding-left:30px;
}

.ori-footer table{
	font-size:16px;
}

.ori-footer table {
	margin-bottom:0;
}
.ori-footer table th{
	padding:0;
	font-weight:normal;
	text-align:left;
}

.ori-footer table td{
	padding:0;
}

.footer-widgets, .footer-widgets-mobile {
    display: none;
}

.footer-bottom-logo{
	display:none;
}

.footer-bottom-content {
    text-align: center;
    width: 100%;
}
/*オリジナルフッターここまで*/





/*下層ページ 共通*/


.child-mv{
	text-align: center;
    height: 500px;
}

.child-mv-in{
	display: flex;
    flex-flow: column;
    height: 500px;
    justify-content: center;
    align-items: center;
}

.child-mv h2{
	font-size:44px;
	position:relative;
}

.child-mv h2:after{
	content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 9px;
    margin: auto;
}
.child-mv p{
	font-size:21px;
	font-weight:bold;
}


.chanel-mv{
	background:url(/wp-content/uploads/2025/06/chanel-mv.webp);
	background-size:cover;
	background-position:center;
}



.child-sec1{
	padding:80px 0;
	text-align:center;
}

.child-sec1 h2{
	line-height:145%;
	margin-bottom:35px;
	font-size:40px;
}

.child-sec1 p{
	font-size:21px;
}

.bottom-text{
	display:block;
	margin-top:60px;
	font-weight:bold;
}


.pa{
	padding: 80px 0;
    background: #f9f9f9;
}

.pa-in .slick-dots{
	display:none;	
}

.pa-title{
	background:#6EA856;
	font-size:39px;
	color:#fff;
	text-align:center;
	padding:10px 0 2px;
	margin-bottom:20px;
}


.pa-in ul.pa-card-list{
	display:flex;
	justify-content:start;
	flex-wrap:wrap;
	line-height:1.1;
		margin-bottom:70px;
}

.pa-in ul li.pa-card{
width: 31.3%;
    display: block;
    margin: 1%;
    border: 1px solid #e6e6e6;
    padding: 25px;
    background: #fff;
}


	.pa-in .carousel-content .slick-track{
		display:block;
		opacity: unset!important;
    width: unset!important;
    transform: unset!important;
	}

/*シャネルページ*/

.chanel-sec1-in ul{
	display:flex;
	justify-content:center;
}

.chanel-sec1-in ul li{
	width:100%;
	margin-right:20px;
}

.chanel-sec1-in ul li:last-child{
	margin-right:0;
}

.chanel-sec1-in ul li p{
	background:#f9f9f9;
	border-bottom:1px solid #6EA856;
	font-weight:bold;
	display:block;
	padding:9px 0 5px;
	margin:0;
}


/*クロムハーツページ*/
.chrome-mv{
	background:url(/wp-content/uploads/2025/06/chrome-mv.webp);
	background-size:cover;
	background-position:center center;
}

.chrome-sec1 ul{
	display:flex;
	justify-content:center;
	max-width:820px;
	margin:0 auto;
}

.chrome-sec1 ul li{
	margin-right:20px;
}

.chrome-sec1 ul li:last-child{
	margin-right:0;
}

.chrome-sec1 ul li p{
	display:block;
	margin-top:13px;
	background:#F2F2F2;
	border-radius:100px;
	font-weight:bold;
}


/*毛皮ページ*/


.fur-mv{
	background:url(/wp-content/uploads/2025/06/fur-mv.webp);
	background-size:cover;
	background-position:center center;
}

.fur-sec1-in h2{
	line-height:110%;
}

.fur-sec1-in h2 span{
	font-size:22px;
	color:#D7A426;
	display:block;
}

.fur-sec1-in ul {
	display:flex;
	justify-content:center;
}

.fur-sec1-in ul li{
	margin-right:25px;
	width:100%;
}
.fur-sec1-in ul li:last-child{
	margin-right:0;
}

.fur-sec1-in ul li p{
	margin-top:13px;
	line-height:140%;
	font-weight:bold;
}





.pc-dis{
	display:block;
}

.sp-dis{
	display:none;
}

.hamburger,
.globalMenuSp{
	display:none;
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.pc-dis{
		display:none;
	}	
	
	.sp-dis{
		display:block;
	}
	
	    main.main, div.sidebar {
        padding: 0;
    }
	
	
	/*ヘッダー*/
	.header-in{
		padding: 10px;
		    align-items: flex-start;
		justify-content:left;
	}
	
	.site-logo-image {
    height: 46px;
}
	
	
/*ヘッダー　ここまで*/	
	
	
	/*カルーセル*/
	.carousel .slick-dotted.slick-slider {
    margin-bottom: 0;
    margin: 0;
}
	
	.slick-prev {
    left: -13px;
}
	.slick-next {
    right: -13px;
}
	
	.slick-initialized .slick-slide {
		padding:0;
		margin: 5px;
		border: none;	
	}
	
	.hanbaibi{
		font-size:14px;
	}
	
	.carousel-entry-card-title {
    font-size: 18px;
		text-align:center;
	}
	.carousel-entry-card-title p {
    display:block;
    margin-right: 0;
    font-size: 14px;
	}
	
	.catlabel {
    display: block;
    text-align: center;
    font-size: 14px;
		width:100%;
	}
	
	
	
	
	
	/*MV　スマホ*/
	
	.mv {
    padding: 70px 0;
}
	
	.mv-bottom {
	margin:10px auto 0;
}
	
	/*MV　スマホ　ここまで*/	
	
	.sec-title {
		font-size:25px;
    padding: 20px 15px 50px;
}
	
	.sec1 {
    padding: 45px 0;
}
		
	.sec2-in {
    padding: 40px 15px 30px;
}
	.middle-text {
    font-size: 16px;
		margin-bottom: 15px;
	}
	.sec2-list ul {
    display: block;
	}
	
	.sec2-list ul li {
    margin-bottom: 50px;
}
	
	.sec2-list ul li a {
    margin: 10px auto 0;
	}
	
	.sec3-in {
    padding: 40px 15px 30px;
}
	.sec3 h2 {
    font-size: 25px;
	}
	
	.sec4-in {
    text-align: center;
    padding: 40px 15px 55px;
}
	.sec4 ul {
    display: block;
	}

	.sec4 ul li {
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin: 0 0 18px;
    }
	
	.sec4 ul li img{
	    object-fit: cover;
    width: 100%;
    height: 100%;
	}
	
	.sec4 h3 {
    font-size: 25px;
    margin-bottom: 23px;
    line-height: 140%;
    margin-top: 32px;
}
	.sec4 p {
    font-size: 15px;
    font-weight: bold;
}
	
	.sec5-in {
    padding: 40px 15px;
}
	
	.sec5-in h3 {
    font-size: 25px;
    margin-bottom: 25px;
}
	.sec5-in li {
    display: block;
	}
	
	.line-list-image {
    width: 100%;
}
	.line-list-text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}
	
	.line-list-text h3 {
    font-size: 20px;
	margin-bottom: 7px;
	}
	
	
	.line-list-text p {
    line-height:160%;
	}	
	
	.live-sec ul li:last-child {
        padding-bottom: 20px;
    }
	
	.sec5-bottom {
    margin-top: 20px;
}
	.sec5-bottom {
    padding: 18px 13px;
    margin-top: 20px;
}
	.sec5-bottom ul li {
    font-size: 14px;
    line-height: 150%;
}
	
	.sec5-bottom ul li:after {
    top: 0;
}
	.sec6-box {
    padding: 0;
}
	.sec6-in li {
    border: none;
	}
	.sec6-in li h3 {
    padding-left: 77px;
    line-height: 150%;
}
	.sec6-in li .case-icon {
    width: 60px;
		left:0;
}
	.sec6-box img {
    margin-bottom: 11px;
}
	.sec6-in {
    padding: 40px 15px 25px;
}
	
	.contact-sec1 h2 {
    font-size: 25px;
}
	
	.ori-footer-in {
    display: block;
	}
	
	.ori-footer-left {
    width: 100px;
    margin: 0 auto 20px;
}
	.ori-footer-right {
    width: 100%;
    padding-left: 0;
}
	
	.ori-footer table tr{
		border-bottom:1px solid #ddd;
	}
	.ori-footer table th {
    width: 30%;
	vertical-align: top;
	}
	
	
	
/*お問い合わせ　スマホ*/	
	.contact-sec1-in {
    padding: 44px 15px;
}
	
	.contact-title-box{
		padding:30px 15px;
	}
	
	.contact-start {
    padding: 0 15px;
    margin-top: 100px;
	}
	
	.contact-sec1-in table tr,
	.contact-sec1-in table th,
	.contact-sec1-in table td{
		display:block;
		width:100%;
	}
	.contact-sec1-in table th{
		padding-bottom:5px;
	}	
	.contact-sec1-in table td{
		padding:0;
	}
	
	.contact-sec1-in table th .required-srt {
    position: relative;
	top: 5px;
    margin-left: 27px;
	}
	
	.contact-sec2-in {
    background: rgb(255, 255, 255, .8);
    padding: 30px 15px;
	}
	.contact-sec2-in p {
    font-size: 3.3vw;
	}
	
	.contact-sec2-in a {
    width: 73%;
		margin-bottom: 12px;
	}
	
	
	
	/*下層ページ　スマホ*/
	.child-mv {
    height: 160px;
}
	.child-mv-in {
    height: 160px;
	}
	.child-mv h2 {
    font-size: 25px;
	}
	.child-mv p {
    font-size: 15px;
	}
	
	.child-mv h2:after {
    content: "";
    width: 24px;
    bottom: 5px;
}
	
	.child-sec1 h2 {
    font-size: 20px;
}
	.chanel-sec1-in ul {
    display: flex;
    flex-wrap: wrap;
	}
	
	.chanel-sec1-in ul li {
    width: 48%;
    margin-right: 2%;
		margin-bottom:15px;
}
	.chanel-sec1-in ul li:nth-child(even){
		margin-right:0;
	}
	.child-sec1 p {
    font-size: 16px;
}
	.bottom-text {
    margin-top: 25px;
	}
	
	.child-sec1 {
    padding: 40px 0;
	}
	
	.pa {
    padding: 40px 0;
	}
	
	.pa-title {
    font-size: 25px;
	}
	.pa-in ul.pa-card-list {
    margin: 0 0 60px;

	}
	
	.pa-in ul li.pa-card {
    border: none;
    padding: 0;
	background: none;
		width: 48%;
    display: block;
    margin: 1%;
    margin-bottom: 25px;
	}
	
	a.csbutton{
		width:100%;
		text-align:center;
	}
	
	
	
	.chrome-sec1 ul{
		flex-wrap:wrap;
		justify-content:center;
	}
	.chrome-sec1 ul li {
    margin:0 0 25px;
    width: 48%;
}
	
	.chrome-sec1 ul li:first-child {
		margin-right:4%;
	}
	
	.fur-sec1-in h2 {
    line-height: 140%;
}
	.fur-sec1-in h2 span {
    font-size: 15px;
	}
	
	.fur-sec1-in ul {
    flex-wrap: wrap;
	}
	
	.fur-sec1-in ul li {
    width: 49%;
		margin-right:2%;
		        margin-bottom: 25px;
}
	.fur-sec1-in ul li:nth-child(even) {
    margin-right:0;
}
	.fur-sec1-in .bottom-text br{
		display:none;
	}
	
	.contact-sec1 .line-banner{
	margin-bottom:10px;
}

	
	
	
	
	/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 13px;
  top   : 16px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #000;
  -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;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	background:#000;
}

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

nav.globalMenuSp {
	display:block;
  position: fixed;
  z-index : 105;
  top  : 0;
  left : 0;
  color: #000;
  background: none;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	margin-top:0;
	background: url(/wp-content/uploads/2024/08/hamburger-back.webp);
	background-size:cover;
}

nav.globalMenuSp ul {
    background: rgba(255, 255, 255, .9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
	padding-top:44px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
	
}


nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
    font-weight: normal;
}
	nav.globalMenuSp ul li a:hover {
	background :#ddd;
		color:#000;
	}
	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
	
	
	
	
	
}

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