@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format("opentype");
  font-display: swap;
}

html {
  height: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  height: 100%;
  /*overflow: hidden;*/
  background-color: #fff;
}

.wrapper {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

main {
  background-color: #fff;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 86%;
    max-width: inherit;
    margin-left: 9%;
  }
}

/*--- link ---*/
a {
  color: #333;
}

a:link, a:hover, a:active, a:focus {
  color: #333;
  border: none;
  text-decoration: none;
}

/*---------------------------
		header / nav
----------------------------*/
header {
  position: relative;
  background-color: #000;
  height: 56px;
}

header h1 a {
  display: inline-block;
  padding: 14px 30px 0;
  background-color: #000;
}

header h2 {
  display: inline-block;
  overflow: hidden;
}

header h2 a {
  display: block;
  padding: 0px 50px;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
}

header nav h2 img {
  height: 40px;
  width: auto;
  margin-top: 7px;
}

header nav {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav a {
  color: #fff !important;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav #gnav {
  margin-right: 60px;
}

header nav #gnav li {
  position: relative;
}

header nav #gnav li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
  font-size: 16px;
  font-size: 1.14286rem;
  padding: 0 35px;
  position: relative;
}

header nav #gnav li a:after {
  content: '';
  width: 56%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  left: 22%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

header nav #gnav li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header nav #gnav li a.current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header nav #gnav li dl {
  position: absolute;
  top: 56px;
  left: 10px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0px;
  width: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  width: 500px;
}

header nav #gnav li dl.open {
  z-index: 9999;
  opacity: 1;
  left: 0;
}

header nav #gnav li dl dd {
  padding: 0 40px;
  margin-bottom: 20px;
  float: left;
  width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header nav #gnav li dl dd:nth-of-type(2n+1) {
  clear: both;
}

header nav #gnav li dl dd a {
  font-size: 14px;
  font-size: 1rem;
  height: auto;
  line-height: 1.4;
  padding: 0;
  white-space: nowrap;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 15px;
  background: url(../images/arrow1.png) no-repeat 0 50%;
  background-size: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

header nav #gnav li dl dd a:after {
  bottom: -5px;
  left: 15px;
  width: calc(100% - 15px);
  -webkit-transform-origin: left;
  transform-origin: left;
}

header nav #gnav li dl dd a:hover {
  background-position-x: 3px;
  opacity: 0.9;
}

header nav #gnav li dl dd a.current {
  background-position-x: 3px;
  opacity: 0.9;
}

header nav #gnav li dl dd a.current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header nav #gnav li dl dd:last-of-type {
  margin-bottom: 30px;
}

/*header nav h2{
  height: 55px;
  overflow: hidden;
}*/
header nav #sns {
  margin-right: 25px;
}

header nav #sns a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-indent: -9999px;
}

header nav #sns .fb a {
  background: url(../images/icon_fb.png) no-repeat 50% 50%;
  background-size: 10px;
}

header nav #sns .insta a {
  background: url(../images/icon_insta.png) no-repeat 50% 50%;
  background-size: 20px;
}

@media screen and (max-width: 768px) {
  header {
    position: relative;
    background-color: #000;
    height: auto;
  }
  header h1 {
    width: 200px;
  }
  header h1 a {
    display: inline-block;
    padding: 14px 15px;
    background-color: #000;
  }
  header h2 {
    text-align: center;
    width: calc(100% - 80px);
    margin-right: 0px;
  }
  header h2 img {
    width: 100px;
    height: auto;
    margin: 0;
  }
  header nav h2 img {
    height: auto;
    width: 100px;
    margin-top: 0px;
  }
  header h2 a {
    display: inline-block;
    padding: 10px 0;
    background-color: #333;
    width: 100%;
    height: auto;
  }
  header nav {
    position: absolute;
    right: auto;
    left: 0;
    top: 56px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5% 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav a {
    color: #fff !important;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }
  header nav #gnav {
    margin-right: 0px;
    display: block;
  }
  header nav #gnav li {
    position: relative;
    border-bottom: 1px solid #333;
  }
  header nav #gnav li:last-child {
    border: 0px;
  }
  header nav #gnav li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
    font-size: 16px;
    font-size: 1.14286rem;
    padding: 0 35px;
    position: relative;
  }
  header nav #gnav li a:after {
    display: none;
  }
  header nav #gnav li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  header nav #gnav li a.current:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  header nav #gnav li dl {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 9999;
    background: rgba(82, 76, 76, 0.5);
    padding: 20px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header nav #gnav li dl.open {
    width: 100%;
    opacity: 1;
  }
  header nav #gnav li dl dd {
    padding: 0 2%;
    margin-bottom: 10px;
    width: 50%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav #gnav li dl dd a {
    font-size: 12px;
    font-size: 0.85714rem;
    height: auto;
    line-height: 1.4;
    padding: 0;
    white-space: nowrap;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 15px;
    background: url(../images/arrow1.png) no-repeat 0 50%;
    background-size: 5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  header nav #gnav li dl dd a:after {
    display: none;
  }
  header nav #gnav li dl dd a:hover {
    background-position-x: 3px;
    opacity: 0.9;
  }
  header nav #gnav li dl dd:last-of-type {
    margin-bottom: 0px;
  }
  header nav #sns {
    margin: 0px auto;
    width: 50px;
  }
  header nav #sns a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-indent: -9999px;
  }
  header nav #sns .fb {
    margin-right: 10px;
  }
  header nav #sns .fb a {
    background: url(../images/icon_fb.png) no-repeat 50% 50% #000;
    background-size: 10px;
  }
  header nav #sns .insta a {
    background: url(../images/icon_insta.png) no-repeat 50% 50% #000;
    background-size: 20px;
  }
  .menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 9997;
    cursor: pointer;
  }
  .menu:after {
    content: '';
    background-color: #000;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27.5px 0 0 -24px;
    z-index: -1;
  }
  .menu .menu-trigger,
  .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu .menu-trigger {
    position: relative;
    width: 24px;
    height: 20px;
  }
  .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 8.5px;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
}

/*---------------------------
		kvmovie
----------------------------*/

.kvmovie {
	position: relative;
	width: 100%;
	height: 700px;
}
.video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.video video {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
.kvmovie {
	position: relative;
	width: 100%;
	height: 250px;
}

.video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.video video {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
}

/*---------------------------
		scroll
----------------------------*/
#mv {
  clear: both;
  margin-bottom: 140px;
  position: relative;
}

#mv #slider li {
  max-height: 700px;
  overflow: hidden;
}

#mv .ttl {
  position: absolute;
  bottom: 45px;
  left: 50px;
  color: #fff;
  line-height: 1.2;
  font-size: 46px;
  font-size: 3.28571rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 2px #333,0px 0px 2px #333,0px 0px 2px #333;
  z-index: 10;
}

#mv .ttl img {
  display: inline-block;
  margin-bottom: -5px;
}

#mv .ttl small {
  display: block;
  font-size: 15px;
  font-size: 1.07143rem;
  letter-spacing: 0.4em;
  font-weight: 300;
  margin-top: 5px;
}

#mv .scroll {
  position: absolute;
  bottom: -65px;
  left: 50%;
  z-index: 999;
  font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-left: -15px;
}

#mv .scroll i {
  display: inline-block;
  background: url(../images/scroll.png) no-repeat 0 0;
  background-size: 9px;
  width: 9px;
  height: 47px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -4.5px;
  -webkit-animation: act 3s ease-in 0s infinite normal;
  animation: act 3s ease-in 0s infinite normal;
}

@media screen and (max-width: 768px) {
  #mv {
    clear: both;
    margin-bottom: 120px;
    position: relative;
  }
  #mv #slider li {
    max-height: 500px;
    overflow: hidden;
  }
  #mv .ttl {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #fff;
    line-height: 1.1;
    font-size: 22px;
    font-size: 1.57143rem;
  }
  #mv .ttl img {
    display: inline-block;
    margin-bottom: -7px;
    width: 60%;
  }
  #mv .ttl small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-size: 0.78571rem;
    letter-spacing: 0.4em;
  }
  #mv .scroll {
    position: absolute;
    bottom: -55px;
    left: 50%;
    z-index: 999;
    font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    margin-left: -15px;
  }
  #mv .scroll i {
    display: inline-block;
    background: url(../images/scroll.png) no-repeat 0 0;
    background-size: 9px;
    width: 9px;
    height: 47px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -4.5px;
    -webkit-animation: act 3s ease-in 0s infinite normal;
    animation: act 3s ease-in 0s infinite normal;
  }
}

