@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700);
@import url(//fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

body {
  color: #000;
  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;
  line-height: 2;
  letter-spacing: 0.01em;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-s {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1220px) {
  .inner, .inner-s {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 2.0989505247vw;
    line-height: 1.8;
    padding-top: 50px;
  }
  .inner, .inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
  img {
    width: 100%;
  }
  main {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
/*--- link ---*/
a {
  color: #333;
}
a:link, a:hover, a:active, a:focus {
  border: none;
  text-decoration: none;
}

header {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0 30px;
  white-space: nowrap;
}
header h1 {
  width: 220px;
  position: relative;
  line-height: 1;
}
header h1 img {
  width: 220px;
}
header .nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav-area nav {
  padding: 0 20px;
}
header .nav-area nav .pc-nav {
  display: block;
}
header .nav-area nav .sp-nav {
  display: none;
}
header .nav-area nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav-area nav ul li {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
}
header .nav-area nav ul li a {
  position: relative;
}
header .nav-area nav ul li a span {
  display: inline-block;
}
header .nav-area nav ul li a span:after {
  content: "";
  background-color: #111;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
header .nav-area nav ul li a:hover span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .btn-login a {
  font-size: 14px;
}

@media screen and (max-width:1160px) {
  header .nav-area nav ul li {
    margin-right: 15px;
    font-size: 14px;
  }
  header .nav-area .btn-login a {
    font-size: 14px;
    padding: 12px 30px;
  }
}
@media screen and (max-width:1080px) {
  header .nav-area nav ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  header .nav-area .btn-login a {
    font-size: 13px;
    padding: 12px 20px;
  }
}
@media screen and (max-width:960px) {
  header {
    padding: 0 15px;
  }
  header h1 {
    width: 180px;
  }
  header h1 img {
    width: 180px;
  }
  header .nav-area nav ul {
    margin-right: -10px;
  }
  header .nav-area nav ul li {
    margin-right: 10px;
    font-size: 12px;
  }
  header .nav-area .btn-login a {
    font-size: 12px;
    padding: 12px 10px;
  }
}
@media screen and (max-width:830px) {
  header {
    padding: 0 15px;
  }
  header h1 {
    width: 120px;
  }
  header h1 img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
    padding: 0 3%;
  }
  header h1 {
    width: 180px;
    margin-left: calc(3% + 20px);
  }
  header h1 img {
    width: 180px;
  }
  header .nav-area {
    display: block;
  }
  header .nav-area nav {
    display: none;
    position: fixed;
    top: 0px;
    left: auto;
    right: 0;
    background: #fdf7f3;
    z-index: 9998;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 20px 20px 20px;
    text-align: left;
    overflow-y: scroll;
  }
  header .nav-area nav:after {
    content: "";
    background: url(/asset/images/obj1.png) no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  header .nav-area nav .pc-nav {
    display: none;
  }
  header .nav-area nav .sp-nav {
    display: block;
  }
  header .nav-area nav ul {
    display: block;
  }
  header .nav-area nav ul li {
    margin-right: 0px;
    font-size: 16px;
    font-size: 2.3988005997vw;
    font-weight: 700;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 15px 15px 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    position: relative;
  }
  header .nav-area nav ul li::before {
    content: "・";
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 30px;
    font-size: 4.4977511244vw;
    color: #7CCABC;
  }
  header .nav-area nav ul li:nth-child(2)::before {
    color: #FFD433;
  }
  header .nav-area nav ul li:nth-child(3)::before {
    color: #7590D6;
  }
  header .nav-area nav ul li:nth-child(4)::before {
    color: #F4D7C3;
  }
  header .nav-area nav ul li a {
    display: block;
    font-size: 16px;
    font-size: 2.3988005997vw;
  }
  header .nav-area nav ul li a:after {
    content: "";
    background: url(/asset/images/arrow.svg) no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .nav-area nav ul li a span:after {
    display: none;
  }
  header .nav-area nav ul .inlist {
    margin: 15px 0 -15px;
  }
  header .nav-area nav ul .inlist li {
    padding: 15px 15px 15px 0;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .nav-area nav ul .inlist li:after {
    content: "";
    background: #fdf7f3;
    width: calc(100% + 55px);
    height: 1px;
    position: absolute;
    top: 0;
    left: -40px;
  }
  header .nav-area nav ul .inlist li::before {
    display: none;
  }
  header .nav-area nav ul .inlist li a {
    font-size: 14px;
    font-size: 2.0989505247vw;
  }
  header .nav-area nav ul .inlist li a:after {
    right: -15px;
  }
  header .btn-login a {
    padding: 5px 10px !important;
    font-size: 10px;
    font-size: 1.4992503748vw;
  }
  header .btn-login a:hover {
    background-color: #111;
    color: #000;
  }
  header .menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .menu:after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -19px;
    z-index: -1;
  }
  header .menu .menu-trigger,
  header .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .menu .menu-trigger {
    position: relative;
    width: 20px;
    height: 10px;
    display: block;
  }
  header .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    overflow: hidden;
  }
  header .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }
  header .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  header .menu .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  header .menu.open:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    z-index: -1;
    background-color: #111;
    border-radius: 19px;
  }
  header .menu.open .menu-trigger span {
    background-color: #fff;
  }
  header .menu.fixed {
    position: fixed;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  header .nav-area nav ul li {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  header .nav-area nav ul li::before {
    font-size: 30px;
    font-size: 8vw;
  }
  header .nav-area nav ul li a {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  header .nav-area nav ul .inlist li a {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  header .btn-login a {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
footer {
  position: relative;
  height: 70px;
  line-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  z-index: 2;
  /*.obj{
  	transform: rotate(180deg);
  	position: absolute;
  	bottom: 70px;
  	left: 0;
  	width: 10%;
  	img{
  		width: 100%;
  	}
  }*/
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .copy {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer ul li {
  margin-left: 20px;
}
footer ul li a {
  font-size: 12px;
  line-height: 1.2;
}
footer ul li a span {
  display: inline-block;
  position: relative;
}
footer ul li a span:after {
  content: "";
  background-color: #111;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
footer ul li a:hover span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
footer ul.logos li a {
  display: block;
}
footer ul.logos li a img {
  width: auto;
  height: 14px;
}
footer ul.logos li a:hover {
  opacity: 0.7;
}
footer img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  footer {
    position: relative;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0px;
    /*.obj{
    	transform: rotate(180deg);
    	position: absolute;
    	bottom: 50px;
    	left: 0;
    	width: 30%;
    	img{
    		width: 100%;
    	}
    }*/
  }
  footer .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .copy {
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    text-align: center;
  }
  footer ul {
    display: none;
  }
  footer ul.logos {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
  footer ul.logos li:first-child {
    margin-left: 0px;
  }
}
/*-----------------------------
		low
-----------------------------*/
.low #mv {
  background: rgba(244, 215, 195, 0.2);
  margin-bottom: 60px;
  position: relative;
  height: 150px;
  line-height: 150px;
}
.low #mv h2.ttl {
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.low #mv .obj {
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
}
.low #mv .obj img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .low #mv {
    margin-bottom: 40px;
    height: 100px;
    line-height: 100px;
  }
  .low #mv h2.ttl {
    text-align: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .low #mv .obj {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
  }
  .low #mv .obj img {
    width: 100%;
  }
}
/*-----------------------------
		ttl
-----------------------------*/
h2.ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
h2.ttl i {
  font-style: normal;
  display: inline-block;
  position: relative;
}
h2.ttl i:after {
  content: "";
  background: url(/asset/images/line.png) repeat-x 0 bottom;
  background-size: 123px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.ttl.anime {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
h2.ttl.anime span {
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  display: inline-block;
}
h2.ttl.anime span i:after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
h2.ttl.anime.active span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
h2.ttl.anime.active span i:after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 20px;
    font-size: 2.9985007496vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  h2.ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
/*-----------------------------
		btn
-----------------------------*/
.btn a, .btn button {
  background-color: #111;
  color: #fff;
  padding: 12px 50px;
  border-radius: 30px;
  border: 2px solid #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  cursor: pointer;
  line-height: 1.2;
  height: auto;
  outline: none;
  font-family: inherit;
}
.btn a:hover, .btn button:hover {
  background-color: #fff;
  color: #111;
}
.btn button {
  padding: 13px 50px;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
.btn.white a, .btn.white button {
  background-color: #fff;
  color: #111;
}
.btn.white a:hover, .btn.white button:hover {
  background-color: #111;
  color: #fff;
}

.btn2 a {
  display: inline-block;
  background-color: #fdf7f3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  padding: 15px 20px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.btn2 a span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.btn2 a span:after {
  content: "";
  background: url(/asset/images/arrow.svg) no-repeat;
  background-size: 8px;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn2 a:hover {
  opacity: 0.7;
}
.btn2.white a {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .btn a, .btn button {
    padding: 12px 40px;
    font-size: 16px;
    font-size: 2.3988005997vw;
  }
  .btn a:hover, .btn button:hover {
    background-color: #111;
    color: #000;
  }
  .btn button {
    padding: 12px 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .btn2 a {
    font-size: 12px;
    font-size: 1.7991004498vw;
    padding: 10px 10px;
  }
  .btn2 a span {
    padding-right: 15px;
  }
  .btn2 a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .btn a, .btn button {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .btn2 a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
/*-----------------------------
		modal
-----------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9998;
  display: none;
}

#modal {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  width: 80%;
  max-width: 1000px;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
  max-width: 700px;
}
#modal .modal-wrap {
  overflow-y: scroll;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
}
#modal .modal-wrap h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
#modal .modal-wrap p {
  margin-bottom: 40px;
  font-size: 16px;
}
#modal .modal-wrap p a {
  color: #fff;
  text-decoration: underline;
}
#modal .modal-wrap p a span {
  padding-left: 1.2em;
  position: relative;
  text-decoration: underline;
}
#modal .modal-wrap p a span:after {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}
#modal .modal-wrap p a:hover span {
  text-decoration: none;
}
#modal .modal-wrap p a.blank span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
  padding-right: 25px;
}
#modal .modal-wrap p a.blank span:before {
  content: "";
  background: url(/asset/images/blank2.svg) no-repeat;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0px;
}
#modal .modal-wrap figure {
  border-radius: 6px;
}
#modal .modal-wrap figure img {
  width: 100%;
}
#modal .modal-wrap figure small {
  display: block;
  line-height: 1.4;
  margin-top: 10px;
}
#modal .close {
  background: url(/asset/images/close.svg) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: -80px;
  cursor: pointer;
}

#modal-movie {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  width: 80%;
  max-width: 1000px;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}
#modal-movie #movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#modal-movie #movie #movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-movie #movie video {
  width: 100%;
}
#modal-movie .close {
  background: url(/asset/images/close.svg) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #modal {
    width: 90%;
    padding: 45px 15px 0;
  }
  #modal .modal-wrap {
    overflow-y: scroll;
    height: 100%;
    padding: 10px 10px;
    color: #fff;
  }
  #modal .modal-wrap h3 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
  #modal .modal-wrap p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 20px;
  }
  #modal .modal-wrap figure small {
    font-size: 12px;
  }
  #modal .close {
    background: url(/asset/images/close.svg) no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
  }
  #modal-movie {
    width: 90%;
    padding-top: 45px;
    max-width: 500px;
    height: auto;
  }
  #modal-movie .modal-wrap {
    padding-top: 40px;
  }
  #modal-movie .close {
    background: url(/asset/images/close.svg) no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
  }
}
/*-----------------------------
		loader
-----------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: fadeInAnime 0.3s ease-out forwards;
          animation: fadeInAnime 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-t40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .mg-t20 {
    margin-top: 10px;
  }
  .mg-t30 {
    margin-top: 15px;
  }
  .mg-t40 {
    margin-top: 20px;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
.anime.up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.anime.up.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

/*------------------------------
    top
-------------------------------*/
#top #mv {
  position: relative;
  height: 445px;
  background: rgba(244, 215, 195, 0.2);
}
#top #mv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top #mv article {
  width: 50%;
  position: relative;
  z-index: 5;
  padding-top: 100px;
}
#top #mv article .obj {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: -1;
}
#top #mv article .obj img {
  width: 100%;
}
#top #mv p {
  font-size: 36px;
  font-weight: 700;
}
#top #mv p span {
  display: block;
  line-height: 1;
  margin-top: 5px;
}
#top #mv p span i {
  display: inline-block;
  background-color: #111;
  color: #fff;
  padding: 15px;
  font-style: normal;
  line-height: 1;
}
#top #mv .bg {
  width: 50%;
  position: relative;
  /*span{
    display: block;
    width: calc(100% + ((100vw + 100%)/2));
    height: 445px;
    background: url(/asset/images/top/mv.jpg) no-repeat right 50%;
    background-size: 100%;
  }*/
}
#top #mv .bg ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 445px;
}
#top #mv .bg ul li {
  height: 445px;
}
#top #mv .bg ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
#top #mv.mv-anime p span {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#top #mv.mv-anime.active p span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -webkit-transition: 1.2s all ease-out;
  transition: 1.2s all ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#top #mv.mv-anime.active p span:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#top #mv.mv-anime.active p span:nth-of-type(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#top #lead {
  margin-top: -150px;
  position: relative;
}
#top #lead .inner {
  position: relative;
}
#top #lead .inner .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}
#top #lead .inner .obj img {
  width: 100%;
}
#top #lead .inner p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  padding: 100px 40px 100px 120px;
  margin-left: -120px;
  background-color: #fff;
  display: inline-block;
}
#top #lead .inner p.mv-anime {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
#top #lead .inner p.mv-anime.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#top #lead .inner .movie {
  width: 100%;
  position: relative;
  z-index: 2;
}
#top #lead .inner .movie img {
  width: 100%;
}
#top #lead .inner .movie a {
  position: relative;
  display: block;
}
#top #lead .inner .movie a:after {
  content: "";
  background: url(/asset/images/play.png) no-repeat;
  background-size: 80px;
  height: 90px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#top #lead .inner .movie a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
