@charset "UTF-8";
/*
Theme Name: LP Original Theme
Description: LP Original Theme
Author: Ann Tachibana
Version: 1.0
*/
/*======================================
default
/*======================================*/
html {
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-wrap: break-word;
  text-align: left;
}
body {
  background: none;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  pointer-events: none;
}
/*======================================
default setting
/*======================================*/
.none {
  display: none
}
.rotate {
  font-size: 110%;
  margin-left: 0.2em;
  transform: rotate(10deg);
}
.text-none {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-width: 0px;
  padding: 0;
  font-size: 0;
}
a {
  outline: 0;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:focus, :focus-ring {
  outline: 0;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:after, a:hover:after {
  transition: all 0.3s ease;
}
/*----------------------------------
type
------------------------------------*/
html, body { /*〜567px*/
  font-size: 4.5vw;
  line-height: 1.6em;
  color: #585858;
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6, table, blockquote, input, textarea {
  margin-top: 0;
  padding: 0;
}
p {
  line-height: 1.6em;
}
span {
  display: inline-block;
}
@media screen and (min-width: 568px) { /*568px〜767px*/
  html, body {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) { /*768px〜1023px*/
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) { /*1024px〜*/
  html, body {
    font-size: 20px;
  }
}
/*======================================
layout
/*======================================*
/*responsible=============*/
/*all*/
.wating {
  margin: 500px auto;
  text-align: center;
}
article, section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.wrap {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
.min-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.img-wrap {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.inline-wrap {
  display: inline-block;
  text-align: center;
}
.center-img {
  overflow: hidden;
  position: relative;
}
.img-center img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, .7);
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.flex {
  width: 100%;
  justify-content: center;
}
.flex-SP, .flex-SP-rest {
  display: flex;
  flex-wrap: wrap;
}
.flex-SB {
  justify-content: space-between;
}
.flex-RE {
  flex-direction: row-reverse;
}
.flex-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-start {
  justify-content: start;
}
.flex2, .flex3 {
  width: 100%;
  margin: 0;
}
.sp-only {
  display: block;
}
.sp-tab {
  display: block;
}
.tab {
  display: none;
}
.pc, img.pc {
  display: none;
}
.pc-only {
  display: none;
}
@media screen and (min-width:768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .flex2 {
    width: calc((100% - 3em)/2);
    margin-right: 3em;
  }
  .flex3 {
    width: calc((100% - 3em*2)/3);
    margin-right: 3em;
  }
  .flex4 {
    width: calc((100% - 4%em*3)/4);
    margin: 0 4% 0 0;
  }
  .flex5 {
    width: calc((100% - 3%em*4)/5);
    margin: 0 3% 0 0;
  }
  .flex2:nth-of-type(2n), .flex3:nth-of-type(3n), .flex4:nth-of-type(4n), .flex5:nth-of-type(5n) {
    margin-right: 0;
  }
  .flex-re .flex2:first-of-type {
    margin-right: 0;
  }
  .flex-re .flex2:last-of-type {
    margin-right: 3em;
  }
  .sp-only {
    display: none;
  }
  .sp, img.sp {
    display: none;
  }
  .tab {
    display: block;
  }
  .pc, img.pc {
    display: block;
  }
}
@media screen and (min-width:769px) { /*PC以上*/
  .tab {
    display: none;
  }
  .sp-tab {
    display: none;
  }
  .pc-only {
    display: block;
  }
}