@charset "UTF-8";
/*
 * ================================================
 *
 * [function]
 *
 * ================================================
 */
/*-----------------------------------------
  mainVisual
-----------------------------------------*/
#content {
  padding-top: 50px;
  text-align: left;
}

#pageTitle {
  text-align: center;
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#mainVisual {
  height: 500px;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto 160px;
  background: url(../images/product/main_photo_01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  font-size: 1.4rem;
}

#mainVisual .inner {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}

#mainVisual .content {
  /*margin: 0 auto;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mainVisual .title {
  margin-bottom: 40px;
}

/*-----------------------------------------
  contVox
-----------------------------------------*/
.contVox {
  color: #888;
  width: 1000px;
  margin: 0 auto 200px auto;
  position: relative;
}

.contVox .inner {
  overflow: hidden;
}

.contVox .photo {
  position: absolute;
  top: -20px;
  right: 0;
}

.listStyle01 li {
  list-style-type: disc;
  margin-left: 20px;
}

.contVox h2.header ul {
  border-left: solid 6px #666464;
  padding-left: 12px;
  color: #666464;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

.contVox h2.header ul li {
  margin-bottom: 4px;
  line-height: 1.3;
}

.contVox h2.header ul li:last-of-type {
  margin-bottom: 0;
}

.contVox h2.header ul li.small_txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

.contVox h2.header ul li.attention {
  font-size: 1.2rem;
}

.contVox h2.header ul li span {
  font-size: 3.7rem;
}

.contVox h2.header ul li sup {
  font-size: 1.5rem;
  vertical-align: text-top;
}

.contVox h2.header ul li span.indent {
  text-indent: -0.5em;
  display: inline-block;
}

/*-----------------------------------------
  feature1
-----------------------------------------*/
.contVox#feature1 .header {
  margin-bottom: 50px;
}

.contVox#feature1 .item {
  margin-bottom: 30px;
}

.contVox#feature1 .item .ta-r {
  text-align: right;
  font-size: 12px;
}

.contVox#feature1 .title {
  color: #4C4A4A;
  font-weight: bold;
  margin-bottom: 5px;
}

/*-----------------------------------------
  feature2
-----------------------------------------*/
.contVox#feature2 .header {
  margin-bottom: 110px;
}

.contVox#feature2 .item {
  width: 328px;
  float: left;
  margin-right: 8px;
}

.contVox#feature2 .item:last-child {
  margin-right: 0;
}

.contVox#feature2 .item .image {
  margin-bottom: 10px;
}

/*-----------------------------------------
  feature3
-----------------------------------------*/
.contVox#feature3 .inner .header {
  margin-bottom: 50px;
}

.contVox#feature3 .inner .text img {
  margin-bottom: 10px;
}

/*-----------------------------------------
  feature4
-----------------------------------------*/
.contVox#feature4 .inner .header {
  margin-bottom: 50px;
}

.contVox#feature4 .inner .text1 {
  margin-bottom: 50px;
}

.contVox#feature4 .inner .text2 {
  overflow: hidden;
}

.contVox#feature4 .inner .text2 * {
  float: left;
}

.contVox#feature4 .inner .text2 img {
  margin-right: 2em;
}

.contVox#feature4 .inner .note {
  color: #666;
  font-size: 1.1rem;
  text-align: right;
  padding-top: 30px;
}

/*-----------------------------------------
  feature5
-----------------------------------------*/
.contVox#feature5 .inner .header {
  margin-bottom: 50px;
}

/*-----------------------------------------
  howto
-----------------------------------------*/
.contVox#howto {
  margin-bottom: 40px;
}

.contVox#howto .inner .howto {
  overflow: hidden;
}

.contVox#howto .inner .howto .title {
  color: #4C4A4A;
  font-weight: bold;
  margin-bottom: 10px;
}

.contVox#howto .inner .howto .item {
  width: 333px;
  height: 180px;
  float: left;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  border: 1px solid #656464;
  border-right: none;
  box-sizing: border-box;
}

.contVox#howto .inner .howto .item:last-child {
  border-right: 1px solid #656464;
}

.contVox#howto .inner .howto .item.num1 {
  background-image: url(../images/function/num1.png);
}

.contVox#howto .inner .howto .item.num2 {
  background-image: url(../images/function/num2.png);
}

.contVox#howto .inner .howto .item.num3 {
  background-image: url(../images/function/num3.png);
}

.contVox#howto .inner .howto .item p {
  color: #4C4948;
  line-height: 1.6;
  width: 150px;
  float: left;
  padding-top: 70px;
}

