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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*!*** Base Rules(Custom) *****/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body article {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  color: #000000;
}
body article li {
  list-style-type: none;
}
body article button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body article a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
body article a:hover {
  opacity: 0.8;
}

html {
  font-size: 80%;
}

/* リンク表現指定 */
a:link {
  color: #0068b3;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #996600;
  text-decoration: underline;
}

header, footer {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto;
}

#hd {
  overflow: visible;
  width: 100%;
  height: 34px;
  position: fixed;
  background-color: #0067b3;
  border-bottom: 1px solid #000;
}

/* header */
header {
  display: block;
  position: relative;
  z-index: 10;
  height: 34px;
}

header h1 {
  float: left;
  padding: 0;
}

#company_name {
  display: block;
  max-width: 960px;
  height: 32px;
  margin: 0 auto 0 auto;
}

.comotaLogo {
  float: left;
  width: auto;
  height: 32px;
  padding-left: 5px;
  background-color: #fff;
}

.comotaLogoJ {
  width: auto;
  height: 32px;
  padding-right: 10px;
  background-color: #fff;
}

/*  グランドナビゲーション　*/
#nav {
  clear: both;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  font-weight: bold;
}

#nav > a {
  display: none;
}

/*ハンバーガーメニュー*/
#nav > a {
  float: right;
  width: 32px;
  height: 32px;
  position: relative;
}

#hamburgerIcon {
  display: block;
  width: 20px;
  height: 3px;
  margin: -1px 0 0 -7px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#hamburgerIcon:before, #hamburgerIcon:after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  top: 40%;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#hamburgerIcon:before {
  margin-top: -8px;
}

#hamburgerIcon:after {
  margin-top: 6px;
}

#nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
  display: block;
}

/* first level */
#nav > ul {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 32px;
  position: absolute;
  left: 0;
  right: 0;
}

#nav:target > ul {
  display: block;
}

#nav > ul > li {
  width: 100%;
  line-height: 2;
  font-size: 0.9rem;
}

#nav > ul > li > a {
  height: auto;
  padding-left: 20px;
  text-align: left;
  background-color: #0067b3;
}

#nav > ul > li > a {
  width: 100%;
  font-size: 1em;
  line-height: 2.5;
  border-bottom: 1px solid #00ADE7;
}

#nav > ul > li:not(:last-child) > a {
  border-right: none;
}

#nav > ul > li:hover > a, #nav > ul:not(:hover) > li.active > a {
  background-color: #00ade7;
}

#nav > ul > li:first-child > a {
  border-top: 1px solid #00ade7;
}

/* second level */
#nav li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #ffffff;
}

#nav li ul a {
  padding-left: 20px;
  background-color: #4286c7;
  border-top: 1px solid #6099CF;
}

#nav li ul li:first-child a {
  border-top: none;
}

#nav li ul li:last-child a {
  border-bottom: 1px solid #00ade7;
}

#nav li ul li a:hover, #nav li ul:not(:hover) li.active a {
  background-color: #7fcdec;
}

#nav ul li ul {
  display: none;
}

#nav ul li:hover ul {
  display: block;
}

/*** パンくずリスト ***/
#topicpath {
  display: none;
}

/****　共通titleデザイン　****/
.title_A, .title_A2, .title_A3 {
  width: 100%;
  min-height: 80px;
  margin-top: 0px;
  padding: 0 0 10px 10px;
}

.title_A h2, .title_basic h2, .title_M h2, .title_A2 h2, .title_A3 h2, .title_history h2 {
  display: none;
}

.title_A h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 25px 5px 5px 0px;
}

.title_A h4 {
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 5px 5px 0px;
  color: #0066B2;
}

.title_basic, .title_history {
  margin-bottom: 2rem;
}

.title_basic h3 {
  padding: 40px 0 0.2rem 5px;
  margin: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #435BB7;
}

.title_basic p {
  font-weight: bold;
}

/***　サイドメニューデザイン　***/
.side_nav01, .side_nav02, .side_navOp {
  margin-bottom: 1rem;
  text-indent: 5px;
}

.side_nav01 h4 {
  font-size: 1rem;
  color: #333;
  padding-left: 5px;
  border-bottom: 2px solid #666;
}

.side_nav02 h4 {
  font-size: 0.9rem;
  color: #666;
  border-bottom: 2px solid #ccc;
}

.side_nav01 ul li, .side_nav02 ul li, .side_navOp ul li {
  border-bottom: 1px dotted #666;
}

.side_navOp ul li {
  border-top: 1px dotted #666;
}

.side_nav01 ul li a, .side_nav02 ul li a, .side_navOp ul li a {
  display: block;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #666;
  text-decoration: none;
  margin: 0;
  padding: 0.5rem 0 0.4rem 1rem;
}

.side_nav01 ul li a:hover, .side_nav02 ul li a:hover, .side_navOp ul li a:hover {
  background-color: #eee;
}

/* first level */
.treeType li {
  border-bottom: 1px dotted #ccc;
}

.treeType li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0;
  padding: 0.9rem 3rem 0.9rem 1rem;
}

.treeType ul li a:hover {
  background-color: #ccc;
}

.treeType li ul {
  display: none;
}

.treeType li ul li a {
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
  background-color: #f1f1f1;
}

.treeType > li:hover > a {
  background-color: #ccc;
  background-image: url(../../../lib/cmn_img/bottom.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 18px auto;
}

.treeType li ul li:last-child {
  border: none;
}

.treeType li:hover ul {
  display: block;
  border-top: 1px dotted #ccc;
}

/******** footer *********/
footer {
  clear: both;
  width: 100%;
  background-color: #000;
  border-top: 2px solid #666;
  padding-bottom: 70px;
}

#sub_menu {
  max-width: 960px;
  min-height: 80px;
  margin: 0 auto 0 auto;
}

