/* CSS Document */


/*────────────────────────── 東京の農林水産物（INDEX）──*/

#products {}

#products .index {}

#products .index h2 {
    margin-bottom: 40px;
}

#products .index ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 20px 0;
}

#products .index ul li {
    width: 320px;
    margin-bottom: 40px;
}

#products .index ul li dl dt {}

#products .index ul li dl dt img {
    margin: auto;
}

#products .index ul li dl dd {
    border-left: 1px solid #000;
    padding-left: 15px;
    margin-top: 10px;
}

#products .index ul li dl dd h3 {
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.2em;
    height: 50px;
    margin-top: 2px;
    position: relative;
}

#products .index ul li dl dd h3:after {
    content: url(images/index/icon_arw_yw.png);
    position: absolute;
    top: -5px;
    right: 0;
}

#products .index ul li dl dd h3 span {
    font-size: 75%;
    display: block;
}

#products .index ul li dl dd p {
    font-size: 120%;
    line-height: 1.6em;
    letter-spacing: 1px;
}

@media screen and (max-width: 736px) {
    #products .index h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    #products .index h2 img {
        width: 90%;
        display: inline-block;
    }
    #products .index ul li {
        width: auto;
    }
}


/*────────────────────────── 東京の農林水産物（一覧）──*/

#products {}

#products .fv {}

#products .fv h2 {}

#products .category {
    text-align: center;
    margin: 100px 0;
}

#products .category h3 {
    font-size: 200%;
    letter-spacing: 3px;
}

#products .category ul {
    font-size: 130%;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #726256;
    border-radius: 3px;
    margin: 20px 0 0;
}

#products .category li {
    width: 100%;
    border-left: 1px solid #726256;
}

#products .category li:first-child {
    border: none;
}

#products .category li img {
    display: inline;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}

#products .category li a {
    display: block;
}

#products .category li a:hover {
    background: #CCCDCC;
    color: #726256;
}

#products .category li a:hover img {
    opacity: 1;
}

#products .product {
    margin: 0 0 100px;
}

#products .product h2 {
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    background: url(images/title_bg.png);
    border-radius: 3px;
    position: relative;
    padding: 28px 0 12px;
    margin-bottom: 40px;
}

#products .product h2 img {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
}

#products .product h2 a {
    background: url(images/i_question.png) no-repeat left center;
    font-size: 70%;
    line-height: 1.2em;
    letter-spacing: 0;
    text-decoration: underline;
    position: absolute;
    top: 16px;
    right: 30px;
    padding: 5px 0 5px 30px;
}

#products .product h2 a:hover {
    color: #726256;
    text-decoration: none;
}

#products ul.productsBox {}

#products ul.productsBox li {
    display: inline-block;
    width: 252px;
    margin: 0 20px 20px 0;
    position: relative;
}

#products ul.productsBox li:nth-of-type(4n) {
    margin-right: 0;
}

#products ul.productsBox li div {
    display: block;
    padding: 12px 12px 65px;
    box-sizing: border-box;
    text-align: center;
    transition: all .4s;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    backface-visibility: hidden;
    position: relative;
    background: #CDCECD;
}

#products .tokyoVegetable ul.productsBox li div {
    background: url(images/tokyo-vegetable_bg1.png);
}

#products .vegetable ul.productsBox li div {
    background: url(images/vegetable_bg1.png);
}

#products .fruit ul.productsBox li div {
    background: url(images/fruit_bg1.png);
}

#products .tea ul.productsBox li div {
    background: url(images/tea_bg1.png);
}

#products .tokyoMeat ul.productsBox li div {
    background: url(images/tokyo-meat_bg1.png);
}

#products .tokyoFish ul.productsBox li div {
    background: url(images/tokyo-fish_bg1.png);
}

#products .tokyoFlower ul.productsBox li div {
    background: url(images/tokyo-flower_bg1.png);
}

#products ul.productsBox li div.on {
    position: absolute;
    top: 0;
    color: #fff;
    transform: rotateY(-180deg);
    height: 100%;
    background: #989998;
}

#products ul.productsBox li div.on:after {
    content: url(images/click.png);
    position: absolute;
    top: 15px;
    right: 10px;
}

#products .tokyoVegetable ul.productsBox li div.on {
    background: url(images/tokyo-vegetable_bg2.png);
}

#products .vegetable ul.productsBox li div.on {
    background: url(images/vegetable_bg2.png);
}

