@charset "utf-8";
/* ----------------------------------------------------
* main visual style
* -------------------------------------------------- */
main #mainVisual {
  position: relative;
  margin-bottom: 20px;
}
main #mainVisual ul li {
  min-width: 1000px;
  min-height: 320px;
  background: url(../img/mv/img_01.jpg) no-repeat center center;
  background-size: auto 100%;
}
main #mainVisual ul.langCh li {
  background: url(../img/mv/img_01_ch.jpg) no-repeat center center;
  background-size: auto 100%;
}
main #mainVisual ul.langKo li {
  background: url(../img/mv/img_01_ko.jpg) no-repeat center center;
  background-size: auto 100%;
}
main #mainVisual ul.langEn li {
  background: url(../img/mv/img_01_en.jpg) no-repeat center center;
  background-size: auto 100%;
}
main #mainVisual ul li span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
main #mainVisual .mvSP {
  display: none
}

/* tablet */
@media screen and (max-width: 59.9375em) {
main #mainVisual {
  margin-bottom: 15px;
}
main #mainVisual ul li {
  min-width: 100%;
  min-height: 240px;
  background: url(../img/mv/img_01.jpg) no-repeat -320px -10px;
  background-size: auto 100%;
}
main #mainVisual ul.langCh li {
  background: url(../img/mv/img_01_ch.jpg) no-repeat -320px -10px;
  background-size: auto 100%;
}
main #mainVisual ul.langKo li {
  background: url(../img/mv/img_01_ko.jpg) no-repeat -320px -10px;
  background-size: auto 100%;
}
main #mainVisual ul.langEn li {
  background: url(../img/mv/img_01_en.jpg) no-repeat -320px -10px;
  background-size: auto 100%;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
main #mainVisual .mvSP {
  display: block
}
main #mainVisual .mvPC {
  display: none
}
main #mainVisual ul li {
  width: 100%;
  min-height: auto;
  background: none;
}
}
/* ----------------------------------------------------
* information style
* -------------------------------------------------- */
main #information {
  margin-bottom: 80px;
  background: url(../img/bg_sakura_01.png) no-repeat left 20px, url(../img/bg_sakura_01.png) no-repeat right bottom;
  background: url(../img/bg_sakura_01.png) no-repeat calc(50% - 578px) 20px, url(../img/bg_sakura_01.png) no-repeat calc(50% + 590px) bottom;
}
main #information ul {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 85%;
  text-align: center;
}
main #information ul li {
  display: table-cell;
  padding-left: 2.5%;
  padding-right: 2.5%;
  vertical-align: top;
}
main #information ul li a {
  display: block;
  margin: 15px 1% 20px;
  padding: 10px 0 0;
}
main #information ul li a:link, main #information ul li a:visited {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 60em) {
main #information ul li a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .75;
  filter: alpha(opacity=75);
}
}
main #information ul li h2 {
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 0 0 5px #ffffff;
}
main #information ul li h3 {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: bold;
  color: #e7161a;
  text-shadow: 0 0 5px #ffffff;
}
main #information ul li p {
  position: relative;
  margin: 0 auto;
  padding-top: 125px;
  min-height: 3.5625em;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7;
  text-align: left;
  font-weight: bold;
  text-shadow: 0 0 5px #ffffff;
}

@media screen and (min-width: 37.5625em) {
main #information ul li p:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  margin: 0 0 0 -54px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
}
main #information ul li:first-child p:after {
  background: url(../img/bg_info_01.png) no-repeat center top #2a201d;
  background-size: 100% auto;
}
main #information ul li:nth-child(2) p:after {
  background: url(../img/bg_info_02.png) no-repeat center top #2a201d;
  background-size: 100% auto;
}
main #information ul li:last-child p:after {
  background: url(../img/bg_info_03.png) no-repeat center top #2a201d;
  background-size: 100% auto;
}
}

/* tablet */
@media screen and (max-width: 59.9375em) {
main #information {
  margin-bottom: 30px;
  background: url(../img/bg_sakura_01.png) no-repeat -5px 40px, url(../img/bg_sakura_01.png) no-repeat right calc(100% - 20px);
  background-size: 90px auto;
}
main #information ul {
  width: 96%;
}
main #information ul li h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
main #information ul li h3 {
  font-size: 13px;
  font-size: .8125rem;
}
main #information ul li p {
  padding-top: 6em;
  font-weight: normal;
}
main #information ul li p:after {
  top: 0;
  left: 50%;
  margin: 0 0 0 -2.6em;
  width: 5.2em;
  height: 5.2em;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
main #information {
  margin-bottom: 30px;
  background: none;
}
main #information ul {
  display: block;
  width: 100%;
  border-bottom: solid 1px #cccccc;
}
main #information ul li {
  position: relative;
  display: block;
  margin-top: 15px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: dotted 1px #bfbfbf;
}
main #information ul li:nth-child(2) {
  padding: 0;
}
main #information ul li:last-child {
  border-bottom: 0;
}
main #information ul li a {
  position: relative;
  margin: 0 1%;
  padding: 0 5% 10px 3.5em;
}
main #information ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
main #information ul li:first-child a:before {
  background: url(../img/bg_info_01.png) no-repeat center top #2a201d;
  background-size: 100% auto;
}
main #information ul li:nth-child(2) a:before {
  background: url(../img/bg_info_02.png) no-repeat center top #2a201d;
  background-size: 100% auto;
}
main #information ul li:last-child a:before {
  background: url(../img/bg_info_03.png) no-repeat center top #2a201d;
  background-size: 100% auto;
}
main #information ul li a:after {
  position: absolute;
  top: 50%;
  right: 1.5%;
  display: block;
  content: "";
  margin: -.25em 0 0 -.25em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2a201d;
  border-right: 2px solid #2a201d;
  border-radius: 1px;
  transform: rotate(45deg);
}
main #information ul li h2 {
  float: left;
  margin: 0;
  padding-right: .5em;
  font-size: 22px;
  font-size: 1.375rem;
}
main #information ul li h3 {
  margin: 0;
  font-size: 11px;
  font-size: .6875rem;
}
main #information ul li p {
  clear: both;
  padding-top: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: .875rem;
}
}
/* ----------------------------------------------------
* aboutSim style
* -------------------------------------------------- */
main #aboutAJC {
  margin: 0 auto 93px;
  min-height: 432px;
  margin-bottom: 80px;
background: url(../img/bg_sakura_01.png) no-repeat left 20px, url(../img/bg_sakura_01.png) no-repeat right bottom;
background: url(../img/bg_sakura_01.png) no-repeat calc(50% - 578px) 20px, url(../img/bg_sakura_01.png) no-repeat calc(50% + 590px) bottom;
}
main #aboutAJC video {
  margin: 0 auto;
  display: block;
}
main #aboutAJC h2 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0 4% 8px;
  width: 80%;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
main #aboutAJC h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 14%;
  height: 4px;
  background: url(../img/line_01.png) no-repeat left top;
}
main #aboutAJC h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../img/line_02.png) repeat left top;
}

main #aboutSim {
  margin: 0 auto 93px;
  min-height: 432px;
  background: url(../img/bg_sim_01.jpg) no-repeat left 5%, url(../img/bg_sim_02.jpg) no-repeat right 15%;
  background: url(../img/bg_sim_01.jpg) no-repeat calc(50% - 26.875rem) 5%, url(../img/bg_sim_02.jpg) no-repeat calc(50% + 28.125rem) 15%;
  background-size: auto 85%;
}
main #aboutSim h2 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0 4% 8px;
  width: 80%;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
main #aboutSim h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 14%;
  height: 4px;
  background: url(../img/line_01.png) no-repeat left top;
}
main #aboutSim h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../img/line_02.png) repeat left top;
}
main #aboutSim p {
  margin: 0 auto 22px;
  width: 60%;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff;
  box-sizing: border-box;
}
main #aboutSim .more {
  margin: 40px auto 0;
  text-align: right;
}

/* tablet */
@media screen and (max-width: 59.9375em) {
  main #aboutAJC {
    margin-bottom: 30px;
    min-height: auto;
  }
  main #aboutAJC h2 {
    margin: 0 auto 25px;
    width: 100%;
    font-size: 30px;
    font-size: 1.875rem;
  }

main #aboutSim {
  margin-bottom: 30px;
  min-height: auto;
  background: url(../img/bg_sim_01.jpg) no-repeat right top;
  background-size: auto 100%;
}
main #aboutSim h2 {
  margin: 0 auto 25px;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
}
main #aboutSim p {
  margin: 0 auto 15px;
  padding-left: 4%;
  padding-right: 4%;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
main #aboutSim .more {
  margin: 0 auto;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
  main #aboutAJC h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

main #aboutSim {
  background: url(../img/bg_sim_01.jpg) no-repeat 140% 45%;
  background-size: 80% auto;
}
main #aboutSim h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
main #aboutSim p {
  padding-left: 5%;
  padding-right: 5%;
  font-weight: normal;
  line-height: 1.8;
}
main #aboutSim p br {
  display: none;
}
}
/* ----------------------------------------------------
* newsList style
* -------------------------------------------------- */
main #newsList {
  margin: 0 auto 80px;
  padding-bottom: 30px;
  background: url(../img/bg_sakura_01.png) no-repeat left 20px, url(../img/bg_sakura_01.png) no-repeat right 95%;
  background: url(../img/bg_sakura_01.png) no-repeat calc(50% - 578px) 20px, url(../img/bg_sakura_01.png) no-repeat calc(50% + 590px) 95%;
  border-bottom: solid 1px #cccccc;
}
main #newsList h3 {
  position: relative;
  z-index: 2;
  margin: 0 auto 40px;
  padding: 0 4% 8px;
  width: 80%;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
main #newsList h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 14%;
  height: 4px;
  background: url(../img/line_01.png) no-repeat left top;
}
main #newsList h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../img/line_02.png) repeat left top;
}
main #newsList article {
  position: relative;
  margin: 0 auto;
  padding: 25px 0 10px;
  width: 80%;
}
main #newsList h4 {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.7;
}
main #newsList p {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.7;
  text-shadow: 0 0 5px #ffffff;
  box-sizing: border-box;
}
main #newsList p a {
  text-decoration: underline;
}
main #newsList .more {
  margin: 11px auto 0;
  text-align: right;
}
main #newsList article + article::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: dotted 1px #bfbfbf;
}

/* tablet */
@media screen and (max-width: 59.9375em) {
main #newsList {
  margin-bottom: 40px;
  padding-bottom: 15px;
  background: none;
}
main #newsList h3 {
  margin: 0 auto;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
}
main #newsList article {
  width: auto;
}
main #newsList h4 {
  padding-left: 4%;
  padding-right: 4%;
}
main #newsList p {
  padding-left: 4%;
  padding-right: 4%;
}
main #newsList p a {
  text-decoration: underline;
}
main #newsList .more {
  margin: 0 auto;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
main #newsList {
  margin-bottom: 25px;
  padding-bottom: 5px;
}
main #newsList h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
main #newsList h4 {
  line-height: 1.8;
}
main #newsList p {
  line-height: 1.8;
}
}
/* ----------------------------------------------------
* aside banner style
* -------------------------------------------------- */
aside {
  margin: 0 auto;
}
aside #banner {
  margin: 0 auto 63px;
  width: 90%;
}
aside #banner p:first-child {
  margin-bottom: 15px;
}
aside #banner .recom {
  float: left;
}
aside #banner p:nth-child(2), aside #banner p:nth-child(3), aside #banner p:nth-child(4) {
  width: 32%;
}
aside #banner p:nth-child(2), aside #banner p:nth-child(3) {
  margin-right: 2%;
}
aside #banner p img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

/* tablet */
@media screen and (max-width: 59.9375em) {
aside #banner {
  margin-bottom: 25px;
}
}

/* SP */
@media screen and (max-width: 37.5em) {
aside #banner {
  margin-bottom: 10px;
}
}
