@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
/*================================
                共通
===============================*/
body * {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a:hover{
  opacity: 0.8;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200) {
  .w1200 {
    padding: 0 3vw;
  }
}

@media (max-width: 1023px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.open {
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/*---------------------------
下層ページ  main タイトル
-----------------------------*/
@media (min-width: 1920px) {
  .products .ttl, .shoplist .ttl, .qa .ttl, .voice .ttl, .information .ttl, .contact .ttl, .search .ttl{
    background-size: cover;
  }
}

.products .ttl, .shoplist .ttl, .qa .ttl, .voice .ttl, .information .ttl, .contact .ttl, .search h2 {
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 56px 0 62px;
  font-size: 30px;
}

.products .ttl span, .shoplist .ttl span, .qa .ttl span, .voice .ttl span, .information .ttl span, .contact .ttl span ,.search h2 span{
  padding-bottom: 24px;
  display: block;
  font-size: 16px;
  color: #dcdcdc;
}

.products .m-ttl, .shoplist .m-ttl, .qa .m-ttl, .voice .m-ttl, .information .m-ttl {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-top: 80px;
  margin-bottom: 42px;
}

.products .m-ttl span, .shoplist .m-ttl span, .qa .m-ttl span, .voice .m-ttl span, .information .m-ttl span {
  font-size: 50px;
}

@media (max-width: 1023px) {
  .products .ttl, .shoplist .ttl, .qa .ttl, .voice .ttl, .information .ttl, .contact .ttl {
    padding: 25px 0 25px 0;
    font-size: 35px;
    background-size: cover;
  }
  .products .ttl span, .shoplist .ttl span, .qa .ttl span, .voice .ttl span, .information .ttl span, .contact .ttl span {
    padding-bottom: 8px;
    font-size: 24px;
  }
  .products .m-ttl, .shoplist .m-ttl, .qa .m-ttl, .voice .m-ttl, .information .m-ttl {
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 45px;
    font-weight: 400;
  }
}
@media (max-width: 765px) {
  .products .ttl, .shoplist .ttl, .qa .ttl, .voice .ttl, .information .ttl, .contact .ttl, .search h2 {
    font-size: 4.67vw;
  }
  .products .ttl span, .shoplist .ttl span, .qa .ttl span, .voice .ttl span, .information .ttl span, .contact .ttl span, .search h2 span {
    font-size: 2.6vw;
  }
  .products .m-ttl, .shoplist .m-ttl, .qa .m-ttl, .voice .m-ttl, .information .m-ttl , .search .m-ttl{
    font-size: 4.67vw;
  }
}
@media (max-width: 375px) {
  .products .ttl, .shoplist .ttl, .qa .ttl, .voice .ttl, .information .ttl, .contact .ttl , .search h2 {
    font-size: 18px;
  }
  .products .ttl span, .shoplist .ttl span, .qa .ttl span, .voice .ttl span, .information .ttl span, .contact .ttl span, .search h2 span {
    font-size: 12px;
  }
  .products .m-ttl, .shoplist .m-ttl, .qa .m-ttl, .voice .m-ttl, .information .m-ttl, .search .m-ttl{
    font-size: 18px;
  }
}
/*---------------------------
            ヘッダー
-----------------------------*/
.header .h-top {
    padding: 0 18px;
}

.header .h-top .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.header .h-top .logo a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header .left {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    top: 20px;
    left: 18px;
}

.header .left input[type="text"] {
   border: 0;
    border-bottom: 1px solid black;
    width: 240px;
}

.header .left input[type="image"] {
    vertical-align: bottom;
}

.header .left .gps {
    padding-left: 20px;
}

.header .right {
    position: absolute;
    top: 18px;
    right: 10px;
}

.header .right .flex li {
    padding: 0 13px;
}

.header .right img {
    vertical-align: middle;
}

.header .right dl {
    font-size: 16px;
    margin-top: 12px;
    background-color: #f950af;
    padding: 9px 20px;
}

.header .right dl dt, .header .right dl dd, .header .right dl span {
    color: white;
}

.header .right dl dt {
    padding-right: 14px;
    border-right: 1px solid white;
}

.header .right dl dd {
    padding-left: 14px;
}

.header .right dl span {
    font-size: 12px;
}

.header .h-bottom {
    background-color: black;
    width: 100%;
    margin-top: 140px;
}

.header .h-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h-nav ul{
  width: 100%;
}
.header .h-nav a {
    color: white;
    padding: 16px 0;
    display: block;
}
#menu-item-39 > a{
  padding: 16px 8px;
  box-sizing: content-box;
}
.header .menu-item-1636, .header .label, .header .menu-item-1641{
  position: relative;
}
.header .menu-item-1636 span, .header .label span, .header .menu-item-1641 span{
  color: white;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 16px 0;
}
.header .menu-item-1636 .sub-menu, .header .menu-item-1641 .sub-menu, .header .label .child{
  display: none;
  z-index: 999;
}
.header .menu-item-1636:hover .sub-menu, .header .label:hover .child, .header .menu-item-1641:hover .sub-menu{
  display: block;
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0;
  padding-top: 20px;
  background-color: rgba(000, 000, 000, 0.6);
  text-align: center;
}
.child li{
  padding-left: 1em;
}
#menu-item-1636 > a, #menu-item-1641 > a{
  pointer-events: none;
}
.serch-btn{
  cursor: pointer;
}
.serch-btn.open{
  display: none;
}

.fixed_serch-box{
  display: none;
}
.fixed_serch-box.open{
  display: block;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: relative;
}
.fixed_serch-box.open input[type="image"]{
  vertical-align: middle;
  position: absolute;
  right: 0;
  width: 30px;
  height: auto;
}

.header .menu-item-1641:hover .sub-menu{
  width: 194%;
  left: -50px;
}
/*---------------------------
          ヘッダー SP
-----------------------------*/
@media(max-width: 1023px){
  .sp-header{
    position: relative;
    background-color: white;
  }
  .sp-header .logo{
    position: absolute;
    max-width: 108px;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
  }
  .sp-header .flex{
    width: 25%;
    margin-left: auto;
    margin-right: 0;
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 8px;
}
  .sp-header .flex li{
    width: 50%;
    text-align: center;
  }
  .sp-header .flex img{
    display: block;
    margin: 0 auto;
  }
  .sp-header .flex a{
    font-size: 10px;
    letter-spacing: 0;
  }
  .sp-header .menu_b{
    position: fixed;
    width: 30px;
    height: 35px;
    font-size: 0;
    transition: all ease 0.5s;
    top: 12px;
    left: 10px;
    z-index: 999;
    cursor: pointer;
  }
  .sp-header .menu_line{
    position: absolute;
    width: 28px;
    height: 1px;
    top: 9px;
    right: 0;
    background-color: black;
  }
  .sp-header .menu_line:before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: black;
    top: -8px;
    right: 0;
    transform-origin: bottom left;
    transition: all ease 0.5s;
    position: absolute;
  }
  .sp-header .menu_line:after{
    content: "";
    width: 28px;
    height: 1px;
    background-color: black;
    top: 8px;
    right: 0;
    transform-origin: top left;
    transition: all ease 0.5s;
    position: absolute;
  }
  .menu_b .menu{
    position: absolute;
    top: 25px;
    left: -5px;
    color: #000;
  }
  .menu_b.open .menu{
    display: none;
  }
  .menu_b .close{
    display: none;
  }
  .menu_b.open .close{
    display: block;
    position: fixed;
    top: 36px;
    right: 6px;
    color: #000;
  }
  .sp-header .menu_b.open{
    right: 10px;
    left: auto;
    top: 12px;
    transition: all 0.5s ease;
  }
  .menu_b.open .menu_line{
    background-color: transparent;
  }
  .menu_b.open .menu_line:after{
    transform: translateY(1px) rotate(-45deg);
    transition: all ease 0.5s;
  }
  .menu_b.open .menu_line:before{
    transform: translateY(-3px) rotate(45deg);
    transition: all ease 0.5s;
  }
  .sp-header .pink{
    background-color: #ef4394;
    padding: 8px 4.5%;
  }
  .sp-header .pink span{
    color: white;
  }
  .sp-header .guarantee{
    font-size: 14px;
    padding-right: 14px;
  }
  .sp-header .guarantee span{
    font-size: 10px;
  }
  .sp-header .send{
    font-size: 10px;
    padding-left: 15px;
  }
  .sp-header .send{
    border-left: 1px solid white;
  }
  .sp-header .send span{
    font-size: 14px;
  }
}
/*---------------------------
    ヘッダーSP メニューリスト
-----------------------------*/
.sp-menu{
  transform: translateX(-100%);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 43px;
}
.sp-menu.open{
  transform: translateX(0);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  /*width: 100%;*/
  width: 100vw;
  overflow-x: hidden;
  height: 100%;
  background-color: #fff;
  padding-top: 43px;
  z-index: 80;
}
.sp-menu .nav-menu{
  border-top: 1px solid #696969;
}
.sp-menu .nav-menu .label{
  font-size: 4.67vw;
  padding: 15px 0 15px 20px;
  background-color: #f8f8f8;
}
.sp-m_guide li, .sp-m_item li, .sp-m_about li{
  letter-spacing: 0.1em;
  border-bottom: 1px solid #696969;
}
.sp-m_guide li a, .sp-m_item li a, .sp-m_about li a{
  padding: 20px 0 20px 20px;
  font-size: 3.73vw;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sp-menu.open form{
  margin: 22px auto 20px;
  max-width: 250px;
  width: 70%;
  position: relative;
}
.sp-menu.open input[type=text]:nth-child(1){
  border: 0;
  border-bottom: 1px solid black;
  width: 100%;
  height: 30px;
}
.sp-menu.open input[type=image]:nth-child(2){
  position: absolute;
  top: 0;
  right: 0;
}
body > div > header > nav > ul > li:nth-child(2){
  margin-bottom: 12px;
}
/*--------------
footer
-------------*/
.footer {
  margin-top: 108px;
  background-image: url('../../images/pc-f_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.footer a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer .f-logo a{
  width: auto;
  height: auto;
}
.footer .f-top {
  margin-top: 130px;
}
.footer .f-top .address {
  text-align: center;
  font-size: 14px;
}
.footer .f-top .address a {
  pointer-events: none;
  display: inline;
}
.footer .f-logo {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 20px;
}
.footer .sns {
  margin-top: 54px;
}
.footer .sns .flex {
  width: 230px;
  margin: 0 auto;
}
.footer .f-nav {
  max-width: 1200px;
  margin: 76px auto 0;
}
.footer table {
  width: 100%;
}
.footer tr {
  text-align: left;
}
.footer th {
  padding-bottom: 20px;
}
.footer .send dt, .footer .send dd{
  display: inline-block;
}
.footer .send span{
  font-size: 12px;
}
.footer .send dt{
  padding-right: 30px;
}
.footer .copyright {
  padding-top: 153px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.footer .copyright small{
  font-size: 12px;
  color: #a1a1a0;
}
@media(max-width: 1200px){
  .footer{
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

/*---------------------------
          フッター SP
-----------------------------*/
@media(max-width: 1023px){
  .footer{
    margin-top: 0;
    background-image: url('../../images/sp-footer_bg.jpg');
    background-size: cover;
    background-position: top 0 left 0;
    padding-top: 8vw;
  }
  .footer .f-top{
    margin-top: 0;
  }
  .footer .f-logo{
    padding-top: 0;
    padding-bottom: 4.3vw;
  }
  .footer .f-top .address{
    font-size: 3.33vw;
  }
  .footer .sns .flex{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 6.67vw;
  }
  .footer .copyright{
    padding-top: 9.3vw;
  }
  .footer .copyright small{
    font-size: 2.93vw;
  }
}
@media(max-width: 767px){
  .footer .f-top .address a{
    pointer-events: all;
  }
}
@media(min-width: 1920px){
  .footer{
    background-size: cover;
  }
}


/*======================
        TOPページ
======================*/
/*--------------
main top
-------------*/
@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;
}
.swiper-pointer-events{
  overflow: hidden;
}
.top-img{
  overflow: hidden;
}

/*.slide-img img{
  display: block;
}*/

/*.top.main .top-img {
  background-image: url('../../images/pc-top0.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.top.main .l-ttl {
  text-align: center;
  padding-top: 86px;
  padding-bottom: 470px;
  line-height: 1;
}

.top.main .l-ttl .t1{
  display: inline-block;
  border-bottom: 1px solid #696768;
  font-size: 40px;
  font-weight: 400;
}
.top.main .l-ttl .t2{
  display:block;
  font-size: 54px;
  font-weight: 400;
  padding-top: 20px;
}
@media(max-width: 1023px){
  .top.main .top-img {
    background-image: url('../../images/sp-top.jpg');
    max-height: 856px;
  }
  .top.main .l-ttl {
    padding-top: 50%;
    padding-bottom: 7.6vh;
    padding-left: 7%;
    text-align: left;
    line-height: 1;
  }
  .top.main .l-ttl .t1 {
    font-size: 40px;
    padding-bottom: 8px;
    text-align: left;
  }
  .top.main .l-ttl .t2 {
    font-size: 60px;
    text-align: left;
  }
}
@media(max-width: 767px){
  .top.main .l-ttl .t1{
    font-size: 5.3vw;
  }
  .top.main .l-ttl .t2{
    font-size: 8vw;
  }
}
@media(max-width: 375px){
  .top.main .top-img{
    background-position: bottom 20px left 0;
  }
  .top.main .l-ttl .t1{
    font-size: 20px;
  }
  .top.main .l-ttl .t2{
    font-size: 26px;
  }
}
*/
/*--------------
main info
-------------*/
.top.main .info .w1560-wrap {
  padding-top: 78px;
  padding-bottom: 78px;
  max-width: 1560px;
  margin: 0 0 0 auto;
  background-color: #f8f8f8;
  position: relative;
}

.top.main .info .w1200 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 0 0;
  padding-left: 74px;
  padding-right: 74px;
}

.top.main .info .more {
  position: absolute;
  top: 6px;
  right: 80px;
}

.top.main .info .more a {
  color: white;
  font-size: 16px;
  padding: 14px 26px;
  display: block;
  background-color: #ef4394;
  position: relative;
}

.top.main .info .more:after {
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 85px;
  content: '';
  background-color: #7c7c7c;
  transform: translateY(-50%);
}

.top.main .info .ttl {
  font-size: 36px;
}

.top.main .info .ttl span {
  font-size: 50px;
}

.top.main .info img {
  display: block;
  max-width: 320px;
  max-height: 210px;
  object-fit: cover;
}


.top.main .info .flex {
  padding-top: 48px;
  padding-bottom: 97px;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.top.main .info .flex li {
  width: 30.5%;
}

.top.main .info .flex time {
  padding-top: 14px;
  padding-bottom: 10px;
  display: block;
}

.top.main .info .flex .text {
  font-size: 16px;
}
@media(max-width: 1023px){
  .top.main .info .w1560-wrap{
    padding-top: 45px;
  }
  .top.main .info .w1200{
    width: auto;
    padding: 0 3vw;
  }
  .top.main .info .ttl{
    font-size: 38px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .top.main .info .ttl span{
    font-size: 52px;
  }
  .top.main .info .more{
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
  }
  .top.main .info .more:after{
    top: 50%;
    transform: translate(50%, -50%);
    left: 53%;
    width: 50px;
  }
  .top.main .info .more a{
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
  }
  .top.main .info .flex{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    padding-top: 20px;
  }
  .top.main .info .flex li{
    width: 47%;
  }
  .top.main .info .flex time{
    font-size: 22px;
  }
  .top.main .info .flex .text{
    font-size: 28px;
    letter-spacing: 0;
  }
}

@media(max-width: 767px){
  .top.main .info .ttl{
    font-size: 5vw;
  }
  .top.main .info .ttl span{
    font-size: 6.9vw;
  }
  .top.main .info .flex time{
    font-size: 3vw;
  }
  .top.main .info .flex .text{
    font-size: 3.73vw;
  }
}
@media(max-width: 375px){
  .top.main .info .w1560-wrap{
    margin-top: -20px;
  }
  .top.main .info .ttl{
    font-size: 18px;
  }
  .top.main .info .ttl span{
    font-size: 26px;
  }
  .top.main .info .flex time{
    font-size: 12px;
  }
  .top.main .info .flex .text{
    font-size: 14px;
  }
}

/*--------------
main find
-------------*/
.top.main .find {
  background-image: url('../../images/pc-mainbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -200px;
  padding-top: 270px;
  padding-bottom: 258px;
  width: 100%;
}

.top.main .find .find-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.top.main .find .ttl {
  font-size: 36px;
  padding-left: 74px;
  position: relative;
}

.top.main .find .ttl span {
  font-size: 50px;
}

.top.main .find .more {
  position: absolute;
  right: 80px;
  top: 74px;
}

.top.main .find .more a {
  color: white;
  font-size: 16px;
  padding: 14px 26px;
  display: block;
  background-color: #ef4394;
  position: relative;
}

.top.main .find .more:after {
  width: 90px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 136px;
  content: '';
  background-color: #7c7c7c;
  transform: translateY(-50%);
}

.top.main .find .flex {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 100px auto 0;
}

.top.main .find .frame{
  width: 49%;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: white;
}
.top.main .find .frame-inner{
  background: white;
}
.top.main .find .frame img {
  width: 100%;
}

.top.main .find .frame:nth-of-type(1) {
  background-image: url('../../images/sp-bg01_1.jpg');
  position: relative;
}
.top.main .find .frame:nth-of-type(1):after{
  position: absolute;
  right: 0;
  top: -38px;
  width: 200px;
  height: 92px;
  background-image: url('../../images/pc-time01.png');
  background-repeat: no-repeat;
  background-size: center;
  content: "";
}
.top.main .find .frame:nth-of-type(2) {
  background-image: url('../../images/sp-bg02_1.jpg');
  position: relative;
}
.top.main .find .frame:nth-of-type(2):after{
  position: absolute;
  right: 0;
  top: -38px;
  width: 200px;
  height: 92px;
  background-image: url('../../images/pc-time02.png');
  background-repeat: no-repeat;
  background-size: center;
  content: "";
}
.top.main .find .frame:nth-of-type(3) {
  background-image: url('../../images/sp-bg03_1.jpg');
  margin-top: 100px;
  position: relative;
}
.top.main .find .frame:nth-of-type(3):after{
  position: absolute;
  right: 0;
  top: -38px;
  width: 200px;
  height: 92px;
  background-image: url('../../images/pc-time03.png');
  background-repeat: no-repeat;
  background-size: center;
  content: "";
}

.top.main .find .frame:nth-of-type(4) {
  background-image: url('../../images/sp-bg04_1.jpg');
  margin-top: 100px;
  position: relative;
}
.top.main .find .frame:nth-of-type(4):after{
  position: absolute;
  right: 0;
  top: -38px;
  width: 200px;
  height: 92px;
  background-image: url('../../images/pc-time04.png');
  background-repeat: no-repeat;
  background-size: center;
  content: "";
}

.top.main .find .flex dl {
  padding: 22px 18px 30px;
}

@media(max-width: 1023px){
  .top.main .find .frame:nth-of-type(1) {
    background-image: url('../../images/sp-bg01_1.jpg');
  }
  .top.main .find  .frame:nth-of-type(2) {
    background-image: url('../../images/sp-bg02_1.jpg');
    margin-top: 8.2vw;
  }
  .top.main .find .frame:nth-of-type(3) {
    background-image: url('../../images/sp-bg03_1.jpg');
    margin-top: 8.2vw;
  }
  .top.main .find .frame:nth-of-type(4) {
    background-image: url('../../images/sp-bg04_1.jpg');
    margin-top: 8.2vw;
  }
  .top.main .find .frame .frame-inner{
    background-color: #fff;
  }
  .top.main .science .more{
    margin-top: -16vw;
  }
  .top.main .find .more:after{
    top: 86px;
    transform: translate(100%, 50%);
    left: 50%;
    width: 50px;
  }
  .top.main .find .frame:nth-of-type(1):after{
    background-image: url('../../images/sp-time01.png');
    background-size: contain;
    width: 40%;
    top: -50px;
    background-position: center;
  }
  .top.main .find .frame:nth-of-type(2):after{
    background-image: url('../../images/sp-time02.png');
    background-size: contain;
    width: 40%;
    top: -50px;
    background-position: center;
  }
  .top.main .find .frame:nth-of-type(3):after{
    background-image: url('../../images/sp-time03.png');
    background-size: contain;
    width: 40%;
    top: -50px;
    background-position: center;
  }
  .top.main .find .frame:nth-of-type(4):after{
    background-image: url('../../images/sp-time04.png');
    background-size: contain;
    width: 40%;
    top: -50px;
    background-position: center;
  }
}

.top.main .find .frame dt {
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 32px;
}

.top.main .find .frame dt span {
  font-size: 13px;
  vertical-align: middle;
  padding-left: 18px;
  display: inline-block;
}

.top.main .find .frame .p-text {
  color: #ef4394;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding-bottom: 12px;
  display: block;
}
.top.main .find .frame dd{
  margin-top: 12px;
}
.top.main.find .frame li {
  font-size: 14px;
  letter-spacing: 0.05rem;
  position: relative;
}


@media(max-width: 1023px){
  .top.main .find{
    margin-top: 0;
    padding: 0;
  }
  .top.main .find .ttl{
    padding: 45px 0;
    text-align: center;
    font-size: 38px;
    letter-spacing: 0.05em;
  }
  .top.main .find .ttl span{
    font-size: 52px;
  }
  .top.main .find .more{
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
  }
  .top.main .find .more a{
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    margin: 68px auto 40px;
  }
  .top.main .find .flex{
    margin: 0;
  }
  .top.main .find .frame{
    width: 91%;
    margin: 0 auto;
    padding: 4.26vw;
    background-color: transparent;
  }
  .top.main .find .flex dl{
    padding: 10px 3.4vw;
  }
  .top.main .find .flex dt{
    font-size: 45px;
    position: relative;
    padding-bottom: 50px;
  }
  .top.main .find .flex dt span{
    font-size: 24px;
    position: absolute;
    bottom: 17px;
    right: 0;
  }
  .top.main .find .frame .p-text{
    font-size: 28px;
    bottom: 17px;
    right: 0;
  }
  .top.main .find .frame li{
    font-size: 24px;
    padding-left:1em;
    text-indent:-1em;
  }
}

@media(max-width: 767px){
  .top.main .find .ttl{
    font-size: 5vw;
  }
  .top.main .find .ttl span{
    font-size: 6.9vw;
  }
  .top.main .find .flex dt{
    font-size: 8vw;
  }
  .top.main .find .flex dt span{
    font-size: 3.2vw;
  }
  .top.main .find .frame .p-text{
    font-size: 3.73vw;
  }
  .top.main .find .frame li{
    font-size: 3.2vw;
  }
}
@media(max-width: 375px){
  .top.main .find .ttl{
    font-size: 18px;
  }
  .top.main .find .ttl span{
    font-size: 26px;
  }
  .top.main .find .flex dt{
    font-size: 22px;
  }
  .top.main .find .flex dt span{
    font-size: 12px;
  }
  .top.main .find .frame .p-text{
    font-size: 14px;
  }
  .top.main .find .frame li{
    font-size: 12px;
  }
}

/*--------------
main gift
-------------*/
.top.main .gift {
  max-width: 1200px;
  height: 334px;
  margin: -175px auto 0;
  background-image: url('../../images/pc-gift_bk.jpg');
  background-color: #eeedf1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.top.main .gift p {
  font-size: 46px;
  text-align: center;
  padding-top: 144px;
  line-height: 1;
  position: relative;
}

.top.main .gift p:after {
  position: absolute;
  content: '';
  width: 43px;
  height: 48px;
  background-image: url('../../images/pc-gift02.png');
  background-repeat: no-repeat;
  background-position: center;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.top.main .gift p span {
  font-size: 13px;
  font-weight: 300;
}


@media(max-width: 1023px){
  .top.main .gift {
    position: static;
    margin-top: 0;
    height: auto;
  }
  .top.main .gift p{
    font-size: 5vw;
    padding: 55px 0 10px;
  }
  .top.main .gift p:after{
    display: none;
  }
  .top.main .gift span{
    font-size: 3.2vw;
  }
}


/*--------------
main management
-------------*/
.top.main .management {
  padding-top: 270px;
  padding-bottom: 285px;
  margin-top: -160px;
  background-image: url('../../images/pc-bg.jpg');
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: -1;
}

.top.main .management .w1200 {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.top.main .management .ttl {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  display: inline-block;
  border-bottom: 1px solid #7f7f7f;
}

.top.main .management .text {
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.66;
  padding-top: 40px;
}

.top.main .management .img {
  padding-top: 110px;
}

@media(max-width: 1200px){
  .top.main .management .w1200{
    padding: 0 3vw;
  }
}
@media(max-width: 1023px){
  .top.main .management{
    background-image: url('../../images/sp-bg.jpg');
    background-position: top -50px left 0;
    margin-top: 0;
    padding-top: 17.3vw;
    padding-bottom: 0;
  }
  .top.main .management .ttl{
    font-size: 40px;
    border-bottom: 0;
    padding-left: 43.7%;
  }
  .top.main .management .text{
    font-size: 25px;
    padding: 14.6vw 3vw 49.3vw;
  }
  .top.main .management .img{
    display: none;
  }
}
@media(max-width: 767px){
  .top.main .management .ttl{
    font-size: 5.5vw;
  }
  .top.main .management .text{
    font-size: 3.3vw;
  }
}
@media(max-width: 375px){
  .top.main .management .ttl{
    font-size: 18px;
  }
  .top.main .management .text{
    font-size: 12px;
  }
}
/*--------------
main science
-------------*/
.top.main .science {
  margin-top: -176px;
  width: 81%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
.top.main .science .more{
  position: absolute;
  right: 80px;
  transform: translateY(-50%);
  top: 50%;
}
.top.main .science .more a {
  color: white;
  font-size: 16px;
  padding: 14px 26px;
  display: block;
  background-color: #ef4394;
  display: inline-block;
  position: relative;
}
.top.main .science .more:after {
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -30px;
  content: '';
  background-color: #7c7c7c;
  transform: translateX(50%) translateY(-50%);
}
@media(max-width: 1023px){
  .top.main .science {
    margin-top: -33vw;
    padding: 0 3vw;
    text-align: center;
    width: auto;
  }
  .top.main .science .more{
    margin-top: -14vw;
  }
  .top.main .science .more a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
  }
  .top.main .science .more{
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .top.main .science .more:after{
    width: 50px;
    max-width: 98px;
    transform: translate(50%);
    left: 53%;
  }
}


/*--------------
main customer
-------------*/
.top.main .customer {
  max-width: 1200px;
  margin: 110px auto 0;
}

.top.main .customer .ttl {
  font-size: 36px;
}

.top.main .customer .ttl span {
  font-size: 50px;
}

.top.main .customer .flex {
  padding-top: 66px;
}

.top.main .customer .flex li {
  width: 23%;
  position: relative;
}

.top.main .customer .flex a {
  text-align: center;
}

.top.main .customer .flex .box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1.65;
  width: 228px;
  display: block;
  background-color: white;
  padding-top: 33px;
  padding-bottom: 33px;
}

.top.main .customer .flex .c-text {
  font-size: 20px;
  color: #ef4394;
  letter-spacing: 0;
}
@media(max-width: 1200px){
  .top.main .customer{
    padding: 0 3vw;
  }
  .top.main .customer .flex .box {
    width: 160px;
  }
}

@media(max-width: 1023px){
  .top.main .customer{
    margin-top: 9.6vw;
    margin-bottom: 78px;
  }
  .top.main .customer .ttl{
    text-align: center;
    font-size: 5vw;
  }
  .top.main .customer .ttl span{
    font-size: 6.9vw;
  }
  .top.main .customer .flex{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top.main .customer .flex li{
    width: 47%;
    text-align: center;
  }
  .top.main .customer .flex li:nth-of-type(3), .customer .flex li:nth-of-type(4){
    margin-top: 9.6vw;
  }
  .top.main .customer .flex .c-text{
    font-size: 22px;
  }
  .top.main .customer .flex .box{
    font-size: 25px;
    padding: 4.2vw 0;
    max-width: 270px;
    width: 84%;
    margin-bottom: 20px;
  }
}
@media(max-width: 767px){
  .top.main .customer .flex .c-text{
    font-size: 2.9vw;
  }
  .top.main .customer .flex .box{
    font-size: 3.3vw;
  }
}
@media(max-width: 375px){
  .top.main .customer .flex .c-text{
    font-size: 12px;
  }
  .top.main .customer .flex .box{
    font-size: 14px;
  }
}
/*--------------------
  404
  ------------------*/
.error404 .ttl{
  margin-top: 80px;
  margin: 80px 0 32px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.error404 .ttl span{
  font-size: 18px;
  font-weight: bold;
  padding-right: 1em;
}
.error404 .container p{
  text-align: center;
  font-size: 18px;
}
.error404 .container p a{
  text-decoration: underline;
  font-weight: bold;
}
@media(max-width: 1023px){
  .error404 .w1200{
    padding-bottom: 80px;
  }
}
@media(max-width: 375px){
  .error404 .container p{
    font-size: 14px;
  }

}
/*--------------------
  個別記事
  ------------------*/
.single-wrap {
  margin: 20px auto 40px;
}
.single .post-categories{
  font-size: 18px;
  color: #818181;
  border-bottom: solid 1px #818181;
  margin-bottom: 60px;
}
.single .post-categories li{
  margin-bottom: 0;
}
.single .thumbnail{
  text-align: center;
  margin-bottom: 50px;
}
.single h2{
  font-size: 20px;
  padding-bottom: 18px;
  font-weight: 700;
}
.single time{
  font-size: 14px;
  color: #818181;
  display: block;
  padding-top: 8px;
}

.single .sns_container.flex{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single .sns_container li{
  width: auto;
  border-radius: 4px;
}
.single .sns_container a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 4px;
  font-weight: bold;
}
.single .sns_container i{
  color: white;
}
.single .facebook{
  background-color: #1d8ffa;
}
.single .twitter{
  background-color: #20b1f1;
}

.single-wrap p {
    margin: 0 0 18px 0;
    font-size: 16px;
}
@media(max-width: 1023px){
  .single-wrap{
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .single-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .single-wrap p {
    font-size: 3.2vw;
  }
  .single-wrap {
    margin: 10px auto 20px;
  }
}
/*----------------
hover
-----------------*/

a{
/*  transition: all 0.6s ease 0s;*/
}
a:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
.top.main .info .more a,.top.main .find .more a,.top.main .science .more a{
  transition: all 0.6s ease 0s;
}
.top.main .info .more a:hover ,.top.main .find .more a:hover,.top.main .science .more a:hover{
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
@media all and (-ms-high-contrast: none) {
  a:hover{
    cursor: pointer;
    transform: none;
  }
}

/*----------------------
fixed nav
----------------------*/
.fixed-nav.fixed{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 53px;
  z-index: 50;
}

.fixed-nav.fixed a{
  color: white;
}
.fixed-nav{
  display: none;
  position: relative;
}
.fixed-nav .logo{
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.fixed-nav.fixed{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 80px;
  background-color: black;
}
.fixed-nav.fixed a{
  font-size: 12px;
  padding-right: 18px;
  display: inline-block;
  height: 100%;
  color: white;
}
.fixed-nav.fixed > ul{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.fixed-nav.fixed > ul a{
  color: white;
}
@media(max-width:1199px){
  .fixed-nav.fixed > ul{
    display: none;
  }
}
@media(max-width: 1023px){
  .fixed-nav.fixed{
    display: none;
  }
}
.main.open{
  position: fixed;
  top: 0;
  left: 0;
}
/*search.php*/
.search .m-ttl{
  text-align: center;
  font-weight: bold;
}

.search .text{
  text-align: center;
}
.search .w1200 a:hover{
  color: #ef4394;
  font-weight: bold;
}
@media(max-width: 1200px){
  .search .w1200{
    width: 95%;
    margin: 0 auto;
  }
}

img{
  max-width: 100%;
  height: auto;
}

.shoplist .tel{
  pointer-events: none;
}
@media(max-width: 1023px){
  .shoplist .tel{
    pointer-events: all;
  }
}
.wp_social_bookmarking_light{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/****** ENTRY STYLE ********/
.single-wrap strong{
  font-size: 13px;
}
.entry-content h1 span
{
font-size: 10px;
color: #818181 !important;
}
.entry-content p 
{
color: #545353;
margin-top: 10px;
margin-bottom: 45px;
}
.Contents_block 
{
text-align: left;
background: #fff;
}
.post-category 
{
position: relative;
font-size: 12px;
border-bottom: solid 1px #818181;
height: 18px;
padding: 20px 0 8px 50px;
}
.index_prev_btn 
{
position: absolute;
top: 0;
right: 0;
}
.post-category a 
{
color: #818181;
text-decoration: none;
}
.entry-content 
{
margin: 0px 50px 0 50px;
}

.entry-content img 
{
max-width: 900px;
margin: 50px 0 0px 0;
height: auto;
}
.entry-content ul 
{
margin: 15px 0 15px 25px;
}
.entry-content ol 
{
margin: 15px 0 15px 25px;
}
.entry-content ul li 
{
list-style: disc;
color: #545353;
}
.entry-content ol li 
{
list-style: decimal;
color: #545353;
}

.prevnext {
border-top: solid 1px #818181;
text-align: center;
padding: 10px 0 25px 0;
}

.prevnext a{
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
opacity: 1;
}
.prevnext a:hover {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0.5;
}

.entry-content h1 
{
color: #000;
font-size: 16px;
padding: 0px 0 15px 0;
}

.entry-content h2
{
color: #000;
font-size: 14px;
padding: 0px 0 15px 0;
}
.entry-content h3 
{
color: #000;
font-size: 13px;
padding: 0px 0 15px 0;
}
.entry-content h4 
{
color: #000;
font-size: 12px;
padding: 0px 0 15px 0;
}
.entry-content h5 
{
color: #000;
font-size: 11px;
padding: 0px 0 15px 0;
}
.entry-content h6 
{
color: #000;
font-size: 10px;
padding: 0px 0 15px 0;
}

.entry-content h1 span
{
font-size: 10px;
color: #818181 !important;
}

.entry_thum 
{
text-align:center;
margin: 0 0 35px 0;
}

.entry-content p 
{
color: #545353;
margin-top: 10px;
margin-bottom: 45px;
}

.entry_footer 
{
text-align:right;
border-top: solid 1px #5a5a5a;
margin: 25px 0 0 0;
padding: 5px 0 0px 0;
}

/* Alignment */

.alignleft {
	float: left;
margin-bottom: 25px !important;
}

.alignright {
float: right;
margin-bottom: 35px !important;
}

.aligncenter {
display: block;
margin: 0 auto 35px auto !important;
text-align:center;
}

blockquote{
background-color:#eee;
padding: 15px 15px;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#ccc;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#ccc;
position:absolute;
right:0;
bottom:0;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.wp_social_bookmarking_light 
{
clear:both;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.single-wrap img{
  max-width: 100%;
  height: auto;
}