@charset "UTF-8";
/* Body */
body {
	font-family: "Helvetica", "Hiragino Kaku Gothic Pro", sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
}
.fs-l-page {
	overflow:visible !important;
}
.pagetop{
	display:none !important;
}
.fs-l-main {
	padding:0;
}
/* Container */
	.container {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
}
.top{
	height: 100vh; /* 全画面表示 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(https://fsdl.itembox.design/item/base-layer/images/img_top.jpg);
}
.top h1.title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
	color: #fff;
	margin:0;
}
.top h2.title {
  font-size: 120px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
	color: #fff;
	margin:0;
	text-decoration: underline 5px;
}
.top .text-box {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.cont02, .cont03, .cont04, .cont05, .cont06, .cont07 {
	max-width: 1440px;
	background-color: #ffffff;
	margin:0 auto;
	padding:60px;
}
header {
    height: 300px !important;
}

@media (max-width: 960px) {
.cont01, .cont02, .cont03, .cont04, .cont05, .cont06, .cont07 {
	padding:30px;
}
}
@media (max-width: 767px) {
.cont01, .cont02, .cont03, .cont04, .cont05, .cont06, .cont07 {
	padding:20px;
}
	p{
		font-size:1.5em;
	}
}

a{
	text-decoration:none;
	transition : 0.5s;　/*ふわっとさせる指定*/
}
a:hover{
 transition : 0.5s;　/*ふわっとさせる指定*/
}

ul{
	margin:0;
	padding:0;
}

p{
	margin:0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix{
	zoom: 1;
}

.bordar{
	width:100%;
	height:2px;
	background:#000;
	margin:100px 0;
}
.flex{
	display: flex;
	transition : 0.5s;
}


/* 01 Section */
.top_img{
}
.top_img img{
	width:100%;
	vertical-align:top;
	object-fit: cover;
}
.top_img_02 img, .top_img_03 img{
	width:100%;
	margin: 0 0 10px 0;
	vertical-align:top;
	object-fit: cover;
}
.list_top {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
}
.item_top {
	width: calc(50% - 60px * 1 / 2);
	list-style-type: none;
}
.list_top2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
}
.item_top2 {
	width: calc(33.33% - 60px * 2 / 3);
	list-style-type: none;
}
.cont01 h1 {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 700;
	font-size: 2.5em;
	letter-spacing: -0.04em;
	color: #000000;
	margin:10% 0 0 0;
}
.cont01 h2{
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 300;
	font-size: 9.7em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-decoration: underline 5px;
	color: #000000;
	margin:0;
}
.cont01 h3{
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #000000;
	margin:5% 0 3% 0;
}
@media (max-width: 960px) {
.cont01 h2 {
	font-size: 8em;
}
}
@media (max-width: 767px) {
.cont01 h1{
	font-size: 7vw;
}
.cont01 h2 {
	font-size: 20vw;
}
.cont01 h3{
	margin:7% 0 4% 0;
}
.sp_br {
    display: none;
}
}

.cont01 p{
	display:flex;
	line-height: 2;
}

.left{
	float:left;
	width:50%;
	padding:0 7% 0 0;
}
.link01{
	width:100%;
	line-height: 2;
}
.link01{
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 38px;
	color: #000000;
	box-sizing: border-box;
	display: block;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width:100%;
	padding:10px;
	background: #FFFFFF;
	border: 2px solid #000000;
	text-decoration: none;
	text-align:center;
	margin-top: 10%;
}
.link01:hover {
	color: #ffffff;
	background: #000000;
}
.link01:visited {
	color: #000000;
}
a.link01:hover {
    color: #ffffff;
}
.cover03 img, .cover04 img, .cover05 img{
	width:100%;
	max-width:400px;
}
.cover03, .cover04{
	margin:0 60px 0 0;
}
.mt{
	margin: 60px 0 0 0;
}





