@charset "utf-8";


/* for PC */

body,html {
    height: 100%;
}

/*------------------------------------------------------------
  contentsWrapper（PC）
------------------------------------------------------------ */
#suntory_contents .contentsWrapper {
    width: 960px;
    margin: 0 auto;
}

#suntory_contents .collectionBottom {
    width: 960px;
    margin: 0 auto 60px;
}


/*------------------------------------------------------------
  （PC）slide
------------------------------------------------------------ */
#suntory_contents #slide {
    margin-bottom: 80px;
}
#suntory_contents #slide h1 {
    margin: 0 auto 30px;
    width: 960px;
    font-size: 26px;
    font-weight: normal;
}

#suntory_contents .container{
	width: 100%;
	height: 460px;
	position: relative;
}
#suntory_contents .slider{
	position: absolute;
	top: 0;
	width: 100%;
	height: 460px;
	background: url(/sma/collection/img/gallery/bg_gallery.jpg) repeat-x 0 0;
    background-size: auto 100%;
}
#suntory_contents .swiper-container {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 100px;
}
#suntory_contents .swiper-slide {
	background-position: center center;
	background-size: contain;
	background-repeat:no-repeat;
	width: 300px;
	height: 300px;
    transform: translate3d(0px, 0px, 0px) rotateX(0.0001deg) rotateY(0.0000-1deg); 
    transition-duration: 0ms;
    outline: 1px solid transparent;
    -ms-backface-visibility: hidden;
    opacity: 1;
}
#suntory_contents .swiper-slide.cover {
	background-size: cover;
}
#suntory_contents .swiper-slide a {
display: block;
	width: 300px;
	height: 300px;
}
#suntory_contents .swiper-slide:hover  {
    opacity:.5;
}
#suntory_contents .indent {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*slick*/
#suntory_contents .slide {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 100px;
}
#suntory_contents #gallery_item .slick-slide {
    margin: 0 20px;
    width: 300px;
	height: 300px;
}
#suntory_contents #gallery_item .slick-slide a {
    display: block;
	width: 300px;
	height: 300px;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center; 
}
#suntory_contents #gallery_item .slick-slide:hover  {
    opacity:.5;
}
#suntory_contents #gallery_item .slick-slide a img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}
#suntory_contents .slider .slick-prev {
    position: absolute;
    top: calc(100% + 30px);
    left: 120px;
    width: 20px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    background-image: url(/sma/collection/img/gallery/arrow_l.png);
    background-size: 20px 33px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 100000;
}
#suntory_contents .slider .slick-next {
    position: absolute;
    top: calc(100% + 30px);
    right: 120px;
    width: 20px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    background-image: url(/sma/collection/img/gallery/arrow_r.png);
    background-size: 20px 33px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 100000;
}

/*------------------------------------------------------------
  （PC）category_gallery
------------------------------------------------------------ */
#suntory_contents .category_gallery {
    background: url(/sma/collection/img/gallery/bg_paper.jpg) repeat 0 0;
    padding: 40px 0;
}
#suntory_contents .category_gallery ul {
    margin: 0 auto;
    width: 960px;
    display: flex;
    -webkit-justify-content:flex-start;
	-ms-flex-pack:justify;
	justify-content: space-between;
}
#suntory_contents .category_gallery ul li {
    font-size: 16px;
    width: 151px;
    text-align: center;
}
#suntory_contents .category_gallery ul li a {
    background: #fff;
    color: #2c2a67;
    padding: 15px 0;
    display: block;
    text-decoration: none;
}
#suntory_contents .category_gallery ul li a span {
    margin: 0 0 0 10px;
    background: #5169ad;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 20px;
    letter-spacing: -.01em;
    display: inline-block;
}
#suntory_contents .category_gallery ul li a:hover {
    background: #5169ad;
    color: #fff;
}
#suntory_contents .category_gallery ul li a:hover span {
    background: #fff;
    color: #5169ad;
}

#suntory_contents .category_gallery ul li.cr a {
    background: #5169ad;
    color: #fff;
}
#suntory_contents .category_gallery ul li.cr a span {
    margin: 0 0 0 10px;
    background: #fff;
    color: #5169ad;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 20px;
    letter-spacing: -.01em;
}

