@charset "utf-8";


/*------------------------------------------------------------------------------
reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

html {
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  word-break: break-word;
}

html.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  background: #fff;
  margin: 0;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button,
a {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

a,
a:before,
a:after,
button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


body {
  font-size: 13px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 35px 20px 25px;
  width: 100%;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

.ib {
  display: inline-block;
}

.pc {
  display: none !important;
}
.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}
.sp-ib {
  display: inline-block !important;
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  padding: 35px 55px 35px 20px;
  text-align: center;
}

#header .seijo-logo,
#header .logo {
  display: inline-block;
}

#header .seijo-logo {
  width: 58px;
  height: auto;
  vertical-align: top;
}

#header .logo {
  margin-left: 25px;
  width: 150px;
  height: auto;
  vertical-align: bottom;
}

/*------------------------------------------------------------------------------
  nav
------------------------------------------------------------------------------*/

#menu-bg.is-open {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 100;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
#menu-bg.is-open {
  opacity: 1;
  pointer-events: auto;
}

#nav {
  background: #fff;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 104;
}
#nav.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav-btn {
  background: #6694cc;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  position:fixed;
  top: 45px;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 103;
}

.nav-btn .inn {
  margin: auto;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 24px;
  height: 14px;
}

.nav-btn .inn .line {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 22px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.nav-btn .inn .line:nth-child(2) {
  top: 7px;
}
.nav-btn .inn .line:nth-child(3) {
  top: 14px;
}

.nav-btn.is-open .inn .line:nth-child(1),
.nav-btn.is-open .inn .line:nth-child(3) {
  top: 7px;
  transform: rotate(45deg);
}
.nav-btn.is-open .inn .line:nth-child(2) {
  transform: rotate(-45deg);
}
.nav-btn.is-open .inn .line:nth-child(3) {
  opacity: 0;
}

.nav-btn .txt {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

#nav .nav-btn {
  top: 6px;
}

.nav-li li + li {
  border-top: 1px solid #ccc;
}

.nav-li a {
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  letter-spacing: 0.05em;
}

.nav-li a .txt {
  padding-left: 13px;
  padding-right: 20px;
  position: relative;
}

.nav-li a .txt::before,
.nav-li a .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav-li a .txt::before {
  height: 17px;
  width: 3px;
  left: 0;
}

.nav-li a .txt::after {
  border: solid #000;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.nav-li .external a {
  background:  #f0f0f0;
  font-size: 15px;
}

.nav-li .external a .txt {
  padding-right: 25px;
}
.nav-li .external a .txt::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #6694cc;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 2px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* pink */
.nav-li .faeco a .txt::before {
  background: #e7456d;
}
.nav-li .faeco a .txt::after {
  border-color: #e7456d;
}

/* purple */
.nav-li .falit a .txt::before {
  background: #7c4f9c;
}
.nav-li .falit a .txt::after {
  border-color: #7c4f9c;
}

/* blue-green */
.nav-li .law a .txt::before {
  background: #00AB95;
}
.nav-li .law a .txt::after {
  border-color: #00AB95;
}

/* orange */
.nav-li .fis a .txt::before {
  background: #f2971b;
}
.nav-li .fis a .txt::after {
  border-color: #f2971b;
}

/* blue */
.nav-li .support a .txt::before {
  background: #6694cc;
}
.nav-li .support a .txt::after {
  border-color: #6694cc;
}

/* green */
.nav-li .campus a .txt::before {
  background: #8cc63f;
}
.nav-li .campus a .txt::after {
  border-color: #8cc63f;
}



/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/

.gray-bg {
  background: #eae9e9;
}
.gray-bg .inner-block {
  padding-bottom: 35px;
}

.movie img {
  width: 100%;
}

.movie .ico {
  display: block;
  position: relative;
}
.movie .ico::after {
  background: url(../img/common/ico_movie.svg)no-repeat center center;
  background-size: 30px 30px;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.interview-block .article-area .movie .ico::after {
  background-size: 57px 57px;
  height: 57px;
  width: 57px;
}

/* btn */
.btn-area {
  text-align: center;
  margin: 0 auto;
}

.c-btn01 {
  background: #6694cc;
  border: 1px solid #6694cc;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 70px;
}
.c-btn01 .txt {
  padding-right: 16px;
  position: relative;
}
.c-btn01 .txt::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}

.c-btn02 {
  background: #fff;
  border: 1px solid;
  border-radius: 16px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  width: 130px;
  margin: 0 auto;
}


/* ttl */

.border-bottom-ttl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.border-bottom-ttl::after {
  background: #4d4d4d;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.bg-ttl {
  background: #4d4d4d;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 5px;
  text-align: center;
}


/* txt */
.link {
  text-decoration: underline;
}


/*------------------------------------------------------------------------------
  TOP
------------------------------------------------------------------------------*/

/* slider
------------------------------*/

.mv-slider-li {
  position: relative;
}

.mv-slider-li a {
  display: block;
}

.mv-slider-li .ttl {
  align-items: center;
  display: flex;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 77px;
}

.mv-slider-li .ttl .txt {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 22px;
}

@media screen and (max-width: 330px) { /* 330px以下 */
  .mv-slider-li .ttl .txt {
    font-size: 16px;
  }
}

.mv-slider-li .ttl.blue {
  background: url(../img/common/heading_blue_right.svg) no-repeat center left / 225px 77px;
}
.mv-slider-li .ttl.pink {
  background: url(../img/common/heading_pink_right.svg) no-repeat center left / 225px 77px;
}
.mv-slider-li .ttl.purple {
  background: url(../img/common/heading_purple_right.svg) no-repeat center left / 225px 77px;
}
.mv-slider-li .ttl.green {
  background: url(../img/common/heading_green_right.svg) no-repeat center left / 225px 77px;
}
.mv-slider-li .ttl.blue-green {
  background: url(../img/common/heading_blue_green_right.svg) no-repeat center left / 225px 77px;
}
.mv-slider-li .ttl.orange {
  background: url(../img/common/heading_orange_right.svg) no-repeat center left / 225px 77px;
}

.slick-slide {
  font-size: 0;
}

.slick-dots {
  font-size: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  width: 13px;
  height: 13px;
}
.slick-dots .slick-active button {
  background: #2164b5;
}

.slick-arrow {
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  width: 40px;
  height: 40px;
}
.slick-arrow::before {
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  right: 6px;
}

.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
  transform: rotate(-135deg) translate3d(0, 0, 0);
  left: 6px;
}


