@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kosugi&display=swap');

/* index only */
body {
  font-size: 1.8rem;
}
@media (max-width:575px){
  body {
    font-size: 1.3rem;
  }
}

section {
  background: #fff;
  
}

section a img {
  transition: .3s;
}

section a:hover img {
  opacity: .7;
}


/* headline */
.headline {
  background: #FFFFFF;
}

@media (max-width:575px){
  .headline {
    padding: 0 0 15px;
  }
}

.headline h2 {
  margin-bottom: 1.5rem;
}

.headline_txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  
}
@media (max-width:1024px){
  .headline_txt {
    padding: 0 15px;
    text-align: left;
  }
}
@media (max-width:767px) {
  .headline_txt {
    font-size: 1.8rem;
  }
}
@media (max-width:575px) {
  .headline_txt {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

.headline_mov {
  max-width: 800px;
  text-align: center;
  margin: 1em auto 0;
}

@media (max-width:767px){
  .headline_mov {
    padding: 0 15px;
  }
}

h3 {
  margin-bottom: 10px;
}





/* button */
.button {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  height: 51px;
  line-height: 45px;
  border-radius: 45px;
  font-weight: 500;
  color: #fff;
  border: 3px solid #444;
  background: #444;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}

@media (max-width:575px){
  .button {
    margin: 0 auto;
    width: 100%;
    transition: 0.1s ease;
  }
}

@media (min-width:576px){
  .button:hover {
    text-decoration: none;
    color: #fff;
    border: 3px solid #444;
    background-color: rgba(68, 68, 68, 0.7);
  }
}

@media (max-width:575px){
  .button:active {
    text-decoration: none;
    color: #fff;
    border: 3px solid #444;
    background-color: rgba(68, 68, 68, 0.7);
  }
}

.button-signup {
  border-top: 3px solid transparent;
  border-right: 3px solid #59c3ea;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #f098df;
  color: var(--primary);
  background: -moz-linear-gradient(to right, #f098df, #59c3ea);
  background: -webkit-linear-gradient(to right, #f098df, #59c3ea);
  background: linear-gradient(to right, #f098df, #59c3ea);
  overflow: hidden;
}

.button-signup span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  line-height: 45px;
}

@media (min-width:576px){
  .button-signup:hover {
    text-decoration: none;
    border-color: #e00012;
    color: #e00012;
  }
}
@media (max-width:575px){
  .button-signup:active {
    text-decoration: none;
    border-color: #e00012;
    color: #e00012;
  }
}

.btn-sample {
  display: block;
  font-size: 1.5rem;
  border: 1px solid #00b3d6;
  border-radius: 4px;
  color: #00b3d6;
  height: 34px;
  letter-spacing: .1em;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  transition: .3s;
}

.btn-sample:hover {
  background: #00b3d6;
  color: #fff;
}



.heading {
  background: #f7f9f9;
  padding: 30px;
  text-align: center;
}

.heading > div {
  display: inline-block;
}


.sec-disc {
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  background: #f96a99;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.8;
  padding: 0 0.5em;
  border-radius: 6px;
}

@media (max-width:575px){
  .sec-disc {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }
}


.comment {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
}

.comment dt {
  color: #fd579d;
  font-weight: normal;
  margin-bottom: 10px;
}

@media (max-width:575px){
  .comment dt {
    margin-bottom: 5px;
  }
}

.comment dd {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width:575px){
  .comment dd {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.item-disc {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4646a3;
}

@media (max-width:575px){
  .item-disc {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.item-photo {
  margin-bottom: 15px;
}

@media (max-width:767px){
  .item-photo {
    max-width: 75%;
  }
}

.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width:768px){
  .w-md-75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .07em;
}

@media (max-width:767px){
  h3 {
    font-size: 1.8rem;
  }
}

@media (max-width:575px){
  h3 {
    font-size: 1.5rem;
  }
}

h3 a {
  color: #222;
}

h3 a:hover {
  color: rgba(34, 34, 34, 0.75);
}

h3 span {
  padding-left: 1.5em;
  font-size: 1.3rem;
  font-weight: normal;
  color: #aaa;
}


.item {
  display: block;
  text-align: center;
}

.item p {
  margin: 5px 0;
  font-size: 1.2rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item img {
  max-height: 180px;
  width: auto;
}


.main-slider {
  
}

.prev {
  position: absolute;
  top: 30%;
  left: -30px;
  font-size: 200%;
}

@media (max-width:575px){
  .prev {
    left: -10px;
  }
}

.next {
  position: absolute;
  top: 30%;
  right: -30px;
  font-size: 200%;
}

@media (max-width:575px){
  .next {
    right: -10px;
  }
}

.prev,
.next {
  transition: 0.2s;
}

@media (min-width:576px){
  .prev:hover,
  .next:hover {
    color: var(--secondary);
  }
}
@media (max-width:575px){
  .prev:active,
  .next:active {
    color: var(--secondary);
  }
}


.col-item {
  font-size: 1.3rem;
}
/*
  background: #fff;
  border-radius: 3px;
*/
}

@media (max-width:575px){
  .col-item {
    font-size: 1.0rem;
  }
}

.col-item a {
  display: block;
  color: #222;
  transition: 0.2s;
  height: 100%;
}

.col-item a:hover {
  text-decoration: none;
  color: var(--primary);
}

.col-item a:hover .col-item-img img {
  opacity: 0.8;
}

.col-item-img {
  text-align: center;
}

.col-item-img img {
  max-height: 220px;
  margin: 0 auto;
  padding: 0;
  transition: 0.3s;
}

@media (max-width:991px){
  .col-item-img img {
    max-height: 160px;
  }
}

@media (max-width:767px){
  .col-item-img img {
    max-height: 160px;
  }
}

@media (max-width:575px){
  .col-item-img img {
    max-height: 120px;
    padding: 0;
  }
}
/*
.col-item-txt {
  min-height: 112px;
}

@media (max-width:991px){
  .col-item-txt {
    min-height: 112px;
  }
}

@media (max-width:575px){
  .col-item-txt {
    min-height: 95px;
  }
}
*/

.sale-item {
  text-align: center;
  position: relative;
}

@media (max-width:575px){
  .sale-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.sale-item a {
  text-decoration: none;
}

.sale-item p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222;
}

@media (max-width:575px){
  .sale-item p {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.3;
  }
}

.sale-item p.tag {
  display: inline-block;
  margin: 0 auto 5px;
  padding: 5px;
  width: 50%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width:575px){
  .sale-item p.tag {
    width: 70%;
  }
}

.sale-item p.tag {
  background: #f13737;
}

.sale-item figure,
.sale-item a figure {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.sale-item figure img,
.sale-item a figure img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition :all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
  /*border: 1px solid #ddd;*/
}

@media (min-width: 576px){
  .sale-item a:hover > figure img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
  }
}

@media (max-width: 575px){
  .sale-item a:active > figure img {
    opacity: 0.8;
  }
}

@media (min-width:992px){
  .sale-item figure img,
  .sale-item a figure img {
    max-height: 300px;
    width: auto;
  }
}
@media (max-width:991px){
  .sale-item figure img,
  .sale-item a figure img {
    max-height: 220px;
    width: auto;
  }
}
@media (max-width:575px){
  .sale-item figure img,
  .sale-item a figure img {
    max-height: 140px;
    width: auto;
  }
}

.sale-item_off figure {
  display: inline-block;
  background: #000;
}

.sale-item_off figure img {
  display: block;
  opacity: 0.5;
}


