@charset "utf-8";
/* CSS Document */
body {
    color: #474747;
}

#conWrap {
    background-color: #e8e1ce;
} 

/* #product
----------------------------------------- */
#product {
    position: relative;
}
#product .inner {
    width: calc(100% - 10rem);
    max-width: 106rem;
}

#product h1 {
    font-size: 15rem;
	letter-spacing: 0.03em;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    color: #474747;
}
#product h1 span {
}
#product h1 span.anim {
  opacity: 0;
	filter: none;
    transform: translateY(0);
    transform: translateX(-1rem);
	 -webkit-transition: all .6s;
    transition: all .6s;
}
#product h1 span.anim._do_anim {
  opacity: 0;
  transform: translateY(0);
    transform: translateX(-1rem);
    animation: font2 1s ease-in-out forwards;
}
@keyframes font2 {
      100% {
          opacity: 1;
          transform: translateX(0);
    } 
}


#product .year_navi_wrap {
    margin-top: 4rem;
}
#product .year_navi_wrap .year_navi {
    align-items: center;
    justify-content: center;
}
#product .year_navi_wrap .year_navi > li:not(:last-child) {
    margin-right: 1rem;
}
#product .year_navi_wrap .year_navi a {
    width: 11rem;
    height: 3rem;
    box-sizing: border-box;
    border: none;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#product .year_navi_wrap .year_navi a span {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    padding-right: 1rem;
}
#product .year_navi_wrap .year_navi a::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 0.6rem;
    background: url(../images/pd_b.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0,-50%);
}

#product .year_navi_wrap .year_navi > li {
    display: block;
}

#product .year_navi_wrap .year_navi > li:nth-child(1) a {
    background-color: #76a39a;
}
#product .year_navi_wrap .year_navi > li:nth-child(2) a {
    background-color: #ccad6e;
}
#product .year_navi_wrap .year_navi > li:nth-child(3) a {
    background-color: #8db2c9;
}
#product .year_navi_wrap .year_navi > li:nth-child(4) a {
    background-color: #ed6f2a;
}

#product #made {
    width: 100%;
}
#product #made .inner {
    width: 100%;
    max-width: none;
    padding: 0;
    padding-top: 12rem;
}
#product #made h2 {
    font-size: 6rem;
	letter-spacing: 0.10em;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    color: #474747;
}
#product #made .lead {
    width: 100%;
    max-width: 68rem;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: calc(28/14);
    color: #707070;
    text-align: center;
    margin: auto;
    margin-top: 10rem;
}

#product #made .coming_soon {
    text-align: center;
    color: #707070;
    margin-top: 5rem;
}
#product #made .coming_soon .fukidashi {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: calc(30/22);
    display: flex;
    align-items: center;
    justify-content: center;
}
#product #made .coming_soon .fukidashi::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2.5rem;
    border-radius: 10rem;
    background-color: #707070;
    transform: rotate(-30deg);
    margin-right: 1rem;
}
#product #made .coming_soon .fukidashi::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2.5rem;
    border-radius: 10rem;
    background-color: #707070;
    transform: rotate(30deg);
    margin-left: 1rem;
}
#product #made .coming_soon .date {
    font-size: 3.7rem;
    letter-spacing: 0.05em;
    line-height: calc(30/37);
    margin-top: 1.0rem;
}
#product #made .coming_soon .txt_wrap {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: calc(23/13);
    margin-top: 2rem;
}

#product #made .product_year_wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
}

#product #made .year_wrap {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 8rem;
}
#product #made .year_wrap:last-child {
    padding-bottom: 15rem;
}
#product #made .year_wrap:nth-child(3n + 1) {
    background-color: #e8e1ce;
}
#product #made .year_wrap:nth-child(3n + 2) {
    /*background-color: rgba(0,0,0,0.10);*/
    background-color: #e5e5e5;
}
#product #made .year_wrap:nth-child(3n + 3) {
    background-color: #e8e1ce;
}
#product #made .year_wrap .year {
    display: flex;
    align-items: center;
    justify-content: center;
}
#product #made .year_wrap .year span {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #474747;
}
#product #made .year_wrap .year span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #474747;
    margin-top: 0.3rem;
}