#top #lead .obj2 {
  width: 15%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
#top #lead .obj2 img {
  width: 100%;
}
#top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
#top .flex section {
  width: 33.3%;
}
#top #access {
  background: url(/asset/images/top/access_bg1.png) no-repeat 50% 50% rgba(244, 215, 195, 0.2);
  background-size: cover;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
#top #access h2 {
  margin-bottom: 20px;
}
#top #access .txt {
  text-align: center;
}
#top #access .txt small {
  display: block;
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
  text-align: left;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: 10px;
}
#top #access .txt small:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top #access figure {
  width: 80%;
  margin: 60px auto 0;
  /*position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);*/
}
#top #access figure img {
  width: 100%;
}
#top #access figure.anime {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
#top #access figure.anime.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#top #making {
  padding: 80px 0 40px;
  background: rgb(250, 250, 250);
}
#top #making h2 {
  margin-bottom: 20px;
}
#top #making .txt {
  text-align: center;
}
#top #making figure {
  width: 80%;
  margin: 60px auto 0;
}
#top #making figure img {
  width: 100%;
}
#top #making figure.anime {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
#top #making figure.anime.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#top #share {
  background: url(/asset/images/top/share_bg.png) no-repeat 0 0px rgba(244, 215, 195, 0.2);
  background-size: 50%;
  padding: 80px 0 0;
}
#top #share h2 {
  margin-bottom: 20px;
}
#top #share .txt {
  text-align: center;
}
#top #share figure {
  width: 76%;
  margin: 60px auto 0;
}
#top #share figure img {
  width: 100%;
}
#top #share figure.anime {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
#top #share figure.anime.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#top #lobby {
  padding-bottom: 80px;
}
#top #lobby .pic {
  border-radius: 16px;
  overflow: hidden;
  width: 78%;
  margin-left: 22%;
}
#top #lobby .pic img {
  width: 100%;
}
#top #lobby article {
  background-color: #fff;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-top: -13%;
  display: inline-block;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 35px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 35%;
}
#top #lobby article h2.ttl {
  text-align: left;
  margin-bottom: 20px;
}
#top #top-idea, #top #info {
  position: relative;
  z-index: 1;
  background: url(/asset/images/top/idea_bg.png) no-repeat right bottom rgba(244, 215, 195, 0.2);
  background-size: 50%;
  padding: 80px 0 100px;
  /*&:before{
    content: '';
    background-color: rgba(244, 215, 195, 0.2);
    width: 100%;
    height: calc(100% - 150px);
    position:absolute;
    top: 150px;
    left: 0;
    z-index: -1;
  }*/
}
#top #top-idea .slide, #top #info .slide {
  position: relative;
  padding-bottom: 60px;
  padding-left: 30px;
  margin-left: -30px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  width: calc(100% + (100vw - 100%) / 2);
}
#top #top-idea .slide.visible, #top #info .slide.visible {
  -webkit-clip-path: none;
          clip-path: none;
}
#top #top-idea .slide .control, #top #info .slide .control {
  width: 40px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.1s all ease-out;
  transition: 0.1s all ease-out;
}
#top #top-idea .slide .control:hover, #top #info .slide .control:hover {
  opacity: 0.7;
}
#top #top-idea .slide .control img, #top #info .slide .control img {
  width: 100%;
  display: inline-block;
}
#top #top-idea .slide .control.prev img, #top #info .slide .control.prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#top #top-idea .slide .control.prev.disable, #top #info .slide .control.prev.disable {
  pointer-events: none;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