.flex_top{
	display: flex;
	transition : 0.5s;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 840px;
  padding: 0;
  border-radius: 2px;
  background: #B5B8BD;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
	  color: #ffffff;
}
.modal-wrapper .modal-window .modal-content img {
		width:100%;
}
.popup_cont{
	max-width:430px;
}
.popup_pcont{
	max-width:600px;
	margin:0 auto;
	padding:80px 60px;
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.merino_title{
	font-size:1.4em;
	font-weight:bold;
	margin:0;
}
.merino_subtitle{
	font-size: 18px;
font-family: Helvetica;
letter-spacing: 1.8px;
	padding: 0 0 30px 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 0 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  color: #ffffff !important;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #8E8E8E !important
}





@media (max-width: 960px) {
	.list_top {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
	.item_top {
    width: calc(50% - 15px * 1 / 1);
  }

	.list_top2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
	.item_top2 {
	width: calc(50% - 30px * 2 / 2);
	list-style-type: none;
}

	.left{
	float:left;
	width:100%;
	margin: 0 0 1em 0;
	padding:0;

}
	.cover03, .cover04{
	margin:0 30px 0 0;
}
}
@media (max-width: 767px) {
	.item_top {
    width: 100%;
}
	.top_img_02 img{
    width: 49%;
	float:left;
	margin: 0 1% 0 0;
}
	.top_img_03 img{
    width: 49%;
	float:left;
	margin: 0 0 0 1%;
}
	.cover03, .cover04{
	margin:0 0 15px 0;
}
	.popup_pcont{
	max-width:600px;
	margin:0 auto;
	padding:20px 30px 30px 30px;
		overflow-y: auto;

}
	.left{
	margin: 0 0 1em 0;
	padding:0;
}
.merino_title{
	font-size:2em;
	margin:0;
}
	.merino_subtitle{
	font-size: 1.2em;
	font-family: Helvetica;
	padding: 0 0 30px 0;
}
	.modal-wrapper .modal-close {
  width: 30px;
  font-size: 30px;
  line-height: 30px;
}
	.flex_top{
		display: block;
}
.cover03 img, .cover04 img, .cover05 img{
	max-width:100%;
						}
header {
    height: 60px !important;
}
}




/* 02 Section */
.cont02 h2, .cont04 h2, .cont06 h2{
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 300;
	font-size: 5.7em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-decoration: underline 5px;
	color: #000000;
	margin:0;
	text-align:right;
}
.cont02 h3{
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #000000;
	margin:1em 0 1.5em 0;
	text-align:right;
}
.cont02 h4{
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 160%;
	color: #000000;
	margin:3em 0 0 30px;
}
.group{
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size:1em;
	letter-spacing: 0.1em;
	margin:0 0 0 30px;
}
ul.nayami_list{
	margin: 2em 0 0 0; 
	padding: 0;
	list-style-position:inside;
	border-top: solid 1px #000; 
}
ul.nayami_list li{
	padding: 1.2em 1.5em;
	border-bottom: solid 1px #000;
}
::marker{
	font-size:0.5em;
}
li.list_bg{
	background:#f3f3f3;
}
.nayami_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
}
.nayami {
	width: calc(50% - 60px * 1 / 2);
	list-style-type: none;
    position:relative;
}
.arrow-bottom {
	width: 30px;
	height: 30px;
	margin: 50px auto 90px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.kaiketsu{
	position: absolute;
	z-index:90;
	width: 138px;
	font-size:1.4em;
	font-weight: bold;
	background:#ffffff;
	border:solid 1px #000000;
	border-radius: 50px;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
	margin:-32px auto 0 auto;
	padding:0.5em;
	left: 0;
  	right: 0;
}
.kaiketsu_comment{
    position:relative;
	color:#ffffff;
	background:#000000;
	padding:4em;
	line-height:2.2;
	height:auto;
}
.kaiketsu_comment br {
    display: block;
    content: "";
    margin: 1em 0;
}
@media (max-width: 960px) {
	.cont02 h2, .cont04 h2,.cont06 h2{
	font-size: 12vw;
	text-decoration: underline 3px;
	margin:7% 0 4% 0;
}
	.nayami_box {
	gap: 30px;
}
	.nayami {
	width: calc(50% - 30px * 1 / 2);
}
	.cont02 h4{
	margin:3em 0 0 0;
}
	.group{
	margin:0 0 0 0;
}
	.kaiketsu_comment{
	padding:3em 2em;
	line-height:1.8;
}
}
@media (max-width: 767px) {
	.cont02 h3{
	font-size: 2em;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #000000;
	margin:1em 0 1.5em 0;
	text-align:right;
}
	.cont02 h4{
	font-size: 2em;
}
	.group{
	font-size:1.5em;
	margin:0 0 0 0;
}
	.nayami {
    width: 100%;
}
	ul.nayami_list li{
	font-size:1.5em;
}
	.kaiketsu_comment{
	font-size:1.5em;
	padding:4em 3em 3em;
}
	.arrow-bottom {
	margin: 20px auto 70px;
}
.kaiketsu {
font-size:2.5em;
}
}




/* 03 Section */
.cont03 h2, .cont05 h2{
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 300;
	font-size: 5.7em;
	line-height: 1em;
	letter-spacing: -0.05em;
	text-decoration: underline 5px;
	color: #000000;
	margin:0;
	text-align:left;
}
.cont03 h3{
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #000000;
	margin:1em 0 4em 0;
	text-align:left;
}
.list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.item {
cursor: pointer;
	width: calc(33.33% - 60px * 2 / 3);
	list-style-type: none;
	border:solid 1px #000;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.flex_link{
	display: flex;
	transition : 0.5s;
	color:#000;
}
.flex_link:hover{
	color:#fff;
	background:#000000;
	transition : 0.5s;
}

.item-picture {
	width:100%;
	overflow: hidden;
}

.item-picture:hover img{
	transform: scale(1.1);
}
.item-body {
	width:100%;
	padding:1.5em;
}
.item-body_modal {
	width:100%;
	padding:1.5em;
}
.item-picture img {
	width: 100%;
	height: 100%;
	vertical-align:top;
	object-fit: cover;
	transition: transform .5s ease;
}
.item-title {
	padding:0 0 0.5em 0;
}
.item-text {
	font-size:0.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.comment{
	font-size:0.8em;
	color:#ffffff;
	background:#000000;
	text-align: center;
	padding:0.7em;
	margin:20px 0 0 0;
	border:solid 1px #fff;
}
@media (max-width: 960px) {
  .item {
    width: calc(50% - 30px / 2);
  }
	.cont03 h2, .cont05 h2{
	font-size: 12vw;
	text-decoration: underline 3px;
	margin:7% 0 4% 0;
}
.list {
	gap: 30px;
}
}
@media (max-width: 767px) {
	.item {
	width: 100%;
  }
.list {
	gap: 30px;
}
	.cont03 h3{
	font-size: 2em;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #000000;
	margin:1em 0 1.5em 0;
}
	.item-picture {
	width:100%;
}
	.swiper .flex{
		display: block;
	}
.modal_inner {
    background: #FFF;
    width: 80%;
	height:150vw;
    margin: 0 auto;
    border-radius: 2px;
    padding: 25px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
overflow-y: auto;
}
	.item-body_modal {
	width:100%;
	padding: 1em 0 0 0;
    margin: 0;
}
.item-title {
font-size:2em;
padding:0;
}
.item-text {
	font-size:1.3em;
}

}






/* ---------------------------- */
/* --- Base --- */
/* ---------------------------- */
.swiperModalButton {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0!important;
}
/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 95%;
    max-width: 700px;
    padding: 30px;
}
.modal_inner {
    background: #FFF;
    width: 80%;
	height:600px;
    margin: 0 auto;
    border-radius: 2px;
    padding: 25px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
overflow-y: auto;
}
.modal-text {
	font-size:0.8em;
	overflow: hidden;
}
.modal_comments{
	position: relative;
	background:#000000;
	color:#ffffff;
	padding:25px;
	font-size:0.8em;
	border-radius: 10px;
	margin:40px 0 0 0;
}
.modal_comments02{
	position: relative;
	background:#7A7A7A;
	color:#ffffff;
	padding:25px;
	font-size:0.8em;
	border-radius: 10px;
	margin:40px 0 0 0;
}
.balloon-top::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 10px #222;
	top: -10px;
	content:"";
	display:block;
	height:0;
	left:50%;
	margin-left:-5px;
	position: absolute;
	width:0;
}.balloon-top02::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 10px #7A7A7A;
	top: -10px;
	content:"";
	display:block;
	height:0;
	left:50%;
	margin-left:-5px;
	position: absolute;
	width:0;
}
/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
p.swiperText {
    margin: 0;
    text-align: center;
}