#products .fruit ul.productsBox li div.on {
    background: url(images/fruit_bg2.png);
}

#products .tea ul.productsBox li div.on {
    background: url(images/tea_bg2.png);
}

#products .tokyoMeat ul.productsBox li div.on {
    background: url(images/tokyo-meat_bg2.png);
}

#products .tokyoFish ul.productsBox li div.on {
    background: url(images/tokyo-fish_bg2.png);
}

#products .tokyoFlower ul.productsBox li div.on {
    background: url(images/tokyo-flower_bg2.png);
}

#products ul.productsBox li div.on dd {
    font-size: 110%;
    line-height: 1.6em;
    text-align: left;
    padding: 40px 35px;
    box-sizing: border-box;
}

#products ul.productsBox li dl dd img {
    width: 100%;
}

#products ul.productsBox li a:hover div.on dt {
    color: #fff;
}

#products ul.productsBox li dl dt {
    margin: 15px 0 0;
    font-size: 125%;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 38px;
}

#products ul.productsBox li dl dt span {
    font-size: 80%;
    display: block;
    letter-spacing: 2px;
}

#products ul.productsBox li a:hover dl img,
#products ul.productsBox li a:hover dl dt {
    opacity: 1;
    color: #736357;
}

#products ul.productsBox li:hover div.off {
    transform: rotateY(180deg);
}

#products ul.productsBox li:hover div.on {
    transform: rotateY(0);
    transition: all .4s;
}

@media screen and (max-width: 736px) {
    #products .fv {
        margin-bottom: 40px;
    }
    #products .category li a {
        padding: 5px 0;
        font-size: 80%;
        letter-spacing: 0;
    }
    #products .category li img {
        display: block;
        margin: auto;
    }
    #products .product h2 a {
        top: -45px;
        right: 0;
        text-align: left;
    }
    #products ul.productsBox li {
        width: 47%;
        margin-right: 3%;
    }
    #products ul.productsBox li dl {
        width: 100%;
        margin: 0;
    }
    #products ul.productsBox li dl dt {
        font-size: 110%;
    }
    #products ul.productsBox li dl dt span {
        font-size: 50%;
        letter-spacing: 1px;
    }
    #products ul.productsBox li dl dd img {
        width: 100%;
    }
    #products ul.productsBox li:nth-of-type(2n) {
        margin-right: 0;
    }
    #products ul.productsBox li div.on {
        opacity: 0;
    }
    #products ul.productsBox li:hover div.on {
        opacity: 1;
    }
    #products ul.productsBox li div.on dd {
        font-size: 100%;
        line-height: 1.4em;
        padding: 4%;
    }
}


/*────────────────────────── 東京の農林水産物（詳細）──*/

#products.detail .inner2 {
    width: 750px;
    margin: auto;
}

#products .productList {
    background: url(images/productlist_bg.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0 40px;
}

#products .productList.agri {
    background: url(images/productlist_agri_bg.png) no-repeat center top;
    background-size: cover;
}

#products .productList.animal {
    background: url(images/productlist_animal_bg.png) no-repeat center top;
    background-size: cover;
}

#products .productList.marine {
    background: url(images/productlist_marine_bg.png) no-repeat center top;
    background-size: cover;
}

#products .productList.flower {
    background: url(images/productlist_flower_bg.png) no-repeat center top;
    background-size: cover;
}

#products .productList .block {
    background: rgba(255, 255, 255, .8);
    text-align: center;
}

#products .productList .block h2 {
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 4px;
    border: 2px solid #726256;
    border-width: 2px 0;
    text-align: center;
    padding: 28px 0 12px;
    position: relative;
}

#products .productList .block h2 img {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
}

#products .productList .block h2 a {
    background: url(images/i_question.png) no-repeat left center;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    text-decoration: underline;
    position: absolute;
    top: 16px;
    right: 30px;
    padding: 5px 0 5px 30px;
}

#products .productList .block h2 a:hover {
    color: #726256;
    text-decoration: none;
}

#products .productList .block h3 {
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 30px 0 0;
    padding-left: 20px;
    background: url(images/i_search.png) no-repeat left center;
    display: inline-block;
}

#products .productList .block ul {
    padding: 20px 40px 30px;
    text-align: left;
}

#products .productList .block ul li {
    display: inline-block;
}

