@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;}
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;
}
#by{
    padding: 0;
    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;
    -webkit-text-size-adjust: 100%;
	
}
#by a {
	text-decoration: none;
}
#by p {
	margin: 0;
}
#by　a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by .center {
	text-align: center;
}
@media only screen and (min-width: 769px)  {
	#by {
		font-size: 12px;
	}
}
/************************************************************
                js
************************************************************/
.anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
.anim.ac {
	opacity: 1;
	transform: translate(0);
}
/************************************************************
                main 
************************************************************/
#by .main {
	width: 100%;
	margin: 0% auto 8%;
	position: relative;
}
#by .main .ttl {
	position: absolute;
    width: 16%;
    top: 5%;
    right: 5%;
}
#by .main .ttl img {
    width: 100%;
}

@media only screen and (min-width: 769px)  {
	#by .main {
		max-width: 1200px;
		margin: 0% auto 45px;
	}
	#by .main .ttl {
		width: 10%;
    }
}
/************************************************************
                category
************************************************************/
#by #by_menu {
    width: 46%;
    margin: 0px auto 22% 6%;
}
#by #by_menu .category {
	width: 100%;
	margin-bottom: 20%;
}
#by #by_menu div {
	width: 80%;
}
#by #by_menu div a {
	display: block;
	margin: 0 0 8%;
}
@media only screen and (min-width: 769px)  {
	#by #by_menu {
		width: 1200px;
        margin: 0 auto;
        position: sticky;
        top: 4%;
		z-index: 3;
	}
	#by #by_menu .category {
        width: 190px;
        margin-bottom: 40px;
	}
	#by #by_menu div {
		width: 145px;
	}
	#by #by_menu div a {
		margin: 0 0 18px;
	}
}
/****************************************************
                section
*****************************************************/
#by #contents section {
	margin-bottom: 45%;
}
#by #contents section .pic-group {
	position: relative;
}
#by #contents section .pic-group .no {
	position: absolute;
	width: 18%;
	z-index: 1;
}
#by #contents section .pic-group .pic {
	position: absolute;
}
#by #contents section .text-group {
	width: 86%;
	    z-index: 3;
    position: relative;
}
#by #contents section .text-group .tex h3 {
	margin-bottom: 2%;
    font-size: 14px;
}
#by #contents section .text-group .tex p {
	margin-bottom: 8%;
}
#by #contents section .text-group .tex a {
	display: block;
    background: #111;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 46%;
}
#by #contents section .text-group .card {
	    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14% 0 0;
}
#by #contents section .text-group .card div:nth-of-type(1) {
	width: 40%;
}
#by #contents section .text-group .card div:nth-of-type(2) {
	width: 50%;
}
#by #contents section .text-group .card div:nth-of-type(2) .key {
	border: solid #111 1px;
    display: inline-block;
	line-height: 1.0;
    text-align: center;
	font-size: 11px;
    font-weight: 600;
    border-radius: 15px;
    padding: 3% 7%;
    margin-bottom: 3%;  
}
#by #contents section .text-group .card div:nth-of-type(2) .name {
	margin-bottom: 8%;
}
#by #contents section .text-group .card div:nth-of-type(2) .name span {
	font-size: 98%;
	display: block;
}
#by #contents section .text-group .card div:nth-of-type(2) .buy {
	    display: block;
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 0% 0 0 8%;
}
@media only screen and (min-width: 769px)  {
	#by #contents {
		max-width: 1200px;
        margin: 10px auto 6%;
	}
	#by #contents section .pic-group .no {
		width: 82px;
	}
	#by #contents section .text-group .card div:nth-of-type(2) {
    font-size: 11px;
	}
}
/******01******/
#by #contents section:nth-of-type(1) .pic-group .no {
	top: -4%;
    left: 2%
}
#by #contents section:nth-of-type(1) .pic-group .pic:nth-of-type(2) {
	position: static;
    width: 84%;
    margin: 5% 0 0 auto;
}
#by #contents section:nth-of-type(1) .pic-group .pic:nth-of-type(3) {
	position: static;
    width: 34%;
    margin: 8% auto 0 0;
}
#by #contents section:nth-of-type(1) .pic-group .pic:nth-of-type(4) {
	    width: 50%;
    right: 8%;
    bottom: -13%;
}
#by #contents section:nth-of-type(1) .text-group {
    margin: 32% auto 0;
}

@media only screen and (min-width: 769px)  {
	#by #contents section:nth-of-type(1) {
		 margin-bottom: 520px;
	}
	#by #contents section:nth-of-type(1) .pic-group .no {
		top: -50px;
        left: auto;
        right: 500px;
	}
	#by #contents section:nth-of-type(1) .pic-group {
		max-width: 920px;
        margin: 0 0 0 auto;
	}
	#by #contents section:nth-of-type(1) .pic-group .pic:nth-of-type(2) {
		width: 460px;
        margin: 0% 12% 0 auto;
	}
	#by #contents section:nth-of-type(1) .pic-group .pic:nth-of-type(3) {
		width: 270px;
        margin: 0;
        position: absolute;
        top: 285px;
        left: 4%;
	}
	#by #contents section:nth-of-type(1) .pic-group .pic:nth-of-type(4) {
		position: static;
        width: 474px;
        margin: 50px auto 0 0;
	}
	#by #contents section:nth-of-type(1) .text-group {
		width: 320px;
        margin: -715px 0 0 auto;
	}
}

