@charset "utf-8";

/*ヘッダー仕様*/
.center.ttl {
    text-align: center;
    margin-bottom: 50px;
}

header h1.logo {
    margin: 0;
    width: auto;
    text-align: left;
}

nav {
    max-width: 98%;
}

header {
    /* background: hsl(0 0% 100% / 1); */
    /* z-index: 1001; */
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    /* padding: 15px 0 3px 0; */
    /* position: fixed; */
    /* width: 100%; */
    /* top: 0; */
    /* transition: .3s; */
}

header.is-animation {
    background: hsl(0 0% 100% / 0.85);
}

.koushiki_wrap {
    position: absolute;
    right: 1.5%;
    display: flex;
    max-width: 160px;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 102;
    box-sizing: border-box;
    transition: .3s;
}

.koushiki_wrap a {
    width: 100%;
    position: relative;
    margin: 0;
}

.drawer-hamburger {
    width: 13%;
    position: relative;
    padding: 1px 0 10px;
}

button {
    position: relative;
}

nav {
    padding: 30px 0;
}

nav ul {
    overflow: hidden;
    border-left: 1px dashed #ccc;
    display: flex;
    margin: 40px auto 0;
    transform-origin: center;
    width: 100%;
    text-align: center;
}

nav li {
    float: none;
    width: 174px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
    justify-content: space-between;
    margin: auto;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    background: #000;
}

#container {
    margin: 97px auto 0;
}

.special {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 287px;
    width: 100%;
}

ul.special_list {
    display: flex;
    justify-content: flex-start;
}

ul.special_list li {
    width: auto;
    margin: 0 3% 0 0;
}

ul.special_list li:last-child {
    margin: 0;
}

ul.special_list li a {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 2px;
    font-weight: 500;
    transition: .3s;
    text-align: center;
    display: flex;
    align-items: center;
}

ul.special_list li a:hover {
    color: #6d6d6d;
}

ul.special_list li a .nav_num {
    text-align: center;
    color: #000;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
}

ul.special_list li a .nav_num small {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 0 2px 0;
}

br.special_br {
    display: none;
}

.is-animation ul.special_list li a {
    font-size: 0.8em;
}

.is-animation ul.special_list li a .nav_num small {
    font-size: 13px;
}

header h1.logo {
    width: 200px;
    transition: .3s;
}

header.is-animation nav {
    padding: 20px 0;
}

.navi {
    margin: 0 auto;
    /* padding: 100px 0 200px; */
}

/*写真リスト形式*/
nav.is-scroll h1.logo {
    width: 150px;
}

nav.is-scroll ul {
    margin: 20px auto 0;
}

nav.is-scroll {
    padding: 15px 0;
}

nav.is-scroll li a span {
    font-size: 0.75em;
}

nav.is-scroll li {
    width: 120px;
}

nav.is-scroll .submenu {
    padding: 11px 0;
}

.is-animation .koushiki_wrap {
    width: 130px;
}

body.m_open {
    overflow: hidden !important;
}

/*image*/
.image {
    background: url(../images/press/202507/bg.jpg) no-repeat;
    max-width: 100%;
    z-index: 2;
    position: relative;
    padding: 0;
    background-size: cover;
}

.image img {
    max-width: 100%;
}

.fixed {
    max-width: 100%;
    margin-top: 97px;
}

.image01,
.site-image02 {}

/*++++++++++++++
bargain
+++++++++++++++*/
/*bargain*/
article#bargain .inner {
    max-width: 1400px;
    z-index: 100;
}

article#bargain {
    padding: 50px 0 0;
    margin: auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 100px;
}

article#bargain .bargain_inner {
    background: url(../images/press/202207/bargain_bg.jpg) no-repeat center;
    margin: auto;
    padding: 100px 0 80px;
    position: relative;
    /* z-index: 0; */
    background-size: cover;
}

article#bargain .bargain_inner:before {
    content: "";
    /* background: url(../images/press/201907/flag.png) no-repeat; */
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    height: 180px;
    background-size: 100%;
}

article#bargain .bargain_inner p.click {
    font-size: 1.2em;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 0;
    display: block;
    position: relative;
    max-width: 450px;
    margin: 20px auto 15px;
}

article#bargain .bargain_inner p.click:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 35px;
    width: 2px;
    top: 7%;
    left: 25%;
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
}

article#bargain .bargain_inner p:after {
    content: "";
    position: absolute;
    /* background: #fff; */
    height: 35px;
    width: 2px;
    top: 7%;
    right: 25%;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
}

article#bargain .bargain_inner p.click:after {
    background: #fff;
}

/*テーブル表示*/
article#bargain .andmore p.click:before,
article#bargain .andmore p.click:after {
    content: "";
    background: #e50012;
}

article#bargain .andmore {
    padding: 0 0 50px;
    position: relative;
}

article#bargain .andmore a {
    background: none;
    width: 100px;
    height: 100px;
    padding: 0;
    display: block;
    position: absolute;
    bottom: -21%;
    right: -1%;
    z-index: 10;
}

article#bargain .andmoretable {}

/**/
article#bargain dl.bargainlist {
    text-align: center;
    margin: -150px 0 0;
    position: relative;
    z-index: 94;
    padding: 150px 0 0;
    position: relative;
}
article#bargain dl.bargainlist.ttl01{
    z-index: 95;
    margin-bottom: 25px;
}
article#bargain dl.bargainlist dt {
    max-width: 400px;
    margin: 20px auto 50px;
}

article#bargain dl.bargainlist dt a {
    background: #fff;
    display: block;
    padding: 20px;
    border-radius: 5px;
    transition: .3s;
    box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.2);
}

article#bargain dl.bargainlist dt a.on {
    transform: translate3d(0, 5px, 0);
}

article#bargain dl.bargainlist dt a:hover {
    box-shadow: none;
    transition: .3s;
    transform: translate3d(0, 5px, 0);
}

article#bargain dl.bargainlist dd {
    display: none;
    background-color: #ffffff;
    border-radius: 9px;
}

article#bargain dl.bargainlist dd img {
    border-radius: 10px;
}

img.bargain_ttl {
    text-align: center;
    margin: auto;
}

article#bargain .bargainbox {
    /* height: 1000px; */
    background: hsl(0deg 0% 100% / 89%);
    padding: 70px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    margin: 0 0 90px;
}

article#bargain .bargainbox ol.tab {
    border: 2px solid #b01b48;
    border-radius: 100px;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto 70px;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
}

article#bargain .bargainbox ol.tab:after {
    /* content: ""; */
    position: absolute;
    background: #b01b48;
    height: 100px;
    left: 0;
    right: 0;
    width: 2px;
    margin: auto;
}

article#bargain .bargainbox ol.tab li {
    margin: 0;
    background: #fff;
    display: block;
    float: left;
    width: 33.33%;
}

article#bargain .bargainbox ol.tab li a {
    display: block;
    text-align: center;
    color: #b01b48;
    font-size: 2.8em;
    padding: 6px 0;
    font-family: vag-rundschrift-d, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
}

article#bargain .bargainbox ol.tab li a.item {
    background: #fff;
    transition: .3s;
}

article#bargain .bargainbox ol.tab li a:hover {
    background: #b01b48;
    transition: .3s;
    color: #fff;
}

article#bargain .bargainbox ol.tab li a.list {
    background: #fff;
    transition: .3s;
}

article#bargain .bargainbox ol.tab li a.list:hover {
    background: #b01b48;
    transition: .3s;
    color: #fff;
}

