@charset "UTF-8";


/***************************************************

	トップページ

***************************************************/

.kv_wrapp{
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url('../images/top/top_kv_bg.jpg');
	position: relative;
}

.webp .kv_wrapp{
	background-image: url('../images/top/top_kv_bg.webp');
}

.kv_wrapp .kv_cont{
	height: 506px;
	position: relative;
}

.kv_wrapp .kv_cont .text_block{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.kv_wrapp .kv_cont .text_block p{
	font-size: 34px;
	font-weight: 900;
	color: var(--color1);
	line-height: 1;
	letter-spacing: 0.04em;
	margin-bottom: 28px;
	opacity: 0;
	position: relative;
	bottom: -10px;
	transition: all 0.5s linear;
}

.kv_wrapp .kv_cont .text_block p strong{
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-left: 0.1em;
}

.kv_wrapp .kv_cont .text_block p.text02{
	margin-left: 28px;
}

.kv_wrapp .kv_cont .text_block .kv_logo{
	width: 375px;
	margin: 60px 0 0 28px;
	opacity: 0;
	position: relative;
	bottom: -10px;
	transition: all 0.8s linear;
}

.kv_wrapp .top_slider{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%) rotate(3deg);
	width: 540px;
	z-index: 2;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .3);
	opacity: 0;
	transition: all 1.2s linear;
}

.kv_wrapp .kv_cont .text_block .kv_logo.view,
.kv_wrapp .kv_cont .text_block p.view{
	opacity: 1;
	bottom: 0;
}

.kv_wrapp .top_slider.view{
	opacity: 1;
}

.kv_wrapp .slick-slide{
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
}

.kv_wrapp .anchor{
	height: 200px;
	position: absolute;
	right: 120px;
	bottom: -120px;
	transition: all 0.5s linear;
	z-index: 3;
}

.kv_wrapp .anchor span{
	display: inline-block;
	width: 1px;
	height: 220px;
	background: var(--color2);
	margin: 0 auto;
	position: absolute;
    bottom: 0;
    left: 50%;
}

.kv_wrapp .anchor span::after{
	content: 'Scroll';
	display: block;
	font-family: "Roboto", sans-serif;
	color: var(--color2);
	font-size: 12px;
	letter-spacing: 0.3em;
	line-height: 1;
	position: absolute;
	top: 18px;
	left: -12px;
	white-space: nowrap;
	transform: rotate(90deg);
}

.kv_wrapp .anchor span::before {
	content: '';
	display: block;
	width: 6px;
	height: 40px;
	background: var(--color2);
	animation: scroll 3.5s infinite;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

@keyframes scroll {
  0% {
    transform: skewY(-38deg) translate(0, 0);
  }
  80% {
    transform: skewY(-38deg) translate(0, 200px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


.top_concept{
	padding: 70px 0;
	text-align: center;
}

.top_concept .title_box{
	margin-bottom: 20px;
	line-height: 1;
}

.top_concept .title_box .main{
	font-size: 65px;
	font-weight: 300;
	color: var(--color1);
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

.top_concept .title_box .sub{
	font-size: 21px;
	letter-spacing: 0.04em;
}

.top_concept .caption{
	line-height: 1.8;
	letter-spacing: 0.04em;
}


#contents{
	margin-bottom: 24px;
}

#contents h2{
	font-size: 40px;
	font-weight: 300;
	color: var(--color1);
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 43px;
}

#contents .contents_ul{
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#contents .contents_ul li{
	width: 457px;
	margin: 0 60px 60px 0;
	box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .3);
}

#contents .contents_ul li:nth-child(even){
	margin-right: 0;
}

#contents .contents_ul li:nth-child(4),
#contents .contents_ul li:nth-child(3){
    transform: translateX(105px);
}

#contents .contents_ul li a{
	width: 100%;
	display: table;
	color: #fff;
	text-decoration: none;
}

#contents .contents_ul li a .image_box,
#contents .contents_ul li a .text_box{
	display: table-cell;
	vertical-align: middle;
	height: 190px
}

#contents .contents_ul li a .text_box{
	width: 190px;
	background: #ccc;
	position: relative;
	overflow: hidden;
}

