<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* --------------- *\
 * law
\* --------------- */
#law {
  padding: 40px 0 80px 0;
  font-size: 14px;
  background-color: #fff;
}
#law h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#law .wrapper div {
  width: 80%;
  margin: 0 auto;
}
#law th {
  width: 300px;
}
@media (max-width: 767px) {
  #law h3 {
    font-size: 24px;
  }
  #law .wrapper div {
    width: 100%;
  }
  #law th,
  #law td {
    display: block;
  }
  #law th {
    width: 100%;
  }
  #law td {
    border-top: none;
  }
}



/* --------------- *\
 * termslist
\* --------------- */
.termslist {
  padding: 40px 0 80px 0;
  background-color: #fff;
}
.termslist h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.termslist h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.termslist #main_wrapper .wrapper.flex {
  margin-top: 0;
}
.termslist #main_wrapper .sidebar {
  width: 200px;
}
.termslist #main_wrapper .main {
  width: 800px;
}
.termslist .main ol.cjk-ideographic {
  list-style-type: cjk-ideographic;
  margin-left: 10px;
}
.termslist .main ol.cjk-ideographic-note {
  list-style-type: none;
  margin-left: 16px;
  counter-reset: number 0;
}
.termslist .main ol.cjk-ideographic-note li {
  position: relative;
}
.termslist .main ol.cjk-ideographic-note li::before {
  content: "注" counter(number, cjk-ideographic);
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -34px;
}


.termslist .main ol.cjk-ideographic-brackets {
  list-style-type: none;
  margin-left: 12px;
  counter-reset: number 0;
}
.termslist .main ol.cjk-ideographic-brackets &gt; li {
  position: relative;
}
.termslist .main ol.cjk-ideographic-brackets &gt; li::before {
  content: "(" counter(number, cjk-ideographic) ")";
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -30px;
}


.termslist .main ol.cjk-number-brackets {
  list-style-type: none;
  margin-left: 6px;
  counter-reset: number 0;
}
.termslist .main ol.cjk-number-brackets &gt; li {
  position: relative;
}
.termslist .main ol.cjk-number-brackets &gt; li::before {
  content: "(" counter(number) ")";
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -22px;
}


.termslist .main ol.cjk-number {
  list-style-type: none;
  margin-left: -2px;
  counter-reset: number 0;
}
.termslist .main ol.cjk-number li {
  position: relative;
}
.termslist .main ol.cjk-number li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -14px;
}

.termslist .main ol.cjk-katakana-iroha {
  list-style-type: none;
  margin-left: 4px;
  counter-reset: number 0;
}
.termslist .main ol.cjk-katakana-iroha li {
  position: relative;
}
.termslist .main ol.cjk-katakana-iroha li::before {
  content: counter(number, katakana-iroha) ".";
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -20px;
}




.termslist .main ol.cjk-number-note-brackets {
  list-style-type: none;
  margin-left: 16px;
  counter-reset: number 0;
}
.termslist .main ol.cjk-number-note-brackets li {
  position: relative;
}
.termslist .main ol.cjk-number-note-brackets li::before {
  content: "(注" counter(number) ")";
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: -34px;
}




.termslist .main ul.ul-note-brackets {
  list-style-type: none;
  margin-left: 8px;
}
.termslist .main ul.ul-note-brackets &gt; li {
  position: relative;
}
.termslist .main ul.ul-note-brackets &gt; li::before {
  content: "(注)";
  position: absolute;
  top: 0;
  left: -26px;
}



.termslist .main ul.item_price {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.termslist .main ul.item_price li {
  display: flex;
  justify-content: space-between;
}


.termslist .main ol.katakana-iroha {
  list-style-type: katakana-iroha;
  margin-left: 10px;
}





.termslist table.travel_terms_table {
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
}
.termslist table.travel_terms_table th,
.termslist table.travel_terms_table td {
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  vertical-align: top;
}
.termslist table.travel_terms_table.v_align_m th,
.termslist table.travel_terms_table.v_align_m td {
  vertical-align: middle;
}
.termslist table.travel_terms_table tr.no_border td {
  border-bottom: 1px solid #fff;
}
.termslist table.travel_terms_table td.percent,
.termslist table.travel_terms_table th.percent {
  width: 120px;
  text-align: right;
}
.termslist p.indent-1str {
  text-indent: -18px;
  padding-left: 16px;
  margin: 0 !important;
}

.termslist p.indent-1str-number {
  text-indent: -12px;
  padding-left: 12px;
  margin: 0 !important;
}



#gdpr.termslist table {
  margin-top: 20px;
  border-left: 1px solid #cbcbcb;
}
#gdpr.termslist table th,
#gdpr.termslist table td {
  border-right: 1px solid #cbcbcb;
}


@media (max-width: 1219px) {
  .termslist #main_wrapper .sidebar {
    width: 200px;
  }
  .termslist #main_wrapper .main {
    width: 660px;
  }
}
@media (max-width: 767px) {
  .termslist {
    padding: 40px 0;
  }
  .termslist h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .termslist #main_wrapper .sidebar {
    width: 100%;
  }
  .termslist #main_wrapper .main {
    width: 100%;
  }

  .termslist .main ul.item_price li {
    display: block;
  }

}
.termslist .sidebar ul {
  font-size: 16px;
}
.termslist .sidebar li {
  margin-bottom: 10px;
}
.termslist .sidebar li a {
  text-decoration: none;
  color: #bbb;
}
.termslist .sidebar li a:hover,
.termslist .sidebar li.active a {
  text-decoration: none;
  color: #333;
}
@media (max-width: 767px) {
  .termslist .sidebar ul {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .termslist .sidebar li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .termslist .sidebar li a {
    display: block;
  }
}
.termslist .main &gt; section:not(:first-child) {
  margin-top: 25px;
}
.termslist .main section section:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #bbb;
}
.termslist .main h4 {
  background-color: #000;
  color: #fff;
  /*line-height: 36px;*/
  /*height: 36px;*/
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.termslist .main h5 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}
.termslist .main h6 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}
.termslist .main p {
  /*margin-top: 10px;*/
}
.termslist .main ol {
  list-style: decimal;
  margin-top: 10px;
  padding-left: 20px;
}
.termslist .main ol &gt; li {
  margin-bottom: 5px;
}
.termslist .main ol ol {
  list-style: lower-alpha;
  margin-left: 10px;
  margin-top: 0;
}
.termslist .main ul {
  list-style: disc;
  margin-top: 10px;
  padding-left: 20px;
}
.termslist .main ul &gt; li {
  margin-bottom: 5px;
}
.termslist .main .note {
  font-size: 11px;
}
.termslist .main .warning {
  font-size: 11px;
  color: #d70d0d;
}
@media (max-width: 767px) {
  .termslist .privacy_table th,
  .termslist .privacy_table td {
    display: block;
  }
}










/* --------------- *\
 * about (corporate/{$lang}.php)
\* --------------- */
#about,
#corporate {
  padding: 40px 0 80px 0;
  font-size: 14px;
  background-color: #fff;
}
#about h3,
#corporate h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#about .wrapper div,
#corporate .wrapper div {
  width: 60%;
  margin: 0 auto;
}
#about th,
#corporate th {
  width: 200px;
}

#corporate div.read {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
#corporate div.read .img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #about h3,
  #corporate h3 {
    font-size: 24px;
  }
  #about .wrapper div,
  #corporate .wrapper div {
    width: 100%;
  }
  #about th,
  #about td,
  #corporate th,
  #corporate td {
    display: block;
  }
  #about th,
  #corporate th {
    width: 100%;
  }
  #about td,
  #corporate td {
    border-top: none;
  }
}








/* --------------- *\
 * sitemap
\* --------------- */
#sitemap {
  padding: 30px 0 0;
  font-size: 14px;
  background-color: #fff;
}
#sitemap h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sitemap h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #717171;
  padding: 7px 15px;
}
#sitemap h4 ~ section {
  padding: 0 10px;
}
#sitemap h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
#sitemap h6 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
#sitemap ul {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
}
#sitemap li {
  margin-bottom: 3px;
}
#sitemap li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
#sitemap li a {
  color: #666;
  text-decoration: none;
}
#sitemap li a:hover {
  text-decoration: underline;
}








/* --------------- *\
 * goto (goto/{$lang}.php)
\* --------------- */
#goto {
  font-size: 14px;
  background-color: #eeeeee;
}
#goto .cover {
  height: 500px;
  background-image: url('https://assets.deep-exp.com/assets/img/front/goto/cover.png');
  background-size: cover;
  background-position: center;
}
#goto section {
  background-color: #ffffff;
}
#goto section:first-of-type {
  border-top: none;
}
#goto section:last-of-type {
  border-bottom: none;
}
#goto section h2 {
  font-weight: bold;
  font-size: 26px;
}
#goto .border_top {
  border-top: 2px solid #e7e7e7;
}
#goto .border_bottom {
  border-bottom: 2px solid #e7e7e7;
}
#goto .color_red {
  color: #e40000;
}
#goto .goto_about {
  padding: 20px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#goto .goto_about .goto_about_l {
  width: calc(100% - 296px);
  text-align: left;
}
#goto .goto_about .goto_about_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#goto .shadow_yellow {
  border: 2px solid rgba(250, 201, 1, 1);
  box-shadow: 6px 6px 0px 0px rgba(250, 201, 1, 1);
}
#goto .shadow_yellow_radius {
  background-color: #ffffff;
  border: 2px solid rgba(250, 201, 1, 1);
  box-shadow: 6px 6px 0px 0px rgba(250, 201, 1, 1);
  border-radius: 6px;
  padding: 16px 20px;
}
#goto .shadow_gray {
  background-color: #ffffff;
  border: 2px solid rgba(126, 126, 126, 1);
  box-shadow: 6px 6px 0px 0px rgba(126, 126, 126, 1);
  border-radius: 6px;
  padding: 12px 20px;
}
#goto .ul_disc_yellow {
  text-align: left;
}
#goto .ul_disc_yellow li {
  position: relative;
  padding-left: 16px;
  line-height: 32px;
}
#goto .ul_disc_yellow li:before{
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 0;
  color: #fad601;
}
#goto .ul_disc_yellow.icon_s li:before{
  font-size: 8px;
}
#goto .goto_about .circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
}
#goto .goto_about .circle .percent {
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
}
#goto .goto_about .circle.yellow .title {
  position: absolute;
  top: 35px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
#goto .goto_about .circle.green .title {
  position: absolute;
  top: 25px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
#goto .goto_about .circle .percent span.number {
  font-weight: bold;
  font-size: 50px;
}
#goto .goto_about .circle .percent span.number:after {
  content: '％';
  font-weight: bold;
  font-size: 18px;
}
#goto .goto_about .circle.yellow {
  background-color: #fffa00;
}
#goto .goto_about .circle.green {
  background-color: #dcfa3a;
}
#goto .goto_btn_area {
  margin-bottom: 60px;
}
#goto .goto_btn {
  width: 250px;
  padding: 15px 30px;
  background-color: #fad601;
  font-weight: bold;
  font-size: 16px;
}
#goto .box_yellow {
  background-color: #fff7c6;
  padding: 30px 36px;
  border-radius: 10px;
}
#goto .box_yellow.please h2{
  margin-bottom: 10px;
}
#goto .box_light_yellow {
  background-color: #fffa00;
  border-radius: 4px;
}
#goto .box_light_green {
  background-color: #dcfa3a;
  border-radius: 4px;
}
#goto .box_gray {
  background-color: #efefef;
  padding: 20px 30px;
}
#goto .box_gray.last {
  margin-bottom: 40px;
}
#goto .box_white {
  background-color: #ffffff;
  padding: 6px;
  border-radius: 6px;
}
#goto .discount_table {
  display: flex;
  justify-content: space-between;
}
#goto .discount_table &gt; div{
  width: 49%;
}
#goto .relative {
  position: relative;
}
#goto .center {
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  width: 100%;
  text-align: center;
}
#goto .bg_mark {
  background-image: url('https://assets.deep-exp.com/assets/img/front/goto/ico_note.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #goto .cover {
    height: 174px;
  }
  #goto .lead {
    margin-bottom: 5px;
  }
  #goto h2.main_title{
    line-height: 1.3;
  }
  #goto .goto_about {
    display:block;
    padding: 30px 20px 20px;
  }
  #goto .goto_about .goto_about_l {
    width: 100%;
    margin-bottom: 20px;
  }
  #goto .goto_about .goto_about_r {
    justify-content: center;
  }
  #goto .relative {
    margin-top: 16px;
  }
  #goto .center {
    position: static;
    -webkit-transform : translateY(0%);
    transform : translateY(0%);
  }
  #goto .box_yellow {
    padding: 30px 20px 30px;
  }
  #goto .box_yellow.please h2{
    margin-bottom: 0;
  }
  #goto .ul_disc_yellow li {
    line-height: 30px;
  }
  #goto .discount_table {
    display: block;
  }
  #goto .discount_table &gt; div{
    width: 100%;
  }
  #goto .discount_table &gt; div:first-of-type{
    margin-bottom: 8px;
  }
  #goto .box_gray {
    padding: 20px;
  }
  #goto .box_gray.last {
    margin-bottom: 30px;
  }
  #goto .goto_btn_area.last {
    margin-bottom: 50px;
  }
}









/* --------------- *\
 * what (about/{$lang}.php)
\* --------------- */
#what {
  font-size: 14px;
  background-color: #fff;
}
#what .cover {
  height: 500px;
  background-image: url(../img/front/about/cover.png);
  background-size: cover;
  background-position: center;
}
#what .read_text {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #fdf03f;
  border-bottom: 1px solid #fdf03f;
  margin-top: 20px;
  margin-bottom: 20px;
}
#what .read_text h3 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
}
#what .mission {
  background-image: url(../img/front/about/main_bg.png);
  padding: 100px 0 60px;
}
#what .mission h3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#what .mission h3::before{
  content: "";
  width: 50px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
