@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */
html.js {
  margin-top: 0 !important;
}

body,
html {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  text-align: justify;
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

a {
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.hover-cancel:hover,
.h-c:hover {
  opacity: 1;
}

a.l-t-r {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a.l-t-r::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

a.l-t-r:hover::after {
  transform: scale(1, 1);
}

p {
  font-size: 16px;
  line-height: 2;
}

.toggle-menu {
  display: none;
}


.header {
  padding: 9px 30px;
  background: #213D89;
}

.header .inner .site-name-block .logo-city {
  vertical-align: middle;
}

.header .inner .site-name-block .site-name {
  margin:  10px 12px 0 10px;
  display: inline-block;
  vertical-align: top;
}

.header .inner .site-name-block .site-name img {
  height: 20px;
}

.header .inner .r-block ul li {
  margin-top: 12px;
  margin-right: 30px;
}

.header .inner .r-block ul li:last-of-type {
  margin-right: 0px;
}

.header .inner .r-block ul li a {
  color: #fff;
  font-size: 14px;
}

.floating {
  z-index: 11;
  transition: 1s;
}

.floating.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

.floating.fixed + * {
  margin-top: 111px;
}

.sub-nav .inner {
  text-align: center;
  max-width: 1200px;
  padding: 10px 10px;
  margin-left: auto;
  margin-right: auto;
}

.sub-nav .inner li {
  width: 7.69%; /* 6.6% */
}

.sub-nav .inner .logo-80th {
  width: 9%;
  margin-top: auto;
  margin-right: 12px;
  margin-bottom: auto;
}

.sub-nav .inner li a span {
  font-size: 11px;
  line-height: 1.3;
  margin-top: 3px;
  display: block;
}

.floating.fixed .inner {
  padding: 5px 5px;
}

.floating.fixed .inner .logo-80th {
  width: 6.6%;
  margin-left: 20px;
}

.floating.fixed .inner .logo-80th img {
  width: auto;
}

.floating.fixed .inner li img {
  width: 42px;
}

.floating.fixed .inner li a span {
  font-size: 10px;
}


.mv-page {
  height: 415px;
  background: url("../images/mv/pc_product_mv.jpg") no-repeat center;
  background-size: cover;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-outer {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-2 {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-2-outer {
  max-width: 1124px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-3 {
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-3-outer {
  max-width: 975px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.bg-texture {
  background: url("../images/bg_pattern.jpg") repeat;
  /* background-size: 100px; */
}

.item-slider {
  position: relative;
}

.item-slider .swiper-2 {
  padding-bottom: 42px;
  overflow: hidden;
}

.item-slider .swiper-2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 10px;
}

.item-slider .swiper-2 .swiper-wrapper .swiper-slide a p {
  font-size: 14px;
  line-height: 1.7;
}

.title-wrap {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

html .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: -80px;
  top: 110px;
  background: #213D89;
}

html .swiper-button-prev:hover {
  opacity: 0.5;
  transition: .3s;
}

html .swiper-button-prev:after {
  content: "";
}

html .swiper-button-next {
  width: 50px;
  height: 50px;
  right: -80px;
  top: 110px;
  background: #213D89;
  position: absolute !important;
}

html .swiper-button-next:hover {
  opacity: 0.5;
  transition: .3s;
}


html .swiper-button-next:after {
  content: "";
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-l::before {
  right: 40%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.arrow-r::before {
  left: 40%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

html .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 8px !important;
  opacity: 1;
  background: #E5E5E5;
}

html .swiper-pagination-bullet:hover {
  opacity: 0.5;
  transition: .3s;
}

html .swiper-pagination-bullet-active {
  background: #213D89;
}

.sec-bn .block {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.point-kv img {
  width: 100%;
}

.bg-beige {
  background: #F8F6F2;
}

.point-con {
  padding-top: 30px;
  padding-bottom: 70px;
}

.point-con .text-block {
  max-width: 50%;
  align-items: center;
}

.point-con .img-block {
  max-width: calc(50% - 41px);
}

.item-list .item-block {
  width: 23.75%;
  margin-right: 1.6%;
  margin-bottom: 55px;
}

.item-list .item-block a {
  display: block;
}

.item-list .item-block:nth-child(4n+4) {
  margin-right: 0px;
}

.item-list .item-block .img-thumb {
  margin-bottom: 8px;
}

.item-list .item-block p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.item-list .item-block .price {
  color: #BC0A0A;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  display: block;
}

.item-list .item-block .price span {
  font-size: 80%;
}

.bt-wrap {
  text-align: center;
}

.bt-wrap .bt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 285px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background: #213D89;
  display: inline-block;
}

.bt-wrap .bt-2 {
  background: #249BAC;
}

.bt-wrap .arrow-r::before {
  left: auto;
  right: 30px;
}

.bg-blue {
  background: #F4FCFD;
}

.bg-green {
  background: #F4FDF9;
}

.sec-about {
  background: url("../images/bg_sea.png") no-repeat right bottom;
  background-size: cover;
}

.sec-about .text-block {
  width: 52%;
}

.sec-about .map-block {
  width: 44%;
}

.sec-about .map-block img {
  margin-top: -210px;
}

.sec-ranking .item-list .item-block {
  width: 31.8%;
  margin-right: 0px;
}

.sec-ranking .item-list .item-block .img-ranking img {
  height: 36px;
  margin-bottom: 10px;
}


.sec-ranking .item-list .item-block:nth-child(1) {
  width: 45%;
}

.sec-ranking .item-list .item-block:nth-child(2) {
  width: 45%;
}

.sec-ranking .item-list .item-block:nth-child(4n+4) {
  margin-right: 0px;
}

.sec-price .bt {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.sec-howto .block {
  width: 22.1%;
  margin-bottom: 40px;
}

.sec-howto .block {
  margin-right: 3.75%;
}

.sec-howto .block:nth-child(4) {
  margin-right: 0;
}

.sec-howto .block:nth-child(7) {
  margin-right: 0;
}

.sec-howto .block p {
  font-size: 14px;
  margin-top: 15px;
}

.sec-footer {
  background: url("../images/img_footer.png") no-repeat left top;
  background-size: cover;
}

.sec-footer .inner {
  max-width: 946px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sec-footer .inner .block {
  width: 46%;
}

.sec-footer .inner .block > * {
  color: #fff;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.73);
}

.sec-footer .inner .block .sub-title {
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.sec-footer .inner .block p {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.sec-footer .inner .block p a {
  color: #fff;
  text-decoration: underline;
}

.footer {
  padding: 40px 0 40px;
  background: #213D89;
}

.footer .inner {
  max-width: 946px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer .inner ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}


/* left-navi */
.left-navi {
  width: 180px;
}

.left-navi .bt-wrap .bt {
  text-align: left;
  width: 100%;
  padding: 28px 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.left-navi .bt-wrap .arrow-r::before {
  left: auto;
  right: 20px;
}

.left-navi .nav-cat li {
  border-bottom: 1px solid #E5E5E5;
}

.left-navi .nav-cat li a {
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.left-navi .nav-cat li a img {
  margin-right: 13px;
}

.left-navi .bt-price-wrap .bt {
  line-height: 1.7;
  height: 70px;
  padding: 0px 45px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1720px) {

  .mv-page {
    height: 520px;
  }

}

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

  .sub-nav .inner li {
    width: 6.9%;
  }

  .sub-nav .inner li a span {
    font-size: 0.75vw;
  }

  .item-slider {
    max-width: 86%;
  }

  html .swiper-button-next {
    right: -8.5%;
  }

  html .swiper-button-prev {
    left: -8.5%;
  }
}

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

  .sub-nav .inner li {
    width: 5.8%;
    margin: 0 0.5%;
  }

}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

  /* toggle menu
  ----------------------------------------------- */
  .menu-button {
    width: 64px;
    height: 60px;
    z-index: 13;
    position: fixed;
    top: 0px;
    right: 0;
    padding: 12px 0;
    display: block;
  }

  .menu-button .inner {
    position: relative;
  }

  .menu-button .bt-img {
    width: 30px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/sp_menu-button.png") no-repeat top center;
    background-size: contain;
  }

  .menu-button:hover {
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    background: #fff;
    width: 48%;
    height: 1px;
    position: absolute;
    left: 26%;
    /* left: 15%; */
    transition: all .4s;
  }

  .menu-button.active span {
    background: #213D89;
  }

  .menu-button.active .bt-img {
    width: 34px;
    background: url("../images/sp_menu-button-close.png") no-repeat top center;
    background-size: contain;
  }

  .menu-button span::before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    /* background: #ddd; */
  }

  .menu-button span:first-child {
    top: 0px;
  }

  .menu-button span:nth-child(2) {
    top: 8px;
  }

  .menu-button span:last-child {
    top: 16px;
  }

  .menu-button.active span:first-child {
    top: -2px;
    transform: translatey(10px) rotate(45deg);
  }

  .menu-button.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-button.active span:last-child {
    top: 18px;
    transform: translatey(-10px) rotate(-45deg);
  }


  .toggle-menu {
    display: none;
    position: fixed;
    left: 0;
    height: 100%;
    /* height: 100vh; */
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    top: 0;
    z-index: 12;
    background: rgba(255,255,255,0.87);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow-y: scroll;
  }

  .toggle-menu .nav-ul {
    margin-top: 60px;
  }

  .toggle-menu .nav-ul li {
    width: 45%;
  }

  .toggle-menu .nav-ul li a {
    color: #213D89;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
    padding: 8px 0 8px 0;
    display: block;
  }

  .toggle-menu .nav-ul li a.arrow-r::before {
    left: auto;
    right: 0;
    width: 10px;
    height: 12px;
    border-top: 1px solid #213D89;
    border-right: 1px solid #213D89;
  }

  .toggle-menu .nav-cat li {
    width: 46%;
    border-bottom: 1px solid #E5E5E5;
  }

  .toggle-menu .nav-cat li a {
    color: #213D89;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .toggle-menu .nav-cat li a img {
    margin-right: 7px;
  }



  p {
    font-size: 15px;
  }

  .header {
    padding: 11px 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }

  .header .site-name-block a > img {
    width: 36px;
  }

  .header .inner .site-name-block .logo-city img {
    width: 36px;
  }

  .header .inner .site-name-block .site-name {
    margin: 10px 5px 0 5px;
  }

  .header .inner .site-name-block .site-name img {
    height: 18px;
  }

  .floating.fixed + * {
    margin-top: 0px;
  }

  .mv {
    margin-top: 60px;
  }

  .mv-page {
    margin-top: 60px;
  }

  .sp-nav-cat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp-nav-cat ul li {
    width: 32%;
    margin-bottom: 8px;
  }

  .sp-nav-cat ul li:last-child {
    width: 100%;
  }

  .item-slider {
    max-width: calc(100% - 40px);
  }

  .wrap-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-2-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-bn .block {
    width: 100%;
  }

  .point-con {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .point-con .text-block {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .point-con .img-block {
    max-width: 100%;
  }

  .wrap-outer {
    justify-content: space-between;
  }

  .wrap-3-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list .item-block {
    width: 48%;
    margin-right: 0;
    margin-bottom: 36px;
  }

  .sec-about {
    background: url("../images/sp_bg_sea.png") no-repeat left 45% bottom;
    background-size: cover;
  }

  .sec-about-title img {
    width: 321px;
  }

  .sec-about .text-block {
    width: 28%;
  }

  .sec-about .map-block {
    width: 72%;
    margin-right: -20px;
  }

  .sec-about .map-block img {
    margin-top: -130px;
  }

  .item-list .item-block p {
    font-size: 14px;
  }

  .sec-ranking .item-list .item-block {
    width: 48%;
  }

  .sec-ranking .item-list .item-block:nth-child(1) {
    width: 100%;
  }

  .sec-ranking .item-list .item-block:nth-child(2),
  .sec-ranking .item-list .item-block:nth-child(3) {
    width: 48%;
  }

  .sec-ranking .item-list .item-block .img-ranking img {
    margin-bottom: 5px;
  }

  .sec-ranking .item-list .item-block:nth-child(2) .img-ranking img,
  .sec-ranking .item-list .item-block:nth-child(3) .img-ranking img,
  .sec-ranking .item-list .item-block:nth-child(4) .img-ranking img,
  .sec-ranking .item-list .item-block:nth-child(5) .img-ranking img {
    height: 22px;
  }

  .sec-price .bt-wrap .bt {
    width: 48%;
  }

  .sec-price .bt {
    text-align: left;
    font-size: 12px;
    padding: 20px 12px;
  }

  .sec-price  .bt-wrap .arrow-r::before {
    right: 12px;
  }

  .sec-howto .block {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
  }

  .sec-howto .block:nth-child(odd) {
    width: 48%;
    margin-left: 0;
    margin-right: 2%;
  }

  .sec-howto .block:nth-child(even) {
    width: 48%;
    margin-left: 2%;
    margin-right: 0;
  }

  .sec-howto .block p {
    margin-top: 10px;
    line-height: 1.7;
  }

  .sec-footer {
    background: url("../images/sp_img_footer.png") no-repeat center bottom;
    background-size: cover;
  }

  .sec-footer-title img {
    width: 200px;
  }

  .sec-footer .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-footer .inner .block {
    width: 100%;
  }

  .footer {
    padding: 36px 0 20px;
  }

  .footer .inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .inner ul li a {
    font-size: 12px;
  }

  /* 1-1. SP (iPhone SE old)
  -------------------------------------------------------------------------------- */
  @media only screen and (max-width: 320px) {



  }

}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {

    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {



    }
  }
}