#top #top-idea .slide .control.next, #top #info .slide .control.next {
  left: 90px;
}
#top #top-idea .slide .control.next.disable, #top #info .slide .control.next.disable {
  pointer-events: none;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
#top #top-idea .slide ul, #top #info .slide ul {
  position: relative;
}
#top #top-idea .slide ul:before, #top #info .slide ul:before {
  /*content: '';
  background: #000;
  height: 100%;
  width: calc((100vw - 100%)/2);
  position: absolute;
  top: 0;
  left: calc((100% - 100vw - 20px)/2);
  z-index: 10;*/
}
#top #top-idea .slide.anime, #top #info .slide.anime {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
#top #top-idea .slide.anime.active, #top #info .slide.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}
#top #top-idea ul li, #top #info ul li {
  width: 400px;
  margin: 0 0 0 20px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
#top #top-idea ul li.last.slick-cloned, #top #info ul li.last.slick-cloned {
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#top #top-idea ul li.last.slick-cloned a, #top #info ul li.last.slick-cloned a {
  position: relative;
  z-index: -1;
  opacity: 0;
}
#top #top-idea ul li a, #top #info ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #top-idea ul li a:hover ~ figure img, #top #info ul li a:hover ~ figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top #top-idea ul li figure, #top #info ul li figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#top #top-idea ul li figure:has(> label:hover) img, #top #info ul li figure:has(> label:hover) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top #top-idea ul li figure label, #top #info ul li figure label {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 10px 10px 10px 30px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#top #top-idea ul li figure label:hover, #top #info ul li figure label:hover {
  background-color: #F4D7C3;
}
#top #top-idea ul li figure label:before, #top #info ul li figure label:before {
  content: "";
  background: url(/asset/images/like.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top #top-idea ul li figure label[data-like], #top #info ul li figure label[data-like] {
  cursor: default;
  background-color: #fff;
}
#top #top-idea ul li figure label[data-like]:before, #top #info ul li figure label[data-like]:before {
  content: "";
  background: url(/asset/images/like2.png) no-repeat;
  background-size: 16px;
}
#top #top-idea ul li figure label[data-like]:hover, #top #info ul li figure label[data-like]:hover {
  background-color: #fff;
}
#top #top-idea ul li figure img, #top #info ul li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 159/89;
  -o-object-position: left top;
     object-position: left top;
}
#top #top-idea ul li article, #top #info ul li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 0;
}
#top #top-idea ul li article .txt, #top #info ul li article .txt {
  width: calc(100% - 40px);
}
#top #top-idea ul li article .txt h4, #top #info ul li article .txt h4 {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  word-break: break-all;
}
#top #top-idea ul li article .txt .tag, #top #info ul li article .txt .tag {
  line-height: 1.2;
  font-size: 13px;
  position: relative;
  z-index: 10;
}
#top #top-idea ul li article .txt .tag a, #top #info ul li article .txt .tag a {
  position: relative;
  display: inline;
  margin-right: 0.3em;
}
#top #top-idea ul li article .txt .tag a:hover, #top #info ul li article .txt .tag a:hover {
  opacity: 0.7;
}
#top #top-idea ul li article .txt .data, #top #info ul li article .txt .data {
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 15px;
  font-weight: 700;
}
#top #top-idea ul li article .txt .data:before, #top #info ul li article .txt .data:before {
  content: "投稿日時：";
}
#top #top-idea ul li article .txt .comment, #top #info ul li article .txt .comment {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1em;
  line-height: 1.2;
  margin-top: 10px;
}
#top #top-idea ul li article .icon, #top #info ul li article .icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
}
#top #top-idea ul li article .icon img, #top #info ul li article .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #top-idea .txtarea, #top #info .txtarea {
  padding: 0px 0 60px;
}
#top #top-idea .txtarea h2.ttl, #top #info .txtarea h2.ttl {
  text-align: left;
}
#top #info {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
  background: rgb(250, 250, 250);
}
#top #info h2.ttl {
  text-align: left;
}
#top #info ul li article .txt {
  width: 100%;
}
#top #info ul li article .txt .data {
  margin: 10px 0 10px;
}
#top #info ul li article .txt .data:before {
  display: none;
}
#top #top-login {
  background: rgb(244, 215, 195);
  padding: 100px 0 100px;
  position: relative;
}
#top #top-login .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}
#top #top-login .obj img {
  width: 100%;
}
#top #top-login .obj2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 10%;
}
#top #top-login .obj2 img {
  width: 100%;
}
#top #top-login .pc {
  display: block;
}
#top #top-login .sp {
  display: none;
}
#top #top-login p {
  text-align: center;
  margin-bottom: 60px;
}
#top #top-login p span {
  display: block;
  margin-bottom: 10px;
}
#top #top-login p span i {
  font-style: normal;
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
}
#top #top-login p.anime span {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#top #top-login p.anime.active span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  -webkit-transition: 1.2s all ease-out;
  transition: 1.2s all ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#top #top-login p.anime.active span:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#top #top-login p.anime.active span:nth-of-type(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#top #top-login .btn {
  text-align: center;
}
#top #top-login .btn a {
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
#top #bnr {
  text-align: center;
  padding: 60px 0;
}
#top #bnr a {
  display: inline-block;
  max-width: 880px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
