@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#by{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#by a {
	text-decoration: none;
	color: #2b2b2b;
}
#by p {
    margin: 0;
}
#by　a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by .f-en {
	/*/font-family: "ivymode", sans-serif;/*/
	font-family: aktiv-grotesk, sans-serif;
}

@media only screen and (min-width: 769px)  {
	#by {
		font-size: 12px;
		padding-bottom: 0%;
	}
}
/***************************************************
                bl_header
***************************************************/
#by #by_header {
	width: 100%;
    margin: 0 auto;
	position: relative;
}
#by #by_header .main {
	width: 100%;
	position: relative;
}
#by #by_header .mask {
	position: absolute;
	width: 100%;
	height: 95.5vw;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.34;
}
#by #by_header .ttl {
	position: absolute;
    width: 48%;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px)  {
	#by #by_header {
		width: 100%;
		max-width: 2200px;
		margin: 0 auto;
	}
	#by #by_header .main {
		width: 100%;
	}
	#by #by_header .ttl {
		width: 22%;
        top: 52%;
	}
	#by #by_header .mask {
		height: 99%;
	}
}
#by .read {
	width: 86%;
	margin: 10% auto;
}
#by .read p {
	font-size: 11px;
}
#by .read h3 {
	display: block;
	font-size: 150%;
	text-align: center;
	margin-bottom: 6%;
}
#by .read a {
	display: block;
    width: 66%;
    margin: 10% auto 0;
    padding: 2% 0;
    font-size: 110%;
    font-weight: 500;
    text-align: center;
    border: solid 1px #111;
}
@media only screen and (min-width: 769px)  {
	#by .read {
		width: 50%;
		margin: 70px auto;
		font-size: 12px;
		text-align: center;
	}
	#by .read h3 {
		margin-bottom: 40px;
	}
	#by .read a {
		width: 50%;
		padding: 1.2% 0;
    }
}
/***************************************************
                content
***************************************************/
#by #content {
	margin: 18% 0 0%;
}
#by #content .midashi {	
	text-align: center;
	margin: 22% auto 14%;
}
#by #content .midashi img {
	width: 38%;
    margin: 0 auto 3%;
}
#by #content .midashi .by {
	width: 60%;
}
#by #content .midashi .ch {
	width: 30%;
}
#by #content .midashi .name {
	font-size: 22px;
}
#by #content .midashi .scroll {
    position: absolute;
    right: 50%;
    bottom: 0%;
    writing-mode: vertical-rl;
}
#by #content .midashi .scroll::before {
	animation: scroll 2s infinite;
	background-color: #232323;
	bottom: -45px;
	content: "";
	height: 30px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media only screen and (min-width: 769px) {
	#by #content {
		margin: 0px 0 80px;
	}
	#by #content .midashi {	
		margin: 140px auto 100px;
	}
	#by #content .midashi img {
	    width: 220px;
        margin: 0 auto 15px;
	}
	#by #content .midashi .by {
	    width: 280px;
	}
	#by #content .midashi .ch {
	    width: 210px;
	}
}
/**************************************************
               section
**************************************************/
#by #content section {
	margin: 0 auto 28%;
}
#by #content section .inner {
	position: relative;
	width: 100%;
	height: 230vw;
}
#by #content section .inner div {
	position: absolute;
}
#by #content section .inner .no img {
	transform: rotate(90deg);
}
#by #content section .inner div:nth-of-type(1) {
	width: 76%;
}
#by #content section .inner div:nth-of-type(2) {
	width: 44.5%;
	z-index: 2;
}
#by #content section .inner div:nth-of-type(3) {
	width: 47.5%;
}
#by #content section .inner .credit {
	font-size: 9px;
	}
