@charset "utf-8";

/* ====================================================================
 theme.html
==================================================================== */

/* theme_main
----------------------------------------------------------*/
.theme_main {
  position: relative;
  z-index: 3;
  margin-top: 60px;
  color: #09f;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.theme_main:before {
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  background-image: url(../images/theme_01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 466px;
  z-index: -1;
}

@media print, screen and (max-width: 768px) {
  .theme_main {
    margin-top: 50px;
    font-size: 3.8rem;
  }
  .theme_main:before {
    display:none;
  }
}

@media print, screen and (max-width: 414px) {
  .theme_main {
    margin-top: 30px;
    font-size: 2.6rem;
  }
}

/* theme_01
----------------------------------------------------------*/
.theme_01 {
  position: relative;
  margin-top: 50px;
  overflow-x: hidden;
  z-index: 3;
}

  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .theme_01 { overflow: hidden } /* IE11 */
  }

.theme_01 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.theme_01 .theme_01_text_area {
  width: 55.636%;
}
  .theme_01 .theme_01_text_area h3 {
    margin-left: 50px;
    font-size: 3.0rem;
    font-weight: bold;
  }
  .theme_01 .theme_01_text_area p {
    margin-right: 6.182%;
    margin-left: 50px;
  }

.theme_01 .theme_01_img_area {
  z-index: 2;
  width: calc(100% - 55.636%);
}
.theme_01 .theme_01_img_area p {
  max-width: 410px;
  width: 100%;
  margin: 10px 0;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

@media print, screen and (max-width: 768px) {
  .theme_01 {
    overflow: visible;
    z-index: -1;
  }
  .theme_01:before {
    position: absolute;
    top: -7.813%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    content: "";
    background-image: url(../images/theme_01_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 31.066%;
    z-index: -1;
  }
  .theme_01 .theme_01_text_area {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
    .theme_01 .theme_01_text_area h3 {
      margin-left: 11.718%;
      font-size: 2.4rem;
    }
    .theme_01 .theme_01_text_area p {
      margin-right: 0%;
      margin-left: 0%;
    }
  .theme_01 .theme_01_img_area {
    position: initial;
    transform: initial;
    width: 100%;
    max-width: 418px;
    margin: 50px auto 0;
  }
  .theme_01 .theme_01_img_area .theme_01_img_area_inner p {
    max-width: 100%;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}

@media print, screen and (max-width: 414px) {
  .theme_01:before {
    top: -8.212vw;
    background-image: url(../images/theme_01_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .theme_01 .theme_01_text_area h3 {
    margin-left: 0;
    font-size: 2.0rem;
  }
}

/* theme_02
----------------------------------------------------------*/
.theme_02 {
  position: relative;
}
  .theme_02:after {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: inline-block;
    content:"";
    background-image: url(../images/theme_02_deco.gif);
    background-repeat: no-repeat;
    width: 660px;
    height: 66px;
  }
.theme_02 h3 {
  font-size: 3.0rem;
  text-align: center;
}
.theme_02 .theme_02_lead {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .theme_02 .theme_02_img_area {
    position: relative;
    height: 388px;
  }
  .theme_02 .theme_02_img_area .theme_02_img {
    position: absolute;
  }
  .theme_02 .theme_02_img_area .theme_02_img01 {
    top: 0;
    left: 0;
    width: 55.455%;
    height: 388px;
  }
  .theme_02 .theme_02_img_area .theme_02_img02 {
    top: 0;
    right: 0;
    width: 46.091%;
    height: 388px;
  }
  .theme_02 .theme_02_img_area .theme_02_img:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 388px;
    z-index: 1;
  }
  .theme_02 .theme_02_img_area .theme_02_img01:before {
    left: 0;
    background-image: url(../images/theme_02_img01_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .theme_02 .theme_02_img_area .theme_02_img02:before {
    right: 0;
    background-image: url(../images/theme_02_img02_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .theme_02 .theme_02_img_area .theme_02_img p {
    position: relative;
    height: 388px;
  }
  .theme_02 .theme_02_img_area .theme_02_img p span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    z-index: 2;
  }
  .theme_02 .theme_02_img_area .theme_02_img01 p span {
    max-width: 530px;
  }
  .theme_02 .theme_02_img_area .theme_02_img02 p span {
    max-width: 430px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .theme_02 .theme_02_img_area {
    height: 0;
    padding-top: 36.411%;
  }
  .theme_02 .theme_02_img_area .theme_02_img {
    height: 100%;
  }
  .theme_02 .theme_02_img_area .theme_02_img:before {
    height: 100%;
  }
  .theme_02 .theme_02_img_area .theme_02_img p {
    height: 100%;
  }
  .theme_02 .theme_02_img_area .theme_02_img01 p span {
    max-width: 88.095%;
  }
  .theme_02 .theme_02_img_area .theme_02_img02 p span {
    max-width: 84.746%;
  }
}

@media print, screen and (max-width: 768px) {
  .theme_02 h3 {
    font-size: 2.4rem;
  }
  .theme_02:after {
    background-size: contain;
    width: 90%;
  }
  .theme_02 .theme_02_lead {
    width: calc(100% - 18.229%);
  }
  .theme_02 .theme_02_img_area .theme_02_img {
    position: relative;
  }
  .theme_02 .theme_02_img_area .theme_02_img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    content: "";
    z-index: 1;
  }
  .theme_02 .theme_02_img_area .theme_02_img01:before {
    background-image: url(../images/theme_02_img01_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  .theme_02 .theme_02_img_area .theme_02_img02:before {
    background-image: url(../images/theme_02_img02_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: calc(100% * 0.9);
    height: calc(100% * 0.9);
  }
  .theme_02 .theme_02_img_area .theme_02_img p {
    position: relative;
    height: 0;
  }
  .theme_02 .theme_02_img_area .theme_02_img01 p {
    padding-top: 63.606%;
  }
  .theme_02 .theme_02_img_area .theme_02_img02 p {
    padding-top: 76.134%;
  }
  .theme_02 .theme_02_img_area .theme_02_img p span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    z-index: 2;
  }
  .theme_02 .theme_02_img_area .theme_02_img01 p span {
    max-width: 89.372%;
  }
  .theme_02 .theme_02_img_area .theme_02_img02 p span {
    max-width: 72.464%;
  }
}

@media print, screen and (max-width: 414px) {
  .theme_02 h3 {
    font-size: 2.2rem;
  }
  .theme_02 .theme_02_lead {
    width: calc(100% - 5.208vw);
  }
}