#top #bnr a img {
  width: 100%;
}
#top #bnr a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #top #mv {
    position: relative;
    height: auto;
    background: none;
  }
  #top #mv .inner {
    display: block;
    padding: 0;
  }
  #top #mv article {
    width: 100%;
    position: absolute;
    z-index: 5;
    padding-top: 0px;
    bottom: -2.2em;
  }
  #top #mv article .obj {
    position: absolute;
    top: calc(100% - 2.2em);
    right: 0;
    width: 25%;
    z-index: -1;
  }
  #top #mv article .obj img {
    width: 100%;
  }
  #top #mv p {
    font-size: 20px;
    font-size: 2.9985007496vw;
    margin-left: 7%;
  }
  #top #mv p span {
    display: block;
    line-height: 1;
    margin-top: 5px;
  }
  #top #mv p span i {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 8px;
    font-style: normal;
    line-height: 1;
  }
  #top #mv .bg {
    width: 100%;
  }
  #top #mv .bg span {
    display: block;
    width: 100%;
    height: 250px;
    background: url(/asset/images/top/mv_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  #top #mv .bg ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 250px;
  }
  #top #mv .bg ul li {
    height: 250px;
  }
  #top #mv .bg ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  #top #lead {
    margin-top: 0px;
    padding-bottom: 60px;
    position: relative;
  }
  #top #lead .inner {
    position: relative;
  }
  #top #lead .inner .obj {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
  #top #lead .inner .obj img {
    width: 100%;
  }
  #top #lead .inner p {
    font-size: 14px;
    font-size: 2.0989505247vw;
    padding: 60px 0px 0px 10px;
    margin-left: 0px;
    background-color: #fff;
    display: inline-block;
  }
  #top #lead .inner p.mv-anime {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  #top #lead .inner p.mv-anime.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #top #lead .inner .movie {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }
  #top #lead .inner .movie img {
    width: 100%;
  }
  #top #lead .inner .movie a {
    position: relative;
    display: block;
  }
  #top #lead .inner .movie a:after {
    content: "";
    background: url(/asset/images/play.png) no-repeat;
    background-size: 60px;
    height: 70px;
    width: 60px;
  }
  #top #lead .inner .movie a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  #top #lead .obj2 {
    width: 30%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 0;
    position: absolute;
    bottom: 22%;
    left: 0;
  }
  #top #lead .obj2 img {
    width: 100%;
  }
  #top .flex {
    display: block;
    margin-bottom: 0px;
  }
  #top .flex section {
    width: 100%;
  }
  #top #access {
    background: url(/asset/images/top/access_bg1.png) no-repeat 50% 50% rgba(244, 215, 195, 0.2);
    background-size: cover;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
  }
  #top #access .txt {
    text-align: center;
  }
  #top #access .txt small {
    font-size: 12px;
    font-size: 1.7991004498vw;
    margin-top: 5px;
  }
  #top #access figure {
    width: 80%;
    margin-top: 40px;
    position: relative;
  }
  #top #access figure img {
    width: 100%;
  }
  #top #making {
    padding: 60px 0 40px;
  }
  #top #making figure {
    width: 86%;
    margin: 40px auto 0;
  }
  #top #share {
    padding: 60px 0 0;
  }
  #top #share .txt {
    text-align: center;
  }
  #top #share figure {
    width: 86%;
    margin: 40px auto 0;
  }
  #top #lobby {
    padding-bottom: 40px;
  }
  #top #lobby .pic-sp {
    background: url(/asset/images/top/lobby_img_sp.png) no-repeat 50% 50%;
    background-size: cover;
    height: 200px;
  }
  #top #lobby .pic {
    display: none;
  }
  #top #lobby article {
    background-color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: -13%;
    display: inline-block;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 25px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-transform: translateX(-6.5%);
            transform: translateX(-6.5%);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #top #top-idea, #top #info {
    padding: 40px 0 40px;
  }
  #top #top-idea .slide, #top #info .slide {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #top #top-idea .slide .control, #top #info .slide .control {
    width: 40px;
    position: absolute;
    bottom: auto;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  #top #top-idea .slide .control:hover, #top #info .slide .control:hover {
    opacity: 1;
  }
  #top #top-idea .slide .control img, #top #info .slide .control img {
    width: 100%;
    display: inline-block;
  }
  #top #top-idea .slide .control.prev, #top #info .slide .control.prev {
    left: 20px;
    display: none;
  }
  #top #top-idea .slide .control.prev img, #top #info .slide .control.prev img {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #top #top-idea .slide .control.prev.disable, #top #info .slide .control.prev.disable {
    display: none !important;
  }
  #top #top-idea .slide .control.next, #top #info .slide .control.next {
    left: auto;
    right: 26px;
  }
  #top #top-idea .slide .control.next.disable, #top #info .slide .control.next.disable {
    display: none;
  }
  #top #top-idea ul li, #top #info ul li {
    width: 320px;
  }
  #top #top-idea ul li figure:has(> label:hover) img, #top #info ul li figure:has(> label:hover) img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #top #top-idea ul li figure label, #top #info ul li figure label {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #top #top-idea ul li figure label:hover, #top #info ul li figure label:hover {
    background-color: #fff;
  }
  #top #top-idea ul li article .txt h4, #top #info ul li article .txt h4 {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #top #top-idea ul li article .txt .tag, #top #info ul li article .txt .tag {
    font-size: 10px;
    font-size: 1.4992503748vw;
  }
  #top #top-idea .txtarea, #top #info .txtarea {
    padding: 0px 0 0px;
  }
  #top #top-idea .txtarea h2.ttl, #top #info .txtarea h2.ttl {
    text-align: left;
  }
  #top #info h2.ttl {
    margin-bottom: 0px;
  }
  #top #top-login {
    padding: 80px 0 80px;
  }
  #top #top-login .obj {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }
  #top #top-login .obj img {
    width: 100%;
  }
  #top #top-login .obj2 {
    width: 30%;
  }
  #top #top-login .pc {
    display: none;
  }
  #top #top-login .sp {
    display: block;
  }
  #top #top-login p {
    text-align: center;
    margin-bottom: 40px;
  }
  #top #top-login p span {
    margin-bottom: 5px;
  }
  #top #top-login p span i {
    font-size: 22px;
    font-size: 3.2983508246vw;
    padding: 5px;
  }
  #top #top-login p.anime.active span {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    -webkit-transition: 1.2s all ease-out;
    transition: 1.2s all ease-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #top #top-login p.anime.active span:nth-of-type(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #top #top-login p.anime.active span:nth-of-type(3) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #top #top-login p.anime.active span:nth-of-type(4) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #top #top-login p.anime.active span:nth-of-type(5) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #top #bnr {
    padding: 30px 0;
  }
  #top #bnr a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #top #mv p {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  #top #lead .inner p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #top #access .txt small {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #top #top-idea ul li figure label, #top #info ul li figure label {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #top #top-idea ul li article .txt h4, #top #info ul li article .txt h4 {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #top #top-idea ul li article .txt .tag, #top #info ul li article .txt .tag {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  #top #top-login p span i {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
/*------------------------------
    idea
-------------------------------*/
#idea #bnr {
  margin-bottom: 60px;
  margin-top: -140px;
  padding-top: 140px;
}
#idea #bnr .bnr {
  background: url(/asset/images/idea/house.jpg) no-repeat 0 50% #252525;
  background-size: 50%;
  max-width: 800px;
  margin: auto;
  border-radius: 12px;
  position: relative;
  padding: 20px 60px 20px 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
}
#idea #bnr .bnr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#idea #bnr .bnr a:after {
  content: "";
  background: url(/asset/images/arrow2.svg) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#idea #bnr .bnr a:hover:after {
  right: 15px;
}
#idea #bnr .bnr article {
  color: #fff;
}
#idea #bnr .bnr article h2 {
  font-size: 24px;
  line-height: 1.4;
}
#idea #bnr .bnr article h2 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.6999999881;
  margin-bottom: 5px;
}
#idea #bnr .bnr article .data {
  font-size: 12px;
  margin-top: 10px;
}
#idea #tags {
  margin-bottom: 100px;
  margin-top: -100px;
  padding-top: 100px;
}
#idea #tags dl {
  max-width: 800px;
  margin: auto;
  border-radius: 12px;
  background: #fdf7f3;
}
#idea #tags dl dt {
  font-weight: 700;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
