@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){
  /*必要ならばここにコードを書く*/
}

.wrap {
	max-width: 1256px!important;
}


/* ヘッダー
*************************************************************/
.all4-head-wp-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 20px 10px 0;
  box-sizing: border-box;
}

.head-top-right-left,
.head-top-right-wp {
  display: flex;
  align-items: baseline;
}

.header-site-logo-image {
  display: block!important;
}

.site-name-text {
  line-height: 0!important;
}

.site-name.site-name-text-link {
  line-height: 0!important;
}

.logo-header {
  flex-shrink: 0; 
}

.logo img {
    max-width: 52px;
	width: 100%;
}

.logo {
    display: flex;
    align-items: center; 
	line-height: 0!important;
}

.logo-image {
    padding: 0!important;
}

.site-name-text-link {
    padding: 0!important;
	margin: 0!important;
}
.site-name-text-link img {
    padding: 0!important;
	margin: 0!important;
}

.site-name-text {
    font-size: 0!important;
}

.header-container {
    border-top: none!important;
}
.head-top-right-wp {
  flex-shrink: 0; 
}

.head-top-sns {
  display: flex;
  align-items: center;
}


.visible-phone {
    display: none;
}

.navi-in.wrap.cf{
  max-width: 1200px!important;
}

.all4-onlineshop-btn {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 15px;
    width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.all4-onlineshop-btn::after {
    content: '';
    position: absolute;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 10px solid black;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: border-left-color 0.4s ease;
}

/* ホバー時に色を反転 */
.all4-onlineshop-btn:hover {
    background-color: #000;
    color: #fff!important;
}

.head-top-sns a:hover {
    color: #fff !important; /* 文字色を白に設定 */
}

.head-top-sns:hover a {
    color: #fff !important; /* ボタン部分にホバー時もリンクの文字色を白にする */
}

.all4-onlineshop-btn:hover::after {
    border-left-color: white; /* 矢印の色を反転 */
}

/* クリック時に色を反転 */
.all4-onlineshop-btn:active {
    background-color: #333;
    color: #fff!important;
}

.all4-onlineshop-btn:active::after {
    border-left-color: white; /* クリック時も矢印の色を反転 */
}


.all4-onlineshop-btn p {
	font-weight:600;
}

.no-sidebar .content .main {
    margin: 5em 0 0 0;
    width: 100%;
	padding: 0!important;
}

.site-name-text-link img {
  padding: 0 !important;
  margin: 0 !important;
  width: 52px;
}

@media screen and (max-width: 1023px) {
.logo-menu-button img {
    max-height: 40px;
    display: block;
    filter: invert(88%) sepia(50%) saturate(0%) hue-rotate(229deg) brightness(120%) contrast(101%);
	margin: 0 0 0 12px;
}
}


/* グローバルメニュー
*************************************************************/
.head-top-sns li {
    display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	margin-left: 1.2em;
}

.head-top-sns a {
    color: #333;
	text-decoration: none;	
	font-size: 14px;
	font-family: YakuHanJP_Noto, Roboto, 'Noto Sans JP', arial, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
	line-height: 1.0!important;
	margin: 0!important;
	padding: 0 0.2em;
}

.head-top-sns i {
    margin-right: 0.3em;
}

.visible-phone {
    display: none;
}

.navi-in.wrap.cf{
  max-width: 1200px!important;
}

#menu-main-navi li,
#menu-main-navi-1 li {
  position: relative;
  display: inline-block; 
  background-color: rgba(0, 0, 0, 0.5); 
  height: 40px; 
  line-height: 40px; 
  vertical-align: middle; 
	width: calc(100% / 4);
	font-family: YakuHanJP_Noto, Roboto, 'Noto Sans JP', arial, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif
}

#menu-main-navi li:not(:last-child)::after,
#menu-main-navi-1 li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%; 
  transform: translateY(-50%);
  width: 0.5px;
  height: 20px;
  background-color: white;
}

#menu-main-navi li a,
#menu-main-navi-1 li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: white; 
  font-size: 14px;
}

.head-top-right-left.white {
  display: none;
}

.content.cf {
  margin: 0!important;
}



@media screen and (max-width: 1023px) {
    .slicknav_menu {
        display: block!important;
        background-color: #000!important;
    }
    .slicknav_btn {
        background-color: #fff!important;
		z-index: 999!important;
    }
	    .slicknav_menu {
        /*height: 60px !important;
        display: flex !important;*/
		padding: 10px 0!important;
        justify-content: flex-end;
        align-items: center;
    }
    #navi {
        display: none!important;
    }
    .header-container {
        display: none;
    }
	
    .slicknav_menu .slicknav_menutxt {
        color: #000!important;
        text-shadow: none!important;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #000!important;
        box-shadow: none!important;
    } 
    .head-top-right-left.white {
        display: block!important;
        position: absolute;
        max-width: 30px;
        height: 100%;
        top: 20px;
        z-index: 2!important;
    }
    .head-top-right-left.white .site-logo-image {
        display: block!important;
        filter: brightness(0) invert(1);
        position: relative;
        top: -7px;
		left: 10px;
    }
.head-top-right-left img {
  filter: invert(88%) sepia(50%) saturate(0%) hue-rotate(229deg) brightness(120%) contrast(101%);
}	
	.menu-content {
    background: #000;
    scrollbar-width: none;
    width: 215px;
		
}
	.menu-content a {
	color: #fff!important;
}
}


@media screen and (max-width: 834px) {
.content.cf {
  margin: 7.0em 0 0 0!important;
}
}

/* モバイルナビ
*************************************************************/
.mobile-menu-buttons {
    display: flex;
    align-items: center;
	height: 60px;
	flex-direction: row-reverse;
}

.mobile-menu-buttons .menu-button {
    display: block;
}

.search-menu-button {
    display: none !important;
}

.fa-times:before {
	color: #333;
}

