@charset "utf-8";
  body {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
  }
  .header_gp {
    position: relative;
    height: 123px;
    width: 100%;
    margin: 0 auto;
  }
  .header_gp h1 {
    width: 220px;
  }
  .sp_toggle {
    display: none;
  }
  .header_gp h1 img {
    width: 220px;
  }
  #baseMenu {
    box-sizing: border-box;
    right: auto;
    padding: 0;
    position: relative;
    top: auto;
    z-index: 100;
  }
  #baseMenu > ul > li.base {
    margin: 0;
    border: none;
    border-right: none;
  }
  #baseMenu > ul > li.cart {
      border: none;
  }
  .base_menu_tag {
    position: absolute;
    top: 55px;
    right: 37px;
    width: 370px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .base_menu_tag .site_name {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color:#9facb3;
  }
  .contents_wrapper {
    width: 100%;
  }
  .nav_wrap {

  }
  .nav_wrap .mainHeaderNavColor {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 13px;
    position: relative;
  }
  .nav_wrap .mainHeaderNavColor:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #000;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
  }
  .nav_wrap .mainHeaderNavColor:hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .nav_wrap li.appsItemCategoryTag_child {
    text-align: left;
    margin: 0 0 0.7em;
  }
  @media screen and (max-width:1380px){
.nav_wrap li.appsItemCategoryTag_child {
    text-align: left;
    margin: 0 0 0.2em;
  }
}

.nav_wrap ul.appsItemCategoryTag_lowerchild {
  display: none;
}
.nav_wrap input[type="text"] {
  border: none;
  box-shadow: none;
  border-radius: unset;
  width: 130px;
  margin: 0;
  padding: 0;
  line-height: unset;
}
.nav_wrap div#side_search {
  border-bottom: 1px solid #000;
  width: 160px;
  margin: 20px 0 45px;
}
@media screen and (max-width:1380px){
  .nav_wrap div#side_search {
      margin: 10px 0 25px;
    }
}

.nav_wrap #side_search form {
  display: flex;
}
.side_nav {
  width: 270px;
  padding: 42px 20px 20px 45px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.side_nav button {
  border: none;
  background: none;
  width: 30px;
  height: 30px;
}
.side_nav button img {
  width: 100%;
}
.nav_wrap input::placeholder {
  color:#9facb3;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  padding: 0 0 0 5px;
  letter-spacing: 1px;
}
.side_nav_links li {
  text-align: left;
  margin: 0 0 1.1em;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
@media screen and (max-width:1380px){
  .side_nav_links li {
    text-align: left;
    margin: 0 0 0.7em;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
  }
}

.side_nav_links li a {
  position: relative;
}
.side_nav_links li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #000;
  transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
  transition: transform .9s cubic-bezier(.19,1,.22,1);
  transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
}
.side_nav_links li a:hover:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main_wrapper {
  padding: 0 0 0 311px;
  margin: 0 0 30px;
}
.footer_style {
  background-color: #000000;
}
.footer_style .footer_inner {
  max-width: 1230px;
  height: 397px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.footer_style .footer_inner .ft_logo {
  width: 26.34%;
  position: absolute;
  right: 0;
  left: 0;
  top:132px;
  margin: auto;
}
.footer_style .footer_inner .ft_logo img {
  width: 100%;
}
.footer_style .footer_inner .ft_sns {
  display: flex;
  position: absolute;
  right: 10px;
  top:227px;
}
@media screen and (max-width:1300px){
.footer_style .footer_inner .ft_sns {
    right: 47px;
  }
}

.footer_style .footer_inner .ft_sns img {
  width: 100%;
}
.footer_style .footer_inner .ft_sns .facebook {
  width: 22px;
  margin: 0 0 0 19px;
}
.footer_style .footer_inner .ft_sns .instagram {
  width: 22px;
}
.footer_style .footer_inner .ft_links {
  position: absolute;
  right: 10px;
  top: 160px;
  text-align: right;
}
@media screen and (max-width:1300px){
  .footer_style .footer_inner .ft_links {
      right: 46px;
  }
}

.footer_style .footer_inner .ft_links li {
  margin: 0 0 0;
}
.footer_style .footer_inner .ft_links a {
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width:750px){
  .footer_style .footer_inner .ft_links a {
      font-size: 10px;
      color: #fff;
    }
}

.footer_style .footer_inner .ft_copy {
  font-size: 10px;
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  left: 5px;
  top: 249px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 0;
  transform-origin: left;
}
@media screen and (max-width:1300px){
  .footer_style .footer_inner .ft_copy {
      left: 41px;
    }
}

#products {
  width: auto;
  margin: 0 auto;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 50px;
}
#info {
  width: auto;
  margin: 0 auto 0;
  padding: 140px 40px 40px 0 !important;
}
.top_slide {
  height: calc(100vh - 123px) !important;
  max-height: 767px;
}
.top_slide .slick-track {
  height: calc(100vh - 123px) !important;
  width: 100% !important;
  max-height: 767px;
}
.top_slide_list img {
  width: 100%;
}
.top_slide_list.slick-slide {
  max-height: 767px;
  height: calc(100vh - 123px);

  left: 0  !important;

  position: absolute  !important;
  top: 0  !important;
  background-position: center;
}
.top_slide_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_slide_list.slick-slide.slick-active {

}
.top_slide ul.slick-dots {
    top: -45px;
    position: relative;
}
.top_slide ul.slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;

  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #fff;
}
.top_slide ul.slick-dots li.slick-active {
    width: 13px;
    height: 13px;
    top: 3px;
    position: relative;
}
@media screen and (max-width:750px){
.top_slide ul.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    top: 3px;
    position: relative;
}
}

.top_slide ul.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    background: initial;
}
.main_wrapper #products h2.ttl {
  margin: 0 auto 50px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}
.main_wrapper #products h2.ttl span {
  color: #222;
  border-color: #222;
  letter-spacing: 0.1em;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.main_wrapper  #products h2.ttl > span::after {
  content:"";
  display: block;
  position: absolute;
  top: -139px;
  left:0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000;
}
@media screen and (max-width:750px){
  .main_wrapper  #products h2.ttl > span::after {
    content:"";
    display: block;
    position: absolute;
    top: -139px;
    left:0;
    width: 68px;
    height: 1px;
    margin: auto;
    background-color: #000;
    display: none;
  }
}

.main_wrapper #products {
  margin: 0 auto;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 120px;
  max-width: 1300px;
  width: 100%;
}
.tempTop .row {
  font-size: 0;
  line-height: 0;
  padding-left: 0px;
  width: 95%;
  margin: 0 auto;
}
#products .price {
  color: #222;
  text-align: right;
  font-size: 17px;
  font-weight: bold;
}
.tempTop h2 {
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
@media screen and (max-width:750px){
  .tempTop h2 {
      font-size: 12px;
    }
}

.tempTop p.more_btn {
  margin: 50px auto 0;
  width: 41%;
}
.tempTop p.more_btn span {
  display: inline-block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  padding: 0 22px 0;
  width: 100%;
  line-height: 65px;
  font-size: 18px;
}
.label_image {
  position: absolute !important;
  top: auto;
  left: 10px;
  height: 142px;
  width: 142px;
  z-index: 1000 !important;
  background: transparent !important;
  bottom: -61px;
}
.item-detail {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#info h2.ttl > span::after {
display: none;
}
#info h2.ttl {
  margin: 0 auto -95px;
  font-size: 18px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#info {
  width: auto;
  margin: 0 auto 0;
  padding: 55px 40px 160px 0;
}
#info h2.ttl span {
  color: #222;
  border-color: #222;
  letter-spacing: 0.1em;
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.main_wrapper #newsblock {
  width: 65%;
  margin: 0 0 0 27%;
  font-size: 14px;
}
#info h2.ttl span {
position: relative;
}
#info h2.ttl span:before {
  content:"";
