@charset "UTF-8";
img, object, embed, video {
  max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
  width: 100%;
}
@font-face {
  font-family: 'meiryo';
  src: url('../font/meiryo.ttc');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Montserrat', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Raleway', sans-serif, Verdana, Roboto, "Droid Sans", "ＭＳ Ｐゴシック";
  font-size: 100%;
  line-height: 1.4;
  background: #FFF;
  width: 100%;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* リンク */
a, a:visited {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration: none;
}
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* 文字 */
p, span, form, ul, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 130%;
}
.em {
  color: #ff0;
}
.note {
  font-size: 85%;
}
.fontL {
  font-size: 110%;
}
.fontLL {
  font-size: 150%;
}
.bold {
  font-weight: bold;
}
/* テキストレイアウト */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/* 非表示 */
.hidden {
  visibility: hidden;
  font-size: 0;
}
/* 解除 */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
/*▲ページトップへ*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  display: block;
  background-color: #c6f1c2;
  text-align: center;
  color: #b6c5b5;
  text-decoration: none;
  padding: 0px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  /*	border: 3px #FFF solid;*/
  position: relative;
  border: 5px solid #b6c5b5;
}
.pagetop p {
  font-size: 100%;
  line-height: 1.3;
  font-weight: 700;
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagetop p img {
  width: 50px;
  height: auto;
}
/* モバイルレイアウト : 480 px およびそれ以下. */
/*==========COMMON==========*/
.pc {
  display: none;
}
.sp {
  display: block;
}
/*-----header-----*/
header {
  margin: 0px auto;
  letter-spacing: -0.4em;
}
header .logo {
  width: 95%;
  display: block;
  float: none;
  vertical-align: top;
  margin: 10px auto;
}
header .logo img {
  width: auto;
  max-height: 100px;
}
header .subArea {
  width: 95%;
  display: block;
  float: none;
  vertical-align: top;
  margin: 5px 0 0 0;
  text-align: center;
}
header ul.submenu {
  list-style-type: none;
  vertical-align: bottom;
  letter-spacing: -0.4em;
  margin: 0;
}
header ul.submenu li {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  margin-left: 30px;
}
header ul.submenu li a {
  display: block;
  color: #000;
  font-size: 70%;
  text-decoration: none;
  display: block;
}
header ul.submenu li a:hover {
  text-decoration: underline;
}
/*SNS*/
header ul.sns {
  list-style-type: none;
  vertical-align: bottom;
  letter-spacing: -0.4em;
  margin: 10px 0 0 0;
}
header ul.sns li {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  margin-left: 20px;
}
header ul.sns li a {
  display: block;
  color: #000;
  font-size: 90%;
  text-decoration: none;
  display: block;
}
header ul.sns li img {
  width: 32px;
}
header ul.sns li a:hover {
  text-decoration: underline;
}
/*-----navigation (header内)-----*/
nav ul.gnavi {
  list-style-type: none;
  max-width: 1200px;
  margin: 30px auto 10px auto;
  padding: 0;
  letter-spacing: -1em;
  text-align: center;
}
nav ul.gnavi li {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  width: auto;
  padding: 0% 1.5%;
  border-left: 1px solid #858585;
  box-sizing: border-box;
  text-align: center;
}
nav ul.gnavi li a {
  text-decoration: none;
}
nav ul.gnavi li a p {
  display: block;
  margin: 0;
  text-indent: 0;
  padding: 1.8% 0;
  font-weight: bold;
  font-size: 85%;
}
nav ul.gnavi li:last-child {
  border-right: 1px solid #858585;
}
/*dropdown menu*/
nav ul.gnavi li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

nav ul.gnavi li:last-child ul {
  left: -100%;
  width: 100%
}
nav ul.gnavi li ul li {
  overflow: hidden;
  min-width: 150px;
  height: 0;
  color: #000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  z-index: 1000;
  border: none;
  top: 10px;
  left: -30px;
  /*background-color: #f5f5f5;*/
  background-color: #eeeeee;
  margin-bottom: 3px;
  padding: 0;
}
nav ul.gnavi li ul li:last-child {
  border-right: none;
}
nav ul.gnavi li ul li a {
  padding: 1em 0;
  text-align: center !important;
  color: #000;
  font-size: 80%;
  line-height: 1;
  text-decoration: none;
  display: block;
}
nav ul.gnavi li ul li a:hover {
  background-color: #c7a600;
  color: #FFF;
  filter: alpha(opacity=90); /* IE 6,7*/
  -ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
  -moz-opacity: 0.9; /* FF , Netscape */
  -khtml-opacity: 0.9; /* Safari 1.x */
  opacity: 0.9;
  zoom: 1; /*IE*/
}
nav ul.gnavi li:hover ul li {
  overflow: visible;
  min-height: 28px;
}
/*-----container-----*/
.container {
  margin: 0px auto;
  max-width: 1200px;
}
/*-----Title image-----*/
.ttl {
  width: 70%;
  max-width: 485px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ccc;
  margin: 0 auto -2px auto;
}
.ttl img {
  max-height: 45px;
  width: auto;
}
/*-----Section-----*/
section {
  padding: 4% 1.5%;
}
/*-----contents-----*/
.contents {
  margin: 0px auto;
  width: 100%;
  padding: 3%;
  border: 1px solid #ccc;
  text-align: left;
  box-sizing: border-box;
}
.contents .shopping {
  text-align: center;
}
/*-----Button-----*/
.btn {
  max-width: 70%;
  display: block;
  color: #fff;
  font-size: 100%;
  font-family: 'Montserrat';
  text-decoration: none;
  background: url("../images/common/btn_bg_of.png") repeat-x center top;
  background-size: contain;
  text-align: center;
  padding: 1% 0;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.btn:hover {
  background: url("../images/common/btn_bg_on.png") repeat-x center top;
  background-size: contain;
}
.btn a, a.btn {
  color: #fff;
  display: block;
  line-height: 1.4em;
  text-decoration: none;
}
.btn a:hover, a.btn:hover {
  text-decoration: none;
}
/*-----Footer-----*/
footer {
  background: #303030;
  padding: 3% 0;
  color: #fff;
}
footer ul {
  list-style-type: none;
  letter-spacing: -0.4em;
  margin: 0 0 3% 0;
}
footer ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0.2% 1.5%;
}
footer ul li + li {
  border-left: 1px solid #858585;
}
footer ul li a, footer ul li a:visited, footer ul li a:hover {
  color: #fff;
}
/*Site map*/
footer .sitemap {
  display: inline-block;
  width: 45.42%;
  padding: 3% 2%;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
footer .sitemap ul {
  list-style-type: none;
  margin: 0;
}
footer .sitemap ul li {
  display: block;
  letter-spacing: normal;
  padding: 0.1em 0;
  color: #bbb;
  font-size: 80%;
  text-align: left;
}
footer .sitemap ul li + li {
  border-left: none;
}
footer .sitemap p {
  margin-bottom: 0.5em;
  text-align: left;
}
footer .logo {
  text-align: center;
  font-size: 80%;
}
footer .logo img {
  max-width: 120px;
  display: block;
  margin: 0 auto 0.8em auto;
}
footer .sitemap ul li a {
  text-decoration: none;
}
footer .sitemap ul li a:hover {
  text-decoration: underline;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
  /*==========COMMON==========*/
  /*-----header-----*/
  /*Sub menu*/
  header ul.submenu li a {
    font-size: 60%;
  }
  /*-----navigation (header内)-----*/
  nav ul.gnavi li {
    padding: 0.2% 2.5%;
  }
  nav ul.gnavi li a p {
    font-size: 90%;
  }
  /*dropdown menu*/
  nav ul.gnavi li ul li {
    left: -10px;
    text-align: left;
  }
}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
  /*==========COMMON==========*/
  .fontL {
    font-size: 120%;
  }
  .fontLL {
    font-size: 180%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /*-----header-----*/
  header .logo {
    width: 50%;
    display: inline-block;
    margin: 45px 0 0 0;
  }
  header .logo img {
    max-width: 80%;
  }
  header .subArea {
    width: 50%;
    display: inline-block;
    margin: 5px 0 0 0;
    text-align: right;
  }
  /*Sub menu*/
  header ul.submenu li {
    margin-left: 30px;
  }
  header ul.submenu li a {
    font-size: 90%;
  }
  /*SNS*/
  header ul.sns {
    margin: 50px 0 0 0;
  }
  header ul.sns li {
    margin-left: 20px;
  }
  header ul.sns li a {
    font-size: 90%;
  }
  /*-----navigation (header内)-----*/
  nav ul.gnavi {
    margin: 50px auto 15px auto;
  }
  nav ul.gnavi li {
    position: relative;
    display: inline-block;
    width: 20%;
    padding: 0% 3%;
  }
  nav ul.gnavi li a p {
    text-indent: -9999px;
  }
  /*Information*/
  nav ul.gnavi li.info a p {
    background: url("../images/common/solution_off.png") no-repeat;
    background-size: contain;
  }
  nav ul.gnavi li.info a:hover p {
    background: url("../images/common/solution_on.png") no-repeat;
    background-size: contain;
  }
  /*Products*/
  nav ul.gnavi li.pro a p {
    background: url("../images/common/product_off.png") no-repeat;
    background-size: contain;
  }
  nav ul.gnavi li.pro a:hover p {
    background: url("../images/common/product_on.png") no-repeat;
    background-size: contain;
  }
  /*About TJC*/
  nav ul.gnavi li.about a p {
    background: url("../images/common/company_off.png") no-repeat;
    background-size: contain;
  }
  nav ul.gnavi li.about a:hover p {
    background: url("../images/common/company_on.png") no-repeat;
    background-size: contain;
  }
  /*Store*/
  nav ul.gnavi li.store a p {
    background: url("../images/common/support_off.png") no-repeat;
    background-size: contain;
  }
  nav ul.gnavi li.store a:hover p {
    background: url("../images/common/support_on.png") no-repeat;
    background-size: contain;
  }
  /*Support*/
  nav ul.gnavi li.support a p {
    background: url("../images/common/store_off.png") no-repeat;
    background-size: contain;
  }
  nav ul.gnavi li.support a:hover p {
    background: url("../images/common/store_on.png") no-repeat;
    background-size: contain;
  }
  /*dropdown menu*/
  nav ul.gnavi li ul li {
    width: 100%;
    text-align: center;
    left: 0;
    margin-bottom: 5px;
  }
  nav ul.gnavi li ul li a {
    font-size: 90%;
  }
  nav ul.gnavi li:hover ul li {
    min-height: 36px;
  }
  /*-----Title image-----*/
  .ttl img {
    max-height: 55px;
  }
  /*-----Button-----*/
  .btn {
    max-width: 25%;
    padding: 0.5% 0;
  }
  /*-----footer-----*/
  /*Site map*/
  footer ul li {
    padding: 0.2% 3.5%;
  }
  footer .sitemap {
    width: 21.42%;
  }
  footer .sitemap ul li {
    padding: 0.3em 0;
    font-size: 85%;
  }
  footer .logo img {
    max-width: 180px;
  }
}
/*  newアイコン */
.li_newpr {
  position: relative;
  width: 300px
}
.newpr {
  position: absolute;
  top: 16px;
  left: 15px;
  background: red;
  border-radius: 2px;
  width: 15%;
  color: white;
  height: 15px;
  padding: 4px;
  margin-left: 1px;
  font-size: 0.7rem;
  text-align: center;
}
.newpr2 {
  position: absolute;
  top: 150px;
  right: 16px;
  background: red;
  border-radius: 2px;
  width: 50%;
  color: white;
  height: 15px;
  padding: 4px;
  margin: 0 auto;
  font-size: 0.4rem;
  text-align: center;
}
/*注意*/
@media screen and (max-width:480px) {
  .caution {
    background: #ffd800 url("../images/campaign/cynhn/bg_caution.png") repeat;
    background-size: 40px auto;
    width: 90%;
    padding: 1%;
    margin: 0 auto;
    font-size: 100%;
  }
  .caution .shop {
    font-weight: bold;
    font-size: 110% !important;
  }
  .caution p {
    text-align: center;
    background-color: #fff;
    padding: 3%;
  }
  .caution img {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto 8px auto;
  }
  .mi_movies_title_logo {
    width: 90%;
    margin: 0 auto;
  }
  .btn_movie {
    max-width: 100%;
    display: block;
    color: #fff;
    font-size: 110%;
    font-family: 'Montserrat';
    text-decoration: none;
    background: url("../images/common/btn_bg_of.png") repeat-x center top;
    background-size: contain;
    text-align: center;
    padding: 4% 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    transition: all .3s;
    text-decoration-line: none;
  }
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 5px;
    font-size: 30%;
    box-shadow: 1px 1px 1px #333;
  }
  #page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #fff;
    color: #444;
  }
}
@media screen and (min-width : 481px) {
  .caution {
    background: #ffd800 url("../images/campaign/cynhn/bg_caution.png") repeat;
    background-size: 40px auto;
    width: 90%;
    padding: 0.5%;
    margin: 0 auto;
    font-size: 110%;
  }
  .caution .shop {
    font-weight: bold;
    font-size: 130%;
  }
  .caution p {
    text-align: center;
    background-color: #fff;
    padding: 1%;
  }
  .caution img {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto 8px auto;
  }
  .mi_movies_title_logo {
    width: 40%;
    margin: 0 auto;
  }
  .btn_movie {
    max-width: 40%;
    display: block;
    color: #fff;
    font-size: 110%;
    font-family: 'Montserrat';
    text-decoration: none;
    background: url("../images/common/btn_bg_of.png") repeat-x center top;
    background-size: contain;
    text-align: center;
    padding: 1% 0;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    transition: all .3s;
  }
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 70%;
    box-shadow: 1px 1px 1px #333;
  }
  #page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #fff;
    color: #444;
  }
}
.btn_movie:hover {
  background: url("../images/common/btn_bg_on.png") repeat-x center top;
  background-size: contain;
}
.btn_movie a, a.btn {
  color: #fff;
  display: block;
  line-height: 1.4em;
  text-decoration: none;
}
.btn_movie a:hover, a.btn_movie:hover {
  text-decoration: none;
}
.caution_sub_text {
  font-size: 90%;
  padding: 0;
}
/*ムービー*/
#movie {
  padding: 15px 0;
  text-align: center;
}
#movie iframe {
  width: 280px;
  height: 158px;
  margin-top: 15px;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
  /*ムービー*/
  #movie iframe {
    width: 100%;
    height: 100%;
  }
}
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
  /*ムービー*/
  #movie iframe {
    width: 840px;
    height: 473px;
  }
}
#products ul li img {
  box-shadow: 2px 2px 5px #aaa;
}
.shopping {
  font-weight: 400;
  color: red;
}
.shop {
  border-bottom: 1px #eee solid;
  font-size: 90%;
}
.campaign_shop {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.campaign_detail a {
  color: red;
}
.campaign_detail {
  margin-bottom: 1rem;
}
.shop_icon {
  width: 50px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.end {
  max-width: 70%;
  display: block;
  color: #fff;
  font-size: 100%;
  font-family: 'Montserrat';
  text-decoration: none;
  background: url("images/common/btn_bg_of.png") repeat-x center top;
  background-size: contain;
  text-align: center;
  padding: 1% 0;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 0.8rem;
}
.top_end {
  color: red;
  font-weight: 400;
  padding: 5px;
  font-size: 120%;
  margin-bottom: 1rem;
}
.contents_campaign {
  margin: 0px auto;
  width: 90%;
  padding: 3%;
  border: 1px solid #ccc;
  text-align: left;
  box-sizing: border-box;
}
.campaign_percent {
  font-size: 120%;
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width:480px) {
  .top_campaign_ttl {
    width: 60%;
    max-width: 600px;
    padding-top: 2rem;
    border-bottom: 4px solid #ccc;
    margin: 0 auto -3px auto;
    text-align: center;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .top_campaign_ttl {
    width: 40%;
    max-width: 600px;
    padding-top: 2rem;
    border-bottom: 4px solid #ccc;
    margin: 0 auto -3px auto;
    text-align: center;
  }
}
@media screen and (min-width:769px) {
  .top_campaign_ttl {
    width: 18%;
    max-width: 600px;
    padding-top: 2rem;
    border-bottom: 4px solid #ccc;
    margin: 0 auto -3px auto;
    text-align: center;
  }
}
/* Pマーク */
@media screen and (max-width : 768px) {
  .privacy_img {
    width: 40%;
  }
  .pmark {
    width: 90%;
    margin-bottom: 5rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width : 769px) {
  .privacy_img {
    width: 20%;
  }
  .privacy_text_2 {
    margin-top: -80px;
  }
  .pmark {
    width: 45.24%;
    margin-bottom: 5rem;
    margin-left: 6rem;
  }
}
.pmark_img {
  width: 15%;
  text-align: left;
  float: left;
}
.pmark_text {
  font-size: 50%;
  color: #FFF;
  text-align: left;
  margin-top: 3.5em;
}
/*もっと見る*/
@media screen and (max-width:480px) {
  .grad-btn {
    letter-spacing: 1px;
    border: 1px #888 solid;
    padding: 5px 10px;
    margin-left: 40%;
    margin-top: 50px !important;
    margin-bottom: 5%;
    font-size: 70%;
  }
}
@media screen and (min-width:481px) {
  .grad-btn {
    letter-spacing: 1px;
    border: 1px #888 solid;
    padding: 5px 10px;
    margin-left: 42%;
    margin-top: 50px !important;
    margin-bottom: 5%;
  }
}
.grad-btn::before {
  content: "もっと見る"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 0px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 100vh;
  max-width: 600px;
  overflow-y: auto;
  padding: 30px;
  width: 90%;
    border-radius: 10px;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
 font-size: 80%;
 border-bottom: 10px  #FFA938 solid;
}

.modal-close {
/*  background: transparent;*/
    background-color: #FFA938;
  border: 0;
    border-radius: 5px;
}

.modal-header .modal-close::before {
  content: "\2715";
    color: #FFF;
   font-size: 100%;
    
}

.modal-content {
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 1rem;
    border: 0!important;
    box-shadow: 0 0 0 #FFF;
}

.modal-open {
  display: block;
  margin: 50px auto;
}

/*
.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}
*/

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/*2023/7/24 add*/
.mt-10{
    margin-top: 10px!important;
}

.mt-20{
    margin-top: 20px!important;
}

.mt-30{
    margin-top: 30px!important;
}

.mb-10px{
    margin-bottom: 10px!important;
}

.mb-20px{
    margin-bottom: 20px!important;
}

.mb-30px{
    margin-bottom: 30px!important;
}

.contents .subttl {
    border-bottom: 2px #ccc solid;
    text-align: center;
    margin: 0 auto;
    
}