#sub_menu ul {
  width: 100%;
}

#sub_menu ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  border-right: 1px solid #666;
}

#sub_menu ul li:last-child {
  border: none;
}

#sub_menu ul li a {
  display: block;
  color: #ccc;
  text-decoration: none;
  padding: 5px 1rem;
}

#sub_menu ul li a:hover {
  display: block;
  color: #fff;
  background-color: #666;
}

#ftTop {
  max-width: 960px;
  margin: 0 auto 0 auto;
  background-image: url(../../../lib/cmn_img/comota_logoW.png);
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: 10px 6px;
}

#ftBottom {
  width: 100%;
  border-top: 2px solid #333;
}

#ftTop em {
  font-style: normal;
  font-size: 110%;
}

#ftTop address {
  font-size: 0.8rem;
  line-height: 1.8;
  color: #aaa;
  padding: 35px 0 10px 10px;
  font-style: normal;
}

#ftTop address a {
  color: #aaa;
  margin-left: 2rem;
}

#copyright, #copyright small {
  font-size: 9px;
}

#copyright {
  color: #aaa;
  margin: 0 0 5px 10px;
}

/**  ページナビ **/
#page-top, #page-back {
  position: fixed;
  text-indent: -9999px;
  bottom: 0;
  font-size: 0.8rem;
}

#page-top a, #page-back a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #666;
  border-radius: 5px;
}

#page-top a:hover, #page-back a:hover {
  text-decoration: none;
  background: #999;
}

#page-top {
  right: 10px;
}

#page-back {
  right: 70px;
}

#page-top a, #page-top a:hover {
  background-image: url(../../../lib/cmn_img/page-top.svg);
  background-repeat: no-repeat;
}

#page-back a, #page-back a:hover {
  background-image: url(../../../lib/cmn_img/page-back.svg);
  background-repeat: no-repeat;
}