#what .mission strong {
  font-size: 22px;
}
#what .mission img {
  margin-top: 40px;
  margin-bottom: 40px;
}
#what .what_detail {
  padding-top: 130px;
  padding-bottom: 50px;
}
#what .what_detail section {
  background-image: url(../img/front/about/detail.png);
  background-position: center top;
  background-repeat: no-repeat;
}
body.osaka-info #what .what_detail section {
  background-position: center top 30px;
}
#what .what_detail h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
#what .what_detail h3::before{
  content: "";
  width: 50px;
  height: 6px;
  background-color: #ffda00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
#what .what_detail .flex {
  margin-top: 750px;
}
#what .what_detail .flex strong {
  font-size: 20px;
  font-weight: bold;
}
#what .what_detail .flex p {
  margin-top: 15px;
  border-top: 1px dotted #999;
  padding-top: 15px;
}
#what .button {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1219px) {
  #what .what_detail section {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  #what .cover {
    height: 200px;
  }
  #what .read_text h3 {
    font-size: 22px;
  }
  #what .mission {
    padding: 70px 0 40px;
  }
  #what .mission h3 {
    font-size: 24px;
  }
  #what .mission strong {
    font-size: 18px;
  }
  #what .mission img {
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
    width: 50%;
  }
  #what .what_detail {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  #what .what_detail section {
    background-position: center top 40px;
    background-size: 96% auto;
  }
  #what .what_detail h3 {
    font-size: 24px;
  }
  #what .what_detail .flex {
    margin-top: 350px;
  }
  #what .what_detail .flex strong {
    font-size: 18px;
  }
  #what .what_detail .flex p {
    margin-bottom: 30px;
  }
}
#what .icon_detail {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #c0c0c0;
}
#what .icon_detail section {
}
#what .icon_detail h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
#what .icon_detail h3::before{
  content: "";
  width: 50px;
  height: 6px;
  background-color: #ffda00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
#what .icon_detail .title_wrapper {
  display: flex;
  align-items: flex-end;
}
#what .icon_detail .title_wrapper h4 {
  background-image: url(../img/front/about/title_deco.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 5px;
  margin-right: 40px;
}
#what .icon_detail .title_wrapper h4 span {
  font-size: 20px;
}
#what .icon_detail .title_wrapper p {
  margin-bottom: 5px;
}
#what .icon_detail ul {
  margin-top: -10px;
}
#what .icon_detail li {
  border: 2px solid #fff300;
  border-radius: 20px;
  box-shadow: 10px -10px 0 0 #e1e1e1;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
}
#what .icon_detail li .img_wrapper {
  flex-shrink: 0;
  padding: 0 60px 0 30px;
}
#what .icon_detail li .subtitle {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #what .icon_detail .title_wrapper {
    display: block;
  }
  #what .icon_detail .title_wrapper p {
    margin-top: 5px;
  }
  #what .icon_detail li {
    border-radius: 10px;
    padding: 15px;
  }
  #what .icon_detail li .img_wrapper {
    display: none;
  }
  #what .icon_detail li .subtitle {
    font-size: 16px;
    font-weight: bold;
  }
  #what .icon_detail li .subtitle img {
    width: 30px;
    margin-right: 10px;
  }
}
#what .what_link a {
  font-weight: bold;
  width: 300px;
  padding: 15px 30px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  #what .what_link a {
    margin-top: 30px;
  }
}










/* --------------- *\
 * tester-join (tester-join/{$lang}.php)
\* --------------- */
#tester-join{
  background-color: #fff;
  font-size: 15px;
}
/* .subttl */
#tester-join .subttl {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
#tester-join .subttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fd2;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .subttl {
    padding-bottom: 20px;
  }
  #tester-join .subttl::after {
    width: 35px;
  }
}

/* .fix_btn (sp only) */
#tester-join .fix_btn {
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
#tester-join .fix_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #bf010f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#tester-join .fix_btn a::before,
#tester-join .fix_btn a::after {
  content: "";
  position: absolute;
  right: 35px;
  display: block;
  height: 1px;
  background-color: #fff;
}
#tester-join .fix_btn a::before {
  width: 6px;
  transform-origin: bottom right;
  transform: skewY(40deg);
}
#tester-join .fix_btn a::after {
  width: 33px;
}
/* .cover */
#tester-join .cover {
  height: 500px;
  background-image: url(../img/front/tester-join/cover.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
}
#tester-join .cover .fv-txtbox{
  position: relative;
  width: 1000px;
  padding: 50px 20px 35px;
  background-color: rgba(255,192,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: -1px;
}
@media (max-width: 767px){
  #tester-join .cover {
    height: 471px;
    background-image: url(../img/front/tester-join/cover_sp.jpg);
  }
  #tester-join .cover .fv-txtbox{
    width: 86%;
    padding: 35px 0;
  }
}
#tester-join .cover h2{
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 0 30px #333;
}
@media (max-width: 767px){
  #tester-join .cover h2{
    font-size: 22px;
  }
}
#tester-join .cover .fv_txt{
  position: relative;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 30px #333;
}
@media (max-width: 767px){
  #tester-join .cover .fv_txt{
    position: relative;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 0 0 30px #333;
    text-align: center;
  }
  #tester-join .cover .fv_txt span{
    display: block;
    text-align: center;
  }
}
/* .lead */
#tester-join .lead {
  padding-top: 40px;
  padding-bottom: 90px;
}
#tester-join .lead h3 {
}
#tester-join .lead h3 img {
  max-width: 100%;
}
#tester-join .lead p {
  margin-top: 30px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
/* .lineup */
#tester-join .lineup {
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f2f2f2;
}
#tester-join .lineup p.subttl {
  margin-top: 20px;
}
#tester-join .lineup section {
  padding-top: 60px;
  background-image: linear-gradient(to bottom, #f2f2f2 440px, #fff 440px);
  padding-bottom: 80px;
}
#tester-join .lineup section.c01 {
  padding-top: 0;
  background-image: linear-gradient(to bottom, #f2f2f2 382px, #fff 382px);
}
#tester-join .lineup section img {
  max-width: 100%;
}
#tester-join .lineup h4 {
}
#tester-join .lineup div.subttl {
  margin-top: 80px;
}
#tester-join .lineup .img {
  margin-top: 40px;
}
@media (max-width: 1499px) {
  #tester-join .lineup section {
    background-image: linear-gradient(to bottom, #f2f2f2 calc(44000vw / 1500), #fff calc(44000vw / 1500));
  }
  #tester-join .lineup section.c01 {
    background-image: linear-gradient(to bottom, #f2f2f2 calc(38200vw / 1500), #fff calc(38200vw / 1500));
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .lineup {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #tester-join .lineup h4 {
    padding: 0;
  }
  #tester-join .lineup h4 img {
    width: 100%;
  }
  #tester-join .lineup div.subttl {
    margin-top: 40px;
  }
  #tester-join .lineup .img {
    margin-top: 30px;
  }
  #tester-join .lineup .img img {
    max-width: 90%;
  }
  #tester-join .lineup section,
  #tester-join .lineup section.c01 {
    padding-top: 0;
    background-image: none;
    background-color: #fff;
  }
  #tester-join .lineup section.c01 {
    margin-top: 30px;
  }
}
/* .obi */
#tester-join .obi {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/front/tester-join/obi_bg.png");
  background-position: center;
  background-size: cover;
  padding: 80px 20px 100px;
}
#tester-join .obi img {
  max-width: 100%;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .obi {
    background-image: url("../img/front/tester-join/obi_bg_sp.png");
/*    padding: 80px 20px 100px;*/
  }
}
/* .guideline */
#tester-join .guideline {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
#tester-join .guideline h3 {
}
#tester-join .guideline .subttl {
  margin-top: 20px;
}
#tester-join .guideline .contents {
  margin-top: 30px;
}
#tester-join .guideline .list {
  max-width: 100%;
  margin-top: 40px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .guideline {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  #tester-join .guideline .contents {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #tester-join .guideline .list {
    width: 100%;
  }
}
/* .flow */
#tester-join .flow {
  width: 1220px;
  margin-top: 80px;
  padding-bottom: 150px;
}
#tester-join .flow h3 {
}
#tester-join .flow .subttl {
  margin-top: 20px;
}
#tester-join .flow &gt; .inner {
  position: relative;
  margin-top: 30px;
  padding-top: calc(32000% / 1200);
  background-image: url("../img/front/tester-join/flow_img_20240506.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#tester-join .flow &gt; .inner.en {
  padding-top: calc(36800% / 1200);
  background-image: url("../img/front/tester-join/flow_img_20240506_en.png");
}
#tester-join .flow &gt; .inner .btn_area {
  position: absolute;
  z-index: 1;
  left: calc(2400% / 1200);
  top: calc(20000% / 320);
  width: calc(20000% / 1200);
  text-align: center;
}
#tester-join .flow &gt; .inner a {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 20px;
  background-color: #ffdb14;
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .flow {
    width: 100%;
  }
  #tester-join .flow &gt; .inner {
    padding-top: calc(161200% / 350);
    background-image: url("../img/front/tester-join/flow_img_20240506_sp.png");
  }
  #tester-join .flow &gt; .inner.en {
    padding-top: calc(163700% / 350);
    background-image: url("../img/front/tester-join/flow_img_20240506_sp_en.png");
  }
  #tester-join .flow &gt; .inner .btn_area {
    left: 0;
    right: 0;
    top: calc(21200% / 1612);
    width: calc(25200% / 350);
    margin-left: auto;
    margin-right: auto;
  }
}
#tester-join .flow .limit {
  margin-top: 60px;
  padding: 0 20px;
}
#tester-join .flow .btns {
  margin-top: 40px;
}
#tester-join .flow .btns a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#tester-join .flow .btns a::before,
#tester-join .flow .btns a::after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  height: 1px;
}
#tester-join .flow .btns a::before {
  width: 6px;
  transform-origin: bottom right;
  transform: skewY(40deg);
}
#tester-join .flow .btns a::after {
  width: 33px;
}
#tester-join .flow .btns .oubo {
  background-color: #bf010f;
  color: #fff;
}
#tester-join .flow .btns .oubo::before,
#tester-join .flow .btns .oubo::after {
  background-color: #fff;
}
#tester-join .flow .btns .contact {
  margin-top: 20px;
  border: 2px solid #eee;
  color: #000;
}
#tester-join .flow .btns .contact::before,
#tester-join .flow .btns .contact::after {
  background-color: #000;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .flow .btns {
    margin-top: 30px;
  }
  #tester-join .flow .btns a {
    width: 330px;
    height: 64px;
  }
}
#tester-join .flow .contents {
  margin-top: 60px;
  padding: 30px 20px;
  background-color: #f7f7f7;
}
#tester-join .flow .contents .inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#tester-join .flow .contents .inner div {
  font-weight: bold;
}
#tester-join .flow .contents .inner ul {
  margin-top: 5px;
  font-size: 13px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #tester-join .flow .contents .inner div {
    text-align: center;
  }
  #tester-join .flow .contents .inner li {
    padding-left: 1em;
    text-indent: -1em;
  }
}









/* --------------- *\
 * howto-ticket (howto-ticket/{$lang}.php)
\* --------------- */
#howto-ticket{
  background-color: #fff;
}
#howto-ticket .ttl{
  padding: 40px 0 15px;
}
#howto-ticket .bar-gray{
  display: block;
  max-width: 1028px;
  height: 1px;
  margin: 25px auto 50px;
  border-bottom: 1px solid #b0b0b0;
}
#howto-ticket .read{
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  #howto-ticket  .read{
    margin: 20px auto 10px;
  }
} 
#howto-ticket h3{
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}
#howto-ticket strong {
  font-size: 24px;
}
#howto-ticket .txt {
  font-size: 15px;
  margin-bottom: 30px;
}
#howto-ticket .step{
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffdb14;
  padding-top: 6px;
  font-size: 16px;
}
#howto-ticket .step .step-number {
  position: absolute;
  display: inline-block;
  left: -5px;
  top: 33%;
  width :80px;
  text-align:center;
  font-size: 26px;
  font-weight: bold;
}
#howto-ticket .step01 .left {
  padding-left: 3px;
}
#howto-ticket .img_container{
  display: inline-flex;
}
#howto-ticket .arr{
  height: fit-content;
  align-self: center;
  margin-bottom: 35px;
}
#howto-ticket .caption{
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #howto-ticket .caption{
    font-size: 0.8em;
    margin-top: 5px;
  }
}
#howto-ticket  hr{
  margin: 30px auto 50px;
  border-top: none;
  border-bottom: 2px solid #ffc000;
}
@media (max-width: 767px) {
  #howto-ticket  hr{
    margin: 25px auto 40px;
  }
}
#howto-ticket .step04 {
  padding-bottom: 50px;
}
#howto-ticket .step04 .attention{
  background-color: #fefae0;
  border-radius: 10px;
  margin: 30px 0 0 0;
  padding: 35px 30px;
  align-items: center;
  display: flex;
}
#howto-ticket .step04 .attention .red{
  color: #ff0000;
}
#howto-ticket .step04 .attention h5{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1rem;
}
#howto-ticket .step04 .attention .txt_area{
  flex-basis: 1350px;
  padding-right: 35px;
  text-align: left;
  font-size: 14px;
  padding-bottom: 40px;
}
#howto-ticket .step04 .attention .img_area{
  flex-basis: 100%;
}
#howto-ticket .wrapper{
  max-width: 730px;
}
#howto-ticket{
  background-color: #fff;
  padding: 0;
}
@media (max-width: 767px) {
  #howto-ticket .step04 .attention{
    flex-direction: column;
    align-items: center;
  }
  #howto-ticket .step04 .attention .txt_area{
    flex-basis:0;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 30px;
  }
}