#contents .contents_ul li a .text_box::after{
	content: '';
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(255,255,255,.25);
	position: absolute;
    bottom: -40px;
    right: -40px;
}

#contents .contents_ul li:nth-child(1) a .text_box{
	background: #0389e5;
}

#contents .contents_ul li:nth-child(2) a .text_box{
	background: #047abc;
}

#contents .contents_ul li:nth-child(3) a .text_box{
	background: #0555e2;
}

#contents .contents_ul li:nth-child(4) a .text_box{
	background: #05a4e2;
}

#contents .contents_ul li a .text_box .title{
	position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1;
    color: #fff;
}

#contents .contents_ul li a .text_box .title .main{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}

#contents .contents_ul li a .text_box .title .sub{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#contents .contents_ul li a .text_box .more{
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 1;
}

#contents .contents_ul li a .text_box .more strong{
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-right: 35px;
}

#contents .contents_ul li a .text_box .more strong::after{
	content: '';
    display: inline-block;
    width: 31px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2031%207%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.5%206.5%2030.5%206.5%2025%20.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: 3px;
    right: 0;
    transition: all 0.2s linear;
}

#contents .contents_ul li a:hover .text_box .more strong::after{
    right: -10px;
}

#contents .contents_ul li a .image_box{
	width: calc(100% - 190px);
	position: relative;
    overflow: hidden;
}

#contents .contents_ul li a .image_box img{
	width: auto;
	height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    transition: all 0.2s linear;
}

#contents .contents_ul li a:hover .image_box img{
    transform: translate(-50%, -50%) scale(1.1);
}


#note{

}

#note .cont_wrapp{
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 33px;
	position: relative;
}

#note .cont_wrapp::before{
	content: '';
	display: inline-block;
	width: 335px;
	height: 100%;
	background: #efefef;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#note h2{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin: 0 0 46px 90px;
	line-height: 1;
}

#note h2 strong{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-right: 15px;
}

#note h2 .logo{
	width: 145px;
}

#note .note_ul{
	width: 820px;
	margin: 0 auto 50px;
}

#note .note_ul li{
	margin-bottom: 30px;
}

#note .note_ul li:last-child{
	margin-bottom: 0;
}

#note .note_ul li a{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: var(--text);
    text-decoration: none;
}

#note .note_ul li a:hover{
	opacity: 0.8;
}

#note .note_ul li a .entry_thumb{
	width: 260px;
	height: 135px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .3);	
}

#note .note_ul li a .entry_thumb img{
	width: 100%;
	height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    transition: all 0.2s linear;
}

#note .note_ul li a:hover .entry_thumb img{
    transform: translate(-50%, -50%) scale(1.1);
}

#note .note_ul li a .entry_txt{
	width: calc(100% - 260px);
	padding-left: 30px;
	box-sizing: border-box;
}

#note .note_ul li a .entry_txt .entry_title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

#note .note_ul li a .entry_txt .entry_date{
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

#note .note_ul li a .entry_txt .entry_content{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#note .note_ul li a .entry_txt .more{
	text-align: right;
}

#note .note_ul li a .entry_txt .more strong{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.04em;
	padding-right: 34px;
	position: relative;
}

#note .note_ul li a .entry_txt .more strong::after{
	content: '';
    display: inline-block;
    width: 30px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2031%207%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23181818%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.5%206.5%2030.5%206.5%2025%20.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    position: absolute;
    bottom: 3px;
    right: 0;
    transition: all 0.2s linear;
}

#note .note_ul li a:hover .entry_txt .more strong::after{
    right: -10px;
}

#note .note_category{
	margin-left: 277px;
}

#note .note_category .category_title{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 16px;
	line-height: 1;
}

#note .note_category .category_title .logo{
	width: 120px;
}

#note .note_category .category_title strong{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-left: 22px;
}

#note .note_category .term_ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#note .note_category .term_ul li{
	display: inline-block;
	margin: 0 20px 18px 0;
}

#note .note_category .term_ul li a{
	display: block;
	height: 52px;
	line-height: 52px;
	border-radius: 6px;
	background: #d1d1d1;
	padding: 0 80px 0 22px;
	font-size: 16px;
	font-weight: 500;
	color: var(--text);
	letter-spacing: 0.04em;
	text-decoration:none;
	position: relative;
}

