@charset "UTF-8";
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url("../fonts/TTF/AktivGrotesk-Regular.ttf") format("truetype");
  src: url("../fonts/OTF/AktivGrotesk-Regular.otf") format("woff");
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url("../fonts/TTF/AktivGrotesk-Medium.ttf") format("truetype");
  src: url("../fonts/OTF/AktivGrotesk-Medium.otf") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url("../fonts/TTF/AktivGrotesk-Bold.ttf") format("truetype");
  src: url("../fonts/OTF/AktivGrotesk-Bold.otf") format("woff");
  font-weight: 700;
}

/* --------------------------------------
*  基本情報
* --------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Aktiv Grotesk",sans-serif;
  text-align: left;
  color: #FFF;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

body.fixed {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* --------------------------------------
*  メイン
* --------------------------------------*/
.wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 5.3%;
  }
}

.head02 {
  position: relative;
  color: #D80C18;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}

.txt_l {
  font-size: 2.1rem;
  font-weight: 700;
}

.txt_m {
  font-size: 1.8rem;
  font-weight: 700;
}

.txt_s {
  font-size: 1.4rem;
}

.mv {
  position: relative;
}

.mv .link_area {
  position: absolute;
  top: 40px;
  right: 80px;
}

.mv .link_area .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv .link_area .link_list li + li {
  margin-left: 50px;
}

.mv .link_area .link_list li a {
  display: inline-block;
  font-size: 1.4rem;
}

.mv .link_area .link_list li a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D80C18;
  width: 180px;
  height: 60px;
}

.lead {
  position: relative;
  background-color: #000;
  padding-top: 100px;
}

.lead .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lead .bg {
    width: 48%;
  }
}

.lead .txt_l {
  position: relative;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
  z-index: 2;
}

.lead .txt_s {
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lead .txt_s {
    margin-top: 15px;
  }
}

.features {
  background-color: #000;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .features .wrap {
    padding: 0;
  }
}

.features .wrap .features_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .features .wrap .features_list {
    display: block;
  }
}

.features .wrap .features_list .features_list_item {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .features .wrap .features_list .features_list_item {
    margin: 0 4vw;
  }
}

.features .wrap .features_list .features_list_item .txt_m {
  margin-top: 35px;
}

.features .wrap .features_list .features_list_item .txt_s {
  line-height: 1.714;
  margin-top: 18px;
}

.movie .wrap .movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movie .wrap .movie_list {
    width: 100%;
    height: 40vw;
  }
}

.movie .wrap .movie_list .movie_list_item {
  width: auto;
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movie .wrap .movie_list .movie_list_item {
    margin: 0 2vw 10px;
  }
}

.movie {
  background-color: #000;
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 0px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .movie .wrap .movie_list iframe {
    width: 100%;
    height: 47vw;
  }
}
@media screen and (max-width: 767px) {
  .movie .wrap {
    padding: 0;
  }
}

.movie_list .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #D80C18;
  cursor: pointer;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .movie_list .slick-arrow {
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid #D80C18;
  top: 133.5%;
  }
}
.movie_list .slick-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #D80C18;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .movie_list .slick-arrow::before {
    top: 14px;
  }
}
.movie_list .slick-next {
  right: 175px;
}
@media screen and (max-width: 767px) {
  .movie_list .slick-next {
    right: 4%;
    z-index: 999;
  }
}
.movie_list .slick-prev {
  left: 190px;
}
@media screen and (max-width: 767px) {
  .movie_list .slick-prev {
    left: 4%;
  }
}
.movie_list .slick-next::before {
  left: 17px;
}
.movie_list .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 17px;
}
@media screen and (max-width: 767px) {
  .movie_list .slick-next::before {
    left: 12px;
  }
  .movie_list .slick-prev::before {
    border-width: 0 0 1px 1px;
    right: 12px;
  }
}

.spec {
  background-color: #000;
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .spec {
    padding: 30px 0 100px;
  }
}

.spec .spec_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px auto 0;
  width: 680px;
}