@media (max-width: 767px) {
.modal-text {
	font-size:1.2em;
}
.modal_comments{
	font-size:1.5em;
}
.modal_comments02{
	font-size:1.5em;
}
}









/* 04 Section */
.model{
}
.model img{
	width:100%;
vertical-align:top;
object-fit: cover;
}
.model_cap{
	font-size:0.7em;
	margin:10px 0 0 0;
}

.list_model {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
	margin:90px 0 0 0;
}
.item_model {
  width: calc(33.33% - 60px * 2 / 3);
  list-style-type: none;
}

@media (max-width: 960px) {
.list_model {
  gap: 30px;
}
	.item_model {
  width: calc(33.33% - 30px * 2 / 3);
  list-style-type: none;
}
}
@media (max-width: 767px) {
  .item_model {
    width: 100%;
  }
.list_model {
  gap: 20px;
}
.model_cap {
    font-size: 1.5em;
}
}


/* 05 Section */
.list_det {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
	margin:90px 0 0 0;
}
.item_det {
  width: calc(33.33% - 60px * 2 / 3);
  list-style-type: none;
}
.item_det-body {
padding:1.5em 0;
}
.det-picture img {
 width: 100%;
}
.det-title {
font-weight:bold;
padding:0.5em 0 1.5em 0;
}

@media (max-width: 960px) {
	.item_det {
    width: calc(50% - 60px / 2);
  }
	.list_det {
	gap: 30px;
}
}
@media (max-width: 767px) {
	.item_det {
	width: 100%;
}
.det-title {
padding:0 0 1em 0;
}
}


/* 06 Section */
.crafts{
}
.crafts img{
	width:100%;
	vertical-align:top;
	object-fit: cover;
}
.list_crafts {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: flex-end;
	margin:90px 0 0 0;
}
.item_crafts {
	width: calc(33.33% - 60px * 2 / 3);
	list-style-type: none;
}
.item_crafts-body {
	padding:1.5em 0;
}
.crafts-text {
	font-size:1em;
		letter-spacing: -0.05em;
	line-height:1.6;
}
@media (max-width: 960px) {
	.item_crafts {
    width: calc(50% - 30px / 2);
  }
	.list_crafts {
	gap: 30px;
}
}
@media (max-width: 767px) {
	.item_crafts {
    width: 100%;
}
}



/* 07 Section */
.endtop_flex, .end_flex{
	display: flex;
	transition : 0.5s;
}
.end_left{
	width:33.33%;
	margin:0 30px 0 0;
}
.end_right{
	width:66.66%;
	margin:0 0 0 30px;
}
.end_right img{
	width:100%;
}
.end_comment_left{
	width:100%;
	margin:60px 60px 0 0;
	line-height:1.7;
}
.end_comment_right{
	width:100%;
	margin:60px 0 0 0;
	line-height:1.7;
}
.end_left h1{
font-size:1.6em;
font-family: Helvetica;
font-weight: 700;
letter-spacing: -1.2px;
margin:0;
padding:0;
}
.end_left h2{
font-size: 4.4em;
font-family: Helvetica;
font-weight: 300;
letter-spacing: -4px;
line-height:0.8;
margin:20px 0 0 0;
padding:0;
}
.end_left h3{
font-size: 36px;
font-family: Helvetica;
font-weight: 300;
letter-spacing: -1.8px;
line-height:1;
margin:20px 0 40px 0;
padding:0;
}
.sc{
font-size: 1.27em;
font-family: Helvetica;
font-weight: 300;
line-height:1.6;
	margin:0 0 20px 0;
}
.link02 a {
font-family: Helvetica;
font-style: normal;
font-weight: 300;
font-size: 1.5em;
line-height: 38px;
color: #ffffff;
display: block;
gap: 10px;
padding:10px;
background: #000000;
border: 2px solid #000000;
text-decoration: none;
text-align:center;
margin:40px 0 0 0;
}
.link02 a:hover {
color: #000000;
background: #ffffff;
}
@media (max-width: 960px) {
	.end_flex, .endtop_flex{
	display: block;
}
.end_comment_left, .end_comment_right{
	margin:30px 0 0 0;
}
.end_left{
	width:100%;
	margin:0;
}
.end_right{
	width:100%;
	margin:60px 0 60px 0;
}
}
@media (max-width: 767px) {
.newsletter .flex{
display:block;
}
	.cont07 h1{
	font-size: 7vw;
}
	.cont07 h2 {
	font-size: 20vw;
						}
.end_flex, .endtop_flex{
	display: block;
						}
.l-drawer__checkbox:checked ~ #l-drawer__menu {
    left: 0;
    font-size: 0.7em !important;
}						
}



					
					
/* 01 Section */
.cont01{
max-width: 1320px;
background-color: #ffffff;
margin:0 auto;
padding:160px 30px 80px 30px;
position: relative;
z-index: 1;
}
.top_flex{
display: flex;
transition : 0.5s;
}
.top_left{
width:33.33%;
margin:0 30px 0 0;
position: sticky;
top: 0;
height: 100%;
}
.top_right{
width:66.66%;
margin:0 0 0 30px;
position: sticky;
top: 10px;
background:#ffffff;
}
.top_right img{
	width:100%;
}

.top_left h3{
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 160%;
	letter-spacing: -0.05em;
	color: #000000;
	margin:5% 0 3% 0;
}
.top_left p{
margin:0 0 3% 0;
}

@media (max-width: 960px) {
	.top_flex{
	display: block;
}
.end_comment_left, .end_comment_right{
	margin:30px 0 0 0;
}
.top_left{
	width:100%;
	margin:0;
position: static;
height:100%;
}
.top_right{
	width:100%;
	margin:60px 0 0 0;
}
.cont01{
padding:60px 20px 0 20px !important;
}
}