#products .productList .block ul li a {
    font-size: 115%;
    letter-spacing: 2px;
    display: block;
    margin: 5px 10px;
    text-decoration: underline;
}

#products .productList .block ul li.active a {
    font-weight: 600;
}

#products .productList .block ul li a:hover {
    color: #736357;
    background: linear-gradient(transparent 10%, #FDFE00 10%);
}

#products.detail .bg {
    background: #F0F0F0;
    padding: 80px 0;
}

#products.detail .fvDetail {
    text-align: center;
}

#products.detail .fvDetail h1 {
    display: block;
    padding: 8px 15px;
    font-size: 180%;
    font-weight: 600;
    letter-spacing: 3px;
}

#products.detail .fvDetail h1 span {
    border-bottom: 2px solid #726256;
    padding: 5px;
}

#products.detail .fvDetail h2 {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 15px;
    background: #FDFE1F;
    border: 1px solid #726256;
    border-radius: 3px;
    font-size: 90%;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 3px;
    position: relative;
}

#products.detail .fvDetail h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 5px;
    width: 5px;
    margin: auto;
    transform: rotate(45deg);
    background: #FDFE1F;
    border: 1px solid #726256;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 1px 1px 0;
}

#products.detail .fvDetail .slick-slide {
    margin: 60px 4px 0;
    position: relative;
}

#products.detail .fvDetail .slick-slide:before {
    content: '';
    background: rgba(000, 000, 000, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#products.detail .fvDetail .slick-slide span {
    position: relative;
    bottom: 0;
    letter-spacing: 2px;
    padding: 20px 0 5px;
    font-weight: 600;
    display: none;
}

#products.detail .fvDetail .slick-slide.slick-active span {
    display: block;
}

#products.detail .fvDetail .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 15px;
}

#products.detail .fvDetail .slick-dots li button:before {
    content: '';
    background: #BAB8B1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: .5;
}

#products.detail .fvDetail .slick-dots li.slick-active button:before {
    background: #FDFE1F;
}

#products.detail .fvDetail .slick-slide.slick-active:before {
    content: none;
}

#products.detail .fvDetail .slick-prev,
#products.detail .fvDetail .slick-next {
    width: 12px;
    z-index: 9;
}

#products.detail .fvDetail .slick-prev:before,
#products.detail .fvDetail .slick-next:before {
    content: none;
}

#products.detail .fvDetail .slick-prev {
    left: 12% !important;
    background: url(images/slide_arw.png) no-repeat left top !important;
}

#products.detail .fvDetail .slick-next {
    right: 12% !important;
    background: url(images/slide_arw.png) no-repeat right top !important;
}

#products.detail .fvDetail .slick-prev:hover,
#products.detail .fvDetail .slick-next:hover {
    opacity: .5;
}

#products.detail .catch {
    margin: 80px 0;
}

#products.detail .catch h3 {
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#products.detail .catch p {
    font-size: 115%;
    line-height: 1.8em;
}

#products.detail .charm {
    background: #CCCDCC;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 60px;
}

#products.detail .charm h3 {
    background: #FDFE23;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    padding: 25px 0 20px;
    position: relative;
}

#products.detail .charm h3:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FDFE1F url(images/i_bulb.png) no-repeat center 18px;
    width: 70px;
    height: 50px;
    border-radius: 50px 50px 0 0;
}

#products.detail .charm .info {
    background: #fff;
    width: 300px;
    padding: 20px 35px;
    margin: 50px 0 0 60px;
    font-size: 115%;
    line-height: 1.8em;
    box-sizing: border-box;
}

#products.detail .charm .photo {}

#products.detail .charm .photo p {
    width: 230px;
    height: 230px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    border: 7px solid #fff;
    box-sizing: border-box;
}

#products.detail .charm .photo p img {
    height: 100%;
    width: auto;
}

#products.detail .charm .photo p:nth-of-type(1) {
    top: 90px;
    right: 40px;
    z-index: 2;
}

#products.detail .charm .photo p:nth-of-type(2) {
    top: 270px;
    right: 130px;
}

#products.detail .information {
    margin-bottom: 60px;
}

#products.detail .information table {
    border-top: 1px solid #726256;
    border-collapse: collapse;
    font-size: 115%;
    width: 100%;
}

#products.detail .information table tr {
    border-bottom: 1px solid #726256;
}

#products.detail .information table tr:nth-of-type(even) {
    background: #F8F7F6;
}