.navi-menu-close-button .fas.fa-times {
    font-size: 16px!important; 
}

.navi-menu-close-button {
    text-align: right;
    padding: 0px 18px 10px 0;
}

	.navi-menu-content {
    right: 0;
	left: auto;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}

.search-menu-button {
    display: none;
}

.menu-content .menu-drawer {
    padding: 0!important;
}

.menu-drawer a {
    padding: 6px 15px;
}

.online-shop-mob a:not(.wp-element-button) {
    text-decoration: none; /* アンダーラインを消す */
}

/* モバイル用メニュー */
.navi-menu-content {
    background-color: #fff; /* 背景色 */
    padding: 0; /* 内側の余白 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* シャドウ効果 */
}

/* リンクのスタイル */
.navi-menu-content a {
    display: flex;
    padding: 15px 20px;
    color: #333 !important;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    border-bottom: 1px solid #333 !important;
    align-items: center;
    justify-content: space-between;
}

.navi-menu-close-button.menu-close-button{
    border-bottom: 1px solid #333 !important;
}

/* ホバー時のスタイル */
.navi-menu-content .menu-item a:hover {
    background-color: #000; /* ホバー時に背景を黒に */
    color: #fff !important; /* ホバー時に文字を白に */
    opacity: 1 !important; /* 完全に表示 */
}

.online-shop-mob a:hover {
    background-color: #000; /* ホバー時に背景を黒に */
    color: #fff !important; /* ホバー時に文字を白に */
    opacity: 1 !important; /* 完全に表示 */
}

/* ONLINE SHOPのスタイル */
.navi-menu-content .online-shop {
    font-weight: bold; /* 太字 */
    background-color: #e74c3c; /* バックグラウンドカラー */
    color: #fff; /* 文字色 */
    border-radius: 5px; /* 角を丸くする */
}

/* ONLINE SHOPのホバー時のスタイル */
.navi-menu-content .online-shop:hover {
    background-color: #c0392b; /* ホバー時の背景色 */
}

.mobile-menu-buttons {
  box-shadow: none!important;
}

.inline.drawer-sns{
    display: flex;
    justify-content: space-between;
	padding: 15px 40px;
}

.inline.drawer-sns a {
  border-bottom: none!important; 
  padding: 0;
}

.inline.drawer-sns .mar_r_10 {
  margin-right: 0 !important;
  box-sizing: border-box!important;
}

.inline.drawer-sns a {
    font-size: 22px;
    text-align: center;
    line-height: 1;
}

.inline.drawer-sns li {
    transition: opacity 0.3s ease; 
}

.inline.drawer-sns li:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1023px) {
.mobile-menu-buttons {
    display: none;
}
}


/* 共通パーツ設定
*************************************************************/

.all4-1200-layout {
max-width: 1300px;
align-items: center;
text-align: center;
justify-content: center;
margin: 0 auto;
padding: 0 50px;
}

.all4-1200-layout p {
line-height: 2.0!important;
max-width: 1200px;
text-align: left;
}


@media screen and (max-width: 1024px){
.all4-1200-layout {
padding: 0 25px;
}
}

@media screen and (max-width: 480px){
.all4-1200-layout {
padding: 0 10px;
}
}

 .main-banner {
	max-width: 1400px!important;
	margin: 0 auto 4.0em;
}
.main-banner img{
	width: 100%;
}

.all4-1200-layout.full-size p {
max-width: 100%;
margin-bottom: 4.0em;
}

@media screen and (max-width: 640px){
 .main-banner {
	margin: 0 auto 3.0em;
}}

/*-----------------------------
レイアウト設定
------------------------------*/
li{
list-style: none!important;
}

h2.section-title, h3.section-title, h1.section-title{
font-size: 2.8rem!important;
font-weight: 700!important;
/*margin-top: 0.5em;*/
margin: 0;
margin-bottom: 1.5em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.4;
color: #333!important;
background-color: transparent!important;	
border-bottom: none!important;	
border-top: none!important;
font-family: "Montserrat", sans-serif;
}
h2.section-title-jp, h3.section-title-jp, h1.section-title-jp{
font-size: 1.6rem;
font-weight: 700;
/*margin-top: 0.5em;*/
margin: 0;
margin-bottom: 1.5em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.4;
color: #333;
background-color: transparent!important;
}
h2.section-title span, h3.section-title span, h1.section-title span{
display: block;
font-size: 0.9rem!important;
font-weight: 500;
line-height: 1;
color: #555;
padding-top: 30px;
}
h2.section-title::after, h3.section-title::after, h1.section-title::after, h2.section-title-jp::after, h3.section-title-jp::after, h1.section-title-jp::after {
content: "";
display: block;
width: 22px!important;
position: relative!important;
margin: 15px auto 0;
border-bottom: solid 4px #333!important;
border-top: none!important;	
bottom: 0px!important;	
}	
h2.section-title::before {	
border-bottom: none!important;	
border-top: none!important;
}
h2.contents-title, h3.contents-title, h1.contents-title{
font-size: 2.2rem;
font-weight: 900;
/*margin-top: 1em;*/
margin: 0;
margin-bottom: 0.7em;
letter-spacing: 0.03em;
text-align: left;
line-height: 1.4;
color: #333;
border-bottom: 1px solid;
}
h2.contents-title span, h3.contents-title span, h1.contents-title span{
display: inline-block;
font-size: 0.9rem;
font-weight: 500;
margin-left: 0.8rem;
color: #555;
}
h2.contents-title-jp, h3.contents-title-jp, h1.contents-title-jp{
font-size: 1.6rem;
font-weight: 700;
/*margin-top: 0;*/
margin: 0;
margin-bottom: 2em;
letter-spacing: 0.03em;
text-align: left;
line-height: 1.8;
color: #333;
border-bottom: 1px solid;
}
h2.contents-title-jp span, h3.contents-title-jp span, h1.contents-title-jp span{
display: inline-block;
font-size: 0.9rem;
font-weight: 500;
/*margin-left: 0.8rem;*/
color: #555;
}