/* --------------- *\
 * howto-coupon (howto-coupon/{$lang}.php)
\* --------------- */
#howto-coupon{
  background-color: #fff;
  padding: 0;
}
#howto-coupon .wrapper{
  max-width: 730px;
}
#howto-coupon .ttl{
  padding: 40px 0 15px;
}
#howto-coupon .bar-gray{
  display: block;
  max-width: 1028px;
  height: 1px;
  margin: 25px auto 50px;
  border-bottom: 1px solid #b0b0b0;
}
#howto-coupon .read{
  margin: 30px 0 15px;
}
#howto-coupon h3{
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}
#howto-coupon strong {
  font-size: 24px;
}
#howto-coupon .txt {
  font-size: 15px;
  margin-bottom: 30px;
}
#howto-coupon .step{
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffdb14;
  padding-top: 6px;
  font-size: 16px;
}
#howto-coupon .step .step-number {
  position: absolute;
  display: inline-block;
  left: -5px;
  top: 33%;
  width :80px;
  text-align:center;
  font-size: 26px;
  font-weight: bold;
}
#howto-coupon .step01 .left {
  padding-left: 3px;
}
#howto-coupon .img_container{
  display: inline-flex;
}
#howto-coupon .img_txt_container{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#howto-coupon .arr{
  height: fit-content;
  align-self: center;
  margin-bottom: 35px;
}
#howto-coupon .caption{
  margin: 0;
  font-weight: bold;
}
#howto-coupon  hr{
  margin: 30px auto 50px;
  border-top: none;
  border-bottom: 2px solid #ffc000;
}
#howto-coupon .attention{
  background-color: #fefae0;
  border-radius: 10px;
  padding: 35px 20px 20px 20px;
  width: 406px;
  text-align: left;
}
#howto-coupon .attention .red{
  color: #ff0000;
}
#howto-coupon .attention h5{
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1rem;
}
#howto-coupon .step04 {
  padding-bottom: 50px;
}


@media (max-width: 767px) {
  #howto-coupon .caption{
    font-size: 0.8em;
    margin-top: 5px;
  }
  #howto-coupon .txt {
    text-align: left;
  }
  #howto-coupon .read{
    margin: 20px auto 10px;
  }
  #howto-coupon  hr{
    margin: 25px auto 40px;
  }
  #howto-coupon .attention{
    flex-direction: column;
    align-items: center;
  }
  #howto-coupon .step_container{
    margin-bottom: 20px;
  }
  #howto-coupon .img_txt_container{
    display: block;
  }
  #howto-coupon .attention{
    padding: 20px;
    width: 100%;
  }

}










/* --------------- *\
 * ninja (ninjat/{$lang}.php)
\* --------------- */
#ninja{
  background-image: url(../img/front/ninja/bg_ninja.png);
  background-color:rgba(255,255,255,0.05);
  background-blend-mode:lighten;
  min-height: 100%;
}
#ninja .wrapper_ninja {
  width: 1100px;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 1219px) {
  #ninja .wrapper_ninja{
    margin: -20px auto 0;
    width: 900px;
  }
}
@media (max-width: 767px) {
  #ninja .wrapper_ninja {
    padding: 50px 20px 0;
    text-align: center;
    width:   100%;
  }
}
#ninja .ninja_fv{
  width: 100%;
}
#ninja p{
  color: #1b2649;
}
@media (max-width: 767px){
  #ninja p,#ninja li{
    font-size: 0.95rem;
  }
}
#ninja .read_ninja{
  font-size: 17px;
  margin: 80px 0;
  background: url(../img/front/ninja/read_side.png) no-repeat center;
  min-height: 100%;
}
@media (max-width: 767px) {
  #ninja .read_ninja{
    margin: 40px 20px;
    font-size: 16px;
  }
  #ninja .sp_ttl_img{
    width: 112%;
    margin-left: -43px; 
  }
}
#ninja .edion_txt {
  text-align: left;
  font-size: 17px;
  padding-bottom: 60px;
}
@media (max-width: 1219px){
  #ninja .img_edion{
    background-image: none;
    min-height: 0;
  }
  #ninja .edion_txt{
   padding: 40px 0;
  }
}
#ninja_content{
  margin-top: 40px;
  text-align: center;
}
#ninja .btn_more{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 45px;
  background-color: #ffdb14;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
#ninja .btn_more p{
  padding-left: 12px;
}
@media (min-width: 768px) and (max-width: 1218px){
  #ninja .btn_more{
    margin: 0 auto 40px;
  }
  #ninja .sp_ttl_ninja{
    padding-top: 60px;
  }
}
#ninja .btn_more img{
  padding-bottom: 1px;
  width: 12%;
}
@media (max-width: 767px){
  #ninja .btn_more{
    margin: 25px auto;
    text-align: center;
  }
  #ninja .btn_more p{
    padding-left: 12px;
    display: inline-block;
    padding-top: 10px;
    font-size: 16px;
  }
  #ninja .btn_more img{
    padding-bottom: 4px;
    width: 12%;
  }
  #ninja .edion_txt,
  #ninja .iga_txt{
    padding-bottom: 0;
  }
}
#ninja .img_edion{
  background: url(../img/front/ninja/img_edion.png) no-repeat;
  background-position: top 160px center;
  min-height: 880px;
}
@media (min-width: 1220px){
  #ninja .sp_img_ninja,#ninja .sp_img_iga{
    display: none;
  }
}
@media (max-width: 1219px){
  #ninja .img_edion{
    background-image: none;
    min-height: 0;
  }
}
#ninja .edion_main{
  display: grid;
  margin-top: 50px;
  max-width: 450px;
  text-align: left;
}
@media (max-width: 1219px) {
  #ninja .edion_main{
    display: inline-grid;
    margin-top: 0;
    text-align: center;
    max-width: 100%;
  }
  #ninja .edion_txt{
    text-align: center;
  }
}
#ninja .ver_img02{
  padding: 35px 0;
}
@media (max-width: 1219px){
  #ninja .ver_img{
    display: none;
  }
  #ninja .ttl_txt_area{
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (min-width: 1219px){
  #ninja .ver_img02{
    display: none;
  }
}
#ninja .iga{
  background: url(../img/front/ninja/img_iga.png) no-repeat;
  background-position: top 230px center;
  min-height: 1010px;
}
@media (max-width: 1219px){
  #ninja .iga{
    background-image: none;
  }
}
#ninja .txt_area{
  padding-left: 50px;
  text-align: left;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1219px) {
  #ninja .txt_area{
    display: inline-grid;
    width: 100%;
    padding-left: 20px;
    margin-top: 0;
  }
}
#ninja .txt_area ul{
  margin-top: 20px;
}
#ninja .txt_area li{
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1218px){
  #ninja .txt_area li{
    padding-left: 50px;
  }
}
#ninja .txt_item{
  color: #1b2649;
  margin-bottom: 14px;
}
#ninja .ver_img{
  margin: 0 80px;
}
#ninja .li_icon{
  height: 100%;
  margin: 0 10px 20px 0;
  flex-shrink: 0;
}
#ninja .ninja_br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1218px){
  #ninja .ninja_br {
    display: block;
  }
}
@media (max-width: 1219px){
  #ninja .li_icon{
    margin: 0 10px 20px 0;
  }
}
#ninja .txt_item .icon_bill{
  align-self: baseline;
  margin-top: 8px;
}
#ninja .txt_block01{
  width: 440px;
}
#ninja .txt_block02{
  width: 440px;
}
@media (max-width: 1219px) {
  #ninja .txt_block01,#ninja .txt_block02{
    width: 100%;
  }
  #ninja .txt_block02 img{
    margin-right: 14px;
  }
  #ninja .txt_block02 .li_icon{
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #ninja .txt_block02 li{
    padding-left: 30px;
  }
}
#ninja .iga_parts{
  background: url(../img/front/ninja/parts02.png) no-repeat right 20px bottom 270px;
  /*background-size: 60%;*/
  min-height: 100px;
}
@media (max-width: 1219px) {
  #ninja .iga_parts{
    background-size: 0;
/*    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;*/
  }
}
#ninja .iga_main{
  display: grid;
  margin-top: 610px;
  max-width: 450px;
  text-align: left;
  padding-left: 620px;
}
@media (max-width: 1219px) {
  #ninja .iga_main{
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
#ninja .iga_txt{
  text-align: left;
  font-size: 16px;
  padding-bottom: 60px;
  min-width: 470px;
}
@media (max-width: 1219px) {
  #ninja .iga_txt{
    text-align: center;
    min-width: 0;
    padding: 40px 0;
  }
}
#ninja .bold_ninja{
  font-size: 17px;
  font-weight: bold;
}
#ninja .small_ninja{
  font-size: 13px
}
#ninja .red_ninja{
  color: #af2c12;
}
#ninja .icon_bill{
  margin-bottom: 20px;
}
@media (max-width: 767px){
  #ninja .breadcrumb {
    overflow: hidden;
  }
}

/* #drag-queens */
#drag-queens {
  overflow-x: hidden;
}
#drag-queens &gt; section {
  background: center top / cover no-repeat;
  font-size: 16px;
  color: #fff;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  line-height: 1.8;
  letter-spacing: 1px;
}
#drag-queens #fv {
  color: #dcbb6f;
  text-align: center;
  min-height: 59.2vw;
  background: center bottom / cover no-repeat;
}
#drag-queens #fv p {
  color: #dcbb6f;
  text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
  margin-top: 1em;
}
#drag-queens section .wrapper {
  max-width: 1044px;
  padding: 2.6em 0 5em 0;
}
#drag-queens .title {
  text-align: center;
}
#drag-queens .title h4 {
  position: relative;
  white-space: nowrap;
  height: 178px;
}
#drag-queens .title .left {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
#drag-queens .title .right {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 1;
}
#drag-queens .title .no {
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 2;
}
#drag-queens .title .text {
  position: absolute;
  color: #fff;
  z-index: 3;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#drag-queens .btn {
  color: #000;
  background: #d5b440;
  border-radius: 32px;
  padding: 1em 3em;
  font-size: 17px;
}
#drag-queens .btn.disabled {
  background: #8f9097;
  opacity: 1;
}
#drag-queens #movie {
  text-align: center;
  background: #000;
}
#drag-queens #movie h4 {
  margin-bottom: 10px;
}
#drag-queens .video {
  margin: auto;
}
#drag-queens .video iframe {
  width: 672px;
  height: 418px;
}
#drag-queens .photo .top,
#drag-queens .photo .bottom {
  position: relative;
}
#drag-queens .photo .back {
  position: absolute;
  z-index: 1;
}
#drag-queens .photo .front {
  position: absolute;
  z-index: 2;
  max-width: 500px;
}
#drag-queens .photo.left-text .front {
  left: 0;
}
#drag-queens .photo.left-text .back {
  right: 0;
}
#drag-queens .photo.right-text .front {
  right: 0;
}
#drag-queens #make .photo .left {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 3;
  width: 500px;
}
#drag-queens #make .photo .center {
  position: absolute;
  top: -20px;
  left: 300px;
  z-index: 2;
}
#drag-queens #make .photo .right {
  position: absolute;
  right: 0;
  z-index: 1;
}
#drag-queens .photo .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 5;
}
#drag-queens .photo.left-text .bottom {
  flex-direction: row-reverse;
}
#drag-queens .photo .bottom .img {
  z-index: 3;
}
#drag-queens .photo .bottom p {
  max-width: 50%;
  font-size: 17px;
  margin-bottom: 4em;
}
#drag-queens .photo.right-text .bottom p {
  margin-bottom: 3em;
}
#drag-queens .photo .top {
  height: 400px;
}
#drag-queens #make .photo .top {
  height: 550px;
}
#drag-queens .detail {
  text-align: center;
  margin: 2em 0 2em 0;
}
#drag-queens #make .detail {
  margin-top: 1em;
}
#drag-queens .detail .box {
  border: 1px solid #C5A457;
  width: 48%;
  font-size: 17px;
  text-align: left;
  padding: 2em 1.5em;
}
#drag-queens .detail .box .sm {
  font-size: 14px;
}
#drag-queens .detail .box .tax {
  font-size: 13px;
}
#drag-queens .detail h5 {
  text-align: center;
  font-size: 44px;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#drag-queens .detail h5 span {
  flex-shrink: 0;
}
#drag-queens .detail h5::before,
#drag-queens .detail h5::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 41px;
  background: center / contain no-repeat;
  flex-shrink: 0;
}
#drag-queens .detail .row {
  display: flex;
  align-items: center;
}
#drag-queens .detail .row .img {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
}
#drag-queens .detail .row + .row {
  margin-top: 10px;
}
#drag-queens .detail .row .img img {
  max-width: 74px;
  max-height: 74px;
}
@media (max-width: 1219px) {
  #drag-queens .title .text {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  #drag-queens &gt; section {
    font-size: 15px;
  }
  #drag-queens #fv {
    padding-bottom: 4em;
  }
  #drag-queens #fv p {
    font-size: 15px;
  }
  #drag-queens .title h4 {
    margin-top: -50px;
  }
  #drag-queens &gt; section .title &gt; picture img {
    height: 55px;
  }
  #drag-queens .title .no {
    height: 83px;
  }
  #drag-queens .title .text {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #drag-queens .title .left {
    position: absolute;
    left: 0;
  }
  #drag-queens .title .right {
    position: absolute;
    right: 0;
    margin-left: 0;
  }
  #drag-queens .btn {
    font-size: 16px;
  }
  #drag-queens .breadcrumb {
    overflow: hidden;
  }
  #drag-queens section .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  #drag-queens .photo .top {
    height: auto;
    margin-top: -2em;
  }
  #drag-queens .photo .bottom {
    display: block;
    margin-top: -80px;
  }
  #drag-queens #make .photo .bottom {
    margin-top: 0;
  }
  #drag-queens .photo .bottom p {
    max-width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #drag-queens .photo .back {
    position: relative;
  }
  #drag-queens .photo .front {
    position: relative;
    max-width: 100%;
    margin-top: -60px;
  }
  #drag-queens #make .photo .top {
    height: auto;
    margin-top: -2em;
  }
  #drag-queens #make .photo .left {
    position: relative;
    top: 0;
    width: auto;
    margin-top: -60px;
  }
  #drag-queens #make .photo .center {
    position: relative;
    top: 0;
    left: 0;
    margin-top: -80px;
    z-index: 4;
  }
  #drag-queens #make .photo .right {
    position: relative;
  }
  #drag-queens .detail .box {
    width: 100%;
    margin-top: 1em;
    padding: 2em 1em 2em 0;
    font-size: 15px;
  }
  #drag-queens .detail .box:first-child {
    margin-top: 0;
    padding: 2em 1em;
  }
  #drag-queens .detail h5 {
    font-size: 8vw;
    margin-bottom: 1em;
  }
  #drag-queens .detail .row .img {
    margin-right: 10px;
  }
  #drag-queens #movie h4 img {
    height: 80px;
  }
  #drag-queens .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #drag-queens .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.en#drag-queens .detail .box h5 {
  white-space: normal;
}
.en#drag-queens .detail .box:first-child h5 {
  font-size: 26px;
  padding-top: 18px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .en#drag-queens .detail .box:first-child h5 {
    font-size: 7vw;
  }
}