#products.detail .information table th,
#products.detail .information table td {
    padding: 30px 10px 30px 30px;
    line-height: 1.6em;
}

#products.detail .information table th {
    text-align: left;
    width: 150px;
    letter-spacing: 3px;
}

#products.detail .information table td iframe {
    margin-top: 10px;
}

#products.detail .information table td .map a {
    font-size: 80%;
}

#products.detail .information table td .contact li {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

#products.detail .information table td .contact img {
    float: left;
    margin-right: 10px;
}

#products.detail .information table td .photo li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#products.detail .information table td .photo li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#products.detail .information table td .cal table {
    border: 0;
    border-right: solid 1px #B9B1AB;
}

#products.detail .information table td .cal table tr {
    border: 0;
}

#products.detail .information table td .cal table th {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 100%;
    text-align: center;
    padding: 10px;
    border-left: solid 1px #B9B1AB;
}

#products.detail .information table td .cal table td {
    padding: 10px;
    border-left: solid 1px #B9B1AB;
    position: relative;
}

#products.detail .information table td .cal table td::before,
#products.detail .information table td .cal table td::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 7px;
    background: #FFFF00;
    top: 0;
    opacity: 0;
}

#products.detail .information table td .cal table td.f::before,
#products.detail .information table td .cal table td.l::after {
    opacity: 1;
}

#products.detail .information table td .cal table td::before {
    left: 0;
}

#products.detail .information table td .cal table td::after {
    right: 0;
}

#products.detail .pagination ul {
    text-align: center;
}

#products.detail .pagination ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    letter-spacing: 3px;
}

#products.detail .pagination ul li.back {
    text-align: right;
}

#products.detail .pagination ul li.next {
    text-align: left;
}

#products.detail .pagination ul li.back a,
#products.detail .pagination ul li.next a {
    display: inline-block;
    width: 100px;
    padding: 20px 25px;
    border-width: 1px 0;
    font-weight: 600;
    box-sizing: border-box;
}

#products.detail .pagination ul li.back a {
    background: url(images/arrow_l.png) no-repeat right center;
}

#products.detail .pagination ul li.next a {
    background: url(images/arrow_r.png) no-repeat left center;
}

#products.detail .pagination ul li.back a:hover,
#products.detail .pagination ul li.next a:hover {
    color: #726256;
}

#products.detail .pagination ul li.back a:hover {
    background: url(images/arrow_l_on.png) no-repeat right center;
}

#products.detail .pagination ul li.next a:hover {
    background: url(images/arrow_r_on.png) no-repeat left center;
}

#products.detail .pagination ul li img {
    display: inline-block;
    border-radius: 50%;
    margin: 10px 0;
}

#products.detail .pagination ul li span {
    display: block;
}

#products.detail .pagination ul li.ct {
    margin: 20px 0;
    font-size: 140%;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 3px;
}

#products.detail .pagination ul li.ct span {
    font-size: 80%;
    position: relative;
    margin-top: 30px;
}

#products.detail .pagination ul li.ct span:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 7px solid #726256;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

#products.detail .banner {
    margin: 80px 0;
}

#products.detail .banner .smp {
    display: none;
}

#products.detail .recommend {}

#products.detail .recommend h3 {
    font-size: 115%;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#products.detail .recommend h3 span {
    font-size: 120%;
    letter-spacing: 5px;
    background: #A1CB26;
    border-radius: 20px;
    padding: 3px 30px;
    margin-right: 10px;
}

#products.detail .recommend ul {
    text-align: center;
}

#products.detail .recommend ul li {
    display: inline-block;
    margin-right: 4px;
    width: 350px;
}

#products.detail .recommend ul li:nth-of-type(3n) {
    margin-right: 0;
}

#products.detail .recommend ul li a {
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
}

#products.detail .recommend ul li img {
    margin-bottom: 10px;
    width: 350px;
    height: 200px;
    object-fit: cover;
}

#products.detail ul.link {
    margin: 40px 0;
}

#products.detail ul.link li {
    margin: 10px 0;
    line-height: 1.4em;
    display: flex;
    align-items: flex-start;
}

#products.detail ul.link li a {
    font-weight: 600;
    text-decoration: underline;
}

#products.detail ul.link li::before {
    content: url("../module/img/list3.png");
    margin: 2px 5px 0 0;
}