/*------------------------------------------------------------
  （PC）sp_category_select
------------------------------------------------------------ */
#suntory_contents #sp_category_select {
    display: none;
}

/*------------------------------------------------------------
  （PC）index
------------------------------------------------------------ */
#suntory_contents #index {
    margin-bottom: 60px;
}
#suntory_contents #index h1 {
    margin: 0 auto 30px;
    width: 960px;
    font-size: 26px;
    font-weight: normal;
}
#suntory_contents #index h1 a {
    color: #000;
}

#suntory_contents #item_index {
    margin: 40px auto 0;
    width: 960px;
}

#suntory_contents #item_index ul {
    display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
    align-items: center; 
}

#suntory_contents #item_index li {
    margin-bottom: 30px;
    margin-right: 3.125%;
    width: 300px;
    height: 300px;
    list-style: none;
    background: #eeeeee;
}
#suntory_contents #item_index li:nth-child(3n){
    margin-right: 0;
}
#suntory_contents #item_index li a {
    display: block;
}
#suntory_contents #item_index li figure {
    width: 300px;
    height: 300px;
    position: relative;
    table-layout: fixed;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center; 
}
#suntory_contents #item_index li figure img {
    max-width: 300px;
    max-height: 300px;
    height: auto;
}
#suntory_contents #item_index li figure figcaption {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction:column;
    -webkit-justify-content:center; 
    justify-content:center;
    background: rgba(0,0,0,.7);
    display: none;
}
#suntory_contents #item_index li a:hover figure figcaption {
    display: flex;
}

#suntory_contents #item_index li figure figcaption h2 {
    margin: 0 20px 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}
#suntory_contents #item_index li figure figcaption .label {
    padding: 0 0 15px;
}
#suntory_contents #item_index li figure figcaption .label span {
    margin: 0 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    border: 1px #fff solid;
    padding: 5px 20px;
    display: inline;
}
#suntory_contents #item_index li figure figcaption .note {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}


/*------------------------------------------------------------
  （PC）page_nav
------------------------------------------------------------ */
#suntory_contents .page_nav {
    margin: 20px auto;
    width: 960px;
}
#suntory_contents .page_nav:after { content :''; display :block; clear :both; }

#suntory_contents .page_nav p {
    margin-right: 10px;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #06194f;
}
#suntory_contents .page_nav ul {
   float: right;
    list-style: none;
    width: 71px;
    height: 36px;
    position: relative;
}
#suntory_contents .page_nav ul li a {
    display: block;
    width: 35px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
}
#suntory_contents .page_nav ul li a:hover {
    opacity: .75;
}
#suntory_contents .page_nav ul li.disable a:hover {
    opacity: 1;
}
#suntory_contents .page_nav ul li.disable a {
    cursor: default;
}
#suntory_contents .page_nav ul li.prev a {
    width: 35px;
    background: #233066 url(/sma/collection/img/gallery/arrow_l_white.png) no-repeat 13px center;
    background-size: 9px auto;
    left: 0;
    border-radius: 20px 0 0 20px;
}
#suntory_contents .page_nav ul li.next a {
    width: 35px;
    background: #233066 url(/sma/collection/img/gallery/arrow_r_white.png) no-repeat right 13px center;
    background-size: 9px auto;
    right: 0;
    border-radius: 0 20px 20px 0;
}

#suntory_contents .page_nav ul li.prev.disable {
    display: block;
    width: 35px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    background: #cccccc url(/sma/collection/img/gallery/arrow_l_white.png) no-repeat 13px center;
    background-size: 9px auto;
    left: 0;
    border-radius: 20px 0 0 20px;
}

#suntory_contents .page_nav ul li.next.disable {
    display: block;
    width: 35px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    background: #cccccc url(/sma/collection/img/gallery/arrow_r_white.png) no-repeat right 13px center;
    background-size: 9px auto;
    right: 0;
    border-radius: 0 20px 20px 0;
}