@-webkit-keyframes act {
  0% {
    top: -200px;
  }
  100% {
    top: 50px;
  }
}

@keyframes act {
  0% {
    top: -200px;
  }
  100% {
    top: 50px;
  }
}

/*---------------------------
		contact_f
----------------------------*/
#contact_f {
  background: url(../images/line2.png) repeat-x 0 0 #f88601;
  background-size: 32px;
  text-align: center;
  padding: 35px 0 40px;
  color: #fff;
}

#contact_f.ver2 {
  position: relative;
  background: #f88601;
  z-index: 10;
}

#contact_f.ver2:before {
  content: '';
  background: url(../images/line3.png) repeat-x 0 0;
  background-size: 32px;
  height: 7.5px;
  width: 100%;
  position: absolute;
  top: -7.5px;
  left: 0;
  z-index: 1;
}

#contact_f h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

#contact_f .btn {
  margin-top: 15px;
}

#contact_f .btn a {
  display: inline-block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  background: url(../images/arrow2.png) no-repeat 95% 50% #fff;
  background-size: 5px;
  color: #f88601;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  position: relative;
}

#contact_f .btn a span {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/icon_contact.png) no-repeat 0 50%;
  background-size: 21px;
}

#contact_f .btn a:after {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 8%;
  left: 1.5%;
  width: 97%;
  height: 80%;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}

#contact_f .btn a:hover {
  background: url(../images/arrow1.png) no-repeat 95% 50% #f88601;
  background-size: 5px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
  box-shadow: 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
}

#contact_f .btn a:hover span {
  background: url(../images/icon_contact_on.png) no-repeat 0 50%;
  background-size: 21px;
}

#contact_f .btn a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #contact_f {
    background: url(../images/line2.png) repeat-x 0 0 #f88601;
    background-size: 16px;
    text-align: center;
    padding: 35px 0 60px;
    color: #fff;
  }
  #contact_f .inner {
    width: 90%;
    margin: 0 auto;
  }
  #contact_f h2 {
    font-size: 18px;
    font-size: 1.28571rem;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
  }
  #contact_f p {
    line-height: 1.4;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #contact_f .btn {
    margin-top: 15px;
  }
  #contact_f .btn a {
    display: inline-block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: url(../images/arrow2.png) no-repeat 95% 50% #fff;
    background-size: 5px;
    color: #f88601;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
  }
  #contact_f .btn a span {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/icon_contact.png) no-repeat 0 50%;
    background-size: 21px;
  }
}

/*---------------------------
		footer
----------------------------*/
footer {
  background-color: #f7b500;
  color: #fff;
  padding: 30px 0 20px;
  position: relative;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  margin: 0 auto 40px;
}

footer ul li {
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.92857rem;
}

footer ul li h2 {
  margin-right: 40px;
}

footer ul li:nth-child(2) {
  padding-top: 5px;
  white-space: nowrap;
}

footer ul li:nth-child(2) a {
  color: #fff !important;
}

footer ul li:nth-child(2) a:hover {
  text-decoration: underline;
}

footer .copy {
  text-align: center;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 1.2;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  footer {
    background-color: #f7b500;
    color: #fff;
    padding: 30px 0 20px;
    position: relative;
  }
  footer .inner {
    width: 90%;
    margin: 0 auto;
  }
  footer ul {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto 20px;
  }
  footer ul li {
    line-height: 1.6;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  footer ul li h2 {
    width: 160px;
    margin: 0 auto 20px;
  }
  footer ul li:nth-child(2) {
    padding-top: 0px;
    text-align: center;
  }
  footer ul li:nth-child(2) small {
    display: block;
    font-size: 11px;
    font-size: 0.78571rem;
    margin-bottom: -1em;
  }
  footer ul li:nth-child(2) a {
    color: #fff !important;
  }
  footer ul li:nth-child(2) a:hover {
    text-decoration: underline;
  }
}

/*---------------------------
		pageTop
----------------------------*/
#pageTop {
  position: absolute;
  right: 50px;
  top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/pagetop.png) no-repeat center center #fff;
  background-size: 9px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 100;
}

#pageTop:hover {
  background-position: center 44%;
  -webkit-box-shadow: 0px 0px 1px #000,0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000,0px 0px 1px #000;
}

@media screen and (max-width: 768px) {
  #pageTop {
    right: 2%;
  }
}

/*---------------------------
		overlay
----------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  display: none;
}

/*---------------------------
		modal
----------------------------*/
#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  width: 700px;
  height: 394px;
  margin-left: -350px;
  margin-top: -197px;
}

#modal .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#modal .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#modal .close {
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -35px;
  right: 0px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 100px;
  }
  #modal .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #modal .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #modal .close {
    background: url(../images/close.png) no-repeat 0 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -35px;
    right: 0px;
    cursor: pointer;
  }
}

/*---------------------------
		h2
----------------------------*/
h2.ttl {
  position: absolute;
  top: 0;
  left: -80px;
  font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700 !important;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  h2.ttl {
    left: -11%;
    font-size: 14px;
    font-size: 1rem;
  }
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}

/*-----------------------
		anime
------------------------*/
main .pic {
  clear: both;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

main .pic img {
  opacity: 1;
}

main .pic:before {
  content: '';
  background-color: #fff;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform-origin: right;
  transform-origin: right;
}

main .pic:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform-origin: right;
  transform-origin: right;
  opacity: 1;
}

main .pic.right {
  float: right;
}

main .pic.right:before {
  -webkit-transform-origin: left;
  transform-origin: left;
}

main .pic.right:after {
  -webkit-transform-origin: left;
  transform-origin: left;
}

main .pic.picAnime:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

main .pic.picAnime:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

main .pic.picAnime img {
  opacity: 1;
}

main .btn {
  float: right;
  margin-right: 15px;
}

main .btn a {
  display: inline-block;
  color: #fff;
  font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  position: relative;
  z-index: 1;
}

main .btn a:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1;
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  -moz-transform: skew(-15deg, 0);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

main .btn a span {
  margin-left: -50px;
  opacity: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  position: relative;
}

main .btn a span i {
  display: inline-block;
  background: url(../images/arrow1.png) no-repeat 0 0;
  background-size: 41.5px;
  width: 41.5px;
  height: 5px;
  position: absolute;
  bottom: 5px;
  left: 3.2em;
  z-index: 3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main .btn a:hover span i {
  margin-left: 5px;
}

main .btn.iv a:after {
  left: 0;
  opacity: 1;
}

main .btn.iv a span {
  margin-left: 0px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  main .btn {
    float: right;
    margin-right: 15px;
  }
  main .btn a {
    display: inline-block;
    color: #fff;
    font-family: "游明朝", "YuMincho", "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "メイリオ", "Meiryo", serif;
    width: 210px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    position: relative;
    z-index: 1;
  }
  main .btn a:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: -1;
    transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  main .btn a span {
    margin-left: -50px;
    opacity: 0;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    position: relative;
  }
  main .btn a span i {
    display: inline-block;
    background: url(../images/arrow1.png) no-repeat 0 0;
    background-size: 41.5px;
    width: 41.5px;
    height: 5px;
    position: absolute;
    bottom: 5px;
    left: 3.2em;
    z-index: 3;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main .btn a:hover span i {
    left: 3.6em;
  }
  main .btn.iv a:after {
    left: 0;
    opacity: 1;
  }
  main .btn.iv a span {
    margin-left: 0px;
    opacity: 1;
  }
}

/*-----------------------
		top
------------------------*/
#top #mv #slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#top #about {
  margin-bottom: 75px;
  font-size: 16px;
  font-size: 1.14286rem;
}

#top #about span {
  margin-right: 10px;
}

#top #about p {
  margin-top: 20px;
}

#top #news {
  margin-bottom: 70px;
}

#top #news ul {
  border-top: 1px solid #ccc;
}

#top #news li {
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
}

#top #news li a {
  text-decoration: underline;
}

#top #news li a:hover {
  text-decoration: none;
}

#top #news li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top #news li dl dt {
  margin-right: 20px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.14286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top #news li dl dt span {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-size: 0.71429rem;
  color: #fff;
  background-color: #41a9de;
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
}

#top #news .news a {
  color: #fa8501 !important;
}

#top #news .news span {
  background-color: #fa8501;
}

#top #contents {
  padding: 100px 0 50px;
  background: url(../images/line1.png) repeat-x 0 0 #f5f5f5;
  background-size: 32px;
}