#product #made .year_wrap .btn_wrap {
    margin-top: 2rem;
}

#product #made .pd {
    width: 100%;
    max-width: calc(100% - 2rem);
    margin: auto;
    position: relative;
    z-index: 1;
}
#product #made .pd::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
#product #made .pd .pd_btn {
    width: 16rem;
    background-color: #e4ddc9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
    color: #474747;
}
#product #made .pd .pd_btn img {
    margin-left: 1rem;
    transition: all .6s;
}
#product #made .pd .pd_btn.open img {
    transform: rotate(180deg);
}
#product #made .product_list_wrap {
    display: none;
}
#product #made .product_list {
    width: 100%;
    margin: auto;
    padding-top: 3rem;
    justify-content: center;
}
#product #made .product_list li {
    display: flex;
    flex-wrap: wrap;
    width: calc(346/1400*100%);
    /*min-width: 30rem;*/
    letter-spacing: 0.1em;
    padding: 1rem;
    margin-bottom: 6rem;
}
#product #made .product_list li a {
    display: flex;
    flex-flow: column;
}

#product #made .product_list li .img_wrap {
    width: 100%;
    position: relative;
    border-radius: 1rem;
}
#product #made .product_list li .img_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1rem 1.1rem 0 0;
    border-color: #e4ddc9 transparent transparent transparent;
    z-index: 2;
}
#product #made .product_list li .img_wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.1rem 1.1rem;
    border-color: transparent transparent #e4ddc9 transparent;
    z-index: 2;
}

#product #made .year_wrap:nth-child(3n + 1) .product_list li .img_wrap::before {
    border-color: #e8e1ce transparent transparent transparent;
}
#product #made .year_wrap:nth-child(3n + 1) .product_list li .img_wrap::after {
    border-color: transparent transparent #e8e1ce transparent;
}
#product #made .year_wrap:nth-child(3n + 2) .product_list li .img_wrap::before {
    border-color: #e5e5e5 transparent transparent transparent;
}
#product #made .year_wrap:nth-child(3n + 2) .product_list li .img_wrap::after {
    border-color: transparent transparent #e5e5e5 transparent;
}
#product #made .year_wrap:nth-child(3n + 3) .product_list li .img_wrap::before {
    border-color: #e8e1ce transparent transparent transparent;
}
#product #made .year_wrap:nth-child(3n + 3) .product_list li .img_wrap::after {
    border-color: transparent transparent #e8e1ce transparent;
}

#product #made .product_list li .img_wrap .category {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    padding: 0.6rem 1rem;
}
#product #made .product_list li .img_wrap .category span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

#product #made .product_list li .img_wrap img {
    width: 100%;
    height: auto;
}

#product #made .product_list li .txt_wrap {
    margin-top: 1.5rem;
    height: 100%;
    display: flex;
    flex-flow: column;
}
#product #made .product_list li .txt_wrap h3 {
    font-size: 2.4rem;
    line-height: calc(38/24);
    font-weight: 300;
}
#product #made .product_list li .txt_wrap .sub {
    font-size: 1.6rem;
    line-height: calc(25/16);
    font-weight: 300;
    color: #666666;
    margin-top: 0.3rem;
}
#product #made .product_list li .txt_wrap .producer {
    font-size: 1.6rem;
    line-height: calc(20/16);
    margin-top: 1rem;
    position: relative;
}
#product #made .product_list li .txt_wrap .producer::before {
    content: "";
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    background: url(../images/made_x.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.5rem;
    right: 0;
}
#product #made .product_list li .txt_wrap .producer::after {
    content: "";
    display: block;
    width: 14rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    margin-top: 1.0rem;
}

#product #made .product_list li .txt_wrap .people_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: auto;
    padding-top: 1.5rem;
}