display: block;
position: absolute;
top: -26px;
left:0;
width: 68px;
height: 1px;
margin: auto;
background-color: #000;
display: none;
}
#info p {
    color: #222;
    font-size: 15px;
}
.side_search_sp {
  display: none;
}
#Faq_content h2 {
    padding: 15px 0 25px;
    margin: 20px 0 0 0;
}
.contents_wrapper .main_wrapper  .title_st {
  padding: 0 ;
    margin: 0 ;
    line-height: 1.4 ;
}
.contents_wrapper .main_wrapper  .main #about h2.title_st {
  padding: 0 ;
    margin: 0 ;
    line-height: 1.4 ;
}
.title_st span {
    color: #000;
    letter-spacing: 0.1em;
    font-size: 45px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
}
.title_st span:before {
  content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    width: 68px;
    height: 1px;
    margin: auto;
    background-color: #000;
}
div#Faq_content dl {
    width: 90%;
    padding: 0 5%;
    margin: 3em 0 0;
}
#Faq_content dl dt {
    padding: 0 0 10px 6em;
    border-bottom: none;
    text-indent: 0;
    margin-left: 0;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    position: relative;
    margin: 0 0 1em;
}
#Faq_content dl dt span {
background: #ffffff;
    color: #000;
    padding: 0;
    margin-right: 0;
    border: 1px solid;
    width: 40px;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: -8px;
    left: 2em;
    display: flex;
    margin: 0;
    height: 40px;
    justify-content: center;
    align-items: center;
}
#Faq_content dl dd span {
    background: #000;
    color: #fff;
    padding: 0;
    margin-right: 0;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 2em;
}
#Faq_content dl dd {
    padding: 0 0 3.5em 8.4em;
    text-indent: 0px;
    margin-left: 0px;
    position: relative;
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
    margin: 0 0 4.5em;
    color: #000;
}

.header_gp #baseMenu > ul > li a {
  padding: 4px 10px;
  opacity: 0.6;
}
#baseMenu > ul > li a:hover {
  padding: 4px 10px;
  opacity: 0.4;
}

div#side_search {

}