#top #contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

#top #contents ul li {
  width: 232px;
  margin-bottom: 40px;
  position: relative;
  margin-left: 10px;
}

#top #contents ul li figure {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

#top #contents ul li figure img {
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

#top #contents ul li figure span {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  display: inline-block;
  height: 90px;
  width: 90px;
  z-index: 1;
  font-size: 12px;
  font-size: 0.85714rem;
}

#top #contents ul li figure span:after {
  content: '';
  position: absolute;
  top: -55px;
  left: -50px;
  background-color: #000;
  border-radius: 300px;
  width: 100px;
  height: 100px;
  z-index: -1;
}

#top #contents ul li figure span i {
  text-align: center;
  font-style: normal;
  display: inline-block;
}

#top #contents ul li figure span.pickup {
  line-height: 1.2;
}

#top #contents ul li figure span.pickup:after {
  background-color: #fe0000;
}

#top #contents ul li article {
  padding: 10px;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -7px;
  font-size: 13px;
  font-size: 0.92857rem;
}

#top #contents ul li article h3 {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: 5px;
}

#top #contents ul li article .tag {
  text-align: center;
  background-color: #eee;
  padding: 5px;
  font-size: 11px;
  font-size: 0.78571rem;
  margin-bottom: 15px;
}

#top #contents ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#top #contents ul li a:hover ~ figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#top #contents ul li a:hover ~ article {
  background-color: #fff;
}

#top #case {
  padding: 0px 0 100px;
}

#top #case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

#top #case ul li {
  width: 232px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

#top #case ul li figure {
  overflow: hidden;
  position: relative;
  margin-bottom: -7px;
}

#top #case ul li figure img {
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

#top #case ul li.movie figure:after {
  content: '';
  background: url(../images/top/play.png) no-repeat 0 0;
  background-size: 64px;
  width: 64px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -32px;
}

#top #case ul li article {
  padding: 10px;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  position: relative;
  font-size: 13px;
  font-size: 0.92857rem;
  z-index: 999;
}

#top #case ul li article h3 {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: 5px;
}

#top #case ul li article .tag {
  text-align: center;
  padding: 2px 0;
  font-size: 10px;
  font-size: 0.71429rem;
  margin-bottom: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  background-color: #e95299;
  width: 120px;
  color: #fff;
}

#top #case ul li article .tag.facility {
  background-color: #5283e9;
}

#top #case ul li article .data {
  font-size: 12px;
  font-size: 0.85714rem;
  margin-bottom: 5px;
}

#top #case ul li:hover > figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#top #case ul li:hover > article {
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  #top #about {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1rem;
  }
  #top #about span {
    margin-right: 10px;
  }
  #top #about span img {
    width: 180px;
  }
  #top #about p {
    margin-top: 10px;
  }
  #top #news {
    margin-bottom: 50px;
  }
  #top #news ul {
    border-top: 1px solid #ccc;
  }
  #top #news li {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
  }
  #top #news li a {
    text-decoration: underline;
  }
  #top #news li a:hover {
    text-decoration: none;
  }
  #top #news li dl {
    display: block;
  }
  #top #news li dl dt {
    margin-right: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #top #news .news a {
    color: #fa8501 !important;
  }
  #top #news .news span {
    background-color: #fa8501;
  }
  #top #contents {
    padding: 60px 0 40px;
    background: url(../images/line1.png) repeat-x 0 0 #f5f5f5;
    background-size: 16px;
  }
  #top #contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  #top #contents ul li {
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    margin-left: 2%;
  }
  #top #contents ul li figure {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  #top #contents ul li figure img {
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
  }
  #top #contents ul li figure span {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    display: inline-block;
    height: 90px;
    width: 90px;
    z-index: 1;
    font-size: 9px;
    font-size: 0.64286rem;
  }
  #top #contents ul li figure span:after {
    content: '';
    position: absolute;
    top: -65px;
    left: -55px;
    background-color: #000;
    border-radius: 300px;
    width: 100px;
    height: 100px;
    z-index: -1;
  }
  #top #contents ul li figure span i {
    text-align: center;
    font-style: normal;
    display: inline-block;
  }
  #top #contents ul li figure span.pickup {
    line-height: 1.2;
  }
  #top #contents ul li figure span.pickup:after {
    background-color: #fe0000;
  }
  #top #contents ul li article {
    padding: 10px;
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #top #contents ul li article h3 {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  #top #contents ul li article .tag {
    text-align: center;
    background-color: #eee;
    padding: 5px;
    font-size: 9px;
    font-size: 0.64286rem;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  #top #contents ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  #top #contents ul li a:hover ~ figure img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  #top #contents ul li a:hover ~ article {
    background-color: #fff;
  }
  #top #case {
    padding: 0px 0 50px;
  }
  #top #case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
  }
  #top #case ul li {
    width: 48%;
    position: relative;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #top #case ul li figure {
    overflow: hidden;
    position: relative;
  }
  #top #case ul li figure img {
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
  }
  #top #case ul li article {
    padding: 10px;
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
    position: relative;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #top #case ul li article h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 5px;
  }
  #top #case ul li article .tag {
    text-align: center;
    padding: 2px 0;
    font-size: 10px;
    font-size: 0.71429rem;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    top: -15px;
    background-color: #e95299;
    width: 120px;
    color: #fff;
  }
  #top #case ul li article .tag.facility {
    background-color: #5283e9;
  }
  #top #case ul li article .data {
    font-size: 12px;
    font-size: 0.85714rem;
    margin-bottom: 5px;
  }
}

/*-----------------------
		contents
------------------------*/
#contents {
  margin-bottom: 120px;
}

#contents #mv .logo {
  width: 960px;
  text-align: right;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -480px;
}

#contents #movie {
  margin-bottom: 60px;
}

#contents #movie .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contents #movie .inner .modal {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
}

#contents #movie .inner .modal span {
  border: 8px solid #000;
}

#contents #movie .inner .modal img {
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

#contents #movie .inner .modal:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#contents #movie .inner .modal:hover:after {
  opacity: 0.8;
}

#contents #movie .inner .modal:after {
  content: '';
  background: url(../images/contents/play.png) no-repeat 0 0;
  background-size: 56px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

#contents #movie .inner article {
  display: block;
  width: calc(100% - 590px);
}

#contents #movie .inner article h2 {
  font-size: 32px;
  font-size: 2.28571rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

#contents #movie .inner article .icon {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 20px;
}

#contents #movie .inner article .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#contents #movie .inner article .icon li {
  display: inline-block;
  font-size: 11px;
  font-size: 0.78571rem;
}

#contents #movie .inner article .icon li p {
  margin-bottom: 10px;
}

#contents #about {
  margin-bottom: 80px;
}

#contents #about .main {
  margin-bottom: 50px;
}

#contents #about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contents #about ul figure {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents #about ul figure:last-of-type {
  margin-bottom: 0px;
}

#contents #about ul dt {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.07143rem;
}

#contents #about ul dd {
  margin-bottom: 40px;
}

#contents #about ul dd:last-of-type {
  margin-bottom: 0px;
}

#contents #about ul li:nth-child(1) {
  width: calc(100% - 510px);
}

#contents #about ul li:nth-child(1) ul {
  display: block;
}

#contents #about ul li:nth-child(1) ul li {
  width: auto;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 5px;
}

#contents #about ul li:nth-child(1) ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#contents #about ul li:nth-child(1) ul li:last-child {
  margin-bottom: 0px;
}

#contents #system {
  margin-bottom: 80px;
}

#contents #system .inner {
  padding: 40px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
}

#contents #system .inner h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 400;
}

#contents #system .inner figure {
  text-align: center;
}

#contents #system .inner dl {
  margin-top: 40px;
}

#contents #system .inner dt {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.07143rem;
}

#contents #system .inner dd {
  margin-bottom: 40px;
}

#contents #system .inner dd:last-of-type {
  margin-bottom: 0px;
}

#contents #info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

#contents #info li:last-child {
  margin-bottom: 0px;
}

#contents #info li h3 {
  width: 100px;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.07143rem;
  margin-right: 25px;
}

#contents #info li article {
  padding-top: 3px;
  font-size: 15px;
  font-size: 1.07143rem;
}

#contents #info li figure {
  margin-top: 20px;
}

#contents #info li a {
  color: #FF7800;
  text-decoration: underline;
}

#contents #info li a:hover {
  text-decoration: none;
}

