@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700&subset=japanese");

/*----------------------------------------------------------
/* 基本定義
/* last 2021.2.26
-----------------------------------------------------------*/
/*フォント設定*/
html {
  font-size: 10px;
  /* initial 10px */
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  /* default font-size 16px */
  line-height: 1.6;
}

/* Google fonts  ->  Noto Sans JP */
/* Regular 400/Medium 500/Bold 700 */

/* アンカー／初期化 */
a,
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  text-decoration: underline;
}

/* imgホバー透過 */
a:hover img {
  opacity: 0.65;
  transition: all 0.2s linear;
}

/* 画像レスポンシブ・インライン */
.img-respo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-respo_inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.object_fit_img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/*----------------------------------------------------------
/* レイアウト
-----------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 0;
}

/* Bootstrap override */
#standin-sendai .container {
  width: 100%;
  max-width: 950px !important;
  margin: 0 auto;
}

.sec-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .wrapper {
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 768px) {
  .sec-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*
@media (max-width: 991px) {
  .wrapper {
    padding: 0 15px;
  }
}

#standin-sendai header {
  padding: 40px 0;
}*/

#standin-sendai hr {
  margin: 24px 0 14px 0;
  width: 100%;
  height: 0.5px;
  background: #000;
}

#standin-sendai footer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #standin-sendai footer {
    padding: 0 15px;
  }
}

/*
@media screen and (max-width: 1199px) {
  #standin-sendai footer {
    width: 100%;
  }
}
*/

/*--header--*/
.mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
  max-height: 500px;
  padding: 15px;
  background: url(./images/home/bg-mv-main.jpg) no-repeat top left/cover;
}

.mv-logo {
  text-align: right;
}

.home h1 {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.mv-message {
  margin: 0 0 30px 0;
}

.g-nav {
  background: #e8e1c4;
}

.g-nav li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 14px;
  background: #a27e3a;
  transition: 0.2s;
  border-bottom: 1px solid #e8e1c4;
}

.g-nav li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .g-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .g-nav li a {
    padding: 10px;
  }

  .g-nav li:last-child {
    border-right: none;
  }

  .g-nav li {
    width: 33%;
    border: none;
  }
}

@media screen and (min-width: 1200px) {
  .mv {
    height: 500px;
  }

  .home h1 {
    width: auto;
  }
}

/*--見出し--*/

h2.sec-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px 0;
  margin: 0 0 40px 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: sec-title;
  color: #fff;
  background: url(./images/bg-h2.png) no-repeat top left/cover;
  height: 63px;
}

.sec-report h2.sec-title {
  font-size: 2.2rem;
}

h2.sec-title span {
  display: block;
}

span.sec-title-outer {
  width: 220px;
  text-align: center;
}

span.sec-title-inner {
  font-size: 1.6rem;
}

.home h3 {
  position: relative;
  padding: 10px 0 10px 24px;
  margin: 0 0 30px 0;
  font-size: 2rem;
}

.home h3 span {
  position: absolute;
  left: 0;
  top: 17px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #333886;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dcdddd;
}

.home h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333886;
}

.schedule h4 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.schedule h4 span {
  display: inline-block;
  margin-right: 8px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333886;
}

.sec-sponsor-inner h4 {
  padding: 8px;
  text-align: center;
  font-size: 2rem;
  border: 2px solid #000;
}

.sec-sponsor-inner h4:nth-of-type(n + 4) {
  margin-bottom: 30px;
}

.sponsor-info-bg h5 {
  font-size: 1.8rem;
  text-align: center;
}

.basic-sentence {
  line-height: 2;
}

@media screen and (min-width: 1200px) {
  h2.sec-title {
    background-size: contain;
  }
}

/*--OUTLINE--*/
.outline-intro-inner {
  margin: 0 0 30px 0;
}

.outline-intro-inner div img {
  display: block;
  margin: 0 auto 30px auto;
}

.intro-text-box li {
  margin-bottom: 8px;
}

.intro-text-box li:first-child img {
  width: 90%;
}

.intro-text-box li:nth-child(2),
.intro-text-box li:nth-child(4) {
  font-size: 1.8rem;
  font-weight: bold;
}

.intro-text-box li:nth-child(2) {
  margin-bottom: 20px;
}

.intro-text-box li:nth-child(3) {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .outline-intro-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .outline-intro-inner div {
    width: 35%;
  }

  .outline-intro-inner .intro-text-box {
    width: 63%;
  }

  .outline-intro-inner div img {
    margin: 0 auto;
  }
}

/*--REPORT--*/
.cont-common {
  margin-bottom: 30px;
}

.schedule ul {
  border-top: 2px solid #333886;
  border-bottom: 2px solid #333886;
}

.schedule,
.schedule-box {
  margin-bottom: 30px;
}

.schedule-box li {
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px dotted #333886;
}

.schedule-box li:last-child {
  border-bottom: none;
}

.schedule-box ul,
.report-box ul {
  padding: 6px 0;
}

/*.report-box li {
  padding: 4px 0;
}*/

.report-box li {
  padding: 8px 0;
}

.report-box li a {
  position: relative;
  display: block;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(90deg, #a37e39 70%, #654720 100%);
  border-radius: 8px;
  transition: 0.2s;
}

.report-box li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 2%;
  background: url(./images/report/arrow-wh.png) no-repeat;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.report-box li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.schedule-box li span,
.report-box li span {
  display: block;
}

.uniform-inner div {
  margin-bottom: 20px;
}

.uniform-inner div:last-of-type {
  max-width: 180px;
  margin: 0 auto 20px auto;
}

.coming-soon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  background: #f4f4f4;
}