#note .note_category .term_ul li a:hover{
	opacity: 0.8;
}

#note .note_category .term_ul li a::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2035.8%2035.8%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23040000%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.2.4c1-.5%2C2.2-.5%2C3.3%2C0l15.3%2C7.1c.6.3%2C1%2C.9%2C1%2C1.5s-.4%2C1.3-1%2C1.5l-15.3%2C7.1c-1%2C.5-2.2.5-3.3%2C0L1%2C10.5c-.6-.3-1-.9-1-1.5s.4-1.3%2C1-1.5L16.2.4ZM31.1%2C14.6l3.7%2C1.7c.6.3%2C1%2C.9%2C1%2C1.5s-.4%2C1.3-1%2C1.5l-15.3%2C7.1c-1%2C.5-2.2.5-3.3%2C0L1%2C19.4c-.6-.3-1-.9-1-1.5s.4-1.3%2C1-1.5l3.7-1.7%2C10.6%2C4.9c1.6.8%2C3.5.8%2C5.2%2C0l10.6-4.9h0ZM20.5%2C28.5l10.6-4.9%2C3.7%2C1.7c.6.3%2C1%2C.9%2C1%2C1.5s-.4%2C1.3-1%2C1.5l-15.3%2C7.1c-1%2C.5-2.2.5-3.3%2C0L1%2C28.3c-.6-.3-1-.9-1-1.5s.4-1.3%2C1-1.5l3.7-1.7%2C10.6%2C4.9c1.6.8%2C3.5.8%2C5.2%2C0h0Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    right: 17px;
	transform: translate(0, -50%);
    transition: all 0.2s linear;
}


#hobbys{
	width: 900px;
	margin: 100px auto;
}

#hobbys h2{
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 4px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--color1);
	position: relative;
}

#hobbys h2::after{
	content: 'My Hobby';
	font-size: 106px;
	color: #d7eef9;
	font-family: "Pacifico", cursive;
	line-height: 1;
	position: absolute;
    top: -34px;
    right: 0;
    z-index: -1;
}

#hobbys .hobby_ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#hobbys .hobby_ul li{
	width: 17.8%;
	margin: 0 2.7% 40px 0;
}

#hobbys .hobby_ul li:nth-child(5n + 5){
	margin-right: 0;
}

#hobbys .hobby_ul li a{
	color: var(--text);
	text-decoration: none;
	line-height: 1;
}

#hobbys .hobby_ul li a .image_box{
	width: 100%;
	padding-top: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.2s linear;
	box-shadow: 0px 0px 0px 0px #777777;
}

#hobbys .hobby_ul li a:hover .image_box{
	box-shadow: 2px 2px 5px -2px #777777;
}

#hobbys .hobby_ul li a .image_box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.0);
	transition: all 0.2s linear;
	object-fit: cover;
}

#hobbys .hobby_ul li a:hover .image_box img{
	transform: translate(-50%, -50%) scale(1.1);
}

#hobbys .hobby_ul li a .title{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 6px;
	transition: all 0.2s linear;
}

#hobbys .hobby_ul li a:hover .title{
	color: var(--color1);
}

#hobbys .hobby_ul li a .date{
	font-size: 13px;
}

#hobbys .link{
	text-align: right;
}

#hobbys .link a{
	display: inline-block;
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	padding-left: 30px;
	box-sizing: border-box;
	background: var(--color1);
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.04em;
	text-align: left;
	text-decoration: none;
	position: relative;
}

#hobbys .link a:hover{
	opacity: 0.8;
}

#hobbys .link a::after {
    content: '';
    display: inline-block;
    width: 31px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2031%207%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.5%206.5%2030.5%206.5%2025%20.5%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E);
    position: absolute;
    bottom: 11px;
    right: 53px;
    transition: all 0.2s linear;
}

#hobbys .link a:hover::after{
    right: 43px;
}