#product #made .product_list li .txt_wrap .people_wrap .people {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#product #made .product_list li .txt_wrap .people_wrap .people .img {
    margin: auto;
    width: 7rem;
    height: 7rem;
}
#product #made .product_list li .txt_wrap .people_wrap .people .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
#product #made .product_list li .txt_wrap .people_wrap .people .position {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: calc(16/12);
    font-weight: 300;
    text-align: center;
    margin-top: 1rem;
}
#product #made .product_list li .txt_wrap .people_wrap .people .name {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-top: 0.5rem;
}

#product #made .product_list li .txt_wrap .people_wrap .collabo {
    margin: auto 2rem;
    width: 6.5rem;
    height: 6.5rem;
    position: relative;
}
#product #made .product_list li .txt_wrap .people_wrap .collabo::before {
    content: '';
    display: block;
    width: 9rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
    transform-origin:0 0;
}
#product #made .product_list li .txt_wrap .people_wrap .collabo::after {
    content: '';
    display: block;
    width: 9rem;
    height: 0.2rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin:0 0;
}

#product #made .product_list li .txt_wrap > .designer {
    font-size: 1.6rem;
    line-height: calc(16/16);
    margin-top: 1.0rem;
}
#product #made .product_list li .txt_wrap > .designer span {
    display: block;
    font-size: 1.2rem;
    line-height: calc(16/12);
    margin-bottom: 0.5rem;
}

#product #made .product_list li .txt_wrap .txt {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: calc(24/13);
    margin-top: 1rem;
}

#product #made .relationship {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    margin-top: 8rem;
    background-color: rgba(255,255,255,0.60);
    position: relative;
}
#product #made .relationship::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6rem 1.6rem 0 0;
    border-color: #e4ddc9 transparent transparent transparent;
    z-index: 2;
}
#product #made .relationship::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.6rem 1.6rem;
    border-color: transparent transparent #e4ddc9 transparent;
    z-index: 2;
}
#product #made .relationship .layout {
    width: 100%;
    padding: 7rem 6rem;
    align-items: center;
}
#product #made .relationship .layout::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.6rem 1.6rem 0;
    border-color: transparent #e4ddc9 transparent transparent;
    z-index: 2;
}
#product #made .relationship .layout::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    left: -0.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6rem 0 0 1.6rem;
    border-color: transparent transparent transparent #e4ddc9;
    z-index: 2;
}
#product #made .relationship .layout > .txt_wrap {
     width: calc(280/680*100%);
    text-align: left;
}
#product #made .relationship .layout > .txt_wrap h3 {
    font-size: 2.8rem;
    line-height: calc(49/30);
    letter-spacing: 0.15em;
}
#product #made .relationship .layout > .txt_wrap .txt {
    font-size: 1.3rem;
    letter-spacing: 0.26em;
    line-height: calc(32/16);
    font-weight: 400;
    margin-top: 3rem;
}
#product #made .relationship .layout > .img_wrap {
    width: calc(400/680*100%);
    /*transform: translateX(-2rem);*/
}
#product #made .relationship .layout > .img_wrap img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
#product #made .product_list li {
    width: calc(393/1200*100%);
}
}

@media screen and (max-width: 768px) { 
#product {
}

#product h1 {
    font-size: 6.5rem;
    white-space: wrap;
    text-align: center;
}
    
#product .year_navi_wrap {
    width: 31.5rem;
    margin: auto;
    margin-top: 4rem;
}
#product .year_navi_wrap .year_navi {
    align-items: center;
    justify-content: center;
    gap: 2rem 1.5rem;
}
#product .year_navi_wrap .year_navi > li:not(:last-child) {
    margin-right: 0;
}

#product #made {
    width: 100%;
}
#product #made .inner {
    padding-top: 3rem;
}
#product #made h2 {
    font-size: 3rem;
}
#product #made .lead {
    width: 31.5rem;
    margin: auto;
    margin-top: 2rem;
}
#product #made .lead br {
    display: none !important;
}

#product #made .coming_soon {
    margin-top: 3rem;
}
    