/***　contents内のレイアウト　***/
.box01 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 480px) {
  .title_A h2, .title_basic h2, .title_M h2, .title_A2 h2, .title_A3 h2, .title_history h2 {
    display: block;
    float: right;
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px 5px 40px;
    background-color: #000;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (min-width: 620px) {
  html {
    font-size: 90%;
  }
  header {
    height: auto;
    background-color: #fff;
  }
  #hd {
    height: auto;
    position: relative;
    background-color: #fff;
    border-bottom: none;
  }
  #company_name {
    height: 44px;
  }
  .comotaLogo {
    float: left;
    width: auto;
    height: 44px;
  }
  header h1 {
    float: right;
  }
  .comotaLogoJ {
    width: auto;
    height: 44px;
  }
  /* グランドナビゲーション */
  #nav {
    overflow: hidden;
    height: 2.4em;
    position: static;
    background-position: -9999px;
    background-color: #0067b3;
    border-bottom: 1px solid #00ADE7;
  }
  /*文字のサイズ*/
  #nav > ul > li {
    font-size: 0.8rem;
  }
  #nav > ul > li > ul > li {
    font-size: 0.75rem;
  }
  #nav > ul {
    display: block;
    max-width: 960px;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  #nav li {
    position: relative;
  }
  #nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
    display: none;
  }
  #nav li a {
    text-align: center;
  }
  /* first level */
  #nav > ul > li {
    float: left;
    width: 20%;
  }
  #nav > ul > li > a {
    text-align: center;
    padding: 8px 0 7px 0;
    line-height: 1.6;
  }
  #nav > ul > li:not(:last-child) > a {
    border-right: 1px solid #00ADE7;
  }
  #nav > ul > li:first-child > a {
    border-top: none;
  }
  /* second level */
  #nav li ul li a {
    width: 15rem;
    text-align: left;
    padding-left: 10px;
  }
  #nav ul li:last-child ul {
    position: absolute;
    right: 0px;
  }
  #nav ul li ul {
    display: none;
  }
  #nav ul li:hover ul {
    display: block;
  }
  /*** パンくずリスト ***/
  #topicpath {
    display: block;
    background-color: #ccc;
    border-bottom: 1px solid #000;
  }
  #topicpath ol {
    clear: both;
    max-width: 960px;
    margin: 0 auto;
    padding: 2px 0 2px 10px;
  }
  #topicpath ol li {
    font-size: 12px;
    line-height: 1.5;
  }
  #topicpath ol li {
    display: inline;
    margin: 0;
    padding: 0;
  }
  #topicpath ol li:after {
    content: " > ";
  }
  .title_A, .title_A3, .title_M {
    margin-top: 0;
    height: 120px;
  }
  .box01 {
    float: right;
    width: 69%;
  }
  .box02 {
    clear: both;
    float: left;
    width: 30%;
  }
  .title_PP {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .title_PP p {
    position: absolute;
    right: 0;
    z-index: -1;
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px 5px 40px;
    background-color: #000;
    border-bottom-left-radius: 15px;
    line-height: 1.15;
  }
}
@media screen and (min-width: 760px) {
  html {
    font-size: 95%;
  }
  #company_name {
    height: 50px;
  }
  .comotaLogo {
    width: auto;
    height: 50px;
  }
  header h1 {
    width: auto;
    height: 50px;
  }
  .comotaLogoJ {
    width: auto;
    height: 50px;
  }
  #contents {
    float: left;
    width: 75%;
    border-right: 1px solid #cccccc;
    padding-right: 1rem;
  }
  #nav {
    height: 2.5em;
  }
  #nav > ul > li {
    font-size: 0.9rem;
  }
  #nav > ul > li > ul > li {
    font-size: 0.8rem;
  }
  #side {
    float: right;
    width: 24%;
    margin: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
  }
  .title_A, .title_A2, .title_A3, .title_M {
    height: 150px;
  }
  .side_nav01 ul {
    margin-bottom: 2rem;
  }
  .side_nav01, .side_nav02, .side_nav03 {
    text-indent: 0;
  }
  #page-top, #page-back {
    bottom: 10px;
  }
  #page-top a, #page-back a {
    width: 80px;
    height: 80px;
  }
  #page-top {
    right: 20px;
  }
  #page-back {
    right: 110px;
  }
  #page-top a, #page-top a:hover {
    background-image: url(../../../lib/cmn_img/page-topM.svg);
  }
  #page-back a, #page-back a:hover {
    background-image: url(../../../lib/cmn_img/page-backM.svg);
  }
}
@media screen and (min-width: 960px) {
  #main {
    width: 100%;
  }
  #nav > ul > li:last-child > a {
    border-right: 1px solid #00ADE7;
  }
  #nav > ul > li:first-child > a {
    border-left: 1px solid #00ADE7;
  }
}
@media screen and (min-width: 1000px) {
  #topicpath ol {
    padding-left: 0;
  }
  #bdWrap {
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  #page-top a, #page-back a {
    width: 100px;
    height: 100px;
  }
  #page-top {
    right: 10px;
  }
  #page-back {
    right: 120px;
  }
  #page-top a, #page-top a:hover {
    background-image: url(../../../lib/cmn_img/page-topL.svg);
  }
  #page-back a, #page-back a:hover {
    background-image: url(../../../lib/cmn_img/page-backL.svg);
  }
}
/*!*** Module Rules *****/
.of-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 847px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main-visual {
    height: 485px;
  }
}
.main-visual::before {
  content: "";
  display: block;
  width: 200%;
  height: 1000px;
  background-color: #e8e8e8;
  position: absolute;
  z-index: -1;
  top: 320px;
  left: -50%;
  -webkit-transform: rotate(10.6deg);
          transform: rotate(10.6deg);
}
@media screen and (max-width: 599px) {
  .main-visual::before {
    top: 115px;
  }
}
.main-visual::after {
  content: "";
  display: block;
  width: 200%;
  height: 1000px;
  background-color: #182772;
  position: absolute;
  z-index: -1;
  top: 520px;
  left: -50%;
  -webkit-transform: rotate(-2.7deg);
          transform: rotate(-2.7deg);
}
@media screen and (max-width: 599px) {
  .main-visual::after {
    top: 210px;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

.main-visual-inner {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 847px;
}
@media screen and (max-width: 599px) {
  .main-visual-inner {
    width: 100%;
  }
}

.mv-body {
  position: absolute;
  top: 100px;
  left: 151px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .mv-body {
    top: 25px;
    left: 30px;
    width: 177.5px;
    z-index: 3;
  }
  .mv-body img {
    width: 100%;
  }
}
.mv-body::before {
  content: "";
  width: 1090px;
  height: 164px;
  display: block;
  background-color: #182772;
  position: absolute;
  bottom: -50px;
  left: -183px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .mv-body::before {
    content: none;
  }
}
.mv-body::after {
  content: "";
  width: 1090px;
  height: 164px;
  display: block;
  background-image: url("https://www.comota.co.jp/products/egaon_catch_assets/images/mv-shadow.png");
  position: absolute;
  bottom: -50px;
  left: -183px;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  .mv-body::after {
    content: none;
  }
}

.mv-circle {
  position: absolute;
  top: 276px;
  right: 622px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .mv-circle {
    width: 80px;
    height: 80px;
    top: 243px;
    right: inherit;
    left: 185px;
    z-index: 2;
  }
  .mv-circle img {
    width: 100%;
  }
  .mv-circle::before {
    content: "";
    width: 499px;
    height: 76.5px;
    bottom: -35px;
    left: -226px;
    display: block;
    background-color: #182772;
    position: absolute;
    z-index: -1;
  }
  .mv-circle::after {
    content: "";
    width: 499px;
    height: 76.5px;
    display: block;
    background-image: url("https://www.comota.co.jp/products/egaon_catch_assets/images/mv-shadow.png");
    position: absolute;
    bottom: -35px;
    left: -226px;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: multiply;
  }
}

.mv-catch {
  position: absolute;
  top: 161px;
  right: 259px;
}
@media screen and (max-width: 599px) {
  .mv-catch {
    width: 99.5px;
    top: 35px;
    right: 30px;
  }
  .mv-catch img {
    width: 100%;
  }
}

.mv-title {
  position: absolute;
  z-index: 2;
  right: 121px;
  bottom: 70px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .mv-title {
    right: inherit;
    left: 0;
    bottom: inherit;
    top: 360px;
    width: 100%;
  }
}
.mv-title span {
  display: block;
}
.mv-title .mv-title-group {
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .mv-title .mv-title-group {
    line-height: 1.3;
    text-align: center;
  }
}
.mv-title .mv-title-group .mv-title1 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .mv-title .mv-title-group .mv-title1 {
    font-size: 12px;
  }
}
.mv-title .mv-title-group .mv-title2 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .mv-title .mv-title-group .mv-title2 {
    font-size: 14px;
  }
}
.mv-title .mv-id {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .mv-title .mv-id {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }
}
.mv-title .mv-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mv-title .mv-logo {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .mv-title .mv-logo img {
    width: 100%;
  }
}

