@charset "UTF-8";
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #4b5761;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

a {
  text-decoration: none; }

address {
  font-style: normal; }

/*ol, ul, li {
    margin          : 0;
    padding         : 0;
    list-style-type : none;
}*/
figure {
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.5s ease; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.movies {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .movies iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.ogp {
  position: relative;
  margin-top: 24px;
  max-width: 512px;
  padding: 4px;
  border: 1px solid #888;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: left; }
  .ogp a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .ogp-img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover; }
  .ogp-body {
    width: calc(100% - 108px); }
  .ogp-ttl {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .ogp-content {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .ogp-url {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5;
    color: #66b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .ogp-url img {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 2px;
      vertical-align: middle; }

.modal-body,
.modal2-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background-color: white;
  overflow: auto; }
  .modal-body--black,
  .modal2-body--black {
    background-color: rgba(0, 0, 0, 0.7); }
.modal-close,
.modal2-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2001; }
.modal-msg,
.modal2-msg {
  max-width: 300px;
  margin: 80px auto 0 auto; }

.modal2-body {
  z-index: 2100; }
.modal2-close {
  z-index: 2101; }

.modelMovies {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modelMovies-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .modelMovies-video video,
    .modelMovies-video iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

#Loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  justify-content: center;
  align-items: center; }

.close-btn {
  display: inline-block;
  vertical-align: middle;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 32px;
  height: 32px;
  color: #aaa;
  cursor: pointer; }
  .close-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 4px;
    background-color: #aaa;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .close-btn span:nth-of-type(1) {
      top: 7px;
      transform: translateY(10px) rotate(-315deg); }
    .close-btn span:nth-of-type(2) {
      top: 27px;
      transform: translateY(-10px) rotate(315deg); }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: -50px; }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url("../images/bg_dotted_gray.png");
    background-position: center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    background-image: url("../images/bg_dotted_pink.png"); }

.slick-dots > li:first-child:last-child {
  display: none; }

.btn-prev,
.btn-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-position: center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
  opacity: .6; }

.btn-prev {
  left: 10px;
  background-image: url("../images/btn_prev.png"); }
  @media screen and (max-width: 750px) {
    .btn-prev {
      left: 0; } }

.btn-next {
  right: 10px;
  background-image: url("../images/btn_next.png"); }
  @media screen and (max-width: 750px) {
    .btn-next {
      right: 0; } }

@media screen and (max-width: 750px) {
  .btn-prev3,
  .btn-next3 {
    top: 40vw; }

  .btn-prev4,
  .btn-next4 {
    top: 40vw; } }
.Ttl1 {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #4b5761; }
  .Ttl1 br {
    display: none; }
  .Ttl1-ttl {
    font-size: 36px; }
  .Ttl1 span {
    color: #f6a; }
  @media screen and (max-width: 750px) {
    .Ttl1 {
      height: 23.4666666667vw;
      line-height: 1.4;
      flex-wrap: wrap;
      text-align: center; }
      .Ttl1 br {
        display: block; }
      .Ttl1-ttl {
        font-size: 6.4vw; } }

.Ttl2 {
  padding: 0 20px; }
  .Ttl2__txt {
    max-width: 1200px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 40px; }
    .Ttl2__txt span {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      margin-left: 20px; }
  @media screen and (max-width: 750px) {
    .Ttl2 {
      padding: 0 5.3333333333vw; }
      .Ttl2__txt {
        height: 23.4666666667vw;
        font-size: 8.5333333333vw; }
        .Ttl2__txt span {
          font-size: 4.2666666667vw;
          margin-left: auto; } }

.Ttl3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .Ttl3 {
      font-size: 20px; } }

.keyTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  background-color: #343f47; }
  @media screen and (max-width: 750px) {
    .keyTxt {
      height: 104px; } }
  .keyTxt-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 5px;
    color: #fff;
    text-align: center; }
    .keyTxt-ttl span {
      margin-top: 16px;
      display: block;
      font-size: 28px; }
    @media screen and (max-width: 750px) {
      .keyTxt-ttl {
        font-size: 24px;
        letter-spacing: 0; }
        .keyTxt-ttl span {
          font-size: 14px;
          letter-spacing: 3px; } }