/* --------------- *\
 * osaka_info (osakainfo/{$lang}.php)
\* --------------- */
#osaka_info {
  padding: 40px 0 80px 0;
  font-size: 14px;
  background-color: #fff;
}
#osaka_info .cover img{
  margin: 0 auto;
  /*padding: 50px 0;*/
  display: block;
}
#osaka_info .read_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 56px 0;
  border-bottom: 1px solid #fdf03f;
  margin-bottom: 60px;
}
#osaka_info .night_detail .read_box {
  border-bottom: none;
  margin-bottom: 0;
}
#osaka_info .read_box img {
  width: 26%;
  padding: 0px 70px 0 40px;
  max-width: none;
  align-self: center;
}
#osaka_info .read_text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#osaka_info .info_read {
  text-align: left;
  width: 74%;
}
#osaka_info .info_menu {
  width: 22%;
}
#osaka_info .info_menu h3{
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
#osaka_info .info_menu p {
  margin-top: 15px;
}
#osaka_info .what_detail section {
  padding: 0 0 60px 0;
  border-bottom: 1px solid #fdf03f;
  margin-bottom: 60px;
}
#osaka_info .what_detail .flex strong {
  font-size: 20px;
  font-weight: bold;
}
#osaka_info .what_detail .info_btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#osaka_info .what_detail .info_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
#osaka_info .what_detail .info_menu a:hover {
  opacity: 0.7;
}
#osaka_info .what_detail .info_btn a {
  text-decoration: none;
  color: #000;
  padding: 18px 30px;
  border: 1px solid #000;
  border-radius: 6px;
  display: block;
  min-width: 32%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#osaka_info .what_detail a:hover {
  opacity: 0.7;
}
#osaka_info .night_detail .cover img{
  padding: 0 0 30px 0;
  width: 1024px;
}
#osaka_info .night_detail h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#osaka_info .night_detail .read_box {
  padding-bottom: 50px;
  /*border-bottom: 1px solid #b4b4b4;*/
  /*margin-bottom: 90px;*/
}
#osaka_info .night_detail .read_box img {
  width: 26%;
  padding: 0px 55px 0 35px;
  max-width: none;
  align-self: center;
}
@media (max-width: 1219px) {
  #osaka_info .wrapper {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #osaka_info .read_text h3 {
    font-size: 22px;
    text-align: center;
  }
  #osaka_info .cover img {
    padding: 0 0 40px;
  }
  #osaka_info .info_read {
    width: 100%;
  }
  #osaka_info .read_box {
    width: 100%;
    padding: 0 15px 40px 15px;
    margin-bottom: 40px;
    display: block;
  }
  #osaka_info .read_box img {
    width: 47%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  #osaka_info .info_menu {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #osaka_info .info_menu img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #osaka_info .what_detail section {
    padding: 0 0 40px 0;
    margin-bottom: 40px;
  }
  #osaka_info .what_detail .flex strong {
    font-size: 18px;
  }
  #osaka_info .what_detail .flex p {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
  }
  #osaka_info .what_detail .info_btn {
    margin-top: 0;
  }
  #osaka_info .what_detail .info_btn a {
    width: 90%;
  }
  #osaka_info .night_detail .read_box img {
    width: 60%;
    padding: 0 30px;
  }
  #osaka_info .night_detail h3 {
    text-align: center;
  }
  #osaka_info .night_detail .read_box {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}










/* --------------- *\
 * qa (qa/{$lang}.php)
\* --------------- */
#qa.termslist .main &gt; section:not(:first-child) {
  margin-top: 60px;
}
#qa h3 {
  margin-bottom: 10px;
  font-size: 21px;
}
#qa h3 + ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #bbb;
}
#qa h3 + ul &gt; li {
  border-top: 1px solid #bbb;
  margin-bottom: 0;
}
#qa .main .q,
#qa .main .a {
  display: flex;
  align-items: flex-start;
}
#qa .main .q {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 0 10px 8px;
}
#qa .main .a {
  /*display: none;*/
  border-top: 1px dashed #bbb;
  padding: 10px 0 10px 8px;
}
#qa .main .q &gt; span,
#qa .main .a &gt; span {
  flex-shrink: 0;
  display: block;
  width: 25px;
  font-size: 20px;
  font-weight: bold;
}
#qa .main .q &gt; span {
  color: #989898;
}
#qa .main .a &gt; span {
  color: #c6001c;
}
#qa .main .q &gt; div,
#qa .main .a &gt; div {
  align-self: center;
  width: 100%;
}
#qa .main .a &gt; div {
  margin: 5px 0;
}
#qa .main .q &gt; i {
  flex-shrink: 0;
  display: block;
  padding: 7px 10px 0 0;
}
#qa .icon_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#qa .icon_list span {
  display: inline-block;
  width: 40px;
  text-align: center;
}










/* --------------- *\
 * weare (weare/{$lang}.php)
\* --------------- */
#weare .cover {
  background-color: #fff;
  text-align: center;
}
#weare .links {
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#weare .links &gt; * {
  display: block;
  width: 455px;
  padding: 15px 0;
  text-align: center;
}
#weare .links &gt; *:not(.or) {
  border-radius: 10px;
  font-weight: bold;
}
#weare .links &gt; *:not(.or) p.date {
  font-size: 22px;
}
#weare .links &gt; *:not(.or) p:not(.date) {
  font-size: 13px;
}
#weare .links &gt; *:not(.or) p:not(.date) span:not(.pc) {
  font-size: 18px;
}
#weare .links .active {
  background-color: #ffde00;
  position: relative;
}
#weare .links .active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 14px 0 14px;
  border-color: #ffde00 transparent transparent transparent;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
#weare .links .active p.date {
  color: #e00100;
}
#weare .links .or {
  background-color: #fff;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
#weare .links a {
  background-color: #e1e1e1;
  text-decoration: none;
  position: relative;
}
#weare .links a p.date {
  color: #fff;
}
#weare .links a p:not(.date) {
  color: #444;
}
#weare .links a .icon_blank {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 1219px) {
  #weare .links &gt; * {
    width: 380px;
  }
  #weare .links &gt; *:not(.or) p.date {
    font-size: 18px;
  }
  #weare .links &gt; *:not(.or) p:not(.date) span:not(.pc) {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #weare .links &gt; * {
    width: 48%;
    padding: 10px 0;
  }
  #weare .links &gt; *:not(.or) p.date {
    font-size: 12px;
    line-height: 20px;
  }
  #weare .links &gt; *:not(.or) p.date span {
    font-size: 18px;
  }
  #weare .links &gt; *:not(.or) p:not(.date) span:not(.pc) {
    font-size: 14px;
  }
  #weare .links .active::after {
    border-width: 16px 10px 0 10px;
    bottom: -15px;
  }
}
#weare .lead p {
  color: #e00100;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1219px) {
  #weare .lead p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #weare .lead p {
    margin-top: -10px;
    font-size: 17px;
  }
}
#weare .weare_detail h3 {
  margin-top: 40px;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#weare .weare_detail h3::before,
#weare .weare_detail h3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 290px;
  height: 1px;
  background-color: #000;
}
#weare .weare_detail h3::before {
  left: 0;
}
#weare .weare_detail h3::after {
  right: 0;
}
#weare .weare_detail ul {
  display: flex;
  flex-wrap: wrap;
}
#weare .weare_detail li {
  width: 190px;
  margin-top: 30px;
}
#weare .weare_detail li:not(:nth-child(5n)) {
  margin-right: 18px;
}
#weare .weare_detail li a {
  display: block;
  text-decoration: none;
  color: #444;
}
#weare .weare_detail li img {
  margin-bottom: 10px;
}
@media (max-width: 1219px) {
  #weare .weare_detail h3 {
    /*margin-top: 40px;*/
    font-size: 20px;
  }
  #weare .weare_detail h3::before,
  #weare .weare_detail h3::after {
    width: 250px;
  }
  #weare .weare_detail li {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #weare .weare_detail h3 {
    margin-top: 20px;
  }
  #weare .weare_detail h3::before,
  #weare .weare_detail h3::after {
    display: none;
  }
  #weare .weare_detail ul {
    justify-content: space-between;
  }
  #weare .weare_detail li {
    width: 48%;
    margin-top: 15px;
  }
  #weare .weare_detail li:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
#weare .banners {
  margin-top: 60px;
  background-color: #fff;
  padding: 65px 0;
}
#weare .banners .flex {
  justify-content: center;
}
@media (max-width: 1219px) {
  #weare .banners {
    padding: 50px 0;
  }
  #weare .banners a {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #weare .banners {
    padding: 30px 0;
  }
  #weare .banners a {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #weare .banners a:first-child {
    margin-bottom: 20px;
  }
}
#weare .breadcrumbs {
  background-color: #fff;
}










/* --------------- *\
 * safety (safety/{$lang}.php)
\* --------------- */
#safety {
  font-size: 14px;
  background-color: #fff;
}
#safety .cover {
  height: 306px;
  background-image: url(../img/front/safety/cover.png);
  background-size: cover;
  background-position: center;
}
#safety .lead {
  padding-top: 60px;
  padding-bottom: 90px;
  text-align: center;
}
#safety .lead h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #safety .cover {
    /*height: 306px;*/
    background-image: url(../img/front/safety/cover_sp.jpg);
  }
  #safety .lead {
    padding: 60px 15px 90px;
  }
  #safety .lead h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
#safety .torikumi {
  background-color: #eee;
  position: relative;
  padding: 50px 0;
}
#safety .torikumi h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 auto;
  width: 346px;
  height: 77px;
  background-image: url(../img/front/safety/covid_title.png);
  background-size: cover;
  padding-top: 15px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
#safety .torikumi .content {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#safety .torikumi .content &gt; div {
  width: 228px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  padding: 40px 20px;
}
#safety .torikumi .title {
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#safety .torikumi .title span {
  font-size: 14px;
}
@media (max-width: 767px) {
  #safety .torikumi {
    /*padding: 50px 0;*/
  }
  #safety .torikumi h4 {
    /*top: -35px;*/
    /*width: 346px;*/
    /*height: 77px;*/
    background-size: cover;
    /*padding-top: 15px;*/
    /*font-size: 19px;*/
  }
  #safety .torikumi .content {
    width: 100%;
    /*padding: 0 10px;*/
    /*margin: 0 auto;*/
    display: block;
  }
  #safety .torikumi .content &gt; div {
    width: 80%;
    padding: 20px;
    margin: 20px auto 0;
  }
  #safety .torikumi .title {
    height: auto;
    /*margin-bottom: 10px;*/
    display: block;
    /*font-size: 18px;*/
  }
  #safety .torikumi .title span {
    /*font-size: 14px;*/
  }
}
#safety .onegai {
  width: 960px;
  padding: 45px 10px 100px;
  margin: 0 auto;
}
#safety .onegai h4 {
  margin: 0 auto;
  width: 346px;
  height: 77px;
  background-image: url(../img/front/safety/covid_title.png);
  padding-top: 15px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5px;
}
#safety .onegai h4 + p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 50px;
}
#safety .onegai .content {
  display: flex;
  justify-content: space-between;
}
#safety .onegai .content &gt; div {
  width: 180px;
  position: relative;
}
#safety .onegai .content span {
  position: absolute;
  left: 15px;
  top: -10px;
  color: #ffe100;
  font-size: 52px;
  font-weight: bold;
}
#safety .onegai .content p {
  margin-top: 20px;
  font-size: 12.5px;
  font-weight: bold;
  text-align: center;
}
#safety .onegai hr {
  border-top: 1px solid #ffe100;
  border-bottom: 0;
  margin: 70px 0 50px;
}
@media (max-width: 767px) {
  #safety .onegai {
    width: 100%;
    padding: 45px 15px 100px;
    /*margin: 0 auto;*/
  }
  #safety .onegai h4 {
    /*top: -35px;*/
    /*width: 346px;*/
    /*height: 77px;*/
    background-size: cover;
    /*padding-top: 15px;*/
    /*font-size: 19px;*/
  }
  #safety .onegai h4 + p {
    /*font-size: 18px;*/
    /*margin: 25px 0 50px;*/
  }
  #safety .onegai .content {
    display: block;
  }
  #safety .onegai .content &gt; div {
    width: 90%;
    margin: 40px auto 0;
    text-align: center;
  }
  #safety .onegai .content span {
    /*top: -10px;*/
    /*font-size: 52px;*/
  }
  #safety .onegai .content p {
    margin-top: 10px;
    font-size: 14px;
  }
  #safety .onegai .content img {
    width: 180px;
  }
  #safety .onegai hr {
    margin: 40px 0;
  }
}
#safety .onegai .shomei {
  display: flex;
  align-items: center;
}
#safety .onegai .shomei .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#safety .onegai .shomei p {
  font-size: 13px;
}
#safety .onegai .shomei .img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #safety .onegai .shomei {
    display: block;
  }
  #safety .onegai .shomei .title {
    /*font-size: 18px;*/
    margin-bottom: 10px;
    text-align: center;
  }
  #safety .onegai .shomei p {
    /*font-size: 13px;*/
    margin-bottom: 30px;
    padding: 0 30px;
  }
  #safety .onegai .shomei .img {
    margin: 0 auto;
    text-align: center;
  }
}









