@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/

/*リンク要素の初期カラー*/
#dialog .closeBt a:link {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:hover {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:visited {
	color: #FFF!important;
	color: inherit;
}


#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}

/*===================================================
					共通CSS
===================================================*/
.header__nav__main li a{
	color: 
}
#wrapper {
	width: 100%;
	margin-left: 0;
	background-color: #b0682e;
	color: #FFFFFF;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
}
.movieBox {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	margin-bottom: 5%;
}

.movieBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/*.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_sp {
	display: none;
} 
/*logoBox*/
.logoBox {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 15%;
}
.logoBox .logoImg {
	width: 30%;
	margin: 6% auto;
}
.logoBox .txtBox {
	width: 74%;
	margin-left: 13%;
	font-size: 14px;
	margin-bottom: 8%;
}
.logoBox .txtBox .logoTxt a {
	color: #fff;
}
.logoImg2 {
	width: 100%;
	margin: 0 auto;
}
.logoBox .logoImg2 img {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 8%;
}
.logoBox .logoImg2 .logoTxt {
	text-align: center;
	font-size: 20px;
}
.logoImg3 {
	width: 80%;
	margin: 0 auto;
}
.logoImg4 {
	width: 60%;
	margin: 0 auto;
}


/* logoBox ２枚組ギャラリー */
/* 2枚を横並びにして、2枚目を左下へズラす */
.logoBox2{
  width: 80%;
  margin: 0 auto 15%;       /* これでコンテナ自体は中央 */
}

.logoImg2__container{
  display:flex;
  justify-content:center;   /* 横方向は中央基準に */
  align-items:flex-start;   /* 上端揃え（好みでcenterでもOK） */
  gap: 0;                   /* 重なりはgapを使わず負マージンで作る */
  position:relative;
  isolation:isolate;
}

.logoImg2_item01,
.logoImg2_item02,
.logoImg2_item03,
.logoImg2_item04{
  position:relative;
  flex: 0 1 48%;
}

.logoImg2_item02 {
  /* 横は負マージンで重ねる → 幅計算に反映される */
  margin-left: -5%;
  /* 縦だけtransformで下げる（縦ズラしは幅に関係ないのでOK） */
  transform: translateY(30%);
  z-index: 2;
}


.logoImg2_item03{
  /* 横は負マージンで重ねる → 幅計算に反映される */
  margin-right: -5%;
  /* 縦だけtransformで下げる（縦ズラしは幅に関係ないのでOK） */
  transform: translateY(40%);
  z-index: 2;
}
.logoImg2__container img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

/* title */
.product__title {
	font-family: "Lobster", sans-serif;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.06em;
	font-weight: 400;
	margin-bottom: 5%;
}

/*galleryBox*/
.galleryBox {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 6%;
}
.gall_container {
	display: flex;
	justify-content: space-between;
}
/* gall_item01 を relative にして基準を明確化 */
.gall_container .gall_item01 {
	padding: 2%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 2s cubic-bezier(0.5, 1.0, 0.5, 1.5), transform 2s cubic-bezier(0.5, 1.0, 0.5, 1.5);
/*	position: relative;
*/}
.gall_container .gall_item01 img {
}
.gall_item01.show {
    opacity: 1;
    transform: translateY(0);
}

.gall_container .gall_item01:nth-child(1) {
    transition-delay: 0s;
}
.gall_container .gall_item01:nth-child(2) {
    transition-delay: 1s;
}
.gall_container .gall_item01:nth-child(3) {
    transition-delay: 2s;
}

/* setsumei_container を img-03.jpg の中央に配置 */
.setsumei_container {
	display: flex;
    width: 100%;
    text-align: center;
    opacity: 0; /* 初期状態は非表示 */
    transform: translateY(20px); /* 少し下にずらす */
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.setsumei_container .setsumei__item01 {
	width: 33%;
	padding: 2%;
}
/* テキストボックスのスタイル */
.shosaiBox {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
	line-height: 1.8em;
}
.shosaiBox .kakaku {
	margin-bottom: 5%;
}
.shosaiBox .linkBtn {
	border: 1px solid #F8F8F8;
	padding: 2% 0;
	width: 60%;
	margin: 0 auto;
	transition: 0.4s;
}
.shosaiBox .linkBtn a {
	color: #FFFFFF;
	text-decoration: none;
}
.shosaiBox .linkBtn:hover {
	background-color: #b69574;
	opacity: 0.7;
}
.shosaiBox .linkBtn a:hover {
	color: #FFFFFF;
}
/*followBox*/
.followBox {
	padding-bottom: 15%;
}
.followBox .fwTitle {
	text-align: center;
	margin-bottom: 5%;
	font-size: 56px;
	font-family: 'Century Gothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN';
	color: #FFFFFF;
}
.logo {
	width: 10%;
	margin-left: 45%;
}
.icon_container {
	display: flex;
	justify-content: space-between;
	width: 30%;
	margin-left: 35%;
}
.icon_container .icon_item01 img{
	width: 70%;
}
/*===================================================
		テキストをふわっと出す CSS fadein
===================================================*/
.fadeIn {
    opacity: 0; /* 初期状態は非表示 */
    transform: translateY(20px); /* 少し下にずらす */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadeIn.show {
    opacity: 1; /* 表示状態 */
    transform: translateY(0); /* 元の位置に移動 */
}

/*animation*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
	}
  100% {
    opacity: 1;
  }
}

/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
}
/*===================================================
			戻るボタン　CSS
===================================================*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