article#bargain .bargainbox ol.tab li a.list:hover {
    background: #b01b48;
    transition: .3s;
    color: #fff;
}

.glid__box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

article#bargain .bargainbox ul {
    margin: 0 0 0px;
    z-index: 10;
    position: relative;
    display: inline;
    max-width: 1190px;
    margin: auto;
}

article#bargain .bargainbox ul li.lang-50{
    width: 55%;
}

.off {
    max-width: 120px;
    margin: 0 auto 15px;
}

.copy__right {
    text-align: right;
    font-size: 12px;
    padding: 15px 0;
}

article#bargain .bargainbox li {
    width: 35.5%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 3%;
    text-align: center;
    outline: none;
}
article#bargain .bargainbox li.li {}
article#bargain .bargainbox li figure {
    padding: 15px
}

article#bargain .bargainbox li h5 {
    border: none;
    font-size: 0.9em;
    padding: 0 0 5px;
    /* height: 45px; */
    text-align: center;
    letter-spacing: 0;
}

article#bargain .bargainbox ul.last {
    display: flex !important;
}

article#bargain .bargainbox ul.last li {
    width: 50%;
}

article#bargain .bargainbox ul.last li:first-child {
    width: 50%;
}

.am {
    font-family: vag-rundschrift-d, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 2.6em;
    color: #e95464;
}

article#bargain .bargainbox table {
    margin: 30px auto 0;
    table-layout: fixed;
    width: 640px;
    border-top: 1px solid #333;
}

article#bargain .bargainbox table dl {
    padding: 0 0 15px;
}

article#bargain .bargainbox tr {
    border-bottom: 1px solid #333;
}

article#bargain .bargainbox th {
    background: none;
    width: auto;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
}

article#bargain .bargainbox td {
    padding: 10px 0 10px 20px;
    font-weight: 600;
    width: 50%;
}

article#bargain .bargainbox figure img {
    margin: auto;
}

article#bargain .bargainbox dl {
    padding: 0 0 20px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

article#bargain .bargainbox dt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    align-items: center;
    font-size: 0.8em;
}

article#bargain .bargainbox dt figure {
    width: 26px;
    margin-right: 5px;
    margin: 0;
    padding: 0;
}

article#bargain .bargainbox dl dt.second {
    margin-left: 15px
}

article#bargain .bargainbox dl dt.second figure {
    /* width: 54px; */
    /* margin: 0; */
}


article#bargain .bargainbox dt p:after {
    content: "";
    background: none;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    height: auto;
}

article#bargain .bargainbox dd {
    color: #e50012;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    position: relative;
}

article#bargain .bargainbox dt p {
    display: inline-block;
    font-size: 1.8em;
    /* font-weight: 700; */
    font-family: 'Roboto', sans-serif;
    vertical-align: bottom;
    padding: 0;
    font-weight: normal;
}

article#bargain .bargainbox dd p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    display: inline-block;
    font-weight: 700;
    padding: 0 0 0 35px;
    vertical-align: bottom;
}

article#bargain .bargainbox dd p.after-none {
    padding: 0;
}

article#bargain .bargainbox dd p.after-none:after {
    content: none;
}

article#bargain .bargainbox dd p.none:after {
    display: none;
}

article#bargain .bargainbox dd p:after {
    content: "→";
    width: 20px;
    height: 21px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: -55%;
    top: 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    font-size: 22px;
    -ms-transform: rotate(0deg);
    color: #000;
}

article#bargain .bargainbox dd p.none {
    padding: 0;
}

article#bargain .bargainbox dd p.none:after {
    display: none;
}

article#bargain .bargainbox dt span,
article#bargain .bargainbox dd span {
    font-size: 0.6em;
    display: inline-block;
    padding: 0 5px 0 0;
    font-weight: bold;
    width: auto;
    border: none;
    margin: 0;
    vertical-align: middle;
}

article#bargain .bargainbox a {
    font-size: 0.9em;
    letter-spacing: 1px;
    padding: 10px 0;
    color: inherit;
    outline: none;
}

article#bargain .bargainbox a:hover {
    color: #69c;
}

article#bargain .bargainbox span {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    text-align: center;
}

/* 2107======================= */
article#bargain .flex {
    display: flex;
}

article#bargain .flex .slick-track {
    width: 100% !important;
}



article#bargain .flex li:nth-of-type(2) {
    width: 66% !important;
}

article#bargain .flex li:nth-of-type(1) {
    width: 33% !important;
}

article#bargain .flex02 {
    display: flex;
    flex-wrap: wrap;
}

article#bargain .flex02 .item {
    width: 50%;
}

article#bargain .big .slick-track {
    width: 100% !important;
}

article#bargain .flex03 {
    display: flex;
    width: 100% !important;
}

article#bargain .flex03 li:nth-of-type(1) {
    width: 33%;
}

article#bargain .flex03 li:nth-of-type(2) {
    width: 66%;
}

article#bargain .big {
    width: 100%;
}

article#bargain .t-s {
    color: #666;
    font-size: 0.8em;
}

.dress {
    object-fit: cover;
    height: auto;
}

.neck {
    position: relative;
    transform: rotate(-90deg);
}

.visible {
    margin-left: 0px;
}

.inner {
    overflow: visible;
}

.slick-list {
    overflow: visible;
}


/***
NEWS
***/
section#press article#news .newsbox {
    background: #e95464;
}

section#press article#news .newsbox ul {
    overflow: hidden;
}

/*++++++++++++++
sweets
+++++++++++++++*/
article#summer_sweets {
    position: relative;
    z-index: 9;
    background-image: url(/images/press/202507/repeat.svg), linear-gradient(#91d3f4, #d4fdf5);
    /* background: linear-gradient(#fff, #E6ECF2); */
    /* padding-bottom: 100px; */
    background-size: 27px;
    background-repeat: repeat;
    padding-bottom: 150px;
}


article#summer_sweets.summer_sweets02{background: #f3bd4f;padding-top: 100px;padding-bottom: 0;}
article#summer_sweets .summer__sweets__inner {
    max-width: 1600px;
}

article#summer_sweets .summer__sweets__inner .summer__title {
    max-width: 400px;
    margin: 0 auto 50px;
}

article#summer_sweets .summer__sweets__inner .summer__title figure {}