@media screen and (max-width: 767px) {
  .spec .spec_list_wrap {
    display: block;
    width: 100%;
  }
}

.spec .spec_list_wrap .spec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .spec .spec_list_wrap .spec_list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .spec .spec_list_wrap .spec_list:last-child dt:first-of-type, .spec .spec_list_wrap .spec_list:last-child dd:first-of-type {
    border-top: none;
  }
}

.spec .spec_list_wrap .spec_list dt, .spec .spec_list_wrap .spec_list dd {
  border-top: 1px solid #2A2E33;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 0;
  width: 50%;
}

.spec .spec_list_wrap .spec_list dt:last-of-type, .spec .spec_list_wrap .spec_list dd:last-of-type {
  border-bottom: 1px solid #292d33;
}
.spec .specbnr {
  text-align: center;
  margin: 40px auto 0;
}
.spec .specbnr a {
  position: relative;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.4rem;
  padding: 1em 5em 0.8em 1em;
}

.spec .specbnr a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
}

.spec .spec_txt_wrap{
  margin: 20px auto 0;
  width: 680px;
}

@media screen and (max-width: 767px) {
  .spec .spec_txt_wrap {
    display: block;
    width: 100%;
  }
}

.spec .spec_txt_wrap .spec_txt{
  color: #b1b1b1;
font-size: 1.2rem;
line-height: 1.8;
}

.instagram {
  background-color: #000;
  padding: 0px 0 100px;
}
.instagram .follow{
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 30px;
  padding: 20px 20px 18px 20px ;
  width: 200px;
}
.instagram .thumb{
  margin: 40px auto 0;
  width: 100%;
  text-align: center;
}
.instagram .thumb ul{
  display: flex;
  flex-wrap: wrap;
}
.instagram .thumb li{
  width: 326px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .instagram .thumb{
    width: 100%;
  }
  .instagram .thumb li{
    width: 50%;
  }
}

.item_area {
  background-color: #2A2E33;
  padding: 100px 0;
}

.item_area .item_name {
  margin: 0 auto;
  width: 372px;
}

@media screen and (max-width: 767px) {
  .item_area .item_name {
    width: 297px;
  }
}

.item_area .announce {
  background-color: #FFF;
  margin: 40px auto 0px;
  padding: 20px;
}
.item_area .announce .txt {
  color: #d80000;
  font-size: 1.2rem;
  line-height: 1.6;
}
.item_area .announce .txt2 {
  margin-top: 10px;
  color: #d80000;
  font-size: 1.2rem;
  line-height: 1.6;
}
.item_area .announce .txt span{
  color: #06c755;
  border-bottom:1px solid;
}

.item_area .item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .item_area .item_flex {
    display: block;
    margin-top: 0px;
  }
}

.item_area .item_flex .img {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .item_area .item_flex .img {
    width: 100%;
  }
}

.item_area .item_flex .txt_area {
  background-color: #000;
  padding: 50px 40px 0 40px;
  width: 610px;
}

@media screen and (max-width: 767px) {
  .item_area .item_flex .txt_area {
    padding: 30px 20px 20px 20px;
    width: 100%;
  }
}

