@charset "UTF-8";

/*共通*/

body {
  text-align: left;
}

main {
  font-family: "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px;
}

/*@media screen and (max-width: 767px){

main {
font-size: 14px;
}

}*/

.sp {
  display: none;
}

.pc {
  display: block;
}

#wrapper {
  width: 100%;
}

#topicpath,
.firstview__inner,
.section__inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

#h_inner {
  max-width: 1000px;
  margin: 0 auto;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #18b1d2;
}

p.is-attention {
  text-align: center;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}

.txc {
  text-align: center;
}

/*ヘッダー*/

#gnavi {
  background: unset;
}

#gnavi::before {
  display: none;
}

#header #utility.wide::after {
  display: none;
}

#header #utility.wide {
  margin-bottom: 0;
}

#header #partner_area ul .leftbtn,
#header #partner_area ul .rightbtn {
  transition: 0.3s;
}

#header #partner_area ul .leftbtn:hover,
#header #partner_area ul .rightbtn:hover {
  opacity: 0.7;
}

#size_area {
  display: none;
}

/*フッター*/

#footer {
  background-color: #fff;
}

#footer #copyright {
  background-color: #18b1d2;
}

/*パンくず*/
#topicpath {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
}

#topicpath a:link,
#topicpath a:visited {
  color: #18b1d2;
}

/*LV*/

.firstview {
  width: 100%;
  border-top: 8px solid #18b1d2;
  border-bottom: 8px solid #18b1d2;
}

.firstview__border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: url(../../common/img/firstview_bg_b.png) left top;
}

.firstview__inner {
  position: relative;
  padding-top: 5px;
}

.firstview__inner img {
  width: 100%;
  vertical-align: bottom;
}

.firstview__img__pc {
  display: block;
}

.firstview__img__sp {
  display: none;
}

.firstview__qr {
  position: absolute;
  right: 0;
  top: 50px;
  width: 100px;
}

.firstview__qr img {
  max-width: 100%;
}

/*セクション*/

.section {
  padding: 60px 0;
}

.section__point {
  margin-top: 3rem;
}

.section__namelist {
  width: 60%;
  margin: auto;
}

.section__linkbtn {
  margin-top: 3.2rem;
}

.section--txc {
  text-align: center;
}

.section--dotbg {
  background: url(../images/section_dotbg.png) left top repeat;
}

.section--gray {
  background: #f7f5f5;
}

.section--bottom_dot {
  padding-bottom: 0;
}

.section--bottom_dot::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 72px;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(
    left,
    #18b1d2,
    #18b1d2 2px,
    transparent 2px,
    transparent 6px
  );
  background-image: linear-gradient(
    to right,
    #18b1d2,
    #18b1d2 2px,
    transparent 2px,
    transparent 6px
  );
}

/*タイトル*/

.section__title {
  text-align: center;
  margin-bottom: 1.6rem;
}

/*ページトップ*/
.pagetop {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px 0px 0px auto;
  border-radius: 45% 55% 45% 55% / 54% 56% 44% 46%;
  background-color: #fff;
  transition: 0.3s;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop::before {
  display: none;
}

.pagetop a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.pagetop img {
  width: 50%;
  height: 50%;
  margin-left: 5px;
}

.section__title {
  text-align: center;
  margin-bottom: 24px;
}

.section--newmovie {
  padding-bottom: 120px;
}

.section--intro {
  padding-bottom: 0;
  text-align: center;
}

.section--video {
  background: #18b1d2;
}

.newmovie {
  /* height: 405px; */
  padding-top: 35px;
  background: url(../images/new_bg.png) top center no-repeat;
}

.newmovie__youtube {
  width: 560px;
  margin: 0 auto;
  position: relative;
}

.newmovie__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.newmovie__youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newmovie__link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 520px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.newmovie__link img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.newmovie__link:hover .newmovie__thumb,
.newmovie__link:focus .newmovie__thumb {
  opacity: 0.8;
}

.newmovie__link:hover .newmovie__title,
.newmovie__link:focus .newmovie__title {
  background: #f7dd62;
}

.newmovie__link:hover .newmovie__inner::before,
.newmovie__link:focus .newmovie__inner::before {
  border-color: transparent transparent transparent #fff;
}

.newmovie__thumb {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: relative;
  overflow: hidden;
  border: 2px solid #333;
}

.newmovie__thumb::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.newmovie__thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.newmovie__thumb::after {
  z-index: 2;
  width: 128px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: url(../images/youtube_social_icon_red.png) no-repeat;
  background-size: cover;
}

.newmovie__title {
  margin-top: 70px;
  position: relative;
  border: 1px solid #000;
  border-radius: 4px;
  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: 16px;
  overflow: hidden;
  padding: 8px 18px;
  min-height: 30px;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.newmovie__inner {
  position: relative;
  text-indent: -1rem;
  padding-left: 1.45rem;
}

.newmovie__inner::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  margin-right: 8px;
  border-color: transparent transparent transparent #0eaed0;
}

.videolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -10px;
}

.videolist__item {
  width: calc((100% - 60px) / 3);
  margin: 10px 10px 60px;
}

.videolist__youtube {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.videolist__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.videolist__youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videolist__link {
  display: block;
  text-decoration: none;
}

.videolist__link:hover .videolist__thumb,
.videolist__link:focus .videolist__thumb {
  opacity: 0.8;
}

.videolist__link:hover .videolist__title,
.videolist__link:focus .videolist__title {
  background: #f7dd62;
}

.videolist__link:hover .videolist__inner::before,
.videolist__link:focus .videolist__inner::before {
  border-color: transparent transparent transparent #fff;
}

.videolist__thumb {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: relative;
  overflow: hidden;
  border: 2px solid #333;
}

.videolist__thumb::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.videolist__thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.videolist__thumb::after {
  z-index: 2;
  width: 76.8px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: url(../images/youtube_social_icon_red.png) no-repeat;
  background-size: cover;
}

.videolist__title {
  margin-top: 5px;
  position: relative;
  border: 1px solid #000;
  border-radius: 4px;
  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: 16px;
  overflow: hidden;
  padding: 8px 13px;
  min-height: 30px;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.videolist__inner {
  position: relative;
  text-indent: -1rem;
  padding-left: 1.45rem;
}

.videolist__inner::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  margin-right: 8px;
  border-color: transparent transparent transparent #0eaed0;
}