#by #content section .inner .credit a {
	display: block;
	position: relative;
}
#by #content section .inner .credit a::after {
	display: block;
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 8px;
	text-decoration: underline;
}
#by #content section .inner .credit .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 7px;
	color: #7B7B7B;
	letter-spacing: .5px;
	text-decoration: none;
}
#by #content section .inner .credit .only::after {
	content: "SHOP ONLY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 7px;
	color: #7B7B7B;
	letter-spacing: .5px;
	text-decoration: none;
}
#by #content section .inner .comment {
	font-size: 10px;
	line-height: 1.8;
}
#by #content section .inner .comment h4 {
	font-size: 110%;
    margin-bottom: 4%;
}
@media only screen and (min-width: 769px) {
	#by #content {
		margin: 110px 0 0;
	}
	#by #content section {
		width: 1100px;
		margin: 0 auto 150px;
	}
	#by #content section .inner {
		height: 745px;
	}
	#by #content section .inner .no img {
		transform: rotate(0deg);
	}
	#by #content section .inner div:nth-of-type(1) {
		width: 44%;
	}
	#by #content section .inner div:nth-of-type(2) {
		width: 25.5%;
	}
	#by #content section .inner div:nth-of-type(3) {
		width: 25.5%;
	}
	#by #content section:nth-of-type(1) .inner .credit {
		font-size: 10px;
	}
	#by #content section .inner .comment {
		font-size: 11px;
		line-height: 2.0;
	}
	#by #content section .inner .credit a::after {
		font-size: 9px;
	}
	#by #content section .inner .credit .cms::after {
		font-size: 8px;
	}
	#by #content section .inner .credit .only::after {
		font-size: 8px;
	}
}
/*****************************************
                  01
******************************************/
#by #content section:nth-of-type(1) .inner .no {
	border-right: solid 1px #111;
    width: 24%;
    height: 100vw;
    left: -11%;
}
#by #content section:nth-of-type(1) .inner .no img {
    margin-top: 44%;
    margin-left: 34%;
}
#by #content section:nth-of-type(1) .inner div:nth-of-type(1) {
	right: 4%;
}

#by #content section:nth-of-type(1) .inner div:nth-of-type(2) {
    left: 0%;
    top: 41%;
}
#by #content section:nth-of-type(1) .inner div:nth-of-type(3) {
	right: 0;
	bottom: 0;
}
#by #content section:nth-of-type(1) .inner .credit {
	width: 45%;
    top: 52%;
    right: 3%;
}
#by #content section:nth-of-type(1) .inner .ch {
    top: 49%;
}
#by #content section:nth-of-type(1) .inner .comment {
	top: 77%;
    left: 4%;
    width: 46%;
}
@media only screen and (min-width: 769px) {
	#by #content section:nth-of-type(1) .inner div:nth-of-type(1) {
		left: 0%;
	}
	#by #content section:nth-of-type(1) .inner .no {
	    border-right: none;
        border-bottom: solid 1px #111;
        width: 22%;
        height: auto;
        left: auto;
        right: 5%;
        top: 2%;
	}
	#by #content section:nth-of-type(1) .inner .no img {
		width: 56%;
        margin: 0 0 5% auto;
        display: block;
	}
	#by #content section:nth-of-type(1) .inner div:nth-of-type(2) {
		left: auto;
		right: 24%;
		top: 0;
	}
	#by #content section:nth-of-type(1) .inner div:nth-of-type(3) {
		right: 0;
		bottom: 18%;
	}
	#by #content section:nth-of-type(1) .inner .comment {
        top: 64%;
        left: 50.5%;
        width: 20%;
    }
	#by #content section:nth-of-type(1) .inner .credit {
		width: 18%;
		top: auto;
		bottom: 0;
		right: 0%;
	}
	#by #content section:nth-of-type(1) .inner .ch {
		bottom: -4%;
	}
}
/*****************************************
                  02
******************************************/
#by #content section:nth-of-type(2) .inner .no {
	border-left: solid 1px #111;
     width: 24%;
    height: 100vw;
    right: -12%;   
}
#by #content section:nth-of-type(2) .inner .no img {
    transform: rotate(90deg);
    margin-top: 44%;
    margin-left: -30%;
}
#by #content section:nth-of-type(2) .inner div:nth-of-type(1) {
	left: 4%;
}
#by #content section:nth-of-type(2) .inner div:nth-of-type(2) {
	width: 44.5%;
    right: 0%;
    top: 41%;
	z-index: 2;
}
#by #content section:nth-of-type(2) .inner div:nth-of-type(3) {
	width: 47.5%;
	left: 0;
	bottom: 0;
}
#by #content section:nth-of-type(2) .inner .credit {
	width: 45%;
    top: 51%;
    left: 4%;
}
#by #content section:nth-of-type(2) .inner .comment {
	top: 78%;
    right: 2%;
    width: 46%;
}
@media only screen and (min-width: 769px) {
	#by #content section:nth-of-type(2) .inner .no {
	    border-left: none;
        border-bottom: solid 1px #111;
        width: 22%;
        height: auto;
        left: 4%;
        right: auto;
        top: 2%;
	}
	#by #content section:nth-of-type(2) .inner .no img {
		width: 56%;
        margin: 0 auto 5% 0;
        display: block;
		transform: rotate(0deg);
	}
	#by #content section:nth-of-type(2) .inner div:nth-of-type(1) {
		left: auto;
		right: 0;
	}
	#by #content section:nth-of-type(2) .inner div:nth-of-type(2) {
		width: 25.5%;
        right: auto;
        left: 24%;
        top: 0;
	}
	#by #content section:nth-of-type(2) .inner div:nth-of-type(3) {
		width: 25.5%;
        right: auto;
        bottom: 18%;
        left: 0;
	}
	#by #content section:nth-of-type(2) .inner .comment {
        top: 64%;
        left: 29%;
        width: 21%;
    }
	#by #content section:nth-of-type(2) .inner .credit {
		width: 18%;
        top: auto;
        bottom: 0;
        left: 0%;
	}
}
/**************************************************
               instagram
**************************************************/
#by #content section .instagram {
	width: 88%;
    height: 110vw;
	margin: 0 auto;
	position: relative;
}
#by #content section .instagram .ttl-ig {
    position: absolute;
    width: 37%;
    top: 24%;
    left: 5%;
}
#by #content section .instagram .smp-img {
	width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