/* howto-block
------------------------------*/

.howto-block .img {
  text-align: center;
  margin-bottom: 20px;
  padding-right: 25px;
}
.howto-block .img img {
  width: 150px;
  height: auto;
}

.howto-block .summary {
  text-align: left;
}


.college-li li {
  position: relative;
}

.college-li li + li {
  margin-top: 10px;
}

.college-li a {
  display: block;
}

.college-li .ttl {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.college-li .ttl .txt {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.18em;
  padding-left: 25px;
}

.college-li .ttl.pink,
.college-li .ttl.green {
  justify-content: flex-end;
}
.college-li .ttl.pink .txt,
.college-li .ttl.green .txt {
  padding-left: 0;
  padding-right: 25px;
}

.college-li .ttl.pink {
  background: url(../img/common/banner_pink.svg) no-repeat center right / contain;
}
.college-li .ttl.purple {
  background: url(../img/common/banner_purple.svg) no-repeat center left / contain;
}
.college-li .ttl.green {
  background: url(../img/common/banner_green.svg) no-repeat center right / contain;
}
.college-li .ttl.orange {
  background: url(../img/common/banner_orange.svg) no-repeat center left / contain;
}


.banner-li {
  text-align: center;
}

.banner-li li {
  position: relative;
}

.banner-li li + li {
  margin-top: 10px;
}

.banner-li .ttl {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
.banner-li .ttl .txt {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 22px;
  transition: 0.3s ease-in-out;
}

.banner-li .data .ttl .txt {
  text-shadow: 0px 0px 15px rgba(102, 148, 204, 1);
}
.banner-li .campuslife .ttl .txt {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.banner-li .opencanpas .ttl {
  justify-content: center;
}
.banner-li .opencanpas .ttl .txt {
  padding-left: 0;
  padding-bottom: 40px;
  text-shadow: 0px 0px 15px rgba(31, 30, 32, 1);
}

@media screen and (max-width: 330px) { /* 330px以下 */
  .banner-li .ttl .txt {
    padding-left: 18px;
    font-size: 16px;
  }
}

.banner-li .movie .ico::after {
  top: 30px;
}

.banner-li a {
  display: block;
}

.banner-li + .btn-area {
  margin: 18px auto 60px;
}


/*------------------------------------------------------------------------------
  下層ページ
------------------------------------------------------------------------------*/

.article #header {
  padding: 30px 20px;
  text-align: left;
}

.article #header .logo {
  width: 100px;
  height: auto;
  margin-left: 20px;
}
.article #header .seijo-logo {
  width: 40px;
  height: auto;
}

.article .nav-btn {
  top: 25px;
}

/* pink
------------------------------*/

.pink .ttl-block {
  background-color: #e7456d;
  background-image: url(../img/common/article_pink.svg);
  background-repeat: no-repeat;
}