/*------------------------------------------------------------
  （PC）item
------------------------------------------------------------ */
#suntory_contents #item {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 960px;
    border-bottom: 5px #f3f1ec solid;
}
#suntory_contents #item_title {
    margin-bottom: 40px;
    background: #f3f1ec;
    padding: 25px 40px;
}
#suntory_contents #item_title .title {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
#suntory_contents #item_title .title h1 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
    width: auto;
    order: 2;
}
#suntory_contents #item_title .title .label {
    margin-bottom: 15px;
    order: 1;
}
#suntory_contents #item_title .title .label span {
    font-size: 12px;
    border: 1px #000 solid;
    padding: 5px 20px;
}
#suntory_contents #item_title .rubi {
    font-size: 12px;
}

#suntory_contents #item .item_data:after { content :''; display :block; clear :both; }


#suntory_contents #item .img_block {
    width: 450px;
    float: left;
}
#suntory_contents #item .img_block .slide_container {
    width: 450px;
    margin-bottom: 40px;
}

#suntory_contents #item .img_block .slide_item {
    width: 450px;
    margin-bottom: 40px;
}
#suntory_contents #item .img_block .slide_item div {
    text-align: center;
    width: 450px;
    height: 450px;
}
#suntory_contents #item .img_block .slide_item div figure {
    margin: 0 auto;
    width: 450px;
    height: 450px;
    display: flex;
    text-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important; 
    -webkit-justify-content:center!important; 
    justify-content:center!important;
    
}
#suntory_contents #item .img_block .slide_item img {
    max-width: 450px;
    max-height: 450px;
    width: auto;
    height: auto;
}

#suntory_contents #item .img_block .slide_item_nav div a {
    width: 50px;
    height: 50px;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center;
}

#suntory_contents #item .img_block .slide_item_nav img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
#suntory_contents #item .img_block .slide_item_nav .slick-track {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content:flex-start;
	justify-content: flex-start;
    transform:none!important;
    width:100%!important;
}
#suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide {
    width: 50px!important;
    margin: 0 5px 15px;
}
#suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide.slick-current {
    background: #7f7f7f!important;
}
#suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide a:hover img {
    opacity: .75;
}
#suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide.slick-current img {
    opacity: .75;
}

#suntory_contents #item .img_block .btn_expand {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    width: 450px;
}
#suntory_contents #item .img_block .btn_expand a {
    color: #06194f;
    position: relative;
	text-decoration: none;
}
#suntory_contents #item .img_block .btn_expand a:hover {
    border-bottom: 1px #06194f solid;
    padding-bottom: 3px;
}
#suntory_contents #item .img_block .btn_expand a:after {
    content: '';
    width: 16px;
    height: 15px;
    display: block;
    background: url(/sma/collection/img/gallery/icon_expand.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: -26px;
}

#suntory_contents #item .text_block {
    width: 450px;
    float: right;
}
#suntory_contents #item .text_block dt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
#suntory_contents #item .text_block dd {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
}
#suntory_contents #item .text_block .text p {
    font-size: 16px;
    line-height: 2;
}


/*------------------------------------------------------------
  （PC）extra_slide
------------------------------------------------------------ */
#suntory_contents #overlay {
        position: fixed;
        top: -50vh;
        left: -50vw;
        width: 200vw;
        height: 200vh;
        z-index: 100;
        display: none;
        background: #fff;
}

#suntory_contents #extra_slide {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow-y: auto;
}
#suntory_contents #extra_slide .btn_close a {
    font-size: 16px;
    line-height: 20px;
    color: #06194f;
    position: absolute;
    top: 30px;
    left: 50px;
	text-decoration: none;
}
#suntory_contents #extra_slide .btn_close a::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/sma/collection/img/gallery/icon_close.png) no-repeat 0 center;
    background-size: 20px auto;
    position: absolute;
    top: 0;
    left: -30px;
}
#suntory_contents #extra_slide .btn_close a:hover {
    border-bottom: 1px #06194f solid;
    padding-bottom: 3px;
}
#suntory_contents #extra_slide .slide_item_extra_nav {
    margin: 30px auto;
    width: 750px;
}
#suntory_contents #extra_slide .slide_item_extra_nav .slick-list {
    width: 750px;
}
#suntory_contents #extra_slide .slide_item_extra_nav .slick-track {
    display: block;
    transform:none!important;
    width:750px!important;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content:flex-start;
	justify-content: flex-start;
}
#suntory_contents #extra_slide .slide_item_extra_nav .slick-track .slick-slide {
    width: 50px!important;
    margin: 0 5px 15px;
}

