@charset "utf-8";
/* CSS Document */
.fv {
	width: 100%;
}
.fv .boxitem {
	width: 50%;
	aspect-ratio: 1 / 1;
	position: relative;
    overflow: hidden;
}
.fv .boxitem::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.fv .boxitem:nth-of-type(1)::before {
    background-color: rgba(196, 121, 209, 0.1); /* #C479D1 10% */
}
.fv .boxitem:nth-of-type(2)::before {
    background-color: rgba(196, 175, 138, 0.2); /* #C4AF8A 20% */
}
.fv .boxitem .box{
	flex-direction: column;
	position: relative;
    z-index: 2;
}
.fv .boxitem .box2 {
    gap: 200px;
}
.fv .boxitem .box1 {
    gap: 150px;
}
.fv .boxitem .box .topbox{ 
	flex-direction: column;
	gap: 15px;
	margin-bottom: clamp(50px, 10vw, 110px);
}
.fv .boxitem .box .topbox img{ 
	width: clamp(100px, 12vw, 220px);
}
.fv .boxitem .box .topbox .title{ 
	font-size: clamp(22px, 2.8vw, 50px);
	color: #fff;
	font-family: "Zen Old Mincho",  serif;
	letter-spacing: 0.1em;
}
.fv .boxitem .box .topbox .txtbox{ 
	flex-direction: column;
	gap: 8px;
}