#contents #info li.price article {
  padding: 0;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  #contents {
    margin-bottom: 80px;
  }
  #contents #mv .logo {
    width: 96%;
    text-align: right;
    position: absolute;
    bottom: -35px;
    left: 2%;
    margin-left: 0px;
  }
  #contents #mv .logo img {
    width: 30%;
  }
  #contents #movie {
    margin-bottom: 40px;
  }
  #contents #movie .inner {
    display: block;
  }
  #contents #movie .inner h2.pc_none {
    font-size: 24px;
    font-size: 1.71429rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #contents #movie .inner .modal {
    margin-bottom: 15px;
  }
  #contents #movie .inner .modal:after {
    content: '';
    background: url(../images/contents/play.png) no-repeat 0 0;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
  }
  #contents #movie .inner article {
    display: block;
    width: 100%;
  }
  #contents #movie .inner article h2 {
    font-size: 32px;
    font-size: 2.28571rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #contents #movie .inner article .icon {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px 5px;
    margin-bottom: 20px;
  }
  #contents #movie .inner article .icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #contents #movie .inner article .icon li {
    display: inline-block;
    font-size: 9px;
    font-size: 0.64286rem;
    width: 50%;
    text-align: center;
  }
  #contents #movie .inner article .icon li p {
    margin-bottom: 10px;
  }
  #contents #movie .inner article .icon li:nth-child(1) img {
    width: calc( 100% / 1.7);
  }
  #contents #movie .inner article .icon img {
    width: calc( 100% / 3);
  }
  #contents #about {
    margin-bottom: 60px;
    overflow: hidden;
  }
  #contents #about .main {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0%;
  }
  #contents #about ul {
    display: block;
  }
  #contents #about ul figure {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents #about ul figure:last-of-type {
    margin-bottom: 0px;
  }
  #contents #about ul figure span {
    border: 1px solid #707070;
  }
  #contents #about ul dt {
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1rem;
  }
  #contents #about ul dd {
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #contents #about ul dd:last-of-type {
    margin-bottom: 0px;
  }
  #contents #about ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }
  #contents #about ul li:nth-child(1) ul {
    display: block;
  }
  #contents #about ul li:nth-child(1) ul li {
    width: auto;
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #contents #about ul li:nth-child(1) ul li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents #about ul li:nth-child(1) ul li:last-child {
    margin-bottom: 0px;
  }
  #contents #system {
    margin-bottom: 60px;
  }
  #contents #system .inner {
    padding: 20px 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
  }
  #contents #system .inner h2 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400;
  }
  #contents #system .inner figure {
    text-align: center;
  }
  #contents #system .inner dl {
    margin-top: 20px;
  }
  #contents #system .inner dt {
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1rem;
  }
  #contents #system .inner dd {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #contents #system .inner dd:last-of-type {
    margin-bottom: 0px;
  }
  #contents #info li {
    display: block;
    margin-bottom: 40px;
  }
  #contents #info li:last-child {
    margin-bottom: 0px;
  }
  #contents #info li h3 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 1.07143rem;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #contents #info li article {
    padding-top: 3px;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  #contents #info li figure {
    margin-top: 20px;
  }
  #contents #info li a {
    color: #FF7800;
    text-decoration: underline;
  }
  #contents #info li a:hover {
    text-decoration: none;
  }
  #contents #info li.price article {
    padding: 0;
    height: auto;
    line-height: 1.4;
  }
}

/*-----------------------
		flow
------------------------*/
#flow {
  margin: 120px 0 100px;
}

#flow .inner {
  width: 750px;
}

#flow h2 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 45px;
}

#flow #list {
  margin-bottom: 110px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ccc;
}

#flow #list li {
  margin-bottom: 30px;
}

#flow #list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#flow #list li dl dt {
  width: 100px;
  height: 92px;
  background-color: #F39700;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 29px;
  font-size: 2.07143rem;
  font-weight: 900;
  padding-top: 25px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 28px;
  font-family: 'Montserrat',sans-serif;
}

#flow #list li dl dt:after {
  content: '';
  background: url(../images/flow.png) no-repeat 0 0;
  background-size: 100px;
  width: 100px;
  height: 31px;
  position: absolute;
  bottom: -28px;
  left: 0;
}

#flow #list li dl dt small {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600;
}

#flow #list li dl dd {
  width: calc(100% - 140px);
}

#flow #list li dl dd h3 {
  font-size: 20px;
  font-size: 1.42857rem;
  margin-bottom: 10px;
}

#flow #list li dl dd .note {
  margin-top: 20px;
}

#flow #list li dl dd .note li {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.85714rem;
  padding-left: 1.2em;
  line-height: 1.4;
}

#flow #list li dl dd .note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#flow #list li:last-child {
  margin-bottom: 0px;
}

#flow #list li:last-child dl dt {
  height: 110px;
  padding-top: 25px;
}

#flow #list li:last-child dl dt:after {
  display: none;
}

#flow #production ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#flow #production ul li {
  width: 360px;
}

#flow #production ul li h3 {
  background-color: #000;
  color: #fff;
  padding: 20px 0px 20px 25px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 25px;
}

#flow #production ul li h3 small {
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #flow {
    margin: 60px 0 50px;
  }
  #flow .inner {
    width: 90%;
    margin: 0 auto;
  }
  #flow h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 35px;
    line-height: 1.4;
  }
  #flow #list {
    margin-bottom: 60px;
    padding-bottom: 65px;
    border-bottom: 1px solid #ccc;
  }
  #flow #list li {
    margin-bottom: 20px;
  }
  #flow #list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #flow #list li dl dt {
    width: 60px;
    height: 92px;
    background-color: #F39700;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.42857rem;
    padding-top: 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 28px;
    font-family: 'Montserrat',sans-serif;
  }
  #flow #list li dl dt:after {
    content: '';
    background: url(../images/flow.png) no-repeat 0 0;
    background-size: 60px;
    width: 60px;
    height: 31px;
    position: absolute;
    bottom: -28px;
    left: 0;
  }
  #flow #list li dl dt small {
    display: block;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #flow #list li dl dd {
    width: calc(100% - 80px);
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #flow #list li dl dd h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 10px;
  }
  #flow #list li dl dd .note {
    margin-top: 10px;
  }
  #flow #list li dl dd .note li {
    position: relative;
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 0.71429rem;
    padding-left: 1.2em;
    line-height: 1.4;
  }
  #flow #list li dl dd .note li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  #flow #list li:last-child {
    margin-bottom: 0px;
  }
  #flow #list li:last-child dl dt {
    height: 110px;
    padding-top: 35px;
  }
  #flow #list li:last-child dl dt:after {
    display: none;
  }
  #flow #production ul {
    display: block;
  }
  #flow #production ul li {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #flow #production ul li h3 {
    background-color: #000;
    color: #fff;
    padding: 15px 0px 15px 20px;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 20px;
  }
  #flow #production ul li h3 small {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

/*-----------------------
		price
------------------------*/
#price {
  margin: 120px 0 100px;
}

#price h2 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 45px;
}

#price #list {
  margin-bottom: 100px;
  position: relative;
}

#price #list p {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.4;
}

#price #list .btnDl {
  position: absolute;
  top: -10px;
  right: 0;
  text-align: center;
}

#price #list .btnDl a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #f88601;
  color: #fff;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 700;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  position: relative;
}

#price #list .btnDl a span {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/icon_dl.png) no-repeat right 50%;
  background-size: 21px;
  color: #fff;
}

#price #list .btnDl a:hover {
  opacity: 0.7;
}

#price #production {
  padding-top: 100px;
  border-top: 1px solid #ccc;
  width: 750px;
  margin: 0 auto;
}

#price #production ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#price #production ul li {
  width: 360px;
}

#price #production ul li h3 {
  background-color: #000;
  color: #fff;
  padding: 20px 0px 20px 25px;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 25px;
}

#price #production ul li h3 small {
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  #price {
    margin: 60px 0 50px;
  }
  #price .inner {
    width: 90%;
    margin: 0 auto;
  }
  #price h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 35px;
    line-height: 1.4;
  }
  #price #list {
    margin-bottom: 50px;
    position: relative;
  }
  #price #list p {
    font-size: 12px;
    font-size: 0.85714rem;
    color: #666;
    margin-bottom: 50px;
    line-height: 1.4;
  }
  #price #list:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/price/zoom.png) no-repeat 0 0;
    background-size: 30px;
    position: absolute;
    top: 30px;
    right: 0;
  }
  #price #list .btnDl {
    position: absolute;
    top: 28px;
    right: auto;
    left: 0;
    text-align: left;
  }
  #price #list .btnDl a {
    display: inline-block;
    width: 146px;
    height: 30px;
    line-height: 30px;
    background: #f88601;
    color: #fff;
    font-size: 10px;
    font-size: 0.71429rem;
    font-weight: 700;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    position: relative;
    text-align: center;
  }
  #price #list .btnDl a span {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/icon_dl.png) no-repeat right 50%;
    background-size: 15px;
    color: #fff;
  }
  #price #list .btnDl a:hover {
    opacity: 0.7;
  }
  #price #production {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  #price #production ul {
    display: block;
  }
  #price #production ul li {
    width: 100%;
    margin-bottom: 40px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #price #production ul li h3 {
    background-color: #000;
    color: #fff;
    padding: 15px 0px 15px 20px;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 20px;
  }
  #price #production ul li h3 small {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

/*-----------------------
		contact
------------------------*/
#contact {
  margin: 120px 0 100px;
}

#contact .inner {
  width: 800px;
}

#contact h2 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 45px;
}

#contact p.confirm {
  text-align: center;
  margin-bottom: 40px;
}

#contact table {
  width: 100%;
  margin-top: -15px;
}

#contact tr:nth-child(odd) {
  background-color: #fdfdfd;
}

#contact th {
  width: 250px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.14286rem;
  text-align: left;
  padding: 18px 0px 18px 30px;
}

#contact th.required {
  position: relative;
}

#contact th.required:after {
  content: '※';
  color: #ff0000;
  margin-left: 5px;
}

#contact td {
  width: 470px;
  padding: 18px 15px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.14286rem;
}

#contact td input {
  padding: 10px;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.14286rem;
  border: 1px solid #eee;
}

#contact td input.w1 {
  width: 470px;
}

#contact td.col2 label {
  display: inline-block;
  width: 150px;
}

#contact td select {
  padding: 10px;
  font-size: 16px;
  font-size: 1.14286rem;
  border: 1px solid #eee;
}

#contact td label {
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.14286rem;
  padding-left: 1.5em;
  margin-right: 40px;
}

#contact td label input {
  width: auto;
  padding: 0px;
  position: absolute;
  top: 20%;
  left: 0;
}

#contact td textarea {
  width: 470px;
  height: 150px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.14286rem;
  border: 1px solid #eee;
}

#contact .btn_list {
  text-align: center;
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

#contact .btn_list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#contact .btn_list ul li {
  width: 240px;
}

#contact .btn_list ul li button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f88601;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  border: 0 !important;
  -webkit-box-shadow: 0px !important;
  box-shadow: 0px !important;
}

#contact .btn_list ul li button:hover {
  opacity: 0.7;
}

#contact .comp {
  text-align: center;
  font-size: 18px;
  font-size: 1.28571rem;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #contact {
    margin: 60px 0 80px;
  }
  #contact .inner {
    width: 90%;
    margin: 0 auto;
  }
  #contact h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 35px;
  }
  #contact table {
    width: 100%;
  }
  #contact th {
    width: 100%;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.07143rem;
    text-align: left;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 3% 10px;
  }
  #contact td {
    padding: 0px 3% 15px;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  #contact td input {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  #contact td input.w1 {
    width: 100%;
  }
  #contact td.col2 label {
    display: inline-block;
    width: 100px;
  }
  #contact td textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-size: 1.07143rem;
  }
  #contact td select {
    padding: 10px;
    font-size: 15px;
    font-size: 1.07143rem;
    border: 1px solid #eee;
  }
  #contact td label {
    position: relative;
    white-space: nowrap;
    font-size: 15px;
    font-size: 1.07143rem;
    padding-left: 1.5em;
    margin-right: 40px;
  }
  #contact td label input {
    width: auto;
    padding: 0px;
    position: absolute;
    top: 20%;
    left: 0;
  }
  #contact .btn_list {
    text-align: center;
    padding-top: 50px;
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  #contact .btn_list ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #contact .btn_list ul li {
    width: 160px;
  }
  #contact .btn_list ul li button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f88601;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
  }
  #contact .btn_list ul li button:hover {
    opacity: 0.7;
  }
  #contact .btn_list ul li:nth-child(2) {
    margin-left: 20px;
  }
  #contact .comp {
    text-align: center;
    font-size: 16px;
    font-size: 1.14286rem;
    padding-bottom: 50px;
  }
}

#contact.ver3 {
  margin: 0;
  padding: 60px 0 80px;
  background-color: #fff0d9;
  position: relative;
  z-index: 1;
}

#contact.ver3:after {
  content: '';
  background-color: #ff9800;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#contact.ver3 iframe {
  height: 2700px;
  widows: 800px;
}

@media screen and (max-width: 768px) {
  #contact.ver3 {
    margin: 0;
    padding: 30px 0 40px;
  }
  #contact.ver3:after {
    height: 140px;
  }
  #contact.ver3 iframe {
    height: 2750px;
    widows: 800px;
  }
}

/*------------------------------
		2021.05.31 リニューアル
------------------------------*/
/*----------------------------
	common
----------------------------*/
#renew2021 .inner {
  width: 82%;
  max-width: inherit;
  margin-left: 9%;
}

#renew2021 img {
  -webkit-backface-visibility: hidden;
}

#renew2021 header nav #gnav li dl {
  width: 300px;
}

#renew2021 header nav #gnav li dl dd {
  float: none;
  width: auto;
}

#renew2021 #contact_f_renew {
  background-color: #f5f5f5;
  padding: 80px 0 75px;
}

#renew2021 #contact_f_renew h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-size: 2.14286rem;
}

#renew2021 #contact_f_renew .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #333;
  text-align: center;
  padding: 40px 10px 50px;
}

#renew2021 #contact_f_renew .box p {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: 15px;
}

#renew2021 #contact_f_renew .box .btn {
  margin-bottom: 35px;
}

#renew2021 #contact_f_renew .box .btn a {
  display: block;
  width: 72%;
  margin: 0 auto;
  font-size: 25px;
  font-size: 1.78571rem;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  height: 80px;
  background-color: #ff9600;
  border-radius: 5px;
  border: 2px solid #ff9600;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#renew2021 #contact_f_renew .box .btn a span {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 45px;
}

#renew2021 #contact_f_renew .box .btn a span:before {
  content: '';
  background: url(../images/icon_contact2.png) no-repeat;
  background-size: 33px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
}

#renew2021 #contact_f_renew .box .btn a span:after {
  content: '';
  background: url(../images/arrow1.png) no-repeat;
  background-size: 10px;
  width: 10px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#renew2021 #contact_f_renew .box .btn a:hover {
  background-color: #fff;
  color: #ff9600;
}

#renew2021 #contact_f_renew .box .btn a:hover span:before {
  content: '';
  background: url(../images/icon_contact.png) no-repeat;
  background-size: 33px;
  -webkit-backface-visibility: hidden;
}

#renew2021 #contact_f_renew .box .btn a:hover span:after {
  content: '';
  background: url(../images/arrow2.png) no-repeat;
  background-size: 10px;
}

#renew2021 #contact_f_renew .box ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#renew2021 #contact_f_renew .box ul li {
  font-weight: 700;
  position: relative;
  line-height: 1;
}

#renew2021 #contact_f_renew .box ul li.tel {
  font-size: 30px;
  font-size: 2.14286rem;
  padding-left: 45px;
}

#renew2021 #contact_f_renew .box ul li.tel:before {
  content: 'TEL :';
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-size: 1rem;
}

#renew2021 #contact_f_renew .box ul li.tel small {
  display: block;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 500;
  position: absolute;
  left: 30px;
  width: 100%;
  bottom: -1.2em;
}

#renew2021 #contact_f_renew .box ul li.email {
  font-size: 16px;
  font-size: 1.4rem;
  padding-left: 70px;
  margin-left: 70px;
}

#renew2021 #contact_f_renew .box ul li.email:before {
  content: 'E-mail :';
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-size: 1rem;
}

#renew2021 footer.renew2021 {
  background-color: #333;
  text-align: center;
  padding: 15px 0 20px;
}

#renew2021 footer.renew2021 h2 {
  margin-bottom: 20px;
}

#renew2021 #pageTop {
  top: -50px;
  background: url(../images/pagetop2.png) no-repeat center center #333;
  background-size: 12px;
}