#idea #tags dl dt:after {
  content: "";
  background: url(/asset/images/arrow3.svg) no-repeat 50% 50% #252525;
  background-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#idea #tags dl dt.open:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea #tags dl dd {
  padding: 0px 35px 40px;
}
#idea #tags dl dd .search {
  margin-bottom: 40px;
}
#idea #tags dl dd .search form {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#idea #tags dl dd .search input {
  border: 1px solid #e4e4e4;
  font-size: 16px;
  padding: 15px 65px 15px 30px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#idea #tags dl dd .search button {
  border: 0px;
  width: 40px;
  height: 40px;
  background-color: #111;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #111;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#idea #tags dl dd .search button:before {
  content: "";
  background: url(/asset/images/search.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#idea #tags dl dd .search button:hover {
  background-color: #fff;
}
#idea #tags dl dd .search button:hover:before {
  background: url(/asset/images/search_on.svg) no-repeat;
  background-size: 24px;
}
#idea #tags dl dd li {
  display: inline-block;
  margin: 0 5px 5px;
}
#idea #tags dl dd li a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #111;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #111;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#idea #tags dl dd li a:hover {
  color: #111;
  background-color: #fff;
}
#idea .slide-wrap .slide {
  position: relative;
  padding-bottom: 60px;
  padding-left: 30px;
  margin-left: -30px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  width: calc(100% + (100vw - 100%) / 2);
}
#idea .slide-wrap .slide.visible {
  -webkit-clip-path: none;
          clip-path: none;
}
#idea .slide-wrap .slide .control {
  width: 40px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#idea .slide-wrap .slide .control:hover {
  opacity: 0.7;
}
#idea .slide-wrap .slide .control img {
  width: 100%;
  display: inline-block;
}
#idea .slide-wrap .slide .control.prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#idea .slide-wrap .slide .control.prev.disable {
  pointer-events: none;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
#idea .slide-wrap .slide .control.next {
  left: 90px;
}
#idea .slide-wrap .slide .control.next.disable {
  pointer-events: none;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
#idea .slide-wrap .slide ul {
  position: relative;
}
#idea .slide-wrap .slide ul:before {
  /*content: '';
  background: #000;
  height: 100%;
  width: calc((100vw - 100%)/2);
  position: absolute;
  top: 0;
  left: calc((100% - 100vw - 20px)/2);
  z-index: 10;*/
}
#idea .slide-wrap .slide.anime {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
#idea .slide-wrap .slide.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}
#idea .slide-wrap ul li {
  width: 400px;
  margin: 0 0 0 20px;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
#idea .slide-wrap ul li.last.slick-cloned {
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
#idea .slide-wrap ul li.last.slick-cloned a {
  position: relative;
  z-index: -1;
  opacity: 0;
}
#idea .slide-wrap ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#idea .slide-wrap ul li a:hover ~ figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#idea .slide-wrap ul li figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#idea .slide-wrap ul li figure:has(> label:hover) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#idea .slide-wrap ul li figure label {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 10px 10px 10px 30px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#idea .slide-wrap ul li figure label:hover {
  background-color: #F4D7C3;
}
#idea .slide-wrap ul li figure label:before {
  content: "";
  background: url(/asset/images/like.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea .slide-wrap ul li figure label[data-like] {
  cursor: default;
  background-color: #fff;
}
#idea .slide-wrap ul li figure label[data-like]:before {
  content: "";
  background: url(/asset/images/like2.png) no-repeat;
  background-size: 16px;
}
#idea .slide-wrap ul li figure label[data-like]:hover {
  background-color: #fff;
}
#idea .slide-wrap ul li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 159/89;
  -o-object-position: left top;
     object-position: left top;
}
#idea .slide-wrap ul li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 0;
}
#idea .slide-wrap ul li article .txt {
  width: calc(100% - 40px);
}
#idea .slide-wrap ul li article .txt h4 {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  word-break: break-all;
}
#idea .slide-wrap ul li article .txt .tag {
  line-height: 1.2;
  font-size: 13px;
}
#idea .slide-wrap ul li article .txt .tag a {
  position: relative;
  display: inline;
  margin-right: 0.3em;
}
#idea .slide-wrap ul li article .txt .tag a:hover {
  opacity: 0.7;
}
#idea .slide-wrap ul li article .txt .data {
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 15px;
  font-weight: 700;
}
#idea .slide-wrap ul li article .txt .data:before {
  content: "投稿日時：";
}
#idea .slide-wrap ul li article .txt .comment {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1em;
  line-height: 1.2;
  margin-top: 10px;
}
#idea .slide-wrap ul li article .icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
}
#idea .slide-wrap ul li article .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#idea #pickup {
  margin-bottom: 100px;
  margin-top: -140px;
  padding-top: 140px;
}
#idea #pickup h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#idea #pickup h2 span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
#idea #pickup h2 span:after {
  content: "";
  background: url(/asset/images/icon1.svg) no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea #popular {
  margin-bottom: 100px;
  margin-top: -140px;
  padding-top: 140px;
}
#idea #popular .inner {
  position: relative;
}
#idea #popular h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#idea #popular h2 span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
#idea #popular h2 span:after {
  content: "";
  background: url(/asset/images/icon2.svg) no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea #popular .btn2 {
  position: absolute;
  top: -5px;
  right: 0;
}
#idea #contest {
  margin-bottom: 100px;
  margin-top: -90px;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
#idea #contest:after {
  content: "";
  background: #fdf7f3;
  width: 100%;
  height: 62%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
#idea #contest .inner {
  position: relative;
}
#idea #contest .ttl-area {
  position: relative;
  padding-top: 10px;
  margin-top: 40px;
}
#idea #contest .ttl-area:after {
  content: "";
  background: url(/asset/images/line.png) repeat-x 0 bottom;
  background-size: 123px;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