.cup {
  cursor: pointer; }

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3); }
  .header-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 750px) {
      .header-body {
        padding: 0 16px; } }
  .header-logo {
    display: flex;
    align-items: center; }
    .header-logo img {
      display: block;
      width: 188px;
      height: 35px; }
      @media screen and (max-width: 750px) {
        .header-logo img {
          width: 120px;
          height: 22px; } }
    .header-logo span {
      margin-left: 14px;
      display: inline-block;
      font-size: 13px;
      padding: 2px 8px;
      border: 1px solid #000;
      letter-spacing: 1px;
      color: #4b5761;
      border-radius: 4px; }
  .header-svg {
    position: relative;
    display: block;
    width: 160px;
    height: 30px;
    fill: #000;
    z-index: 5001;
    transition: .5s; }
    .header-svg--active {
      fill: #fff; }
  .header-btn {
    display: flex;
    align-items: center; }

.freeBtn {
  width: 106px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background-color: #f6a;
  border: 1px solid #f6a;
  transition: .5s; }
  .freeBtn:hover {
    background-color: #fff;
    color: #f6a; }
  @media screen and (max-width: 750px) {
    .freeBtn {
      width: 44px; }
      .freeBtn span {
        display: block;
        width: 100%;
        text-align: center; } }

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto; }
  .menu-head {
    max-width: 1400px;
    height: 64px;
    margin: 0 auto; }
  .menu-body {
    max-width: 820px;
    margin: 0 auto 60px auto; }
  .menu-ttl, .menu-btn {
    margin-top: 25px;
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 750px) {
      .menu-ttl, .menu-btn {
        margin: 0 30px;
        width: calc(100% - 60px);
        justify-content: center;
        border-bottom: 1px solid #6b6b6b;
        font-size: 14px; } }
  .menu-btn {
    background-image: url("../images/icn_arrow_white4.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 16px;
    transition: .5s; }
    .menu-btn:hover {
      background-color: #fff;
      color: #4b5761;
      background-image: url("../images/icn_arrow_gray.png"); }
  .menu-click {
    cursor: pointer; }
  .menu-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .menu-mark span {
      position: relative;
      width: 16px;
      height: 16px; }
      .menu-mark span::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 7px;
        left: 0; }
      .menu-mark span::after {
        transition: all .5s;
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 7px;
        left: 0;
        transform: rotate(90deg); }
    .menu-mark--active span::after {
      transition: all .5s;
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      top: 7px;
      left: 0;
      transform: rotate(0deg); }
  .menu-slide {
    display: none; }
  .menu-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .menu-list a {
      margin-top: 15px;
      margin-right: 2.4390243902%;
      width: 31.7073170732%;
      height: 40px;
      border: 1px solid #6b6b6b;
      background-color: rgba(75, 87, 97, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      transition: .5s; }
      .menu-list a:nth-child(3n) {
        margin-right: 0; }
      .menu-list a:hover {
        background-color: #fff;
        color: #4b5761; }
    @media screen and (max-width: 750px) {
      .menu-list {
        padding: 0 30px;
        background-color: rgba(75, 87, 97, 0.6);
        display: block; }
        .menu-list a {
          margin: 0;
          width: 100%;
          height: 50px;
          background-color: initial;
          border: none;
          border-bottom: 1px solid #6b6b6b;
          background-image: url("../images/icn_arrow_white4.png");
          background-repeat: no-repeat;
          background-position: right center;
          background-size: auto 16px;
          font-size: 14px; } }
  .menu-sns {
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center; }
    .menu-sns a {
      display: block;
      width: 40px;
      margin: 0 20px; }
      @media screen and (max-width: 750px) {
        .menu-sns a {
          width: 28px;
          margin: 0 12px; } }
      .menu-sns a img {
        display: block;
        width: 100%;
        height: auto; }
  .menu-instagram {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .menu-instagram a {
      margin-top: 20px;
      display: block;
      width: 25%;
      font-size: 16px;
      color: #fff;
      text-decoration: underline; }
      @media screen and (max-width: 750px) {
        .menu-instagram a {
          width: 100%;
          text-align: center; } }
      .menu-instagram a:hover {
        text-decoration: none; }
      .menu-instagram a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background-image: url("../images/icn_instagram_gray.png");
        background-size: 100%;
        margin-right: 8px; }

.menuBtn {
  z-index: 6000;
  margin-left: 40px;
  display: block;
  vertical-align: middle;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 36px;
  height: 20px;
  cursor: pointer; }
  @media screen and (max-width: 750px) {
    .menuBtn {
      margin-left: 15px; } }
  .menuBtn--pc {
    margin-left: auto; }
  .menuBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background-color: #4b5761;
    text-align: center; }
    .menuBtn span:nth-of-type(1) {
      top: 0; }
    .menuBtn span:nth-of-type(2) {
      top: 9px; }
    .menuBtn span:nth-of-type(3) {
      width: 28px;
      top: 18px;
      left: 8px; }
  .menuBtn--active span {
    background-color: #fff; }
  .menuBtn--active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-315deg); }
  .menuBtn--active span:nth-of-type(2) {
    opacity: 0; }
  .menuBtn--active span:nth-of-type(3) {
    width: 100%;
    left: 0;
    transform: translateY(-9px) rotate(315deg); }

.navBtn {
  background-color: #4b5761; }
  .navBtn-wrap {
    max-width: 1400px;
    margin: 0 auto; }
  .navBtn-body {
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #272e33;
    margin-left: auto; }
    @media screen and (max-width: 750px) {
      .navBtn-body {
        justify-content: space-between;
        border-right: none; } }
  .navBtn-nav, .navBtn-navHome {
    display: flex;
    width: 20%;
    height: 64px;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #272e33;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media screen and (max-width: 750px) {
      .navBtn-nav, .navBtn-navHome {
        display: flex;
        height: 48px;
        padding: 0;
        align-items: center;
        justify-content: center;
        line-height: 1.5;
        border-left: 1px solid #272e33; }
        .navBtn-nav:first-child, .navBtn-navHome:first-child {
          border-left: none; } }
    .navBtn-nav:hover, .navBtn-navHome:hover {
      background-color: #272e33; }
    .navBtn-nav img, .navBtn-navHome img {
      display: block;
      margin: -3px 8px 0 0; }
      @media screen and (max-width: 750px) {
        .navBtn-nav img, .navBtn-navHome img {
          width: 16px;
          height: 13px; } }
    .navBtn-nav span, .navBtn-navHome span {
      display: inline-block; }
  .navBtn-navHome {
    width: 25%; }
  .navBtn--active {
    background-image: url("../images/bg_under_line.png");
    background-repeat: repeat-x;
    background-position: bottom center; }

.body {
  padding-top: 128px; }
  @media screen and (max-width: 750px) {
    .body {
      padding-top: 112px; } }

.popUp {
  display: flex;
  height: 100%;
  padding: 20px; }
  .popUp img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }

.pickup {
  background-color: #fff;
  padding: 20px 24px; }
  .pickup--bb {
    border-bottom: 1px solid #cbcbcb; }
  .pickup-body {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .pickup-body {
        flex-wrap: wrap;
        justify-content: flex-start; } }
  .pickup-head {
    display: flex;
    align-items: center; }
  .pickup-date {
    font-size: 12px;
    color: #1a1a1a;
    margin-right: 16px; }
  .pickup-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    background-color: #f2efeb;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    color: #4d4d4d;
    margin-right: 8px; }
  .pickup-link {
    display: block;
    margin-left: 16px;
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a1a;
    font-weight: 700; }
    .pickup-link:hover {
      text-decoration: underline; }
    @media screen and (max-width: 750px) {
      .pickup-link {
        margin-top: 16px;
        margin-left: 0;
        font-size: 16px;
        width: 100%; } }

.blog-list {
  max-width: 1338px;
  padding: 0 24px;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
.blog-item {
  position: relative;
  width: 340px;
  margin: 0 45px 45px 45px; }
  @media screen and (max-width: 750px) {
    .blog-item {
      margin: 0 0 40px 0;
      width: 100%;
      display: flex;
      justify-content: space-between; } }
  .blog-item__img {
    margin: 0;
    padding: 100% 0 0 0;
    width: 100%;
    height: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .blog-item__img {
        width: 80px;
        padding: 80px 0 0 0; } }
  .blog-item__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
.blog-content {
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .blog-content {
      margin-top: 0;
      width: calc(100% - 96px); } }
.blog-date {
  font-size: 14px;
  color: #4b5761; }
.blog-ttl {
  margin: 12px 0 8px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #4b5761;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede; }
  @media screen and (max-width: 750px) {
    .blog-ttl {
      margin-top: 8px;
      padding-bottom: 8px; } }
.blog-tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 8px 4px 0;
  font-size: 14px;
  color: #29a3da;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .blog-tag {
      font-size: 12px; } }
  .blog-tag:hover {
    text-decoration: underline; }
.blog-key {
  max-width: 800px;
  margin: 0 auto;
  padding: 0; }
  .blog-key img {
    width: 100%;
    height: auto; }
.blog-btn {
  max-width: 520px;
  height: 86px;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4b5761;
  font-size: 24px;
  font-weight: 700;
  color: #4b5761;
  background-image: url("../images/icn_arrow_gray.png");
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: auto 26px;
  transition: .5s; }
  @media screen and (max-width: 750px) {
    .blog-btn {
      max-width: 312px;
      height: 56px;
      font-size: 16px;
      background-position: right 24px center;
      background-size: auto 16px; } }
  .blog-btn:hover {
    background-color: #4b5761;
    color: #fff;
    background-image: url("../images/icn_arrow_white.png"); }
  .blog-btn--square {
    border-radius: 0; }

.blogArticle {
  margin: 48px auto 80px auto;
  max-width: 708px;
  padding: 0 24px; }
  @media screen and (max-width: 750px) {
    .blogArticle {
      margin-bottom: 48px; } }
  .blogArticle-bg {
    height: 268px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 750px) {
      .blogArticle-bg {
        height: 72px; } }
  .blogArticle-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .blogArticle-date {
    width: 100px;
    font-size: 16px; }
    .blogArticle-date::after {
      content: '|';
      display: inline-block;
      vertical-align: middle;
      color: #dedede;
      margin-left: 10px; }
    .blogArticle-date--no::after {
      content: '';
      display: none;
      margin: 0; }
    @media screen and (max-width: 750px) {
      .blogArticle-date {
        width: 90px;
        font-size: 14px; }
        .blogArticle-date::after {
          margin-left: 6px; } }
  .blogArticle-block {
    width: calc(100% - 108px); }
    @media screen and (max-width: 750px) {
      .blogArticle-block {
        width: calc(100% - 90px); } }
  .blogArticle-block2 {
    width: calc(100% - 108px);
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .blogArticle-block2 img {
      display: block;
      width: 32px;
      height: 32px;
      margin-left: 16px; }
    @media screen and (max-width: 750px) {
      .blogArticle-block2 {
        width: calc(100% - 90px); }
        .blogArticle-block2 img {
          width: 24px;
          height: 24px; } }
  .blogArticle-ttl {
    margin-top: 32px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 24px;
    border-bottom: 1px solid #4b5761; }
    @media screen and (max-width: 750px) {
      .blogArticle-ttl {
        margin-top: 24px;
        font-size: 18px;
        padding-bottom: 16px; } }
  .blogArticle-content {
    margin-top: 48px;
    line-height: 1.7; }
    @media screen and (max-width: 750px) {
      .blogArticle-content {
        margin-top: 32px; } }
    .blogArticle-content img {
      max-width: 100%;
      height: auto; }
  .blogArticle-sns {
    margin-top: 48px;
    border-top: 1px solid #b8b8b8;
    display: flex;
    justify-content: center;
    padding-top: 32px; }
    .blogArticle-sns img {
      display: block;
      width: 32px;
      height: 32px;
      margin: 0 8px; }
      @media screen and (max-width: 750px) {
        .blogArticle-sns img {
          width: 24px;
          height: 24px; } }

.blogTag {
  background-color: #343f47; }
  @media screen and (max-width: 750px) {
    .blogTag-wrap {
      display: none; } }
  .blogTag-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 24px 24px 24px; }
    @media screen and (max-width: 750px) {
      .blogTag-body {
        border-top: 1px solid #707070;
        padding: 24px; } }
    .blogTag-body a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 36px;
      margin: 5px 10px;
      padding: 0 16px;
      background-color: #282f36;
      border-radius: 18px;
      font-size: 14px;
      color: #fff; }
      @media screen and (max-width: 750px) {
        .blogTag-body a {
          font-size: 14px;
          margin: 5px 8px; } }
  .blogTag-btn {
    display: none; }
    @media screen and (max-width: 750px) {
      .blogTag-btn {
        display: block; } }
    .blogTag-btn p {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 16px;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      cursor: pointer; }
      .blogTag-btn p::after {
        content: '';
        width: 17px;
        height: 10px;
        background-image: url("../images/icn_arrow_white5.png");
        background-size: 100%;
        margin-left: 16px;
        transition: .5s; }
    .blogTag-btn--active p::after {
      transform: rotate(180deg); }

.pager {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .pager-prev {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    color: #000; }
    .pager-prev::before {
      content: '';
      display: inline-block;
      margin-right: 8px;
      width: 8px;
      height: 14px;
      background-image: url("../images/icn_pager_arrow.png");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 17px 14px; }
  .pager-next {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #000; }
    .pager-next::after {
      content: '';
      display: inline-block;
      margin-left: 8px;
      width: 8px;
      height: 14px;
      background-image: url("../images/icn_pager_arrow.png");
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 17px 14px; }
  .pager-page {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 42px;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
    font-size: 18px;
    color: #000; }
    @media screen and (max-width: 750px) {
      .pager-page {
        height: 32px;
        font-size: 14px;
        padding: 0 8px; } }
  .pager-current {
    border-radius: 0;
    background-color: #4b5761;
    color: #fff;
    pointer-events: none; }

.tableOf {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 16px 8px 0 8px;
  background-color: #edf6ff;
  margin-bottom: 24px; }
  .tableOf-ttl {
    text-align: center;
    font-weight: 700; }
  .tableOf ol {
    padding-left: 20px; }
    .tableOf ol li {
      font-size: 14px;
      line-height: 1.5; }
      .tableOf ol li a {
        color: #06c; }
        .tableOf ol li a:hover {
          text-decoration: underline; }

div.yyi-rinker-contents {
  margin: 1.5em 0;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  box-shadow: 2px 3px 8px -5px rgba(0, 0, 0, 0.25); }
  div.yyi-rinker-contents a {
    border: none; }
  div.yyi-rinker-contents div.yyi-rinker-box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    box-sizing: border-box;
    padding: 12px; }
  div.yyi-rinker-contents div.yyi-rinker-image {
    padding: 0;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center; }

.yyi-rinker-img-s .yyi-rinker-image {
  width: 75px;
  min-width: 75px; }

.yyi-rinker-img-m .yyi-rinker-image {
  width: 175px;
  min-width: 175px; }

.yyi-rinker-img-l div.yyi-rinker-image {
  width: 200px;
  min-width: 200px; }

/* for IE widthに合わせる*/
div.yyi-rinker-contents.yyi-rinker-img-s div.yyi-rinker-info {
  width: calc(100% - 75px); }
div.yyi-rinker-contents div.yyi-rinker-info {
  width: calc(100% - 175px); }
div.yyi-rinker-contents.yyi-rinker-img-l div.yyi-rinker-info {
  width: calc(100% - 200px); }
div.yyi-rinker-contents div.yyi-rinker-title a {
  color: #333;
  text-decoration: none; }
div.yyi-rinker-contents div.yyi-rinker-title p {
  margin: 5px; }
div.yyi-rinker-contents div.yyi-rinker-detail {
  font-size: 0.8em;
  color: #999;
  padding-left: 15px; }
  div.yyi-rinker-contents div.yyi-rinker-detail a {
    text-decoration: underline; }
  div.yyi-rinker-contents div.yyi-rinker-detail .price-box, div.yyi-rinker-contents div.yyi-rinker-detail .free-text {
    color: #aaa; }
div.yyi-rinker-contents ul.yyi-rinker-links {
  border: none;
  list-style-type: none;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto;
  padding: 0;
  width: 100%; }
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    content: '';
    position: static;
    margin: 2px 5px;
    padding: 0;
    border-radius: 2px;
    border: none;
    box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.3);
    -ms-flex: 0 0 auto; }
    div.yyi-rinker-contents ul.yyi-rinker-links li:before {
      content: '';
      position: static; }
    div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
      box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.3); }
    div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
      background: #f6a306; }
    div.yyi-rinker-contents ul.yyi-rinker-links li a {
      position: relative;
      display: block;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      font-size: 0.9em;
      height: 30px;
      line-height: 30px;
      padding: 0 18px; }
      div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
        border: none;
        opacity: 0.7; }
      div.yyi-rinker-contents ul.yyi-rinker-links li a:before {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        text-align: center;
        border: none; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
      order: 20; }
      div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before {
        content: ''; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink {
      background: #666;
      order: 15; }
      div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a:before {
        content: ''; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
      background: #cf4944;
      order: 30; }
      div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before {
        content: ''; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
      background: #51a7e8;
      order: 40; }
      div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
        content: ''; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
      background: #4072b3;
      order: 10; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
      background: #4dc0b2;
      order: 50; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 {
      background: #6f63ad;
      order: 15; }
    div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 {
      background: #63ad87;
      order: 55; }
  div.yyi-rinker-contents ul.yyi-rinker-links img {
    display: none; }
div.yyi-rinker-contents div.yyi-rinker-title img, div.yyi-rinker-contents div.yyi-rinker-image a + img {
  display: none; }
div.yyi-rinker-detail .credit-box {
  font-size: 75%; }

ul.yyi-rinker-links li::before {
  background-color: transparent; }

@media all and (max-width: 420px) and (min-width: 321px) {
  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0 0 0 15px; }

  div.yyi-rinker-contents ul.yyi-rinker-links {
    -webkit-flex-flow: column;
    flex-direction: column; }

  .yyi-rinker-img-s .yyi-rinker-image {
    width: 75px;
    min-width: 75px; }

  .yyi-rinker-img-m .yyi-rinker-image {
    width: 125px;
    min-width: 125px; }

  .yyi-rinker-img-l div.yyi-rinker-image {
    width: 150px;
    min-width: 150px; }

  div.yyi-rinker-contents.yyi-rinker-img-s div.yyi-rinker-info {
    width: calc(100% - 75px); }
  div.yyi-rinker-contents div.yyi-rinker-info {
    width: calc(100% - 125px); }
  div.yyi-rinker-contents.yyi-rinker-img-l div.yyi-rinker-info {
    width: calc(100% - 150px); } }
@media all and (max-width: 320px) {
  div.yyi-rinker-contents ul.yyi-rinker-links {
    -webkit-flex-flow: column;
    flex-direction: column; }
    div.yyi-rinker-contents ul.yyi-rinker-links li a {
      padding: 0 0 0 7px; }

  .yyi-rinker-img-s .yyi-rinker-image {
    width: 75px;
    min-width: 75px; }

  .yyi-rinker-img-m .yyi-rinker-image {
    width: 100px;
    min-width: 100px; }

  .yyi-rinker-img-l div.yyi-rinker-image {
    width: 125px;
    min-width: 125px; }

  div.yyi-rinker-contents.yyi-rinker-img-s div.yyi-rinker-info {
    width: calc(100% - 75px); }
  div.yyi-rinker-contents div.yyi-rinker-info {
    width: calc(100% - 100px); }
  div.yyi-rinker-contents.yyi-rinker-img-l div.yyi-rinker-info {
    width: calc(100% - 125px); } }
body div.yyi-rinker-contents ul.yyi-rinker-links li {
  list-style: none; }
  body div.yyi-rinker-contents ul.yyi-rinker-links li:before {
    position: absolute; }

div.yyi-rinker-contents p {
  padding: 0; }
div.yyi-rinker-contents img {
  margin-bottom: 0; }
div.yyi_rinker-gutenberg input.rinkerg-richtext {
  width: 300px; }

/* for Gutengerg */
input.rinkerg-richtext {
  width: 70%; }

/**
For count down
 */
div.yyi-rinker-contents div.yyi-rinker-detail .free-text .count-in {
  color: #333; }

/**
For Gutenberg
 */
.editor-styles-wrapper div.yyi-rinker-contents .count-top p {
  margin-top: 0; }

div.yyi-rinker-contents.yyi-rinker-design-tate div.yyi-rinker-box {
  flex-direction: column; }
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-box .yyi-rinker-links {
  flex-direction: column; }
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-info {
  width: 100%; }
div.yyi-rinker-contents.yyi-rinker-design-slim .yyi-rinker-title, div.yyi-rinker-contents.yyi-rinker-design-slim .yyi-rinker-links {
  text-align: center; }
div.yyi-rinker-contents.yyi-rinker-design-slim .yyi-rinker-image {
  margin: auto; }
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-info ul.yyi-rinker-links li {
  align-self: stretch; }
div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-box {
  flex-direction: column;
  padding: 14px 5px 0; }
  div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-box div.yyi-rinker-info {
    padding: 0; }

.yyi-rinker-design-slim div.yyi-rinker-box div.yyi-rinker-info {
  text-align: center; }
.yyi-rinker-design-slim div.price-box span.price {
  display: block; }

div.yyi-rinker-contents.yyi-rinker-design-slim div.yyi-rinker-info div.yyi-rinker-title a {
  font-size: 16px; }
div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.amazonkindlelink:before, div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.amazonlink:before, div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.rakutenlink:before, div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li.yahoolink:before {
  font-size: 12px; }
div.yyi-rinker-contents.yyi-rinker-design-slim ul.yyi-rinker-links li a {
  font-size: 13px; }

.yyi-rinker-main-img {
  max-width: 100%;
  height: auto; }

.maxButtons {
  display: block;
  margin-top: 16px;
  border-radius: 4px;
  line-height: 1.5;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #00b133; }
  .maxButtons:hover {
    background-color: #287e43; }

.tablepress-table-description {
  clear: both;
  display: block; }

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none; }
  .tablepress th, .tablepress td {
    padding: 8px;
    border: none;
    background: none;
    text-align: left;
    line-height: 1.75;
    float: none !important; }
  .tablepress tbody td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .tablepress tfoot th {
    border-top: 1px solid #ddd; }
  .tablepress tbody tr:first-child td {
    border-top: 0; }
  .tablepress thead th {
    border-bottom: 1px solid #ddd;
    background-color: #d9edf7;
    font-weight: bold;
    vertical-align: middle; }
  .tablepress tfoot th {
    background-color: #d9edf7;
    font-weight: bold;
    vertical-align: middle; }
  .tablepress .odd td {
    background-color: #f9f9f9; }
  .tablepress .even td {
    background-color: #fff; }
  .tablepress .row-hover tr:hover td {
    background-color: #f3f3f3; }
  .tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none; }

/*# sourceMappingURL=common.css.map */