.icon-arrow {
  display: inline-block;
  border-top: solid 5px #182772;
  border-right: solid 5px #182772;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .icon-arrow {
    border-top: solid 3px #182772;
    border-right: solid 3px #182772;
    width: 12px;
    height: 12px;
  }
}

.mv-cta {
  position: fixed;
  bottom: 20px;
  right: -50px;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .mv-cta {
    right: -25px;
  }
}
.mv-cta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 80px;
  border-radius: 40px;
  border: 10px solid #182772;
  padding-left: 30px;
  text-decoration: none;
  color: #182772;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .mv-cta a {
    width: 250px;
    height: 40px;
    border-width: 5px;
    padding-left: 20px;
    font-size: 20px;
  }
}
.mv-cta a:hover {
  background-color: #182772;
  color: #fff;
  opacity: 1;
}
.mv-cta a span {
  margin-right: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .mv-cta a span {
    margin-right: 5px;
  }
}

.movie-title {
  text-align: center;
  margin-top: 74px;
}
@media screen and (max-width: 599px) {
  .movie-title {
    margin-top: 48px;
  }
}
.movie-title > span {
  position: relative;
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.06em;
  padding: 0px 30px 14px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .movie-title > span {
    font-size: 18px;
    line-height: 1.3;
  }
}
.movie-title > span span {
  color: #182772;
  font-size: 42px;
}
@media screen and (max-width: 599px) {
  .movie-title > span span {
    font-size: 21px;
  }
}
.movie-title > span::before {
  position: absolute;
  border-top: 25px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 13px solid transparent;
  border-top-color: #000;
  border-bottom-width: 0;
  bottom: -25px;
  content: "";
  left: 50%;
  margin-left: -13px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .movie-title > span::before {
    border-top: 12.5px solid transparent;
    border-right: 6.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 6.5px solid transparent;
    border-top-color: #000;
    border-bottom-width: 0;
    bottom: -12.5px;
    margin-left: -6.5px;
  }
}
.movie-title > span::after {
  position: absolute;
  border-top: 23px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 11px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -23px;
  content: "";
  left: 50%;
  margin-left: -11px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .movie-title > span::after {
    border-top: 11.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-bottom: 11.5px solid transparent;
    border-left: 5.5px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -10px;
    margin-left: -5.5px;
  }
}

.movie-wrap {
  width: 854px;
  height: 480px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .movie-wrap {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 30px;
  }
}

.youtube-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sec-voice {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .sec-voice {
    margin-top: 40px;
  }
}

.voice-title-en {
  text-align: center;
  margin-bottom: 10px;
}
.voice-title-en span.inner {
  position: relative;
  display: inline-block;
}
.voice-title-en span.inner > span:nth-child(1) {
  font-size: 20px;
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
}
.voice-title-en span.inner > span:nth-child(2) {
  text-align: center;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.voice-title-en span.inner::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  left: -50px;
  top: 25px;
}
.voice-title-en span.inner::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
  right: -50px;
  top: 25px;
}

.voice-title-ja {
  font-size: 42px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .voice-title-ja {
    font-size: 21px;
  }
}
.voice-title-ja > span {
  width: 670px;
  height: 70px;
  display: inline-block;
  line-height: 1.5;
  background-color: #182772;
  border-radius: 35px;
}
@media screen and (max-width: 599px) {
  .voice-title-ja > span {
    width: 90%;
    height: 40px;
    border-radius: 20px;
    line-height: 1.8;
  }
}