#by #content section .instagram .profile {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84%;
    position: absolute;
    bottom: 0;
    left: 9%;
}

#by #content section .instagram .profile div:nth-of-type(1) {
	position: relative;
	width: 50%;
}
#by #content section .instagram .profile div:nth-of-type(1) .staff {
	border-radius: 50%;
    width: 86%;
    margin: 0 auto;
    display: block;
}
#by #content section .instagram .profile div:nth-of-type(1) .text {
    position: absolute;
    width: 61%;
    top: -16%;
    left: -8%;
}
#by #content section .instagram .profile div:nth-of-type(2) {
	width: 44%;
}
#by #content section .instagram .profile div:nth-of-type(2) .logo {
	width: 68%;
}
#by #content section .instagram .profile div:nth-of-type(2) .logo_by {
	width: 94%;
}
#by #content section .instagram .profile div:nth-of-type(2) p {
	font-size: 10px;
}
#by #content section .instagram .profile div:nth-of-type(2) .name {
	font-size: 14px;
    font-weight: 500;
    margin: 2% 0;
}
#by #content section .instagram .profile div:nth-of-type(2) .icon {
	display: inline-block;
    width: 28%;
    margin-top: 8%;
}
#by #content section .instagram .profile div:nth-of-type(2) .icon:nth-of-type(1)  {
	margin-right: 4%;
}
@media only screen and (min-width: 768px)  {
	#by #content section .instagram .ttl-ig {
		width: 170px;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	#by #content section .instagram {
		width: 640px;
		height: 340px;
        margin: 0px auto 0;
	}
	#by #content section .instagram .smp-img {
		width: 36%;
        top: auto;
        bottom: 0;
        right: 5%;
	}
	#by #content section .instagram .profile {
		width: 50%;
        bottom: 12%;
        left: 3%;
	}
	#by #content section .instagram .profile div:nth-of-type(1) {
		width: 44%;
	}
	#by #content section .instagram .profile div:nth-of-type(2) {
		width: 48%;
	}
}