.coming-soon p {
  font-size: 3rem;
  font-weight: bold;
  color: #333886;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
  margin-bottom: 10px;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bigflag .d-flex {
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bigflag .d-flex div:first-of-type {
  width: 53%;
}

.bigflag .d-flex div:last-of-type {
  width: 43%;
}

.school .d-lg-flex div,
.dream .d-lg-flex div {
  margin-bottom: 10px;
}

p.notice {
  padding: 10px;
  border: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .school .d-lg-flex div {
    max-height: 247px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  /*  .schedule-box li,
  .report-box li {
    height: 65px;
  }*/

  .uniform-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .uniform-inner div:first-of-type {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 64%;
  }

  .uniform-inner div:last-of-type {
    width: 28%;
    max-width: 100%;
  }

  .uniform-inner div:last-of-type img {
    max-height: 330px;
  }

  .bigflag .d-md-flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .bigflag .d-md-flex .d-flex {
    width: 52%;
  }

  .bigflag .d-md-flex p {
    width: 44%;
  }

  p.notice {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  /*  .schedule-box li span {
    display: inline-block;
    margin-right: 8px;
  }*/

  .report-box li span {
    margin-right: 12px;
  }

  .uniform-inner div:last-of-type img {
    max-height: 350px;
  }

  .school .d-lg-flex,
  .dream .d-lg-flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .school .d-lg-flex div,
  .dream .d-lg-flex div {
    width: 41%;
  }

  .school .d-lg-flex p,
  .dream .d-lg-flex p {
    width: 56%;
  }

  /*  .schedule-box li,
  .report-box li {
    height: 40px;
  }*/
}

/*--SPONSOR--*/
.sponsor-list {
  padding-bottom: 60px;
}

.sponsor-list.gold-partner,
.sponsor-list.silver-partner,
.sponsor-list.movie-partner {
  padding-bottom: 40px;
}

.sponsor-list li {
  margin-bottom: 20px;
}

.sponsor-list li a {
  position: relative;
  display: block;
  padding-left: 1.2rem;
  font-size: 1.8rem;
}

.sponsor-list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0.6rem;
  height: 18px;
  margin-right: 0.4rem;
  background: #bbb;
}

.gold-partner li a::before,
.silver-partner li a::before,
.movie-partner li a::before {
  content: none;
}

.gold-partner li,
.silver-partner li,
.movie-partner li {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gold-partner li a,
.silver-partner li a,
.movie-partner li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  margin: 0 auto;
  text-indent: 0;
}

.gold-partner li img.object_fit_img,
.silver-partner li img.object_fit_img,
.movie-partner li img.object_fit_img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 58px;
}

.gold-partner li img.object_fit_img.logo-short,
.silver-partner li img.object_fit_img.logo-short,
.movie-partner li img.object_fit_img.logo-short {
  max-width: 160px;
}

.sponsor-info-bg {
  padding: 20px 30px;
  margin-bottom: 10px;
  background: #eae1be;
}

.sponsor-info>p a {
  color: #e60012;
  font-weight: bold;
}

.partner-class {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.partner-class li {
  margin: 0 10px 10px 0;
  width: 46%;
}

@media screen and (min-width: 768px) {
  .sponsor-info-bg p {
    text-align: center;
    font-weight: bold;
  }

  .partner-class li {
    margin: 0 20px 10px 0;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .partner-class {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.bronze-partner a,
.club-partner a {
  pointer-events: none;
}

/*--------------------------
|      レポート詳細ページ     |
---------------------------*/

.report-title {
  margin-bottom: 40px;
}

.report-title h1 {
  text-align: center;
}

.report-title h1 div {
  margin: 0 auto 20px auto;
}

.report-title h1 div:nth-of-type(n + 2) {
  width: 60%;
}

.report-title h1 div img {
  width: 100%;
}

.report-title p {
  margin: 0;
  font-weight: bold;
}

.report-title p span {
  display: inline-block;
  margin-right: 6px;
  color: #dcdddd;
}

.report-title h2 {
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: url(./images/report/bg-report-title-l.png) no-repeat left top/ contain, url(./images/report/bg-report-title-r.png) no-repeat right top/ contain;
}

.report-inner {
  margin-bottom: 40px;
}

.report-inner h3 {
  margin-bottom: 8px;
  font-size: 2rem;
  color: #333886;
}

.report-intro div {
  margin-bottom: 14px;
}

.report-intro p:first-of-type {
  margin-bottom: 14px;
}

.img-caption>div {
  margin-bottom: 10px;
}

.img-caption>div img {
  margin-bottom: 6px;
}

.img-caption a.font-link {
  color: #333886;
}

@media screen and (max-width: 767px) {
  .report-title h2 {
    padding: 15px 0;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .report-title h2 {
    font-size: 2.2rem;
  }
}

/*--------------------------
|       topに戻るボタン       |
---------------------------*/
.top_btn {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #707070;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.7;
  transition: all ease 0.5s;
}

.top_btn i {
  font-size: 2.2rem;
  color: #e4e4e4;
}

.top_btn:hover {
  opacity: 1;
}

/*--------------------------
|       SNSシェアボタン      |
---------------------------*/
.sns-share-box {
  display: flex;
  flex-wrap: wrap;
}

.sns-share-button {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 0 10px 10px 0;
}

.share-fb {
  width: 79px;
}

.share-line {
  width: 129px;
}

.share-hatena {
  width: 86px;
}

.share-tw {
  width: 93px;
}

@media screen and (min-width: 768px) {
  .sns-share-button {
    margin: 0 10px 0 0;
  }
}
