@charset "UTF-8";

/*--------------------------------------
base
---------------------------------------*/
div,
ul,
li {
    box-sizing: border-box;
    vertical-align: top;
}

ul {
    font-size: 0;
    vertical-align: top;
}

footer {
    margin: 0;
    padding: 0;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
    padding: 0;
    margin: 0 auto;
    color: #000;
    text-align: left;
    background: #3c66b3;
}

.container:before,
.container:after {
    content: "";
    background: #3c66b3;
    position: fixed;
    display: block;
    z-index: 2;
}

@media screen and (max-width:640px) {
    .wrapper {
        min-width: 100%;
    }

    img {
        width: 100%;
        height: auto;
    }
}

/*--------------------------------------
header
---------------------------------------*/
.pc_header {
    width: 100%;
}

.pc_header h1 {
    position: relative;
    font-size: 0;
    z-index: 3;
}

.head_logo {
    position: absolute;
    background: #000000;
    width: 100%;
    z-index: 999;
}

.head_logo h1 {
    background: #000000;
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px;
}

.head_logo a:hover {
    opacity: 1 !important;
}

.sp_header {
    display: none;
}

@media screen and (max-width: 640px) {
    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .head_logo {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .head_logo a {
        width: 100%;
    }

    .head_logo h1 {
        background: none;
        text-align: center;
        padding: 2px 0 0 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .head_logo img {
        padding-top: 0.1em;
        width: 65%;
    }

    #sp_header .menu {
        z-index: 999999;
    }

    #sp_header {
        text-align: center;
    }

    #sp_header #feature_title {
        color: #fff;
        background: #000;
        font-weight: bold;
    }

    #sp_header .menu .sub_title {
        background: #000;
    }

    #sp_header .menu {
        top: 0 !important;
    }
}

/*--------------------------------------
footer
---------------------------------------*/
iframe#footer {
    position: relative;
    min-width: 1000px;
    padding-top: 50px;
    background: #fff;
    margin: 0;
    vertical-align: bottom;
    z-index: 1;
    /*下部の隙間を消すため*/
}

.sp_footer {
    display: none;
}

@media screen and (max-width: 640px) {
    .pc_footer {
        display: none;
    }

    .sp_footer {
        position: relative;
        display: block;
        margin-top: -50px;
        z-index: 9999;
    }
}

/*--------------------------------------
top
---------------------------------------*/
/*----- swiper -----*/
.top_swiper-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media all and (-ms-high-contrast: none) {
    .top_swiper-container {
        position: relative;
    }
}

.swiper-slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/*背景画像*/
.slide-img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
    display: block;
}

.main {
    position: relative;
    z-index: 99;
    margin-top: 100vh;
    background-image: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_haikei_02.gif);
    padding-bottom: 100px;
}

.top {
    position: relative;
}

.top_ttl {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -55vh;
    z-index: 100;
}

.top_ttl img {
  　width: 450px;
    opacity: 0;
    animation-delay: 0.1s;
}


.top_lead {
    position: relative;
    width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
    color: #000;
}


.top_copy {
    display: block;
    width: 800px;
    margin: 0 auto 100px;
    padding: 10px 0;
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    color: #ff0000;
}