.pink .detail-block .box .ttl,
.pink .interview-block .main-ttl,
.pink .recommend-area .recommend-ttl,
.pink .share-area .share-btn .txt {
  color: #e7456d;
}

.pink .recommend-area .pagination {
  background: #e7456d;
}

/* blue
------------------------------*/

.blue .ttl-block {
  background-color: #6694cc;
  background-image: url(../img/common/article_blue.svg);
  background-repeat: no-repeat;
}

.blue .detail-block .box .ttl,
.blue .interview-block .main-ttl,
.blue .recommend-area .recommend-ttl,
.blue .share-area .share-btn .txt {
  color: #6694cc;
}

.blue .recommend-area .pagination {
  background: #6694cc;
}

/* blue-green
------------------------------*/

.blue-green .ttl-block {
  background-color: #00AB95;
  background-image: url(../img/common/article_blue_green.svg);
  background-repeat: no-repeat;
}

.blue-green .detail-block .box .ttl,
.blue-green .interview-block .main-ttl,
.blue-green .recommend-area .recommend-ttl,
.blue-green .share-area .share-btn .txt {
  color: #00AB95;
}

.blue-green .recommend-area .pagination {
  background: #00AB95;
}

/* green
------------------------------*/

.green .ttl-block {
  background-color: #8cc63f;
  background-image: url(../img/common/article_green.svg);
  background-repeat: no-repeat;
}

.green .detail-block .box .ttl,
.green .interview-block .main-ttl,
.green .recommend-area .recommend-ttl,
.green .share-area .share-btn .txt {
  color: #8cc63f;
}

.green .recommend-area .pagination {
  background: #8cc63f;
}

/* purple
------------------------------*/

.purple .ttl-block {
  background-color: #7c4f9c;
  background-image: url(../img/common/article_purple.svg);
  background-repeat: no-repeat;
}

.purple .detail-block .box .ttl,
.purple .interview-block .main-ttl,
.purple .recommend-area .recommend-ttl,
.purple .share-area .share-btn .txt {
  color: #7c4f9c;
}

.purple .recommend-area .pagination {
  background: #7c4f9c;
}

/* orange
------------------------------*/

.orange .ttl-block {
  background-color: #f2971b;
  background-image: url(../img/common/article_orange.svg);
  background-repeat: no-repeat;
}

.orange .detail-block .box .ttl,
.orange .interview-block .main-ttl,
.orange .recommend-area .recommend-ttl,
.orange .share-area .share-btn .txt {
  color: #f2971b;
}

.orange .recommend-area .pagination {
  background: #f2971b;
}

/* ttl-block
------------------------------*/

.ttl-block {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.ttl-block .inner-block {
  padding: 22px 30px;
}

.article .ttl-block .inner-block {
  padding-left: 20px;
  padding-right: 20px;
}

.ttl-block .ttl {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.14em;
}

.ttl-block .keyword-area,
.ttl-block .keyword-area .keyword-li {
  display: flex;
  align-items: center;
}

.ttl-block .keyword-area {
  align-items: flex-start;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}

.ttl-block .keyword-area .txt {
  margin-top: 5px;
  margin-right: 8px;
  width: 5em;
}

.ttl-block .keyword-area .keyword-li {
  flex-wrap: wrap;
  width: calc(100% - 60px);
}

.ttl-block .keyword-area .keyword-li li {
  background: #000;
  display: inline-block;
  padding: 3px 6px;
  text-align: center;
  margin: 2px;
}

.ttl-block.keyword .ttl {
  font-size: 16px;
}

@media screen and (max-width: 425px) { /* 425px以下 */
  .ttl-block .ttl.small {
    font-size: 14px;
  }
}


/* detail-block
------------------------------*/

.detail-block {
  margin-bottom: 20px;
}
.detail-block.gray-bg {
  margin-bottom: 0;
}

.detail-block:last-child {
  margin-bottom: 75px;
}

.purple .detail-block.gray-bg .flex-wrap .box .ttl {
  color: #333;
}

.detail-block.gray-bg .flex-wrap a {
  display: flex;
  align-items: center;
  width: 100%;
}

.detail-block.gray-bg .flex-wrap a .ico,
.detail-block.gray-bg a .img {
  width: 160px;
}
.detail-block.gray-bg .flex-wrap a .txt-area {
  width: calc(100% - 160px);
  padding: 0 0 0 10px;
}

.detail-block .ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 3px;
}