#product #made .year_wrap {
    padding-top: 8rem;
    padding-bottom: 5rem;
}
#product #made .pd {
    max-width: 34.5rem;
}

#product #made .pd .pd_btn {
    width: 15rem;
    height: 4rem;
    padding: 0 1.5rem;
    border: 1px solid #474747;
    border-radius: 10rem;
    background-color: #e4ddc9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
    color: #474747;
}
#product #made .pd .pd_btn img {
    margin-left: 1rem;
    transition: all .6s;
}
#product #made .pd .pd_btn.open img {
    transform: rotate(180deg);
}
    
    
#product #made .product_list {
    width: 31.5rem;
    padding-top: 4rem;
}
#product #made .product_list li {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 5rem;
}
#product #made .product_list li .img_wrap {
    border-radius: 1rem;
}
#product #made .product_list li .img_wrap::before {
    border-width: 1.1rem 1.1rem 0 0;
}
#product #made .product_list li .img_wrap::after {
    border-width: 0 0 1.1rem 1.1rem;
}
    
#product #made .year_wrap:nth-child(3n + 1) .product_list li .img_wrap::before {
    border-color: #e8e1ce transparent transparent transparent;
}
#product #made .year_wrap:nth-child(3n + 1) .product_list li .img_wrap::after {
    border-color: transparent transparent #e8e1ce transparent;
}
#product #made .year_wrap:nth-child(3n + 2) .product_list li .img_wrap::before {
    border-color: #e8e1ce transparent transparent transparent;
}
#product #made .year_wrap:nth-child(3n + 2) .product_list li .img_wrap::after {
    border-color: transparent transparent #e8e1ce transparent;
}
#product #made .year_wrap:nth-child(3n + 3) .product_list li .img_wrap::before {
    border-color: #e8e1ce transparent transparent transparent;
}
#product #made .year_wrap:nth-child(3n + 3) .product_list li .img_wrap::after {
    border-color: transparent transparent #e8e1ce transparent;
}
    
#product #made .year_wrap:nth-child(even) .product_list li .img_wrap::before {
    border-color: #e5e5e5 transparent transparent transparent;
}
#product #made .year_wrap:nth-child(even) .product_list li .img_wrap::after {
    border-color: transparent transparent #e5e5e5 transparent;
}
    
#product #made .product_list li .img_wrap .category {
    padding: 0.6rem 1rem;
}
#product #made .product_list li .img_wrap .category span {
    font-size: 1.6rem;
}

#product #made .product_list li .txt_wrap {
    margin-top: 1.5rem;
}
#product #made .product_list li .txt_wrap h3 {
    font-size: 2.4rem;
}
#product #made .product_list li .txt_wrap .sub {
    font-size: 1.8rem;
    margin-top: 0.3rem;
}
#product #made .product_list li .txt_wrap .producer {
    font-size: 1.6rem;
    margin-top: 1rem;
}
#product #made .product_list li .txt_wrap .producer::before {
    width: 6.4rem;
    height: 6.4rem;
    top: 0.5rem;
    right: 0;
}
#product #made .product_list li .txt_wrap .producer::after {
    width: 14rem;
    height: 0.2rem;
    margin-top: 1.0rem;
}
#product #made .product_list li .txt_wrap > .designer {
    font-size: 1.6rem;
}
#product #made .product_list li .txt_wrap > .designer span {
    font-size: 1.2rem;
}

#product #made .product_list li .txt_wrap .txt {
    font-size: 1.3rem;
    margin-top: 1rem;
}

    
#product #made .year_wrap:last-child {
    padding-bottom: 15rem;
}
    
#product #made .year_wrap:nth-child(3n + 1) {
    background-color: transparent;
}
#product #made .year_wrap:nth-child(3n + 2) {
    background-color: transparent;
}
#product #made .year_wrap:nth-child(3n + 3) {
    background-color: transparent;
}
    
#product #made .year_wrap:nth-child(even) {
    /*background-color: rgba(0,0,0,0.10);*/
    background-color: #e5e5e5;
}
    
}