@media screen and (max-width:1000px){
  .main_wrapper #products ul.product_list li {
      width: 45%;
      padding-right: 5%;
      padding-bottom: 50px;
      padding-left: 0;
  }
  .main_wrapper #products ul.product_list li:nth-child(3n) {
      padding-right: 5%;
  }
  .main_wrapper #products ul.product_list li:nth-child(2n) {
      padding-right: 0;
  }
  .main_wrapper #newsblock div.blog_inner:nth-child(-n+3) {
      display: flex;
      flex-direction: column-reverse;
  }
  .main_wrapper #newsblock div.blog_title {
      width: auto;
      clear: both;
      float: none;
      text-align: left;
      font-size: 14px;
      margin: 0 0 1.5em;
  }
  .main_wrapper #newsblock div.blog_publish {
      width: auto;
      float: none;
      text-align: left;
  }
}
@media screen and (max-width:750px){
  .contents_wrapper {
    display: block;
  }
  .nav_wrap {

  }
  .main_wrapper {
      width: 100%;
      padding: 0;
      margin: 0;
  }
  .base_menu_tag {
      position: initial;
      top: auto;
      right: auto;
      width: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .base_menu_tag .site_name {
      font-size: 10px;
      font-family: 'Raleway', sans-serif;
      color: #9facb3;
      background: #000;
      color: #fff;
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .header_gp h1 img {
    width: 100%;
  }
  .header_gp h1 {
      width: 50%;
      position: relative;
      top: 44px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .header_gp #baseMenu {
      box-sizing: border-box;
      right: auto;
      padding: 0;
      position: absolute;
      top: 113px;
      z-index: 100;
 
      left: auto;
      right: 65px;
  }
  .header_gp #baseMenu > ul > li a {
    padding: 0 8px;
  }
  #baseMenu > ul > li a:hover {
    padding: 0 8px;
  }
  div#side_search {
      position: absolute;
      top: 85px;
  }
}
@media screen and (max-width:750px){
  .sp_toggle {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;

    top: 107px;
    right: 25px;
  }
  .sp_toggle.sp span {
    width: 80%;
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 7px;
  }
  .sp_toggle.sp span:nth-child(1) {
    transition: 0.3s;
  }
  .sp_toggle.sp span:nth-child(2) {
    top: 15px;
  }
  .sp_toggle.sp span:nth-child(3) {
    transition: 0.3s;
    top: 23px;
  }

  .sp_nav_open .sp_toggle.sp span:nth-child(2) {
    display: none;
  }

  .sp_nav_open .sp_toggle.sp span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px;
  }

  .sp_nav_open .sp_toggle.sp span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
  }
  .side_categories {
      margin: 0 0 28px;
      border-bottom: 1px solid #ccc;
      padding: 0 0 12px;
  }
  .nav_wrap li.appsItemCategoryTag_child {
      text-align: left;
      margin: 0 0 24px;
      line-height: 1;
      padding: 0;
  }
  .nav_wrap .mainHeaderNavColor {
      color: #000;
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      line-height: 1;
      padding: 0;
      margin: 0;
  }
  .side_nav_links li {
      text-align: left;
      margin: 0 0 24px;
      font-size: 16px;
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
      line-height: 1;
  }
  .header_gp {
      position: relative;
      max-width: 1400px;
      height: 152px;
      width: 100%;
      margin: 0 auto;
      z-index: 5000;
      background-color: #Fff;
  }
  .side_search_sp {
    display: block;
  }
  .side_search_sp_close {
    display: none;
  }
  #side_search {
    display: none;
  }
  .side_search_sp {
    border-bottom: 1px solid #000;
    width: 160px;
    margin: 20px 0 45px;
    position: absolute;
    top: 85px;
    left:25px;
  }
  .side_search_sp form {
    display: flex;
  }
  .side_search_sp button {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
  }
  .side_search_sp button img {
    width: 16px;
    height: 16px;
  }
  .side_search_sp input::placeholder {
    color:#9facb3;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    padding: 0 0 0 5px;
    letter-spacing: 1px;
  }
  .side_search_sp input[type="text"] {
    border: none;
    box-shadow: none;
    /* border-bottom: 1px solid #000; */
    border-radius: unset;
    width: 130px;
    margin: 0;
    padding: 0;
    line-height: unset;
  }

  .top_slide {
    height: 370px !important;
  }
  .top_slide .slick-track {
    height: 370px;
    width: 100% !important;
  }
  .top_slide_list img {
    width: 100%;
  }
  .top_slide_list.slick-slide {
    height: 370px;
  }
  .top_slide .slick-track {
    height: 370px !important;
    width: 100% !important;
    max-height: 767px;
  }
  .main_wrapper #products {
      width: auto;
      margin: 0 auto 0;
      text-align: left;
      padding-top: 35px;
      padding-bottom: 6em;
  }
  .main_wrapper #products h2.ttl span {
      color: #222;
      border-color: #222;
      letter-spacing: 0.1em;
      font-size: 28px;
      font-weight: bold;
      padding: 0 0 0 25px;
      letter-spacing: 3px;
      position: relative;
  }
  .main_wrapper #products h2.ttl span:before {
        content:"";
  display: block;
  position: absolute;
  top: -11px;
  left:25px;
  width: 43px;
  height: 1px;
  margin: auto;
  background-color: #000;
  }
  .main_wrapper #products h2.ttl {
      margin: 0 auto 25px;
      font-size: 18px;
      width: 100%;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      text-align: left;
  }
  .tempTop p.more_btn {
      margin: 0 auto;
    width: 65%;
    border: 1px solid;
    background: #000;
    padding: 0.5em 0 0.7em;
  }
  .tempTop p.more_btn span {
display: inline;
    margin: 0;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    padding: 0;
    width: 100%;
    line-height: 1;
    font-size: 14px;
  }
  #info {
      width: auto;
      margin: 0 auto 0;
      padding: 40px 0 40px 0 !important;
  }
  #info h2.ttl span {
      color: #222;
      border-color: #222;
      letter-spacing: 0.1em;
      font-size: 28px;
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
  }
  #info h2.ttl span:before {
      content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
    display: none;
  }
  #info h2.ttl {
      margin: 0 auto 0;
      font-size: 18px;
      width: 100%;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      padding: 0 0 0 25px;
      box-sizing: border-box;
  }
  .main_wrapper #newsblock {
      width: 100%;
      margin: 0 auto;
      font-size: 14px;
      padding: 0 25px;
      box-sizing: border-box;
  }
  #info p.publish_date {
      font-size: 12px;
      margin: 10px 0 0;
  }
  .main_wrapper #newsblock div.blog_title {
      width: auto;
      clear: both;
      float: none;
      text-align: left;
      font-size: 14px;
      margin: 0 0 0.5em;
  }
  .main_wrapper ul.product_list.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 91%;
    margin: 0 auto 20px;
  }
  .main_wrapper #products ul.product_list li {
    width: 49% !important;
    float: none;
    margin: 0 0 20px !important;
    padding: 0 !important;
    display: block;
  }

  .footer_style .footer_inner {
      max-width: 1230px;
      height: auto;
      margin: 0 auto;
      width: 100%;
      position: relative;
      padding: 70px 0 60px;
  }
  .footer_style .footer_inner .ft_logo {
    width: 50%;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 0 auto 60px;
  }
  .footer_style .footer_inner .ft_sns {
      display: flex;
      position: relative;
      right: auto;
      top: auto;
      justify-content: center;
      margin: 0 auto 20px;
  }
  .footer_style .footer_inner .ft_links {
      position: relative;
    right: auto;
    top: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 6px;
  }
  .footer_style .footer_inner .ft_links li {
    margin: 0 10px;
  }
  .footer_style .footer_inner .ft_copy {
      font-size: 10px;
      color: #fff;
      transform: initial;
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      margin: auto;
      left: auto;
  }
  .footer_style .footer_inner .ft_sns .instagram {
    width: 25px;
    margin: 0 10px;
  }
  .footer_style .footer_inner .ft_sns .facebook {
    width: 25px;
    margin: 0 10px;
  }
  .contents_wrapper .main_wrapper  .title_st  {
    width: 90%;
    margin: 0 auto;
  }
  .contents_wrapper .main_wrapper  .title_st  span {
    font-size: 28px !important;
  }
  .contents_wrapper .main_wrapper .title_st  span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
  }
  .contents_wrapper .main_wrapper .main #about h2.title_st  {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
  }
  .contents_wrapper .main_wrapper .main #about h2.title_st  span {
    font-size: 28px !important;
  }
  .contents_wrapper .main_wrapper .main #about h2.title_st  span:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 2px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
  }

  div#Faq_content dl {
      width: 90%;
      padding: 0;
      margin: 1em 0 0;
  }
  #Faq_content {
    text-align: left;
    font-size: 13px;
    width: 100%;
  }
  div#Faq_content dl {
    width: 100%;
    padding: 0 0;
    margin: 0;
  }
  #Faq_content dl dt span {
      background: #ffffff;
      color: #000;
      padding: 0;
      margin-right: 0;
      border: 1px solid;
      width: 24px;
      display: inline;
      font-family: 'Raleway', sans-serif;
      font-size: 15px;
      font-weight: normal;
      position: absolute;
      top: -1px;
      left: 0;
      display: flex;
      margin: 0;
      height: 24px;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
  }
  #Faq_content dl dd span {
      ackground: #000;
      color: #fff;
      padding: 0;
      margin-right: 0;
      border: 1px solid;
      width: 26px;
      height: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      top: 0;
      left: -1px;
      box-sizing: border-box;
  }
  #Faq_content dl dt {
      padding: 0 0 0 2.5em;
      border-bottom: none;
      text-indent: 0;
      margin-left: 0;
      font-weight: bold;
      color: #000;
      font-size: 14px;
      position: relative;
      margin: 0 0 0.8em;
  }
  #Faq_content dl dd {
      padding: 0 0 1.8em 3.0em;
      text-indent: 0px;
      margin-left: 0px;
      position: relative;
      line-height: 1.8;
      border-bottom: 1px solid #ccc;
      margin: 0 0 2em;
      font-size: 12px;
  }
}

.main {
    width: auto;
    height: auto;
    margin: 0 auto 0;
}
.main #about {
    width: auto;
    margin: 0;
    padding: 70px 0 40px 0;
    text-align: left;
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    color:#000;
}
@media screen and (max-width:750px){
  .main #about {
      width: auto;
      margin: 0;
      padding: 4em 0 1px;
      text-align: left;
  }
}

.about_blk01 {
  display: flex;
  margin: 8em 0 5em;
}
@media screen and (max-width:750px){
  .about_blk01 {
    display: block;
    margin: 4em 0 4em;
  }
  .about_blk01_mg {
    margin: 4em 0 6em;
  }
}

.about_blk01 .about_blk01_img {
  width: 50%;
  padding: 0 0 0 2.5em;
}
@media screen and (max-width:750px){
  .about_blk01 .about_blk01_img {
      width: 100%;
      padding: 0 0 0 0;
      margin: 0 auto 3em;
      text-align: center;
  }
}

.about_blk01 .about_blk01_img img {
  width: 78%;
}
@media screen and (max-width:750px){
  .about_blk01 .about_blk01_img img {
    width: 70%;
  }
}

.about_blk01 .about_blk01_txt {
  width: 50%;
  padding: 0 4em 0 0;
}
@media screen and (max-width:750px){
  .about_blk01 .about_blk01_txt {
    width: 100%;
    padding: 0 25px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}


.about_blk01 .about_blk01_txt p {
  font-size: 14px;
  line-height: 2.3;
  margin: 0 0 1.6em;
}
@media screen and (max-width:1000px){
  .about_blk01 .about_blk01_txt p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 1.2em;
  }
}

.about_blk02 {
  display: flex;
  margin: 0 0 9em;
  align-items: center;
  background-color: #e2e6e8;
}
@media screen and (max-width:750px){
  .about_blk02 {
    display: block;
    margin: 0 0 4em;
    align-items: center;
    background-color: #e2e6e8;
  }
}