h3.about-title{
font-size: 1.4rem;
font-weight: 700;
margin: 0;
margin-top: 1em;
margin-bottom: 1em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.8;
color: #333;
}
p.contents-big-text{
font-size: 2.0rem;
font-weight: 600;
line-height: 1.4!important;
margin-bottom: 0.7em!important;
}

@media screen and (max-width:768px) {
h2.section-title, h3.section-title, h1.section-title{
font-size: 2.0rem!important;
margin-bottom: 1.2em!important;
}
h2.section-title-jp, h3.section-title-jp, h1.section-title-jp{
font-size: 1.1rem!important;
}
h2.section-title span, h3.section-title span, h1.section-title span{
font-size: 0.7rem!important;
}
h2.contents-title, h3.contents-title, h1.contents-title{
font-size: 1.5rem!important;
line-height: 1.2!important;
}
h2.contents-title span, h3.contents-title span, h1.contents-title span{
display: inline-block;
font-size: 0.7rem!important;
margin-left: 0.5rem!important;
}
h2.contents-title-jp, h3.contents-title-jp, h1.contents-title-jp{
font-size: 1.2rem!important;
line-height: 1.4!important;
margin-bottom: 1.5em!important;
}
h2.contents-title-jp span{
display: inline-block;
font-size: 0.7rem;
/*margin-left: 0.5rem;*/
}
h3.about-title{
font-size: 1.2rem;
margin-top: 0.8em;
margin-bottom: 0.8em;
line-height: 1.4;
}
p.contents-big-text{font-size: 1.8rem!important;}
}
@media screen and (max-width:480px) {
h2.contents-title-jp, h1.contents-title-jp{
margin-bottom: 1.2em;
}
p.contents-big-text{font-size: 1.3rem!important;}
}

@media screen and (max-width: 834px) {
    .article ul,.article ol {
        padding-left: 0px!important;
    }
}

section {
margin-bottom: 90px!important;
}

@media screen and (max-width: 767px) {
section {
margin-bottom: 45px!important;
}
}

@media screen and (max-width: 480px) {
section {
margin-bottom: 30px!important;
}
}

@media screen and (max-width: 640px) {
.entry-content>*, .mce-content-body>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond {
    margin-bottom: 1.2em!important;
}
}
/*-----------------------------
新しい見出し設定
------------------------------*/
/*--MONSERRAT大--*/
.section-title-h1 {
font-size: 2.8rem!important;
font-weight: 700!important;
margin-top: 50px!important;
padding: 15px;
margin-bottom: 1.62em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.4;
color: #333!important;
background-color: transparent!important;	
border-bottom: none!important;	
border-top: none!important;
font-family: "Montserrat", sans-serif;
}

.section-title-h1::after {
content: "";
display: block;
width: 22px!important;
position: relative!important;
margin: 15px auto 0;
border-bottom: solid 4px #333!important;
border-top: none!important;	
bottom: 0px!important;	
}	

@media screen and (max-width:768px) {
.section-title-h1 {
font-size: 2.0rem!important;
margin-bottom: 1.2em!important;
}
}	
	
/*-----------------------------
フッター
------------------------------*/
.footer {
    padding: 4em 0 3em!important;
    color: #fff;
    background-color: #000!important;
    box-sizing: border-box;
}

.foot-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}

.inline-footer {
    display: flex;
	margin: 40px 0 auto;
	justify-content: center;
}

.foot-sns{
margin: 40px auto 0;
text-align: center;
}

.navi-footer-in>.menu-footer {
    margin: 0 auto;
    max-width: 700px;
}

.navi-footer-in > .menu-footer li:last-child {
    border-right: none!important;
}
.navi-footer-in > .menu-footer li {
    width: 120px;
    border-left: none!important;
}

.footer-bottom.fnm-text-width .menu-footer li a {
    padding: 5px 15px;
}

.footer-bottom {
    margin-top: 0!important;
	padding: 0!important;
}

.inline-footer li {
    font-size: 22px;
    text-align: center;
    line-height: 1;
	padding: 0 5px;
}

.mar_r_10 {
    margin: 0 10px !important;
}

.inline-footer li a {
    width: 100%;
    height: 100%;
    padding: 0.2em;
}

.fas.fa-chevron-right.fa-fw {
    text-align: center;
    width: 0.5em!important;
}

.copyright {
    margin-top: 20px!important;
}

.footer a:hover {
    opacity: 0.7;
    background-color: transparent !important;
}

.article-footer, .entry-footer {
    display: none!important;
}

@media (max-width: 834px) {
.footer-bottom.fnm-text-width .menu-footer li a {
    padding: 5px 0px;
    width: 170px;
}
.navi-footer-in>.menu-footer {
    padding: 0 4%;
}
.navi-footer-in>.menu-footer li.menu-item {
text-align: center;
justify-content: center;
flex: inherit;
width: auto;
}
}


@media (max-width: 480px) {
.navi-footer-in>.menu-footer {
    padding: 0;
}
}


/*-----------------------------
小さな見出し h2-h3
------------------------------*/
.section-title-s-jp {
margin-left: 1.0em;
font-weight: 600!important;
}

h2.section-title.small, h3.section-title.small {
    position: relative; 
    font-size: 2.0rem!important;
    text-align: left!important;
    font-family: "Montserrat", sans-serif!important; 
    display: flex;
    align-items: baseline;
    padding: 0 0 0.2em 0!important;
}

h2.section-title.small::after, h3.section-title.small::after {
    content: "";
    display: block;
    width: 100% !important; 
    position: absolute !important; 
    left: 0;
    border-bottom: solid 1px #333 !important; 
    border-top: none !important;
}

h3.section-title.small {
    font-size: 1.4em!important;
}