/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1280px){

.kv_wrapp .kv_cont{
	height: 39.53125vw;
}

.kv_wrapp .kv_cont .text_block p{
	font-size: 2.65625vw;
	margin-bottom: 2.1875vw;
	bottom: -0.78125vw;
}

.kv_wrapp .kv_cont .text_block p strong{
	font-size: 3.75vw;
}

.kv_wrapp .kv_cont .text_block p.text02{
	margin-left: 2.1875vw;
}

.kv_wrapp .kv_cont .text_block .kv_logo{
	width: 29.296875vw;
	margin: 4.6875vw 0 0 2.1875vw;
	bottom: -0.78125vw;
}

.kv_wrapp .top_slider{
	width: 42.1875vw;
	border-radius: 0.625vw;
	box-shadow: 0.3125vw 0.3125vw 0.3125vw -0.15625vw rgba(0, 0, 0, .3);
}

.kv_wrapp .slick-slide{
	padding: 0.9375vw;
}

.kv_wrapp .anchor{
	height: 15.625vw;
	right: 9.375vw;
	bottom: -9.375vw;
}

.kv_wrapp .anchor span{
	height: 17.1875vw;
}

.kv_wrapp .anchor span::after{
	font-size: 0.9375vw;
	top: 1.40625vw;
	left: -0.9375vw;
}

.kv_wrapp .anchor span::before {
	width: 0.46875vw;
	height: 3.125vw;
}


.top_concept{
	padding: 5.46875vw 0;
}

.top_concept .title_box{
	margin-bottom: 1.5625vw;
}

.top_concept .title_box .main{
	font-size: 5.078125vw;
	margin-bottom: 1.5625vw;
}

.top_concept .title_box .sub{
	font-size: 1.640625vw;
}


#contents{
	margin-bottom: 1.875vw;
}

#contents h2{
	font-size: 3.125vw;
	margin-bottom: 3.359375vw;
}

#contents .contents_ul{
	width: 84.375vw;
}

#contents .contents_ul li{
	width: 35.703125vw;
	margin: 0 4.6875vw 4.6875vw 0;
	box-shadow: 0.3125vw 0.3125vw 0.3125vw -0.15625vw rgba(0, 0, 0, .3);
}

#contents .contents_ul li:nth-child(4),
#contents .contents_ul li:nth-child(3){
    transform: translateX(8.203125vw);
}

#contents .contents_ul li a .image_box,
#contents .contents_ul li a .text_box{
	height: 14.84375vw
}

#contents .contents_ul li a .text_box{
	width: 14.84375vw;
}

#contents .contents_ul li a .text_box::after{
	width: 10.9375vw;
	height: 10.9375vw;
    bottom: -3.125vw;
    right: -3.125vw;
}

#contents .contents_ul li a .text_box .title{
    top: 1.5625vw;
    left: 1.5625vw;
}

#contents .contents_ul li a .text_box .title .main{
	font-size: 1.5625vw;
	margin-bottom: 0.9375vw;
}

#contents .contents_ul li a .text_box .title .sub{
	font-size: 1.09375vw;
}

#contents .contents_ul li a .text_box .more{
	bottom: 0.78125vw;
	right: 0.78125vw;
}

#contents .contents_ul li a .text_box .more strong{
	font-size: 1.40625vw;
	padding-right: 2.734375vw;
}

#contents .contents_ul li a .text_box .more strong::after{
    width: 2.421875vw;
    height: 0.546875vw;
    bottom: 0.234375vw;
}

#contents .contents_ul li a:hover .text_box .more strong::after{
    right: -0.78125vw;
}

#contents .contents_ul li a .image_box{
	width: calc(100% - 14.84375vw);
}


#note .cont_wrapp{
	width: 84.375vw;
	padding: 4.6875vw 0 2.578125vw;
}

#note .cont_wrapp::before{
	width: 26.171875vw;
}

#note h2{
	margin: 0 0 3.59375vw 7.03125vw;
}

#note h2 strong{
	font-size: 2.34375vw;
	margin-right: 1.171875vw;
}

#note h2 .logo{
	width: 11.328125vw;
}

#note .note_ul{
	width: 64.0625vw;
	margin: 0 auto 3.90625vw;
}

#note .note_ul li{
	margin-bottom: 2.34375vw;
}

#note .note_ul li a .entry_thumb{
	width: 20.3125vw;
	height: 10.546875vw;
	border-radius: 0.46875vw;
	box-shadow: 0.3125vw 0.3125vw 0.3125vw -0.15625vw rgba(0, 0, 0, .3);	
}

#note .note_ul li a .entry_txt{
	width: calc(100% - 20.3125vw);
	padding-left: 2.34375vw;
}

#note .note_ul li a .entry_txt .entry_title{
	font-size: 1.40625vw;
	margin-bottom: 0.78125vw;
}

#note .note_ul li a .entry_txt .entry_date{
	font-size: 0.9375vw;
	margin-bottom: 1.25vw;
}

#note .note_ul li a .entry_txt .entry_content{
	font-size: 1.09375vw;
}

#note .note_ul li a .entry_txt .more strong{
	font-size: 1.40625vw;
	padding-right: 2.65625vw;
}

#note .note_ul li a .entry_txt .more strong::after{
    width: 2.34375vw;
    height: 0.46875vw;
    bottom: 0.234375vw;
}

#note .note_ul li a:hover .entry_txt .more strong::after{
    right: -0.78125vw;
}

#note .note_category{
	margin-left: 21.640625vw;
}

#note .note_category .category_title{
	margin-bottom: 1.25vw;
}

#note .note_category .category_title .logo{
	width: 9.375vw;
}

#note .note_category .category_title strong{
	font-size: 1.5625vw;
	margin-left: 1.71875vw;
}

#note .note_category .term_ul li{
	margin: 0 1.5625vw 1.40625vw 0;
}

#note .note_category .term_ul li a{
	height: 4.0625vw;
	line-height: 4.0625vw;
	border-radius: 0.46875vw;
	padding: 0 6.25vw 0 1.71875vw;
	font-size: 1.25vw;
}

#note .note_category .term_ul li a::after {
    width: 2.734375vw;
    height: 2.734375vw;
    right: 1.328125vw;
}



#hobbys{
	width: 70.3125vw;
	margin: 7.8125vw auto;
}

#hobbys h2{
	font-size: 3.125vw;
	padding-bottom: 0.3125vw;
	margin-bottom: 3.125vw;
}

#hobbys h2::after{
	font-size: 8.28125vw;
    top: -2.65625vw;
}

#hobbys .hobby_ul li{
	margin: 0 2.7% 3.125vw 0;
}

#hobbys .hobby_ul li a .image_box{
	margin-bottom: 0.78125vw;
}

#hobbys .hobby_ul li a:hover .image_box{
	box-shadow: 0.15625vw 0.15625vw 0.390625vw -0.15625vw #777777;
}

#hobbys .hobby_ul li a .title{
	font-size: 1.25vw;
	margin-bottom: 0.46875vw;
}

#hobbys .hobby_ul li a .date{
	font-size: 1.015625vw;
}

#hobbys .link a{
	width: 14.0625vw;
	height: 2.65625vw;
	line-height: 2.65625vw;
	border-radius: 2.65625vw;
	padding-left: 2.34375vw;
	font-size: 1.40625vw;
}

#hobbys .link a::after {
    width: 2.421875vw;
    height: 0.546875vw;
    bottom: 0.859375vw;
    right: 4.140625vw;
}

#hobbys .link a:hover::after{
    right: 3.359375vw;
}










}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

.kv_wrapp{
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url('../images/top/top_kv_bg.jpg');
}

.webp .kv_wrapp{
	background-image: url('../images/top/top_kv_bg.webp');
}

.kv_wrapp .kv_cont{
	height: calc(100dvh - 14.666667vw);
}

.kv_wrapp .kv_cont .text_block{
	position: static;
	transform: translate(0, 0);
	padding: 12vw 5.333333vw 0;
}

.kv_wrapp .kv_cont .text_block p{
	font-size: 4.8vw;
	margin-bottom: 7.466667vw;
	bottom: -2.666667vw;
}

.kv_wrapp .kv_cont .text_block p strong{
	font-size: 8.533333vw;
}

.kv_wrapp .kv_cont .text_block p.text02{
	margin-left: 7.466667vw;
}

.kv_wrapp .kv_cont .text_block .kv_logo{
	width: 72vw;
	margin: 13.333333vw auto 0;
	bottom: -2.666667vw;
}

.kv_wrapp .top_slider{
	top: 54%;
	right: 0;
	left: 0;
	margin: auto;
	transform: translate(0, 0);
	width: 74.666667vw;
	border-radius: 2.133333vw;
	box-shadow: 1.066667vw 1.066667vw 1.066667vw -0.533333vw rgba(0, 0, 0, .3);
}

.kv_wrapp .slick-slide{
	padding: 2.133333vw;
}

.kv_wrapp .anchor{
	height: 53.333333vw;
	right: 8vw;
	bottom: -13.333333vw;
}

.kv_wrapp .anchor span{
	height: 58.666667vw;
}

.kv_wrapp .anchor span::after{
	font-size: 3.2vw;
	top: 4.8vw;
	left: -3.2vw;
}

.kv_wrapp .anchor span::before {
	width: 1.6vw;
	height: 10.666667vw;
}


.top_concept{
	padding: 10.666667vw 0;
}

.top_concept .title_box{
	margin-bottom: 5.333333vw;
}

.top_concept .title_box .main{
	font-size: 11.733333vw;
	margin-bottom: 4.266667vw;
}

.top_concept .title_box .sub{
	font-size: 4.8vw;
}


#contents{
	margin-bottom: 8vw;
}

#contents h2{
	font-size: 6.4vw;
	margin-bottom: 8vw;
}

#contents .contents_ul{
	width: auto;
	margin: 0 5.333333vw;
	display: block;
}

#contents .contents_ul li{
	width: auto;
	margin: 0 0 6.4vw;
	box-shadow: 1.066667vw 1.066667vw 1.066667vw -0.533333vw rgba(0, 0, 0, .3);
}

#contents .contents_ul li:last-child{
	margin-bottom: 0;
}

#contents .contents_ul li:nth-child(even){
	margin-right: 0;
}

#contents .contents_ul li:nth-child(4),
#contents .contents_ul li:nth-child(3){
    transform: translateX(0);
}

#contents .contents_ul li a .image_box,
#contents .contents_ul li a .text_box{
	height: 24vw;
}

#contents .contents_ul li a .text_box{
	width: 205px;
}

#contents .contents_ul li a .text_box::after{
	width: 26.666667vw;
	height: 26.666667vw;
    bottom: -6.666667vw;
    right: -6.666667vw;
}

#contents .contents_ul li a .text_box .title{
	position: absolute;
    top: 3.2vw;
    left: 3.2vw;
}

#contents .contents_ul li a .text_box .title .main{
	font-size: 4.8vw;
	margin-bottom: 2.133333vw;
}

#contents .contents_ul li a .text_box .title .sub{
	font-size: 3.2vw;
}

#contents .contents_ul li a .text_box .more{
	bottom: 1.6vw;
	right: 2.666667vw;
}

#contents .contents_ul li a .text_box .more strong{
	font-size: 3.733333vw;
	padding-right: 7.466667vw;
}

#contents .contents_ul li a .text_box .more strong::after{
    width: 6.133333vw;
    height: 1.333333vw;
    bottom: 0.8vw;
}

#contents .contents_ul li a:hover .text_box .more strong::after{
    right: 0;
}

#contents .contents_ul li a .image_box{
	width: calc(100% - 205px);
}

#contents .contents_ul li a:hover .image_box img{
    transform: translate(-50%, -50%) scale(1.0);
}


#note{

}

#note .cont_wrapp{
	width: auto;
	padding: 10.666667vw 0 5.333333vw;
}

#note .cont_wrapp::before{
	width: 40%;
}

#note h2{
	justify-content: center;
	margin: 0 0 12.266667vw;
}

#note h2 strong{
	font-size: 4.266667vw;
	margin-right: 4.266667vw;
}

#note h2 .logo{
	width: 30.666667vw;
}

#note .note_ul{
	width: auto;
	margin: 0 5.333333vw 13.333333vw;
}

#note .note_ul li{
	margin-bottom: 8vw;
}

#note .note_ul li a{
	display: block;
}

#note .note_ul li a:hover{
	opacity: 1;
}

#note .note_ul li a .entry_thumb{
	width: 69.333333vw;
	height: 36vw;
	border-radius: 1.6vw;
	margin: 0 auto 4.8vw;
	box-shadow: 1.066667vw 1.066667vw 1.066667vw -0.533333vw rgba(0, 0, 0, .3);	
}

#note .note_ul li a:hover .entry_thumb img{
    transform: translate(-50%, -50%) scale(1.0);
}

#note .note_ul li a .entry_txt{
	width: auto;
	padding-left: 0;
}

#note .note_ul li a .entry_txt .entry_title{
	font-size: 4.8vw;
	margin-bottom: 2.666667vw;
}

#note .note_ul li a .entry_txt .entry_date{
	font-size: 3.2vw;
	margin-bottom: 3.733333vw;
}

#note .note_ul li a .entry_txt .entry_content{
	font-size: 3.733333vw;
}

#note .note_ul li a .entry_txt .more strong{
	font-size: 4.266667vw;
	padding-right: 9.066667vw;
}

#note .note_ul li a .entry_txt .more strong::after{
    width: 8vw;
    height: 1.6vw;
    bottom: 0.8vw;
}

#note .note_ul li a:hover .entry_txt .more strong::after{
    right: 0;
}

#note .note_category{
	margin: 0 5.333333vw;
}

#note .note_category .category_title{
	margin-bottom: 5.333333vw;
}

#note .note_category .category_title .logo{
	width: 30.666667vw;
}

#note .note_category .category_title strong{
	font-size: 4.266667vw;
	margin-left: 4.266667vw;
}

#note .note_category .term_ul li{
	margin: 0 4.266667vw 4.266667vw 0;
}

#note .note_category .term_ul li a{
	height: 10.666667vw;
	line-height: 10.666667vw;
	border-radius: 1.6vw;
	padding: 0 10.133333vw 0 3.2vw;
	font-size: 3.466667vw;
}

#note .note_category .term_ul li a:hover{
	opacity: 1;
}

#note .note_category .term_ul li a::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.2vw;
}



#hobbys{
	width: auto;
	margin: 13.333333vw 5.333333vw;
}

#hobbys h2{
	font-size: 5.333333vw;
	padding-bottom: 1.066667vw;
	margin-bottom: 5.333333vw;
}

#hobbys h2::after{
	font-size: 10.666667vw;
    top: -1.6vw;
}

#hobbys .hobby_ul{
	display: block;
	margin-bottom: 5.333333vw;
}

#hobbys .hobby_ul li{
	width: 100%;
	margin: 0 0 4.8vw;
}

#hobbys .hobby_ul li:last-child{
	margin-bottom: 0;
}

#hobbys .hobby_ul li a{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#hobbys .hobby_ul li a .image_box{
	width: 16vw;
	height: 16vw;
	padding-top: 0;
	margin-bottom: 0;
}

#hobbys .hobby_ul li a:hover .image_box{
	box-shadow: 0px 0px 0px 0px #777777;
}

#hobbys .hobby_ul li a:hover .image_box img{
	transform: translate(-50%, -50%) scale(1.0);
}

#hobbys .hobby_ul li a .text_box{
	width: calc(100% - 16vw);
	padding-left: 3.2vw;
	box-sizing: border-box;
}

#hobbys .hobby_ul li a .title{
	font-size: 3.733333vw;
	line-height: 1.4;
	color: var(--color1);
	margin-bottom: 1.6vw;
}

#hobbys .hobby_ul li a .date{
	font-size: 3.2vw;
}

#hobbys .link{
	text-align: center;
}

#hobbys .link a{
	width: 32vw;
	height: 9.066667vw;
	line-height: 9.066667vw;
	border-radius: 9.066667vw;
	padding-left: 6.4vw;
	font-size: 3.733333vw;
}

#hobbys .link a:hover{
	opacity: 1;
}

#hobbys .link a::after {
	width: 6.133333vw;
	height: 1.333333vw;
    bottom: 2.933333vw;
    right: 7.466667vw;
}

#hobbys .link a:hover::after{
    right: 7.466667vw;
}
























}