#by #content section .hukidashi {
	width: 86%;
    position: relative;
    margin: 10% auto 0;
    border-radius: 10px;
    padding: 8% 8%;
    min-width: 120px;
    max-width: 100%;
    background: #FFF;
    border: solid 1px #555555;
    box-sizing: border-box;
}
#by #content section .hukidashi:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 30%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
#by #content section .hukidashi:after {
	content: "";
	position: absolute;
	top: -28px;
	left: 30%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
	z-index: 1;
}
#by #content section .hukidashi div:nth-of-type(1) {
	width: 78%;
	margin: 0 auto;
}
#by #content section .hukidashi div:nth-of-type(2) {
	font-size: 11px;
}
#by #content section .hukidashi div:nth-of-type(2) h5 {
	text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin: 6% 0;
}
#by #content section .hukidashi div:nth-of-type(2) a {
	display: inline-block;
	text-decoration: underline;
	margin-top: 10%;
	font-weight: 700;
}
#by #content section .hukidashi div:nth-of-type(2) a img {
	width: 10%;
	margin-right: 3%;
    display: inline-block;
	vertical-align: middle;
}
@media only screen and (min-width: 768px)  {
	#by #content section .hukidashi {
		width: 640px;
        margin: 40px auto 0;
        padding: 4% 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
	}
	#by #content section .hukidashi div:nth-of-type(1) {
		width: 32%;
		margin: 0;
	}
	#by #content section .hukidashi div:nth-of-type(2) {
		width: 64%;
	}
	#by #content section .hukidashi div:nth-of-type(2) h5 {
		text-align: left;
		font-size: 12px;
		margin: 0 0 5%;
	}
	#by #content section .hukidashi:before {
		left: 14.5%;
	}
	#by #content section .hukidashi:after {
		left: 14.5%;
	}
	#by #content section .hukidashi div:nth-of-type(2) a img {
		width: 8%;
	}
}
/**************************************************
               instagram
**************************************************/
#by #content section:nth-of-type(4) {
	width: 100%;
    background: #f2f2f2;
	padding: 12% 0 18%;
	margin: 0 auto 0;
}
#by #content section:nth-of-type(4) .ttl-pre {
	width: 46%;
	margin: 0 auto;
}
#by #content section:nth-of-type(4) h3 {
	 text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 4% 0 8%;
}
#by #content section:nth-of-type(4) .present {
	text-align: center;
}
#by #content section:nth-of-type(4) .present div:nth-of-type(1) {
	margin-bottom: 10%;
}
#by #content section:nth-of-type(4) .present img {
	display: block;
	width: 72%;
	margin: 0 auto 1%;
}
#by #content section:nth-of-type(4) .present-text {
	    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 21% 0 20%;
}
#by #content section:nth-of-type(4) .present-text p {
	 text-decoration: underline;
    margin-bottom: 3%;
	font-size: 20px;
}
#by #content section:nth-of-type(4) .present-text span {
	font-size: 84%;
	display: block;
}
@media only screen and (min-width: 768px)  {
	#by #content section:nth-of-type(4) {
		padding: 120px 0 115px;
	}
	#by #content section:nth-of-type(4) .ttl-pre {
		width: 240px;
		margin: 0 auto;
	}
	#by #content section:nth-of-type(4) h3 {
		font-size: 20px;
        margin: 20px 0 50px;
	}
	#by #content section:nth-of-type(4) .present {
		width: 1000px;
        margin: 0 auto;
		display: flex;
        justify-content: space-between;
        align-items: flex-start;
	}
	#by #content section:nth-of-type(4) .present-text p {
		margin-bottom: 1%;
		font-size: 20px;
	}
}
#by #content section:nth-of-type(4) .s-no {
	width: 20%;
    margin: 0 auto 5%;
    display: block;
}
#by #content section:nth-of-type(4) .step {
	text-align: center;
	font-weight: 500;
	margin-bottom: 15%;
}
#by #content section:nth-of-type(4) .step:last-of-type {
	margin-bottom: 0%;
}
#by #content section:nth-of-type(4) .step a {
	display: block;
    color: #fff;
    background: #111;
    width: 72%;
    margin: 5% auto 0;
    border-radius: 30px;
    padding: 2% 0 2.5%;
    font-size: 15px;
}
#by #content section:nth-of-type(4) .flex {
	display: flex;
}
#by #content section:nth-of-type(4) .flex img {
	width: 10%;
    vertical-align: middle;
    margin-right: 3%;
}
#by #content section:nth-of-type(4) .flex span {
    vertical-align: middle;
}
@media only screen and (min-width: 768px)  {
	#by #content section:nth-of-type(4) .present-text {
		font-size: 15px;
		margin: 0px 0 90px;
	}
	#by #content section:nth-of-type(4) .s-no {
		width: 88px;
        margin: 0 auto 28px;
	}
	#by #content section:nth-of-type(4) .step {
		margin-bottom: 80px;
	}
	#by #content section:nth-of-type(4) .step a {
		width: 320px;
        margin: 35px auto 0;
        border-radius: 37px;
        padding: 1% 0 1.5%;
        font-size: 15px;
	}
}
#by #content section:nth-of-type(4) .info {
	border: solid 1px #111;
    width: 95%;
    margin: 0 auto;
    padding: 12% 5%;
}
#by #content section:nth-of-type(4) .info .ttl-info {
	width: 56%;
    display: block;
    margin: 0 auto 10%;
	font-size: 95%;
}
#by #content section:nth-of-type(4) .info .info-inner {
	margin-bottom: 8%;
}
#by #content section:nth-of-type(4) .info .info-inner a {
	text-decoration: underline;
    color: #FF5722;
}
#by #content section:nth-of-type(4) .info .info-inner:last-of-type {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px)  {
	#by #content section:nth-of-type(4) .info {
		width: 800px;
        padding: 8% 105px;
	}
	#by #content section:nth-of-type(4) .info .ttl-info {
	    width: 235px;
		margin: 0px auto 60px;
	}
	
}
/**************************************************
               logo
**************************************************/
#by #content section:nth-of-type(5) {
	margin: 15% auto 8%;
}
#by #content section:nth-of-type(5) img {
	display: block;
	margin: 0 auto;
	width: 48%;
}
@media only screen and (min-width: 768px)  {
	#by #content section:nth-of-type(5) {
		margin: 90px auto 80px;
	}
	#by #content section:nth-of-type(5) img {
		width: 280px;
	}
}
/**************************************************
                js
**************************************************/
#by .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#by .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*************************************************
                view
*************************************************/
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}