#idea #contest h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 40px;
}
#idea #contest h2 span {
  position: relative;
  display: inline-block;
}
#idea #contest h2 small {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  opacity: 0.6999999881;
}
#idea #contest h2 i {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
#idea #contest h2 .note {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  margin-top: 10px;
}
#idea #contest h2 .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#idea #contest .btn2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
#idea #new {
  margin-bottom: 120px;
  margin-top: -140px;
  padding-top: 140px;
}
#idea #new .inner {
  position: relative;
}
#idea #new h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#idea #new h2 span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
#idea #new h2 span:after {
  content: "";
  background: url(/asset/images/icon2.svg) no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea #new .btn2 {
  position: absolute;
  top: -5px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #idea #bnr {
    margin-bottom: 40px;
    margin-top: -80px;
    padding-top: 80px;
  }
  #idea #bnr .bnr {
    background: url(/asset/images/idea/house.jpg) no-repeat 0 50% #252525;
    background-size: 50%;
    max-width: 100%;
    margin: auto;
    border-radius: 8px;
    position: relative;
    padding: 10px 20px 10px 29%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  }
  #idea #bnr .bnr a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #idea #bnr .bnr a:after {
    content: "";
    background: url(/asset/images/arrow2.svg) no-repeat;
    background-size: 9px;
    width: 9px;
    height: 14px;
    right: 10px;
  }
  #idea #bnr .bnr a:hover:after {
    right: 10px;
  }
  #idea #bnr .bnr article {
    color: #fff;
    padding-right: 10px;
  }
  #idea #bnr .bnr article h2 {
    font-size: 16px;
    font-size: 2.3988005997vw;
  }
  #idea #bnr .bnr article h2 small {
    font-size: 14px;
    font-size: 2.0989505247vw;
    margin-bottom: 5px;
  }
  #idea #bnr .bnr article .data {
    font-size: 10px;
    font-size: 1.4992503748vw;
    margin-top: 5px;
  }
  #idea #tags {
    margin-bottom: 50px;
    margin-top: -80px;
    padding-top: 80px;
  }
  #idea #tags dl {
    border-radius: 8px;
  }
  #idea #tags dl dt {
    font-size: 16px;
    font-size: 2.3988005997vw;
  }
  #idea #tags dl dd {
    padding: 0px 15px 20px;
  }
  #idea #tags dl dd .search {
    margin-bottom: 20px;
  }
  #idea #tags dl dd .search input {
    border: 1px solid #e4e4e4;
    font-size: 16px;
    padding: 10px 45px 10px 10px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #idea #tags dl dd .search button {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  #idea #tags dl dd .search button:before {
    background: url(/asset/images/search.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  #idea #tags dl dd .search button:hover {
    background-color: #111;
  }
  #idea #tags dl dd .search button:hover:before {
    background: url(/asset/images/search.svg) no-repeat;
    background-size: 20px;
  }
  #idea #tags dl dd li a {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: #111;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-size: 2.0989505247vw;
  }
  #idea #tags dl dd li a:hover {
    color: #fff;
    background-color: #111;
  }
  #idea .slide-wrap .slide {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #idea .slide-wrap .slide .control {
    width: 40px;
    position: absolute;
    bottom: auto;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  #idea .slide-wrap .slide .control:hover {
    opacity: 1;
  }
  #idea .slide-wrap .slide .control img {
    width: 100%;
    display: inline-block;
  }
  #idea .slide-wrap .slide .control.prev {
    left: 20px;
    display: none;
  }
  #idea .slide-wrap .slide .control.prev img {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #idea .slide-wrap .slide .control.prev.disable {
    display: none !important;
  }
  #idea .slide-wrap .slide .control.next {
    left: auto;
    right: 26px;
  }
  #idea .slide-wrap .slide .control.next.disable {
    display: none;
  }
  #idea .slide-wrap ul li {
    width: 320px;
  }
  #idea .slide-wrap ul li figure:has(> label:hover) img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #idea .slide-wrap ul li figure label {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea .slide-wrap ul li figure label:hover {
    background-color: #fff;
  }
  #idea .slide-wrap ul li article .txt h4 {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea .slide-wrap ul li article .txt .tag {
    font-size: 10px;
    font-size: 1.4992503748vw;
  }
  #idea #pickup {
    margin-bottom: 50px;
    margin-top: -80px;
    padding-top: 80px;
  }
  #idea #pickup h2 {
    font-size: 18px;
    font-size: 2.6986506747vw;
    margin-bottom: 20px;
  }
  #idea #popular {
    margin-bottom: 50px;
    margin-top: -80px;
    padding-top: 80px;
  }
  #idea #popular h2 {
    font-size: 18px;
    font-size: 2.6986506747vw;
    margin-bottom: 20px;
  }
  #idea #popular .btn2 {
    position: absolute;
    top: 0px;
    right: 5%;
  }
  #idea #contest {
    margin-bottom: 50px;
    margin-top: -40px;
    padding-top: 40px;
  }
  #idea #contest:after {
    height: 86%;
    top: 40px;
  }
  #idea #contest .ttl-area {
    position: relative;
    padding-top: 10px;
    margin-top: 20px;
  }
  #idea #contest .ttl-area:after {
    content: "";
    background: url(/asset/images/line.png) repeat-x 0 bottom;
    background-size: 123px;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #idea #contest h2 {
    font-size: 18px;
    font-size: 2.6986506747vw;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #idea #contest h2 small {
    font-size: 14px;
    font-size: 2.0989505247vw;
    margin-bottom: 0px;
  }
  #idea #contest h2 i {
    font-size: 12px;
    font-size: 1.7991004498vw;
    margin-top: 20px;
  }
  #idea #contest h2 .note {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea #contest .btn2 {
    position: absolute;
    bottom: -5px;
    right: 0;
  }
  #idea #new {
    margin-bottom: 80px;
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    z-index: 10;
  }
  #idea #new h2 {
    font-size: 18px;
    font-size: 2.6986506747vw;
    margin-bottom: 20px;
  }
  #idea #new .btn2 {
    position: absolute;
    top: 0px;
    right: 5%;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #idea #bnr .bnr article h2 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  #idea #bnr .bnr article h2 small {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #idea #bnr .bnr article .data {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  #idea #tags dl dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  #idea #tags dl dd li a {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #idea .slide-wrap ul li figure label {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea .slide-wrap ul li article .txt h4 {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea .slide-wrap ul li article .txt .tag {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  #idea #pickup h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #idea #popular h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #idea #contest h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #idea #contest h2 small {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #idea #contest h2 i {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea #contest h2 .note {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea #new h2 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
/*------------------------------
    idea-detail
-------------------------------*/
#idea.list #content {
  margin-bottom: 100px;
}
#idea.list #content .idea-list {
  margin-left: -3.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#idea.list #content .idea-list li {
  width: 30%;
  margin: 0 0 40px 3.3%;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
#idea.list #content .idea-list li.last.slick-cloned {
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
#idea.list #content .idea-list li.last.slick-cloned a {
  position: relative;
  z-index: -1;
  opacity: 0;
}
#idea.list #content .idea-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#idea.list #content .idea-list li a:hover ~ figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#idea.list #content .idea-list li figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#idea.list #content .idea-list li figure:has(> label:hover) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#idea.list #content .idea-list li figure label {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 10px 10px 10px 30px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#idea.list #content .idea-list li figure label:hover {
  background-color: #F4D7C3;
}
#idea.list #content .idea-list li figure label:before {
  content: "";
  background: url(/asset/images/like.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea.list #content .idea-list li figure label[data-like] {
  cursor: default;
  background-color: #fff;
}
#idea.list #content .idea-list li figure label[data-like]:before {
  content: "";
  background: url(/asset/images/like2.png) no-repeat;
  background-size: 16px;
}
#idea.list #content .idea-list li figure label[data-like]:hover {
  background-color: #fff;
}
#idea.list #content .idea-list li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 159/89;
  -o-object-position: left top;
     object-position: left top;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#idea.list #content .idea-list li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 0;
}
#idea.list #content .idea-list li article .txt {
  width: calc(100% - 40px);
}
#idea.list #content .idea-list li article .txt h4 {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 5px;
  word-break: break-all;
}
#idea.list #content .idea-list li article .txt .tag {
  line-height: 1.2;
  font-size: 13px;
}
#idea.list #content .idea-list li article .txt .tag a {
  position: relative;
  display: inline;
  margin-right: 0.3em;
}
#idea.list #content .idea-list li article .txt .tag a:hover {
  opacity: 0.7;
}
#idea.list #content .idea-list li article .txt .data {
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 15px;
  font-weight: 700;
}
#idea.list #content .idea-list li article .txt .data:before {
  content: "投稿日時：";
}
#idea.list #content .idea-list li article .txt .comment {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1em;
  line-height: 1.2;
  margin-top: 10px;
}
#idea.list #content .idea-list li article .icon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
}
#idea.list #content .idea-list li article .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#idea.list #content .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
#idea.list #content .wp-pagenavi .page, #idea.list #content .wp-pagenavi .current, #idea.list #content .wp-pagenavi .first, #idea.list #content .wp-pagenavi .last {
  background-color: #E4E4E4;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin: 0 4px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  text-align: center;
}
#idea.list #content .wp-pagenavi .current {
  background-color: #F4D7C3;
}
#idea.list #content .wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-indent: -9999px;
  background: none;
  position: relative;
  margin-right: 20px;
}
#idea.list #content .wp-pagenavi .previouspostslink:before {
  content: "";
  background: url(/asset/images/arrow.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
#idea.list #content .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
#idea.list #content .wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-indent: -9999px;
  background: none;
  position: relative;
  margin-left: 20px;
}
#idea.list #content .wp-pagenavi .nextpostslink:before {
  content: "";
  background: url(/asset/images/arrow.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#idea.list #content .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
#idea.list #content .wp-pagenavi .extend {
  font-weight: 700;
}
#idea.list #content .wp-pagenavi a:hover {
  background-color: #F4D7C3;
}

@media screen and (max-width: 768px) {
  #idea.list #content {
    margin-bottom: 50px;
  }
  #idea.list #content .idea-list {
    margin-left: 0;
    display: block;
  }
  #idea.list #content .idea-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #idea.list #content .idea-list li figure:has(> label:hover) img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #idea.list #content .idea-list li figure label {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea.list #content .idea-list li article .txt h4 {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea.list #content .idea-list li article .txt .tag {
    font-size: 10px;
    font-size: 1.4992503748vw;
  }
  #idea.list #content #pager {
    text-align: center;
    padding-top: 40px;
    line-height: 1;
  }
  #idea.list #content #pager .page-numbers {
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 2px;
    font-size: 14px;
  }
  #idea.list #content #pager .page-numbers.prev, #idea.list #content #pager .page-numbers.next {
    text-indent: -9999px;
    background: none;
    position: relative;
  }
  #idea.list #content #pager .page-numbers.prev:before, #idea.list #content #pager .page-numbers.next:before {
    content: "";
    background: url(/asset/images/arrow.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 18px;
  }
  #idea.list #content #pager .page-numbers.prev:hover, #idea.list #content #pager .page-numbers.next:hover {
    opacity: 1;
  }
  #idea.list #content #pager a:hover {
    background-color: #E4E4E4;
  }
  #idea.list #content .wp-pagenavi {
    margin-top: 40px;
  }
  #idea.list #content .wp-pagenavi .page, #idea.list #content .wp-pagenavi .current, #idea.list #content .wp-pagenavi .first, #idea.list #content .wp-pagenavi .last {
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 2px;
    font-size: 14px;
  }
  #idea.list #content .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
  #idea.list #content .wp-pagenavi .previouspostslink:before {
    background: url(/asset/images/arrow.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 18px;
  }
  #idea.list #content .wp-pagenavi .previouspostslink:hover {
    opacity: 0.7;
  }
  #idea.list #content .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
  #idea.list #content .wp-pagenavi .nextpostslink:before {
    background: url(/asset/images/arrow.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 18px;
  }
  #idea.list #content .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
  }
  #idea.list #content .wp-pagenavi .extend {
    font-weight: 700;
  }
  #idea.list #content .wp-pagenavi a:hover {
    background-color: #F4D7C3;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #idea.list #content .idea-list li figure label {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea.list #content .idea-list li article .txt h4 {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea.list #content .idea-list li article .txt .tag {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
/*------------------------------
    idea-detail
-------------------------------*/
#idea.detail #content {
  margin-bottom: 100px;
}
#idea.detail .pic {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted rgba(17, 17, 17, 0.1);
}
#idea.detail .pic figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
#idea.detail .pic figure label {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#idea.detail .pic figure label:hover {
  background-color: #F4D7C3;
}
#idea.detail .pic figure label:before {
  content: "";
  background: url(/asset/images/like.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#idea.detail .pic figure label[data-like] {
  cursor: default;
  background-color: #fff;
}
#idea.detail .pic figure label[data-like]:before {
  content: "";
  background: url(/asset/images/like2.png) no-repeat;
  background-size: 16px;
}
#idea.detail .pic figure label[data-like]:hover {
  background-color: #fff;
}
#idea.detail .pic figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 159/89;
  -o-object-position: left top;
     object-position: left top;
}
#idea.detail .pic article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px 0;
}
#idea.detail .pic article .txt h4 {
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 5px;
}
#idea.detail .pic article .txt .tag {
  line-height: 1.2;
  font-size: 14px;
}
#idea.detail .pic article .txt .tag a {
  position: relative;
  display: inline;
  margin-right: 0.5em;
}
#idea.detail .pic article .txt .tag a:hover {
  opacity: 0.7;
}
#idea.detail .pic article .txt .data {
  font-size: 14px;
  line-height: 1;
  margin: 15px 0 0px;
  font-weight: 700;
}
#idea.detail .pic article .txt .data:before {
  content: "投稿日時：";
}
#idea.detail .pic article .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  max-width: 300px;
  min-width: calc(66px + 5em);
}
#idea.detail .pic article .icon span {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 28px;
  display: block;
}
#idea.detail .pic article .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#idea.detail .pic article .icon p {
  font-weight: 700;
  font-size: 16px;
  margin-left: 10px;
  width: calc(100% - 66px);
  line-height: 1.4;
}
#idea.detail .text p {
  margin-bottom: 20px;
}
#idea.detail .text p:last-of-type {
  margin-bottom: 0px;
}
#idea.detail #pickup {
  position: static;
  z-index: auto;
  padding-top: 0;
  margin-top: 0;
  background: #fdf7f3;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}
#idea.detail #pickup .slide-wrap {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #idea.detail #content {
    margin-bottom: 50px;
  }
  #idea.detail .pic {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #idea.detail .pic figure label {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea.detail .pic article {
    padding: 10px 10px 0;
    display: block;
  }
  #idea.detail .pic article .txt h4 {
    font-size: 18px;
    font-size: 2.6986506747vw;
  }
  #idea.detail .pic article .txt .tag {
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea.detail .pic article .txt .data {
    margin: 10px 0 0px;
    font-size: 12px;
    font-size: 1.7991004498vw;
  }
  #idea.detail .pic article .icon {
    margin-top: 10px;
    margin-left: 0px;
    max-width: 100%;
    min-width: 100%;
  }
  #idea.detail .pic article .icon span {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
  #idea.detail .pic article .icon p {
    font-size: 14px;
    font-size: 2.0989505247vw;
    width: calc(100% - 46px);
  }
  #idea.detail .text p {
    margin-bottom: 10px;
  }
  #idea.detail #pickup {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #idea.detail .pic figure label {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea.detail .pic article .txt h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #idea.detail .pic article .txt .tag {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea.detail .pic article .txt .data {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #idea.detail .pic article .icon p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
/*------------------------------
    terms
-------------------------------*/
#terms #content {
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}
#terms #content h3 {
  margin-bottom: 40px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #terms #content {
    position: relative;
    z-index: 3;
    margin-bottom: 50px;
  }
  #terms #content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
/*------------------------------
    privacy
-------------------------------*/
#privacy #content {
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}
#privacy #content h3 {
  margin-bottom: 40px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #privacy #content {
    position: relative;
    z-index: 3;
    margin-bottom: 50px;
  }
  #privacy #content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