article#summer_sweets .summer__sweets__inner .summer__title figure img {}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk {
    margin-bottom: 100px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list {
    border: 9px solid #ffffff24;
    padding: 15px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.last {
    /* width: 212%; */
}

.sweets__caption{
    max-width: 200px;
    margin: 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.slide__list__01 .sweets__caption{
    margin: 0 auto 0 0;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.slide__list__02 .sweets__caption{
        margin: 0 0 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.slide__list__03 .sweets__caption{}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.slide__list__04 .sweets__caption{
        margin: 0 0 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.slide__list__05 .sweets__caption{
            margin: 0 auto 0 0;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.slide__list__06 .sweets__caption{
            margin: 0 0 0 auto;
}
.sweets__flex {
    display: flex;
    grid-gap: 45px;
    margin-bottom: 3px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -25px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure img {}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption {
    /* padding: 15px; */
    border-radius: 15px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide p.ch {
    color: #fff;
    /* padding: 10px 20px; */
    border-radius: 20px;
    /* margin-bottom: 20px; */
    height: 55px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: .8em;
    text-align: left;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .orange {
    /* background-color: #f29712; */
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .orange2 {
    background-color: #f8ba00;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .purple {
    /* background-color: #c85399; */
    /* text-align: center; */
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .red {
    /* background-color: #e74867; */
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .green {
    /* background-color: #7cbc27; */
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box {
    height: 110px;
    font-size: .9em;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__01 {
    max-width: 170px;
    margin: 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__02 {
    max-width: 250px;
    margin: 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__02 dt{
    /* width: 80%; */
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__03 {}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__04 {
    max-width: 240px;
    margin: 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__05 {
    max-width: 255px;
    margin: 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .price__box.price__box__06 {
    max-width: 250px;
    margin: 0 auto;
}
article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl {
    display: flex;
    justify-content: space-between;
    /* max-width: 300px; */
    margin: 0 auto;
    line-height: 2;
    font-weight: bold;
    color: #5054a2;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt {
    /* width: 59%; */
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt small {
    font-size: .7em;
    line-height: 1.2;
    /* display: block; */
    margin-bottom: 5px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd {}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd small {
    padding-right: 10px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps {
    display: flex;
    justify-content: center;
    align-items: center;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number {
    width: 30px;
    margin-right: 25px;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure {
    margin: 0;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure img {}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor {}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a {
    margin: 0;
    color: #5054a2;
}

article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a:hover {}

article#summer_sweets .sweet__gift__bk {
    background-image: url(/images/press/202507/gift__bk.svg);
    background-repeat: repeat;
    padding-bottom: 100px;
    /* padding-top: 100px; */
    background-size: contain;
    background-color: #f3bd4f;
}

article#summer_sweets .summer__sweets__inner .sweet__gift {}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner {
    display: grid;
    gap: 50px;
    overflow: hidden;
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title {
    /* max-width: 320px; */
    /* margin: 40px auto 40px; */
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure {
    width: 416px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure img {}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__box {
    /* max-width: 2000px; */
    overflow: hidden;
    padding: 0 50px 50px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    /* max-width: 1000px; */
    margin: 0 auto;
    /* overflow: hidden; */
}
.sweet__gift__box ul.slick-dots{
    bottom: -30px !important;
    margin: 0 auto !important;
    left: 0;
}
section#press ul.slick-dots li button{
    background-color: #ffffff;
}
section#press ul.slick-dots li.slick-active button{
    background: #e28055;
}
article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__left {
    background-color: #ffd172;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 5px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__right {
    background-color: #ffd172;
    border-radius: 5px;
    padding: 15px;
    margin: 0 5px;
    box-sizing: border-box;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure {
    margin-bottom: 25px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure img {}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption {
    max-width: 400px;
    margin: 0 auto;
    height: 108px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box p.ch {
    color: #fff;
    padding: 0px 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #00aae5; */
    max-width: 400px;
    margin: 0 auto 50px;
    text-align: center;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box p.ch span{
    display: block;
    background-color: #4e456b;
    padding: 5px 13px;
    margin-bottom: 5px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    font-weight: bold;
    color: #4e456b;
    /* height: 50px; */
}
article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl.gift_03 {
    max-width: 1984px;
}
article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption p.note{
    font-size: .8em;
    text-align: center;
    margin-bottom: 8px;
    color: #4e456b;
}
article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dt {
    margin-right: 25px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dd {
    color: #4e456b;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps {
    display: flex;
    justify-content: center;
    align-items: center;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number {
    width: 30px;
    margin-right: 25px;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure {
    margin: 0;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure img {}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor {}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a {
    margin: 0;
    color: #4e456b;
}

article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a:hover {}


/*++++++++++++++
newface
+++++++++++++++*/
article#newface {
    padding: 200px 0 100px !important;
    position: relative;
    /* background-color: #ffe100; */
    z-index: 7;
}

article#newface .newface_wrap {
    max-width: 1150px;
    margin: 0 auto;
}

#newface .inner {
    z-index: 6;
    max-width: 100% !important;
}

article#newface .title {
    position: relative;
    padding: 25px 30px 20px;
    max-width: 500px;
    z-index: 10;
    margin: 0px auto 0;
    /* background: #4c4948; */
}

article#newface .title img {
    max-width: 460px;
    margin: auto;
}

article#newface .title p {
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 2px;
    margin: 25px 0 0;
    color: #fff;

}

article .shop {
    text-align: center;
    /* color: #666; */
    display: inline-block;
    font-size: 0.95em;
    margin: 15px 0 0;
    letter-spacing: 2px;
    position: relative;
    z-index: 100;
}

article#newface .renewal {
    /* position: relative; */
    /* padding: 5px 10px 5px; */
    /* max-width: 500px; */
    /* z-index: 10; */
    margin: 0 15px 0 0;
    /* background: #4c4948; */
    /* border: 1px solid #6a6a6a; */
    /* display: inline-block; */
    /* margin-bottom: 17px; */
    /* color: #6a6a6a; */
    max-width: 60px;
    width: 100%;
}

article#newface ul {
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
}

article#newface li {
    position: relative;
    outline: none;
    /* padding: 7px; */
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 15%); */
    /* transform: translateY(8px) rotate(5deg); */
    /* margin-bottom: 5%; */
    /* margin-right: 2%; */
    /* margin: 2% 2% 4%; */
}

article#newface li span {
    font-size: 0.9em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

article#newface .newface__visual {
    margin-bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

article#newface .newfacebox {
    position: relative;
    z-index: 2;
    background: #fff;
    /* padding: 75px; */
}

article#newface .newfac__content {
    /* padding: 0 0px 40px; */
    /* margin: 0px 0 40px; */
}


article#newface .tempobox {
    max-width: 1000px;
    margin: 50px auto 25px;
    width: 100%;
    /* clear: both; */
    /* overflow: hidden; */
    display: flex;
    justify-content: space-around;
}

article#newface .tempobox .left {
    width: 51%;
    /* float: left; */
    box-sizing: border-box;
    margin: 0 3% 0 0;
    overflow: hidden;
}

article#newface .tempobox .left dl {
    margin: 0 0 31px;
}

article#newface .tempobox .left dt {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 15px;
    line-height: 1.6;
    padding: 0;
    display: flex;
    align-items: center;
}

article#newface .newface__visual .newface__visual__slide span {
    font-size: 0.8em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

article#newface .tempobox h6 {
    text-align: left;
}

article#newface .right02 h6 {
    font-size: .7em;
}


#newface a.shop {
    padding: 5px 0 0 0 !important;
    margin: 0;
    text-align: left;
    font-size: 0.9em;
    letter-spacing: 0;
}

article#newface .tempobox .right {
    width: 100%;
    float: right;
    border: 1px solid #333;
    padding: 25px 25px 0 25px;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    background: #fff;
}

article#newface .tempobox .right-box02 span {
    font-size: 0.75em;
    color: #666;
    margin: 10px auto 0;
    display: block;
    line-height: 2;
    text-align: right;
    letter-spacing: 1px;
}

article#newface .tempobox .left.tempo-100 {
    width: 100%;
    margin: 0 auto;
}


#newface .newface-wrap02 {
    margin: 30px auto 0;
    padding: 0;
    /* border-top: 1px dashed #4c4948; */
}


.right02 {
    width: 46%;
    /* float: left; */
}

section#press #newface ul.slick-dots,
section#press #fathers_day .slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -30px;
}

section#press #newface ul.slick-dots li button,
section#press #fathers_day ul.slick-dots li button {
    background: #e3e3e3;
}

section#press #newface ul.slick-dots li.slick-active button,
section#press #fathers_day ul.slick-dots li.slick-active button {
    background: #4b4a48;
}

.shop-logo {
    display: flex;
    align-items: flex-end;
    /* border-bottom: 1px solid #000; */
    /* padding-bottom: 15px; */
    margin-bottom: 30px;
}

.shop-logo img {
    /* border: 1px solid #eee; */
}

.shop-logo figure {
    margin-right: 3%;
    max-width: 76px;
}

.first-img {
    display: flex;
    max-width: 1000px;
    margin: 30px auto 0;
    flex-direction: row-reverse;
}

.first-img ol {
    width: 49%;
    margin: 0 1% 0 0;
}

.first-img .right-box02 {
    width: 49%;
    margin: 0 0 0 1%;
}

.first-img ol li {
    margin: 0 0 20px 0;
}

.first-img ol li:last-child {
    margin: 0;
}

article#newface ol li span {
    position: relative;
    background: none;
    text-align: left;
    bottom: inherit;

}

.first-img .right-box02 span {
    font-size: 0.9em;
    display: block;
    margin: 10px 0 0 0;
}

#newface .inner:first-child .right02 {
    width: 32%;
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 15%); */
    /* margin: 24px 27px 22px 15px; */
    /* padding: 0px 20px 0 0; */
}

.slick-list {
    /* overflow: inherit; */
}

#newface .inner:first-child .left {
    width: 60%;
}

article#newface .sub__visual {
    display: flex;
    border: 1px #000 solid;
    padding: 16px;
}

article#newface .sub__visual .coment {
    width: 100%;
    margin: 0 0% 0 0;
}