.about_blk02 .about_blk02_img {
  width: 42%;
  background-size: cover;
}
@media screen and (max-width:750px){
  .about_blk02 .about_blk02_img {
    width: 100%;
  }
}

.about_blk02 .about_blk02_img img {
  vertical-align: bottom;
  width: 100% ;
}
@media screen and (max-width:750px){
  .about_blk02 .about_blk02_img img {
    vertical-align: bottom;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

.about_blk02 .about_blk02_txt {
  width: 58%;
  padding: 2em 3em;
  box-sizing: border-box;
}
@media screen and (max-width:1300px){
  .about_blk02 .about_blk02_txt {
    padding: 2em 3em;
    width: 50%;
  }
  .about_blk02 .about_blk02_img {
    width: 50%;
    background-size: cover;
  }
}
@media screen and (max-width:750px){
  .about_blk02 .about_blk02_txt {
    padding: 3.5em 0 2.5em;
    width: 100%;
  }
  .about_blk02 .about_blk02_img {
    width: 100%;
    background-size: cover;
  }
}

.main #about .about_blk02 .about_blk02_txt h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1em;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.7;
}
@media screen and (max-width:1300px){
  .main #about .about_blk02 .about_blk02_txt h2 {
    margin: 0 0 0.5em;
    font-size: calc(16vw / 1200 * 100);
    min-height: 0vw;
  }
}
@media screen and (max-width:750px){
  .main #about .about_blk02 .about_blk02_txt h2 {
    font-size: 15px;
    margin: 0 auto 1.5em;
    width: 80%;
    line-height: 1.5;
  }
}

.about_blk02 .about_blk02_txt p {
  font-size: 14px;
  line-height: 2.3;
  margin: 0;
}
@media screen and (max-width:1300px){
  .about_blk02 .about_blk02_txt p {
    font-size: calc(12vw / 1200 * 100);
    min-height: 0vw;
    line-height: 1.8;
    margin: 0;
  }
}
@media screen and (max-width:750px){
  .about_blk02 .about_blk02_txt p {
    font-size: 12px;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto 1.2em;
  }
}

.main #about .about_blk01 .about_blk01_img h2 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  position: relative;
  letter-spacing: 4px;
  color:#000;
  font-weight: bold;
  margin: 0 0 0 5.9em;
}
@media screen and (max-width:1200px){
.main #about .about_blk01 .about_blk01_img h2 {
  font-size: 24px;
  margin: 0 0 0 3.0em;
}
}
@media screen and (max-width:750px){
.main #about .about_blk01 .about_blk01_img h2 {
  font-size: 22px;
    margin: 0 0 0 54px;
    box-sizing: border-box;
    padding: 0;
}
}

.main #about .about_blk01 .about_blk01_img h2:before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:-43px;
  width: 26px;
  height: 3px;
  margin: auto;
  background-color: #000;
}
@media screen and (max-width:750px){
  .main #about .about_blk01 .about_blk01_img h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29px;
    width: 18px;
    height: 2px;
    margin: auto;
    background-color: #000;
  }
}

.about_blk01 .about_blk01_txt p.note {
  font-size: 12px;
}
@media screen and (max-width:750px){
.about_blk01 .about_blk01_txt p.note {
  font-size: 10px;
}
}

.blog_title_wrap {
  padding: 70px 0 0 0;
}
.logo_pc {
    display: block;
    width: 220px;
    margin: 0 0 60px;
}
.logo_pc img{
  width: 100%;
}
.logo_sp {
  display: none;
}
@media screen and (max-width:750px){
  .logo_pc {
    display: none;
  }
  .logo_sp {
    display: block;
  }
}
#infoWrapper {
    background-color: #FFFFFF;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:750px){
  body.sp_nav_fixed {
    padding: 122px 0 0;
  }
  .sp_nav_fixed .base_menu_tag .site_name{
    display: none;
  }
  .sp_nav_fixed .header_gp {
    height: 122px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
  }
  .sp_nav_fixed .header_gp h1 {
      top: 14px;
  }
  .sp_nav_fixed .sp_toggle {
    top: 77px;
  }
  .sp_nav_fixed .header_gp #baseMenu {
    top: 83px;
  }
  .sp_nav_fixed .top_slide {
    margin: 30px 0 0 0;
  }
  .sp_nav_fixed .side_search_sp {
    top: 55px;
  }
  .side_nav {
      width: 100%;
      padding: 160px 55px 0;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      background: #fff;
      height: 100vh;
      z-index: 4000;
      visibility: hidden;
      opacity: 0;
      transition:opacity 0.3s;
  }
  .sp_nav_open .side_nav {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    padding: 180px 55px 120px;

  }

}
.main #about>.blog_inner .blog_contents .read_more {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,transparent 26%);
    bottom: 10px;
    padding-top: 25px;
    position: absolute;
    width: 100%;
    background: #9facb3;
    /* color: #fff; */
    text-align: right;
    display: flex;
    align-items: center;
    padding: 0;
    height: 50px;
    justify-content: flex-end;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    }

.main #about .read_more a {
    color: #fff;
    font-weight: 700;
}
.main #about .read_more a:hover {
    opacity: 0.8;
    transition: 0.15s;
}

.main #about.blogListMain h2 {
    line-height: 1.5em;
    margin-bottom: 0;
    text-transform: none;
    word-wrap: break-word;
    font-weight: bold;
    color: #000;
    font-size: 25px;
}

.main #about.blogListMain h2 a{
    color: #000;
}

.main #about>.blog_inner {
    /* border-bottom: 1px solid #ddd; */
    padding: 100px 0 60px;
    position: relative;
}

.main #about.blogListMain .blog_publish .publish_date {
    font-size: 12px;
    margin: 2px 0 0 0;
}

.main #about.blogListMain .blog_publish {
    margin: 15px 0 50px;
}

#page-top {
  display: none !important;
}

p.publish_date {
    white-space: nowrap;
    width: 89px;
    overflow: hidden;
}
div#about p.publish_date {
    width: auto;
    color: #000;
}

@media screen and (max-width:750px){
  p.publish_date {
      width: 74px;
  }
}

#about .blog_body .text {
    color: #000;
    line-height: 1.8;
    margin: 0 0 3em;
}

#newsblock div.blog_publish {
    width: 20%;
    float: left;
    text-align: left;
}

#newsblock div.blog_title {
    width: 80%;
    clear: both;
    float: right;
    text-align: left;
    font-size: 14px;
    /* margin: 0 0 0 -40px; */
}
#newsblock div.blog_title h2 a{
  position: relative;
}
#newsblock div.blog_title h2 a:after{
  content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -4px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #000;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
}
#newsblock div.blog_title h2 a:hover:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.pc_nav_relative .side_nav {
  position: absolute;
  top:auto;
  bottom: 0;
}
.pc_nav_relative .contents_wrapper {
  position: relative;
}
@media screen and (max-width:750px){
  .pc_nav_relative .side_nav {
    position: fixed;
    top:0;
    bottom: auto;
  }
  .pc_nav_relative .contents_wrapper {
    position:initial;
  }
}

@media screen and (max-width:750px){
  #products .price {
      font-size: 13px;
  }
  #products .label_image {
    width: 113px;
    height: inherit;
    left: 9px;
    bottom: -52px;
  }
  .tempTop .waitingForSale, .tempTop .endOfSale, .tempTop .soldout {
    font-size: 13.0px;
    left: 1.5em;
  }
  .tempTop .endOfSale:before {
      content: "";
      display: block;
      width: 11px;
      height: 1px;
      background: #9facb3;
      position: absolute;
      top: 14px;
      /* bottom: 0; */
      left: -18px;
      margin: auto;
  }
}

@media screen and (max-width:750px){
  .contents_wrapper .main_wrapper .main #Faq_content h2.title_st span {
    font-size: 28px;
  }
  #Faq_content h2.title_st span {
    font-size: 28px !important;
  }
  .contents_wrapper .main_wrapper .main #Faq_content h2.title_st span:before {
      content: "";
      display: block;
      position: absolute;
      top: -10px;
      left: 0;
      width: 38px;
      height: 1px;
      margin: auto;
      background-color: #000;
  }
  #Faq_content h2.title_st span:before {
      content: "";
      display: block;
      position: absolute;
      top: -5px;
      left: 0px;
      width: 38px;
      height: 1px;
      margin: auto;
      background-color: #000;
  }
}

.main #about>.blog_inner {
    border-bottom: none !important;
    padding: 40px 50px 50px 30px !important;
    position: relative;
}
.main #about.blogDetail>.blog_inner {
    border-bottom: none !important;
    padding: 40px 50px 150px 30px !important;
    position: relative;
}
@media screen and (max-width:750px){
.main #about>.blog_inner {
    border-bottom: none !important;
    padding: 0px 0 5em !important;
    position: relative;
}
.main #about.blogDetail>.blog_inner {
    border-bottom: none !important;
    padding: 0px 0 10em !important;
    position: relative;
}
}


.main #about>.blog_inner .blog_contents .read_more {
    background: none !important;
    bottom: auto !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
    display: block !important;
    height: auto !important;
}
.main #about .read_more a {
    font-weight: 700;
    display: block;
    width: 100%;
    background: #9facb3;
    color: #fff !important;
    padding: 1em 2.8em;
    box-sizing: border-box;
    margin: 0;
    position: relative;
}
.main #about .read_more a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(
-45deg
);
}
@media screen and (max-width:750px){
.main #about .read_more a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 23px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(
-45deg
);
}
}

.main #about>.blog_inner .blog_contents {
    height: auto !important;
}

#Faq_content {
    text-align: left;
    font-size: 13px;
    width: 93%;
    margin: 0 auto;
}

.fade01 {
  animation-name: fade01;
  animation-duration: 0.8s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
@keyframes fade01 {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width:750px){
  .fade01 {
    animation-name: fade01;
    animation-duration: 0.6s;
    animation-delay: 0;
    animation-fill-mode: forwards;
  }
}
.blog_head_image img {
    max-width: 100%;
    margin: 0 0 2.5em;
}

.main #about.blogListMain .blog_publish {
    margin: 15px 0 45px;
}

ul.paginate {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  padding: 0 30px 0 25px;
}

.paginate li {
    background: #fff !important;
    border: #000 1px solid !important;
    margin: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginate li a {
    color: #000000 !important;
    font-size: 14px;
    padding: 10px;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1 !important;
    padding: 0 !important;
}
.paginate li.current {
    background: #000 !important;
}
.pagenate li:hover {
  opacity:0.8;
  transition:0.15s;
}
.paginate li a:hover {
    background: #fff !important;
}
.paginate li.next {
    width: auto;
    padding: 0 1em;
}
.paginate .current a {
      background: #000 !important;
    color: #ffffff !important;
    font-weight: 700;
    background: #f3f3f3;
    color: #8c8c8c;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.paginate .current a:hover {
    background: #000 !important;
}

@media screen and (max-width:750px){
  .contents_wrapper .main_wrapper .title_st {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 25px;
  }
  .main #about.blogListMain .blog_title {
    margin-bottom: 0;
    padding: 0 25px;
  }
  .main #about.blogListMain h2 a {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 0;
    display: inherit;
  }
  .main #about.blogListMain .blog_publish {
      margin: 0 0 20px !important;
      padding: 0 25px;
  }
  #about .blog_body .text {
      color: #000;
      line-height: 1.8;
      margin: 0 0 1.5em;
      padding: 0 25px;
      font-size: 12px;
      letter-spacing: 0;
  }
  .main #about .read_more a {
      font-weight: 700;
      display: block;
      width: 100%;
      background: #9facb3;
      color: #fff !important;
      box-sizing: border-box;
      margin: 0;
      font-size: 12px;
  }
  .blog_head_image img {
    margin: 0 0 1.0em;
  }
}
.main #about.blogDetail .blog_title h2 {
    line-height: 1.5em;
    margin-bottom: 0;
    text-transform: none;
    word-wrap: break-word;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.main #about.blogDetail .blog_title h2 a {
    color: #000;
    letter-spacing: 1px;
}

#about .blog_body {
    color: #000;
}

.main #about .social {
    margin: 80px 0 40px !important;
    text-align: left !important;
    width: 100%;
}

@media screen and (max-width:750px){
  .main #about.blogDetail .blog_title {
      margin-bottom: 0;
      padding: 0 25px;
  }
  .main #about.blogDetail .blog_title h2 a {
      color: #000;
      letter-spacing: 1px;
      font-size: 18px;
      display: inherit;
      line-height: 1.5;
  }
  .main #about.blogDetail .blog_publish {
    width: auto;
    padding: 0 25px;
    margin: 0 0 20px !important;
  }
  div#about p.publish_date {
    width: auto;
    color: #000;
    font-size: 11px;
    margin: 2px 0 0 0;
  }
  #about .blog_body .text {
    color: #000;
    line-height: 1.8;
    margin: 0 0 1.5em;
    padding: 0 25px;
    font-size: 12px;
    letter-spacing: 0;
  }
  #about .blog_body div {
      padding: 0 9px;
      font-size: 12px;
  }
  .main #about .social {
      margin: 40px 0 10px  !important;
      text-align: left !important;
      width: 100%;
      padding: 0 25px;
      box-sizing: border-box;
  }
}

.tempTop p.more_btn span:hover {
  opacity: 0.8;
  transition: 0.15s;
}

.footer_style .footer_inner .ft_links a:hover {
  opacity: 0.8;
  transition: 0.15s;
}

.footer_style .footer_inner .ft_sns li a:hover {
  opacity: 0.8;
  transition: 0.15s;
}

ul.product_list.row .image_container img {
    transition: 0.15s;
}
ul.product_list.row .image_container img:hover {
    opacity: 0.8;
}
.inquirySection dl dd input {
    max-width: 794px;
    padding: 12px 10px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    background: #eceef0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
@media screen and (max-width:750px){
.inquirySection dl dd input {
  font-size: 16px;
}
}

.inquirySection dl dd {
    margin-bottom: 27px;
}
@media screen and (max-width:750px){
  .inquirySection dl dd {
      margin-bottom: 10px;
  }
}

.inquirySection dl dd textarea {
    max-width: 794px;
    height: 135px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    background: #eceef0;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
}

.inquirySection dl dt {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
    padding: 0 0 0 10px;
    color: #000 !important;
}
@media screen and (max-width:750px){
  .inquirySection dl dt {
      font-size: 12px;
    padding: 0 0 0 8px;

  }
}

.inquirySection dl dt span {
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    color: #000 !important;
    vertical-align: baseline;
}

.inquirySection form {
    margin: 10px auto 0;
    max-width: 794px;
    width: 100%;
}
@media screen and (max-width:750px){
  .inquirySection form {
      width: 100%;
      box-sizing: border-box;
      padding: 0 25px 100px;
  }
}


.inquirySection .control-panel input#buttonLeave {
    max-width: 429px;
    margin: 55px 0 0 0;
    padding: 19px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ffffff;
    background-color: #000;
    border: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width:750px){
  .inquirySection .control-panel input#buttonLeave {
    margin: 29px 0 0 0;
    font-size: 13px;
    width: 73%;
    padding: 11px 0;
    letter-spacing: 2px;
  }
}

section.inquirySection > p {
    max-width: 794px;
    width: 100%;
    margin: 0 auto 3em;
    font-size: 14px;
}
@media screen and (max-width:750px){
  section.inquirySection > p {
      font-size: 12px;
      box-sizing: border-box;
      padding: 0 25px;
    margin: 0 auto 0.3em;
  }
}
.inquirySection h1 {
    color: #000;
    letter-spacing: 0.1em;
    font-size: 45px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
    line-height: 1.4;
    margin: 0 0 2.6em;
}
.inquirySection h1:before {
  content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
    width: 68px;
    height: 1px;
    margin: auto;
    background-color: #000;
}
@media screen and (max-width:750px){
  .inquirySection h1 {
      font-size: 28px !important;
      padding: 0 25px;
      width: 100%;
      box-sizing: border-box;
      margin: 0 0 1.7em;
  }
  .inquirySection h1:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 25px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
  }
}
.main.main_about {
    padding: 70px 0 0 0;
}
@media screen and (max-width:750px){
  .main.main_about {
      padding: 3.5em 0 0 0;
  }
}

.inquirySection {
    padding: 70px 0 153px 0;
}
@media screen and (max-width:750px){
  .inquirySection {
      padding: 70px 0 0 0;
  }
}

.product_top {
  position: relative;
  margin: 56px 0 0 0;
}

.tempTop .product_top h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.8;
    color: #000000;
    text-align: left;
    font-weight: bold;
}
@media screen and (max-width:750px){
.tempTop .product_top h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px;
}
}
.product_top .label_image {
    position: absolute !important;
    top: auto;
    left: 0;
    height: 205px;
    width: 205px;
    z-index: 1000 !important;
    background: transparent !important;
    bottom: -121px;
}
@media screen and (max-width:750px){
.product_top .label_image {
    position: absolute !important;
    top: auto;
    left: 25px;
    height: 145px;
    width: 145px;
    z-index: 1000 !important;
    background: transparent !important;
    bottom: -89px;
    box-sizing: border-box;
}
}
.about_blk00{
  width: 69.2%;
  margin: 48px auto 127px;
  color:#000;
}
@media screen and (max-width:750px){
  .about_blk00{
    width: 100%;
    margin: 0 auto 4.5em;
    color:#000;
    box-sizing: border-box;
    padding: 0 25px;
  }
}

.about_blk00 img{
  width: 100%;
}
.about_blk00_innger{
}
p.about_blk00_cp01{
  margin: 0 0 2.9em;
}
@media screen and (max-width:750px){
p.about_blk00_cp01{
  margin: 0 0 1.5em;
}
}

.about_blk00_cp01 img{
  max-width: 470px;
  width: 100%
}
p.about_blk00_txt{
  font-size: 15px;
  line-height: 2.4;
  margin: 0 0 2.0em;
}
@media screen and (max-width:750px){
p.about_blk00_txt{
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 1.7em;
}
}

.about_blk00_txt.about_blk00_txt_mg{
  margin: 0 0 73px;
}
@media screen and (max-width:750px){
.about_blk00_txt.about_blk00_txt_mg{
  margin: 0 0 2.5em;
}
}

.about_blk00_cp02 {
  text-align: left;
}
.about_blk00_cp02 img{
  max-width: 396px;
  width: 100%;
  margin: 0 0 0 141px;
}
@media screen and (max-width:1050px){
.about_blk00_cp02 img{
  margin: 0 0 0 30%;
  width: 82%;
}
}

@media screen and (max-width:750px){
  .about_blk00_cp02 {
    text-align: right;
    overflow: hidden;
  }
  .about_blk00_cp02 img{
    width: 50%;
    margin: 0 auto;
  }
}

.main #about h2, .main #about h2 a, .main #about p, .main #about .read_more a, .main .blog_body p, .inquirySection h1, .inquirySection p, .inquirySection dl dt span, .inquirySection dl dt, .inquirySection dl dd, #privacy h2, #law h2, #privacy h3, #law h3, #privacy p, #law p {
    color: #000;
}

.inquirySection dl dd textarea {
  font-size: 12px;
}

#privacy, #law {
    margin: 0 0 60px;
    padding: 0 0 20px;
    box-sizing: border-box;
    width: auto;
}
@media screen and (max-width:750px){
#privacy, #law {
    margin: 0 0 60px;
    padding: 0 0 25px;
    box-sizing: border-box;
    width: auto;
}
}
#privacy h2 {
    border: none;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 93px 0 127px 0;
    padding: 0;
    line-height: 1;
    position: relative;
}
@media screen and (max-width:750px){
#privacy h2 {
    border: none;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 64px 0 60px 0;
    padding: 0 25px;
    line-height: 1;
    position: relative;
    box-sizing: border-box;
}
}

#privacy h2:before {
    content:"";
  display: block;
  position: absolute;
  top: -51px;
  left:0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000;
}
@media screen and (max-width:750px){
  #privacy h2:before {
      content:"";
    display: block;
    position: absolute;
    top: -18px;
    left:27px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
  }
}



#law h2 {
    border: none;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 93px 0 127px 0;
    padding: 0;
    line-height: 1;
    position: relative;
}
@media screen and (max-width:750px){
#law h2 {
    border: none;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 64px 0 60px 0;
    padding: 0 25px;
    line-height: 1;
    position: relative;
    box-sizing: border-box;
}
}


#law h2:before {
    content:"";
  display: block;
  position: absolute;
  top: -51px;
  left:0;
  width: 68px;
  height: 1px;
  margin: auto;
  background-color: #000;
}
@media screen and (max-width:750px){
  #law h2:before {
      content:"";
    display: block;
    position: absolute;
    top: -18px;
    left:27px;
    width: 38px;
    height: 1px;
    margin: auto;
    background-color: #000;
  }
}

#privacy .privacy_intro {
    margin: 0 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2.2;
    margin: 0 0 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:750px){
#privacy .privacy_intro {
    margin: 0 0 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2.2;
    margin: 0 0 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 12px;
}
}
#privacy dl {
  max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:750px){
#privacy dl {
  max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
}
}
#privacy h3, #privacy dt {
    font-weight: bold;
    margin: 38px 0 8px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}

#privacy h3, #privacy dd {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2;
}
@media screen and (max-width:750px){
  #privacy h3, #privacy dt {
      font-weight: bold;
      margin: 25px 0 8px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #000;
      font-size: 12px;
  }

  #privacy h3, #privacy dd {
      font-family: 'Noto Sans JP', sans-serif;
      color: #000;
      line-height: 1.8;
      font-size: 12px;
  }
}



#privacy dd ul li {
    margin: 0 0 6px;
}
@media screen and (max-width:750px){
#privacy dd ul li {
    margin: 0 0 3px;
}
}

#privacy, #law {
    margin: 0 0 60px;
    padding: 0 0 110px;
    box-sizing: border-box;
    width: auto;
}
@media screen and (max-width:750px){
#privacy, #law {
    margin: 0 0 60px;
    padding: 0 0 25px;
    box-sizing: border-box;
    width: auto;
}
}

#law h3 {
  font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2;
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
}
#law p {
font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    line-height: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 10px;
}
@media screen and (max-width:750px){
#law h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 2;
  max-width: 800px;
  width: 100%;
  margin: 25px auto 0;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 12px;
}
#law p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.8;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 10px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 12px;
}
}
.tempDetail .kakaku {
    float: none;
    margin: 0 auto 55px;
    display: flex;
    justify-content: flex-start;
    max-width: 1068px;
    width: 100%;

    align-items: flex-start;
    min-height: 475px;
    box-sizing: border-box;
    padding: 0 45px 0 30px ;
}

@media screen and (max-width:750px){
.tempDetail .kakaku {
    margin: 0 auto 2em;
    display: block;
    min-height: unset;
    padding: 0;
}
}
.tempDetail section.row {
    text-align: left;
    display: inline-block;
    width: auto;
    float: none;
}
.bx-wrapper {
    height: auto !important;
    width: 52%;
}

#bx-pager {
    width: auto;
    margin: 0 0 0 3.5em;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media screen and (max-width:750px){
  #bx-pager {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      box-sizing: border-box;
      padding: 10px 25px 0;
  }
}
#bx-pager a {
    float: none;
    max-height: unset;
    max-width: unset;
    margin-right: 0;
    display: block;
    width: 80px;
    padding: 0;
    box-sizing: border-box;
    height: 80px;
   
    box-sizing: border-box;
    margin: 0 1.5em 1.5em 0;
}
@media screen and (max-width:750px){
  #bx-pager a {
      float: none;
      max-height: unset;
      max-width: unset;
      margin-right: 0;
      display: block;
      width: 55px;
      padding: 0;
      box-sizing: border-box;
      height: auto;
     
      box-sizing: border-box;
      margin: 0 8px 10px 0;
  }
  #bx-pager a:nth-child(5){
    margin: 0 0 10px 0;
  }
}

#bx-pager .small_img_box {
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    line-height: initial;
    vertical-align: middle;
}

#bx-pager .small_img_box img {
    max-height: unset;
    max-width: unset;
    vertical-align: unset;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
@media screen and (max-width:750px){
#bx-pager .small_img_box img {
    max-height: unset;
    max-width: unset;
    vertical-align: unset;
    width: 100%;
    height: auto;
    object-fit: cover;
}
}

.tempDetail #itemAttention {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
    padding: 1.5em 0 0;
    box-sizing: border-box;
    margin: 0 0 3em;
}
@media screen and (max-width:750px){
  .tempDetail #itemAttention {
      width: 100%;
      font-size: 10px;
      line-height: 1.3;
      padding: 1.5em 0 0;
      box-sizing: border-box;
      margin: 0 0 2em;
  }
}

.tempDetail #itemAttention p {
    margin: 0 0 7px;
}

.tempDetail .purchaseButton__btn {
    background-color: #000;
    float: none;
    margin: 0;
    font-size: 18px;
    padding: 15px;
}
@media screen and (max-width:750px){
  .tempDetail .purchaseButton__btn {
      background-color: #000;
      float: none;
      margin: 0;
      font-size: 13px;
      padding: 12px;
  }
}

section.row.row_item {
    display: flex;
    justify-content: space-between;
    max-width: 1068px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 45px 0 30px;
}

@media screen and (max-width:750px){
  section.row {
    padding: 0 !important;

  }
  section.row.row_item {
    display: block;
  }
}

.explanation {
    font-size: 14px;
    width: 42%;
    color: #000;
    line-height: 2 !important;
}
@media screen and (max-width:750px){
  .explanation {
      font-size: 12px;
      width: 100%;
      color: #000;
      line-height: 1.8 !important;
      box-sizing: border-box;
      padding: 0 25px;
      margin: 0 0 5em;
  }
}

.cartarea {
    width: 48%;
}
@media screen and (max-width:750px){
  .cartarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
  }
}

.tempDetail .wrapper {
    padding: 0 0 30px;
    width: auto;
}

.product_top {
    position: relative;
    margin: 56px 0 80px 0;
}
@media screen and (max-width:750px){
.product_top {
    position: relative;
    margin: 40px 0 40px 0;
}
}

.tempDetail .wrapper {
  width: auto;
}

.bxslider .img_box {
    height: auto;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

 .tempDetail section.row #purchase_form select {
    cursor: pointer;
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    border-radius: 0;
    height: 43px;
    padding: 0 80px 0 20px;

    min-width: 200px;
}

.tempDetail p.price {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    margin: 2em 0 1.8em;
    letter-spacing: 1px;
}
@media screen and (max-width:750px){
.tempDetail p.price {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    margin: 1.5em 0 1.5em;
    letter-spacing: 1px;
}
}

.tempDetail section.row #purchase_form label {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 22px 15px 10px 0;
    float: left;
    box-sizing: border-box;
  
}
@media screen and (max-width:750px){
  .tempDetail section.row #purchase_form label {
      font-size: 12px;
      margin: 22px 15px 10px 0;
      float: left;
      box-sizing: border-box;
      
  }
}

.twitter {
    width: 73px;
    height: 20px;
   
}
@media screen and (max-width:480px){
  .twitter {
      width: 66px !important;
      height: 20px;
    
  }
  .tempDetail #reportBtn {
      margin: 0 0 0 10px;
  }
  #itemDetailBox {
    border-top: none !important;
  }
}

.container .facebook {
    padding-left: 0;
    width: 120px;
    height: 20px;
}

.main #about.blogDetail .social {
    display: none;
}
.goods_custom {
  max-width: 1068px;
  margin: 3em auto 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 45px 0 30px;
}
@media screen and (max-width:750px){
  .goods_custom {
    margin: 2em auto 0;
    padding: 0 25px;
  }
}
div.noteblk {
  max-width: 1068px;
  margin: 4.7em auto 5.5em;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 45px 0 30px;
}
@media screen and (max-width:750px){
  div.noteblk {
    max-width: 953px;
    margin: 4em auto 3em;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 25px;
  }
}

div.noteblk > h3.noteblk_title {
  background-color: #9facb3;
  font-size: 15px;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2em;
  width: 100%;
}
@media screen and (max-width:750px){
div.noteblk > h3.noteblk_title {
  background-color: #9facb3;
  font-size: 12px;
  color: #fff;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2em;
  width: 100%;
}
}

div.noteblk > dl {
  margin: 0 0 1.5em;
}
div.noteblk > dl > dt {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  box-sizing: border-box;
  padding: 0 0 1em 1em;
  color: #000;
}
@media screen and (max-width:750px){
  div.noteblk > dl {
    margin: 0 0 1.0em;
  }
  div.noteblk > dl > dt {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
    padding: 0 0 1em 0;
    color: #000;
  }
}

div.noteblk > dl > dd {
  font-size: 12px;
  line-height: 2;
  box-sizing: border-box;
  padding: 1em 1.5em;
  color: #000;
}
@media screen and (max-width:750px){
div.noteblk > dl > dd {
  font-size: 10px;
  line-height: 1.8;
  box-sizing: border-box;
  padding: 1em 0;
  color: #000;
}
}

div.noteblk > dl > dd > a {
  text-decoration: underline;
}
div.noteblk > dl > dd > ul {
}
div.noteblk > dl > dd > ul > li {
  line-height: 1.8;
  margin: 0 0 0.5em;
  list-style: disc;
  text-indent: -20px;
  margin: 0 0 0.5em 22px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width:750px){
div.noteblk > dl > dd > ul > li {
    line-height: 1.8;
    margin: 0 0 0.5em;
    list-style: disc;
    text-indent: 0px;
    margin: 0 0 0.5em 19px;
    padding: 0 0 0 0px;
    box-sizing: border-box;
}
}

@media screen and (max-width:750px){
  .tempDetail #reportBtn a {
      color: #989898;
      display: block;
      margin: 1px 0 0 15px;
      font-size: 10px;
      line-height: 20px;
      vertical-align: middle;
      cursor: pointer;
  }
}

.tempDetail section.row #purchase_form select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0;
}
.tempDetail section.row #purchase_form select:after {
      content:"";
    display: block;
    position: absolute;
    top: 0;
    right:10px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform:rotate(-45deg);
}

.purchaseElement:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 16px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(
45deg
);
    z-index: 1;
    display:none;
}

.purchaseElement {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

ul.bxslider > li > .img_box {
  text-align: left;
}

  .paginate-wrp {
      margin-top: 0;
      margin: 0 0 100px;
  }
@media screen and (max-width:750px){
  .paginate-wrp {
      margin-top: 0 !important;
      margin: 0 0 80px;
  }
  .paginate li {
    background: #fff !important;
    border: #000 1px solid !important;
    margin: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginate .current a {
    background: #f3f3f3;
    color: #8c8c8c;
    font-weight: 700;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    padding: 0;
    line-height: 40px !important;
}
ul.paginate {
    display: flex;
    padding: 0 10px;
}
}

.tempTop .container {
  min-height: 650px;
}
@media screen and (max-width:750px){
.tempTop .container {
  min-height: 100px;
  }
}

.tempTop p.search_result {
    text-align: center;
    font-size: 18px;
    margin: 0 auto 4em;
    max-width: 960px;
    width: 100%;
}
@media screen and (max-width:750px){
  .tempTop p.search_result {
      text-align: center;
      font-size: 14px;
      margin: 0 0 2em;
  }
}

#infoWrapper #newsblock div.blog_inner:nth-child(n+3) {
    display: none;
}

.twitter {
    display: none;
}

.facebook {
    display: none;
}
.footer_style .footer_inner .ft_sns .facebook{
  display: block;
}
.tempDetail #reportBtn a {
  margin: 0 !important;
}

@media screen and (max-width: 480px){
  .tempDetail #reportBtn {
      margin: 0 0 0 0 !important;
  }
}
.error-message {
    color: red;
    font-size: 11px;
    margin: -2em 0 0 0;
}
#products ul.product_list li.wow.fade01 {
  visibility: hidden;
}

@media screen and (max-width:750px){
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 16px;
}
}


.bnr_original{
  margin:2em auto 0em;
}
.bnr_original img{
  width:100%;
}
.bnr_original_pc{
  max-width:802px;
}
.bnr_original_sp{
  display:none;
}
@media screen and (max-width:750px){
  .bnr_original_pc{
    display:none;
  }
  .bnr_original_sp{
    display:block;
    width: 90%;
    margin: 0.2em auto 2em;
  }
}


#i18 .lang:before {
    content: "";
    position: absolute;
    bottom: 21px;
    right: 9px;
    margin: auto;
    width: 0;
    height: 0;
    display: block;
    border-top: 7px solid rgb(122 122 122);
    border-right: 6px solid rgba(221, 221, 221, 0);
    border-bottom: 0px solid rgba(221, 221, 221, 0);
    border-left: 6px solid rgba(221, 221, 221, 0);
}

#i18 .currency:before {
    content: "";
    position: absolute;
    bottom: 21px;
    right: 9px;
    margin: auto;
    width: 0;
    height: 0;
    display: block;
    border-top: 7px solid rgb(122 122 122);
    border-right: 6px solid rgba(221, 221, 221, 0);
    border-bottom: 0px solid rgba(221, 221, 221, 0);
    border-left: 6px solid rgba(221, 221, 221, 0);
}

/* 2024位置変更 */
  .app_lang {
      position: absolute;
      top: 15px;
      right: 40px;
  }
  @media screen and (max-width:767px){
    .app_lang{
        top: 95px;
        right: unset;
        left: 20px ;
    }
    .sp_nav_fixed .app_lang {
      top: 65px;
    }
    #i18 .lang{
      margin: 0 5px 0 0 !important ;
      float: left !important ;
    }
    #i18 .currency{
      float: left !important ;
    }
    }
    /* 2024snapwidget設置 */
  .snapwidget-ttl{
      margin-top: 80px !important;
      margin-bottom: 20px !important;
      font-size: 45px !important;
      font-weight: bold !important;
      font-family: 'Raleway', sans-serif;
      display: block;
  }
  .snapwidget-widget.sp,
  .snapwidget-widget.pc{
      border: none;
      overflow: hidden;
      width: 95%;
      margin: 0 auto;
      display: block;
  }
  .snapwidget-widget.sp{
      display: none;
  }
  @media screen and (max-width:767px){
      .snapwidget-ttl{
        font-size: 28px !important;
        padding: 0 0 0 25px;
      }
      .snapwidget-widget.pc{
        display: none;
      }
      .snapwidget-widget.sp{
        display: block;
        width: 91%;
      }
  }
  @media screen and (max-width:750px){
	.contents_wrapper .main_wrapper .title_st {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 25px;
    }
	.contents_wrapper .main_wrapper .title_st span {
        font-size: 28px !important;
    }
  }

  /* #pagination ,#ctl00_ContentPlaceHolder1_lPager2{
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  align-items: center; 
  gap: 8px 10px; 
  padding: 10px; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
  font-size: 15px;
  color: #555; 
} */

/* --- リンク(a)と現在のページ(b)の共通スタイル --- */
/* #pagination a,
#pagination b,
#ctl00_ContentPlaceHolder1_lPager2 a,
#ctl00_ContentPlaceHolder1_lPager2 b {
  display: inline-block;
  min-width: 20px;
  padding: 8px 14px;
  border: 1px solid #ddd; 
  border-radius: 5px; 
  text-decoration: none; 
  text-align: center;
  transition: all 0.2s ease;
} */

/* --- リンク(a)のスタイル --- */
/* #pagination a ,
#ctl00_ContentPlaceHolder1 a 
{
  background-color: #ffffff; 
} */

/* --- リンクにマウスを乗せた時(hover) --- */
/* #pagination a:hover ,
#ctl00_ContentPlaceHolder1 a:hover 
{
  background-color: #f4f4f4; 
  border-color: #bbb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
} */

/* --- 現在のページ(b)のスタイル --- */
/* #pagination b 
#ctl00_ContentPlaceHolder1 b 
{
  font-weight: bold; 
} */