#renew2021 #pageTop:hover {
  background-position: center 42%;
  -webkit-box-shadow: 0px 0px 0px #000,0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000,0px 0px 0px #000;
}

@media screen and (max-width: 768px) {
  #renew2021 header h2 {
    width: 80%;
    display: block;
    margin: 0 auto;
    /*img{
				width: 100%;
			}*/
  }
  #renew2021 header nav #gnav li dl {
    width: 100%;
  }
  #renew2021 header nav #gnav li dl dd {
    float: left;
    width: 55%;
  }
  #renew2021 header nav #gnav li dl dd:nth-of-type(odd) {
    width: 45%;
  }
  #renew2021 header nav #gnav li dl dd a {
    font-size: 11px;
    font-size: 0.78571rem;
  }
  #renew2021 #contact_f_renew {
    padding: 40px 0 65px;
  }
  #renew2021 #contact_f_renew h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.42857rem;
  }
  #renew2021 #contact_f_renew .box {
    padding: 20px 3% 25px;
  }
  #renew2021 #contact_f_renew .box p {
    font-size: 12px;
    font-size: 0.85714rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  #renew2021 #contact_f_renew .box .btn {
    margin-bottom: 25px;
  }
  #renew2021 #contact_f_renew .box .btn a {
    display: block;
    width: 96%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    height: 60px;
  }
  #renew2021 #contact_f_renew .box .btn a span {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 30px;
  }
  #renew2021 #contact_f_renew .box .btn a span:before {
    content: '';
    background: url(../images/icon_contact2.png) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
  }
  #renew2021 #contact_f_renew .box .btn a:hover {
    background-color: #ff9600;
    color: #fff;
  }
  #renew2021 #contact_f_renew .box .btn a:hover span:before {
    content: '';
    background: url(../images/icon_contact2.png) no-repeat;
    background-size: 243px;
  }
  #renew2021 #contact_f_renew .box .btn a:hover span:after {
    content: '';
    background: url(../images/arrow1.png) no-repeat;
    background-size: 10px;
  }
  #renew2021 #contact_f_renew .box ul {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #renew2021 #contact_f_renew .box ul li {
    font-weight: 700;
    position: relative;
    line-height: 1;
    display: inline-block;
  }
  #renew2021 #contact_f_renew .box ul li.tel {
    font-size: 24px;
    font-size: 1.71429rem;
    padding-left: 40px;
    margin-bottom: 30px;
  }
  #renew2021 #contact_f_renew .box ul li.tel:before {
    font-size: 10px;
    font-size: 0.71429rem;
  }
  #renew2021 #contact_f_renew .box ul li.tel small {
    font-size: 10px;
    font-size: 0.71429rem;
    left: 20px;
    bottom: -1.2em;
  }
  #renew2021 #contact_f_renew .box ul li.email {
    font-size: 12px;
    font-size: 1.0rem;
    padding-left: 60px;
    margin-left: 0px;
  }
  #renew2021 #contact_f_renew .box ul li.email:before {
    font-size: 10px;
    font-size: 0.71429rem;
  }
  #renew2021 footer.renew2021 {
    background-color: #333;
    text-align: center;
    padding: 15px 0 20px;
  }
  #renew2021 footer.renew2021 h2 {
    margin-bottom: 20px;
  }
  #renew2021 footer.renew2021 h2 img {
    width: 148px;
  }
  #renew2021 footer.renew2021 .copy {
    line-height: 1.4;
  }
}

@media screen and (max-width: 320px) {
  #renew2021 #contact_f_renew .box p {
    font-size: 11px;
    font-size: 0.78571rem;
  }
  #renew2021 #contact_f_renew .box .btn a {
    font-size: 13px;
    font-size: 0.92857rem;
  }
  #renew2021 #contact_f_renew .box .btn a span {
    padding: 0 15px 0 30px;
  }
  #renew2021 #contact_f_renew .box ul li.tel {
    font-size: 22px;
    font-size: 1.57143rem;
  }
  #renew2021 #contact_f_renew .box ul li.email {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

/*----------------------------
	top
----------------------------*/
#renew2021 #top #non-contact {
  background-color: #f5f5f5;
  padding: 40px 0px;
}

#renew2021 #top #non-contact .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #e83531;
  background-color: #fff;
  padding-top: 12.5px;
}

#renew2021 #top #non-contact h2 {
  margin-bottom: 15px;
}

#renew2021 #top #non-contact h2 img {
  width: 100%;
}

#renew2021 #top #non-contact p {
  width: 87%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 50px;
}

#renew2021 #top #non-contact p strong {
  font-weight: 700;
  color: #e83531;
}

#renew2021 #top #non-contact figure img {
  width: 100%;
}

#renew2021 #top #contents {
  padding: 130px 0 0px;
  background: none;
}

#renew2021 #top #contents ul {
  margin-bottom: -40px;
}

@media screen and (max-width: 768px) {
  #renew2021 #top #non-contact .inner {
    border: 3px solid #e83531;
  }
  #renew2021 #top #non-contact p {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
  #renew2021 #top #contents {
    padding: 40px 0 0px;
    background: none;
  }
  #renew2021 #top #contents ul {
    margin-bottom: -40px;
  }
}

/*----------------------------
	price
----------------------------*/
#renew2021 #price-2021 {
  padding: 120px 0 80px;
}

#renew2021 #price-2021 h2 {
  text-align: center;
  font-size: 30px;
  font-size: 2.14286rem;
  margin-bottom: 35px;
}

#renew2021 #price-2021 h3 {
  font-size: 20px;
  font-size: 1.42857rem;
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  line-height: 2.2;
}

#renew2021 #price-2021 .anchor-btn-list {
  text-align: center;
  margin-bottom: 80px;
}

#renew2021 #price-2021 .anchor-btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

#renew2021 #price-2021 .anchor-btn-list ul li {
  width: 31.5%;
}

#renew2021 #price-2021 .anchor-btn-list ul li a {
  display: block;
  background-color: #ff9600;
  color: #fff;
  height: 50px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.14286rem;
  border-radius: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ff9600;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#renew2021 #price-2021 .anchor-btn-list ul li a:after {
  content: '';
  background: url("../images/arrow1.png") no-repeat;
  background-size: 6px;
  width: 6px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#renew2021 #price-2021 .anchor-btn-list ul li a:hover {
  background-color: #fff;
  color: #ff9600;
}

#renew2021 #price-2021 .anchor-btn-list ul li a:hover:after {
  content: '';
  background: url("../images/arrow2.png") no-repeat;
  background-size: 6px;
}

#renew2021 #price-2021 .price-table h4 {
  color: #f50060;
  font-size: 25px;
  font-size: 1.78571rem;
  margin-bottom: 20px;
}

#renew2021 #price-2021 .price-table h4.mt {
  margin-top: 20px;
}

#renew2021 #price-2021 .price-table .note-list {
  margin-bottom: 35px;
}

#renew2021 #price-2021 .price-table .note-list li {
  font-size: 14px;
  font-size: 1rem;
  padding-left: 1.2em;
  position: relative;
}

#renew2021 #price-2021 .price-table .note-list li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#renew2021 #price-2021 .price-table .note-list li strong {
  color: #f50060;
  font-weight: 500;
}

#renew2021 #price-2021 .price-table table {
  width: 100%;
}

#renew2021 #price-2021 .price-table table th {
  font-size: 15px;
  font-size: 1.07143rem;
  border-left: 2px solid #fff;
  vertical-align: middle;
  background-color: #d9e2ef;
  border-bottom: 20px solid #fff;
  white-space: nowrap;
  text-align: center;
}

#renew2021 #price-2021 .price-table table td {
  font-size: 14px;
  font-size: 1rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  background-color: #d9e2ef;
  padding: 20px 0px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

#renew2021 #price-2021 .price-table table td.list {
  border-bottom: 20px solid #fff;
  background-color: #f5f5f5 !important;
  text-align: left;
  padding: 20px 20px;
}

#renew2021 #price-2021 .price-table table td.list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.85714rem;
}

#renew2021 #price-2021 .price-table table td.list dl dt {
  width: 205px;
}

#renew2021 #price-2021 .price-table table td.list dl dd {
  width: calc(100% - 205px);
  font-weight: 500;
}

#renew2021 #price-2021 .price-table table tr.head th {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding: 45px 0;
  border-bottom: 10px solid #fff;
  width: 11.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#renew2021 #price-2021 .price-table table tr.head th.ttl {
  width: 21.5%;
}