.top_copy h1 {
    background: #FFFFFF;
    text-align: center;
    padding: 10px 30px 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



@media screen and (max-width: 640px) {
    .main {
        padding-bottom: 10%;
        margin-top: 94vh;
    }

    .top_ttl {
        width: 80%;
        top: -55vh;
    }

.top_copy {
    display: block;
    width: 80%;
    margin: 0 auto 100px;
    padding: 10px 0;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    color: #ff0000;
}

.top_copy h1 {
    background: #FFFFFF;
    text-align: center;
    padding: 10px 30px 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .top_lead {
        width: 80%;
        margin: 0 auto 15%;
        font-size: 1rem;
        line-height: 2;
    }
}

/*----- guide -----*/
.guide {
    width: 820px;
    margin: 0 auto 100px;
}

.guide a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #EB1C24;
}

.guide span {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    padding: 10px 0;
    background: #EB1C24;
    color: #fff;
    font-size: 1rem;
    border-radius: 25px;
}

@media screen and (max-width: 640px) {
    .guide {
        width: 80%;
        margin: 0 auto 10%;
    }

    .guide a {
        padding: 10%;
        border-radius: 15px;
        font-size: 1.3rem;
        font-weight: 500;
        color: #EB1C24;
    }

    .guide span {
        padding: 5px;
    }
}

/*----- メニュー -----*/


/* top navi */
.naviWrap {
	margin: 100px 0 130px;
  text-align:  center;
}

.naviWrap ul li {
	position: relative;
	display: inline-block;
}

/*== SP用 ================*/
@media screen and (max-width:640px) {
	.naviWrap {
		margin: 5% 0 10%;
	}

	.naviWrap ul li {
		position: relative;
		display: inline-block;
		width: 32%;
		margin: 0 0 2%;
		text-align: center;
	}
}


.top_nav {
    width: 1200px;
    margin: 0 auto 120px;
    text-align: center;
}

.top_nav_ttl {
    font-size: 3rem;
    letter-spacing: 0.07em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.top_navList li {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.9rem;
    letter-spacing: 0.03em;
}

.top_navList li span {
    display: block;
    font-size: 1rem;
}

.top_navList li a {
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}




/*奇数*/
.top_navList li:nth-child(odd) a {
    background: #000000;
}

/*偶数*/
.top_navList li:nth-child(even) a {
    background: #000000;
}

@media screen and (max-width: 640px) {
    .top_nav {
        width: 90%;
        margin: 0 auto 20%;
    }

    .top_nav_ttl {
        font-size: 2rem;
        margin-bottom: 5%;
    }

    .top_navList li {
        display: inline-block;
        line-height: 1.5;
        font-size: 1.5rem;
        letter-spacing: 0.03em;
    }

    .top_navList li a {
        box-sizing: border-box;
        display: block;
        width: 150px;
        height: 150px;
        text-align: center;
        color: #fff;
        padding-top: 45px;
    }

    .top_navList li:nth-child(1) a,
    .top_navList li:nth-child(4) a {
        background: #603813;
    }

    .top_navList li:nth-child(2) a,
    .top_navList li:nth-child(3) a {
        background: #42210B;
    }
}


/*--------------------------------------
content
---------------------------------------*/
.content {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
    .content {
        min-width: 100%;
        margin-bottom: 0;
        padding: 10% 0 5%;
    }
}

/*----- contentTop -----*/
.contentTop {
    width: 1200px;
    margin: 0 auto 50px;
}

.contentTop_ttl {
    text-align: center;
    margin-bottom: 30px;
}

.contentTop_lead {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media screen and (max-width: 640px) {
    .contentTop {
        width: 100%;
        margin: 0 auto 7%;
    }

    .contentTop_ttl {
        width: 80%;
        margin: 0 auto 5%;
    }

    .contentTop_lead {
        padding: 0 5%;
        margin: 0 auto;
        font-size: 0.95rem;
        line-height: 1.7;
    }
}


/*--------------------------------------
content1　いちおし
---------------------------------------*/

.content1 {
    position: relative;
    width: 100%;
    background: #9ad8d5;
    padding-top: 100px;
}

.cont1Item {
    position: relative;
    width: 1200px;
    margin: 0 auto 150px;
}

@media screen and (max-width: 640px) {
    .cont1Item {
        width: 100%;
        margin: 0 auto 20%;
    }

    .cont1Item:last-child {
        margin-bottom: 5%;
    }
}

/*----- cont1Item_top -----*/
/* いちおし商品 画像*/
.cont1Item_topImg {
    position: relative;
    margin-bottom: 130px;
}

.cont1Item_top .ribbon:after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/icon_ribbon.png") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 125px;
    animation: bounceIn 1s ease;
    bottom: -80px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

.cont1Item_topImg_sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .cont1Item_topImg {
        position: relative;
        margin-bottom: 10%;
    }

    .cont1Item_top .ribbon:after {
        width: 150px;
        height: 63px;
        bottom: -30px;
        left: 50%;
        margin-left: -75px;
    }

    .cont1Item_topImg_pc {
        display: none;
    }

    .cont1Item_topImg_sp {
        display: block;
    }
}

/* いちおし商品 タイトル*/
.cont1Item_ttl {
    width: 700px;
    margin: 0 auto 50px;
    font-size: 3.7rem;
    letter-spacing: 0.01em;
    font-weight: 600;
    padding-top: 35px;
    padding-left: 130px;
}

.cont1Item:nth-of-type(1) .cont1Item_ttl {
    background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_01.png) no-repeat left center;
}

.cont1Item:nth-of-type(2) .cont1Item_ttl {
    background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_02.png) no-repeat left center;
}