/*------------------------------
    company
-------------------------------*/
#company #content {
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}
#company #content h3 {
  margin-bottom: 40px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #company #content {
    position: relative;
    z-index: 3;
    margin-bottom: 50px;
  }
  #company #content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
/*------------------------------
    company
-------------------------------*/
#contact #mv {
  margin-bottom: 0px;
}
#contact #mv h2.ttl {
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contact #content {
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
  background: rgba(244, 215, 195, 0.2);
}
#contact #content h3 {
  margin-bottom: 40px;
  font-size: 20px;
}
#contact #content #form-table table {
  width: 100%;
}
#contact #content #form-table table th, #contact #content #form-table table td {
  text-align: left;
  padding: 0px 0 20px;
  vertical-align: middle;
}
#contact #content #form-table table th {
  position: relative;
  width: 180px;
  /*span{
    display: inline-block;
    position: relative;
    padding-left: 3.5em;
    &:after{
      content: '任意';
      position: absolute;
      top: 6px;
      left: 0;
      background-color: #7B7B7B;
      color: #fff;
      line-height: 1;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 400;
    }
  }
  &.require{
    span{
      &:after{
        content: '必須';
      }
    }
  }*/
}
#contact #content #form-table table input[type=text], #contact #content #form-table table input[type=tel], #contact #content #form-table table input[type=email] {
  border: 0px;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #F1EAE5;
  border-radius: 8px;
}
#contact #content #form-table table input[type=text].w20, #contact #content #form-table table input[type=tel].w20, #contact #content #form-table table input[type=email].w20 {
  width: 20%;
}
#contact #content #form-table table input[type=text].w40, #contact #content #form-table table input[type=tel].w40, #contact #content #form-table table input[type=email].w40 {
  width: 40%;
}
#contact #content #form-table table input[type=text].w60, #contact #content #form-table table input[type=tel].w60, #contact #content #form-table table input[type=email].w60 {
  width: 60%;
}
#contact #content #form-table table input[type=text].error, #contact #content #form-table table input[type=tel].error, #contact #content #form-table table input[type=email].error {
  border: 1px solid #eaf6fd;
}
#contact #content #form-table table textarea {
  border: 0px;
  background-color: #fff;
  border: 1px solid #F1EAE5;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;
}
#contact #content #form-table table textarea.error {
  border: 1px solid #eaf6fd;
}
#contact #content #form-table label.error {
  cursor: default;
  padding: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 1.2;
  color: rgb(211, 46, 46);
}
#contact #content #form-table label.error::before {
  width: 0px;
  height: 0px;
}
#contact #content #form-table .agree {
  text-align: center;
  margin-top: 20px;
  position: relative;
  /*.mycheckbox input[type="checkbox"]{
    display: none;
  }*/
  /* チェックボックスの代わりを成すラベル */
  /* ラベルの左に表示させる正方形のボックス□ */
  /* チェックが入った時のレ点 */
}
#contact #content #form-table .agree ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact #content #form-table .agree ul li:nth-child(1) {
  width: 20em;
}
#contact #content #form-table .agree .mycheckbox {
  display: inline-block;
  -webkit-transform: translateX(12.5px);
          transform: translateX(12.5px);
}
#contact #content #form-table .agree .mycheckbox label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  margin-left: -25px;
}
#contact #content #form-table .agree .mycheckbox label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #F1EAE5; /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
#contact #content #form-table .agree .mycheckbox input[type=checkbox]:checked {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753; /* チェックの色変更 お好きな色を */
}
#contact #content #form-table .agree a {
  text-decoration: underline;
}
#contact #content #form-table .agree a:hover {
  text-decoration: none;
}
#contact #content #form-table .agree label.error {
  position: absolute;
  bottom: -1.5em;
  left: 20px;
  white-space: nowrap;
}
#contact #content #form-table .agree label.error:before {
  display: none;
}
#contact #content #form-table .btn-list {
  margin-top: 40px;
}
#contact #content #form-table .btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact #content #form-table .btn-list ul li {
  margin-left: 40px;
}
#contact #content #form-table .btn-list ul li:first-child {
  margin-left: 0px;
}
#contact #content #form-table .btn-list ul li a, #contact #content #form-table .btn-list ul li button {
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
}
#contact.confirm #content .txt {
  text-align: center;
  margin-bottom: 40px;
}
#contact.confirm #content #form-table table th, #contact.confirm #content #form-table table td {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #F1EAE5;
}
#contact.confirm #content #form-table table tr:last-of-type th, #contact.confirm #content #form-table table tr:last-of-type td {
  border-bottom: 0px solid #F1EAE5;
}
#contact.confirm #content #form-table .btn-list {
  margin-top: 60px;
}
#contact.thanks #content p {
  text-align: center;
  padding-bottom: 20px;
}
#contact.thanks #content p strong {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 700;
}
#contact.thanks #content p a {
  text-decoration: underline;
}
#contact.thanks #content p a:hover {
  text-decoration: none;
}
#contact.thanks #content .btn {
  text-align: center;
  margin-top: 60px;
}
#contact.thanks #content .btn a {
  width: 300px;
}

@media screen and (max-width: 768px) {
  #contact #content {
    position: relative;
    z-index: 3;
    padding-bottom: 50px;
  }
  #contact #content h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  #contact #content #form-table table {
    width: 100%;
  }
  #contact #content #form-table table th, #contact #content #form-table table td {
    text-align: left;
    padding: 0px 0 10px;
    vertical-align: middle;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact #content #form-table table th {
    clear: both;
    background: none;
    position: relative;
    width: 100%;
    border-bottom: 0px;
    padding-bottom: 5px;
  }
  #contact #content #form-table .agree {
    margin-top: 10px;
  }
  #contact #content #form-table .agree ul {
    display: block;
    padding-left: 5%;
  }
  #contact #content #form-table .agree ul li {
    text-align: left;
    margin-bottom: 1.2em;
  }
  #contact #content #form-table .agree label.error {
    position: absolute;
    bottom: -1.1em;
    left: 20px;
    white-space: nowrap;
  }
  #contact #content #form-table .agree label.error:before {
    display: none;
  }
  #contact #content #form-table .btn-list {
    margin-top: 40px;
  }
  #contact #content #form-table .btn-list ul {
    display: block;
  }
  #contact #content #form-table .btn-list ul li {
    margin-bottom: 10px;
    margin-left: 0px;
    width: 40%;
    margin: auto !important;
  }
  #contact #content #form-table .btn-list ul li:last-child {
    margin-bottom: 0px;
  }
  #contact #content #form-table .btn-list ul li a, #contact #content #form-table .btn-list ul li button {
    width: 100%;
    padding: 10px 0;
  }
  #contact.confirm #content .txt {
    text-align: center;
    margin-bottom: 10px;
  }
  #contact.confirm #content #form-table table th {
    background: none;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  #contact.confirm #content #form-table .btn-list {
    margin-top: 40px;
  }
  #contact.confirm #content #form-table .btn-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact.confirm #content #form-table .btn-list ul li a {
    width: 100%;
    display: block;
    text-align: center;
  }
  #contact.thanks #content p {
    text-align: left;
    padding-bottom: 20px;
  }
  #contact.thanks #content p strong {
    font-size: 24px;
    font-size: 3.5982008996vw;
    margin-bottom: 20px;
    text-align: center;
  }
  #contact.thanks #content p a {
    text-decoration: underline;
  }
  #contact.thanks #content p a:hover {
    text-decoration: none;
  }
  #contact.thanks #content .btn {
    margin-top: 30px;
  }
  #contact.thanks #content .btn a {
    width: 100%;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #contact.thanks #content p strong {
    font-size: 24px;
    font-size: 6.4vw;
  }
}/*# sourceMappingURL=style.css.map */