/*-----------------------------
リンクボタン
------------------------------*/
.link-btn {
    max-width: 640px;
    margin: 1em auto;
    padding: 0 1.8em;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.link-btn span {
    margin-left: 0.8em;
    font-size: 0.8rem;
    font-weight: 500;
}

.link-btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 2em;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border: solid 2px #000;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.5s ease;
    z-index: 1;
}

.link-btn a::before {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 0 20px 20px;
    content: "";
    position: absolute;
    bottom: 9px;
    right: 8px;
    z-index: 2;
}

.link-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}

.link-btn-text:hover {
	color: #000!important;
    z-index: 999;
}

.link-btn a:hover::after {
    transform: translateX(0);
}

.link-btn a:hover {
    color: #000!important;
    border: solid 2px #000;
}

.link-btn a:hover::before {
    border-color: transparent transparent #000 transparent;
}

.link-btn a span {
    position: relative;
    z-index: 99;
}


.link-btn.white {
    color: #000; 
}

.link-btn.white a {
    color: #000; 
    background-color: #fff; 
    border: solid 2px #000; 
}

.link-btn.white a::before {
    border-color: transparent transparent #000 transparent; 
}

.link-btn.white a::after {
    background-color: #000;
}

.link-btn.white a:hover {
    color: #fff!important; 
    border: solid 2px #000; 
}

.link-btn.white a:hover::before {
    border-color: transparent transparent #fff transparent; 
}

.link-btn.white a:hover::after {
    transform: translateX(0);
    z-index: -1; 
}

.link-btn.white.border-less {
    padding: 0!important;
    max-width: 100%;
}

.link-btn.white.border-less a {
    padding: 1em 5.0em;
    max-width: 100%;
    box-sizing: border-box; 
    overflow: hidden; 
}

.link-btn.white.border-less a:hover {
    border: none !important;
}

.link-btn.white.border-less a {
    border: none !important;
}

@media (max-width: 767px) {
    .link-btn {
        max-width: 600px;
        padding: 0 1.5em;
    }

    .link-btn a {
        padding: 0.8em 1.5em;
    }

    .link-btn span {
        font-size: 0.7rem;
    }

    .link-btn a::before {
        border-width: 0 0 18px 18px;
    }
	
	.link-btn.white.border-less a {
        padding: 0.8em 1.5em;
    }
}

@media (max-width: 640px) {
    .link-btn {
        max-width: 580px;
        padding: 0 1.2em;
    }

    .link-btn a {
        padding: 0.7em 1.2em;
    }

    .link-btn span {
        font-size: 0.65rem;
    }

    .link-btn a::before {
        border-width: 0 0 16px 16px;
    }
	.link-btn.white.border-less a {
        padding: 0.7em 1.2em;
    }
}

@media (max-width: 480px) {
    .link-btn {
        max-width: 460px;
        padding: 0 0.9em;
    }

    .link-btn a {
        padding: 0.6em 1em;
		font-size: 0.9em;
    }

    .link-btn span {
        font-size: 0.6rem;
    }

    .link-btn a::before {
        border-width: 0 0 14px 14px;
    }
	.link-btn.white.border-less a {
        padding: 0.6em 1em;
		font-size: 0.9em;
    }
}

/*-----------------------------
リンクボタン
------------------------------*/
.links-btn-white{
width: 100%;
margin: 1em auto;
padding: 0 1.8em;
font-size: 1.2rem;
font-weight: 600;
border: 1px solid #fff;
line-height: 1;
text-align: center;
background-color: #fff;
}
.links-btn-white span{
margin-left: 0.8em;
font-size: 0.8rem;
font-weight: 500;
}
.links-btn-white a{
position: relative;
display: block;
width: 100%;
padding: 1em 2em;
text-decoration: none;
color: #000;
white-space: nowrap;
box-sizing: border-box;
}
/*.link-btn a::after, .border-link-btn a::after{
content: '\f0da';
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 50%;
right: 0.3em;
width: 13px;
transform: translateY(-50%);
}*/
.links-btn-white a::before {
border-color: transparent transparent #000 transparent;
border-style: solid;
border-width: 0 0 20px 20px;
content: "";
position: absolute;
bottom: 9px;
right: -24px;
z-index: 2;
}

.links-btn-white a:hover{
opacity: 0.7;
color: #000!important;
}


@media screen and (max-width:768px) {
.links-btn-white{
padding: 0 0;
font-size: 1.0rem;
}
.links-btn-white a::before {
    border-width: 0 0 15px 15px;
    bottom: 6px;
    right: 6px;
}
}

@media screen and (max-width:480px) {
.links-btn-white{
padding: 0 0em;
font-size: 0.8rem;
}
}


/* about
*************************************************************/
/*-----------------------------
アバウト text
------------------------------*/
.about-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5.0em;
}

/*
.about-big-text {
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom:1.0em!important;
}*/

.about-h3 {
	border-bottom: none!important;
	color: #fff!important;
	font-size: 2.2rem!important;
	font-wight: 800;	
	padding-left: 0px!important;
	margin-top: 0px!important;
	margin-bottom: 0.5em!important;
	font-family: "Montserrat", sans-serif;
}
.about-h3 span {
	border-bottom: none!important;
	color: #fff!important;
	font-size: 0.8rem;
	margin-left: 1.0em;
}

.about-bg-box p.contents-big-text {
	margin-bottom: 0.8em!important;
}

.about-text-container-wrap {
	margin-bottom: 5.0em;
}

@media screen and (max-width:768px) {
.about-h3 {
	font-size: 1.6rem!important;
	margin-bottom: 0.5em!important;
}
.about-h3 span {
	font-size: 0.7rem!important;
}
.about-text-container {
	margin-bottom: 2.0em;
}
.about-text-container-wrap {
	margin-bottom: 0!important;
}
}

@media screen and (max-width:480px) {
.about-h3 span {
	font-size: 0.6rem!important;
}
.about-text-container {
	margin-bottom: 2.0em!important;
}
.about-bg-box p.contents-big-text {
	margin-bottom: 0.6em!important;
}
.about-h3 {
	margin-bottom: 0.3em!important;
}
}


/*-----------------------------
アバウト img box
------------------------------*/
/*.about-LR-img,.about-LR-img-left img {
    max-width: 1360px; 
    height: auto; 
    display: block; 
}*/
/*
.about-bg-box,.about-bg-box-left {
	background-color: rgba(0, 0, 0, 0.7);
	max-width: 580px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 9;
	margin: -18.0em 0.5em 0 0.5em;
	}

.about-bg-box-left {
	margin-left: auto;
}

.about-bg-box-left p {
	color: #fff!important;
	margin-bottom: 1.0em!important;
}

.about-bg-box p {
	color: #fff!important;
	margin-bottom: 0px!important;
}


.about-LR-container-wrap {
	margin-bottom: 5.0em!important;
    display: flex;
    align-items: center;
}



.about-LR-container,.about-LR-container-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.about-LR-container-left {
	align-items: flex-end;
}
*/

.about-LR-container-wrap {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin-bottom: 5.0em!important;
}

.about-LR-img {
  flex: 1;
  display: flex;
  justify-content: center;
  min-height: 800px;
 overflow: hidden;
}

.about-LR-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 800px;
  margin-left: 10%;
}

.about-LR-img-left {
  flex: 1;
  display: flex;
  justify-content: center;
  min-height: 800px;
  overflow: hidden;
}

.about-LR-img-left img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  min-height: 800px;
  margin-right: 10%;
}

.all4-about-layout {
  flex: 1;
}

.about-bg-box,
.about-bg-box-left {
   flex: 0 0 580px;
  max-width: 100%;
  padding: 1.2em 2.4em;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
  color: #fff;
  box-sizing: border-box; 
      z-index: 100;
    position: relative;
}

.about-bg-box {
    right: -10%;
	margin-right: -290px;
}

.about-bg-box-left {
    left: -10%;
	margin-left: -290px;
}


@media (max-width: 960px) {
  .about-LR-container-wrap {
    flex-direction: column-reverse;
    align-items: center; 
  }
	
  .about-LR-container-wrap.reverse{
    flex-direction: column;
    align-items: center; 
  }

  .about-LR-img-left {
    margin-bottom: 20px; 
    text-align: center; 
  }
  .about-bg-box,
  .about-bg-box-left {
    width: 80%;  
    z-index: 2; 
    flex: 0 0 auto;
    right: 0;
    left: 0; 
	margin: -5.0em auto 0 ;
    box-sizing: border-box;
  }
  .about-LR-img,
  .about-LR-img-left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 1; 
  }
.about-LR-img img {
  margin-left: 0!important;
}
	.about-LR-img-left img {
  margin-right: 0!important;
}
}

@media (max-width: 767px) {
  .about-LR-img,
  .about-LR-img img,
  .about-LR-img-left,
  .about-LR-img-left img {
    min-height: auto; 
  }
}

@media (max-width: 480px) {
.about-bg-box,
.about-bg-box-left {
  padding: 0.8em 1.5em;
}
  .about-bg-box,
  .about-bg-box-left {
    max-width: 90%;
  }
.about-LR-container-wrap {
  margin-bottom: 3.0em!important;
}
}


@media (min-width: 2160px){
  .about-LR-container-wrap,
  .about-LR-container-wrap.reverse {
    justify-content: center; 
  }
	.about-LR-img-left {
    flex: initial;
    display: flex;
    justify-content: center;
  }
	.about-LR-img {
    flex: initial;
    display: flex;
    justify-content: center;
  }
.about-bg-box {
    right: 1%;
}

.about-bg-box-left {
    left: 1%;
}
}

/*
.about-LR-img {
  margin-left: calc((100% -1600px) / 2);
}
.about-LR-img-left {
  margin-right: calc((100% - 1600px) / 2);
}*/

/*
@media screen and (max-width:767px){
.about-LR-img,.about-LR-img-left img {
    max-width: 767px; 
}
.about-LR-img {
  margin-left: calc((100% - 600px) / 2);
}

.about-LR-img-left {
  margin-right: calc((100% - 600px) / 2);
}
.about-bg-box,.about-bg-box-left {
	max-width: 560px;
	padding: 30px;
	margin: -12.0em 0.5em 0 0.5em;
	}
}

@media screen and (max-width:768px){
.about-bg-box,.about-bg-box-left {
	margin: -3.0em auto 3.0em!important;
	max-width: 600px;
	padding: 30px;
	}
.about-LR-container,.about-LR-container-left {
	flex-direction: column;
	align-items: center;
}
.about-LR-img,.about-LR-img-left img {
    max-width: 100%; 
}
.about-LR-img {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
	align-items: center;
}

.about-LR-img-left {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
	align-items: center;
}
}

@media screen and (max-width:480px){
.about-bg-box,.about-bg-box-left {
	padding: 25px;
	}
.about-bg-box,.about-bg-box-left {
	margin: -3.0em auto 1.5em!important;
	}
}
*/



/* オリジナルユニフォーム
*************************************************************/
/*-----------------------------
メリット
------------------------------*/
.uniform-merit-containts-wrap {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
	max-width: 1200px;
	margin-bottom: 0!important;
  }
  
  .uniform-merit-containts {
    display: flex;
    flex-direction: column; 
    margin-bottom: 2.0em!important;
    width: 100%;
  }
  
  .uniform-merit-containts:nth-child(even) {
    flex-direction: column; 
  }
  
  .uniform-merit-img,
  .uniform-merit-txt-box {
    flex: 1;
    padding: 10px;
  }

  .uniform-merit-txt-box {
    text-align: left;
  }

.uniform-merit-img {
    position: relative;
    overflow: hidden; 
    min-height: 300px; 
}

.uniform-merit-img img {
    width: 100%;
    height: auto; 
}

  .uniform-merit-title {
    font-weight: 600;
    font-size: 1.3em;
	background-color: #000;
	color: #fff;
	line-height: 2.0em;
    margin-bottom: 0.5em;
	padding-left: 0.5em;
  }
  
  .uniform-merit-subtitle {
	font-weight: 600;
	font-size: 1.2em;
  }
  .uniform-merit-subtitle p {
    margin: 0.5em 0!important;
  }
    
   .contents-big-text.uniform {
      font-size: 2.4em!important;
    }

.uniform-merit-container {
	max-width: 1200px;
	padding: 0;
}

.article ul li.special-margin {
    margin-bottom: 0!important;
}

.article ul li.special-margin p {
    margin-bottom: 0!important;
}


@media (max-width: 1024px) { 
    .uniform-merit-img img {
        height: 100%;
        width: auto; 
        object-fit: cover;
    }
   .contents-big-text.uniform {
      font-size: 2.2em!important;
    }
}

@media (max-width: 767px) { 
   .contents-big-text.uniform {
      font-size: 1.8em!important;
    }
}

@media (max-width: 640px) {
  .uniform-merit-img,
  .uniform-merit-txt-box {
    flex: 1;
    padding: 10px 0;
  }
.uniform-merit-img {
    overflow: inherit; 
    min-height: auto;
}
   .contents-big-text.uniform {
      font-size: 1.6em!important;
    }
}
  
  @media (min-width: 640px) {
    .uniform-merit-containts {
      flex-direction: row;
    }
    .uniform-merit-containts:nth-child(even) {
      flex-direction: row-reverse; 
    }
  }

/*-----------------------------
価格
------------------------------*/
.uniform-price-wrap {
	max-width: 800px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.uniform-price-table {
  max-width: 800px; 
  width: 100%;
  border-collapse: separate!important;
  border-spacing: 0 20px;
  margin: 0 auto;
}

.uniform-price-title, .uniform-price-yen {
  padding: 0.5em 1.0em;
  text-align: left;
  font-size: 1.2em;
}

.uniform-price-title {
  background-color: #000!important;
  color: #fff;
}

.uniform-price-yen {
  background-color: #fff;
  color: #000;
  text-align: right;  
}

.uniform-price-title, .uniform-price-yen {
  border: 1px solid #ddd;
}

.uniform-price-table td, .uniform-price-table th {
  padding: 0.5em 0.7em!important;
}

.uniform-price-table tr:not(:last-child) {
  margin-bottom: 0.5em;
}

.uniform-price-table th, .uniform-price-table td {
  width: 50%; 
  box-sizing: border-box;
}

.uniform-price-yen .uniform-yen-bold {
  font-weight: 600; 
}

.alignright {
  align-self: flex-end!important;
  text-align: right!important; 
  width: 100%; 
  font-size: 1.2em; 
  font-weight: 600;
}

.uniform-price-notes-b-text p {
  font-size: 1.2em; 
  font-weight: 600;
  margin-bottom: 0!important;
}

.uniform-price-notes-box p {
  margin-bottom: 0!important;
}

.uniform-price-title span {
    display: block;
    word-wrap: break-word;
}

.uniform-price-yen span {
    display: block;
    word-wrap: break-word;
}


@media screen and  (max-width: 694px) {
.uniform-price-title span {
    display: block!important;
}

.uniform-price-yen span {
    display: block!important;
}}

@media screen and  (max-width: 640px) {
.uniform-price-title, .uniform-price-yen {
  font-size: 1.0em;
}
  }

@media screen and  (max-width: 480px) {
.uniform-price-title, .uniform-price-yen {
  font-size: 0.9em;
}
  }

.article table {
  margin-bottom: -20px!important; 
}

/*-----------------------------
注文方法
------------------------------*/

.uniform-order-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 4.0vw;
}

.uniform-order {
    display: flex;
    flex-direction: column;
    position: relative;
}

.uniform-order-bg-box {
    background-color: #fff;
    max-width: 180px;
    max-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	padding: 1.0em;
}

.uniform-order:not(:nth-last-child(1)) .uniform-order-bg-box::after {
    content: '';
    position: absolute;
    right: -2.5vw;
    top: 50%; 
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #4B4B4B;
}

.uniform-order-bg-box img {
    width: 100%;
}

.uniform-order-icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.uniform-order-text {
	text-align: left;
}

.uniform-attention {
	font-size: 0.9em!important;
}

.uniform-order-title {
	font-weight: 600;
	height: 100%;
}
.uniform-order-title p {
	margin-bottom: 0!important;
}

@media screen and (max-width:1024px){
.uniform-order:not(:nth-last-child(1)) .uniform-order-bg-box::after {
    right: -2.5vw;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #4B4B4B;
}
.uniform-order-wrap {
    grid-gap: 2.4vw;
}
}

@media screen and (max-width:767px){
.uniform-order-wrap {
    grid-template-columns: 1fr;
    grid-gap: 14.0vw;
}
.uniform-order {
    flex-direction: row;
	align-items: center;
}
.uniform-order-bg-box {
	padding: 0;
	width: 35vw;
	max-width: 40vw;
	max-height: 100%;
}
.uniform-order-text {
	margin-left: 1.0em;
	padding-top: 2.0em;
}
.uniform-order-text p {
	margin-bottom: 0!important;
}
.uniform-order-title p {
	line-height: 1.0!important;
	margin-bottom: 1.0em!important;
}
.uniform-order:not(:nth-last-child(1)) .uniform-order-bg-box::after {
        content: '';
        position: absolute;
        top: calc(100% + 5vw); 
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 14px solid #4B4B4B; 
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: none;
    }
}

@media screen and (max-width:640px){
.uniform-order-text a {
	font-size: 0.9em!important;
}
.uniform-order-text p {
	font-size: 0.9em!important;
}
.uniform-order-text {
	margin-left: 0.7em;
}
}



/*-----------------------------
見出し
------------------------------*/

.uniform-h3  {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.uniform-h3 h3 {
	border-bottom: none!important;	
  display: flex;
  align-items: center;
}

.uniform-h3 h3::before {
  content: '';
  background-color: #000;
  height: 1px;
  width: 70px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.uniform-h3 h3::after {
  content: '';
  background-color: #000;
  height: 1px;
  width: 70px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

/*-----------------------------
導入事例
------------------------------*/

.uniform-example-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(273px, 100%), 1fr));
	grid-gap: 1.5em;
	max-width:1200px;
	margin: 0 auto;
}

.uniform-example img {
	width: 100%;
}

.uniform-example {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.uniform-example-teams {
	margin: 0.5em 0;
}

.uniform-example-kinds {
	background-color: #000;
	color: #fff;
	font-size: 0.9em;
	padding: 0.2em 1.0em;
	margin-bottom: 0.5em;
}

.uniform-example-features {
	text-align: left;
}

@media screen and (max-width:960px){
.uniform-example-wrap {
	grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
	grid-gap: 1.2em;
}
}
@media screen and (max-width:640px){
.uniform-example-wrap {
	grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
	grid-gap: 1.1em;
}
}


/*-----------------------------
よくある質問
------------------------------*/

.uniform-faq-wrap {
	max-width: 900px;
	margin: 0 auto;
}

.uniform-faq {
	display: flex;
	flex-direction: column;
	margin: 2.0em 0!important;
}

.uniform-faq-inline {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
	line-height: 1.0em!important;
}

.uniform-inline-text {
	max-width: 100%!important;
}

.uniform-inline-text p {
	margin-bottom: 0!important;
	margin-left: 10px;
	max-width: 100%!important;
}

.uniform-question-mark,.uniform-answer-mark {
            position: relative;
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
	flex-shrink: 0;
	margin-top: 0.3em;
        }

.uniform-question-mark p,.uniform-answer-mark p {
            color: white;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }
.uniform-question-mark p {
	   padding-bottom: 0.1em!important;
        }
.uniform-answer-mark p {
	   padding-left: 0.1em!important;
        }

.uniform-question-mark::after,.uniform-answer-mark::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

.uniform-question-mark::after {
            background-color: black;
        }

        .uniform-answer-mark p {
            color: black;
        }

        .uniform-answer-mark::after {
            background-color: white;
            border: 1px solid #333;
        }

.uniform-question-mark,.uniform-answer-mark p {
    font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0!important;
}

.uniform-inline-text.question-text p {
    font-size: 1.1em!important;
	font-weight: 600!important;
	margin-bottom: 0!important;
}

@media screen and (max-width:827px){
.uniform-big-text {
	display: none;
}
}

/*お客様のこえ*/
.uniform-voice-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  grid-gap: 3.0em;
  margin: 2.0em auto;
}

.uniform-voice-container {
  max-width: 800px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2.0em;
  display: flex;
  position: relative;
  align-items: flex-start;
}

.uniform-voice-icon {
  margin-right: 16px;
}

.uniform-voice-icon img {
  width: 100px; 
  height: auto;
}

.uniform-voice-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.0em;
}

.uniform-voice-text-box p {
  margin-bottom: 0.5em!important;
}

.uniform-voice-text-box h4 {
  color: black;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 8px 0;
  border: none!important;
  text-align: left;
  padding: 0px!important;
}

.uniform-voice-text-box .uniform-voice-name {
  margin-bottom: 1.8em !important;
}

.uniform-voice-label {
  position: absolute;
  top: 1.5em;
  right: 0;
  background-color: #000;
  color:#fff;
  padding: 4px 20px 4px 8px;
  font-size: 1.2em;
}

@media screen and (max-width:767px){
.uniform-voice-label {
  padding: 3px 15px 3px 6px;
  font-size: 1.0em;
  top: 1.7em;
}
}

@media screen and (max-width:640px){
.uniform-voice-label {
  padding: 3px 6px 3px 6px;
}
.uniform-voice-text-box {
  margin-left: 0.8em;
}
.uniform-voice-container {
  padding: 1.5em;
}
.uniform-voice-text-box h4 {
  margin-right: 3.0em;
}
}

@media screen and (max-width:480px){
.uniform-voice-icon img {
  min-width: 50px; 
}
.uniform-voice-text-box {
  margin-left: 0.5em;
}
	}

/*-----------------------------
プロジェクト実績
------------------------------*/
.pj-results-area {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	grid-gap: 1.0em;
}

.pj-results-box {
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: calc(1200px / 4);
	margin-bottom: 2.0em!important;
}
/*
.ol, ul {
    padding-left: 0!important;
}*/

.pj-results-link {
    color: #333!important;
    font-size: 0.9em;
    font-weight: 500;
    position: relative;
}

.pj-results-link::after {
    content: '';
    position: absolute;
    top: 57%;
    right: -1.0em; 
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px; 
    border-color: transparent transparent transparent #555; 
}


.pj-results-date {
	font-size: 0.8em;
	color: #666;
}

.pj-results-title {
	font-size: 1.1em;
	font-weight: 500;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

.pj-results-img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5em;
}

.pj-results-img img {
	height: 100%;
	width: auto;
	object-fit: cover;
}


/*-----------------------------
ブランドプロジェクトページ
------------------------------*/
.project-content-wrap {
	display: grid ;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2.0em;
}
.project-content-wrap img {
	width: 100%;
}

.inquery-box {
padding: 2.0em;
border: solid 1px #000;	
}

.project-small-title {
text-align: left;
    font-size: 1.4em!important;
    padding: 9px 0px!important;
	margin-top: 0px!important;
	margin-bottom: 0.5em!important;
	border-bottom: 1px solid #000!important;
	background-color: #fff!important;
	color: #202020!important;
	border-top: none!important;
	border-radius: 0!important;
}

.project-small-title::after, .project-small-title::before {
	display: none!important;
}

.project-span-jpn {
	font-size: 1.0rem!important;
	font-weight: 500!important;
	display: inline-block;
}

.project-h3 {
text-align: left;
	font-size: 2.0em!important;    line-height: 1.25;
	margin-bottom: 25px!important;
    padding: 6px 0px!important;
	border-bottom: 1px solid #000!important;
	font-family: "Montserrat", sans-serif !important;
}
.project-h3 .project-span-jpn {
    font-family: "noto sans jp", sans-serif !important;
}

.project-h3.type-h1 {
    margin-top: 45px!important;
}

.project-h4 {
text-align: left;
	font-size: 1.4em!important;
	margin-bottom: 15px!important;
    padding: 6px 0px!important;
	border-bottom: 1px solid #000!important;
    line-height: 1.25;
    font-weight: bold;
}

.span-space {
margin-right: 0.5em;
}

.project-section {
	margin-bottom:45px!important;
	margin-top:45px;
}


@media screen and (max-width:767px){
.project-content-wrap {
	grid-gap: 1.0em;
}
.project-content-box {
	margin-bottom: 1.5em;
}
.project-small-title {
    font-size: 1.2em!important;
}
.project-h3 {
	font-size: 1.7em!important;
}
.project-h4 {
	font-size: 1.2em!important;
}
}

@media screen and (max-width:640px){
.project-content-wrap {
	grid-template-columns: 1fr;
}
.project-content-box {
	margin-bottom: 1.0em;
}
.project-small-title {
    font-size: 1.1em!important;
}
.project-h3 {
	font-size: 1.5em!important;
}
.project-h4 {
	font-size: 1.1em!important;
}
}

/*-----------------------------
プロジェクトアーカイブ
------------------------------*/

.archives-contents-wrap {
	display: grid ;
	grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
	grid-gap: 1.8em;
	padding: 0;
}

.archives-contents-box {
	text-align: left;
	padding-bottom: 0.5em;
}

.archives-title {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0.5em 0 0.25em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archives-date,.details-date {
	font-size: 0.9em;
}

.archives-link {
	color: #202020;
	font-weight: 500;
}

.archives-link:hover {
	text-decoration: underline!important; 
	color: #202020!important;
}

.archives-img:hover img {
    opacity: 0.7;
    transform: scale(1.05);
}

.archives-img {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.archives-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	 transition: transform 0.3s ease, opacity 0.3s ease;
}


@media screen and (max-width:767px){
.archives-contents-wrap {
	grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
	grid-gap: 1.5em;
}
.archives-contents-box li {
	padding-bottom: 0.8em!important;
}
}

@media screen and (max-width:640px){
.archives-contents-wrap {
	grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
	grid-gap: 1.2em;
}
.archives-contents-box li {
	padding-bottom: 1.0em!important;
}
.archives-link {
	font-size: 0.9em;
}
.archives-title {
	font-size: 1.0em;
}
}

@media screen and (max-width:480px){
.archives-contents-wrap {
	grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
	grid-gap: 0.8em;
}
.archives-contents-box li {
	padding-bottom: 1.5em!important;
}
}


/*-----------------------------
アーカイブ詳細ページ
------------------------------*/
.details-date, .details-text-box {
    text-align: left;
}

.details-text-box {
    margin-bottom: 90px;
}

.project-h3.details {
  font-family: 'Noto Sans JP', sans-serif!important;
  margin-bottom: 0.4em!important;
  font-size: 1.6em!important;
  margin-top: 45px!important;
}

.detail-slide-wrap {
	max-width: 960px;
	margin: 30px auto 0;
}

/*---消さない↑--*/


.detail-slide {
	overflow: hidden;
}

.detail-slide .detail-item {
    height: 100%;
    overflow: hidden;
    display: flex!important;
	align-items: center!important;
    aspect-ratio: 3 / 2;
}

.detail-slide .detail-item img {
    width: 100%;
	height: 100%;
    object-fit: contain;
    margin: auto!important;
}


.detail-slide-navigation {
    display: grid!important;
	grid-template-columns: repeat(auto-fill, minmax(min(182px, 100%), 1fr));
	gap: 0.8em;
	overflow: hidden;
	margin-top: 30px;
	align-items: center;
	padding: 0;
}

.detail-slide-navigation .detail-item {
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.detail-slide-navigation .detail-item img {
    height: 100%;
	width: 100%;
    overflow: hidden;
    object-fit: cover;
}


.article ul li, .article ol li {
    margin: 0!important;
}


.detail-slide-navigation .detail-item {
    opacity: 0.6;
}

.detail-slide-navigation .detail-item.current {
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.detail-slide {
    position: relative;
    overflow: hidden;
	padding: 0;
}

.detail-slide .slick-slide {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0; 
}

.detail-slide .slick-slide.slick-current {
    opacity: 1; 
}

.slick-track {
	display: flex;
	align-items: center;
}

.detail-slide-wrap {
    position: relative;
}

@media screen and (max-width:767px){
.detail-slide-navigation {
	grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr));
	gap: 0.8em;
	margin-top: 20px;
}
}

@media screen and (max-width:640px){
}

@media screen and (max-width:480px){
.detail-slide-navigation {
	grid-template-columns: repeat(auto-fill, minmax(min(110px, 100%), 1fr));
	gap: 0.6em;
	margin-top: 20px;
}
}

/*-----------------------------
ページネーション
------------------------------*/
.pagination-next {
    display: none!important;
}

.pagination .current {
    background-color: #000!important;
	color: #fff!important;
}

.page-numbers {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
	border: none;
}

/*-----------------------------
その他
------------------------------*/
.long-text {
	max-width: 1200px!important;
}

.scroll-hint-icon-wrap {
    display: none;
}

.scrollable-table.scroll-hint {
    margin-bottom: 0!important;
}

ol, ul {
    padding-right: 40px;
}