#suntory_contents #extra_slide .slide_item_extra_nav div a {
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center;
    width: 50px;
    height: 50px;
}
#suntory_contents #extra_slide .slide_item_extra_nav img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}

#suntory_contents #extra_slide .slide_item_extra_nav .slick-track .slick-slide.slick-current a {
    background: #7f7f7f!important;
}
#suntory_contents #extra_slide .slide_item_extra_nav .slick-track .slick-slide.slick-current img {
    opacity: .75;
}
#suntory_contents #extra_slide .slide_item_extra_nav .slick-track .slick-slide a:hover img {
    opacity: .75;
}

#suntory_contents #extra_slide .slide_item_extra {
    width: 750px;
    margin: 0 auto 50px;
}
#suntory_contents #extra_slide .slide_item_extra div {
    width: 750px;
    height: 750px;
}

#suntory_contents #extra_slide .slide_item_extra .slick-slide {
    margin: 0;
}

#suntory_contents #extra_slide .slide_item_extra div figure {
    margin: 0 auto;
    width: 750px;
    height: 750px;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center; 
}
#suntory_contents #extra_slide .slide_item_extra img {
    max-width: 750px;
    max-height: 750px;
    width: auto;
    height: auto;
}

@media screen and (max-width:767px){

/* for SP */

/*------------------------------------------------------------
  （SP）
------------------------------------------------------------ */
    
    /*------------------------------------------------------------
      contentsWrapper（SP）
    ------------------------------------------------------------ */
    #suntory_contents .contentsWrapper {
        width: auto;
        margin: 0 auto;
    }
    
    #suntory_contents .collectionBottom {
    width: auto;
    margin: 0 15px 60px;
    }
    
    /*------------------------------------------------------------
      （SP）slide
    ------------------------------------------------------------ */
    #suntory_contents #slide {
        margin-bottom: 50px;
    }
    #suntory_contents #slide h1 {
        margin: 0 auto 30px;
        padding: 30px 0 0;
        width: auto;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    
    #suntory_contents #slide .container {
        order: 1;
	    height: 80vw;

    }
    #suntory_contents .slider{
        height: 80vw;
    }
    #suntory_contents .swiper-container {
        padding-top: 10.6666666666667vw;
        padding-bottom: 16vw;
    }
    #suntory_contents .swiper-slide {
        width: 53.3333333333333vw;
        height: 53.3333333333333vw;
    }
    #suntory_contents .swiper-slide a {
        width: 53.3333333333333vw;
        height: 53.3333333333333vw;
    }
    
    #suntory_contents .swiper-slide:hover  {
    opacity:1;
    }
    
    #suntory_contents .swiper-container .swiper-button-prev,
    #suntory_contents .swiper-container .swiper-button-next {
        display: none;
    }
    
    /*slick*/
    #suntory_contents .slide {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 100px;
        text-align: center;
    }
    #suntory_contents #gallery_item .slick-slide {
        margin: 0 20px;
        width: 53.3333333333333vw;
        height: 53.3333333333333vw;
    }
    #suntory_contents #gallery_item .slick-slide a {
        display: block;
        width: 53.3333333333333vw;
        height: 53.3333333333333vw;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center; 
    }
    #suntory_contents #gallery_item .slick-slide:hover  {
        opacity:1;
    }
    #suntory_contents #gallery_item .slick-slide a img {
        max-width: 53.3333333333333vw;
        max-height: 53.3333333333333vw;
        width: auto;
        height: auto;
    }
    
    #suntory_contents .slider .slick-prev {
    position: absolute;
    top: calc(100% + 25px);
    left: 20px;
    width: 20px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    background-image: url(/sma/collection/img/gallery/arrow_l.png);
    background-size: 3.4666666666667vw 5.3333333333333vw;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 100000;
    }
    #suntory_contents .slider .slick-next {
    position: absolute;
    top: calc(100% + 25px);
    right: 20px;
    width: 20px;
    height: 33px;
    z-index: 10;
    cursor: pointer;
    background-image: url(/sma/collection/img/gallery/arrow_r.png);
    background-size: 3.4666666666667vw 5.3333333333333vw;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 100000;
    }
    
    
    
    /*------------------------------------------------------------
      （SP）category_gallery[slide]
    ------------------------------------------------------------ */
    #suntory_contents #slide .gallery_wrap {
        display: flex;
        flex-direction:column;
    }
    #suntory_contents #slide .category_gallery {
        background: url(/sma/collection/img/gallery/bg_paper.jpg) repeat 0 0;
        background-size: 500px auto;
        padding: 30px 40px 10px;
        order: 2;
    }
    #suntory_contents .category_gallery ul {
        margin: 0 auto;
        width: auto;
        display: block;
    }
    #suntory_contents .category_gallery ul:after { content :''; display :block; clear :both; }
    
    #suntory_contents .category_gallery ul li {
        margin-bottom: 20px;
        font-size: 16px;
        width: 47.1380471380471%;
        text-align: center;
    }
    #suntory_contents .category_gallery ul li:nth-child(odd) {
        float: left;
    }
    #suntory_contents .category_gallery ul li:nth-child(even) {
        float: right;
    }
    
    #suntory_contents .category_gallery ul li a {
        background: #fff;
        color: #2c2a67;
        padding: 15px 0;
        display: block;
    }
    #suntory_contents .category_gallery ul li a:hover {
        background: #fff;
        color: #2c2a67;
    }

    #suntory_contents .category_gallery ul li.cr a {
        background: #5169ad;
        color: #fff;
    }
    #suntory_contents #slide .category_gallery ul li.cr a span {
        margin: 0;
        display: none;
    }
    
    
    /*------------------------------------------------------------
      （SP）category_gallery[index]
    ------------------------------------------------------------ */
    #suntory_contents #index .category_gallery {
        display: none;
    }
    
    
    /*------------------------------------------------------------
      （SP）sp_category_select
    ------------------------------------------------------------ */
    #suntory_contents #sp_category_select {
        display: block;
        background: url(/sma/collection/img/gallery/bg_paper.jpg) repeat 0 0;
        background-size: 500px auto;
        padding: 20px;
        position: relative;
    }
    #suntory_contents #sp_category_select dt a {
        display: block;
        background: #5169ad;
        color: #fff;
        font-size: 16px;
        padding: 15px 20px;
        position: relative;
        text-decoration: none;
    }
    #suntory_contents #sp_category_select dt a:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 7px);
    right:20px;
    width:8px;
    height:8px;
    margin:auto;
    border-top:3px solid #fff;
    border-right:3px solid #fff;   
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg); 
    }
    #suntory_contents #sp_category_select dt.open a:after {
    top:calc(50% - 5px);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    }
    
    #suntory_contents #sp_category_select dt a span {
        margin-left: 10px;
        background: #fff;
        color: #5169ad;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        padding: 5px 7px;
    }
    #suntory_contents #sp_category_select dd {
        position: relative;
        display: none;
    }
    #suntory_contents #sp_category_select ul {
        width: 100%;
        list-style: none;
        background: #fff;
        border-top: 1px #ccc solid;
        border-left: 1px #ccc solid;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #suntory_contents #sp_category_select li {
        width: 50%;
        text-align: center;
        border-right: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
        box-sizing: border-box;
    }
    #suntory_contents #sp_category_select li a {
        display: block;
        padding: 15px;
        font-size: 16px;
        color: #2c2a67;
        text-decoration: none;
    }
    
    /*------------------------------------------------------------
      （sp）index
    ------------------------------------------------------------ */
    #suntory_contents #index {
    margin-bottom: 30px;
    }
    #suntory_contents #index h1 {
        margin: 0;
        width: auto;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
    }
    #suntory_contents #index h1 a {
        display: block;
        padding: 30px 0;
    }
    
    #suntory_contents #item_index {
        margin-bottom: 80px;
    }
    #suntory_contents #item_index {
        margin: 40px 20px 0;
        width: auto;
    }

    #suntory_contents #item_index ul {
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-between;
    }

    #suntory_contents #item_index li {
        margin-bottom: 30px;
        margin-right: 0;
        width: 42.6666666666667vw;
        height: 42.6666666666667vw;
        list-style: none;
        background: #eeeeee;
    }
    #suntory_contents #item_index li:nth-child(3n) {
        margin-right: 0;
    }
    #suntory_contents #item_index li a {
        display: block;
    }
    #suntory_contents #item_index li figure {
        width: 42.6666666666667vw;
        height: 42.6666666666667vw;
        position: relative;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content:center; 
        justify-content:center;
    }
    #suntory_contents #item_index li figure img {
        max-width: 42.6666666666667vw;
        max-height: 42.6666666666667vw;
    }
    #suntory_contents #item_index li figure figcaption {
        display: none;
    }
    #suntory_contents #item_index li a:hover figure figcaption {
        display: none;
    }
    
    /*------------------------------------------------------------
      （SP）page_nav
    ------------------------------------------------------------ */
    #suntory_contents .page_nav {
        margin: 20px 20px;
        width: auto;
    }
    #suntory_contents .page_nav p {
        margin-right: 10px;
        float: right;
        font-size: 14px;
        font-weight: bold;
        line-height: 36px;
    }
    #suntory_contents .page_nav ul li a:hover {
    opacity: 1;
    }

    
    /*------------------------------------------------------------
      （SP）item
    ------------------------------------------------------------ */
    #suntory_contents #item {
        margin: 0 auto;
        padding-bottom: 30px;
        width: auto;
        border-bottom: 5px #f3f1ec solid;
    }
    
    #suntory_contents #item_title {
        margin-bottom: 40px;
        background: #f3f1ec;
        padding: 15px 20px;
    }
    #suntory_contents #item_title .title {
        margin-bottom: 8px;
    }
    #suntory_contents #item_title .title h1 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        width: auto;
        text-align: left;
    }
    #suntory_contents #item_title .title .label {
        margin-bottom: 15px;
    }
    #suntory_contents #item_title .title .label span {
        font-size: 10px;
        line-height: 1;
        border: 1px #666 solid;
        padding: 5px 15px;
    }
    #suntory_contents #item_title .rubi {
        font-size: 11px;
    }
    #suntory_contents #item .item_data:after { content :''; display :block; clear :both; }

    #suntory_contents #item .img_block {
        margin: 0 auto;
        width: 100%;
        float: none;
        overflow: hidden;
    }
    #suntory_contents #item .img_block .slide_container {
        width: auto;
        margin-bottom: 40px;
    }

    #suntory_contents #item .img_block .slide_item {
        margin: 0 auto;
        width: 79.6vw;
        margin-bottom: 40px;
    }
    #suntory_contents #item .img_block .slide_item div {
        text-align: center;
        width: auto;
        height: 79.0666666666667vw;
    }
    #suntory_contents #item .img_block .slide_item div figure {
        width: 100%;
        height: 100%;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center; 
    }
    #suntory_contents #item .img_block .slide_item img {
        max-width: 79.0666666666667vw;
        max-height: 79.0666666666667vw;
        width: auto;
        height: auto;
    }
    #suntory_contents #item .img_block .slide_item_nav {
        margin: 0 20px;
    }
    #suntory_contents #item .img_block .slide_item_nav .slick-track {
    display: flex;
    width: 100%!important;
    transform:none!important;
    }
    #suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide {
    width: 13.3333333333333vw!important;
    margin: 0 5px 15px;
    }
    #suntory_contents #item .img_block .slide_item_nav div a {
        display: block;
        width: 13.3333333333333vw!important;
        height: 13.3333333333333vw!important;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center;
        background: none;
    }
    #suntory_contents #item .img_block .slide_item_nav div a img {
        max-width: 13.3333333333333vw!important;
        max-height: 13.3333333333333vw!important;
        width: auto;
        height: auto;
    }
    
    #suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide.slick-current a {
    background: #7f7f7f!important;
    }
    #suntory_contents #item .img_block .slide_item_nav .slick-track .slick-slide.slick-current img {
        opacity: .75;
}
    

    #suntory_contents #item .img_block .btn_expand {
        display: none;
    }
    #suntory_contents #item .text_block {
        margin: 0 20px;
        width: auto;
        float: none;
    }
    #suntory_contents #item .text_block dt {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
    }
    #suntory_contents #item .text_block dd {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.8;
    }
    #suntory_contents #item .text_block .text p {
        font-size: 16px;
        line-height: 2;
    }


    /*------------------------------------------------------------
      （SP）extra_slide
    ------------------------------------------------------------ */
    #suntory_contents #extra_slide {
        display: none;
    }

    
    
	
}