.cont1Item:nth-of-type(3) .cont1Item_ttl {
    background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_03.png) no-repeat left center;
}

.cont1Item:nth-of-type(4) .cont1Item_ttl {
    background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_04.png) no-repeat left center;
}

.cont1Item:nth-of-type(5) .cont1Item_ttl {
    background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_05.png) no-repeat left center;
}

.cont1Item:nth-of-type(6) .cont1Item_ttl {
    background: url(../img/cont1_item6_no.png) no-repeat left center;
}

.cont1Item:nth-of-type(7) .cont1Item_ttl {
    background: url(../img/cont1_item7_no.png) no-repeat left center;
}

@media screen and (max-width: 640px) {
    .cont1Item_ttl {
        width: 100%;
        margin: 0 auto 4%;
        font-size: 2.7rem;
        letter-spacing: 0.1em;
        padding: 20% 0 0 0;
        text-align: center;
    }

    .cont1Item:nth-of-type(1) .cont1Item_ttl {
        background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_01_sp.png) no-repeat center top;
        background-size: 17%;
    }

    .cont1Item:nth-of-type(2) .cont1Item_ttl {
        background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_02_sp.png) no-repeat center top;
        background-size: 17%;
    }

    .cont1Item:nth-of-type(3) .cont1Item_ttl {
        background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_03_sp.png) no-repeat center top;
        background-size: 17%;
    }

    .cont1Item:nth-of-type(4) .cont1Item_ttl {
        background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_04_sp.png) no-repeat center top;
        background-size: 17%;
    }

    .cont1Item:nth-of-type(5) .cont1Item_ttl {
        background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cont1_ranking_05_sp.png) no-repeat center top;
        background-size: 17%;
    }

    .cont1Item:nth-of-type(6) .cont1Item_ttl {
        background: url(../img/cont1_item6_no.png) no-repeat center top;
        background-size: 15%;
    }

    .cont1Item:nth-of-type(7) .cont1Item_ttl {
        background: url(../img/cont1_item7_no.png) no-repeat center top;
        background-size: 15%;
    }
}

/* いちおし商品 説明*/
.cont1Item_description {
    width: 950px;
    margin: 0 auto;
    font-size: 0;
}

.cont1Item_description_box {
    display: inline-block;
    width: 400px;
}

.cont1Item_description_txt {
    display: inline-block;
    width: 550px;
    padding-left: 20px;
}

