@charset "utf-8";

.feature-page-main {
  box-shadow: 0 1px 2px 0 #b7b7b7;
  width: 100%;
}
@media screen and (max-width: 667px) {
.feature-page-main {
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.feature-page-main {
  margin: 0 auto;
  width: 95%;
}
}

.feature-page-main.hover-frame:hover:before { border: 2px solid #1a5098; }

.feature-page-main-figure {
  height: auto;
  width: 100%;
}


/* feature page main half
======================================================== */
.feature-page-main-figure-half-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.feature-page-main-figure-half-wrap { width: 95%; }
}

.feature-page-main-figure-half-wrap .feature-page-main { width: 49.4%; }
@media screen and (max-width: 667px) {
.feature-page-main-figure-half-wrap .feature-page-main {
  margin-top: 7px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.feature-page-main-figure-half-wrap .feature-page-main { width: 48.7%; }
}

.feature-page-main.hover-frame,
.feature-page-main.hover-frame:before,
.feature-page-main-figure { border-radius: 5px; }


/* feature page pickup
======================================================== */
.feature-page-pickup {
  box-shadow: 0 1px 2px 0 #b7b7b7;
  width: 513px;
}
@media screen and (max-width: 667px) {
.feature-page-pickup {
  margin: 0 auto;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.feature-page-pickup {
  margin: 0;
  width: 49%;
}
}

.feature-page-pickup:nth-child(odd),
.feature-page-pickup.hover-frame:nth-child(odd):before { border-radius: 0 5px 5px 5px; }
@media screen and (max-width: 667px) {
.feature-page-pickup:nth-child(odd),
.feature-page-pickup:nth-child(odd).hover-frame:before { border-radius: 0 3px 3px 3px; }
}

.feature-page-pickup:nth-child(even) {
  border-radius: 5px;
  margin: 0 0 0 13px;
}
@media screen and (max-width: 667px) {
.feature-page-pickup:nth-child(even) {
  border-radius: 3px;
  margin: 10px auto 0;
}
}

.feature-page-pickup.hover-frame:nth-child(even):before { border-radius: 5px; }
@media screen and (max-width: 667px) {
.feature-page-pickup.hover-frame:nth-child(even):before { border-radius: 3px; }
}

.feature-page-pickup.hover-frame:hover:before { border: 2px solid #1a5098; }

.feature-page-pickup-figure {
  height: auto;
  width: 100%;
}

.feature-page-pickup:nth-child(odd) .feature-page-pickup-figure { border-radius: 0 5px 5px 5px; }
.feature-page-pickup:nth-child(even) .feature-page-pickup-figure { border-radius: 5px; }

.hover-frame.attached-icon:after {
  border-bottom: 75px solid transparent;
  border-left: 75px solid #1a5098;
  border-right: none;
  border-top: none;
  content: '';
  display: block;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.attached-icon-pickup {
  color: #fff;
  display: block;
  font-family: Century Gothic, sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: 8px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  width: 35px;
  z-index: 1;
}


/* feature page
======================================================== */
.feature-page-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.feature-page-wrap {
  justify-content: space-between;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.feature-page-wrap {
  justify-content: space-between;
  width: 95%;
}
}

.feature-page-wrap:nth-of-type(n+2) { padding-bottom: 15px; }

.feature-page {
  box-shadow: 0 1px 2px 0 #b7b7b7;
  border-radius: 5px;
  display: block;
  margin: 0 0 0 13px;
  width: 250px;
}
@media screen and (max-width: 667px) {
.feature-page {
  border-radius: 3px;
  margin: 0;
  width: 49%;
}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.feature-page {
  margin: 0;
  width: 24%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.feature-page {
  margin: 0;
  width: 24.5%;
}
}

.feature-page:first-child,
.feature-page:nth-child(4n+1) { margin-left: 0; }

.feature-page:nth-child(n+5) { margin-top: 13px; }
@media screen and (max-width: 667px) {
.feature-page:nth-child(n+3),
.feature-page:nth-child(n+5) { margin-top: 7px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.feature-page .hover-frame,
.feature-page .hover-frame:before { border-radius: 5px; }
@media screen and (max-width: 667px) {
.feature-page .hover-frame,
.feature-page .hover-frame:before { border-radius: 3px; }
}

.feature-page .hover-frame { padding-bottom: 150px; }
@media screen and (max-width: 320px) {
.feature-page .hover-frame { padding-bottom: 90px; }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.feature-page .hover-frame { padding-bottom: 110px; }
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.feature-page .hover-frame { padding-bottom: 120px; }
}
@media only screen and (min-width: 415px) and (max-width: 667px) {
.feature-page .hover-frame { padding-bottom: 120px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.feature-page .hover-frame { padding-bottom: 105px; }
}

.feature-page .hover-frame:before { border-color: #b7b7b7; }
.feature-page .hover-frame:hover:before { border: 2px solid #1a5098; }

.feature-page-header {
  font-size: 15px;
  height: auto;
  min-height: 3.3em;
  padding: .5em 0;
  width: 100%;
}
@media screen and (max-width: 320px) {
.feature-page-header { font-size: 11px; }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
.feature-page-header { font-size: 12px; }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
.feature-page-header { font-size: 13px; }
}
@media screen and (min-width: 415px) and (max-width: 667px) {
.feature-page-header { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
.feature-page-header { font-size: 12px; }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.feature-page-header { font-size: 11px; }
}

.feature-page-header-title,
.feature-page-header-subtitle {
  color: #333;
  display: block;
  line-height: 1.3;
  margin: 0 auto;
  width: 93%;
}
@media screen and (max-width: 667px) {
.feature-page-header-title,
.feature-page-header-subtitle { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.feature-page-header-title {
  font-size: 1em;
  font-weight: 500;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.feature-page-header-subtitle { font-size: .8em; }
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.feature-page-figure {
  border-radius: 0 0 5px 5px;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 667px) {
.feature-page-figure { border-radius: 0 0 3px 3px; }
}


/* pickup page
======================================================== */
.pickup-page-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.pickup-page-wrap {
  justify-content: space-between;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pickup-page-wrap {
  justify-content: space-between;
  width: 95%;
}
}

.pickup-page {
  box-shadow: 0 1px 2px 0 #b7b7b7;
  border-radius: 5px;
  display: block;
  margin: 0 0 0 13px;
  width: 250px;
}
@media screen and (max-width: 667px) {
.pickup-page {
  box-shadow: none;
  border-radius: 3px;
  margin: 0;
  width: 49%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pickup-page {
  margin: 0;
  width: 49%;
}
}

.pickup-page:first-child { margin-left: 0; }
@media screen and (max-width: 667px) {
.pickup-page:nth-child(n+3) { margin-top: 7px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pickup-page:nth-child(n+3) { margin-top: 15px; }
}

.pickup-page .hover-frame {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 125px;
  padding: 0 12px 0 112px;
}
@media screen and (max-width: 320px) {
.pickup-page .hover-frame {
  min-height: 68px;
  padding: 0 5px 0 60px;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.pickup-page .hover-frame {
  min-height: 80px;
  padding: 0 5px 0 70px;
}
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.pickup-page .hover-frame {
  min-height: 85px;
  padding: 0 10px 0 74px;
}
}
@media only screen and (min-width: 415px) and (max-width: 667px) {
.pickup-page .hover-frame {
  min-height: 92px;
  padding: 0 10px 0 79px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pickup-page .hover-frame {
  min-height: 95px;
  padding: 0 10px 0 87px;
}
}

.pickup-page .hover-frame,
.pickup-page .hover-frame:before { border-radius: 5px; }
.pickup-page .hover-frame:before { border-color: #b7b7b7; }
.pickup-page .hover-frame:hover:before { border: 2px solid #1a5098; }

.pickup-page-figure {
  border-radius: 5px 0 0 5px;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 320px) {
.pickup-page-figure {
  border-radius: 3px 0 0 3px;
  width: 55px;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.pickup-page-figure {
  border-radius: 3px 0 0 3px;
  width: 65px;
}
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.pickup-page-figure {
  border-radius: 3px 0 0 3px;
  width: 69px;
}
}
@media only screen and (min-width: 415px) and (max-width: 667px) {
.pickup-page-figure {
  border-radius: 3px 0 0 3px;
  width: 69px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pickup-page-figure {
  border-radius: 3px 0 0 3px;
  width: 77px;
}
}

.pickup-page-picture {
  border-radius: 5px 0 0 5px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 667px) {
.pickup-page-picture { border-radius: 3px 0 0 3px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.pickup-page-headline {
  align-items: center;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 320px) {
.pickup-page-headline {
  font-size: 10px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.pickup-page-headline {
  font-size: 11px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.pickup-page-headline {
  font-size: 12px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 415px) and (max-width: 667px) {
.pickup-page-headline {
  font-size: 13px;
  line-height: 1.5;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.pickup-page-headline.new-mark:before {
  background-color: #f00;
  color: #fff;
  content: 'NEW';
  display: block;
  font-size: 10px;
  left: 0;
  line-height: 14px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 30px;
}
@media screen and (max-width: 320px) {
.pickup-page-headline.new-mark:before {
  line-height: 12px;
  top: -14px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.pickup-page-headline.new-mark:before { top: -15px; }
}

.pickup-page-headline-inner {
  display: block;
  width: 100%;
}


/* toppage category headline
======================================================== */
.toppage-category-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 50px 0 0;
  padding-bottom: 15px;
    color:#0664DE;
}
@media screen and (max-width: 667px) {
.toppage-category-headline {
  font-size: 16px;
  margin: 30px auto 0;
  padding-bottom: 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.toppage-category-headline {
  margin: 50px auto 0;
  width: 95%;
}
}

.toppage-category-headline:first-of-type { margin-top: 0; }
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}


/* top section
======================================================== */
.top-section-headline {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 50px 0 0;
  padding-bottom: 15px;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.top-section-headline {
  font-size: 20px;
  margin: 30px auto 0;
  padding-bottom: 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.top-section-headline {
  margin: 50px auto 0;
  width: 95%;
}
}

.top-section-headline-sentence {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 667px) {
.top-section-headline-sentence {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.top-section-headline-sentence {
  font-size: 14px;
  margin: 0 auto;
  width: 95%;
}
}


/* product list
======================================================== */
.product-wrap { width: 1040px; }
@media screen and (max-width: 667px) {
.product-wrap { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-wrap { width: 100%; }
}

.product-list {
  display: block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

.product-list:hover { text-decoration: none; }

.product-list-picture {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.product-list-item-name {
  align-items: center;
  display: flex;
  height: 4em;
  margin: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 667px) {
.product-list-item-name {
  display: block;
  height: auto;
  padding: 5px 0;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-list-item-name {
  display: block;
  height: auto;
}
}

.item-name-inner {
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  width: 100%;
}
@media screen and (max-width: 667px) {
.item-name-inner { font-size: 12px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.item-name-inner { font-size: 11px; }
}
@media all and (-ms-high-contrast: none) {
.item-name-inner { font-weight: 400; }
}

.product-list-price {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 667px) {
.product-list-price { font-size: 12px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.product-list-price {
  font-size: 12px;
  margin-top: .5em;
}
}

.msec-article-thumbnail-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
    column-gap: 10px;
    row-gap:10px;
  margin: 0 auto;
  width: 1040px;
    justify-content: space-between;
}
@media screen and (max-width: 667px) {
.msec-article-thumbnail-wrap {
  /*border-top: 1px solid #eee;*/
  padding: 0;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-article-thumbnail-wrap {
  padding: 0;
  width: 95%;
}
}

.msec-article-thumbnail-list {
  margin: 0;
  padding: 0 10px 20px;
  position: relative;
  width: 24%;
    will-change: transform;
}
@media screen and (max-width: 667px) {
.msec-article-thumbnail-list {
  /*border-bottom: 1px solid #eee;*/
  box-shadow: none;
  padding: 0 0 2em;
  width: 48.5%;
}
.msec-article-thumbnail-list:after,
.msec-article-thumbnail-list:nth-child(odd):before {
  /*background-color: #eee;*/
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 2;
}
.msec-article-thumbnail-list:after { right: 0; }
.msec-article-thumbnail-list:nth-child(odd):before { left: 0; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-article-thumbnail-list {
  padding: 0 .5% 20px;
  position: relative;
  width: 24%;
}
}

.msec-article-thumbnail-list:hover { text-decoration: none; }

.msec-article-thumbnail-figure {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 667px) {
.msec-article-thumbnail-figure { width: 100%; }
}

.msec-article-thumbnail-picture {
  height: auto;
  max-width: 240px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
  
    

   
}
.msec-article-thumbnail-figure{will-change: transform;  border-radius:15px;
    border:2px solid #0664DE;
    overflow: hidden;}


.msec-article-thumbnail-list:hover .msec-article-thumbnail-picture {
    
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
   
}

.msec-article-thumbnail-date {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 15px auto 0;
  padding-bottom: .5em;
  position: relative;
  text-align: left;
  width: 95%;
    color:#0664DE;
}
@media screen and (max-width: 667px) {
.msec-article-thumbnail-date {
  font-size: 11px;
  margin: 0 auto;
  padding: 15px 0 10px;
  width: 90%;
    
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-article-thumbnail-date {
  font-size: 11px;
  margin-top: 8px;
}
}

.msec-article-thumbnail-headline {
  font-size: 14px;
  font-weight: 600;
  height: 4em;
  line-height: 1.4;
  margin: 0 auto;
  text-align: left;
  width: 95%;
   color:#0664DE;
}
@media screen and (max-width: 667px) {
.msec-article-thumbnail-headline {
  display: block;
  font-size: 12px;
  height: auto;
  line-height: 1.5;
  padding: 0 0 .5em;
  width: 90%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.msec-article-thumbnail-headline { font-size: 11px; }
}

.msec-article-thumbnail-list:hover .msec-article-thumbnail-date,
.msec-article-thumbnail-list:hover .msec-article-thumbnail-headline { opacity: .7; }


/* button
=================================*/
.button {
  position: relative;
  display: table;
  margin: 0 auto;
}

.button_inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 667px) {
.button_inner {
  height: 2.5em;
  padding: 0 1em;
  font-size: 14px;
}
}

.button_inner:hover { text-decoration: none; }


/* news
=================================*/
.top-news-list-wrap {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 667px) {
.top-news-list-wrap { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.top-news-list-wrap { width: 95%; }
}

.top-news-list {
  display: block;
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0 0 0 100px;
  position: relative;
  word-break: break-all;
}
@media screen and (max-width: 667px) {
.top-news-list { font-size: 13px; }
}

.top-news-list-inner { display: inline-block; }

.top-news-date {
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 667px) {
.top-news-date {
  display: block;
  width: 100%;
}
}

.top-news-body {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  margin: .3em 0 0;
}
@media screen and (max-width: 667px) {
.top-news-body { font-size: 13px; }
}

.or3 .less-than-item:nth-child(n+4) { display: none; }

.more-button-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.more-button-wrap { width: 95%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.more-button-wrap { width: 95%; }
}

.more-button,
.detail-page-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #1a5098;
  cursor: pointer;
  display: flex;
  height: 40px;
  margin: 0;
  transition: .3s;
  width: 200px;
}
@media screen and (max-width: 667px) {
.more-button,
.detail-page-button { width: 100%; }
}

.more-button:hover,
.detail-page-button:hover {
  background-color: #1a5098;
  border: 1px solid #1a5098;
}

.more-button-inner,
.detail-page-button-inner {
  color: #1a5098;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 667px) {
.more-button-inner,
.detail-page-button-inner { font-size: 14px; }
}
@media all and (-ms-high-contrast: none) {
.more-button-inner,
.detail-page-button-inner { margin-top: .5em; }
}

.more-button:nth-of-type(n+2),
.detail-page-button:nth-of-type(n+2) { margin-left: 10px; }
@media screen and (max-width: 667px) {
.more-button:nth-of-type(n+2),
.detail-page-button:nth-of-type(n+2) { margin: 10px 0 0 0; }
}
@media all and (-ms-high-contrast: none) {
.more-button-inner,
.detail-page-button-inner { margin-top: .5em; }
}

.more-button:hover .more-button-inner,
.detail-page-button:hover .detail-page-button-inner { color: #fff; }


/* movie
=================================*/
.movie-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 27px 0 0;
  padding: 0 0 50px;
  position: relative;
  width: 1040px;
}
@media screen and (max-width: 667px) {
.movie-wrap {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-wrap {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 95%;
}
}


.movie-wrap:before {
  background: rgba(116,116,116,.44);
  content: '';
  height: 323px;
  left: 0;
  top: 21px;
  width: 430px;
  z-index: 2;
}
@media screen and (max-width: 320px) {
.movie-wrap:before {
  height: 228px;
  width: 100%;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.movie-wrap:before {
  height: 268px;
  width: 100%;
}
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.movie-wrap:before {
  height: 296px;
  width: 100%;
}
}
@media only screen and (min-width: 415px) and (max-width: 768px) {
.movie-wrap:before {
  height: 262px;
  width: 350px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.movie-wrap:before {
  height: 78%;
  width: 48%;
}
}

@media only screen and (max-width: 320px) {
.movie-wrap:after {
  left: 98px;
  top: 62px;
}
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
.movie-wrap:after {
  left: 128px;
  top: 82px;
}
}
@media only screen and (min-width: 376px) and (max-width: 414px) {
.movie-wrap:after {
  left: 142px;
  top: 92px;
}
}
@media only screen and (min-width: 415px) and (max-width: 768px) {
.movie-wrap:after {
  font-size: 16px;
  font-weight: 600;
  left: 126px;
  top: 73px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.movie-wrap:after {
  left: 113px;
  top: 73px;
}
}

.movie-figure { width: 430px; }
@media screen and (max-width: 667px) {
.movie-figure { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-figure { width: 48%; }
}

.youtube-modal {
  display: block;
  position: relative;
  width: 100%;
}

.youtube-modal-figure {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.youtube-modal:before,
.youtube-modal:after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: .3s;
}

.youtube-modal:before {
  background-color: #fff;
  border-radius: 28px;
  height: 56px;
  margin-left: -38px;
  margin-top: -28px;
  width: 56px;
  z-index: 4;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.youtube-modal:before { margin-top: -58px; }
}

.youtube-modal:hover:before { background-color: #1a5098; }

.youtube-modal:after {
  border-bottom: 11px solid transparent;
  border-left: 16px solid #1a5098;
  border-right: none;
  border-top: 11px solid transparent;
  margin-left: -14px;
  margin-top: -11px;
  z-index: 5;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.youtube-modal:after { margin-top: -41px; }
}

.youtube-modal:hover:after { border-left: 16px solid #fff; }

.movie-description { width: 580px; }
@media screen and (max-width: 667px) {
.movie-description {
  padding: 20px 0 0;
  width: 100%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-description { width: 51%; }
}

.movie-description-headline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0 0 5px;
}
@media screen and (max-width: 667px) {
.movie-description-headline {
  font-size: 14px;
  line-height: 1.2;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-description-headline { font-size: 14px; }
}

.movie-merit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 667px) {
.movie-merit-wrap { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-merit-wrap { width: 100%; }
}

.movie-merit-list {
  align-items: center;
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 2px solid #ff9500;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 55px;
  margin: 5px 0 0;
  padding: 0 10px;
  width: 49%;
}
@media screen and (max-width: 667px) {
.movie-merit-list { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-merit-list {
  background-position: left 5px center;
  background-size: 20px;
  height: 40px;
  padding: 0 5px;
  width: 49%;
}
}

.movie-merit-list-inner {
  font-size: 14px;
  line-height: 1.2;
  padding-left: 50px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.movie-merit-list-inner {
  font-size: 14px;
  padding-left: 50px;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-merit-list-inner {
  font-size: 10px;
  padding-left: 22px;
}
}

.movie-merit-list.zaiko { background-image: url(/html/user_data/assets/img/common/icon_zaiko.png); }
.movie-merit-list.cost { background-image: url(/html/user_data/assets/img/common/icon_cost.png); }
.movie-merit-list.oshiharai { background-image: url(/html/user_data/assets/img/common/icon_oshiharai.png); }
.movie-merit-list.chumon-houhou { background-image: url(/html/user_data/assets/img/common/icon_chumon-houhou.png); }
.movie-merit-list.mypage { background-image: url(/html/user_data/assets/img/common/icon_mypage.png); }
.movie-merit-list.nouki { background-image: url(/html/user_data/assets/img/common/icon_nouki.png); }
.movie-merit-list.mailmagazine { background-image: url(/html/user_data/assets/img/common/icon_mailmagazine.png); }

.movie-description .button {
  border: 1px solid #1a5098;
  background-color: #fff;
  width: 268px;
  margin: 15px auto 0;
  transition: 0.3s;
}

.movie-description .button:hover {
  border: 1px solid #1a5098;
  background-color: #1a5098;
}

.movie-description .button_inner {
  height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  color: #1a5098;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.movie-description .button_inner {
  height: 40px;
  font-size: 14px;
}
}

.movie-description .button:hover .button_inner { color: #fff; }

.movie-description .button_inner .sub-text {
  display: block;
  font-size: 10px;
}


/* guide page link
=================================*/
.guide-page-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-page-list-wrap {
  flex-wrap: wrap;
  padding: 0 0 10px;
  width: 95%;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-page-list-wrap {
  padding: 0 0 15px;
  width: 95%;
}
}

.guide-page-list { width: 30%; }
@media screen and (max-width: 667px) {
.guide-page-list { width: 100%; }
.guide-page-list:nth-of-type(n+2) { margin-top: 10px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-page-list { width: 32%; }
}

.guide-page-link {
  align-items: center;
  background-color: #1a5098;
  border-radius: 10px;
  color: #fff;
  display: flex;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 667px) {
.guide-page-link { height: 3em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-page-link { height: 3em; }
}

.guide-page-link:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.guide-page-link-inner {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 667px) {
.guide-page-link-inner { font-size: 15px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-page-link-inner { font-size: 16px; }
}

@media screen and (max-width: 667px) {
.guide-page-list + .article-arrow-link { margin-left: 1em; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.guide-page-list + .article-arrow-link { margin-left: 1.5em; }
}


/* top pickup contents
=================================*/
.top-pickup-contents {
  border: 1px solid #1a5098;
  margin-bottom: 10px;
  padding: 10px;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.top-pickup-contents { width: 100%; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.top-pickup-contents { width: 100%; }
}

.top-pickup-contents:hover { background-color: #1a5098; }

.top-pickup-contents-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 667px) {
.top-pickup-contents-link {
  font-size: 14px;
  line-height: 1.4;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.top-pickup-contents-link { font-size: 14px; }
}

.top-pickup-contents:hover .top-pickup-contents-link {
  color: #fff;
  text-decoration: none;
}

.top-pickup-contents-link:after {
  content: ' \f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-decoration: none;
}

.attension-text {
  color: #f00;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: .5em 0;
}
@media screen and (max-width: 667px) {
.attension-text { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.attension-text { font-size: 14px; }
}


/* device style
=================================*/
.sp-only,
.tab-only { display: none; }
@media screen and (max-width: 667px) {
.sp-only { display: block; }
.pc-only,
.tab-only,
.pc-tab-only { display: none; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.tab-only,
.pc-tab-only { display: block; }
.pc-only,
.sp-only { display: none; }
}


.panel-guide-menu-wrap{
width:100%;
display: flex;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
justify-content: space-between;
margin: 0 auto;
align-items: stretch;
}

.panel-guide-menu{background:#F4F4F4;padding:15px; width: 24%; border-radius:15px; }
.panel-guide-menu-title{ color:#0664DE;font-weight:bold; font-size: 20px;}
.panel-guide-menu-text{color:#0664DE;font-size:14px;}
.panel-guide-menu-inner{display:flex; flex-wrap:wrap;align-items: stretch;height: 100%;justify-content: center;}

@media only screen and (max-width: 769px) {
.panel-guide-menu{width: 48.5%;}    
.panel-guide-menu-wrap{width:95%;}
}