.detail-block .txt {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.detail-block .inner-block {
  padding: 0;
}
.detail-block.gray-bg .inner-block {
  padding: 28px 30px 35px;
}

.detail-block .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.detail-block.gray-bg .flex-wrap {
  align-items: center;
}
.detail-block.gray-bg .flex-wrap + .flex-wrap {
  margin-top: 20px;
}

.detail-block .box {
  display: block;
}

.detail-block .flex-wrap .box {
  width: 50%;
}

.detail-block .flex-wrap .box:nth-of-type(n+3) {
  margin-top: 20px;
}

.detail-block .box .txt-area{
  padding: 15px;
}


/* balloon */

.balloon {
  width: 100%;
  margin-bottom: 6px;
}
.balloon.long {
  padding-left: 10px;
  margin-top: 25px;
}

.balloon span {
  color: #646464;
  background: #dcdcdc;
  border-radius: 7px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin: 0 auto;
  padding: 4px;
  position: relative;
  text-align: center;
  width: 150px;
}

.balloon.long span {
  margin: 0;
  width: 160px;
}

.balloon span::after {
  background: url(../img/common/arrow-balloon.svg)no-repeat center center;
  background-size: 7px 4px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 7px;
  bottom: -4px;
  left: 10px;
  margin: auto;
}


/*------------------------------------------------------------------------------
  インタビュー
------------------------------------------------------------------------------*/
.interview-mv-area {
  text-align: center;
}

.interview-block .inner-block {
  padding-top: 25px;
}

.interview-block .inner-block {
  width: auto;
}
.interview-block .inner-block + .share-area .inner-block {
  padding-top: 45px;
}

.interview-block .main-ttl,
.interview-block .sub-ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.interview-block .main-ttl {
  margin-bottom: 15px;
}

.interview-block .name {
  font-size: 12px;
  padding: 12px 0;
  letter-spacing: 0.05em;
  margin: 15px 0 20px;
  position: relative;
}
.interview-block .name::before,
.interview-block .name::after {
  background: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 35px;
  left: 0;
  margin: auto;
}
.interview-block .name::before {
  top: 0;
}
.interview-block .name::after {
  bottom: 0;
}

.interview-block .sub-ttl + .txt {
  margin-top: 12px;
}
.interview-block .txt + .sub-ttl {
  margin-top: 30px;
}

.interview-block .txt {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.recommend-area .pagination {
  display: flex;
}
.recommend-area .pagination a {
  display: block;
  font-size: 15px;
  padding: 20px 35px;
  width: 50%;
  position: relative;
}
.recommend-area .pagination .next {
  text-align: right;
}

.recommend-area .pagination a::before {
  border: solid #000;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}
.recommend-area .pagination .prev::before {
  right: 0;
  left: 80px;
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
  transform: rotate(-135deg) translate3d(0, 0, 0);
}
.recommend-area .pagination .next::before {
  left: 0;
  right: 80px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.recommend-area .recommend-ttl {
  font-size: 15px;
  font-weight: bold;
  margin: 20px;
  text-align: center;
}

.recommend-area .btn-area {
  margin-top: 35px;
}

.recommend-area .box + .box {
  margin-top: 10px;
}

.recommend-area .box img {
  width: 100%;
  height: auto;
}

.recommend-area.detail-block .box .movie {
  width: 100%;
}
.recommend-area.detail-block .box .movie .ico::after {
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
}
.recommend-area.detail-block .box .txt-area {
  margin-left: 0;
  width: 100%;
}


/* share-area */
.share-area {
  text-align: center;
}

.share-area .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.share-area .share-btn .txt {
  font-size: 15px;
  font-weight: bold;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 374px) { /* 374以下 */
  .share-area .share-btn .txt  {
    font-size: 12px;
    margin-right: 20px;
  }
}

.share-area .sns-li {
  display: flex;
  align-items: center;
}

.share-area .sns-li a {
  display: block;
}

.share-area .sns-li li + li {
  margin-left: 15px;
}

.share-area .sns-li img {
  width: 35px;
  height: auto;
}


/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  background: #e6e6e6;
  text-align: center;
}

#footer .inner-block {
  padding: 25px 20px 60px;
}

#footer .link {
  color: #6694cc;
  font-size: 13px;
  position: relative;
  padding-right: 12px;
}
#footer .link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #6694cc;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

#footer .copyright {
  font-size: 10px;
  margin-top: 15px;
}


/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/

.anm {
  opacity: 0;
}

.anm.is-animated {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/

footer {
  position: relative;
}

#pagetop {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 97;
}

#pagetop a {
  background: rgba(0,0,0,.5);
  display: block;
  font-size: 0;
  position: relative;
  width: 45px;
  height: 45px;
}

#pagetop a::before {
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}


/* ポップアップ fadein */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.4;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.movie-wrap {
  position: relative;
  height: 0;
  padding-top: 55%;
  margin: 0 auto;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