.cont1Item_description_txt:after {
    display: block;
    content: '';
    width: 320px;
    height: 70px;
    background: url(https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/pc/22wd_cart_btn_link_320.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 20px;
}

.cont1Item_description_about {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 30px;
}

.cont1Item_description_name {
    font-weight: 500;
    font-size: 1.5rem;
}

.cont1Item_description_price {
    font-weight: 600;
    font-size: 2.5rem;
    font-family: 'Inter', sans-serif;
}

.cont1Item_description_price span {
    font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
    .cont1Item_description {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
    }

    .cont1Item_description_box {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .cont1Item_description_txt {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }

    .cont1Item_description_txt:after {
        width: 65%;
        margin-top: 5%;
    }

    .cont1Item_description_about {
        font-size: 0.95rem;
        line-height: 1.9;
        margin-bottom: 5%;
    }

    .cont1Item_description_name {
        font-weight: 600;
        font-size: 1.1rem;
    }

    .cont1Item_description_price {
        font-weight: 600;
        font-size: 2.3rem;
        font-family: 'Inter', sans-serif;
    }
}

/*----- cont1Item_list -----*/
.cont1Item_list {
    width: 1000px;
    margin: 100px auto 0;
}

.cont1Item_listItem {
    display: inline-block;
    position: relative;
    width: -webkit-calc((99.9% - 100px) / 3);
    width: calc((99.9% - 100px) / 3);
    margin: 0 50px 50px 0;
}

.cont1Item_listItem:nth-child(3n) {
    margin-right: 0;
}

.cont1Item_listItem_img {
    width: 100%;
    margin-bottom: 20px;
}

.cont1Item_listItem_description {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
}

.cont1Item_listItem_price {
    font-weight:  bold;
    font-family: 'Inter', sans-serif;
    font-size: 2.0rem;
}

.cont1Item_listItem_price span {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 2px;
}


.cont1Item_listItem_price2 {
    font-weight:  bold;
    font-family: 'Inter', sans-serif;
    font-size: 1.7rem;
}

.cont1Item_listItem_price2 span {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 2px;
}


@media screen and (max-width: 640px) {
    .cont1Item_list {
        width: 90%;
        margin: 10% auto 0;
    }

    .cont1Item_listItem {
        display: inline-block;
        position: relative;
        width: -webkit-calc((99.9% - 5%) / 2);
        width: calc((99.9% - 5%) / 2);
        margin: 0 5% 5% 0;
    }

    .cont1Item_listItem:nth-child(3n) {
        margin-right: 5%;
    }

    .cont1Item_listItem:nth-child(2n) {
        margin-right: 0;
    }

    .cont1Item_listItem_img {
        width: 100%;
        margin-bottom: 7%;
    }

    .cont1Item_listItem_description {
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .cont1Item_listItem_price {
      　font-weight:  bold;
        font-family: 'Inter', sans-serif;
      　font-size: 2.0rem;
    }

    .cont1Item_listItem_price span {
        font-size: 1rem;
        margin-left: 2px;
    }
  
      .cont1Item_listItem_price2 {
        font-weight:  bold;
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
    }

    .cont1Item_listItem_price2 span {
        font-size: 0.8rem;
        margin-left: 2px;
    }
  
}

/*--------------------------------------
content2
---------------------------------------*/
.content2 {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    background: #96aace;
    padding-top: 100px;
}

@media screen and (max-width: 640px) {
    .content2 {
        width: 100%;
        margin: 0 auto 10%;
        padding-top: 80px;
    }
}
  

/*cont2List*/
.cont2List {
    position: relative;
    width: 1000px;
    margin: 0 auto 50px;
    background: #96aace;
    padding-top: 10px;
}

.content2 .ribbon:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/icon_ribbon.png") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 125px;
    animation: bounceIn 1s ease;
    top: -60px;
    left: 50%;
    margin-left: -150px;
}

.cont2List_item {
    display: inline-block;
    position: relative;
    width: -webkit-calc((99.9% - 100px) / 3);

    width: calc((99.9% - 100px) / 3);
    margin: 0 50px 50px 0;
}

.cont2List_item:nth-child(3n) {
    margin-right: 0;
}

.cont2List_item_img {
    width: 100%;
    margin-bottom: 20px;
}

.cont2List_item_description {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
}

.cont2List_item_price {
    font-weight:  bold;
    font-family: 'Inter', sans-serif;
    font-size: 1.7rem;
}

.cont2List_item_price span {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 2px;
}

@media screen and (max-width: 640px) {
    .cont2List {
        width: 90%;
        margin: 0 auto 10%;
        padding-top: 20px;
        vertical-align: top;
    }

    .content2 .ribbon:before {
        width: 150px;
        height: 63px;
        bottom: -100px;
        left: 50%;
        margin-left: -75px;
    }

    .cont2List_item {
        width: -webkit-calc((99.9% - 5%) / 2);
        width: calc((99.9% - 5%) / 2);
        margin: 0 5% 5% 0;
    }

    .cont2List_item:nth-child(3n) {
        margin-right: 3%;
    }

    .cont2List_item:nth-child(2n) {
        margin-right: 0;
    }

    .cont2List_item_img {
        width: 100%;
        margin-bottom: 5%;
    }

    .cont2List_item_description {
        font-size: 1rem;
        line-height: 1.5;
    }

    .cont2List_item_price {
        font-weight:  bold;
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
    }

    .cont2List_item_price span {
        font-size: 0.8rem;
        margin-left: 2px;
    }

}


/*--------------------------------------
content4 価格別
---------------------------------------*/
.priceList_ttl {
    position: relative;
    padding: 0 55px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #fff;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-family: 'Playball', cursive;
}

.priceList_ttl span {
    font-weight: normal;
    font-size: 1.5rem;
}

.priceList_ttl:before,
.priceList_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40%;
    height: 3px;
    background-color: #C68D00;
}

.priceList_ttl:before {
    left: 0;
}

.priceList_ttl:after {
    right: 0;
}

.priceList {
    width: 1000px;
    padding: 0;
    margin: 0 auto 150px;
    text-align: left;
    font-size: 0;
    border-top: 1px solid #C68D00;
    border-left: 1px solid #C68D00;
    border-bottom: 0;
    border-right: 0;
}

.priceList_item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: -webkit-calc(99.999% / 4);
    width: calc(99.999% / 4);
    height: 370px;
    padding: 20px 15px 0;
    background: #fff;
    text-align: center;
    border-right: 1px solid #C68D00;
    border-bottom: 1px solid #C68D00;
    border-left: 0;
    border-top: 0;
}

.priceList_item img {
    width: 100%;
    margin-bottom: 10px;
}

.priceList_item_description {
    text-align: left;
    color: #000;
    font-size: 1rem;
}

.priceList_item_name {
    margin-bottom: 10px;
}

.priceList_item_price {
    text-align: center;
    font-size: 2rem;
    color: #D63636;
}

.priceList_item_price span {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 2px;
}

@media screen and (max-width: 640px) {
    .priceList_ttl {
        padding: 0 10%;
        font-size: 1.5rem;
        margin: 0 auto 3%;
    }

    .priceList_ttl span {
        font-weight: normal;
        font-size: 0.7rem;
    }

    .priceList_ttl:before,
    .priceList_ttl:after {
        content: '';
        width: 25%;
    }

    .priceList {
        width: 95%;
        padding: 0;
        margin: 0 auto 10%;
        text-align: left;
    }

    .priceList li:nth-child(2n) {
        margin-right: 0;
    }

    .priceList_item {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        width: -webkit-calc(99.999% / 3);
        width: calc(99.999% / 3);
        height: 37vh;
        height: 240px;
        padding: 4% 2% 0;
    }

    .priceList li:nth-child(2n) {
        margin-right: 0;
    }

    .priceList_item img {
        margin-bottom: 5%;
    }

    .priceList_item_description {
        font-size: 0.8rem;
        line-height: 1.3;
        overflow: hidden;
    }

    .priceList_item_name {
        margin-bottom: 5%;
    }

    .priceList_item_price {
        font-size: 1rem;
    }

}


/*--------------------------------------
content5 価格別
---------------------------------------*/
.kakaku {
    text-align: center;
    width: 1000px;
    position: relative; /* 影のために */
    z-index: 0; /* 影のために */
    margin: auto;
    color: #fff;
}

.kakaku > li {
    position: relative;
    box-sizing: border-box;
	  display: inline-block;
	  width: 350px;
    height: 100px;
	  margin: 0 6px 30px;
	  vertical-align: top; 
	  background: #000000;
    padding-top: 25px;
    text-align: center;
}


.kakaku > li:after {
	  position: absolute;
	  z-index: -2;
	  top: 7px;
	  right: -7px;
	  display: block;
	  width: 100%;
	  height: 100%;
	  content: "";
	  background: #96aace;
}

/*== SP用 ================*/
@media screen and (max-width:640px) {
.kakaku {
        width: 95%;
        margin: 1 auto 20%;
    }

.kakaku > li {
        vertical-align: top; 
        background: #000000;
        padding-top: 25px;
        font-size: 0.8rem;
    }
}

/*--------------------------------------
売り切れ
---------------------------------------*/
.cont1List .out:before {
    box-sizing: border-box;
    display: block;
    content: "ありがとうございます\A完売いたしました";
    white-space: pre;
    position: absolute;
    top: 250px;
    left: 350px;
    width: 300px;
    text-align: center;
    z-index: 3;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 80px 0;
    border: 1px #fff solid;
}

@media screen and (max-width: 640px) {
    .cont1List .out:before {
        top: 50vh;
        left: auto;
        width: 70%;
        margin: 0 15%;
        font-size: 1rem;
        padding: 50px 0;
    }
}

.cont2List_item {
    position: relative;
}

.cont2List_item .out:before {
    box-sizing: border-box;
    display: block;
    content: "ありがとうございます\A完売いたしました";
    white-space: pre;
    position: absolute;
    top: 60px;
    left: 0;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    z-index: 3;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 30px 20px;
    border: 1px #fff solid;
}

@media screen and (max-width: 640px) {
    .cont2List .out:before {
        content: "完売しました";
        position: absolute;
        top: 4vh;
        width: 80%;
        margin: 0 10%;
        font-size: 0.5rem;
        padding: 15% 10%;
    }
}

.cont3List .out:before {
    box-sizing: border-box;
    display: block;
    content: "ありがとうございます\A完売いたしました";
    white-space: pre;
    position: absolute;
    top: 100px;
    width: 70%;
    margin: 0 15%;
    text-align: center;
    z-index: 3;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 30px 0;
    border: 1px #fff solid;
}

@media screen and (max-width: 640px) {
    .cont3List .out:before {
        content: "完売いたしました";
        top: 8vh;
        left: auto;
        width: 90%;
        margin: 0 5%;
        font-size: 0.8rem;
    }
}

.priceList .out:before {
    box-sizing: border-box;
    display: block;
    content: "完売いたしました";
    position: absolute;
    top: 100px;
    width: 80%;
    margin: 0 5%;
    z-index: 3;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 25px;
    border: 1px #fff solid;
}

@media screen and (max-width: 640px) {
    .priceList .out:before {
        text-align: center;
        top: 10vh;
        padding: 20% 5%;
        font-size: 0.8rem;
    }
}


/*--------------------------------------
TOPへ戻る
---------------------------------------*/
.bottom_gotop a {
    width: 80%;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    background: #C68D00;
}

@media all and (-ms-high-contrast: none) {
    .bottom_gotop {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 640px) {
    .bottom_gotop a {
        width: 60%;
        font-size: 1rem;
        padding: 5%;
        margin: 0 auto 10%;
    }
}

/*右固定ボタン*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
}

.top_icon {
    position: relative;
    display: inline-block;
    font-size: 0px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    /* Google Chrome、Safari */
    -moz-border-radius: 50%;
    /* Firefox */
    -ms-border-radius: 50%;
    /* Internet Explorer */
    -o-border-radius: 50%;
    /* Opera */
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #000;
}

.top_icon:after {
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    /* Google Chrome、Safari */
    -moz-border-radius: 50%;
    /* Firefox */
    -ms-border-radius: 50%;
    /* Internet Explorer */
    -o-border-radius: 50%;
    /* Opera */
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.top_icon:before {
    display: block;
    font-family: 'FontAwesome';
    content: "\f106";
    padding-top: 10%;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
}

/* effect */
.effect .top_icon {
    box-shadow: 0 0 0 4px #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.effect .top_icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #000;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

/* effect a */
.effect-a .top_icon {
    color: #fff;
}

.effect-a .top_icon:hover {
    color: #000;
}

.effect-a .top_icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

@media screen and (max-width: 640px) {

    /*右固定ボタン*/
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 999;
    }

    .top_icon {
        width: 35px;
        height: 35px;
    }

    .top_icon:before {
        font-size: 1.5rem;
    }

    .effect .top_icon {
        box-shadow: 0 0 0 2px #000;
    }
}

/*--------------------------------------
モーダルウィンドウ
---------------------------------------*/
#layer_board_area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 9999;
}

#layer_board_area::-webkit-scrollbar {
    display: none;
}

.layer_board_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

/*  ポップアップ */
.layer_board {
    display: none;
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 3em auto;
    padding: 3%;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
}

.layer_board.shortLayer {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layer_borad_content {
    text-align: center;
    font-size: 1.5rem;
}

.layer_borad_content P {
    margin-bottom: 50px;
}

.layer_board .square_btn {
    display: block;
    position: relative;
    width: 160px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #111;
    border-radius: 2px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #111;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
    cursor: pointer
}

@media screen and (max-width:480px) {
    .layer_board {
        width: 90%;
        margin: 3em auto;
        padding: 1.5em;
    }

    .layer_borad_content {
        font-size: 1rem;
    }

    .layer_borad_content P {
        margin-bottom: 7%;
    }

    .layer_board .square_btn {
        width: 110px;
        font-size: 0.9rem;
        padding: 2%;

    }
}

/*--------------------------------------
レフト固定ナビゲーション
---------------------------------------*/
.nav_right {
    position: fixed;
    z-index: 99;
    top: 150px;
    right: 0;
    width: 100px;
}

.nav_right li a {
    box-sizing: border-box;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    padding: 30px 30px 0;
    line-height: 1.4;
}

/*奇数*/
.nav_right li:nth-child(odd) a {
    background: #000000;
}

/*偶数*/
.nav_right li:nth-child(even) a {
    background: #344462;
}


@media screen and (max-width:1300px) {
    .nav_right {
        display: none !important;
    }
}


https://www.rakuten.ne.jp/gold/nagasaki-kasutera/22wd/category/css/style.css