#renew2021 #price-2021 .price-table table tr.even th {
  background-color: #eaf1fb;
}

#renew2021 #price-2021 .price-table table tr.even td {
  background-color: #eaf1fb;
}

#renew2021 #price-2021 .price-table .sp_none {
  display: block;
}

#renew2021 #price-2021 .price-table .pc_none {
  display: none;
}

#renew2021 #price-2021 #sample p {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 35px;
}

#renew2021 #price-2021 #sample .dl-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 90px;
}

#renew2021 #price-2021 #sample .dl-btn-list li {
  width: 31.5%;
}

#renew2021 #price-2021 #sample .dl-btn-list li a {
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 45px;
}

#renew2021 #price-2021 #sample .dl-btn-list li a span {
  display: inline-block;
  position: relative;
}

#renew2021 #price-2021 #sample .dl-btn-list li a span:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
}

#renew2021 #price-2021 #sample .dl-btn-list li a small {
  display: block;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 500;
  margin-left: -0.5em;
}

#renew2021 #price-2021 #sample .dl-btn-list li a:before {
  content: '';
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: 31px;
  width: 31px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

#renew2021 #price-2021 #rental {
  margin-bottom: 60px;
}

#renew2021 #price-2021 #licence.price-table table {
  width: 100%;
}

#renew2021 #price-2021 #licence.price-table table th {
  background-color: #efeed9;
}

#renew2021 #price-2021 #licence.price-table table td {
  background-color: #efeed9;
}

#renew2021 #price-2021 #licence.price-table table td.list {
  border-bottom: 20px solid #fff;
  background-color: #f5f5f5 !important;
  text-align: left;
  padding: 20px 20px;
}

#renew2021 #price-2021 #licence.price-table table td.list dl dt {
  width: 245px;
}

#renew2021 #price-2021 #licence.price-table table td.list dl dd {
  width: calc(100% - 245px);
}

#renew2021 #price-2021 #licence.price-table table tr.head th {
  width: 11%;
  background-color: #333;
}

#renew2021 #price-2021 #licence.price-table table tr.head th.ttl {
  width: 21.5%;
}

#renew2021 #price-2021 #licence.price-table table tr.head th.licence {
  width: 48.5%;
}

#renew2021 #price-2021 #licence.price-table table tr.even th {
  background-color: #f1f1e8;
}

#renew2021 #price-2021 #licence.price-table table tr.even td {
  background-color: #f1f1e8;
}

#renew2021 #price-2021 #customize {
  margin-top: 55px;
  padding-top: 80px;
  border-top: 1px solid #ccc;
}

#renew2021 #price-2021 #customize ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#renew2021 #price-2021 #customize ul li {
  width: 48.2%;
}

#renew2021 #price-2021 #customize ul li dt {
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.6;
  padding: 15px 0;
  margin-bottom: 20px;
}

#renew2021 #price-2021 #customize ul li dt small {
  font-size: 70%;
}

#renew2021 #price-2021 #customize ul li dd {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 2.2em;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  #renew2021 #price-2021 {
    padding: 60px 0 40px;
  }
  #renew2021 #price-2021 .inner {
    width: 86%;
    max-width: inherit;
    margin: 0 auto;
  }
  #renew2021 #price-2021 h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 35px;
    line-height: 1.4;
  }
  #renew2021 #price-2021 h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 20px;
  }
  #renew2021 #price-2021 .anchor-btn-list {
    text-align: center;
    margin-bottom: 40px;
  }
  #renew2021 #price-2021 .anchor-btn-list ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #renew2021 #price-2021 .anchor-btn-list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #renew2021 #price-2021 .anchor-btn-list ul li:last-child {
    margin-bottom: 0px;
  }
  #renew2021 #price-2021 .anchor-btn-list ul li a {
    font-size: 14px;
    font-size: 1rem;
  }
  #renew2021 #price-2021 .anchor-btn-list ul li a:hover {
    background-color: #ff9600;
    color: #fff;
  }
  #renew2021 #price-2021 .anchor-btn-list ul li a:hover:after {
    content: '';
    background: url("../images/arrow1.png") no-repeat;
    background-size: 6px;
  }
  #renew2021 #price-2021 .price-table h4 {
    color: #f50060;
    font-size: 18px;
    font-size: 1.28571rem;
    margin-bottom: 15px;
  }
  #renew2021 #price-2021 .price-table h4.mt {
    margin-top: 20px;
  }
  #renew2021 #price-2021 .price-table .note-list {
    margin-bottom: 25px;
  }
  #renew2021 #price-2021 .price-table .note-list li {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #renew2021 #price-2021 .price-table .table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  #renew2021 #price-2021 .price-table .pc_none {
    display: block;
  }
  #renew2021 #price-2021 .price-table table {
    width: 100%;
  }
  #renew2021 #price-2021 .price-table table th {
    font-size: 12px;
    font-size: 0.85714rem;
    border-left: 0px solid #fff;
    vertical-align: middle;
    background-color: #333;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    line-height: 1.4;
  }
  #renew2021 #price-2021 .price-table table th.ttl {
    border-left: 2px solid #fff;
    border-bottom: 5px solid #fff;
    white-space: normal;
    background-color: #d9e2ef;
    color: #333;
    font-size: 17px;
    font-size: 1.21429rem;
    padding: 20px 5px;
  }
  #renew2021 #price-2021 .price-table table td {
    font-size: 14px;
    font-size: 1rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    background-color: #d9e2ef;
    padding: 10px 5px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
  }
  #renew2021 #price-2021 .price-table table td.list {
    border-bottom: 20px solid #fff;
    border-left: 0px solid #fff;
    background-color: #f5f5f5 !important;
    text-align: left;
    padding: 15px 20px;
  }
  #renew2021 #price-2021 .price-table table td.list dl {
    display: block;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.6;
  }
  #renew2021 #price-2021 .price-table table td.list dl dt {
    width: auto;
    clear: both;
    float: left;
  }
  #renew2021 #price-2021 .price-table table td.list dl dd {
    width: auto;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #renew2021 #price-2021 .price-table table td.list dl dd:last-of-type {
    margin-bottom: 0px;
  }
  #renew2021 #price-2021 .price-table table tr.even th {
    background-color: #333;
  }
  #renew2021 #price-2021 .price-table table tr.even th.ttl {
    background-color: #eaf1fb;
  }
  #renew2021 #price-2021 .price-table table tr.even td {
    background-color: #eaf1fb;
  }
  #renew2021 #price-2021 .price-table .sp_none {
    display: none;
  }
  #renew2021 #price-2021 .price-table .pc_none {
    display: block;
  }
  #renew2021 #price-2021 #sample {
    text-align: center;
  }
  #renew2021 #price-2021 #sample p {
    margin-bottom: 20px;
    text-align: left;
  }
  #renew2021 #price-2021 #sample .dl-btn-list {
    display: inline-block;
    width: auto;
    margin: 0 auto 40px;
  }
  #renew2021 #price-2021 #sample .dl-btn-list li {
    width: 100%;
    margin-bottom: 5px;
  }
  #renew2021 #price-2021 #sample .dl-btn-list li:last-child {
    margin-bottom: 0px;
  }
  #renew2021 #price-2021 #sample .dl-btn-list li a {
    text-align: left;
  }
  #renew2021 #price-2021 #rental {
    margin-bottom: 40px;
  }
  #renew2021 #price-2021 #licence.price-table table {
    width: 100%;
  }
  #renew2021 #price-2021 #licence.price-table table th {
    background-color: #333;
  }
  #renew2021 #price-2021 #licence.price-table table th.ttl {
    background-color: #efeed9;
  }
  #renew2021 #price-2021 #licence.price-table table td {
    background-color: #efeed9;
  }
  #renew2021 #price-2021 #licence.price-table table td.list {
    border-bottom: 20px solid #fff;
    border-left: 0px solid #fff;
    background-color: #f5f5f5 !important;
    text-align: left;
    padding: 10px 20px 15px;
  }
  #renew2021 #price-2021 #licence.price-table table td.list p {
    font-size: 12px;
    font-size: 0.85714rem;
    margin-bottom: 10px;
  }
  #renew2021 #price-2021 #licence.price-table table td.list dl dt {
    width: auto;
    clear: both;
    float: left;
  }
  #renew2021 #price-2021 #licence.price-table table td.list dl dd {
    width: auto;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #renew2021 #price-2021 #licence.price-table table td.list dl dd:last-of-type {
    margin-bottom: 0px;
  }
  #renew2021 #price-2021 #licence.price-table table tr.head th {
    width: 11%;
    background-color: #333;
  }
  #renew2021 #price-2021 #licence.price-table table tr.head th.ttl {
    width: 21.5%;
  }
  #renew2021 #price-2021 #licence.price-table table tr.head th.licence {
    width: 48.5%;
  }
  #renew2021 #price-2021 #licence.price-table table tr.even th {
    background-color: #333;
  }
  #renew2021 #price-2021 #licence.price-table table tr.even th.ttl {
    background-color: #f1f1e8;
  }
  #renew2021 #price-2021 #licence.price-table table tr.even td {
    background-color: #f1f1e8;
  }
  #renew2021 #price-2021 #customize {
    margin-top: 35px;
    padding-top: 60px;
  }
  #renew2021 #price-2021 #customize ul {
    display: block;
  }
  #renew2021 #price-2021 #customize ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #renew2021 #price-2021 #customize ul li:last-child {
    margin-bottom: 0px;
  }
  #renew2021 #price-2021 #customize ul li dt {
    font-size: 16px;
    font-size: 1.14286rem;
    padding: 10px 5px;
    margin-bottom: 15px;
  }
  #renew2021 #price-2021 #customize ul li dt small {
    font-size: 70%;
  }
  #renew2021 #price-2021 #customize ul li dd {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2em;
    padding: 0 10px;
  }
}

/*----------------------------
	contents
----------------------------*/
#renew2021 #contents-renew #mv .logo {
  width: 960px;
  text-align: right;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -480px;
}

#renew2021 #contents-renew #about {
  margin-bottom: 100px;
}

#renew2021 #contents-renew #about h2.ttl2 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.2;
  margin-bottom: 40px;
}

#renew2021 #contents-renew #about .about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#renew2021 #contents-renew #about .about-cont article {
  width: calc(100% - 460px);
  line-height: 2em;
}

#renew2021 #contents-renew #about .icon {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 15px 10px;
  margin-bottom: 20px;
  width: 390px;
}

#renew2021 #contents-renew #about .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#renew2021 #contents-renew #about .icon ul li {
  display: inline-block;
  font-size: 11px;
  font-size: 0.78571rem;
}

#renew2021 #contents-renew #about .icon ul li p {
  margin-bottom: 10px;
  font-weight: 700;
}

#renew2021 #contents-renew #system {
  margin-bottom: 100px;
}

#renew2021 #contents-renew #system .img-wrap {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 50px 60px;
}

#renew2021 #contents-renew #system .img-wrap h2 {
  font-size: 16px;
  font-size: 1.14286rem;
}

#renew2021 #contents-renew #system .img-wrap figure img {
  width: 100%;
}

#renew2021 #contents-renew #system .img-wrap .note {
  margin-top: 40px;
  margin-left: -20px;
}

#renew2021 #contents-renew #system .img-wrap .note li {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;
  font-size: 1.07143rem;
}

#renew2021 #contents-renew #system .img-wrap .note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#renew2021 #contents-renew #movie {
  margin-bottom: 120px;
}

#renew2021 #contents-renew #movie .youtube-wrap {
  position: relative;
}

#renew2021 #contents-renew #movie .youtube-wrap:before {
  content: '';
  background-color: #fff;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform-origin: right;
  transform-origin: right;
}

#renew2021 #contents-renew #movie .youtube-wrap:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform-origin: right;
  transform-origin: right;
  opacity: 1;
}

#renew2021 #contents-renew #movie .youtube-wrap.anime:before, #renew2021 #contents-renew #movie .youtube-wrap.anime:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

#renew2021 #contents-renew #movie .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#renew2021 #contents-renew #movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #renew2021 #contents-renew {
    overflow: hidden;
  }
  #renew2021 #contents-renew #mv .logo {
    width: 96%;
    text-align: right;
    position: absolute;
    bottom: -35px;
    left: 2%;
    margin-left: 0px;
  }
  #renew2021 #contents-renew #mv .logo img {
    width: 30%;
  }
  #renew2021 #contents-renew #about {
    margin-bottom: 50px;
  }
  #renew2021 #contents-renew #about h2.ttl2 {
    font-size: 22px;
    font-size: 1.57143rem;
    margin-bottom: 20px;
  }
  #renew2021 #contents-renew #about .about-cont {
    display: block;
  }
  #renew2021 #contents-renew #about .about-cont article {
    width: 100%;
    line-height: 1.8em;
    font-size: 14px;
    font-size: 1rem;
  }
  #renew2021 #contents-renew #about .icon {
    padding: 10px 5px;
    margin-top: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #renew2021 #contents-renew #about .icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #renew2021 #contents-renew #about .icon ul li {
    display: inline-block;
    font-size: 9px;
    font-size: 0.64286rem;
    width: 50%;
    text-align: center;
  }
  #renew2021 #contents-renew #about .icon ul li p {
    margin-bottom: 10px;
    font-weight: 700;
  }
  #renew2021 #contents-renew #about .icon ul li img {
    width: calc( 100% / 3);
  }
  #renew2021 #contents-renew #about .icon ul li:nth-child(1) img {
    width: calc( 100% / 1.7);
  }
  #renew2021 #contents-renew #system {
    margin-bottom: 50px;
  }
  #renew2021 #contents-renew #system .img-wrap {
    padding: 3% 4%;
  }
  #renew2021 #contents-renew #system .img-wrap h2 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4;
  }
  #renew2021 #contents-renew #system .img-wrap .note {
    margin-top: 20px;
    margin-left: -1%;
  }
  #renew2021 #contents-renew #system .img-wrap .note li {
    font-size: 10px;
    font-size: 0.71429rem;
  }
  #renew2021 #contents-renew #movie {
    margin-bottom: 60px;
  }
}
/*--------------------------------
  2022.05.02 追加
---------------------------------*/
#renew2021 #contents-renew .movie-fix {
  width: 100%;
}

#renew2021 #contents-renew .movie-fix.mt30 {
  margin-top: 30px;
}

#renew2021 #contents-renew .movie-fix.mt40 {
  margin-top: 40px;
}

#renew2021 #contents-renew .movie-fix.mt50 {
  margin-top: 50px;
}

#renew2021 #contents-renew .movie-fix.mt60 {
  margin-top: 60px;
}

#renew2021 #contents-renew .movie-fix .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#renew2021 #contents-renew .movie-fix .movie iframe, #renew2021 #contents-renew .movie-fix .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#renew2021 #price-2021 #sample .dl-btn-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

#renew2021 #price-2021 #sample .dl-btn-list li {
  width: auto;
  margin-left: 60px;
}

#renew2021 #price-2021 #sample .dl-btn-list li:first-child {
  margin-left: 0px;
}

#renew2021 #price-2021 .price-table .sp_none {
  position: relative;
}

#renew2021 #price-2021 .price-table .scroll_table {
  overflow-x: scroll;
  width: 100%;
}

#renew2021 #price-2021 .price-table .scroll_table table {
  width: 1500px;
}

#renew2021 #price-2021 .price-table .scroll_table table tr th:nth-of-type(1) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  border-left: 0px;
  border-right: 0px;
}

#renew2021 #price-2021 .price-table .scroll_table table tr th:nth-of-type(1):after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -2px;
}

#renew2021 #price-2021 .price-table .scroll_table table tr.head th {
  width: 150px;
  line-height: 1.4;
}

#renew2021 #price-2021 .price-table .scroll_table table tr.head th.ttl {
  width: 320px;
}

#renew2021 #price-2021 .price-table .scroll_table .mouse {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#renew2021 #price-2021 .price-table .scroll_table .mouse img {
  width: 100%;
}

#renew2021 #price-2021 .price-table .scroll_table .mouse.move {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #renew2021 #contents-renew .movie-fix {
    width: 100%;
  }
  #renew2021 #contents-renew .movie-fix.mt30 {
    margin-top: 15px;
  }
  #renew2021 #contents-renew .movie-fix.mt40 {
    margin-top: 20px;
  }
  #renew2021 #contents-renew .movie-fix.mt50 {
    margin-top: 25px;
  }
  #renew2021 #contents-renew .movie-fix.mt60 {
    margin-top: 30px;
  }
  #renew2021 #price-2021 #sample .dl-btn-list li {
    width: auto;
    margin-left: 0px;
    margin-top: 20px;
  }
  #renew2021 #price-2021 #sample .dl-btn-list li:first-child {
    margin-left: 0px;
    margin-top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */