@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
    font-size: 62.5%; /*文字標準*/
    font-family: 'メイリオ', sans-serif;
    font-weight: 300;
}
a {
    text-decoration: none; /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    width: 100%;
    margin: 0 auto;
    line-height: 1.7rem;
    /*文字詰め*/
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    /*スマホ横向き時のフォントサイズリセット*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow: visible;
    font-size: 1.4rem;
}
.eng {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.5rem;
}
/*iOSフォーム要素の初期化*/
input, button, textarea, select {
    -webkit-appearance: none;
    appearance: none;
}
/*画像の調整*/
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
span {
    display: inline-block;
}
@media (max-width: 1023px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
/* 1024px */
@media only screen and (min-width: 1024px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
}
#copyright {
    font-size: 1.2rem;
}
#main-footer a {
    font-size: 1.2rem;
}
/*css初期設定 end*/
/*main start*/
body {
    background-color: #ffffff;
    color: #1C1C1B;
    line-height: 1.5;
}
.mainWrap {
}
.topMainSec{
    width: 100%;
    position:relative;
	margin: 0 auto;
}
/* topイメージ */
.topMainSec .container {
	position: relative;
	max-width: 100%;
	height: 187vw;
}
.topMainSec .container p{
	position: absolute;
	bottom: 20vw;
	right: 10vw;
	color: #fff;
	font-weight: 500;
	font-size: 5vw;
	font-family: 'futura-pt', sans-serif;
}
.topimg {
	position: absolute;
	width: 100%;
}
.topimglogo{
    position: absolute;
    width: 50%;
    bottom: 40vw;
}
.topMainSec .container .yajirushiscroll {
	position: absolute;
	top: 155vw;
	left: 68vw;
}

.topMainSec .container .yajirushi {
  	position: absolute;
	top: 160vw;
	left: 70vw;
	width: 150px;
	margin: 0;
	transform: rotate(90deg);
}
.topMainSec .container .yajirushi .line01 {
  height: 1px;
  background-color: #fff;
}
.topMainSec .container .yajirushi .line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: rotate(315deg);
}

.topMainSecTxt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #2A1F14;
}
.topMainSecTxt .mainImg{
    width: 80%;
    text-align: center;
	margin: 0 auto;
	padding: 6vw 0;
}

.topMainSecTxt .mainTxt{
    width: 90%;
	margin: 0 auto;
    padding-bottom: 50px;
}
.topMainSecTxt .mainTxt h1{
    color: #ffffff;
    margin: 30px 0;
    font-weight: 600;
}
.topMainSecTxt .mainTxt p{
    color: #ffffff;
    margin: 20px 0;
    font-size: 4vw;
    font-weight: 400;
}

.topSec {
    background-color: #C5AE8C;
}
.topSecSecond {
    background-color: #727997;
}
.topSecThird {
    background-color: #ffffff;
	padding-bottom: 10vw;
}
.topSec_inner {
    width: 100%;
    aspect-ratio: 3 / 4;
    position: relative;
    margin: 0 auto; /* 52px*/
    overflow: hidden;
    z-index: 499;
    background-color: #ffffff;
    /* 下ナナメカット */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15vw), 0 100%);
}

.topSec_inner .mainImg{
	margin: 0 auto;
	padding-top: 8vw;
	text-align: center;
	width: 80%;
}
.topSec_inner .logoimg{
    position: absolute;
    width: 60%;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.topSec_inner .logoimg img{
    z-index: 9999;
}

.topSecTxt {
    background-color: #C5AE8C;
    z-index: 1001;
    position: relative;
}

.topSecTxt p{
    color: #ffffff;
    font-size: 4vw;
    font-weight: 400;
    padding: 5vw;
    line-height: 200%;
}

.topSecTxt h1{
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 600;
    padding: 0 5vw;
	font-family: 'futura-pt', sans-serif;
}
.topSecTxt h2{
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 15vw 5vw 0;
	font-family: 'futura-pt', sans-serif;
}
.topSecTxt .detailbutton{
	color: #fff;
    border: solid 1px #fff;
}
.topSecTxt .logoimg{
    position: absolute;
    width: 50%;
    top: -11vw;
    left: 50%;
    transform: translate(-50%, -50%);    
    text-align: center;
    z-index: 9999;
}

.topSecTxtSecond{
    background-color: #727997;
    z-index: 1001;
    position: relative;
}

.topSecTxtSecond p{
    color: #ffffff;
    font-size: 4vw;
    font-weight: 400;
    padding: 5vw;
    line-height: 200%;
}

.topSecTxtSecond h1{
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 600;
    padding: 0 5vw;
	font-family: 'futura-pt', sans-serif;
}
.topSecTxtSecond h2{
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 15vw 5vw 0;
	font-family: 'futura-pt', sans-serif;
}
.topSecTxtSecond .detailbutton{
	color: #fff;
    border: solid 1px #fff;
}

.topSecTxtSecond .logoimg{
    position: absolute;
    width: 50%;
    top: -11vw;
    left: 50%;
    transform: translate(-50%, -50%);    
    text-align: center;
    z-index: 9999;
}

.topSecTxtThird{
/*    position: relative;*/
}
.topSecTitleThird{
	text-align: center;
	margin: 0 auto;
	padding: 5vw;
}
.topSecTxtThird p{
    color: #000000;
    font-size: 4vw;
    font-weight: 400;
    padding: 5vw;
    line-height: 200%;
}

.topSecTitleThird h1{
    color: #000000;
    font-size: 18vw;
	margin: 0 auto;
	padding: 6vw 0 0;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-shadow: 10px 10px 0px #f4f0e9;
	line-height: 1;
}

.topSecImgThird_inner {
	position: relative;
	height: 150vw;
}

.topSecImgThirdimg01 {
	position: absolute;
	top: 0;
	left: 5vw;
	width: 60%;
	z-index: 2;
}
.topSecImgThirdimg02 {
	position: absolute;
	top: 65vw;
	right: 5vw;
	width: 60%;
	z-index: 3;
}
.topSecImgThirdimgdummy {
	position: absolute;
	background-color: #C5AE8C;
	opacity: 0.5;
	top: 40vw;
	left: 20%;
	width: 60vw;
	height: 60vw;
	z-index: 1;	
}

.topSecLinkThird .detailbutton{
	background-color: #ffffff;
    color: #000;
    border: solid 1px #000;
}

/* ボタン */
.detailbutton{
    margin: 5vw;
    font-size: 2.0rem;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    z-index: 9999;
}
.detailbutton a{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    transition: .3s;
    text-decoration: none;
}
.topSecLinkThird .detailbutton a{
    color: #000;
}
.itemdetail p{
	font-size: 2vw;
	
}
/*メインエンド*/
/*ヘッダーエリア*/
.header {
    width: 100%
}
.header {
    padding-bottom: 8px;
    margin-bottom: -8px;
}
.toplogo {
    width: 100%;
    height: 100px;
    text-align: center;
}
img.blandLogo {
    height: 80px;
    width: auto;
    margin: 10px;
}

/*for swiper*/
.swiper{
    position: relative;
    overflow: hidden;
	width: 100%;
	border: 5px solid #fff;
	box-sizing: border-box;
}
.swiper-slide img {
	height: auto;
	width: 100%;
	border: 5px solid #fff;
	box-sizing: border-box;	
}
.swiper .swiper-horizontal>.swiper-pagination-bullets, 
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    top: auto;
    bottom: 5%;
}

/* フェードイン（下から） */
.fadeInBottom {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: 1s;
}
.fadeInBottom.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* タブレット版 */
/*@media only screen and (min-width: 900px) {
	
	
}*/

