@charset "UTF-8";

@media only screen and (max-width: 767px) {
  header#sp_header.active {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  header#sp_header.active .head_navi .head_logo {
    visibility: visible;
    opacity: 1;
  }
  #mv {
    background: url(../img/top/TOP_01_SP.jpg) no-repeat;
    background-size: contain;
    padding: 20% 30px 105%;
    position: relative;
  }

  #mv h2 {
    width: 28%;
    margin: 0 auto;
  }

  #mv .logo {
    display: block;
    position: absolute;
    top: 18px;
    left: 25px;
    width: 126px;
  }

  #mv .menulist {
    display: none;
  }

  .btn {
    width: 250px;
    margin: 0 auto;
  }

  .btn a {
    display: block;
    width: 100%;
    background-color: #727272;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: relative;
  }

  .btn a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 5px;
    background: url(../img/common/icon_arrow.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }

  .btn a:active {
    background-color: #727272;
  }

  #cont_about {
    padding: 65px 30px 0;
    margin-bottom: 80px;
  }

  #cont_about .title_img {
    background: url(../img/About_bg.jpg) no-repeat;
    background-size: contain;
    text-align: center;
    padding: 35% 0;
  }

  #cont_about h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }

  #cont_about p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  #cont_itemdetail {
    padding: 0 25px;
    margin-bottom: 130px;
  }

  #cont_itemdetail .img {
    margin-bottom: 15px;
  }

  #cont_itemdetail h2 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }

  #cont_itemdetail .txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 400;
  }

  #cont_itemdetail .present {
    background: linear-gradient(#fff7e3 0%, #ffeff7 100%);
    display: flex;
    padding: 8px 30px;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }

  #cont_itemdetail .present .present_img {
    width: 18px;
    margin-right: 18px;
  }

  #cont_itemdetail .present .present_txt .title {
    font-size: 15px;
  }
  #cont_itemdetail .present .present_txt .notice {
    font-size: 12px;
    font-weight: 500;
  }

  #cont_philosophy {
    position: relative;
  }

  #cont_philosophy .point_pc {
    display: none;
  }

  #cont_philosophy .txt_ver {
    writing-mode: vertical-rl;
    text-transform: uppercase;
    position: absolute;
    font-size: 14px;
    left: 10px;
  }

  #cont_philosophy .txt_ver:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #727272;
    bottom: -60px;
    left: 12px;
  }

  #cont_philosophy .point_1 {
    position: relative;
    padding: 380px 30px 0;
  }

  #cont_philosophy .point_1 .icon_point {
    width: 140px;
    position: absolute;
    top: -20px;
  }

  #cont_philosophy .point_1 h3 {
    width: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -10px;
  }

  #cont_philosophy .point_1 .notice {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    padding: 0 15px;
  }

  #cont_philosophy .point_1 .notice::before {
    content: "※";
  }

  #cont_philosophy .point_1 .img_01 {
    margin-top: 15px;
  }

  #cont_philosophy .point_1 .img_01 p {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
  }

  #cont_philosophy .point_1 .img_02 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #cont_philosophy .point_1 .img_02 ul {
    display: flex;
    justify-content: space-between;
  }

  #cont_philosophy .point_1 .img_02 ul li {
    width: 47%;
  }

  #cont_philosophy .point_1 .img_02 ul li p {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
  }

  #cont_philosophy .point_2 {
    position: relative;
    margin-top: 130px;
  }

  #cont_philosophy .point_2 .title {
    padding-right: 50px;
    position: relative;
  }

  #cont_philosophy .point_2 .icon_point {
    width: 140px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  #cont_philosophy .point_2 .title h3 {
    width: 240px;
    margin: 40px 0 0 30px;
  }

  #cont_philosophy .point_2 .list {
    padding: 40px 30px;
  }

  #cont_philosophy .point_2 .list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #cont_philosophy .point_2 .list ul li {
    width: 30%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
  }

  #cont_philosophy .point_2 .list ul li:nth-child(1),
  #cont_philosophy .point_2 .list ul li:nth-child(2),
  #cont_philosophy .point_2 .list ul li:nth-child(4) {
    margin-right: 5%;
  }

  #cont_philosophy .point_2 .list p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
  }

  #cont_philosophy .point_3 {
    position: relative;
    margin-top: 80px;
  }

  #cont_philosophy .point_3 .icon_point {
    width: 140px;
    position: absolute;
    top: -50px;
    left: 15px;
  }

  #cont_philosophy .point_3 .title .img {
    padding-left: 70px;
  }

  #cont_philosophy .point_3 .title h3 {
    position: absolute;
    width: 15%;
    top: 100px;
    left: 12%;
  }

  #cont_philosophy .point_3 .title p {
    font-size: 16px;
    padding: 30px 30px;
    margin-bottom: 42px;
  }

  #cont_philosophy .point_3 .title p span {
    font-weight: bold;
  }

  #cont_philosophy .point_3 .list {
    padding: 0 30px;
  }

  #cont_philosophy .point_3 .list h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }

  #cont_philosophy .point_3 .list li {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }

  #cont_philosophy .point_3 .notice {
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    padding: 0 15px;
    text-align: center;
  }

  #cont_philosophy .point_3 .notice::before {
    content: "※";
  }

  #cont_product {
    padding: 65px 30px 0;
    margin-bottom: 80px;
  }

  #cont_product .product {
    display: flex;
    border: 1px solid #eeeeee;
    padding: 14px;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }

  #cont_product .product_img {
    width: 120px;
    margin-right: 14px;
  }

  #cont_product .product_txt {
    flex: 1;
  }

  #cont_product .product_txt .title {
    font-size: 11px;
    margin-bottom: 14px;
  }

  #cont_product .btn {
    width: 180px;
    margin: 0;
  }

  #cont_product .btn a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
  }

  #cont_product .btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_cart.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: 36px;
    margin-top: -8px;
  }

  #cont_product .btn a:after {
    display: none;
  }

  #cont_product .notice {
    width: 180px;
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
  }

  #cont_news {
    padding: 0 25px;
    margin-bottom: 100px;
    margin-top: -100px;
    padding-top: 100px;
  }

  #cont_news h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  #cont_news .newslist li {
    font-size: 14px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    background: url(../img/common/line_dot.png) no-repeat;
    background-position: bottom;
  }

  #cont_news .newslist li p.date {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
  }

  #cont_news .newslist li p.date span {
    font-size: 11px;
    border: 1px solid #cccccc;
    border-radius: 12px;
    padding: 0px 12px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 2px;
    left: 104px;
    display: block;
  }

  #cont_news .newslist li p.title {
    font-size: 14px;
  }

  #cont_faq {
    margin-top: 100px;
    padding: 0 25px;
    margin-bottom: 100px;
  }

  #cont_faq .title h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  #cont_faq .faq dl {
    background-color: #f5f5f5;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  #cont_faq .faq dl dt {
    padding: 15px 40px 15px 38px;
    position: relative;
  }

  #cont_faq .faq dl dt:before {
    content: "Q.";
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -20px;
  }

  #cont_faq .faq dl dt:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/common/icon_plus.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
  }

  #cont_faq .faq dl dt.active:after {
    background: url(../img/common/icon_minu.png) no-repeat;
    background-size: contain;
  }

  #cont_faq .faq dl dd {
    padding: 15px 15px 15px 38px;
    position: relative;
    display: none;
  }

  #cont_faq .faq dl dd:before {
    content: "A.";
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    top: 8px;
    left: 15px;
  }

  #cont_faq .faq dl dd:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #aaaaaa 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    width: calc(100% - 30px);
    left: 15px;
  }
  .scroll_down {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 0;
  }

  .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #727272;
    z-index: 100;
    animation: circlemove 1.6s ease-in-out infinite,
      cirlemovehide 1.6s ease-out infinite;
  }
}