/******02******/
#by #contents section:nth-of-type(2) .pic-group .no {
	top: -2%;
    right: 40%;
}
#by #contents section:nth-of-type(2) .pic-group .pic:nth-of-type(2) {
	position: static;
    width: 42%;
    margin: 0 0 0 auto;
}
#by #contents section:nth-of-type(2) .pic-group .pic:nth-of-type(3) {
	position: static;
    width: 64%;
    margin: -36% auto 0 0;
}
#by #contents section:nth-of-type(2) .pic-group .pic:nth-of-type(4) {
	width: 42%;
    right: 5%;
    bottom: -25%;
}
#by #contents section:nth-of-type(2) .text-group {
    margin: 37% auto 0;
}

@media only screen and (min-width: 769px)  {
	#by #contents section:nth-of-type(2) {
		margin-bottom: 260px;
	}
	#by #contents section:nth-of-type(2) .pic-group .no {
		top: -43px;
        left: auto;
        right: 316px;
	}
	#by #contents section:nth-of-type(2) .pic-group {
		max-width: 920px;
        margin: 0 0 0 auto;
	}
	#by #contents section:nth-of-type(2) .pic-group .pic:nth-of-type(2) {
		position: absolute;
		width: 240px;
        margin: 0;
        bottom: -191px;
        right: 13%;
	}
	#by #contents section:nth-of-type(2) .pic-group .pic:nth-of-type(3) {
		width: 480px;
        padding-top: 152px;
        margin: 0;
	}
	#by #contents section:nth-of-type(2) .pic-group .pic:nth-of-type(4) {
		width: 350px;
        top: 0;
        right: 0;
        bottom: 0;
	}
	#by #contents section:nth-of-type(2) .text-group {
		width: 320px;
        margin: 55px auto 0 280px;
	}
}
/******03******/
#by #contents section:nth-of-type(3) .pic-group .no {
	top: -10%;
    left: 2%;
}
#by #contents section:nth-of-type(3) .pic-group .pic-3 .pic:nth-of-type(1) {
	position: static;
    width: 46%;
}
#by #contents section:nth-of-type(3) .pic-group .pic-3 .pic:nth-of-type(2) {
	position: static;
    width: 48%;
    margin: -24% 0 0 auto;
}
#by #contents section:nth-of-type(3) .pic-group .pic:nth-of-type(3) {
	width: 100%;
    margin-top: 8%;
}
#by #contents section:nth-of-type(3) .text-group {
    margin: 73% auto 0;
}
@media only screen and (min-width: 769px)  {
	#by #contents section:nth-of-type(3) {
		margin-bottom: 260px;
	}
	#by #contents section:nth-of-type(3) .pic-group .no {
		top: -65px;
        left: 10px;
	}
	#by #contents section:nth-of-type(3) .pic-group {
		max-width: 840px;
        margin: 0 70px 0 auto;
	}
	#by #contents section:nth-of-type(3) .pic-group .pic-3 {
		display: flex;	
		justify-content: space-between;
	}
	#by #contents section:nth-of-type(3) .pic-group .pic-3 .pic:nth-of-type(1) {
		width: 48%;
	}
	#by #contents section:nth-of-type(3) .pic-group .pic-3 .pic:nth-of-type(2) {
		width: 48%;
		margin: 0;
	}
	#by #contents section:nth-of-type(3) .pic-group .pic:nth-of-type(3) {
		width: 450px;
        padding-top: 152px;
        margin: 0;
	}
	#by #contents section:nth-of-type(3) .pic-group .pic:nth-of-type(4) {
		width: 350px;
        top: 0;
        right: 0;
        bottom: 0;
	}
	#by #contents section:nth-of-type(3) .pic-full {
		width: 100%;
		margin: 100px 0 0;
	}
	#by #contents section:nth-of-type(3) .text-group {
		width: 740px;
        margin: 55px 60px 0 auto;
		display: flex;
        justify-content: space-between;
		align-items: flex-start;
	}
	#by #contents section:nth-of-type(3) .text-group .tex {
		 width: 44%;
	}
	#by #contents section:nth-of-type(3) .text-group .card {
		width: 44%;
        margin: 0;
	}
}
/******04******/
#by #contents section:nth-of-type(4) {
	margin-bottom: 30%;
	}
#by #contents section:nth-of-type(4) .pic-group .no {
	top: -7%;
    right: 3%;
}
#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(2) {
	position: static;
    width: 78%;
    margin: 0 6% 0 auto;
}
#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(3) {
	position: static;
    width: 56%;
    margin: 8% auto 0 0;
}
#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(4) {
	width: 35%;
    right: 5%;
    bottom: 7%;
}
#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(5) {
	 width: 35%;
    right: 5%;
    bottom: -21%;
}
#by #contents section:nth-of-type(4) .text-group {
    margin: 47% auto 0;
}

@media only screen and (min-width: 769px)  {
	#by #contents section:nth-of-type(4) {
		margin-bottom: 200px;
	}
	#by #contents section:nth-of-type(4) .pic-group .no {
		top: -60px;
        left: auto;
        right: -14px;
	}
	#by #contents section:nth-of-type(4) .pic-group {
		max-width: 640px;
        margin: 0 150px 0 auto;
	}
	#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(2) {
		width: 510px;
        margin: 0 0 0 auto;
	}
	#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(3) {
		width: 410px;
        top: auto;
        right: 0;
        margin: 50px auto 0 0;
	}
	#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(4) {
		width: 215px;
        top: auto;
        right: 0;
        bottom: 120px;
	}
	#by #contents section:nth-of-type(4) .pic-group .pic:nth-of-type(5) {
		width: 215px;
        top: auto;
        right: 0;
        bottom: -212px;
	}
	#by #contents section:nth-of-type(4) .text-group {
		width: 310px;
        margin: 50px auto 0 409px;
	}
}


/************************************************************
                view
************************************************************/
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 769px)  {
	#by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}