/*PC版 961*/
@media only screen and (min-width: 1024px) {
	.topMainSec{
		width: 100%;
		height: 50vw;
		position:relative;
		margin: 0 auto;
		background-color: #2A1F14;
		background-image: url("../images/model1_pc.jpg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	/* topイメージ */
	.topMainSec .container {
		position: relative;
		height: 50vw;
		max-width: 100%;
/*		height: 187vw;*/
	}
	.topMainSec .container p{
/*		position: absolute;
		bottom: 20vw;
		right: 10vw;
		color: #fff;
		font-weight: 500;
		font-size: 2.0rem;
		font-family: 'futura-pt', sans-serif;*/
	}
	
	.topMainSec .container .containerTitle {
		position: absolute;
		background-color: #ffffff;
		width: 5vw;
		height: 50vw;
		left: 0;
		top: 0;
		z-index: 9998;
	}
	.topMainSec .container .containerTitleStr{
		position: absolute;
		width: 4.5vw;
		height: 50vw;
		left: 0;
		top: 1vw;
		font-family: 'futura-pt', sans-serif;
		font-weight: 600;
		font-size: 2.8vw;
		color: #000;
		writing-mode: vertical-rl;
		z-index: 9999;
	}	
	.topMainSec .container .container_left {
		width: 60vw;
		aspect-ratio: 3 / 4;
		position: absolute;
		height: 50.1vw;
		margin: 0 auto; /* 52px*/
		overflow: hidden;
		z-index: 499;
		background-color: #2A1F14;
		/* 横ナナメカット */
		clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	}
	.topMainSec .container .container_left .topimglogo{
		width: 40%;
		left: 20vw;
		top: 15vw;
	}
	.topMainSec .container .yajirushiArea {
		position: absolute;
		width: 10vw;
		height: 5vw;
		
	}
	.topMainSec .container .yajirushiArea .yajirushiArea_inner {
		position: relative;
		width: 10vw;
		height: 20vw;
		left: 85vw;
		top: 40vw;
	}
	.topMainSec .container .yajirushiArea .yajirushiArea_inner .yajirushiscroll {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.5vw;
	}
	.topMainSec .container .yajirushiArea .yajirushiArea_inner .yajirushi {
		position: absolute;
		top: 0;
		left: 2vw;
		width: 150px;
		margin: 0;
		transform: rotate(90deg);
	}	
	
	.topMainSecTxt .topMainSecTxtCol {
	  display: flex;
	}

	.topMainSecTxtCol li {
		width: calc(100% / 3);
		height: 50vw;
	}

	.topMainSecTxtCol ul,
	.topMainSecTxtCol li {
	  padding-left: 0;
	  margin-top: 0;
	  margin-bottom: 0;
	  list-style: none;
	}

	.topMainSecTxtCol li {
		background: #2A1F14;
		color: #fff;
		text-align: center;
		padding: 20px 0;
	}
	#li1 {
		background-image: url("../images/model2.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#li3 {
		background-image: url("../images/model3.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
		
	.topMainSecTxt .mainImg{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}	
	.topMainSecTxt .mainImg img{
		width: 50%;
		margin: 10vw 0 5vw;
	}
	.topMainSecTxt .mainTxt h1{
		color: #ffffff;
		margin: 30px 0;
		font-weight: 600;
	}
	.topMainSecTxt .mainTxt p{
		color: #ffffff;
		margin: 20px 0;
		font-size: 1vw;
		font-weight: 400;
	}	
	
	/* 01 */
	.topSec{
		width: 100%;
		height: 48.5vw;
		position:relative;
		margin: 0 auto;
		margin-top: 5vw;
		background-color: #C5AE8C;
	}
	/* topイメージ */
	.topSec .container {
		position: relative;
		width: 100%;
		height: 48.5vw;
	}

	.topSec .container .container_left {
		width: 44vw;
		aspect-ratio: 3 / 4;
		position: absolute;
		height: 48.7vw;
		top: -0.1vw;
		margin: 0 auto; /* 52px*/
		overflow: hidden;
		z-index: 499;
		background-color: #ffffff;
		/* 横ナナメカット */
		clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	}
	
	.topSec .container .container_left .swiper{
		top: 5vw;
		left: 2vw;
	}
	.topSec .container .container_left .swiper-slide img {
		width: 28vw;
	}
	
	.topSec .container .container_right {
		position: absolute;
		width: 22vw;
		left: 50vw;
		height: 48.5vw;
	}
	.topSec .container .container_right .container_right_inner {
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.topSec .container .container_img {
		position: absolute;
		height: 100%;
		left: 70vw;
		bottom: 0;
		vertical-align: bottom;
	}		
	.topSec .container .container_img img{
/*		width: auto;
		height: 100%;*/
		height: 100%;
	}		

	.topSec p{
		color: #ffffff;
		font-size: 0.9vw;
		padding-top: 1vw;
		font-weight: 400;
		line-height: 200%;
	}

	.topSec h1{
		color: #ffffff;
		font-size: 2vw;
		font-weight: 600;
		font-family: 'futura-pt', sans-serif;
	}
	.topSec h2{
		color: #ffffff;
		font-size: 1.5vw;
		font-weight: 600;
		padding-top: 1vw;
		font-family: 'futura-pt', sans-serif;
	}
	.topSec .detailbutton{
		color: #fff;
		border: solid 1px #fff;
		margin: 1vw auto;
	}
	.topSec .detailbutton a{
		margin: 0 auto;
		padding: 10px;
	}
	.topSec .detailbutton:hover{
		background-color: #fff;
	}
	.topSec .detailbutton:hover a{
		color: #C5AE8C;
	}
	

	.topSec .logoimg{
		position: absolute;
		width: 18vw;
		top: 50%;
		left: 40.5vw;
		transform: translate(-50%, -50%);    
		text-align: center;
		z-index: 9999;
	}	
	
	
	/* 02 */
	.topSecSecond{
		width: 100%;
		height: 44vw;
		position:relative;
		margin: 0 auto;
		margin-top: 5vw;
		background-color: #ffffff;
	}
	/* topイメージ */
	.topSecSecond .container {
		position: relative;
		height: 44vw;
		width: 100%;
	}

	.topSecSecond .container .container_left {
		width: 69vw;
		aspect-ratio: 3 / 4;
		position: absolute;
		height: 44vw;
		margin: 0 auto; /* 52px*/
		overflow: hidden;
		z-index: 499;
		background-color: #727997;
		/* 横ナナメカット */
		clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
	}
	
	
	.topSecSecond .container .container_left .container_left_inner{
		position: absolute;
		width: 22vw;
		left: 31vw;
		height: 44vw;
	}
	.topSecSecond .container .container_left .container_left_inner .inner {
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}	
	
	.topSecSecond .container .container_right {
		position: absolute;
		width: 55vw;
		height: 44vw;
		right: 0;
	}
	
	.topSecSecond .container .container_right .swiper{
		top: 5vw;
		left: 25vw;
	}
	.topSecSecond .container .container_right .swiper-slide img {
		width: 28vw;
	}
	
	.topSecSecond .container .container_img {
		position: absolute;
		height: 100%;
		left: -3vw;
		bottom: 0;
		z-index: 9998;
	}
	.topSecSecond .container .container_img img{
		height: 100%;
	}	
	
	.topSecSecond p{
		color: #ffffff;
		font-size: 0.9vw;
		padding-top: 1vw;
		font-weight: 400;
		line-height: 200%;
	}

	.topSecSecond h1{
		color: #ffffff;
		font-size: 2vw;
		font-weight: 600;
		font-family: 'futura-pt', sans-serif;
	}
	.topSecSecond h2{
		color: #ffffff;
		font-size: 1.5vw;
		font-weight: 600;
		padding-top: 2vw;
		font-family: 'futura-pt', sans-serif;
	}
	.topSecSecond .detailbutton{
		color: #000;
		border: solid 1px #fff;
		margin: 1vw auto;
	}
	.topSecSecond .detailbutton a{
		margin: 0 auto;
		padding: 10px;

	}
	.topSecSecond .detailbutton:hover{
		background-color: #fff;
	}
	.topSecSecond .detailbutton:hover a{
		color: #727997;
	}	

	.topSecSecond .logoimg{
		position: absolute;
		width: 18vw;
		top: 50%;
		left: 61vw;
		transform: translate(-50%, -50%);    
		text-align: center;
		z-index: 9999;
	}	
	
	/* ノベルティ */
	.topSecThird {
		width: 70%;
		margin: 0 auto;
		padding-top: 5vw;
	}
	.topSecTxtThird {
		text-align: left;
	}
	.topSecTxtThird p{
		color: #000000;
		font-size: 1vw;
		font-weight: 400;
		padding: 1vw;
		line-height: 200%;
	}	
	.topSecThird .topSecThirdCol {
	  display: flex;
	}

	.topSecThirdCol li {
		width: calc(100% / 2);
		height: 50vw;
	}

	.topSecThirdCol ul,
	.topSecThirdCol li {
	  padding-left: 0;
	  margin-top: 0;
	  margin-bottom: 0;
	  list-style: none;
	}

	.topSecThirdCol li {
		color: #000;
		text-align: center;
		padding: 20px 0;
	}
	#li3_1 {
		height: 40vw;
	}
	#li3_2 {
		height: 40vw;
	}
	
	.list_inner {
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);		
	}
	
	.topSecImgThird {
		position: relative;
		height: 40vw;

	}
	.topSecImgThird_inner {
		position: relative;
		height: 40vw;
	}

	.topSecImgThirdimg01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 18vw;
		z-index: 2;
	}
	.topSecImgThirdimg02 {
		position: absolute;
		top: 18vw;
		right: 2vw;
		width: 18vw;
		z-index: 3;
	}
	.topSecImgThirdimgdummy {
		position: absolute;
		background-color: #C5AE8C;
		opacity: 0.5;
		top: 12vw;
		left: 9vw;
		width: 15vw;
		height: 15vw;
		z-index: 1;	
	}
	
	.topSecLinkThird .topSecThirdLinkCol {
	  display: flex;
	}

	.topSecThirdLinkCol li {
		width: calc(100% / 2);
		height: 5vw;
	}

	.topSecThirdLinkCol ul,
	.topSecThirdLinkCol li {
	  padding-left: 0;
	  margin-top: 0;
	  margin-bottom: 0;
	  list-style: none;
	}

	.topSecThirdLinkCol li {
		color: #000;
		text-align: center;
		padding: 20px 0;
	}
	#li3link_1 {
	}
	#li3link_2 {
	}
	
	.topSecLinkThird .detailbutton:hover{
		background-color: #000;
	}
	.topSecLinkThird .detailbutton:hover a{
		color: #fff;
	}
	.topSecTitleThird{
		text-align: left;
		padding: 0 1.5vw;
	}	
	.topSecTitleThird h1{
		font-size: 5vw;
		padding: 0 0 2vw;
	}	
	
	.itemdetail p{
		font-size: 0.5vw;
	}
}