.fv .boxitem .box > img {
    width: clamp(40px, 5vw, 70px);
}
/* ---------- cate1 ---------- */
.cate1 {
    position: relative;
    overflow: hidden;
}
.cate1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1920 / 500;
    background-image: url("https://briller-wanwan55.com/system_panel/uploads/images/bg_deco1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    pointer-events: none;
}
.cate1 .box_wrap{
	gap: 30px;
	align-items: stretch;
}
.cate1 .box_wrap .txtbox{
	flex: 2;
}
.cate1 .box_wrap .txtbox .titlebox{
	flex-direction: column;
}
.cate1 .box_wrap .txtbox .titlebox img{
	width: clamp(24px, 3vw, 40px);
}
.cate1 .box_wrap .imgbox{
	flex: 1;
	align-self: stretch;
}
.cate1 .box_wrap .imgbox img {
    display: block;
    border-radius: 10px;
    object-fit: cover;
}
.cate1 .box_wrap .imgbox1 {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.cate1 .box_wrap .imgbox1 .img1 {
    width: clamp(190px, 24vw, 340px);
    margin-left: 0;
}
.cate1 .box_wrap .imgbox1 .img3 {
    width: clamp(130px, 16vw, 220px);
    margin-left: auto;
    margin-right: 40px;
}
.cate1 .box_wrap .imgbox2 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cate1 .box_wrap .imgbox2 .img2 {
    width: clamp(150px, 19vw, 260px);
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	padding: 80px 110px;
	border-radius: 50px;
	border: 1px #fff solid;
	background-color: #EADEEC;
	flex-direction: column;
	gap: 40px;
}
.cate2 .box_wrap2{
	background-color: #F2E7E6;
}
.cate2 .box_wrap .topbox{
	gap: 60px;
}
.cate2 .box_wrap .topbox .imgbox{
	width: calc(50% - 30px);
	margin-bottom: clamp(10px, 3vw, 80px);
}
.cate2 .box_wrap .topbox .txtbox{
	width: calc(50% - 30px);
}

.cate2 .box_wrap .topbox .txtbox .txttop{ 
	flex-direction: column;
	gap: 15px;
}
.cate2 .box_wrap .topbox .txtbox .txttop img{ 
	width: clamp(70px, 9vw, 120px);
}
.cate2 .box_wrap .topbox .txtbox .txttop .txt .title{ 
	font-size: clamp(22px, 2.8vw,42px);
	font-family: "Zen Old Mincho",  serif;
	letter-spacing: 0.1em;
}
.cate2 .box_wrap .topbox .txtbox .txttop .txt{
	flex-direction: column;
	gap: 5px;
}
.cate2 .box_wrap .topbox .txtbox .boxitem{ 
	width: 100%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
.cate2 .box_wrap .topbox .txtbox .boxitem .itemtop{ 
	flex-direction: column;
}
.cate2 .box_wrap .topbox .txtbox .boxitem .itembottom{ 
	gap: 15px 20px;
}
.cate2 .box_wrap .topbox .txtbox .boxitem .itembottom p{ 
	width: calc(50% - 10px);
}

.cate2 .box_wrap .topbox .imgbox {
    position: relative;
    width: calc(50% - 30px);
    min-height: 520px;
}
.cate2 .box_wrap .topbox .imgbox > img:nth-of-type(1) {
    display: block;
    width: 70%;
    aspect-ratio: 2.8 / 4;
    object-fit: cover;
    border: 2px solid #C3A879;
    border-radius: 50% 50% 0 0 / 37.5% 37.5% 0 0;
}
.cate2 .box_wrap .topbox .imgbox > img:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: -10%;
    z-index: 2;
    width: 42%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
}
.cate2 .box_wrap .topbox .imgbox::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 20%;
    z-index: 3;
    width: 100px;
    height: 100px;
    background-image: url("https://briller-wanwan55.com/system_panel/uploads/images/title_deco1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.cate2 .box_wrap .topbox .imgbox::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -5%;
    z-index: 3;
    width: 70px;
    height: 70px;
    background-image: url("https://briller-wanwan55.com/system_panel/uploads/images/title_deco1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
/* ---------- youtube_wrap ---------- */
.youtube_wrap .titlebox1 p{
	border-bottom: #C3A879 2px solid;
}
.youtube_wrap {
    position: relative;
    align-items: center;
    overflow: hidden;
}
.youtube_wrap::before {
    content: "ORIGINAL MOVIE　ORIGINAL MOVIE　ORIGINAL MOVIE　ORIGINAL MOVIE　";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: max-content;
    transform: translateY(-50%);
    color: rgba(160, 122, 168, 0.10);
    font-family: "EB Garamond", sans-serif;
    font-size: clamp(60px, 10vw, 120px);
    line-height: 1;
    letter-spacing: 0.18em;
    white-space: nowrap;
    pointer-events: none;
    animation: youtubeTextLoop 28s linear infinite;
}
@keyframes youtubeTextLoop {
    0% {
        transform: translate3d(0, -50%, 0);
    }

    100% {
        transform: translate3d(-50%, -50%, 0);
    }
}
.youtube_wrap .youtubebox {
    width: min(100%, 900px);
}
.youtube_wrap .youtubebox iframe{
	display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 4px solid #A07AA8;
    border-radius: 24px;
    overflow: hidden;
}
.youtube_wrap .titlebox1,
.youtube_wrap .youtubebox,
.youtube_wrap .follow_bt {
    position: relative;
    z-index: 1;
}
.youtube_wrap .follow_bt {
	position: relative;
    gap: 10px;
    width: min(100%, 720px);
	z-index: 1;
	padding-top: clamp(28px, 3vw, 45px);
}
.youtube_wrap .follow_bt .follow_title {
  	position: absolute;
    top: 0;
    left: 50%;
    padding: 0 15px;
    font-size: clamp(16px, 1.8vw, 25px);
    letter-spacing: 0.18em;
    transform: translateX(-50%);
    z-index: 2;
}

.youtube_wrap .follow_bt .follow_title::before,
.youtube_wrap .follow_bt .follow_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 12px;
    transform: translateY(-50%);
}
.youtube_wrap .follow_bt .follow_title::before {
    right: 100%;
    background:
        linear-gradient(45deg, transparent 48%, #C3A879 49%, #C3A879 51%, transparent 52%) right center / 18px 12px no-repeat;
}
.youtube_wrap .follow_bt .follow_title::after {
    left: 100%;
    background:
        linear-gradient(-45deg, transparent 48%, #C3A879 49%, #C3A879 51%, transparent 52%) left center / 18px 12px no-repeat;
}
.youtube_wrap .follow_bt .follow_bt {
    position: relative;
    width: 100%;
    padding: 18px 80px 18px 60px;
    border: 2px solid #C3A879;
    border-radius: 100px;
    background-color: #fff;
    justify-content: center;
    gap: 12px;
}

.youtube_wrap .follow_bt .follow_bt .icon {
    width: 28px;
    flex-shrink: 0;
}
.youtube_wrap .follow_bt .follow_bt .icon img {
    display: block;
    width: 100%;
}
.youtube_wrap .follow_bt .follow_bt p span {
    color: #A07AA8;
}
.youtube_wrap .follow_bt .follow_bt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #C3A879;
    background-image: url("https://briller-wanwan55.com/system_panel/uploads/images/arrow3.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto;
    transform: translateY(-50%);
    transition: ease 0.3s;
}
.youtube_wrap .follow_bt .follow_bt:hover::after {
    transform: translate(3px, -50%);
}

/* ---------- cate3 ---------- */

.cate3{
	gap: 40px;
}
.cate3 .contact_link{
	position: relative;
    overflow: hidden;
	flex-direction: column;
	gap: 40px;
	border-radius: 20px;
	width: calc(50% - 20px);
	padding: 70px;
}
.cate3 .contact_link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(220, 195, 210, 0.4);
    pointer-events: none;
}
.cate3 .contact_link .topbox{
	position: relative;
    z-index: 2;
	flex-direction: column;
	gap: 20px;
}
.cate3 .contact_link .more{
	position: relative;
    z-index: 2;
}
.cate3 .contact_link .topbox .white_line {
    width: 15px;
    height: 1px;
    background-color: #fff;
}
/* ---------- newstop ---------- */
.newstop .topbox {
    width: 100%;
}

.newstop .news_list .webgene-blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    gap: 30px 40px;
}

.newstop .news_list .webgene-blog .webgene-item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB;
}

.newstop .news_list .webgene-blog .webgene-item a {
    gap: 30px;
}

.newstop .news_list .webgene-blog .webgene-item .imgbox {
    width: calc(20% - 15px);
}

.newstop .news_list .webgene-blog .webgene-item .imgbox img {
    border-radius: 10px;
}

.newstop .news_list .webgene-blog .webgene-item .txtbox {
    width: calc(80% - 15px);
    text-align: left;
    gap: 20px;
}

.newstop .news_list .webgene-blog .webgene-item .txtbox > .flex {
    justify-content: flex-start;
    width: 100%;
}

.newstop .news_list .webgene-blog .webgene-item .cate_txt {
    color: #fff;
    background-color: #C3A879;
    border-radius: 200px;
    padding: 3px 20px;
}

.newstop .news_list .webgene-blog .webgene-item .date {
    color: #C3A879;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .box_wrap {
		padding: 60px 80px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
        flex-wrap: wrap;
        gap: 40px 30px;
    }
    .cate1 .box_wrap .txtbox {
        order: 1;
        flex: 0 0 100%;
        width: 100%;
    }
    .cate1 .box_wrap .imgbox1 {
        order: 2;
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .cate1 .box_wrap .imgbox2 {
        order: 3;
        flex: 0 0 calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .cate1 .box_wrap .imgbox1 .img1 {
        width: clamp(140px, 38vw, 240px);
    }
    .cate1 .box_wrap .imgbox1 .img3 {
        width: clamp(130px, 26vw, 200px);
        margin-right: 20px;
		margin-top: 20px;
    }
    .cate1 .box_wrap .imgbox2 .img2 {
        width: clamp(140px, 32vw, 210px);
    }
	.cate2 .box_wrap .topbox {
		flex-direction: column;
	}
	.cate2 .box_wrap .topbox .imgbox{
		width: 70%;
	}
	.cate2 .box_wrap .topbox .txtbox{
		width: 100%;
	}
    .cate2 .box_wrap {
        padding: 60px 50px;
		border-radius: 20px;
    }
	.cate3 {
		flex-direction: column;
	}
	.cate3 .contact_link {
		width: 100%;
		padding: 50px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .boxitem {
		width: 100%;
		aspect-ratio: 3 / 2;
		position: relative;
		overflow: hidden;
	}
    .cate2 .box_wrap {
        padding: 40px 30px;
        border-radius: 20px;
    }
	.cate2 .box_wrap .topbox .imgbox::before {
		top: 20px;
		right: 10%;
		width: 50px;
		height: 50px;
	}
	.cate2 .box_wrap .topbox .imgbox::after {
		left: 10px;
		bottom: 0%;
		width: 40px;
		height: 40px;
	}

	.cate2 .box_wrap .topbox .imgbox {
		min-height: 320px;
	}
	.cate3 .contact_link {
		gap: 20px;
		border-radius: 10px;
		width: 100%;
		padding: 40px 20px;
	}
	.cate3 {
		gap: 20px;
	}
	.cate3 .contact_link .topbox {
		gap: 10px;
	}
	.newstop .news_list .webgene-blog .webgene-item .imgbox {
		width: calc(40% - 15px);
	}
	.newstop .news_list .webgene-blog .webgene-item .txtbox {
		width: calc(60% - 15px);
	}
  .fv .boxitem .box2 {
    gap: 120px;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .boxitem {
		aspect-ratio: 1 / 1;
	}
    .cate2 .box_wrap {
        padding: 40px 20px;
        border-radius: 10px;
    }
    .cate2 .box_wrap .topbox .imgbox {
        width: 100%;
	}
	.cate2 .box_wrap .topbox .imgbox::after {
		left: 10px;
		bottom: 0%;
		width: 40px;
		height: 40px;
	}
	.cate2 .box_wrap .topbox .imgbox > img:nth-of-type(2) {
		bottom: 0%;
		width: 32%;
	}
	.cate2 .box_wrap .topbox .txtbox .boxitem {
		padding: 20px;
	}
	.cate2 .box_wrap .topbox .txtbox .boxitem .itembottom {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}
	.cate2 .box_wrap .topbox .txtbox .boxitem .itembottom p {
		width: 100%;
	}
	.youtube_wrap .follow_bt .follow_bt {
		flex-direction: column;
		padding: 10px 50px 10px 20px;
	}
	.youtube_wrap .follow_bt .follow_bt .icon {
		display: none;
	}
	.youtube_wrap .follow_bt .follow_bt::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
		background-color: #C3A879;
		background-image: url(https://briller-wanwan55.com/system_panel/uploads/images/arrow3.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 6px auto;
		transform: translateY(-50%);
		transition: ease 0.3s;
	}
	.newstop .news_list .webgene-blog .webgene-item a {
		flex-direction: column;
	}
	.newstop .news_list .webgene-blog .webgene-item .imgbox {
		width: 90%;
	}
	.newstop .news_list .webgene-blog .webgene-item .txtbox {
		width: 90%;
	}
	.newstop .news_list .webgene-blog .webgene-item a {
		gap: 20px;
	}
	.newstop .news_list .webgene-blog .webgene-item .txtbox {
		gap: 10px;
	}
	.youtube_wrap .youtubebox iframe {
		border-radius: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