#products.detail ul.link li.external a::after {
    content: url("../module/img/link.png");
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 736px) {
    #products.detail .inner2 {
        width: auto;
    }
    #products.detail .bg {
        padding: 50px 0 20px;
    }
    #products .category {
        text-align: center;
        margin: 0 0 50px;
    }
    #products .productList {
        padding: 40px 20px;
    }
    #products .productList .block.inner {
        padding: 0;
    }
    #products .productList .block ul {
        padding: 10px;
    }
    #products .productList .block ul li a {
        font-size: 100%;
        margin: 4px 5px;
    }
    #products .productList .block h2 a {
        top: 70px;
        width: 160px;
        right: 0;
        left: 0;
        margin: auto;
    }
    #products .productList .block h3 {
        margin: 50px 0 0;
    }
    #products.detail .fvDetail .slick-slide {
        width: 280px;
        margin: 30px auto 0;
        overflow: hidden;
    }
    #products.detail .fvDetail .slick-slider img {
        height: 280px;
    }
    #products.detail .fvDetail .slick-slide:before {
        z-index: 1;
    }
    #products.detail .fvDetail .slick-prev {
        left: 3% !important;
    }
    #products.detail .fvDetail .slick-next {
        right: 3% !important;
    }
    #products.detail .catch {
        margin: 20px 10px;
    }
    #products.detail .charm {
        margin: 10px;
        padding-bottom: 10px;
    }
    #products.detail .charm .info {
        width: auto;
        padding: 20px;
        margin: 20px;
    }
    #products.detail .charm .photo {
        text-align: center;
        margin: 20px 0;
    }
    #products.detail .charm .photo p {
        display: inline-block;
        width: 160px;
        height: 160px;
        overflow: hidden;
        position: static;
    }
    #products.detail .information {
        margin: 20px 10px 30px;
    }
    #products.detail .information table th,
    #products.detail .information table td {
        padding: 20px 5px;
        display: block;
        width: auto;
    }
    #products.detail .information .cal table th,
    #products.detail .information .cal table td {
        display: table-cell;
    }
    #products.detail .information table th {
        letter-spacing: 2px;
        padding: 20px 5px 0;
    }
    #products.detail .information .cal table th {
        display: table-cell;
        padding: 10px 0 !important;
    }
    #products.detail .information table td iframe {
        width: 100% !important;
    }
    #products.detail .information .calendar img {
        width: 100%;
    }
    #products.detail .sub {
        width: 260px;
    }
    #products.detail .sub .slick-slide {
        margin: 0 2px;
        font-size: 90%;
        line-height: 1.2em;
    }
    #products.detail .sub .slick-next {
        right: -30px !important;
    }
    #products.detail .information table td .contact li {
        display: block;
        width: auto;
        margin: 10px 0;
    }
    #products.detail .pagination ul li {
        width: 29%;
        margin: 0 2%;
    }
    #products.detail .pagination ul li.ct {
        font-size: 110%;
        margin: 10px 0;
    }
    #products.detail .pagination ul li.back img,
    #products.detail .pagination ul li.next img {
        /*display: none;*/
        width: 70px;
        height: 70px;
        margin: 0;
    }
    #products.detail .pagination ul li.back span,
    #products.detail .pagination ul li.next span {
        font-size: 90%;
        letter-spacing: 1px;
        margin-top: 0;
    }
    #products.detail .pagination ul li.ct span {
        margin-top: 30px;
    }
    #products.detail .pagination ul li.ct span::before {
        top: -10px;
    }
    #products.detail .banner {
        margin: 60px 0 40px;
    }
    #products.detail .banner img {
        width: 100%;
    }
    #products.detail .banner .pc {
        display: none;
    }
    #products.detail .banner .smp {
        display: block;
    }
    #products.detail .recommend {
        margin: 40px 0;
    }
    #products.detail .recommend ul {
        text-align: left;
        line-height: 1.4em;
    }
    #products.detail .recommend ul li {
        margin-right: 2px;
        width: 32%;
        vertical-align: top;
    }
    #products.detail .recommend ul li a {
        font-size: 90%;
        letter-spacing: 1px;
        font-weight: normal;
    }
    #products.detail .recommend ul li img {
        width: 100%;
        height: 80px;
        margin-bottom: 5px;
    }
    #products.detail .recommend h3 {
        font-size: 110%;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    #products.detail .recommend h3 span {
        font-size: 90%;
        letter-spacing: 2px;
        padding: 2px 10px;
    }
}