.voice-list-wrap {
  border-top: 5px solid #182772;
  border-bottom: 5px solid #182772;
  background-color: #e8e8e8;
  margin-top: -35px;
  padding-top: 165px;
  padding-bottom: 81px;
}
@media screen and (max-width: 599px) {
  .voice-list-wrap {
    border-top: 2px solid #182772;
    border-bottom: 2px solid #182772;
    margin-top: -20px;
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

.voice-list {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .voice-list {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 599px) {
  .voice-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.voice-list.list-1 > li {
  width: 500px;
  height: 470px;
}
@media screen and (max-width: 599px) {
  .voice-list.list-1 > li {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
}
.voice-list.list-1 > li .voice-text {
  width: 380px;
  position: absolute;
  margin-left: -190px;
  left: 50%;
  top: 307px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #182772;
}
@media screen and (max-width: 599px) {
  .voice-list.list-1 > li .voice-text {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: auto;
    font-size: 12px;
  }
}
.voice-list.list-2 {
  padding-top: 134px;
}
@media screen and (max-width: 599px) {
  .voice-list.list-2 {
    padding-top: 0;
  }
}
.voice-list.list-2 > li {
  width: 500px;
  height: 390px;
}
@media screen and (max-width: 599px) {
  .voice-list.list-2 > li {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  .voice-list.list-2 > li:last-child {
    margin-bottom: 40px;
  }
}
.voice-list.list-2 > li .voice-text {
  width: 380px;
  position: absolute;
  margin-left: -190px;
  left: 50%;
  top: 257px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #182772;
}
@media screen and (max-width: 599px) {
  .voice-list.list-2 > li .voice-text {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: auto;
    font-size: 12px;
  }
}
.voice-list > li {
  border-radius: 25px;
  background-color: #fff;
  position: relative;
  padding-top: 75px;
}
@media screen and (max-width: 599px) {
  .voice-list > li {
    padding-top: 37px;
  }
}
.voice-list > li .voice-face {
  position: absolute;
  left: 50%;
  margin-left: -86px;
  top: -94px;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-face {
    width: 88px;
    margin-left: -44px;
    top: -47px;
  }
  .voice-list > li .voice-face img {
    width: 100%;
  }
}
.voice-list > li .voice-name {
  text-align: center;
}
.voice-list > li .voice-name > span {
  font-weight: 600;
  font-size: 26px;
  color: #182772;
  padding-bottom: 5px;
  border-bottom: 2px solid #191919;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-name > span {
    font-size: 14px;
  }
}
.voice-list > li .voice-catch {
  font-size: 36px;
  text-align: center;
  line-height: 1.3;
  color: #182772;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-catch {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.voice-list > li .voice-catch.voice1 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-catch.voice1 {
    margin-top: 10px;
  }
}
.voice-list > li .voice-catch.voice2 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-catch.voice2 {
    margin-top: 10px;
  }
}
.voice-list > li .voice-catch.voice3 {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-catch.voice3 {
    margin-top: 10px;
  }
}
.voice-list > li .voice-catch.voice4 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .voice-list > li .voice-catch.voice4 {
    margin-top: 10px;
  }
}

.merit-catch {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .merit-catch {
    margin-top: 40px;
    width: 100%;
  }
  .merit-catch img {
    width: 100%;
  }
}

.merit-nav-list {
  width: 1080px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .merit-nav-list {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }
  .merit-nav-list > li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .merit-nav-list > li img {
    width: 100%;
  }
}

.merit-user-heading {
  width: 1080px;
  height: 206px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
  background-image: url("https://www.comota.co.jp/products/egaon_catch_assets/images/merit-user-title-bg.png");
  background-repeat: no-repeat;
  color: #182772;
  text-align: center;
  padding-top: 118px;
}
.merit-user-heading > span {
  font-size: 50px;
}
.merit-user-heading > span > span {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .merit-user-heading {
    width: 100%;
    height: auto;
    aspect-ratio: 750/194;
    background-image: url("https://www.comota.co.jp/products/egaon_catch_assets/images/merit-user-title-bg-sp.png");
    background-size: contain;
    background-position: center bottom;
    position: relative;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .merit-user-heading > span {
    font-size: 25px;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
  }
  .merit-user-heading > span > span {
    font-size: 20px;
  }
}

.merit-user-list {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .merit-user-list {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.merit-user-list > li {
  background-color: #e8e8e8;
  margin-bottom: 120px;
  padding-bottom: 50px;
  position: relative;
  color: #182772;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li {
    margin-bottom: 60px;
    padding-bottom: 25px;
  }
}
.merit-user-list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li::after {
    border-width: 0 30px 30px 0;
  }
}
.merit-user-list > li .merit-num {
  text-align: center;
  position: relative;
  top: -50px;
}
.merit-user-list > li .merit-num > span {
  position: absolute;
  top: 10px;
  right: 370px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li .merit-num {
    top: -25px;
  }
  .merit-user-list > li .merit-num > span {
    top: 10px;
    right: 25%;
    width: 60px;
  }
  .merit-user-list > li .merit-num > span > img {
    width: 100%;
  }
}
.merit-user-list > li .merit-content {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit-user-list > li .merit-content.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li .merit-content {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-1 .merit-num > img {
    width: 14.5px;
  }
}
.merit-user-list > li.merit-1 .merit-text {
  width: 480px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-1 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-user-list > li.merit-1 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-1 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-user-list > li.merit-1 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-1 .merit-text .text {
    font-size: 12px;
  }
}
.merit-user-list > li.merit-1 .merit-image {
  margin-top: -20px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-1 .merit-image {
    width: 190px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .merit-user-list > li.merit-1 .merit-image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-2 .merit-num > img {
    width: 28px;
  }
}
.merit-user-list > li.merit-2 .merit-text {
  width: 421px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-2 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-user-list > li.merit-2 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-2 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-user-list > li.merit-2 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-2 .merit-text .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-2 .merit-image {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .merit-user-list > li.merit-2 .merit-image img {
    width: 100%;
  }
}
.merit-user-list > li.merit-2 .merit-image .red-box {
  display: block;
  width: 490px;
  height: 50px;
  border-radius: 25px;
  background-color: #e10052;
  text-align: center;
  margin-bottom: 20px;
}
.merit-user-list > li.merit-2 .merit-image .red-box span {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-2 .merit-image .red-box {
    width: 250px;
    height: 25px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 14.5px;
  }
  .merit-user-list > li.merit-2 .merit-image .red-box span {
    font-size: 13px;
    display: block;
    margin-top: -5px;
  }
}
.merit-user-list > li.merit-3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 {
    position: relative;
    padding-bottom: 170px;
  }
  .merit-user-list > li.merit-3 .merit-num > img {
    width: 29.5px;
  }
}
.merit-user-list > li.merit-3 .merit-content {
  display: block;
  margin-top: -40px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 .merit-content {
    margin-top: -20px;
  }
}
.merit-user-list > li.merit-3 .merit-content .merit-text-catch {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 .merit-content .merit-text-catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
  }
}
.merit-user-list > li.merit-3 .merit-content .merit-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 .merit-content .merit-content-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.merit-user-list > li.merit-3 .merit-content .merit-content-list > li {
  font-weight: 400;
  width: 300px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li {
    width: 46%;
  }
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li img {
    width: 100%;
  }
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li:last-child {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li:last-child .merit-image, .merit-user-list > li.merit-3 .merit-content .merit-content-list > li:last-child .sp-wrap {
    width: 46%;
  }
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li:last-child .merit-image {
    margin-right: 10px;
  }
}
.merit-user-list > li.merit-3 .merit-content .merit-content-list > li .catch {
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li .catch {
    font-size: 15px;
  }
}
.merit-user-list > li.merit-3 .merit-content .merit-content-list > li .text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-user-list > li.merit-3 .merit-content .merit-content-list > li .text {
    font-size: 12px;
  }
}

.merit-staff-heading {
  width: 1080px;
  height: 236px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
  background-image: url("https://www.comota.co.jp/products/egaon_catch_assets/images/merit-staff-title-bg.png");
  background-repeat: no-repeat;
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding-top: 148px;
  padding-left: 80px;
}
.merit-staff-heading > span {
  font-size: 50px;
}
.merit-staff-heading > span > span {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .merit-staff-heading {
    width: 100%;
    height: auto;
    aspect-ratio: 750/216;
    background-image: url("https://www.comota.co.jp/products/egaon_catch_assets/images/merit-staff-title-bg-sp.png");
    background-size: contain;
    background-position: center bottom;
    position: relative;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-left: 0;
  }
  .merit-staff-heading > span {
    width: 100%;
    font-size: 25px;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
  }
  .merit-staff-heading > span > span {
    font-size: 20px;
  }
}

.merit-staff-list {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .merit-staff-list {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.merit-staff-list > li {
  background-color: #ddeafa;
  margin-bottom: 120px;
  padding-bottom: 50px;
  position: relative;
  color: #182772;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li {
    margin-bottom: 60px;
    padding-bottom: 25px;
  }
}
.merit-staff-list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li::after {
    border-width: 0 30px 30px 0;
  }
}
.merit-staff-list > li .merit-num {
  text-align: center;
  position: relative;
  top: -50px;
}
.merit-staff-list > li .merit-num > span {
  position: absolute;
  top: 10px;
  right: 370px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li .merit-num {
    top: -25px;
  }
  .merit-staff-list > li .merit-num > span {
    top: 10px;
    right: 25%;
    width: 60px;
  }
  .merit-staff-list > li .merit-num > span > img {
    width: 100%;
  }
}
.merit-staff-list > li .merit-content {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li .merit-content {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.merit-staff-list > li .merit-content.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li .merit-content {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-1 .merit-num > img {
    width: 14.5px;
  }
}
.merit-staff-list > li.merit-1 .merit-text {
  width: 480px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-1 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-staff-list > li.merit-1 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-1 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-1 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-1 .merit-text .text {
    font-size: 12px;
  }
}
.merit-staff-list > li.merit-1 .merit-image {
  width: 426px;
  text-align: center;
  margin-top: 20px;
}
.merit-staff-list > li.merit-1 .merit-image span {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-1 .merit-image {
    width: 190px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .merit-staff-list > li.merit-1 .merit-image img {
    width: 100%;
  }
  .merit-staff-list > li.merit-1 .merit-image span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-2 .merit-num > img {
    width: 28px;
  }
}
.merit-staff-list > li.merit-2 .merit-text {
  width: 480px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-2 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-staff-list > li.merit-2 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-2 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-2 .merit-text .merit-content-list, .merit-staff-list > li.merit-2 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-2 .merit-text .merit-content-list, .merit-staff-list > li.merit-2 .merit-text .text {
    font-size: 12px;
  }
}
.merit-staff-list > li.merit-2 .merit-text .merit-content-list {
  margin-left: 1em;
}
.merit-staff-list > li.merit-2 .merit-text .merit-content-list > li {
  text-indent: -1em;
}
.merit-staff-list > li.merit-2 .merit-text .merit-content-list > li::before {
  content: "●";
  text-indent: -1em;
}
.merit-staff-list > li.merit-2 .merit-text .merit-content-list > li span {
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-2 .merit-text .merit-content-list > li span {
    font-size: 10px;
  }
}
.merit-staff-list > li.merit-2 .merit-image {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-2 .merit-image {
    width: 100%;
  }
  .merit-staff-list > li.merit-2 .merit-image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-3 .merit-num > img {
    width: 29.5px;
  }
  .merit-staff-list > li.merit-3 .merit-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .merit-staff-list > li.merit-3 .merit-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-staff-list > li.merit-3 .merit-text {
  width: 580px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-3 .merit-text {
    min-width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.merit-staff-list > li.merit-3 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-3 .merit-text .catch {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-3 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-3 .merit-text .text {
    font-size: 12px;
  }
}
.merit-staff-list > li.merit-3 .merit-image {
  margin-top: -20px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-3 .merit-image {
    margin-top: 0;
    max-width: 125px;
    margin-right: 10px;
  }
  .merit-staff-list > li.merit-3 .merit-image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-4 .merit-num > img {
    width: 31.5px;
  }
}
.merit-staff-list > li.merit-4 .merit-content {
  display: block;
}
.merit-staff-list > li.merit-4 .merit-text {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-4 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-staff-list > li.merit-4 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-4 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-4 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-4 .merit-text .text {
    font-size: 12px;
  }
}
.merit-staff-list > li.merit-5 {
  position: relative;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-5 .merit-num > img {
    width: 28px;
  }
}
.merit-staff-list > li.merit-5 .merit-text {
  width: 480px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-5 .merit-text {
    padding-bottom: 90px;
    padding-top: 20px;
    width: 60%;
  }
}
.merit-staff-list > li.merit-5 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-5 .merit-text .catch {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-5 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-5 .merit-text .text {
    font-size: 12px;
  }
}
.merit-staff-list > li.merit-5 .merit-image {
  position: absolute;
  right: 90px;
  top: -60px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-5 .merit-image {
    width: 180px;
    right: 10px;
    top: inherit;
    bottom: 10px;
  }
  .merit-staff-list > li.merit-5 .merit-image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-6 .merit-num > img {
    width: 28px;
  }
}
.merit-staff-list > li.merit-6 .merit-text {
  width: 410px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-6 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.merit-staff-list > li.merit-6 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-6 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-6 .merit-text .merit-content-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-6 .merit-text .merit-content-list {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.merit-staff-list > li.merit-6 .merit-text .merit-content-list > li {
  text-indent: -1em;
}
.merit-staff-list > li.merit-6 .merit-text .merit-content-list > li::before {
  content: "●";
  text-indent: -1em;
}
.merit-staff-list > li.merit-6 .merit-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.merit-staff-list > li.merit-6 .merit-image-wrap .merit-image2 {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-6 .merit-image-wrap .merit-image2 {
    font-size: 12px;
  }
  .merit-staff-list > li.merit-6 .merit-image-wrap .merit-image2 img {
    width: 100%;
  }
}
.merit-staff-list > li.merit-6 .merit-image-wrap .merit-image2:first-child {
  margin-right: 20px;
}
.merit-staff-list > li.merit-7 {
  position: relative;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-7 .merit-num > img {
    width: 28.5px;
  }
}
.merit-staff-list > li.merit-7 .merit-text {
  width: 558px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-7 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-staff-list > li.merit-7 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 27px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-7 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-7 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-7 .merit-text .text {
    font-size: 12px;
  }
}
.merit-staff-list > li.merit-7 .merit-image {
  position: absolute;
  right: 30px;
  top: -30px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-7 .merit-image {
    position: relative;
    right: inherit;
    top: inherit;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .merit-staff-list > li.merit-7 .merit-image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-8 {
    margin-bottom: 0;
  }
  .merit-staff-list > li.merit-8 .merit-num > img {
    width: 30px;
  }
}
.merit-staff-list > li.merit-8 .merit-text {
  width: 560px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-8 .merit-text {
    width: 100%;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit-staff-list > li.merit-8 .merit-text .catch {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-8 .merit-text .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.merit-staff-list > li.merit-8 .merit-text .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.merit-staff-list > li.merit-8 .merit-text .text span {
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-8 .merit-text .text {
    font-size: 12px;
  }
  .merit-staff-list > li.merit-8 .merit-text .text span {
    font-size: 10px;
  }
}
.merit-staff-list > li.merit-8 .merit-image {
  margin-top: -20px;
}
@media screen and (max-width: 599px) {
  .merit-staff-list > li.merit-8 .merit-image {
    width: 175px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .merit-staff-list > li.merit-8 .merit-image img {
    width: 100%;
  }
}

.sec-product {
  margin-top: 200px;
  background-color: #e8e8e8;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-product {
    margin-top: 170px;
  }
}
.sec-product::before {
  content: "";
  display: block;
  width: 200%;
  height: 300px;
  background-color: #e8e8e8;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -100px;
  -webkit-transform: rotate(-2.7deg);
          transform: rotate(-2.7deg);
}
@media screen and (max-width: 599px) {
  .sec-product::before {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

.sec-product-inner {
  width: 1080px;
  height: 826px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .sec-product-inner {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 599px) {
  .sec-product-inner {
    display: block;
  }
}
.sec-product-inner .pc-left {
  margin-top: 90px;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .pc-left {
    margin-top: 40px;
  }
}
.sec-product-inner .product-heading .catch {
  font-size: 24px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-heading .catch {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-heading img {
    width: 100%;
  }
}
.sec-product-inner .product-info {
  width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-info {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-info {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.sec-product-inner .product-info .product-id {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-info .product-id {
    font-size: 13px;
  }
}
.sec-product-inner .product-info .product-category {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-info .product-category {
    font-size: 13px;
  }
}
.sec-product-inner .product-info .product-category > li {
  height: 38px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.5;
  display: inline-block;
  border-radius: 19px;
  background-color: #f27eb2;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-info .product-category > li {
    height: 19px;
    border-radius: 9.5px;
  }
}
.sec-product-inner .product-info .product-category > li:first-child {
  margin-right: 10px;
}
.sec-product-inner .product-info .product-category > li.pink {
  background-color: #f27eb2;
}
.sec-product-inner .product-info .product-category > li.green {
  background-color: #9dcf00;
}
.sec-product-inner .product-detail-table {
  background-color: #fff;
  width: 602px;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-detail-table {
    width: 100%;
  }
}
.sec-product-inner .product-detail-table th, .sec-product-inner .product-detail-table td {
  border: 1px solid #000;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  padding: 8px;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-detail-table th, .sec-product-inner .product-detail-table td {
    font-size: 10px;
  }
}
.sec-product-inner .product-detail-table .bg-blue {
  background-color: #ddeafa;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-image {
    margin-top: 20px;
    text-align: center;
  }
  .sec-product-inner .product-image img {
    width: 207.5px;
  }
}
.sec-product-inner .product-image-text {
  color: #182772;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .sec-product-inner .product-image-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.lineup-heading {
  font-size: 40px;
  font-weight: 600;
  color: #6a4534;
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .lineup-heading {
    font-size: 20px;
    margin-top: 40px;
  }
}
.lineup-heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 1080px;
  height: 2px;
  background-color: #000;
  margin-left: -540px;
  top: 38px;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .lineup-heading::before {
    width: 100%;
    height: 1px;
    margin-left: 0;
    left: 0;
    top: 18px;
  }
}
.lineup-heading span {
  background-color: #fff;
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.lineup-list {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .lineup-list {
    width: 100%;
  }
  .lineup-list img {
    width: 100%;
  }
  .lineup-list .egaon-step .lineup-image {
    width: 41.5px;
  }
  .lineup-list .egaon-cast .lineup-image {
    width: 59.5px;
  }
  .lineup-list .egaon-next .lineup-image {
    width: 35px;
  }
  .lineup-list .egaon-rich .lineup-image {
    width: 85px;
  }
}
.lineup-list > li {
  width: 520px;
  height: 260px;
  background-color: #e8e8e8;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .lineup-list > li {
    width: 90%;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
}
.lineup-list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 599px) {
  .lineup-list > li::after {
    border-width: 0 30px 30px 0;
  }
}
.lineup-list > li .lineup-text {
  width: 315px;
}
@media screen and (max-width: 599px) {
  .lineup-list > li .lineup-text {
    width: 200px;
  }
}
.lineup-list > li.egaon-cast {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .lineup-list > li.egaon-cast {
    width: 90%;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lineup-list > li.egaon-rich {
  padding-right: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .lineup-list > li.egaon-rich {
    width: 90%;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lineup-list > li.egaon-rich .lineup-text {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .lineup-list > li.egaon-rich .lineup-text {
    width: 200px;
  }
}

.lineup-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.lineup-info.rich {
  width: 280px;
}
.lineup-info .lineup-catch {
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .lineup-info .lineup-catch {
    font-size: 10px;
  }
}
.lineup-info .lineup-category {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .lineup-info .lineup-category {
    font-size: 10px;
    text-align: right;
  }
}
.lineup-info .lineup-category > li {
  width: 80px;
  height: 26px;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.5;
  display: inline-block;
  border-radius: 13px;
  background-color: #f27eb2;
}
@media screen and (max-width: 599px) {
  .lineup-info .lineup-category > li {
    width: 50px;
    height: 15px;
    border-radius: 7.5;
  }
}
.lineup-info .lineup-category > li:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .lineup-info .lineup-category > li:first-child {
    margin-right: 0;
  }
}
.lineup-info .lineup-category > li.pink {
  background-color: #f27eb2;
}
.lineup-info .lineup-category > li.green {
  background-color: #9dcf00;
}
.lineup-info .lineup-category > li.blue {
  background-color: #67ade9;
}
.lineup-info .lineup-category > li.orange {
  background-color: #f3933e;
}

.lineup-size {
  font-size: 16px;
  text-align: right;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .lineup-size {
    font-size: 10px;
    margin-top: 0;
  }
}

.lineup-summary {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e8e8e8;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .lineup-summary {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
  }
}
.lineup-summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media screen and (max-width: 599px) {
  .lineup-summary::after {
    border-width: 0 30px 30px 0;
  }
}
.lineup-summary .summary-catch {
  color: #6a4534;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .lineup-summary .summary-catch {
    font-size: 18px;
    line-height: 1.3;
    margin-left: -100px;
  }
}
.lineup-summary .egaon-character {
  position: absolute;
  right: 167px;
  top: 14px;
}
@media screen and (max-width: 599px) {
  .lineup-summary .egaon-character {
    width: 52px;
    right: 50px;
    top: 35px;
  }
  .lineup-summary .egaon-character img {
    width: 100%;
  }
}
.lineup-summary .summary-text {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  .lineup-summary .summary-text {
    width: 85%;
    font-size: 12px;
  }
}

.caution {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .caution {
    width: 90%;
    font-size: 10px;
    margin-top: 10px;
  }
}

#to-top {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #to-top img {
    width: 50px;
  }
}

.scroll-up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll-up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.delay2s {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3s {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4s {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*!*** Helper Rules *****/
.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz42 {
  font-size: 42px;
}

.fz49 {
  font-size: 49px;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.lh1 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh15 {
  line-height: 1.5;
}

.lh2 {
  line-height: 2;
}

.lh47 {
  line-height: 47px;
}

.lh60 {
  line-height: 60px;
}

.va20 {
  letter-spacing: 0.02em;
}

.ltsp100 {
  letter-spacing: 0.1em;
}

.tdu {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt1em {
  padding-top: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pr2p {
  padding-right: 2%;
}
@media (min-width: 768px) {
  .pr2p {
    padding-right: 0;
  }
}

.plr2p {
  padding-right: 2%;
  padding-left: 2%;
}

.plr5p {
  padding-right: 5%;
  padding-left: 5%;
}

.plr1em {
  padding-right: 1em;
  padding-left: 1em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml1em {
  margin-left: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mt2em {
  margin-top: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.br-sp, .sp {
  display: inherit;
}

.br-tb {
  display: inherit;
}

.br-pc, .pc {
  display: none;
}

.text-sp {
  display: inline;
}

.text-pc {
  display: none;
}

@media (min-width: 600px) {
  .br-sp, .sp {
    display: none;
  }
  .br-tb {
    display: inherit;
  }
  .br-pc, .pc {
    display: inline-block;
  }
  .text-sp {
    display: none;
  }
  .text-pc {
    display: inline;
  }
  .pc-fz14 {
    font-size: 14px;
  }
  .pc-fz18 {
    font-size: 18px;
  }
  .pc-fz26 {
    font-size: 26px;
  }
  .pc-fz27 {
    font-size: 27px;
  }
  .pc-fz30 {
    font-size: 30px;
  }
  .pc-fz36 {
    font-size: 36px;
  }
  .pc-fz38 {
    font-size: 38px;
  }
  .pc-fz40 {
    font-size: 40px;
  }
  .pc-fz49 {
    font-size: 49px;
  }
  .plr2p {
    padding-left: inherit;
    padding-right: inherit;
  }
  .pc-tac {
    text-align: center;
  }
  .pc-lh12 {
    line-height: 1.2;
  }
  .pc-w780 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .pc-w730 {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
  }
  .pc-w265 {
    max-width: 265px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .pc-w410 {
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mb2em {
    margin-bottom: 2em;
  }
  .pc-mb3em {
    margin-bottom: 3em;
  }
}
@media (min-width: 1000px) {
  .br-tb {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */