@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* font-size: 1.1rem; */
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-family: "YakuHanJP", "Noto Sans Japanese", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
}

#page-title {
    margin-top: 120px;
}

.wrapper {
    display: relative;
    flex-direction: column;
    width: 100%;
    /* 固定幅を削除 */
    /* max-width: 800px;  */
    /* 必要に応じて最大幅を設定 */
    margin: 0 auto;
    z-index: 1;
}

/* スペース */

.space1 {
    height: 150px;
    width: 100%;
    color: white;
}

/* リンクのある要素はカーソルを合わせると半透明に */
a:hover {
    opacity: 0.6;
}

/*スライドショーとリュック画像のみカーソル合わせても  */
#MainImage a:hover,
.products a:hover
 {
    opacity:1;
}

/* SP用ヘッダー要素をPCでは非表示に */
.menu-icon,
#logo img,
#hamburger-menu {
    display: none;
}

.header {
    align-items: center;
    text-align: center;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.header__inner {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: auto;
}

/* ブランドロゴ画像 */
.header .header__logo {
    margin: 50px auto 30px auto;
    max-width: 500px;
    width: 100%;
    width:auto;
    padding: 0 auto;
}


/* メニューのボタン部分を中央揃えに調整 */
.header__menu-button {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

/* 各リンク要素の中央揃え */
.global-menu-item--link {
    display: inline;
    margin: 10rem 1.3rem auto 1.3rem;
    text-decoration: none;
    color: inherit;
    width: auto;
    text-align: center;

}

/* ヘッダーナビの文字の大きさなど */
.global-menu li a
 {
    font-size: 1rem;
    letter-spacing: 0.01rem;
}


.global-menu {
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.main-image {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 5;
}


.main-image li {
    margin: 0;
    padding: 0;
    border: solid 3px;
    border-color: rgba(0, 0, 0, 0.027);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.007);
}

.main-image img {
    width: 100%;
    max-width: 100vw;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

/* サイズの違うスマホ用画像をPCでは非表示 */
#MainImage-sp {
    display: none;
}

/* スライドショーのナビゲーション（ナンバリング）を非表示にする */
.bx-pager,
.bx-controls-auto,
.bx-prev,
.bx-next {
    display: none;
}

/* トップページ特有部分 */
.main-contents {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* 右サイドのお問い合わせリンク */
#sidelink {
    position: fixed;
    width: 4.5rem;
    height: 14rem;
    background-color: #154060;
    right: 2rem;
    bottom: 2rem;
    padding: 0.5rem;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    box-shadow: -2px 2px 0 0 white;
}

/* リンク全体のスタイル */
#sidelink a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    /* 全体を縦に並べる */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* テキストを横に並べるコンテナ */
.sidelink-texts {
    display: flex;
    flex-direction: row;
    /* テキストを横に並べる */
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    /* アイコンとの間隔を調整 */
    margin-bottom: 0.1rem;
    /* アイコンとの間隔を調整 */
}

/* タイトル（お問い合わせ）のスタイル */
#sidelink .title {
    writing-mode: vertical-rl;
    /* 縦書き */
    text-orientation: upright;
    /* 文字を縦方向に表示 */
    text-align: right;
    /* 右揃え */
    font-weight: 500;
    font-size: 1.4rem;
    /* フォントサイズを調整 */
    margin: 0;
    /* 左右の間隔を調整 */
}

/* 説明文（お気軽にご連絡ください）のスタイル */
#sidelink .description {
    writing-mode: vertical-rl;
    /* 縦書き */
    text-orientation: upright;
    /* 文字を縦方向に表示 */
    text-align: left;
    /* 左揃え */
    font-size: 0.7rem;
    /* フォントサイズを調整 */
    font-weight: 200;
    margin: 0;
    /* 左右の間隔を調整 */
    letter-spacing: 0.1rem;
}

/* メールアイコンのスタイル */
#sidelink img {
    width: 100%;
    max-width: 10rem;
    width: auto;
    height: auto;
    margin-top: 0;
}

/* ホバー時のエフェクト */
#sidelink a:hover {
    opacity: 0.5;
}

/* NEWS //////////////////////////////////////////////*/

.info {
    /* white-space: normal; */
    max-width: 50rem;
    width: 100%;
    margin: 5rem auto 15rem auto;
    height: fit-content;
    text-align: center;
    font-weight: 300;
    border-bottom: solid 2px rgb(95, 95, 95);
    padding: 0;
    letter-spacing: 1px;
    z-index: 5;
}

.info__head {
    text-align: left;
    font-weight: 500;
    margin-bottom: 3rem;
}

.top-post {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 1rem;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.5px;
    display: block;
}

/* ▼topページのみに適用－ニュースタイトル */
#Home #top-from-news1,#Home #top-from-news2{
    display:block;
    line-height: 2rem;
    margin-bottom: 2rem;
    height: 4rem;
    padding-left: 3rem;
}

#Home .news-description,
#Home .news-description a{
    color: rgb(95, 95, 95);
    font-weight: 300;
    white-space: nowrap;        /* テキストを改行しない */
    overflow: hidden;           /* はみ出た部分を隠す */
    text-overflow: ellipsis;    /* はみ出たテキストを「...」で省略する */
}

#Home a.no-underline {
    text-decoration: none;
  }

#Home #top-from-news1 br,#Home #top-from-news2 br{
    display:none
}

#Home p.news-date
 {
    color: rgb(95, 95, 95);
    font-weight: 500;
    width: 6rem;
    display:inline-block;
    }
    
#Home .news-lead {
    color:  rgb(0, 0, 0);
    display: flex;
    width:auto;
    display: inline;
}

/* ▲topページのみに適用－ニュースタイトル */


/* 背景和柄のスタイル ///////////////////*/
.background-img1,
.background-img2 {
    width: 100%;
    z-index: -10;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    overflow: hidden;
    /* マスクがはみ出さないように */
}


/* 背景和柄1 */
.main-copy .background-img1 {
    position: absolute;
    max-width: 75%;
    width: 100%;
    height: auto;
    top: -12%;
    /* top: 320px; */
    left: 12%;
    opacity: 0.8;
}

/* 背景和柄2 */
.products .background-img2 {
    position: absolute;
    max-width: 75%;
    width: 100%;
    height: auto;
    top:16%;
    left: 12%;
    opacity: 0.5;
}

/* 画像自体のスタイル */
.background-img1 img,
.background-img2 img {
    width: 100%;
    height: auto;
    display: block;

    /* CSSマスクを適用して縁をぼかす */
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);

    /* マスクのサイズと位置を調整 */
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;

    /* マスクの繰り返しを防止 */
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    /* 初期状態: 透明で下に少しずらす */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 3s ease-in-out, transform 2s ease-in-out;
}

/* 表示状態を制御するクラス */
.background-img1 img.visible,
.background-img2 img.visible {
    opacity: 1;
    /* 不透明に */
    transform: translateY(0);
    /* 元の位置に戻す */
}

/* メインコピー///////////////////////////////////////*/

.main-copy {
    width: auto;
    max-width: 31rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.main-copy .sp {
    display: none;
}

h1 {
    font-size: 3.5rem;
    padding: 0;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 5rem;
    text-align: center;
    letter-spacing: 0.5rem;
}

h2 {
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.main-copy h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    margin-bottom: 4rem;
    letter-spacing: 0.3rem;
}

.main-copy p {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 250;
    line-height: 3.5rem;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
    vertical-align: middle;
    letter-spacing: 4px;
}

/* 製品紹介///////////////////////////////////////
 */
.products {
    margin: 12rem auto 10rem auto;
    position: relative;
    width: auto;
    max-width: 34rem;
}

.products h2 {
    margin-top: 10rem;
    margin-bottom: 4rem;
    font-size: 1.5rem;
}

.products p {
    display: none;
}

.backpack {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    gap:2rem;
}

.backpack img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/* company///////////////////////////////////////
 */
.brand {
    margin-top: 20rem;
    margin-bottom: 10rem;
}

.bland-bannar {
    max-height: 45rem;
    height: 100%;
    padding: 0;
    background-color: rgb(0, 0, 0);
    margin: 5rem auto;
    align-items: center;
    justify-content: center;
}

.bland-bannar img {
    display: inline;
    width: 70%;
    padding: 1.5rem;
}

.brand h2 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.brand p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1rem;
}

.footer {
    height: 23rem;
    color: white;
    background-color: rgb(0, 0, 0);
    z-index: 1;
}

.footer-inner {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
}

.footer .global-menu {
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
    height: fit-content;
}

/* フッターsns */
.sns-pc {
    max-width: 70px;
    width: 100%;
    height: fit-content;
    display: inline;
    margin-left: 450px;
    margin-right: auto;
}

.sns-pc a img {
    max-width: 30px;
    width: 100%;
    display: inline;
    margin-left: 10px;
}

.sns-sp {
    display: none;
}

.footer .global-menu li {
    margin-top: 50px;
}

.company-logo {
    width: 100%;
    max-width: 47rem;
    padding: 0;
    display: flex;
    margin: 0 auto;
}

.company-logo img {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer__adress {
    display: block;
    display:block;
    /* flex-direction: column; */
    text-align: left;
    margin: 0;
    padding: 0.6rem 0 0 10%;
    font-size: 0.9rem;
    font-weight: 200;
    letter-spacing: 0.1em;
}

.sp-br{
    display: none;
}

.footer .footer__sp-adress {
    display: none;
}

.footer__copyright {
    width: fit-content;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 100;
    letter-spacing: 0.2em;
    margin-top: 20px;
}

#fixed_footer {
    display: none;
}


/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}

.fadeIn2 {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.fadeIn3 {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.fadeIn.on,
.fadeIn2.on, 
.fadeIn3.on {
	opacity: 1;
}

.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0, 3rem, 0);
	transform: translate3d(0, 3rem, 0);
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fadeLeft {
	opacity: 0;
	-webkit-transform: translate3d(5rem, 0, 0);
	transform: translate3d(5rem, 0, 0);
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
}

.fadeLeft.on {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*------------------------------------------------------------
	delay
------------------------------------------------------------*/
.delay {
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}

.delay01 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

.delay02 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

@media all and (max-width: 767px) {
	.delay02 {
		transition-delay: 0s;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
	}
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
