@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400");
/*---------- ページ全体の指定 ----------*/
* {
  padding: 0;
  margin: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover img {
  opacity: 1; }

a img {
  background-color: rgba(255, 255, 255, .01);
  width: 100%; }

#wrapper img {
  width: 100%;
  display: block; }

#wrapper {
  margin-bottom: 5%; }

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

.mb03 {
  margin-bottom: 3% !important; }

.mb05 {
  margin-bottom: 5% !important; }

.mb10 {
  margin-bottom: 10% !important; }

.mb20 {
  margin-bottom: 4%; }

.mb15 {
  margin-bottom: 15% !important; }

.mt10 {
  margin-top: 20% !important; }

/*---------- ヘッダー ----------*/
#header {
  min-width: 100%; }

#header h1 {
  width: 100%;
  margin: 0; }

#header h1 img {
  width: 100%;
  margin: 0; }

img {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/*--------------------------*/
section {
  /*padding-top: 2.5%;*/
  /* padding-bottom: 10%; */ }

section.kv {
  padding: 0;
  margin: 0; }

h1.kv {
  margin: 0 0 5% 0; }

h1.kv.autumn {
  margin: 0 0 0 0; }

.video {
  position: relative;
  width: 100%;
  margin-top: 5%;
  padding-top: 56.25%; }

.sec1207_lotte .video {
  margin: 5% auto; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.footer_note {
  width: 90%;
  margin: 5% auto; }

.btn {
  width: 90%;
  margin: 2.5% auto; }

.btn img {
  margin-bottom: 2.5%; }

.border {
  height: 8px;
  width: 100%;
  background: url(../img/border.png) repeat-x;
  background-size: contain; }

.footer-contents {
  padding-bottom: 0; }

/*--------------------------*/
.backtotop {
  position: fixed;
  right: 15px;
  width: 45% !important;
  bottom: 30px;
  z-index: 9000;
  display: none; }

.backtotop a, .closewin a {
  display: block;
  color: #777777;
  padding: 10px 6px;
  margin: 0;
  background-color: #DDDDDD;
  opacity: 0.8;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px; }

.backtotop img {
  width: 100%; }

.backtotop a {
  background-color: transparent !important; }

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* コンテンツ部分 */
#wrapper {
  width: 100%; }

.block img {
  display: block; }

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 8% 0; }

.fv {
  background: url(../img/fv_bg.jpg) no-repeat top center; }
  .fv .inner {
    padding: 0; }

.main-text {
  text-align: center; }
  .main-text h2 {
    margin-bottom: 6%; }
  .main-text h3 {
    margin-bottom: 6%; }
  .main-text .img_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto; }
    .main-text .img_area ul li {
      width: 50%; }
      .main-text .img_area ul li img {
        width: 100%; }

.main-cont .inner {
  width: 90%;
  margin: 0 auto;
  padding: 4% 0 8%; }

.main-cont h4 {
  margin: 0 auto; }
  .main-cont h4 a.cp_btn {
    width: 49%;
    margin: 2% auto 0;
    display: block; }

.main-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: auto; }
  .main-cont ul li {
    width: 48%;
    margin-top: 4%; }
    .main-cont ul li a.cp_btn {
      width: 100%;
      margin: 2% auto 0;
      display: block; }

.cp_area {
  text-align: center;
  background: #d3834f; }
  .cp_area h3 {
    margin-bottom: 6%; }
  .cp_area h4 {
    width: 80%;
    margin: 0% auto 0; }

.etc_area {
  text-align: center; }
  .etc_area h4 {
    width: 90%;
    margin: 0 auto 6%; }
  .etc_area h2 {
    margin-bottom: 4%; }
  .etc_area ul {
    width: 90%;
    margin: 0 auto 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .etc_area ul li {
      width: 49%; }
      .etc_area ul li img {
        width: 100%; }

.link_none {
  pointer-events: none !important; }
  .link_none::before {
    display: none !important; }

.fin {
  position: relative; }
  .fin a {
    pointer-events: none !important; }
  .fin p.message {
    height: 80%;
    width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: bold;
    background: rgba(255, 255, 255, .8); }
