@charset "shift-jis";
/* --------------------------------------------------
/upimage/css/omoi.css
-------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

#contents {
  padding: 0;
}
section .inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.width_s {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  section .inner {
    width: 92%;
    padding: 40px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

p { line-height: 2;}
.txt_align_c {
  text-align: center;
}
.txt_bold {
  font-weight: bold;
}
.txt_strong {
  color: #1c2569;
  font-size: 25px;
  text-align: center;
}
.txt_l {
  font-size: 20px;
}
.txt_s {
  font-size: .75em;
}
.txt_en {
  font-family: 'Josefin Slab', serif;
  color: #44a1c5;
  font-size: 35px;
  text-align: center;
}
.txt_italic {
  font-style: italic;
}
@media screen and (max-width: 599px) {
  p { font-size: 16px;}
  .txt_strong {
    font-size: 18px;
  }
  .txt_l {
    font-size: 16px;
  }
  .txt_en {
    font-size: 24px;
  }
}

.bg_gray {
  background-color: #f3f2f2;
}
.bg_arrow {
  position: relative;
  background: linear-gradient(to top, #f3f2f2 0, #f3f2f2 113px, #fff 113px, #fff 100%);
}
.bg_arrow.bg_gray {
  position: relative;
  background: linear-gradient(to top, #fff 0, #fff 113px, #f3f2f2 113px, #f3f2f2 100%);
}
.bg_arrow::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  border-top: 113px solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  content: '';
}
.bg_arrow.bg_gray::after {
  border-top: 113px solid #f3f2f2;
}
.bg_arrow .inner {
  position: inherit;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .bg_arrow {
    background: linear-gradient(to top, #f3f2f2 0, #f3f2f2 56px, #fff 56px, #fff 100%);
  }
  .bg_arrow.bg_gray {
    background: linear-gradient(to top, #fff 0, #fff 56px, #f3f2f2 56px, #f3f2f2 100%);
  }
  .bg_arrow::after {
    border-top: 56px solid #fff;
  }
  .bg_arrow.bg_gray::after {
    border-top: 56px solid #f3f2f2;
  }
}

.marker {
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}

.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: inherit ;
  }
  .sp {
    display: none ;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {display: none;
  }
  .sp {
    display: inherit;
  }
}

/* heading */
.heading_h1 {
  padding: 0.25em;
  background: #44a1c5;
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.heading_01 {
  position: relative;
  margin-bottom: 1.5em;
  color: #1c2569;
  font-size: 35px;
  line-height: 1.7;
  text-align: center;
}
.heading_01.underline {
  color: #333;
  font-weight: normal;
}
.heading_01.underline::after {
  display: block;
  width: 100px;
  margin: 20px auto 60px;
  border-bottom: 3px solid #1c2569;
  content: '';
}
@media screen and (max-width: 599px) {
  .heading_h1 {
    font-size: 24px;
  }
  .heading_01 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .heading_01.underline::after {
    width: 80px;
    margin: 15px auto 35px;
  }
}

/* btn */
.btn_dl_pdf {
  width: 85%;
  max-width: 400px;
  border: 2px solid;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #1c2569;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 30px auto 0;
}
a.btn_dl_pdf:link,
a.btn_dl_pdf:visited,
a.btn_dl_pdf:hover {
  color: #1c2569;
}
.btn_dl_pdf:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .btn_dl_pdf {
    width: 100%;
    font-size: 14px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv{
  background: url(/img2014/omoi/mv_pc.jpg) center bottom/cover no-repeat;
  padding-top: 3.8%;
  padding-bottom: 5.2%;
}
.mv .catch{
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .mv{
    background-image: url(/img2014/omoi/mv_sp.jpg);
    padding-top: 4.5%;
    padding-bottom: 8%;
  }
  .mv .catch{
    font-size: 18px;
    line-height: 1.5;
  }
}

/* ------------------------------
whats
------------------------------ */
.whats::before,
.whats::after{
  content: "";
  display: block;
  padding-top: 5.5%;
  background: url(/img2014/omoi/bg_whats_pc.png) center top/contain no-repeat;
}
.whats::after{
  transform: scaleY(-1);
}

.whats .box_7color{
  margin-top: 120px;
}
.whats .box_7color::before,
.whats .box_7color::after{
  content: "";
  display: block;
  padding-top: 2px;
  background: linear-gradient(to right, rgba(68,161,197,1) 0%,rgba(68,161,197,1) 15%,rgba(94,118,167,1) 15%,rgba(94,118,167,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
}
.whats .box_7color::before{
  margin-bottom: 50px;
}
.whats .box_7color::after{
  margin-top: 50px;
}
.whats .box_7color .ttl{
  color: #1c2569;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: .5em;
}
.whats .box_7color p {
  letter-spacing: .05em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .whats::before,
  .whats::after{
    padding-top: 18.7%;
    background-image: url(/img2014/omoi/bg_whats_sp.png);
  }

  .whats .box_7color{
    margin-top: 80px;
  }  
  .whats .box_7color .ttl{ font-size: 24px;}
}

/* ------------------------------
money_as_mirror
------------------------------ */
.money_as_mirror .lead {
  text-align: center;
}
.money_as_mirror figure {
  margin-top: 50px;
}
.money_as_mirror figure img {
  width: 100%;
  height: auto;
}
.money_as_mirror figure figcaption {
  margin-top: -50px;
  padding: 2em;
  border: 1px solid #1c2569;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .money_as_mirror figure {
    margin-top: 30px;
  }
  .money_as_mirror figure figcaption {
    margin-top: 0;
    padding: 1em;
  }
}

/* ------------------------------
stage
------------------------------ */
.stage .txt_strong {
  margin-top: 2.5em;
}
.stage .txt_en {
  margin-top: 0.5em;
}
.stage .txt_italic {
  margin-left: 0.2em;
}
.stage .txt_l {
  margin-bottom: 1.5em;
}
.stage figure {
  margin: 20px 0 40px;
}

/* ------------------------------
cta-area
------------------------------ */
.cta-area p {
  margin-bottom: 1em;
}
.cta-area {
  margin: 0 auto;
  padding: 25px;
  border: 15px solid #f8ccbc;
  background: #fff;
  text-align: center;
}
.cta-area .sub-ttl {
  display: inline-block;
  position: relative;
  padding: 0 2em;
  font-size: 16px;
  line-height: 1.6;
}
.cta-area .sub-ttl::before,
.cta-area .sub-ttl::after {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1.5em;
  background: #707070;
  content: '';
}
.cta-area .sub-ttl::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.cta-area .sub-ttl::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.cta-area .kyouyousemi-ttl {
  margin-bottom: 0.3em;
  font-family:"ƒqƒ‰ƒMƒmŠÛƒS Pro W4","ƒqƒ‰ƒMƒmŠÛƒS Pro","Hiragino Maru Gothic Pro";
  color: #ea5520;
  font-size: 30px;
  line-height: 1.6;
}
.cta-area .kyouyousemi-ttl span {
  font-size: 25px;
}
.cta-area .kyouyousemi-img img {
  width: 100%;
  max-width: 588px;
  margin: 35px 0 25px;
}
.cta-area .kyouyousemi-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: 15px;
  padding: 0.8em 1.3em;
  background: linear-gradient(to right, rgba(218,93,52,1) 0%,rgba(227,71,103,1) 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.cta-area .kyouyousemi-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
  content: '';
}
.cta-area .kyouyousemi-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .cta-area {
    width: 100%;
    padding: 25px 3%;
    border-width: 10px;
  }
  .cta-area .sub-ttl {
    font-size: 14px;
  }
  .cta-area .kyouyousemi-ttl {
    font-size: 25px;
  }
  .cta-area .kyouyousemi-ttl span {
    display: block;
    font-size: 20px;
  }
  .cta-area .kyouyousemi-img img {
    margin: 25px 0 15px;
  }
  .cta-area .kyouyousemi-btn {
    margin-top: 25px;
    padding: 1.2em 1.5em;
    font-size: 16px;
  }
}