/* --------------- *\
 * before (before/{$lang}.php)
\* --------------- */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&amp;display=swap');*/
#before {
  /*font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;*/
}
#before .fv {
  padding-top: 36px;
  padding-bottom: 52px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/fv_bg.png);
  background-size: cover;
  background-position: center;
}
#before .fv .obi {
  position: relative;
  background-color: #fff;
  width: calc(calc(calc(100% - 1120px) / 2) + 800px);
  height: 47px;
  padding-left: calc(calc(100% - 1120px) / 2);
  color: #f00;
  font-size: 23px;
  font-weight: bold;
  line-height: 47px;
}
#before .fv .obi::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 51px 0 0;
  border-color: #fff transparent transparent transparent;
}
#before .fv .flex {
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 42px;
}
#before .fv .right {
  order: 2;
  flex-shrink: 0;
  padding-left: 30px;
}
#before .fv .right img {
}
#before .fv .left {
  order: 1;
  flex-shrink: 0;
  position: relative;
}
#before .fv .left img {
  position: relative;
  z-index: 10;
}
#before .fv ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#before .fv li {
  position: absolute;
  height: 41px;
  background-color: rgba(255, 229, 9, 0.95);
  box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.24);
  font-size: 18px;
  line-height: 41px;
  transform: skewX(-35deg);
}
#before .fv li:nth-child(1) {
  width: 292px;
  top: 367px;
  left: -13px;
}
#before .fv li:nth-child(2) {
  width: 292px;
  top: 387px;
  left: 280px;
}
#before .fv li:nth-child(3) {
  width: 302px;
  top: 420px;
  left: -81px;
}
#before .fv li:nth-child(4) {
  width: 302px;
  top: 440px;
  left: 223px;
}
#before .fv li div {
  transform: skewX(30deg);
  padding-left: 15px;
}
#before .fv li div::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/fv_check.png);
  vertical-align: middle;
  transform: skewX(7deg);
}
#before .fv li span {
  font-size: 20px;
  font-weight: bold;
}
#before .fv .btn_area {
  margin-top: -10px;
}
#before .fv .btn_area .btn {
  width: 400px;
  height: 60px;
  padding: 0;
  border: none;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/btn.png);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 1219px) {
  #before .fv {
    /*padding-top: 36px;*/
    /*padding-bottom: 52px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/fv_bg.png);*/
    /*background-size: cover;*/
    /*background-position: center;*/
  }
  #before .fv .obi {
    /*position: relative;*/
    /*background-color: #fff;*/
    /*width: calc(calc(calc(100% - 1120px) / 2) + 600px);*/
    width: 500px;
    /*height: 47px;*/
    /*padding-left: calc(calc(100% - 1120px) / 2);*/
    padding-left: 60px;
    /*color: #f00;*/
    font-size: 20px;
    /*font-weight: bold;*/
    /*line-height: 47px;*/
  }
  #before .fv .obi::after {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 100%;*/
    /*top: 0;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 47px 51px 0 0;*/
    /*border-color: #fff transparent transparent transparent;*/
  }
  #before .fv .flex {
    /*flex-wrap: nowrap;*/
    /*justify-content: center;*/
    /*margin-top: 42px;*/
  }
  #before .fv .right {
    /*order: 2;*/
    /*flex-shrink: 0;*/
    width: 415px;
    /*padding-left: 30px;*/
  }
  #before .fv .right img {
  }
  #before .fv .left {
    /*order: 1;*/
    /*flex-shrink: 0;*/
    /*position: relative;*/
    width: 260px;
  }
  #before .fv .left img {
    /*position: relative;*/
    /*z-index: 10;*/
  }
  #before .fv ul {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 20;*/
  }
  #before .fv li {
    /*position: absolute;*/
    /*height: 38px;*/
    /*background-color: rgba(255, 229, 9, 0.95);*/
    /*box-shadow: 5px 6px 0 rgba(0, 0, 0, 0.24);*/
    font-size: 14px;
    /*line-height: 38px;*/
    /*transform: skewX(-35deg);*/
  }
  #before .fv li:nth-child(1) {
    width: 262px;
    top: 157px;
    left: -10px;
  }
  #before .fv li:nth-child(2) {
    width: 262px;
    top: 207px;
    left: -10px;
  }
  #before .fv li:nth-child(3) {
    width: 272px;
    top: 257px;
    left: -10px;
  }
  #before .fv li:nth-child(4) {
    width: 272px;
    top: 307px;
    left: -10px;
  }
  #before .fv li div {
    /*transform: skewX(30deg);*/
    /*padding-left: 15px;*/
  }
  #before .fv li div::before {
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 20px;*/
    /*height: 19px;*/
    /*margin-right: 10px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/fv_check.png);*/
    /*vertical-align: middle;*/
    /*transform: skewX(7deg);*/
  }
  #before .fv li span {
    font-size: 18px;
    /*font-weight: bold;*/
  }
  #before .fv .btn_area {
    margin-top: 40px;
  }
  #before .fv .btn_area .btn {
    /*width: 400px;*/
    /*height: 60px;*/
    /*padding: 0;*/
    /*border: none;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/btn.png);*/
    /*color: #fff;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    /*line-height: 60px;*/
  }
}
@media (max-width: 767px) {
  #before .fv {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/fv_bg_img.png);
    /*background-size: cover;*/
    /*background-position: center;*/
  }
  #before .fv .obi {
    /*position: relative;*/
    /*background-color: #fff;*/
    /*width: calc(calc(calc(100% - 1120px) / 2) + 600px);*/
    width: 85%;
    height: 30px;
    /*padding-left: calc(calc(100% - 1120px) / 2);*/
    padding-left: 6%;
    /*color: #f00;*/
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 30px;
    overflow: visible;
    white-space: nowrap;
  }
  #before .fv .obi::after {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 100%;*/
    /*top: 0;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    border-width: 30px 20px 0 0;
    /*border-color: #fff transparent transparent transparent;*/
  }
  #before .fv .flex {
    /*flex-wrap: nowrap;*/
    /*justify-content: center;*/
    margin-top: 20px;
  }
  #before .fv .right {
    /*order: 2;*/
    /*flex-shrink: 0;*/
    width: 80%;
    margin-left: 9%;
    padding: 0;
  }
  #before .fv .right img {
  }
  #before .fv .left {
    /*order: 1;*/
    /*flex-shrink: 0;*/
    /*position: relative;*/
    width: 90%;
    padding-left: 12%;
    margin-top: 10px;
  }
  #before .fv .left img {
    /*position: relative;*/
    /*z-index: 10;*/
  }
  #before .fv ul {
    /*position: absolute;*/
    top: auto;
    bottom: 0;
    /*left: 0;*/
    /*z-index: 20;*/
    width: 100%;
  }
  #before .fv li {
    /*position: absolute;*/
    height: 28px;
    /*background-color: rgba(255, 229, 9, 0.95);*/
    box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.24);
    font-size: 11px;
    line-height: 28px;
    transform: skewX(-30deg);
  }
  #before .fv li:nth-child(1) {
    width: 165px;
    top: auto;
    bottom: 65px;
    /*left: 22px;*/
    left: auto;
    right: 40%;
  }
  #before .fv li:nth-child(2) {
    width: 165px;
    top: auto;
    bottom: 55px;
    left: 60%;
  }
  #before .fv li:nth-child(3) {
    width: 175px;
    top: auto;
    bottom: 33px;
    left: auto;
    right: 45%;
  }
  #before .fv li:nth-child(4) {
    width: 175px;
    top: auto;
    bottom: 22px;
    left: 55%;
  }
  #before .fv li div {
    padding-left: 5px;
    overflow: visible;
    white-space: nowrap;
    transform: skewX(20deg);
  }
  #before .fv li div::before {
    /*content: "";*/
    /*display: inline-block;*/
    width: 12px;
    height: 12px;
    margin-right: 2px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/fv_check.png);
    background-size: cover;
    background-position: center;
    /*vertical-align: middle;*/
    /*transform: skewX(7deg);*/
  }
  #before .fv li span {
    font-size: 12px;
    /*font-weight: bold;*/
  }
  #before .fv .btn_area {
    margin-top: -15px;
  }
  #before .fv .btn_area .btn {
    width: 80%;
    /*height: 60px;*/
    /*padding: 0;*/
    /*border: none;*/
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*color: #fff;*/
    font-size: 14px;
    /*font-weight: bold;*/
    /*line-height: 60px;*/
  }
}

#before .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 472px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/read_bg.png);
  background-size: 100% 100%;
}
#before .lead .wrapper {
}
#before .lead h2 {
}
#before .lead .flex {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 27px;
}
#before .lead .left {
  flex-shrink: 0;
  width: 380px;
  padding: 20px 40px 0;
  margin-right: 30px;
}
#before .lead .right {
} 
#before .lead .right .subtitle {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
}
#before .lead .right p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1219px) {
  #before .lead {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 472px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/read_bg.png);*/
    /*background-size: 100% 100%;*/
  }
  #before .lead .wrapper {
  }
  #before .lead h2 {
  }
  #before .lead .flex {
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    /*margin-top: 27px;*/
  }
  #before .lead .left {
    /*flex-shrink: 0;*/
    width: 33%;
    /*padding: 20px 40px 0;*/
    /*margin-right: 30px;*/
    /*border-top: 1px solid #000;*/
  }
  #before .lead .right {
  } 
  #before .lead .right .subtitle {
    /*display: block;*/
    /*margin-bottom: 15px;*/
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #000;*/
    /*font-size: 22px;*/
    /*font-weight: bold;*/
  }
  #before .lead .right p {
    /*font-size: 16px;*/
    /*line-height: 2;*/
  }
}
@media (max-width: 767px) {
  #before .lead {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: auto;
    padding: 60px 0 30px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/read_bg.png);
    /*background-size: 100% 100%;*/
  }
  #before .lead .wrapper {
  }
  #before .lead h2 {
  }
  #before .lead .flex {
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    margin-top: 5px;
  }
  #before .lead .left {
    /*flex-shrink: 0;*/
    width: 100%;
    /*padding: 20px 40px 0;*/
    /*margin-right: 30px;*/
    text-align: center;
  }
  #before .lead .left img {
    width: 50%;
  }
  #before .lead .right {
    margin-top: 20px;
  } 
  #before .lead .right .subtitle {
    /*display: block;*/
    margin-bottom: 7px;
    padding-bottom: 7px;
    /*border-bottom: 1px solid #000;*/
    font-size: 18px;
    /*font-weight: bold;*/
    text-align: center;
  }
  #before .lead .right p {
    padding: 0 15px;
    /*font-size: 16px;*/
    font-weight: bold;
    line-height: 1.7;
  }
}