article#newface .sub__visual .coment span {}

article#newface .sub__visual figure {
    width: 7%;
    /* margin-right: 3%; */
}

article#newface .sub__visual figure img {}

/*++++++++++++++
newface
+++++++++++++++*/
#newface02 {
    /* padding: 0px 0 100px !important; */
    position: relative;
    /* background: #fff; */
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#newface02 .inner {
    z-index: 6;
}

#newface02 .title {
    position: relative;
    padding: 25px 30px 20px;
    max-width: 530px;
    z-index: 10;
    margin: auto;
    background: #4c4948;
}

#newface02 .title img {
    max-width: 460px;
    margin: auto;
}

#newface02 .title p {
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 2px;
    margin: 25px 0 0;
    color: #fff;

}

article .shop {
    text-align: center;
    /* color: #666; */
    display: inline-block;
    font-size: 0.95em;
    margin: 15px 0 0;
    letter-spacing: 2px;
    position: relative;
    z-index: 100;
}


#newface02 ul {
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
}

#newface02 li {
    position: relative;
    outline: none;
    /* padding: 7px; */
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 15%); */
    /* transform: translateY(8px) rotate(5deg); */
    /* margin-bottom: 5%; */
    /* margin-right: 2%; */
    /* margin: 2% 2% 4%; */
}

#newface02 li span {
    font-size: 0.9em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

#newface02 .newface__visual {
    margin-bottom: 80px;
    /* overflow: hidden; */
}

#newface02 .newfacebox {
    position: relative;
    z-index: 2;
}


#newface02 .tempobox {
    max-width: 1000px;
    margin: 50px auto 50px;
    width: 100%;
    /* clear: both; */
    /* overflow: hidden; */
    display: flex;
    justify-content: space-around;
}

#newface02 .tempobox .left {
    width: 51%;
    /* float: left; */
    box-sizing: border-box;
    margin: 0 3% 0 0;
    overflow: hidden;
}

#newface02 .tempobox .left dl {
    margin: 0 0 31px;
}

#newface02 .tempobox .left dt {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 15px;
    line-height: 1.6;
    padding: 0;
    display: flex;
    align-items: center;
}

#newface02 .renewal {
    margin: 0 15px 0 0;
    max-width: 60px;
    width: 100%;
}

#newface02 .tempobox h6 {
    text-align: left;
}


#newface02 a.shop {
    padding: 5px 0 0 0 !important;
    margin: 0;
    text-align: left;
    font-size: 0.9em;
    letter-spacing: 0;
}

#newface02 .tempobox .right {
    width: 100%;
    float: right;
    border: 1px solid #333;
    padding: 25px 25px 0 25px;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    background: #fff;
}

#newface02 .tempobox .right-box02 span {
    font-size: 0.75em;
    color: #666;
    margin: 10px auto 0;
    display: block;
    line-height: 2;
    text-align: right;
    letter-spacing: 1px;
}

#newface02 .tempobox .left.tempo-100 {
    width: 100%;
    margin: 0 auto;
}


#newface02 .newface-wrap02 {
    /* margin: 30px auto 0; */
    padding: 0;
    /* border-top: 1px dashed #4c4948; */
}


.right02 {
    width: 46%;
    /* float: left; */
}

#newface02 .newface__visual .newface__visual__slide span {
    font-size: 0.8em;
    margin: 10px auto 0;
    display: block;
    color: #111;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    background: hsl(0deg 0% 100% / 70%);
    padding: 2px 0;
    z-index: 5;
    bottom: 9px;
    text-align: center;
    width: 100%;
}

section#press #newface02 ul.slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -30px;
}

section#press #newface02 ul.slick-dots li button {
    background: #e3e3e3;
}

section#press #newface02 ul.slick-dots li.slick-active button {
    background: #4b4a48;
}

.shop-logo {
    display: flex;
    align-items: flex-end;
    /* border-bottom: 1px solid #000; */
    /* padding-bottom: 15px; */
    margin-bottom: 30px;
}

.shop-logo figure {
    margin-right: 3%;
    max-width: 76px;
}

.first-img {
    display: flex;
    max-width: 1000px;
    margin: 30px auto 0;
    flex-direction: row-reverse;
}

.first-img ol {
    width: 49%;
    margin: 0 1% 0 0;
}

.first-img .right-box02 {
    width: 49%;
    margin: 0 0 0 1%;
}

.first-img ol li {
    margin: 0 0 20px 0;
}

.first-img ol li:last-child {
    margin: 0;
}

#newface02 ol li span {
    position: relative;
    background: none;
    text-align: left;
    bottom: inherit;

}

.first-img .right-box02 span {
    font-size: 0.9em;
    display: block;
    margin: 10px 0 0 0;
}

#newface02 .inner:first-child .right02 {
    width: 50%;
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 15%); */
    /* margin: 24px 27px 22px 15px; */
    /* padding: 0px 20px 0 0; */
}

.slick-list {
    /* overflow: inherit; */
}

#newface02 .inner:first-child .left {
    width: 62%;
}

#newface02 .sub__visual {
    display: flex;
    border: 1px #000 solid;
    padding: 16px;
}

#newface02 .sub__visual .coment {
    width: 100%;
    margin: 0 0% 0 0;
}

#newface02 .sub__visual .coment span {}

#newface02 .sub__visual figure {
    width: 7%;
    /* margin-right: 3%; */
}

#newface02 .sub__visual figure img {}

#newface02 .information {
    margin: 0 0 100px;
    position: relative;
    background: #f7f7f7;
    padding: 30px 50px;
    box-sizing: border-box;
    max-width: 700px;
    margin: 0 auto;
}

#newface02 .information p.info_title {
    /* font-style: italic; */
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 5px;
    position: absolute;
    top: -17px;
    color: #555;
}

#newface02 .information .information__box {}

#newface02 .information dl {
    display: flex;
    margin: 0 0 0 -10px;
    line-height: 1.5;
}

#newface02 .information dl dt {
    width: 12%;
    min-width: 150px;
    text-align: justify;
}

#newface02 .information dl dd {
    width: 100%;
    font-size: 0.9em;
    line-height: 1.9;
    letter-spacing: 1px;
    margin: auto;
}
@media screen and (max-width: 1800px) {
/*ヘッダー仕様*/
.special {
left: 180px;
}

header h1.logo {
width: 130px;
}

nav.is-scroll h1.logo {
width: 120px;
}

ul.special_list li a {
flex-wrap: wrap;
}

ul.special_list li a .nav_num {
display: block;
width: 100%;
text-align: left;
margin: 0 0 4px 0;
line-height: 1.5;
}

ul.special_list li a .nav_num small {
padding: 0;
}

ul.special_list li {
margin: 0 1.5% 0 0;
}
}
@media screen and (max-width: 1499px) {}

@media screen and (max-width: 1400px) {

    /*ヘッダー仕様*/
    .visible {
        margin-left: 0px;
        position: relative;
        left: -98px;
    }

    .neck {
        right: 0px;
    }

    article#summer_sweets .terr__inner .tree__flex .tree__left .titles {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .br-1400 {
        display: none;
    }
}

@media screen and (max-width: 1399px) {

    /*ヘッダー仕様*/
    header h1.logo {
        width: 180px;
    }

    .special {
        left: 250px;
    }

    .is-animation ul.special_list li a {
        font-size: 0.7em;
    }

    ul.special_list li a {
        font-size: 0.8em;
    }

    .navi {
        padding: 100px 0 120px;
    }

    .double {
        display: block !important;
    }

    /*++++++++++++++
bargain
+++++++++++++++*/
    article#bargain {
        padding: 70px 0 0px !important;
        margin-top: 0 !important;
    }

    article#bargain .inner {
        max-width: 90%;
    }

    article#bargain .bargain_inner {
        max-width: 100%;
    }

    article#bargain .bargain_inner:before {
        top: 0%;
    }

    article#bargain dl.bargainlist {
        /* max-width: 95%; */
        /* margin: -70px auto 50px; */
        /* padding: 130px 0 0; */
    }

    article#bargain dl.bargainlist dt {
        max-width: 400px;
        margin: 20px auto 50px;
    }

    article#bargain .bargainbox .inner {
        max-width: 100%;
    }

    article#bargain .bargainbox li {
        margin: auto;
    }

    article#bargain .bargainbox li img {
        width: 80%;
    }

    article#bargain .bargainbox li h5 {
        font-size: 1.5vw;
    }

    article#bargain .bargainbox table dl {
        float: none;
        width: auto;
        text-align: left;
    }

    article#bargain .bargainbox dt p {
        font-size: 2.5vw;
    }

    article#bargain .bargainbox dd p {
        font-size: 2.5vw;
    }

    article#bargain .bargainbox dt span,
    article#bargain .bargainbox dd span {}


}

@media screen and (max-width: 1350px) {

    /*ネックレス調整*/
    .visible {
        margin-left: 0px;
        position: relative;
        left: 0px;
    }
}

@media screen and (max-width: 1200px) {
/*ヘッダー仕様*/
ul.special_list li {
margin: 0 10px 0 0;
}

header h1.logo {
width: 110px;
}

nav.is-scroll h1.logo {
width: 100px;
}

.special {
left: 140px;
}

.koushiki_wrap {
max-width: 110px;
top: 11%;
transform: none;
}

#container {
margin: 87px auto 0;
}

/*ヘッダー終了*/
    /*++++++++++++++
sweets
+++++++++++++++*/
    article#summer_sweets {}

    article#summer_sweets .summer__sweets__inner {
        padding: 0 15px;
        max-width: 1000px;
    }

    article#summer_sweets .summer__sweets__inner .summer__title {
        /* max-width: 800px; */
    }

    article#summer_sweets .summer__sweets__inner .summer__title figure {}

    article#summer_sweets .summer__sweets__inner .summer__title figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.last {
        /* width: 213%; */
    }

    .sweets__flex {
        grid-gap: 45px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.ch {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.orange {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.orange2 {
        margin-bottom: 22px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.purple {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.red {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.green {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption .price__box {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt small {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd small {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a:hover {}

    article#summer_sweets .sweet__gift__bk {
        /* background-size: contain; */
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner {
    grid-template-columns: 1fr 2.8fr;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title {
        /* max-width: 500px; */
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure {
    width: 355px;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box {
        /* max-width: 800px; */
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__left {
    padding: 15px 15px;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__right {
    padding: 15px 15px;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption p.ch {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dt {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dd {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a:hover {}


}

@media screen and (max-width: 1023px) {
    #container {
        margin: 100px auto 0;
    }

    .image img {
        max-width: 98%;
    }

    img.pc.dog {
        margin: 90px auto 0 !important;
    }

    /*++++++++++++++
bargain
+++++++++++++++*/
    article#bargain {
        /* padding: 0 0 0 !important; */
    }

    article#bargain .bargain_inner {}

    article#bargain .bargainbox {
        margin: auto;
        padding: 30px 20px;
    }

    article#bargain .bargainbox .ttl {
        padding: 80px 0 50px;
        margin: 0px auto 0;
    }

    article#bargain .bargain_inner:before {
        top: 0%;
    }

    article#bargain dl.bargainlist {
        max-width: 100%;
        /* margin: -100px auto 100px; */
        /* padding: 130px 0 0; */
    }

    article#bargain dl.bargainlist dt {
        max-width: 400px;
        margin: 20px auto 50px;
    }

    article#bargain .bargainbox .inner {
        max-width: 100%;
        overflow: hidden;
    }

    article#bargain .bargainbox ol.tab li a.item {
        font-size: 1.2em;
    }

    article#bargain .bargainbox ol.tab li a.item:hover {
        background-size: 70px;
    }

    article#bargain .bargainbox ol.tab li a.list {
        font-size: 1.2em;
    }

    article#bargain .bargainbox ol.tab li a.list:hover {
        background-size: 70px;
    }

    article#bargain .bargainbox li {}

    article#bargain .bargainbox li h5 {
        font-size: 1.5vw;
    }

    article#bargain .bargainbox table dl {
        float: none;
        width: auto;
        text-align: left;
    }

    article#bargain .bargainbox dt p {
        font-size: 2.5vw;
    }

    article#bargain .bargainbox dd p {
        font-size: 2.5vw;
    }

    article#bargain .bargainbox dt span,
    article#bargain .bargainbox dd span {}

    article#bargain .bargainbox a {
        font-size: 1.5vw;
    }

    /*++++++++++++++
newface
+++++++++++++++*/
    article#newface {}

    #newface .inner {
        max-width: 95% !important;
    }

    article#newface .title {}

    article#newface .title img {}

    article#newface .title p {}

    article .shop {}


    article#newface ul {}

    article#newface li {}

    article#newface li span {}

    article#newface .newfacebox {}


    article#newface .tempobox {}

    article#newface .tempobox .left {}

    article#newface .tempobox .left dl {}

    article#newface .tempobox .left dt {}

    article#newface .tempobox .left dd h6 {}


    #newface a.shop {}

    article#newface .tempobox .right {}

    article#newface .tempobox .right-box02 span {}

    article#newface .tempobox .left.tempo-100 {}


    #newface .newface-wrap02 {}


    .right02 {}

    section#press #newface ul.slick-dots {}

    section#press #newface ul.slick-dots li button {}

    section#press #newface ul.slick-dots li.slick-active button {}

    .shop-logo {}

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    article#newface ol li span {}

    .first-img .right-box02 span {}

    #newface .inner:first-child .right02 {}

    .slick-list {}

    #newface .inner:first-child .left {}

    article#newface .sub__visual {}

    article#newface .sub__visual .coment {}

    article#newface .sub__visual .coment span {}

    article#newface .sub__visual figure {}

    article#newface .sub__visual figure img {}

    /*++++++++++++++
newface
+++++++++++++++*/
    #newface02 {}

    #newface02 .inner {}

    #newface02 .title {}

    #newface02 .title img {}

    #newface02 .title p {}

    article .shop {}

    article#fathers_day .fathers__day__inner .fathers__box02__inner .fathers__content02__left a {
        margin: 20px 0;
    }

    #newface02 ul {}

    #newface02 li {}

    #newface02 li span {}

    #newface02 .newfacebox {}


    #newface02 .tempobox {}

    #newface02 .tempobox .left {}

    #newface02 .tempobox .left dl {}

    #newface02 .tempobox .left dt {}

    #newface02 .tempobox .left dd h6 {}


    #newface02 a.shop {}

    #newface02 .tempobox .right {}

    #newface02 .tempobox .right-box02 span {}

    #newface02 .tempobox .left.tempo-100 {}


    #newface02 .newface-wrap02 {}


    .right02 {}

    section#press #newface02 ul.slick-dots {}

    section#press #newface02 ul.slick-dots li button {}

    section#press #newface02 ul.slick-dots li.slick-active button {}

    .shop-logo {}

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    #newface02 ol li span {}

    .first-img .right-box02 span {}

    #newface02 .inner:first-child .right02 {}

    .slick-list {}

    #newface02 .inner:first-child .left {}

    #newface02 .sub__visual {}

    #newface02 .sub__visual .coment {}

    #newface02 .sub__visual .coment span {}

    #newface02 .sub__visual figure {}

    #newface02 .sub__visual figure img {}
}

@media screen and (max-width: 991px) {
    .br-991 {
        display: none;
    }

    /*ヘッダー仕様*/
    .special {
        display: none;
    }

    /*++++++++++++++
bargain
+++++++++++++++*/
    article#bargain .bargainbox .ttl {
        padding: 0 0 50px;
    }

    /*++++++++++++++
sweets
+++++++++++++++*/
    article#summer_sweets {}

    article#summer_sweets .summer__sweets__inner {}

    article#summer_sweets .summer__sweets__inner .summer__title {
        /* max-width: 650px; */
    }

    article#summer_sweets .summer__sweets__inner .summer__title figure {}

    article#summer_sweets .summer__sweets__inner .summer__title figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide {
        grid-template-columns: repeat(2, 1fr);
    }

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.last {
        /* width: 212%; */
    }

    .sweets__flex {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.ch {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.orange {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.orange2 {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.purple {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.red {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.green {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption .price__box {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt small {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd small {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a:hover {}

    article#summer_sweets .sweet__gift__bk {}

    article#summer_sweets .summer__sweets__inner .sweet__gift {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner {
    display: block;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title {
    text-align: center;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure {
    width: 300px;
    margin: 0 auto 50px;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box {
    max-width: 450px;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__left {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__right {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box p.ch {
        padding: 20px 0px;
        font-size: .84em;
        height: 59px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dt {
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dd {
        min-width: 70px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a:hover {}


}

@media screen and (max-width: 800px) {

    /*ヘッダー仕様*/
    .special {
        display: none;
    }


}

@media screen and (max-width: 768px) {
    .dress {
        object-fit: cover;
        height: 494px;
    }
}

@media screen and (max-width: 767px) {

    /* ヘッダー仕様 */
    .special {
        display: none;
    }

    header h1.logo {
        width: 130px;
    }

    header.is-animation h1.logo {
        width: 110px;
    }

    .koushiki_wrap {
        max-width: 90px;
        right: 4%;
    }

    .is-animation .koushiki_wrap {
        width: 160px;
    }

    nav {
        padding: 19px 0;
        max-width: 93%;
    }

    header.is-animation nav {
        padding: 15px 0;
    }

    #container {
        margin: 70px auto 0;
    }

    .image img {
        max-width: 100%;
        width: 100%;
    }

    .view-fixed {
        position: absolute;
        opacity: 1;
        transition: none;
    }

    .navi {
        padding: 50px 10px;
    }

    /*++++++++++++++
bargain
+++++++++++++++*/
    section#press ul.slick-dots li button {
        /* background: #555ca6; */
    }

    section#press ul.slick-dots li.slick-active button {
        background: #555ca6;
    }

    article#bargain .bargainbox ul {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 20px 12px 20px;
        box-sizing: border-box;
        margin: 0;
        right: 0;
    }

    article#bargain .bargainbox ul.last {
        border: none;
        display: none !important;
    }

    section#press article#bargain dl.bargainlist dt {
        max-width: 400px;
        margin: 20px auto 80px;
    }
    article#bargain dl.bargainlist.ttl01 dt{
    margin-bottom: 0 !important;
}

    section#press article#bargain dl.bargainlist dt a {
        background: #fff;
        display: block;
        padding: 20px;
        border-radius: 5px;
        transition: .3s;
        box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.2);
    }

    section#press article#bargain dl.bargainlist dd {
        display: none;
    }

    section#press article#bargain .bargain_inner:before {
        display: none;
    }

    article#bargain .bargainbox li h5 {
        text-align: center;
    }

    article#bargain .bargainbox dl {
        text-align: center;
    }

    article#bargain .andmore {}

    article#bargain .bargainbox a {
        margin: auto;
        text-align: center;
        width: auto;
        height: auto;
        right: -1%;
        bottom: -20px;
        z-index: 100;
    }

    article#bargain .bargainbox .anfan {
        text-align: center;
    }

    article#bargain .bargainbox .anfan a {
        display: inline-block;
    }

    article#bargain .bargainbox ul.slick-dots {
        width: 100%;
        padding: 0;
        text-align: center;
        border: none;
    }

    article#bargain .bargainbox ul.slick-dots li {
        float: none;
        width: auto;
        height: auto;
        display: inline-block;
    }

    article#bargain .bargainbox .slick-prev {
        left: -1%;
        width: 30px;
        height: 30px;
        top: 30%;
        bottom: inherit;
    }

    article#bargain .bargainbox .slick-next {
        right: -1%;
        width: 30px;
        height: 30px;
        top: 30%;
        bottom: inherit;
    }

    article#bargain .bargainbox {
        padding: 30px 0 0;
        margin: auto;
    }

    article#bargain .bargainbox ol.tab {
        width: 80%
    }

    section#press article#bargain dl.bargainlist {
        width: 95%;
        margin: -20px auto 100px;
        padding: 80px 0 0;
    }

    article#bargain .bargainbox th {
        width: 30%;
    }

    article#bargain .bargainbox tr,
    article#bargain .bargainbox table {
        border: none;
        text-align: center;
    }



    section#press .oodcou__list .slick-prev {
        left: 0px !important;
        top: inherit;
        bottom: -25px;
        margin: 0;
    }

    section#press .oodcou__list .slick-prev:hover {
        left: 0%;
    }

    section#press .oodcou__list .slick-next {
        top: inherit;
        bottom: -25px;
        right: 0px !important;
    }

    section#press .oodcou__list .slick-next:hover {
        right: 0;
    }

    article#bargain .andmoretable {
        display: block !important;
        margin: -36px 0 0;
    }

    .am {
        font-size: 2.4em;
        margin: 0;
    }

    article#bargain .bargainbox dl dt figure {
        padding: 0;
    }

    /*++++++++++++++
sweets
+++++++++++++++*/
    article#summer_sweets {
    padding-bottom: 100px;
}

    article#summer_sweets .summer__sweets__inner {}

    article#summer_sweets .summer__sweets__inner .summer__title {
        margin: 0 auto 31px;
        max-width: 305px;
    }

    article#summer_sweets .summer__sweets__inner .summer__title figure {}

    article#summer_sweets .summer__sweets__inner .summer__title figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide {
        display: block;
    }

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide__list.last {}

    .sweets__flex {
        display: block;
    }

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide p.ch {
        font-size: .9em;
        padding: 5px 15px;
        height: 70px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.orange {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.orange2 {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.purple {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.red {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption p.green {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption .price__box {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dt small {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide figcaption dl dd small {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__number figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a {}

    article#summer_sweets .summer__sweets__inner .sweet__slide__bk .sweets__slide .shop__ps .shop__anchor a:hover {}

    article#summer_sweets .sweet__gift__bk {}

    article#summer_sweets .summer__sweets__inner .sweet__gift {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title {
        max-width: 250px;
        margin: 0 auto 40px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure {
    width: 250px;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__title figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box {
        display: block;
        max-width: inherit;
    }
    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__box{
        padding: 0 10px 50px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__left {padding: 0;box-sizing: border-box;margin: 0;}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box__right {
    padding: 0px;
    box-sizing: border-box;
    margin: 0;
}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box p.ch {
        /* padding: 4px 20px; */
        font-size: .9em;
        margin: 0 auto 15px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl {
}
    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl.gift_sp{
        display: block;
        max-width: 268px;
        margin: 0 auto 25px;
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl.gift_sp.gift_03{
        
    }

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dt {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption dl dd {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__number figure img {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a {}

    article#summer_sweets .summer__sweets__inner .sweet__gift__inner .sweet__gift__box figcaption .shop__ps .shop__anchor a:hover {}

    article#summer_sweets .sweets__box ul.sweets__list ul.slick-dots {
        right: 0 !important;
        left: 0;
        margin: auto !important;
        bottom: 49px !important;
        width: 100% !important;
    }

    article#summer_sweets ul.slick-dots {
        right: 0 !important;
        left: 0;
        margin: auto !important;
        bottom: -30px !important;
        width: 100% !important;
    }

    section#press .sweet__gift__box ul.slick-dots li button {
        background: #f7dead;
    }

    section#press .sweet__gift__box ul.slick-dots li.slick-active button {
        background: #4e456b;
    }

    article#summer_sweets .oodcou__inner .oodcou__box ul.oodcou__list ul.slick-dots li {
        display: inline-block;
    }




    /*++++++++++++++
newface
+++++++++++++++*/
    article#newface {
        padding: 150px 0 0px !important;
        margin: 0 0 90px;
    }

    #newface .inner {
        margin: 45px auto 0;
    }

    article#newface .title {}

    article#newface .title img {}

    article#newface .title p {}

    article .shop {}


    article#newface ul {}

    article#newface li {
        transform: translateY(0px) rotate(0deg);
        margin: 1px;
    }

    article#newface li span {}

    article#newface .newfacebox {
        padding: 30px 10px 30px;
    }


    article#newface .tempobox {
        display: block;
        margin: 50px auto 0;
    }

    article#newface .tempobox .left {}

    article#newface .tempobox .left dl {}

    article#newface .tempobox .left dt {
        font-size: .87em;
    }

    article#newface .tempobox .left dd h6 {}


    #newface a.shop {}

    article#newface .tempobox .right {}

    article#newface .tempobox .right-box02 span {}

    article#newface .tempobox .left.tempo-100 {}


    #newface .newface-wrap02 {}


    .right02 {}

    section#press #newface ul.slick-dots {
        bottom: -15px;
    }

    article#newface .newface__visual {
        margin-bottom: 0;
    }

    section#press #newface ul.slick-dots li button {}

    section#press #newface ul.slick-dots li.slick-active button {}

    .shop-logo {}

    article#newface .newface__visual .newface__visual__slide span {
        font-size: .6em;
        font-size: .6em;
        position: relative;
        margin: 15px 0 0;
        text-align: left;
    }

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    article#newface ol li span {}

    .first-img .right-box02 span {}

    #newface .inner:first-child .right02 {
        width: 100%;
    }

    article#newface .right02 h6 {
        /* text-align: center; */
    }

    .slick-list {}

    #newface .inner:first-child .left {
        width: 100%;
    }

    article#newface .sub__visual {}

    article#newface .sub__visual .coment {
        width: 100%;
    }

    article#newface .sub__visual .coment span {}

    article#newface .sub__visual figure {
        display: none;
        width: 65%;
        margin-bottom: 15px;
    }

    article#newface .sub__visual figure.logo {
        display: block;
        margin-bottom: 0;
    }

    article#newface .sub__visual figure img {}

    /*++++++++++++++
newface
+++++++++++++++*/
    #newface02 {}

    #newface02 .inner {}

    #newface02 .title {}

    #newface02 .title img {}

    #newface02 .title p {}

    article .shop {}


    #newface02 ul {}

    #newface02 li {
        transform: translateY(0px) rotate(0deg);
        margin: 1px;
    }

    #newface02 li span {}

    #newface02 .newfacebox {}


    #newface02 .tempobox {
        display: block;
    }

    #newface02 .tempobox .left {}

    #newface02 .tempobox .left dl {}

    #newface02 .tempobox .left dt {
        font-size: 1.1em;
    }

    #newface02 .tempobox .left dd h6 {}


    #newface02 a.shop {}

    #newface02 .tempobox .right {}

    #newface02 .tempobox .right-box02 span {}

    #newface02 .tempobox .left.tempo-100 {}


    #newface02 .newface-wrap02 {}


    .right02 {}

    section#press #newface02 ul.slick-dots {}

    section#press #newface02 ul.slick-dots li button {}

    section#press #newface02 ul.slick-dots li.slick-active button {}

    .shop-logo {}

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    #newface02 ol li span {}

    .first-img .right-box02 span {}

    #newface02 .inner:first-child .right02 {
        width: 100%;
    }

    .slick-list {}

    #newface02 .inner:first-child .left {
        width: 100%;
    }

    #newface02 .sub__visual {}

    #newface02 .sub__visual .coment {
        width: 100%;
    }

    #newface02 .sub__visual .coment span {}

    #newface02 .sub__visual figure {
        display: none;
        width: 65%;
        margin-bottom: 15px;
    }

    #newface02 .sub__visual figure.logo {
        display: block;
        margin-bottom: 0;
    }

    #newface02 .sub__visual figure img {}

    #newface02 .newface__visual .newface__visual__slide span {
        position: relative;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    article#bargain {
        padding: 0 !important;
        /* margin-bottom: 0; */
    }

    .navi ul {
        /* display: flex; */
        /* flex-wrap: wrap; */
    }

    .image img {
        max-width: 100%;
    }

    .image {
        background: none;
    }

    .view-fixed {
        position: absolute;
        opacity: 1;
        transition: none;
    }

    .navi li {
        /* width: 33%; */
        margin: 0 1% 1% 0 !important;
    }

    .navi li:nth-child(2n) {
        margin: 0 0% 1% 0 !important;
    }

    /*++++++++++++++
bargain
+++++++++++++++*/
    section#press article#bargain .bargain_inner {
        max-width: 100%;
        margin: auto;
        padding: 0 0 25px;
    }

    section#press article#bargain .bargain_inner .inner {
        margin: 0 auto 30px;
        padding: 30px 10px 0;
        max-width: 95%;
    }

    section#press article#bargain .bargain_inner:before,
    section#press article#bargain .bargain_inner:after {
        display: none;
    }

    article#bargain .bargainbox {
        padding: 0;
        /* border-radius: 10px 10px 74px 10px; */
    }

    article#bargain .bargainbox .ttl {
        padding: 50px 0 0;
        margin: auto;
    }

    article#bargain .bargainbox ol.tab {
        max-width: 95%;
        margin: auto;
        width: auto;
    }

    article#bargain .bargainbox ol.tab:after {
        height: 37px;
    }

    article#bargain .bargainbox ol.tab li a {
        padding: 7px 0;
        font-size: 1.1em;
    }

    article#bargain .bargainbox ol.tab li a.item {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    article#bargain .bargainbox ol.tab li a.item:hover {
        background: url(../images/press/201907/item_on.png) no-repeat center center #e50012;
        transition: .3s;
        background-size: 40px;
    }

    article#bargain .bargainbox ol.tab li a.list {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    article#bargain .bargainbox ol.tab li a.list:hover {
        background: url(../images/press/201907/list_on.png) no-repeat center center #e50012;
        background-size: 40px;
    }

    section#press article#bargain .bargain_inner p.click img {
        width: 70px;
    }

    section#press article#bargain .bargain_inner p.click:before {
        height: 25px;
    }

    section#press article#bargain .bargain_inner p:after {
        height: 17px;
        font-size: 19px;
        left: -43%;
    }

    section#press article#bargain .bargain_inner p.click:after {
        height: 25px;
        right: 25%;
        left: inherit;
    }

    section#press article#bargain dl.bargainlist {
        width: 100%;
        padding: 0px 0 0;
        margin: 30px auto 0;
    }

    section#press article#bargain dl.bargainlist dt a {
        max-width: 70%;
        margin: auto;
        padding: 20px;
    }

    section#press article#bargain dl.bargainlist dt a img {
        width: 180px;
        vertical-align: middle;
    }

    section#press article#bargain dl.bargainlist dt a.on {
        transform: translate3d(0, 5px, 0);
    }

    section#press article#bargain dl.bargainlist dt a:hover {
        box-shadow: none;
        transition: .3s;
        transform: translate3d(0, 5px, 0);
    }

    section#press article#bargain dl.bargainlist dd:last-child {
        margin: 0 auto 40px;
    }

    section#press article#bargain dl.bargainlist dd {
        display: none;
    }

    section#press article#bargain dl.bargainlist dd img {
        border-radius: 10px;
    }

    article#bargain .bargainbox ul {
        padding: 25px 0 25px;
        margin: 0;
        display: block;
    }

    article#bargain .bargainbox ul.last {
        margin: 0;
        padding: 0;
        border: none;
    }

    section#press article#bargain .andmore a {
        position: relative;
        text-align: center;
        display: block;
        font-family: vag-rundschrift-d, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2em;
        letter-spacing: 2px;
        color: #fff;
        background: #e95464;
        padding: 15px;
        border-radius: 6px;
        width: 140px;
    }

    article#bargain .bargainbox li {
        /* width: 100% !important; */
        overflow: hidden;
        margin: 0;
    }

    article#bargain .bargainbox li h5 {
        font-size: 0.7em;
        float: none;
        text-align: center;
        width: auto;
        margin-bottom: 5px;
    }

    article#bargain .bargainbox table,
    article#bargain .bargainbox tbody,
    article#bargain .bargainbox tr,
    article#bargain .bargainbox th,
    article#bargain .bargainbox td {
        display: block;
        width: 100%;
        text-align: center;
    }

    article#bargain .bargainbox tr {
        padding: 0 0 20px 0;
    }

    article#bargain .bargainbox th a {
        text-align: left;
        padding: 0;
    }

    article#bargain .bargainbox td {
        padding: 10px 0 0;
        box-sizing: border-box;
    }

    article#bargain .bargainbox td p {
        font-size: 0.8em;
    }

    article#bargain .bargainbox table dl {
        text-align: center;
    }

    article#bargain .bargainbox figure {
        width: 100%;
        float: none;
        margin: auto auto 15px;
        /* padding: 0 !important; */
        padding: 0 !important;
    }

    article#bargain .bargainbox dl {
        padding: 0 0 10px;
        width: auto;
        text-align: center;
        float: none;
        line-height: 1;
    }

    article#bargain .bargainbox dl dt.second {
        margin-left: -28px;
    }

    article#bargain .bargainbox dt {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        position: relative;
    }

    article#bargain .bargainbox dt p {
        font-size: 1.5em;
    }

    article#bargain .bargainbox dd p {
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: 0;
        padding: 0 0 0 40px;
    }

    article#bargain .bargainbox dt span,
    article#bargain .bargainbox dd span {}

    article#bargain .bargainbox a {
        font-size: 0.8em;
        display: inline-block;
        text-align: center;
        width: auto;
        height: auto;
        padding: 0;
    }

    article#bargain .bargainbox span {
        margin: 0;
    }

    /* 2107=================================================== */
    article#bargain .bargainbox figure.visible {
        margin-top: -38px;
        padding-bottom: 38px;
        left: 0px;
    }

    /*++++++++++++++
newface
+++++++++++++++*/
    #newface02 {
        /* padding: 0 0 100px !important; */
    }

    #newface02 .inner {}

    #newface02 .title {
        padding: 25px 20px 20px;
    }

    #newface02 .title img {}

    #newface02 .title p {}

    article .shop {}


    #newface02 ul {}

    #newface02 li {}

    #newface02 li span {}

    #newface02 .newfacebox {}


    #newface02 .tempobox {}

    #newface02 .tempobox .left {}

    #newface02 .tempobox .left dl {}

    #newface02 .tempobox .left dt {
        letter-spacing: 0;
    }

    #newface02 .tempobox .left dd h6 {}


    #newface02 a.shop {
        font-size: 0.8em;
        letter-spacing: 0;
    }

    #newface02 .tempobox .right {}

    #newface02 .tempobox .right-box02 span {}

    #newface02 .tempobox .left.tempo-100 {}

    #newface02 .information {
        padding: 20px 30px 10px;
    }

    #newface02 .information p.info_title {}

    #newface02 .information .information__box {}

    #newface02 .information dl {
        display: block;
        margin-bottom: 15px;
    }

    #newface02 .information dl dt {}

    #newface02 .information dl dd {}

    #newface02 .newface-wrap02 {}


    .right02 {}

    section#press #newface02 ul.slick-dots {}

    section#press #newface02 ul.slick-dots li button {}

    section#press #newface02 ul.slick-dots li.slick-active button {}

    .shop-logo {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .shop-logo figure {}

    .first-img {}

    .first-img ol {}

    .first-img .right-box02 {}

    .first-img ol li {}

    .first-img ol li:last-child {}

    #newface02 ol li span {}

    .first-img .right-box02 span {}

    #newface02 .inner:first-child .right02 {}

    .slick-list {}

    #newface02 .inner:first-child .left {}

    #newface02 .sub__visual {}

    #newface02 .sub__visual .coment {}

    #newface02 .sub__visual .coment span {}

    #newface02 .sub__visual figure {
        /* display: none; */
    }

    #newface02 .sub__visual figure img {}

}

@media screen and (max-width: 472px) {
    .slick-list {
        overflow: hidden;
    }
}

@media screen and (max-width: 350px) {
    .iziModal {
        max-width: 83% !important;
    }

    .modal_content dt {
        font-size: 0.8em;
    }
}