.contVox#howto .inner .howto .item .image {
  text-align: center;
  width: 150px;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.series_site {
  display: flex;
  max-width: 1000px;
  margin: 30px auto 100px;
  justify-content: space-between;
}

/*-----------------------------------------
  shop
-----------------------------------------*/
#shop {
  margin-bottom: 200px;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#shop .inner {
  width: 891px;
  margin: 0 auto;
}

#shop .inner p {
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
}

#shop .inner .shop_txt {
  display: table;
  margin: 55px auto 0;
}

.store_sec {
  z-index: 1;
  position: relative;
}

.store_sec .store_contents {
  margin: 0 auto;
  width: 30.5rem;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
}
@media (max-width: 768px) {
  .store_sec .store_contents {
    margin: 0 auto;
    width: 30.5rem;
    position: relative;
    transform: none;
    left: auto;
  }
}

@media (min-width: 768px) {
  .store_sec .store_contents {
    width: 630px;
    transform: translate(0, 0);
    left: auto;
  }
}
.store_sec .store_contents .store_contents_btn {
  background-color: #53575a;
  color: #fff;
  padding: 1rem 1rem 1rem 1.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_btn {
    margin-bottom: 10px;
  }
}
.store_sec .store_contents .store_contents_btn dl {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_btn dl {
    align-items: center;
  }
}
.store_sec .store_contents .store_contents_btn dl dt {
  font-size: 1.9rem;
  text-align: left;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_btn dl dt {
    font-size: 23px;
    line-height: 1;
  }
}
.store_sec .store_contents .store_contents_btn dl dd {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_btn dl dd {
    font-size: 26px;
  }
}
.store_sec .store_contents .store_contents_btn dl dd span {
  background: url(../images/select/menu_arrow_icon.svg);
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  margin-left: 6px;
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_btn dl dd span {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
.store_sec .store_contents .store_contents_list {
  display: flex;
  justify-content: space-between;
}

.store_sec .store_contents .store_contents_list li {
  width: 49%;
  text-align: center;
}

.store_sec .store_contents .store_contents_list li a {
  display: block;
}

.store_sec .store_contents .store_contents_list li a dl dt {
  background-color: #fff;
}

.store_sec .store_contents .store_contents_list li a dl dt img {
  width: 9.75rem;
  padding: 3.1rem 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_list li a dl dt img {
    width: 164px;
    padding: 48px 0;
  }
}
.store_sec .store_contents .store_contents_list li a dl dd {
  background-color: #53575a;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 1rem;
  padding: 1rem 0;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  .store_sec .store_contents .store_contents_list li a dl dd {
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .store_sec .store_contents .store_contents_list li a dl dd {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  #pageTitle {
    padding: 40px 0 0;
  }
}
/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
/*  @media END */
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  #content {
    padding-top: 50px;
  }
  #pageTitle {
    height: auto;
    padding: 5.334% 0;
    line-height: 1;
  }
  #mainVisual {
    min-width: 100%;
    height: 0;
    padding-top: 97.334%;
    margin: 0 auto 38px;
    background: url(../images/function/SP_main_photo_01.webp) no-repeat center center;
    background-size: contain;
  }
  #mainVisual .inner {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  #mainVisual .content {
    /*margin: 0 auto;*/
    top: 8%;
    left: 10%;
    transform: none;
    display: flex;
    flex-direction: column-reverse;
  }
  #mainVisual .content .title {
    width: 175px;
    order: 2;
    margin-top: 15px;
    margin-bottom: 0;
    margin: 25px auto 0 0;
  }
  #mainVisual .content p {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 2.2;
    margin: 14% auto 0 0;
  }
  .contVox {
    width: 82.8%;
    margin: 0 auto 70px;
  }
  .contVox .inner {
    overflow: hidden;
  }
  .contVox .photo {
    position: static;
    margin-top: 20px;
  }
  .contVox .text {
    text-align: justify;
  }
  .contVox h2.header ul {
    border-left: solid 4px #666464;
    padding-left: 8px;
    font-size: 1.5rem;
  }
  .contVox h2.header ul li {
    margin-bottom: 2px;
    line-height: 1.4;
  }
  .contVox h2.header ul li.small_txt {
    font-size: 1.3rem;
  }
  .contVox h2.header ul li.attention {
    font-weight: normal;
  }
  .contVox h2.header ul li span {
    font-size: 2.3rem;
  }
  .contVox h2.header ul li sup {
    font-size: 1rem;
  }
  .contVox#feature1 .header {
    margin-bottom: 25px;
  }
  .contVox#feature1 .item {
    margin-bottom: 15px;
  }
  .contVox#feature1 .item .ta-r {
    margin-top: 30px;
    font-size: 12px;
  }
  .contVox#feature2 .header {
    margin-bottom: 25px;
  }
  .contVox#feature2 .photo {
    margin-bottom: 40px;
  }
  .contVox#feature2 .item {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .contVox#feature2 .item .image {
    margin-bottom: 8px;
  }
  .contVox#feature2 .item .listStyle01 {
    line-height: 1.4;
  }
  .contVox#feature3 .inner .header {
    margin-bottom: 25px;
  }
  .contVox#feature3 .inner .text {
    margin-bottom: 25px;
  }
  .contVox#feature3 .inner .text img {
    margin-bottom: 5px;
  }
  .contVox#feature4 .inner .header {
    margin-bottom: 25px;
  }
  .contVox#feature4 .inner .text1 {
    margin-bottom: 25px;
  }
  .contVox#feature4 .inner .text2 {
    margin-bottom: 25px;
  }
  .contVox#feature4 .inner .note {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .contVox#feature5 .inner .header {
    margin-bottom: 25px;
  }
  .contVox#feature5 .inner .text img {
    width: 70px;
  }
  .contVox#howto .inner .howto {
    overflow: hidden;
  }
  .contVox#howto .inner .howto .item {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px;
    background-position: 10px 10px;
    border: 1px solid #656464;
    border-bottom: none;
    overflow: hidden;
    background-size: 27px 27px;
  }
  .contVox#howto .inner .howto .item:last-child {
    border-bottom: 1px solid #656464;
  }
  .contVox#howto .inner .howto .item.num1 {
    background-image: url(../images/function/SP_num1.png);
  }
  .contVox#howto .inner .howto .item.num2 {
    background-image: url(../images/function/SP_num2.png);
  }
  .contVox#howto .inner .howto .item.num3 {
    background-image: url(../images/function/SP_num3.png);
  }
  .contVox#howto .inner .howto .item p {
    width: auto;
    float: left;
    padding-top: 30px;
    width: 130px;
  }
  .contVox#howto .inner .howto .item .image {
    text-align: left;
    width: 100px;
    float: right;
    position: static;
    transform: translateY(0);
  }
  .series_site {
    margin: 0 auto 60px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
  }
  .series_site li:not(:last-of-type) {
    margin-bottom: 5%;
  }
  .series_site li {
    max-width: 100%;
    width: 100%;
  }
  .series_site li img {
    width: 100%;
  }
  .contVox#howto {
    margin-bottom: 30px;
  }
  #shop {
    margin-bottom: 100px;
    font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  #shop .inner {
    width: 100%;
    margin: 0 auto;
  }
  #shop .inner p {
    font-size: 2.3rem;
    margin-bottom: 6px;
  }
  #shop .inner .shop_txt {
    margin: 25px auto 0;
  }
}
.shop_jis_box {
  margin: 0 auto;
  display: table;
  text-align: center;
}
@media (max-width: 768px) {
  .shop_jis_box {
    width: 21.2rem;
  }
}
@media (max-width: 768px) {
  .shop_jis_box .shop_img_01 {
    width: 21.2rem;
    margin: 0 auto;
  }
}
.shop_jis_box .shop_img_02 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .shop_jis_box .shop_img_02 {
    width: 28rem;
    margin: 50px auto 0;
  }
}

.shop_etc_box {
  margin: 60px auto 20px;
  background: url(../images/function/PC_function_bg_01.webp) no-repeat top left/cover;
}
.shop_etc_box a {
  padding: 40px 0 50px;
  transition: 0.6s;
  display: block;
}
@media (max-width: 768px) {
  .shop_etc_box a {
    padding: 25px 0 30px;
  }
}
.shop_etc_box a:hover {
  text-decoration: none;
  opacity: 0.65;
}
.shop_etc_box a:hover img {
  opacity: 1;
}
.shop_etc_box .img {
  display: table;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shop_etc_box .img {
    width: 23.8rem;
  }
}
.shop_etc_box h2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .shop_etc_box h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.shop_os_box {
  background-color: #c9d8e3;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .shop_os_box {
    padding: 20px 0 15px;
  }
}
.shop_os_box h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .shop_os_box h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

/*  @media END *//*# sourceMappingURL=function.css.map */