#before .merit {
  padding: 90px 0 85px;
  background-color: #fff;
}
#before .merit .wrapper {
}
#before .merit h3 {
  position: relative;
}
#before .merit h3::before,
#before .merit h3::after {
  content: "";
  position: absolute;
  bottom: 50px;
  width: calc(calc(100% - 370px) / 2);
  height: 1px;
  background-color: #000;
}
#before .merit h3::before {
  left: 0;
}
#before .merit h3::after {
  right: 0;
}
#before .merit ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#before .merit li {
  width: 476px;
  background-repeat: no-repeat;
  background-position: top center;
}
#before .merit li:nth-child(1) {
  padding-top: 100px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_01.png);
}
#before .merit li:nth-child(2) {
  padding-top: 100px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_02.png);
}
#before .merit li:nth-child(3) {
  padding-top: 110px;
  margin-top: 40px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_03.png);
}
#before .merit li:nth-child(4) {
  padding-top: 110px;
  margin-top: 40px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_04.png);
}
#before .merit li .subtitle {
  font-size: 20px;
  font-weight: bold;
}
#before .merit li .subtitle span {
  font-size: 28px;
}
#before .merit li p {
  margin-top: 15px;
  font-size: 14px;
}
#before .merit li img {
  margin-top: 15px;
}
@media (max-width: 1219px) {
  #before .merit {
    /*padding: 90px 0 85px;*/
    /*background-color: #fff;*/
  }
  #before .merit .wrapper {
  }
  #before .merit h3 {
    /*position: relative;*/
  }
  #before .merit h3::before,
  #before .merit h3::after {
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: 50px;*/
    /*width: calc(calc(100% - 370px) / 2);*/
    /*height: 1px;*/
    /*background-color: #000;*/
  }
  #before .merit h3::before {
    /*left: 0;*/
  }
  #before .merit h3::after {
    /*right: 0;*/
  }
  #before .merit ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 60px;*/
  }
  #before .merit li {
    width: 48%;
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
  }
  #before .merit li:nth-child(1) {
    /*padding-top: 100px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_01.png);*/
  }
  #before .merit li:nth-child(2) {
    /*padding-top: 100px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_02.png);*/
  }
  #before .merit li:nth-child(3) {
    /*padding-top: 110px;*/
    /*margin-top: 40px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_03.png);*/
  }
  #before .merit li:nth-child(4) {
    /*padding-top: 110px;*/
    /*margin-top: 40px;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/merit_tit_04.png);*/
  }
  #before .merit li .subtitle {
    /*font-size: 20px;*/
    /*font-weight: bold;*/
  }
  #before .merit li .subtitle span {
    /*font-size: 28px;*/
  }
  #before .merit li p {
    /*margin-top: 15px;*/
    /*font-size: 14px;*/
  }
  #before .merit li img {
    /*margin-top: 15px;*/
  }
}
/*@media (max-width: 899px) {
  #before .merit .wrapper {
    max-width: 100%;
  }
}*/
@media (max-width: 767px) {
  #before .merit {
    padding: 40px 10px 85px;
    /*background-color: #fff;*/
  }
  #before .merit .wrapper {
  }
  #before .merit h3 {
    /*position: relative;*/
  }
  #before .merit h3::before,
  #before .merit h3::after {
    /*content: "";*/
    /*position: absolute;*/
    bottom: 42%;
    width: 20%;
    /*height: 1px;*/
    /*background-color: #000;*/
  }
  #before .merit h3::before {
    /*left: 0;*/
  }
  #before .merit h3::after {
    /*right: 0;*/
  }
  #before .merit h3 img {
    width: 50%;
  }
  #before .merit ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    margin-top: 30px;
  }
  #before .merit li {
    width: 100%;
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
    background-size: auto 180px;
  }
  #before .merit li:nth-child(1) {
    padding-top: 70px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/merit_tit_01.png);
  }
  #before .merit li:nth-child(2) {
    padding-top: 70px;
    margin-top: 30px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/merit_tit_02.png);
  }
  #before .merit li:nth-child(3) {
    padding-top: 70px;
    margin-top: 30px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/merit_tit_03.png);
  }
  #before .merit li:nth-child(4) {
    padding-top: 70px;
    margin-top: 30px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/merit_tit_04.png);
  }
  #before .merit li .subtitle {
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
  }
  #before .merit li .subtitle span {
    font-size: 19px;
  }
  #before .merit li p {
    margin-top: 5px;
    /*font-size: 14px;*/
  }
  #before .merit li img {
    width: 90%;
    /*margin-top: 15px;*/
    margin-left: 5%;
    margin-right: 5%;
  }
}

#before .hr {
  height: 10px;
  border-top: 1px solid #070707;
  border-bottom: 1px solid #070707;
  background-color: #3e3e3e;
}

#before .other {
  padding: 90px 0 85px;
  background-color: #fff;
}
#before .other .wrapper {
}
#before .other h3 {
  position: relative;
}
#before .other h3::before,
#before .other h3::after {
  content: "";
  position: absolute;
  bottom: 50px;
  width: calc(calc(100% - 375px) / 2);
  height: 1px;
  background-color: #000;
}
#before .other h3::before {
  left: 0;
}
#before .other h3::after {
  right: 0;
}
#before .other ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
#before .other li {
  width: 230px;
  background-repeat: no-repeat;
  background-position: top center;
}
#before .other li:nth-child(-n+4) {
}
#before .other li:nth-child(n+5) {
  margin-top: 20px;
}
#before .other li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  text-align: center;
}
#before .other li .subtitle {
  font-size: 18px;
  font-weight: bold;
}
#before .other li p {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 1219px) {
  #before .other {
    /*padding: 90px 0 85px;*/
    /*background-color: #fff;*/
  }
  #before .other .wrapper {
  }
  #before .other h3 {
    /*position: relative;*/
  }
  #before .other h3::before,
  #before .other h3::after {
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: 50px;*/
    /*width: calc(calc(100% - 375px) / 2);*/
    /*height: 1px;*/
    /*background-color: #000;*/
  }
  #before .other h3::before {
    /*left: 0;*/
  }
  #before .other h3::after {
    /*right: 0;*/
  }
  #before .other ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 80px;*/
  }
  #before .other li {
    width: 24%;
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
  }
  #before .other li:nth-child(-n+4) {
  }
  #before .other li:nth-child(n+5) {
    /*margin-top: 20px;*/
  }
  #before .other li .img {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 150px;*/
    /*text-align: center;*/
  }
  #before .other li .subtitle {
    /*font-size: 18px;*/
    /*font-weight: bold;*/
  }
  #before .other li p {
    /*font-size: 14px;*/
    /*margin-top: 10px;*/
  }
}
/*@media (max-width: 899px) {
  #before .other .wrapper {
    max-width: 100%;
  }
}*/
@media (max-width: 767px) {
  #before .other {
    padding: 40px 10px 85px;
    /*background-color: #fff;*/
  }
  #before .other .wrapper {
  }
  #before .other h3 {
    /*position: relative;*/
  }
  #before .other h3::before,
  #before .other h3::after {
    /*content: "";*/
    /*position: absolute;*/
    bottom: 36%;
    width: 20%;
    /*height: 1px;*/
    /*background-color: #000;*/
  }
  #before .other h3::before {
    /*left: 0;*/
  }
  #before .other h3::after {
    /*right: 0;*/
  }
  #before .other h3 img {
    width: 50%;
  }
  #before .other ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    margin-top: 30px;
    height: 760px;
    overflow: hidden;
  }
  #before .other li {
    width: 100%;
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
  }
  #before .other li:nth-child(-n+4) {
    margin-top: 20px;
  }
  #before .other li:nth-child(n+5) {
    margin-top: 20px;
  }
  #before .other li .img {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 25vw;
    /*text-align: center;*/
  }
  #before .other li .img img {
    height: 100%;
  }
  #before .other li .subtitle {
    margin-top: 10px;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
  }
  #before .other li p {
    /*font-size: 14px;*/
    margin-top: 5px;
  }
  #before .other_more {
    position: relative;
    z-index: 5;
    margin-top: -100px;
    padding-top: 100px;
    background-image: -webkit-linear-gradient(to top, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(to top, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to top, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    font-size: 14px;
    font-weight: bold;
  }
  #before .other_more.active {
    margin-top: 0;
    padding-top: 30px;
  }
  #before .other_more img {
    width: 15%;
    margin-top: 20px;
  }
}

#before .link_area {
  height: 718px;
  padding-top: 50px;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/bnr_bg.png);
  background-size: 100% 100%;
}
#before .link_area .wrapper {
  width: 1090px;
}
#before .link_area .header {
}
#before .link_area .header .title {
  margin-bottom: 15px;
}
#before .link_area .header .obi {
}
#before .link_area .flex {
  flex-wrap: nowrap;
  margin-top: 10px;
  padding-left: 30px;
}
#before .link_area .left {
  flex-shrink: 0;
}
#before .link_area .imanara,
#before .link_area .hokanimo {
  display: flex;
  width: 670px;
}
#before .link_area .imanara {
}
#before .link_area .hokanimo {
  margin-top: 20px;
}
#before .link_area .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  margin-right: 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#before .link_area .imanara .subtitle {
  background-color: #000;
  color: #ffd900;
}
#before .link_area .hokanimo .subtitle {
  border: 2px solid #000;
  color: #000;
}
#before .link_area .left .detail {
}
#before .link_area .left p {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 4px 4px 0 rgba(254, 167, 0, 0.36);
}
#before .link_area .left p span {
  font-size: 56px;
  line-height: 56px;
}
#before .link_area .left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#before .link_area .left li {
  width: 200px;
  height: 42px;
  padding-left: 37px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}
#before .link_area .left li:nth-child(2n+1) {
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/bnr_white.png);
}
#before .link_area .left li:nth-child(2n) {
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/bnr_ora.png);
  color: #fff;
}
#before .link_area .left li:nth-child(n+4) {
  margin-top: 10px;
}
#before .link_area .note {
  margin-top: 15px;
}
#before .link_area .note span {
  color: #ff0404;
}
#before .link_area .right {
  flex-shrink: 0;
}
#before .link_area .right img {
  position: relative;
  top: -65px;
  left: -30px;
}
#before .link_area .btn_area {
}
#before .link_area .btn_area .btn {
  width: 400px;
  height: 60px;
  padding: 0;
  border: none;
  background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/btn.png);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 1219px) {
  #before .link_area {
    /*height: 718px;*/
    padding-top: 80px;
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/bnr_bg.png);*/
    /*background-size: 100% 100%;*/
  }
  #before .link_area .wrapper {
    width: 900px;
  }
  #before .link_area .header {
  }
  #before .link_area .header .title {
    /*margin-bottom: 15px;*/
  }
  #before .link_area .header .obi {
  }
  #before .link_area .flex {
    /*flex-wrap: nowrap;*/
    /*margin-top: 10px;*/
    /*padding-left: 30px;*/
  }
  #before .link_area .left {
    /*flex-shrink: 0;*/
  }
  #before .link_area .imanara,
  #before .link_area .hokanimo {
    /*display: flex;*/
    width: 530px;
  }
  #before .link_area .imanara {
  }
  #before .link_area .hokanimo {
    /*margin-top: 20px;*/
  }
  #before .link_area .subtitle {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-shrink: 0;*/
    /*width: 38px;*/
    /*margin-right: 20px;*/
    /*border-radius: 10px;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    /*-ms-writing-mode: tb-rl;*/
    /*writing-mode: vertical-rl;*/
  }
  #before .link_area .imanara .subtitle {
    /*background-color: #000;*/
    /*color: #ffd900;*/
  }
  #before .link_area .hokanimo .subtitle {
    /*border: 2px solid #000;*/
    /*color: #000;*/
  }
  #before .link_area .left .detail {
  }
  #before .link_area .left p {
    /*color: #000;*/
    font-size: 20px;
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 0 rgba(254, 167, 0, 0.36);*/
  }
  #before .link_area .left p span {
    font-size: 42px;
    line-height: 42px;
  }
  #before .link_area .left ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
  }
  #before .link_area .left li {
    width: 150px;
    height: 31.5px;
    padding-left: 24px;
    background-size: cover;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 31.5px;
  }
  #before .link_area .left li:nth-child(2n+1) {
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/bnr_white.png);*/
  }
  #before .link_area .left li:nth-child(2n) {
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/bnr_ora.png);*/
    /*color: #fff;*/
  }
  #before .link_area .left li:nth-child(n+4) {
    /*margin-top: 10px;*/
  }
  #before .link_area .note {
    /*margin-top: 15px;*/
  }
  #before .link_area .note span {
    /*color: #ff0404;*/
  }
  #before .link_area .right {
    /*flex-shrink: 0;*/
  }
  #before .link_area .right img {
    /*position: relative;*/
    /*top: -65px;*/
    /*left: -30px;*/
  }
  #before .link_area .btn_area {
    margin-top: -30px;
  }
  #before .link_area .btn_area .btn {
    /*width: 400px;*/
    /*height: 60px;*/
    /*padding: 0;*/
    /*border: none;*/
    /*background-image: url(https://assets.deep-exp.com/assets/img/front/before/pc/btn.png);*/
    /*color: #fff;*/
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    /*line-height: 60px;*/
  }
}
/*@media (max-width: 899px) {
  #before .link_area {
    overflow: hidden;
  }
  #before .link_area .wrapper {
    width: 100%;
  }
  #before .link_area .imanara,
  #before .link_area .hokanimo {
    width: 370px;
  }
}*/
@media (max-width: 767px) {
  #before .link_area {
    height: auto;
    padding: 40px 0 30px;
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/bnr_bg.png);
    /*background-size: 100% 100%;*/
  }
  #before .link_area .wrapper {
    width: 100%;
  }
  #before .link_area .header {
  }
  #before .link_area .header .title {
    width: 90%;
    /*margin-bottom: 15px;*/
    margin-left: 5%;
    margin-right: 5%;
  }
  #before .link_area .header .obi {
  }
  #before .link_area .flex {
    display: block;
    /*flex-wrap: nowrap;*/
    /*margin-top: 10px;*/
    /*padding-left: 30px;*/
    padding-right: 30px;
  }
  #before .link_area .left {
    /*flex-shrink: 0;*/
  }
  #before .link_area .imanara,
  #before .link_area .hokanimo {
    display: block;
    width: 100%;
  }
  #before .link_area .imanara {
  }
  #before .link_area .hokanimo {
    /*margin-top: 20px;*/
  }
  #before .link_area .subtitle {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-shrink: 0;*/
    width: 100%;
    padding: 3px;
    /*margin-right: 20px;*/
    border-radius: 4px;
    font-size: 14px;
    /*font-weight: bold;*/
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
  #before .link_area .imanara .subtitle {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }
  #before .link_area .imanara .detail {
    display: flex;
    justify-content: space-between;
  }
  #before .link_area .imanara .detail &gt; div {
    margin: -5px -10px 0 -30px;
  }
  #before .link_area .imanara .detail img {
  }
  #before .link_area .hokanimo .subtitle {
    border: 1px solid #000;
    /*color: #000;*/
  }
  #before .link_area .left p {
    flex-shrink: 0;
    margin-top: 10px;
    /*color: #000;*/
    /*font-size: 16px;*/
    font-size: 4.2vw;
    /*font-weight: bold;*/
    /*text-shadow: 4px 4px 0 rgba(254, 167, 0, 0.36);*/
  }
  #before .link_area .left p span {
    /*font-size: 28px;*/
    font-size: 8vw;
    /*line-height: 28px;*/
    line-height: 8vw;
  }
  #before .link_area .left ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
  }
  #before .link_area .left li {
    width: 49%;
    /*height: 31.5px;*/
    /*padding-left: 24px;*/
    margin-top: 7px !important;
    background-size: 100% 100%;
    font-size: 12px;
    /*font-weight: bold;*/
    /*line-height: 31.5px;*/
  }
  #before .link_area .left li:nth-child(1) {
    order: 1;
  }
  #before .link_area .left li:nth-child(2) {
    order: 2;
  }
  #before .link_area .left li:nth-child(3) {
    order: 8;
  }
  #before .link_area .left li:nth-child(4) {
    order: 3;
  }
  #before .link_area .left li:nth-child(5) {
    order: 4;
  }
  #before .link_area .left li:nth-child(6) {
    order: 7;
  }
  #before .link_area .left li:nth-child(7) {
    order: 5;
  }
  #before .link_area .left li:nth-child(8) {
    order: 6;
  }
  #before .link_area .left li:nth-child(9) {
    order: 9;
  }
  #before .link_area .left li:nth-child(2n+1) {
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/bnr_white.png);
  }
  #before .link_area .left li:nth-child(2n) {
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/bnr_ora.png);
    /*color: #fff;*/
  }
  #before .link_area .left li:nth-child(n+4) {
    /*margin-top: 10px;*/
  }
  #before .link_area .note {
    /*margin-top: 15px;*/
  }
  #before .link_area .note span {
    /*color: #ff0404;*/
  }
  #before .link_area .right {
    /*flex-shrink: 0;*/
  }
  #before .link_area .right img {
    /*position: relative;*/
    /*top: -65px;*/
    /*left: -30px;*/
  }
  #before .link_area .btn_area {
    margin-top: 10px;
  }
  #before .link_area .btn_area .btn {
    width: 80%;
    /*height: 60px;*/
    /*padding: 0;*/
    /*border: none;*/
    background-image: url(https://assets.deep-exp.com/assets/img/front/before/sp/btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*color: #fff;*/
    font-size: 14px;
    /*font-weight: bold;*/
    /*line-height: 60px;*/
  }
}







/* --------------- *\
 * irasshai (irasshai/{$lang}.php)
\* ---------------
#irasshai .cover {
  background-color: #fff;
  text-align: center;
}
#irasshai .links {
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#irasshai .links &gt; * {
  display: block;
  width: 455px;
  padding: 15px 0;
  text-align: center;
}
#irasshai .links &gt; *:not(.or) {
  border-radius: 10px;
  font-weight: bold;
}
#irasshai .links &gt; *:not(.or) p.date {
  font-size: 22px;
}
#irasshai .links &gt; *:not(.or) p:not(.date) {
  font-size: 13px;
}
#irasshai .links &gt; *:not(.or) p:not(.date) span:not(.pc) {
  font-size: 20px;
}
#irasshai .links .active {
  background-color: #ffde00;
  position: relative;
}
#irasshai .links .active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 14px 0 14px;
  border-color: #ffde00 transparent transparent transparent;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
#irasshai .links .active p.date {
  color: #e00100;
}
#irasshai .links .or {
  background-color: #fff;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
#irasshai .links a {
  background-color: #e1e1e1;
  text-decoration: none;
}
#irasshai .links a p.date {
  color: #fff;
}
#irasshai .links a p:not(.date) {
  color: #444;
}
@media (max-width: 1219px) {
  #irasshai .links &gt; * {
    width: 380px;
  }
  #irasshai .links &gt; *:not(.or) p.date {
    font-size: 18px;
  }
  #irasshai .links &gt; *:not(.or) p:not(.date) span:not(.pc) {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #irasshai .links &gt; * {
    width: 48%;
    padding: 10px 0;
  }
  #irasshai .links &gt; *:not(.or) p.date {
    font-size: 12px;
    line-height: 20px;
  }
  #irasshai .links &gt; *:not(.or) p.date span {
    font-size: 18px;
  }
  #irasshai .links &gt; *:not(.or) p:not(.date) span:not(.pc) {
    font-size: 14px;
  }
  #irasshai .links .active::after {
    border-width: 16px 10px 0 10px;
    bottom: -15px;
  }
}
@media (max-width: 1219px) {
}
@media (max-width: 767px) {
  #irasshai .lead {
    padding: 0;
  }
}
#irasshai .campaign {
  width: 970px;
  margin: 20px auto 0;
}
#irasshai .campaign .ribon {
  height: 59px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  background-image: url(../img/front/irasshai/ribon.png);
}
#irasshai .campaign ul {
  margin-top: 30px;
}
#irasshai .campaign li {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
#irasshai .campaign li &gt; div {
  border-radius: 20px;
  border: 1px solid #f19595;
  height: 140px;
  color: #666;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#irasshai .campaign li div span {
  color: #dc0100;
  font-size: 22px;
  font-weight: bold;
}
#irasshai .campaign p {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 1219px) {
  #irasshai .campaign {
    width: auto;
    margin: 20px auto 0;
  }
  #irasshai .campaign .ribon {
    background-size: contain;
    background-repeat: no-repeat;
  }
  #irasshai .campaign ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #irasshai .campaign {
    width: 88.88%;
  }
  #irasshai .campaign .ribon {
    height: 50px;
    line-height: 37px;
    background-image: url(../img/front/irasshai/ribon_sp.png);
    background-position: center top;
  }
  #irasshai .campaign li {
    padding: 5px;
  }
  #irasshai .campaign li &gt; div {
    height: 70px;
    padding: 10px 0;
    font-size: 14px;
  }
  #irasshai .campaign li div span {
    font-size: 18px;
  }
}
#irasshai .howto {
  border-top: 1px solid #d6d6d6;
  margin-top: 70px;
}
#irasshai .howto h3 {
  margin-top: 50px;
  font-size: 12px;
}
#irasshai .howto h3 span {
  font-size: 26px;
  font-weight: bold;
}
#irasshai .howto li {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
}
#irasshai .howto .flow {
  color: #ffba00;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#irasshai .howto .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 10px solid #ffde00;
  padding-bottom: 5px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#irasshai .howto .detail {
  margin-top: 15px;
  font-size: 14px;
}
#irasshai .howto li div {
  margin-top: 15px;
}
#irasshai .howto .note {
}
#irasshai .howto .btn_title {
  margin: 60px 0 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#irasshai .howto .btn_title span {
  color: #e10101;
}
#irasshai .howto .btn_area {
  text-align: center;
}
#irasshai .howto .btn_area a {
  display: block;
  border-radius: 10px;
  width: 400px;
  height: 60px;
  background-color: #d00504;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
}
@media (max-width: 1219px) {
}
@media (max-width: 767px) {
  #irasshai .howto li {
    padding: 10px 15px 15px;
  }
  #irasshai .howto .title {
    font-size: 16px;
  }
  #irasshai .howto .btn_title {
    margin: 30px 0 20px;
    font-size: 16px;
    letter-spacing: -1px;
  }
  #irasshai .howto .btn_area a {
    width: 80%;
    height: 60px;
  }
}
#irasshai .faq {
  margin-top: 70px;
}
#irasshai .faq h3 {
  border-top: 1px solid #d6d6d6;
  padding-top: 50px;
  font-size: 12px;
}
#irasshai .faq h3 span {
  font-size: 26px;
  font-weight: bold;
}
#irasshai .faq .btn_area {
  text-align: center;
  margin-top: 20px;
}
#irasshai .faq .btn_area a {
  display: block;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  color: #444;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
}
@media (max-width: 1219px) {
}
@media (max-width: 767px) {
  #irasshai .faq .btn_area a {
    width: 80%;
    height: 60px;
  }
}
#irasshai .banners {
  margin-top: 60px;
  background-color: #fff;
  padding: 65px 0;
}
@media (max-width: 1219px) {
  #irasshai .banners {
    padding: 50px 0;
  }
  #irasshai .banners a {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #irasshai .banners {
    padding: 30px 0;
  }
  #irasshai .banners a {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #irasshai .banners a:first-child {
    margin-bottom: 20px;
  }
}
#irasshai .breadcrumbs {
  background-color: #fff;
}*/




/* --------------- *\
 * error
\* --------------- */
#error {
  padding: 100px 0 60px;
  font-size: 14px;
}
#error .box_shadow {
  margin-top: 30px;
  border-top: 6px solid #ffdb14;
  padding: 40px;
}
#error .box_shadow h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #error {
    /*padding: 100px 0 60px;*/
  }
  #error .box_shadow {
    /*margin-top: 30px;*/
    padding: 20px;
  }
  #error .box_shadow h3 {
    font-size: 24px;
    line-height: 24px;
    /*margin-bottom: 20px;*/
  }
}

#gogreen {
  background: #fff;
}
@media (min-width: 768px) {
  #gogreen .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  #gogreen .pc {
    display: none;
  }
}
#gogreen .container {
  width: 1104px;
  margin: auto;
}
@media (max-width: 767px) {
  #gogreen .container {
    width: 100%;
  }
}

#gogreen #fv .wrap {
  overflow: hidden;
}
#gogreen #fv .arc {
  min-height: 692px;
  height: 692px;
  border-bottom-right-radius: 133vw 20vw;
  border-bottom-left-radius: 133vw 20vw;
  margin-left: -12vw;
  margin-right: -12vw;
  padding-left: 12vw;
  padding-right: 12vw;

  background-image: url(../img/front/gogreen/green_fv.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
#gogreen #fv h3 {
  padding-top: 78px;
}
@media (max-width: 767px) {
  #gogreen #fv .arc {
    height: 56vw;
    min-height: 440px;
    background-size: cover;
  }
  #gogreen #fv h3 {
    padding-top: 40px;
    text-align: center;
  }
  #gogreen #fv h3 img {
    max-width: 75%;
    max-height: 220px;
  }
}
@media (min-width: 1530px) {
  #gogreen #fv .arc {
    background-size: cover;
  }
}

#gogreen .illust {
  position: absolute;
}
#gogreen #intro .container {
  padding-top: 70px;
  width: 860px;
}
@media (min-width: 768px) {
  #gogreen.en #intro .container {
    width: 900px;
  }
  #gogreen.en #intro .container p {
    width: 860px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #gogreen #intro .container {
    width: 92vw;
  }
}
#gogreen #intro h4 {
  color: #2EA676;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 24px;
}
#gogreen #intro p {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}

#gogreen #nav {
  padding-top: 90px;
  padding-bottom: 96px;
}
#gogreen #nav .bg {
  background: #2EA676;
  margin-left: 3rem;
  border-radius: 2rem 0 0 2rem;
  padding: 96px 0;
}
#gogreen #nav .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #gogreen #nav .bg {
    margin-left: 0;
    border-radius: 0;
  }
  #gogreen #nav .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #gogreen #intro h4 {
    font-size: 38px;
  }
}
#gogreen #nav .illust1 {
  top: -170px;
  right: 0;
}
#gogreen #nav .container a {
  position: relative;
  color: #2EA676;
}
@media (max-width: 767px) {
  #gogreen #nav .container a {
    margin-bottom: 80px;
  }
  #gogreen #nav .container a img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #gogreen #nav .container a:nth-child(3) {
    margin-bottom: 0;
  }
  #gogreen #nav .illust1 {
  right: 20px;
  }
  #gogreen #nav .illust1 img,
  #gogreen #sea .illust1 img,
  #gogreen #sea .illust2 img,
  #gogreen #sea .illust3 img,
  #gogreen #sea .illust4 img,
  #gogreen #mount .illust1 img,
  #gogreen #mount .illust2 img,
  #gogreen #sky .illust1 img,
  #gogreen #sky .illust2 img {
    width:90%;
  }
}
#gogreen #nav .icon {
  position: absolute;
  top: -32px;
  left: -20px;
  width: 110px;
  height: 110px;
}
#gogreen #nav .text {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
}
#gogreen #nav .arrow {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 50px;
}
#gogreen #nav .arrow::before{
  left: 6px;
  width: 2px;
  height: 50px;
  background: #000;
}
#gogreen #nav .arrow::after{
  left: 2px;
  top: 40px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gogreen .content {
  background-image: url(../img/front/gogreen/green_bg_pc.jpg);
  background-size: 100% 4763px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  #gogreen .content {
    background: none;
    padding-bottom: 0;
  }
  #gogreen #nav .text {
    bottom: 1em;
  }
  #gogreen #nav .arrow {
    bottom: -40px;
  }
  #gogreen #nav .icon {
    left: 0px;
  }
  #gogreen #nav .icon img {
    width: 100% !important;
  }
}
#gogreen .content #sea {
  padding-top: 130px;
}
#gogreen .content .top {
  max-width: 1100px;
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
}
#gogreen .content .top .icon {
  position: absolute;
  top: -30px;
  left: -58px;
  width: 110px;
  height: 110px;
}
#gogreen .content .top .text {
  padding: 0 4em;
  width: 480px;
}
#gogreen .content .top h5 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: .5em;
  margin-top: 0.5em;
}
#gogreen .content .top .img {
  border-radius: 0 2rem 2rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #gogreen .content .top {
    background: transparent;
    flex-direction: column;
    border-radius: 0;
  }
  #gogreen .content .top .icon {
    top: -90px;
    left: 20px;
  }
  #gogreen .content .top .text {
    width: 90%;
    background: #fff;
    border-radius: 30px 30px 0 0;
    padding: 1em 2.5em;
  }
  #gogreen .content .top .img {
    border-radius: 0;
  }
  #gogreen .content #mount .top .icon {
    width:120px;
    height:120px
    ;
  }
  #gogreen .content #sky .top .text h5 br.g_sp_none{
    display: none;
  }
}
#gogreen .content .top p {
  line-height: 2;
  font-size: 16px;
}
#gogreen .content .top .link {
  margin-top: 2rem;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  #gogreen .content .top .link {
    margin: 2rem 0;
  }
}
#gogreen .content .top .link a {
  display: inline-flex;
  color: #2EA676;
  background: #E3FFF3;
  border: 5px solid #44e9a4;
  border-radius: 4em;
  text-decoration: none;
  font-weight: bold;
}
#gogreen .content .top .link a:hover {
  border: 5px solid #9effd8;
  opacity: 1;
}
#gogreen .content .top .link a span {
  display: block;
  border: 4px solid #fff;
  border-radius: 4em;
  padding: 1em 3em;
}
#gogreen .content .bottom {
  color: #fff;
  background: #2EA676;
  margin-left: calc(50vw - 520px);
  margin-top: -60px;
  padding: 100px 0 50px 0;
  border-radius: 2rem 0 0 2rem;
}
@media (max-width: 1040px) {
  #gogreen .content .bottom {
    margin-left: 0;
    border-radius: 0;
  }
}
#gogreen .content .bottom .flex {
  position: relative;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1020px;
}
#gogreen .content h6 {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
#gogreen .content .point {
  width: 500px;
  padding: 0 2rem;
}
#gogreen .content .point .text,
#gogreen .content .building .text {
  font-size:16px;
}
#gogreen .content .point h6 img {
  height: 78px;
}
#gogreen.ja .content .point h6 img {
  width: 268px;
  height: auto;
}
#gogreen .content .building {
  width: 500px;
  border-left: 1px solid #fff;
  padding: 0 2rem;
}
#gogreen .content .building h6 img {
  height: 52px;
}
#gogreen.ja .content .building h6 img {
  width: 220px;
  height: auto;
}
#gogreen .content .building .text span {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  #gogreen .content .point {
    width: 100%;
    margin-bottom: 40px;
  }
  #gogreen .content .building {
    width: 100%;
    border-left: none;
  }
  #gogreen .content .building h6 {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
}
#gogreen .content .row {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
}
#gogreen .content .row .img {
  width: 60px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gogreen .content &gt; section + section {
  padding-top: 128px;
}
#gogreen .content .item + .item {
  padding-top: 128px;
}

#gogreen .content #mount .top {
  flex-direction: row-reverse;
}
#gogreen .content #mount .top .icon {
  left: auto;
  right: -58px;
}
#gogreen .content #mount .top .img {
  border-radius: 2rem 0 0 2rem;
}
@media (max-width: 767px) {
  #gogreen .content #mount .top {
    flex-direction: column;
  }
  #gogreen .content #mount .top .icon {
    top: -73px;
    right: 20px;
  }
  #gogreen .content #mount .top .img {
    border-radius: 0;
  }
}
#gogreen .content #mount .bottom {
  margin-left: 0;
  margin-right: calc(50vw - 520px);
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 767px) {
  #gogreen .content #mount .bottom {
    border-radius: 0;
  }
}
@media (max-width: 1040px) {
  #gogreen .content #mount .bottom {
    margin-right: 0;
  }
}
#gogreen .content #mount .bottom .flex {
  margin-left: auto;
}

#gogreen #sea .illust1 {
  top: -120px;
  right: -80px;
}
#gogreen #sea .illust2 {
  bottom: -96px;
  right: 0;
}
#gogreen #sea .illust3 {
  top: -130px;
  right: -60px;
}
#gogreen #sea .illust4 {
  bottom: -64px;
  right: 0;
}

#gogreen #mount .illust1 {
  top: -140px;
  left: -90px;
}
#gogreen #mount .illust2 {
  bottom: -90px;
  right: -26px;
}

#gogreen #sky .illust1 {
  top: -100px;
  right: -20px;
}
#gogreen #sky .illust2 {
  bottom: -90px;
  right: 0;
}
@media (max-width: 767px) {
  #gogreen #sea {
    background-image: url(../img/front/gogreen/sea_bg_sp.jpg);
    background-size: auto;
    /*background-repeat: no-repeat;*/
    background-position: bottom left;
  }
  #gogreen #sea .illust1 {
    top: -120px;
    right: 0;
  }
  #gogreen #sea .illust2 {
    bottom: -170px;
    right: 10px;
  }
  #gogreen #sea .illust3 {
    top: -160px;
    right: 0;
  }
  #gogreen #sea .illust4 {
    bottom: -84px;
    right: 70px;
  }

  #gogreen #mount {
    background-image: url(../img/front/gogreen/moun_bg_sp.jpg);
    background-size: auto;
    /*background-repeat: no-repeat;*/
    padding-top: 138px;
  }
  #gogreen #mount .illust1 {
    top: -140px;
    left: 20px;
  }
  #gogreen #mount .illust2 {
    bottom: -144px;
    right: 10px;
  }

  #gogreen #sky {
    background-image: url(../img/front/gogreen/sky_bg_sp.jpg);
    background-size: auto;
    /*background-repeat: no-repeat;*/
    padding-top: 150px;
    padding-bottom: 90px;
  }
  #gogreen #sky .illust1 {
    top: -110px;
    right: 10px;
  }
  #gogreen #sky .illust2 {
    bottom: -140px;
    right: 30px;
  }
}

#gogreen .activity-link {
  margin-top: 4rem;
  text-align: center;
}
#gogreen .activity-link a {
  display: inline-flex;
  color: #fff;
  background: #2EA676;
  padding: 1.2em 2.5em 1.2em 3em;
  border-radius: 4em;
  text-decoration: none;
  font-size: 18px;
  align-items: center;
}
#gogreen .activity-link a:hover {
  background: #2bc889 !important;
  opacity: 1;
}
#gogreen .activity-link a .arrow {
  color: #fff;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-left: .5rem;
  margin-bottom: 8px;
}
#gogreen .activity-link a .arrow::before {
  top: 8px;
  width: 30px;
  height: 1px;
  background: #fff;
}
#gogreen .activity-link a .arrow::after {
  left: 26px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gogreen .illust {
  -webkit-animation: gogreen-1 2.2s infinite .4s ease-in-out;
  animation: gogreen-1 2.2s infinite .4s ease-in-out;
}
@media (max-width: 767px) {
  #gogreen .activity-link {
    margin-top: 6rem;
  }
}
@media (prefers-reduced-motion) {
  #gogreen .illust {
    -webkit-animation: none;
    animation: none;
  }
}
@-webkit-keyframes gogreen-1 {
  0% {
    transform: rotate(0) scaleY(0.99);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0) scaleY(0.99);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0) scaleY(0.99);
  }
}
@keyframes gogreen-1 {
  0% {
    transform: rotate(0) scaleY(0.99);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0) scaleY(0.99);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0) scaleY(0.99);
  }
}









/* --------------- *\
 * lgbtq (lgbtq/{$lang}.php)
\* --------------- */
#lgbtq {
  background-color: #fff;
}
#lgbtq .bg1 {
  padding-bottom: 450px;
  background-image: url("../img/front/lgbtq/lgbtq_lead_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#lgbtq .fv {
  text-align: center;
}
#lgbtq .fv img {
}
#lgbtq .lead {
/*  max-width: 1220px;*/
  width: 1220px;
  padding-inline: 10px;
  margin: 80px auto 0;
}
#lgbtq .lead .lead_ttl {
  text-align: center;
}
#lgbtq .lead .lead_ttl img {
}
#lgbtq .lead &gt; p {
  margin-top: 25px;
  font-size: 17px;
  text-align: center;
}
#lgbtq .whats_rainbowmark {
  margin-top: 40px;
  padding: 30px 110px;
  background-image: url("../img/front/lgbtq/rainbowmark_bg_t.png"), url("../img/front/lgbtq/rainbowmark_bg_b.png"), url("../img/front/lgbtq/rainbowmark_bg_loop.png");
  background-repeat: no-repeat;
/*  background-size: 100% auto, 100% auto, 100% calc(100% * 139 / 1194);*/
  background-size: 100% auto, 100% auto, 100% calc(100% - 139px);
/*  background-position: top center, bottom center, top calc(100% * 70 / 1194) center;*/
  background-position: top center, bottom center, top calc(100% - 70px) center;
}
#lgbtq .whats_rainbowmark .ttl {
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}
#lgbtq .whats_rainbowmark .ttl img {
  width: 110px;
  margin-right: 60px;
}
#lgbtq .whats_rainbowmark .ttl .arr {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  background-color: #1D59A6;
  border-radius: 50px;
  vertical-align: middle;
}
#lgbtq .whats_rainbowmark .ttl .arr::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
#lgbtq .whats_rainbowmark .contents {
  max-height: 0px;
  overflow: hidden;
  transition: all ease 0.3s;
}
#lgbtq .whats_rainbowmark .ttl.open + .contents {
  max-height: var(--max-height);
}
#lgbtq .whats_rainbowmark p {
  padding-top: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #lgbtq .bg1 {
    padding-bottom: 250px;
    background-image: url("../img/front/lgbtq/lgbtq_lead_bg_sp.png");
  }
  #lgbtq .lead {
    width: 360px;
    margin-top: 40px;
  }
  #lgbtq .lead .lead_ttl img {
  }
  #lgbtq .lead &gt; p {
/*    margin-top: 25px;*/
    font-size: 16px;
  }
  #lgbtq .whats_rainbowmark {
/*    margin-top: 40px;*/
    padding: 30px;
    background-image: url("../img/front/lgbtq/rainbowmark_bg_t_sp.png"), url("../img/front/lgbtq/rainbowmark_bg_b_sp.png"), url("../img/front/lgbtq/rainbowmark_bg_loop_sp.png");
  /*  background-size: 100% auto, 100% auto, 100% calc(100% * 139 / 1194);*/
    background-size: 100% auto, 100% auto, 100% calc(100% - 75px);
  /*  background-position: top center, bottom center, top calc(100% * 70 / 1194) center;*/
    background-position: top center, bottom center, top calc(100% - 35px) center;
  }
  #lgbtq .whats_rainbowmark .ttl {
    font-size: 16px;
  }
  #lgbtq .whats_rainbowmark .ttl img {
    width: 35px;
    margin-right: 10px;
  }
  #lgbtq .whats_rainbowmark .ttl .arr {
    width: 24px;
    height: 24px;
  }
  #lgbtq .whats_rainbowmark .ttl .arr::before {
/*    bottom: 5px;*/
    width: 9px;
    height: 9px;
  }
  #lgbtq .whats_rainbowmark p {
    font-size: 14px;
  }
}

#lgbtq .bg2 {
  padding-top: 10px;
  padding-bottom: 100px;
  background: linear-gradient(129deg, #DDCBD9 1.15%, #F1DDDA 25.87%, #F0E2CF 52.09%, #E1E5CE 79.33%, #EAC4BB 102.03%);
}
#lgbtq .inner {
  max-width: 1220px;
  padding-inline: 10px;
  margin: -410px auto 0;
}
#lgbtq .list_cates {
  display: flex;
  gap: 10px;
}
#lgbtq .list_cates li {
  min-width: 90px;
  padding: 8px 25px;
  background-color: #fff;
  border: 2px solid #1D59A6;
  border-radius: 50px;
  color: #1D59A6;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#lgbtq .list_cates li.active {
  background-color: #1D59A6;
  color: #fff;
}
#lgbtq .list {
  display: grid;
  gap: 60px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}
#lgbtq .list &gt; div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 0 #B9C1ED;
}
#lgbtq .list &gt; div::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 41px;
  height: 29px;
  background-image: url("../img/front/lgbtq/rainbowmark_ico.jpg");
  background-size: cover;
  background-position: center;
}
#lgbtq .list &gt; div.hide {
  display: none;
}
#lgbtq .list .img {
  width: 100%;
}
#lgbtq .list .img img {
  width: 100%;
}
#lgbtq .list .ttl {
  padding-inline: 10px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#lgbtq .list p {
  position: relative;
  margin-top: 40px;
  padding-inline: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
#lgbtq .list p::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -10px;
  display: block;
  width: 102px;
  height: 33px;
  background-image: url("../img/front/lgbtq/lgbtq_point.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#lgbtq:not(.ja) .list p::before {
  width: 110px;
  background-image: url("../img/front/lgbtq/lgbtq_recom.png");
}
#lgbtq .list .btn_area {
  padding-inline: 10px;
  margin-top: auto;
  text-align: center;
}
#lgbtq .list .btn_area a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  background: linear-gradient(94deg, #D71518 0.45%, #E26A12 18.74%, #F2C920 37.51%, #2DA338 56.75%, #154B97 75.52%, #641E7B 96.7%);
  color: #fff;
  transition: all ease 0.3s;
}
#lgbtq .list .btn_area a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #lgbtq .inner {
    margin: -210px auto 0;
  }
  #lgbtq .list_cates li {
    min-width: 80px;
    padding: 8px 15px;
    font-size: 14px;
  }
  #lgbtq .list {
    gap: 40px 10px;
    grid-template-columns: 1fr 1fr;
/*    margin-top: 20px;*/
  }
  #lgbtq .list &gt; div {
/*    padding-bottom: 20px;*/
  }
  #lgbtq .list .ttl {
    margin-top: 15px;
    font-size: 16px;
  }
  #lgbtq .list .btn_area a {
    padding: 10px 25px;
  }
}
</pre></body></html>