.item_area .item_flex .txt_area .name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.item_area .item_flex .txt_area .sub {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.item_area .item_flex .txt_area .sub2 {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

.item_area .item_flex .txt_area .price {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .item_area .item_flex .txt_area .price {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.item_area .item_flex .txt_area .product .border01 {
padding: 10px 0 5px;
  margin: 15px 0 0 0;
  border-top: 1px solid #2A2E33;
}

.item_area .item_flex .txt_area .product .border02 {
  padding: 10px 0 5px;
  margin: 15px 0 0 0;
  border-top: 1px solid #2A2E33;
  }




.item_area .item_flex .txt_area .price span {
  font-size: 1rem;
}

.item_area .item_flex .ctabtn01 {
  margin: 10px 0 10px;
}
.item_area .item_flex .ctabtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  width: auto;
  height: 40px;
}

.item_area .item_flex .txt_area .btn a {
  background-color: #ffffff;
  color: #000;
  margin-bottom: 30px;
}
.item_area .item_flex .txt_area .btn_square a {
  background-color:#d80000;
  height: 40px;
}
.item_area .item_flex .txt_area .btn_amazon a {
  background-color: #fe7900;
  height: 40px;
}
.item_area .item_flex .txt_area .btn_rakuten a {
  background-color: #d80000;
  height: 40px;
}
.item_area .item_flex .txt_area .btn_yahoo a {
  background-color: #ff0033;
  height: 40px;
}
.item_area .item_flex .txt_area .stock {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.item_area .item_flex .txt_area .stock span{
  color: #06c755;
}
.item_area .item_flex .txt_area .shogakukin {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.item_area .item_flex .txt_area .shogakukin span{
  color:#d80000;
  text-decoration:underline;
}
.item_area .item_flex .txt_area .price02 {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}


@media screen and (max-width: 767px) {
  .item_area .item_flex .ctabtn01 {
    display: block;
    margin: 5px 0 10px;
  }
  .item_area .item_flex .ctabtn01 a {
    margin-top: 10px;
    width: 100%;
    height: 40px;
  }
  .item_area .item_flex .ctabtn02 {
    display: block;
  }
  .item_area .item_flex .ctabtn02 a {
    margin-top: 10px;
    width: auto;
  }
  .item_area .item_flex .txt_area .btn_amazon a {
    margin-right: 0px;
    height: 40px;
  }
  .item_area .item_flex .txt_area .btn_rakuten a {
    height: 40px;
  }
  .item_area .item_flex .txt_area .btn_yahoo a {
    height: 40px;
  }
}


.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  width: 140px;
}

.slick-dots li.slick-active button {
  background-color: #FFF;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  background-color: #2A2E33;
  text-indent: -9999px;
  width: 20px;
  height: 6px;
}

/* --------------------------------------
*  試打分岐
* --------------------------------------*/
.selection{
  margin: 20px auto 0;
  text-align: center;
z-index: 1;
}
.selection li{
  display: inline-block;
  margin: 20px;
}
.selection img{
  width: 335px;
}
.trialhit{
  background-color: #000;
  padding: 100px 0 100%;
}
@media screen and (max-width: 767px) {
  .selection li{
    margin: 10px;
  }
  .selection img{
    width: 300px;
  }
  .trialhit{
    padding: 60px 0 auto;
  }
}
.trialhit .txt_l {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
  z-index: 2;
}
/* --------------------------------------
*  店舗試打
* --------------------------------------*/
.trial {
  position: relative;
  background-color: #000;
  padding: 120px 0 100px;
}
.trial .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .trial .bg {
    width: 48%;
  }
}
.trial .txt_l {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
  z-index: 2;
}
.trial .txt_s {
  line-height: 2;
  margin-top: 20px;
  text-align: center;
  z-index: 2;
  font-weight: bold;
  color: #d80000;
}
@media screen and (max-width: 767px) {
  .trial .txt_s {
    line-height: 1.6;
    text-align: left;
    z-index: 2;
  }
}
.trial .ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.trial .map {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trial .map {
    height: 200px;
  }
}
.trial .navi{
  display: flex;
  font-size: 1.3rem;
  margin-top: 40px;
  z-index: 2;
  text-align: center;
}
.trial .navi a{
  margin-right: 5px;
  z-index: 2;
}
.trial .navi p{
  padding: 20px 20px 18px 20px;
  margin-top: -10px;
  background-color: #292d33;
}
@media screen and (max-width: 767px) {
  .trial .navi{
    display: block;
    margin-top: 20px;
  }
  .trial .navi a{
    margin-top: 8px;
  }
  .trial .navi p{
    padding: 15px 20px 14px 15px;
  }
}
/* --------------------------------------
*  試打貸出
* --------------------------------------*/
.rental {
  position: relative;
  background-color: #000;
  padding: 120px 0 100px;
}
.rental .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .rental .bg {
    width: 48%;
  }
}
.rental .txt_l {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
  z-index: 2;
}
.rental .ttl_r {
  font-size: 1.6rem;
  margin: 40px 0 10px;
  color: #d80000;
  font-weight: bold;
}
.rental .txt {
  font-size: 1.4rem;
  line-height: 2;
}
.rental .txt a {
  font-weight: bold;
  text-decoration:underline;
  color: #d80000;
}
.rental .btn_r{
  margin: 30px 0 40px;
}
.rental .btn_r a{
  font-size: 1.6rem;
  padding: 20px 20px 15px;
  background-color: #d80000;
  color: #fff;
}
.rental .rentalimg{
  margin-top: 20px;
 width: 80%;
}
@media screen and (max-width: 767px) {
  .rental .rentalimg{
text-align: center;
margin: 20px auto 0px;
  }
}
.rental .cst {
  margin-top: 20px;
  width:240px ;
}
/* --------------------------------------
*  スペック
* --------------------------------------*/
.detail {
  position: relative;
  background-color: #000;
  padding: 120px 0 100px;
}
.detail .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .detail .bg {
    width: 48%;
  }
}
.detail .txt_l {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
  z-index: 2;
}
.detail .ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.detail .txt {
  font-size: 1.4rem;
  line-height: 2;
}
.detail .txt2 {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
}
.figure1,.figure3 {
  margin-top: 40px;
  width: 100%;
}
.figure2 {
  text-align: center;
  margin: 40px auto 0;
  width: 320px;
}
/* --------------------------------------
*  サブページ
* --------------------------------------*/
.venue {
  padding: 60px 0 20px;
}
.venue .name {
  padding-top: 40px;
  border-top: 1px solid #4a4c4e;
}
.venue .reserve {
  margin-top: 10px;
  text-align: center;
  padding: 10px 0 9px ;
  background-color: #D80C18;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  width: 140px;
}
.venue .place {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.6;
}
.venue .url {
  font-size: 1.4rem;
  margin-top: 15px;
  color: #D80C18;
  text-decoration:underline;
}

.close {
  margin: 60px auto 0;
  text-align: center;
  justify-content: space-between;
}
.close a {
  padding: 1.5em 4.5em;
  width: 180px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  background-color: #2b2b2b;
}
.trialbnr {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 180px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .trialbnr {
    right: 0;
    bottom: 0;
    width: 12rem;
  }
}
.subcontact {
  border: 1px solid #4a4c4e;
  padding: 30px 30px 30px;
  margin-top: 60px;
}
.subcontact .ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.subcontact .btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #06c755;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.2em 4em 1em 1em;
  width: 100%;
}

.subcontact .btn a::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
}
.trial .soon {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #D80C18;
}
@media screen and (max-width: 767px) {
  .trial .soon {
    margin-top: 5px;
  }
}



/* --------------------------------------
*  フッター
* --------------------------------------*/
.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 60px 0px;
}

@media screen and (max-width: 767px) {
  .footer_wrap {
    display: block;
    width: auto;
    padding: 40px 5.3% 25px;
  }
}

.footer_wrap * {
  color: #000;
}

.footer_wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer_wrap .left {
    display: block;
  }
}

.footer_wrap .left .logo {
  margin-right: 30px;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .left .logo {
    width: 26.6%;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrap .left .txt_area {
    margin-top: 30px;
  }
}

.footer_wrap .left .txt_area .company {
  font-size: 1.6rem;
  font-weight: 700;
}

.footer_wrap .left .txt_area .adress {
  font-size: 1.4rem;
}

.footer_wrap .left .txt_area .adress span {
  display: inline-block;
  margin-left: 20px;
  width: 25px;
}

.footer_wrap .left .txt_area .contact {
  margin-top: 14px;
}

.footer_wrap .left .txt_area .contact a {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #06c755;
  font-size: 1.4rem;
  padding: 1.2em 0 1em 1em;
  width: 100%;
}

.footer_wrap .left .txt_area .contact2 {
  margin-top: 10px;
}

.footer_wrap .left .txt_area .contact2 a {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #000000;
  font-size: 1.4rem;
  padding: 1.2em 0 1em 1em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer_wrap .left .txt_area .contact a {
    width: 60%;
  }
  .footer_wrap .left .txt_area .contact2 a {
    width: 60%;
  }
}

.footer_wrap .left .txt_area .contact a::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
}

.footer_wrap .left .txt_area .contact2 a::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
}

.footer_wrap .right .pagetop {
  text-align: right;
}

.footer_wrap .right .copyright {
  font-size: 1.2rem;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .right .copyright {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */


/* --------------------------------------
*  CSR
* --------------------------------------*/

.csr {
  background-color: #000;
  padding: 70px 0 100px;
}

.csr .bg {
  width: 100%;
}
.csr .shipttl {
text-align: center;
margin: auto;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .csr .shipttl {
    width: 220px;
  }
}
.csr .txt_csr{
  font-size: 1.6rem;
  line-height: 2.4;
  width: 78%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .csr .txt_csr{
    font-size: 1.6rem;
    line-height: 2.2;
    width: 95%;
    margin: auto;
  }
}
.csr .venue {
  padding-top: 50px;
}
.shogakulogo{
  width: 160px;
  margin: auto;
  z-index: 99;
}
.achieve {
  margin: auto;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .achieve {
    width: 95%;
    margin-top: 60px;
  }
}
.achieveimg{
  width: 25%;
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .achieveimg{
    width: 100%;
    margin: auto;
    float: none;
  }
}
.achievename{
  margin-top: 40px;
  font-size: 1.6rem;
}
.achievename span{
  font-size: 2rem;
  font-weight: bold;
}
.achieve .txt{
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}
.achieve .line{
  border:1px solid #262626;
}
.achieve .y23 {
  font-size: 1.6rem;
  margin :80px auto 30px;
}
.floatbtn{
  position: fixed;
  bottom: 0;
  width: 100%;
}
.floatbtn p{
  color: fff;
  background-color: #d80000;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px;
}
.cooperation {
  margin-top: 40px;
}
.cooperation  p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.cooperation a{
  color: #d80000;
}

/* --------------------------------------
*  legalinfo
* --------------------------------------*/
.legalinfo {
  background-color: #000;
  padding: 80px 0 100px;
}
.legalinfo .txt_l{
  text-align: center;
  margin: auto;
}

.legalinfo .venue ul{
  font-size: 1.4rem;
  width: 90%;
  margin: auto;
}
.legalinfo .venue li{
  line-height: 1.8;
  margin-top: 15px;
}

/* --------------------------------------
*  news
* --------------------------------------*/

.news {
  width: 100%;
  z-index: 999;
  padding: 15px 20px;
  background-color: #d80000;
  height: 100px;
  position: relative;
}

.news .nyuka{
  width: 70px;
  float: left;
  margin-bottom: 10px;
  }

.news p{
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  left: 12rem;
  padding-top: auto;
  position: absolute;
  top: 38%;
}

@media screen and (max-width: 767px) {
  .news p{
    text-align: left;
    padding-right: 1rem;
    left: 11rem;
    top: 28%;
  }
}

.itemnews{
  position: relative;
  background-color: #d80000;
  padding: 15px;
  margin-top: 40px;
  height: 100px;
}
.itemnews .nyuka{
width: 70px;
float: left;
}
.itemnews p{  
  position: absolute;
  font-size: 1.6rem;
  line-height: 1.6;
  left: 11rem;
  top: 4rem;
}
@media screen and (max-width: 767px) {
  .itemnews p{
    text-align: left;
    padding-right: 1rem;
    left: 10rem;
    top: 2.8rem;
  }
}

.regal{
  margin-top: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .regal{
    margin-top: 30px;
  }
}

/* --------------------------------------
*  今すぐ購入
* --------------------------------------*/

.buynow{
  background-color: #000;
  padding: 30px 0;
}
.buynowbtn {
  text-align: center;
  background-color: #d80000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: auto;
  padding: 22px 0 20px;
  width: 70%;
  border-radius: 5px;
}