@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.6;
  font-size: 100%;
  font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 980px) {
  .pc_hidden {
    display: none; } }

.pc_block {
  display: none; }
  @media only screen and (min-width: 980px) {
    .pc_block {
      display: block; } }

a {
  display: block;
  text-decoration: none; }

.clear {
  clear: both; }

img {
  width: auto;
  margin: 0 auto;
  max-width: 100%; }

.grid-gradation {
  position: relative;
  background-size: 180% auto;
  background-attachment: fixed;
  background-position: top;
  display: block;
  background-repeat: no-repeat; }
  .grid-gradation:before {
    content: "";
    background: linear-gradient(transparent 95%, rgba(255, 255, 255, 0.2) 5%), linear-gradient(90deg, transparent 95%, rgba(255, 255, 255, 0.2) 5%);
    background-size: 10px 10px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media only screen and (min-width: 980px) {
      .grid-gradation:before {
        background-size: 14px 14px; } }
  .grid-gradation:after {
    content: "";
    background: linear-gradient(45deg, rgba(66, 199, 252, 0.45), rgba(147, 123, 204, 0.45), rgba(255, 79, 79, 0.45));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #3e3a39;
  position: relative; }

@media only screen and (min-width: 980px) {
  .container {
    height: auto;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto; } }

header {
  border-top: 3px solid #becb31;
  padding: 10px;
  height: 55px;
  background: white; }
  header a {
    width: 141px;
    height: 29px;
    margin: 0 auto;
    position: relative; }
    header a:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 141px;
      height: 29px;
      z-index: -1;
      background-size: cover;
      background-position: center center;
      background-image: url("../img/logo.jpg");
      z-index: 2; }

.grid-area {
  position: relative;
  padding: 20px 0 20px; }
  @media only screen and (min-width: 980px) {
    .grid-area {
      padding: 30px 0; } }

.catch_copy {
  width: 40%;
  height: 54vw;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 2% 15px; }
  @media only screen and (min-width: 640px) {
    .catch_copy {
      height: 390px;
      padding: 20px 2% 25px; } }
  @media only screen and (min-width: 980px) {
    .catch_copy {
      width: 350px;
      height: 290px;
      box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.2);
      padding: 3px 0 0; } }
  .catch_copy img {
    width: 100%;
    height: 300px; }
    @media only screen and (min-width: 980px) {
      .catch_copy img {
        padding: 0 13%; } }
  @media only screen and (min-width: 980px) {
    .catch_copy img.catch01 {
      padding: 3px 4% 0; } }
  .catch_copy img.catch02 {
    padding: 5px 0; }
    @media only screen and (min-width: 980px) {
      .catch_copy img.catch02 {
        margin: -13px 0 -25px;
        padding: 0 14%; } }

.grid_slide {
  height: calc(24.5vw + 46px);
  overflow: hidden; }
  @media only screen and (min-width: 980px) {
    .grid_slide {
      height: 215px; } }
  .grid_slide a {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 6px;
    padding: 1.2vw;
    position: relative;
    width: 24.5vw !important;
    overflow: hidden; }
    @media only screen and (min-width: 980px) {
      .grid_slide a {
        width: 155px !important;
        padding: 6px 7px 6px;
        margin: 20px 12px; } }
    .grid_slide a:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.7);
      box-sizing: border-box;
      z-index: -1; }
    .grid_slide a:after {
      opacity: 0;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(70deg, #42c7fc, #937bcc, #ff4f4f);
      box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.25);
      border: none;
      z-index: -1;
      transition: .4s; }
    .grid_slide a .grid__name {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      min-height: 20.5px;
      margin-bottom: 3px; }
      @media only screen and (min-width: 980px) {
        .grid_slide a .grid__name {
          margin-bottom: 6px; } }
      .grid_slide a .grid__name p {
        color: white;
        text-align: center;
        width: 100%;
        font-size: 9.2px;
        line-height: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media only screen and (min-width: 980px) {
          .grid_slide a .grid__name p {
            line-height: 1.05;
            font-size: 12.5px; } }
    .grid_slide a .grid__img {
      width: 22.3vw;
      height: 22.3vw;
      padding: 1.1vw;
      background: white; }
      @media only screen and (min-width: 980px) {
        .grid_slide a .grid__img {
          width: 140px;
          height: 140px;
          padding: 4px; } }
      .grid_slide a .grid__img img {
        width: 100%;
        height: auto; }
    .grid_slide a:nth-child(6n+1):after {
      animation: opacity 3s linear infinite; }
    .grid_slide a:nth-child(6n+1):hover:after {
      animation: opacity-all 3s linear infinite; }
    .grid_slide a:hover {
      transition: .4s; }
      @media only screen and (min-width: 980px) {
        .grid_slide a:hover {
          width: 176px !important;
          margin: 4px 0 0;
          padding: 8px 11px 10px;
          position: relative;
          z-index: 999999;
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15); } }
  @media only screen and (min-width: 980px) and (min-width: 980px) {
    .grid_slide a:hover p {
      font-size: 15px; } }
  @media only screen and (min-width: 980px) and (min-width: 980px) {
    .grid_slide a:hover .grid__img {
      transition: .4s;
      width: 156px;
      height: 156px; } }

      .grid_slide a:hover:before {
        opacity: 0; }
      .grid_slide a:hover:after {
        opacity: 1; }
  .grid_slide a.flash:after {
    opacity: 1; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes opacity-01 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacity-02 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes opacity-all {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.grid-middle-area {
  padding-right: 0;
  padding-left: 0; }
  .grid-middle-area h2 {
    text-align: center;
    color: white;
    font-size: 1.5rem;
    padding-bottom: 10px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 980px) {
      .grid-middle-area h2 {
        font-size: 2rem; } }
    .grid-middle-area h2 span {
      display: block;
      font-size: 1rem;
      line-height: 1.2; }
      @media only screen and (min-width: 980px) {
        .grid-middle-area h2 span {
          font-size: 1.2rem; } }

@media only screen and (min-width: 980px) {
  .top_post_link {
    margin: 20px auto 20px; } }
.top_post_link:hover {
  background: #f26363;
  opacity: 1;
  transition: all .2s linear;
  box-shadow: 0 1px 15px rgba(0, 117, 193, 0.5);
  margin-top: 22px;
  margin-bottom: 13px; }
  @media only screen and (min-width: 980px) {
    .top_post_link:hover {
      margin-top: 27px;
      margin-bottom: 13px; } }

section {
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  clear: both; }
  @media only screen and (min-width: 980px) {
    section {
      padding: 50px 10px; } }
  section .title {
    color: #0075c1;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px; }
    @media only screen and (min-width: 980px) {
      section .title {
        font-size: 28px; } }
    section .title:after {
      content: "";
      display: block;
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: #ddbbe3;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
  section .subtitle {
    text-align: center;
    margin: 0 auto 10px;
    max-width: 700px; }
    @media only screen and (min-width: 980px) {
      section .subtitle {
        font-size: 18px;
        margin: 0 auto 30px;
        max-width: 1200px; } }
    section .subtitle p {
      display: inline-block; }

.white {
  background: white; }

.grid-intro {
  background: white;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 980px) {
    .grid-intro {
      padding: 50px 8%; } }
  .grid-intro:before {
    content: "";
    background: linear-gradient(transparent 95%, rgba(204, 204, 204, 0.3) 5%), linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.3) 5%);
    background-size: 10px 10px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media only screen and (min-width: 980px) {
      .grid-intro:before {
        background-size: 14px 14px; } }
  .grid-intro .title_box {
    text-align: center; }
  .grid-intro .title {
    color: #3e3a39;
    padding: 15px 0 10px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.3; }
    @media only screen and (min-width: 980px) {
      .grid-intro .title {
        padding: 12px 10px 16px;
        margin: 0 0 25px;
        font-size: 26px; } }
    .grid-intro .title span {
      line-height: 1.1;
      font-size: 2.35rem;
      font-family: 'Open Sans', 'Noto Sans', sans-serif;
      padding: 0 5px; }
      @media only screen and (min-width: 980px) {
        .grid-intro .title span {
          padding: 0 5px;
          font-size: 3.5rem;
          letter-spacing: 5px; } }
    .grid-intro .title:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: linear-gradient(45deg, #42c7fc, #937bcc, #ff4f4f);
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
      @media only screen and (min-width: 980px) {
        .grid-intro .title:after {
          height: 7px; } }
  .grid-intro p {
    padding: 0 5% 10px 5%; }
    @media only screen and (min-width: 980px) {
      .grid-intro p {
        padding: 0 5% 15px 0;
        font-size: 16px;
        line-height: 1.6; } }
  @media only screen and (min-width: 980px) {
    .grid-intro .grid__top_container {
      display: flex;
      padding: 0 5%; } }
  @media only screen and (min-width: 980px) {
    .grid-intro .grid__top_container .grid__intro {
      width: 47%;
      padding: 30px 0 0; } }
  .grid-intro .grid__top_container .grid__intro img {
    width: 70%;
    margin: 0 15%; }
    @media only screen and (min-width: 640px) {
      .grid-intro .grid__top_container .grid__intro img {
        padding: 10px 8%; } }
    @media only screen and (min-width: 980px) {
      .grid-intro .grid__top_container .grid__intro img {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0 10px; } }
  .grid-intro .grid__top_container .grid__img {
    width: 90%;
    margin: 0 auto 10px;
    max-width: 700px; }
  .grid-intro .grid__top_container h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0 20px; }
    @media only screen and (min-width: 980px) {
      .grid-intro .grid__top_container h3 {
        font-size: 1.25rem;
        text-align: left;
        padding: 20px 0 30px; } }
  .grid-intro .grid__top_container span {
    position: relative;
    z-index: 2;
    padding: 0 5px 3px;
    letter-spacing: 1px;
    display: inline-block; }
  .grid-intro .grid__top_container .under_blue:before, .grid-intro .grid__top_container .under_violet:before, .grid-intro .grid__top_container .under_red:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
    z-index: -1;
    opacity: .5; }
  .grid-intro .grid__top_container .under_blue:before {
    background: #0075c1; }
  .grid-intro .grid__top_container .under_violet:before {
    background: #937bcc; }
  .grid-intro .grid__top_container .under_red {
    padding: 0 0 3px; }
    .grid-intro .grid__top_container .under_red:before {
      background: #ff4f4f; }
  @media only screen and (min-width: 980px) {
    .grid-intro .grid__top_container .grid__img {
      width: 53%; } }
  @media only screen and (min-width: 980px) {
    .grid-intro .grid__middle_container {
      display: flex;
      padding: 0 5% 30px; } }
  @media only screen and (min-width: 980px) {
    .grid-intro .grid__middle_container .grid__intro {
      width: 52%;
      padding: 30px 35px 0 0; } }
  .grid-intro .grid__middle_container .grid__img {
    width: 70%;
    max-width: 400px;
    margin: 0 auto 10px; }
    @media only screen and (min-width: 980px) {
      .grid-intro .grid__middle_container .grid__img {
        width: 27%;
        margin: -100px 0 0 50px; } }

.grid-infomation {
  background: white;
  position: relative;
  z-index: 0; }
  .grid-infomation:before {
    content: "";
    background: linear-gradient(transparent 95%, rgba(204, 204, 204, 0.3) 5%), linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.3) 5%);
    background-size: 10px 10px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media only screen and (min-width: 980px) {
      .grid-infomation:before {
        background-size: 14px 14px; } }
  @media only screen and (min-width: 980px) {
    .grid-infomation .container {
      padding: 0 3% 0 7%; } }
  .grid-infomation .infomation__block {
    padding: 10px 0 30px; }
    .grid-infomation .infomation__block h3 {
      font-size: 1.2rem;
      padding: 0 0 5px; }
      .grid-infomation .infomation__block h3:before {
        content: "■";
        color: #42c7fc;
        padding: 0 5px 5px 0;
        font-size: 1.2rem; }
      @media only screen and (min-width: 980px) {
        .grid-infomation .infomation__block h3 {
          font-size: 1.52rem;
          letter-spacing: 1px; } }
    .grid-infomation .infomation__block p {
      padding: 0 0 15px; }
      @media only screen and (min-width: 980px) {
        .grid-infomation .infomation__block p {
          font-size: 16px;
          line-height: 1.7;
          padding: 0 0 10px; } }
    .grid-infomation .infomation__block h4 {
      padding: 0 3%;
      font-size: 1.02rem; }
      @media only screen and (min-width: 980px) {
        .grid-infomation .infomation__block h4 {
          letter-spacing: 1px; } }
    .grid-infomation .infomation__block ul {
      padding: 0 5% 10px; }
      .grid-infomation .infomation__block ul li {
        padding: 5px 0; }
        @media only screen and (min-width: 980px) {
          .grid-infomation .infomation__block ul li {
            font-size: 16px; } }
  .grid-infomation .infomation__box {
    padding: 0px 5% 0 6%; }
    @media only screen and (min-width: 980px) {
      .grid-infomation .infomation__box {
        padding: 0 5%; } }
  @media only screen and (min-width: 980px) {
    .grid-infomation .infomation__flex-box {
      display: flex; } }
  @media only screen and (min-width: 980px) {
    .grid-infomation .infomation__flex-box .infomation__text {
      width: 65%;
      padding: 0 30px 0 0; } }
  .grid-infomation .infomation__flex-box .infomation__img {
    padding: 0 12%; }
    @media only screen and (min-width: 640px) {
      .grid-infomation .infomation__flex-box .infomation__img {
        max-width: 300px;
        margin: 0 auto;
        padding: 0; } }
    @media only screen and (min-width: 980px) {
      .grid-infomation .infomation__flex-box .infomation__img {
        width: 35%;
        padding: 0;
        display: flex;
        align-items: center; } }
    .grid-infomation .infomation__flex-box .infomation__img img {
      width: 100%;
      height: auto; }

.fixedsticky {
  top: 0; }

.grid-all {
  padding: 0;
  overflow: visible; }
  .grid-all .container {
    max-width: 1200px;
    overflow: visible; }
  .grid-all .allgrid-container {
    position: relative;
    overflow: visible; }
    @media only screen and (min-width: 980px) {
      .grid-all .allgrid-container {
        display: flex;
        align-items: flex-start; } }
  .grid-all .allgrid-side {
    background: rgba(0, 0, 0, 0.2);
    position: sticky;
    height: auto;
    z-index: 100; }
    @media only screen and (min-width: 980px) {
      .grid-all .allgrid-side {
        width: 200px; } }
    .grid-all .allgrid-side h3 {
      color: white;
      font-weight: 100;
      background: rgba(255, 255, 255, 0.2);
      padding: 10px;
      font-size: 1.01rem;
      text-align: center; }
      @media only screen and (min-width: 980px) {
        .grid-all .allgrid-side h3 {
          padding: 20px; } }
    .grid-all .allgrid-side .allgrid-sp-list {
      overflow: scroll; }
      @media only screen and (min-width: 980px) {
        .grid-all .allgrid-side .allgrid-sp-list {
          overflow: visible; } }
    .grid-all .allgrid-side .allgrid-sp-nav {
      position: absolute;
      right: 0;
      bottom: 0px;
      width: 60px;
      height: 46px;
      display: flex;
      align-items: center;
      background: linear-gradient(-90deg, rgba(0, 0, 0, 0.45), transparent); }
      @media only screen and (min-width: 980px) {
        .grid-all .allgrid-side .allgrid-sp-nav {
          display: none; } }
      .grid-all .allgrid-side .allgrid-sp-nav img {
        height: 65%;
        margin: auto 15% auto auto;
        animation: opacity 1.5s linear infinite; }
@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .grid-all .allgrid-side ul {
      height: 46px;
      width: 600%; }
      @media only screen and (min-width: 980px) {
        .grid-all .allgrid-side ul {
          height: auto;
          width: auto;
          padding-bottom: 200px; } }
      .grid-all .allgrid-side ul li {
        padding: 0;
        display: inline-block; }
        @media only screen and (min-width: 980px) {
          .grid-all .allgrid-side ul li {
            display: block; } }
        .grid-all .allgrid-side ul li a {
          color: white;
          position: relative;
          padding: 12px 15px; }
          @media only screen and (min-width: 980px) {
            .grid-all .allgrid-side ul li a {
              padding: 7px 0 7px 28px; } }
          .grid-all .allgrid-side ul li a:hover {
            transition: all .2s;
            text-decoration: underline; }
            @media only screen and (min-width: 980px) {
              .grid-all .allgrid-side ul li a:hover {
                font-size: 1.05rem;
                padding: 5px 0 5px 30px; } }
            @media only screen and (min-width: 980px) {
              .grid-all .allgrid-side ul li a:hover:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 12px;
                margin: auto;
                width: 10px;
                height: 10px;
                background: url(../img/arrow.svg);
                background-repeat: no-repeat;
                background-position: center; } }
        .grid-all .allgrid-side ul li a.active {
          background: linear-gradient(70deg, #42c7fc, #937bcc, #ff4f4f); }
          @media only screen and (min-width: 980px) {
            .grid-all .allgrid-side ul li a.active {
              margin: 3px 0;
              font-size: 1.05rem; } }
  .grid-all .allgrid-content {
    padding: 0 7%; }
    @media only screen and (min-width: 980px) {
      .grid-all .allgrid-content {
        padding: 0 40px 80px;
        width: calc(100% - 200px); } }
    .grid-all .allgrid-content h3 {
      color: white;
      font-weight: 100;
      font-size: 1.45rem;
      letter-spacing: 1px;
      padding-top: 30px; }
    .grid-all .allgrid-content .allgrid-block {
      display: block;
      padding-top: 70px;
      margin-top: -70px; }
    @media only screen and (min-width: 980px) {
      .grid-all .allgrid-content__list {
        column-count: 2;
        column-gap: 25px;
        column-fill: auto; } }
    @media only screen and (min-width: 980px) {
      .grid-all .allgrid-content__list--3 {
        column-count: 3;
        column-gap: 25px; } }
    @media only screen and (min-width: 1100px) {
      .grid-all .allgrid-content__list--3 {
        max-height: 900px; } }
    .grid-all .allgrid-content ul {
      border: 1px solid white;
      background: rgba(255, 255, 255, 0.1);
      margin: 15px 0;
      padding: 12px 5% 18px;
      display: inline-block;
      width: 100%; }
      @media only screen and (min-width: 980px) {
        .grid-all .allgrid-content ul {
          padding: 15px 5%;
          margin: 12px 0; } }
      .grid-all .allgrid-content ul h4 a {
        color: white;
        font-weight: 100;
        font-size: 1.04rem; }
        .grid-all .allgrid-content ul h4 a:hover {
          text-decoration: underline; }
      .grid-all .allgrid-content ul li {
        padding: 0 5%; }
        @media only screen and (min-width: 980px) {
          .grid-all .allgrid-content ul li {
            padding: 0 3%; } }
        .grid-all .allgrid-content ul li a {
          display: inline-block;
          margin: 7px 0;
          padding: 5px 10px;
          position: relative;
          color: #939393;
          font-size: 12px; }
          @media only screen and (min-width: 980px) {
            .grid-all .allgrid-content ul li a {
              font-size: 13px; } }
          .grid-all .allgrid-content ul li a:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
            box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.7);
            box-sizing: border-box;
            z-index: -1; }
          .grid-all .allgrid-content ul li a:after {
            opacity: 0;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(70deg, #42c7fc, #937bcc, #ff4f4f);
            box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.25);
            border: none;
            z-index: -1;
            transition: .4s; }
          .grid-all .allgrid-content ul li a:hover {
            transition: .4s;
            color: white;
            font-size: .88rem; }
            .grid-all .allgrid-content ul li a:hover:before {
              opacity: 0; }
            .grid-all .allgrid-content ul li a:hover:after {
              opacity: 1; }
        .grid-all .allgrid-content ul li:first-of-type {
          margin-top: 5px; }
        .grid-all .allgrid-content ul li:last-child {
          margin-bottom: 5px; }

.top {
  top: 0; }

.logo_area {
  height: auto;
  overflow: hidden;
  padding: 0 10px 20px;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .logo_area {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 10px; } }
  .logo_area .logo_img {
    width: calc(100% / 3);
    float: left;
    height: 80px;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .logo_area .logo_img {
        height: 75px;
        width: calc(100% / 5);
        margin: 20px 0 0; } }
    .logo_area .logo_img img {
      position: absolute;
      position: absolute;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 5px; }
      @media only screen and (min-width: 980px) {
        .logo_area .logo_img img {
          padding: 5px 10px; } }

.inner_section__box {
  height: auto;
  overflow: hidden;
  clear: both;
  margin: 0 -10px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 980px) {
    .inner_section__box {
      margin: 60px -10px 0; } }

.inner_section {
  padding: 25px 20px 20px; }
  @media only screen and (min-width: 980px) {
    .inner_section {
      width: 50%;
      float: left;
      padding: 40px 40px; } }
  @media only screen and (min-width: 980px) {
    .inner_section .inner_section__content {
      max-width: 700px; } }
  .inner_section .inner_section__content img {
    width: 98%;
    margin: 0 1%; }

.inner_section01 {
  color: #0075c1; }
  .inner_section01:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/back.jpg");
    background-repeat: no-repeat;
    background-size: auto 50%;
    opacity: 0.2; }
    @media only screen and (min-width: 980px) {
      .inner_section01:before {
        background-size: cover; } }
  .inner_section01 .inner_section__content {
    max-width: 700px;
    margin: 0 auto; }
    @media only screen and (min-width: 980px) {
      .inner_section01 .inner_section__content {
        float: right; } }

.inner_section02 {
  background: url("../img/back02.jpg");
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .inner_section02 .inner_section__content {
    max-width: 700px;
    margin: 0 auto;
    position: relative; }
  .inner_section02 .title {
    color: white; }
  .inner_section02 .right {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 0; }
    @media only screen and (min-width: 980px) {
      .inner_section02 .right {
        right: 2.5%;
        font-size: 17px;
        letter-spacing: .1px; } }

.footer_copy {
  background: #f4f3f2;
  padding: 0; }
  .footer_copy .container {
    padding: 5% 0 20%;
    position: relative;
    z-index: 0;
    height: auto;
    overflow: hidden; }
    @media only screen and (min-width: 980px) {
      .footer_copy .container {
        padding: 60px 0 260px;
        max-width: 1000px; } }
    .footer_copy .container:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: url("../img/footer.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center bottom; }

footer {
  margin-top: 0; }
  footer .footer-invitation-wrap {
    background: url(https://www.itreview.jp/packs/media/images/front/footer-invitation-bg-5cbfd4d837d70375b03ed2641fb8f312.jpg);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #555;
    text-align: center; }
    footer .footer-invitation-wrap .footer-invitation-background {
      padding: 20px 15px;
      background: rgba(255, 255, 255, 0.75); }
    footer .footer-invitation-wrap .footer-invitation-for-vendor {
      font-size: 14px;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-for-vendor {
          font-size: 24px; } }
    footer .footer-invitation-wrap .footer-invitation-title {
      font-size: 24px;
      line-height: 1.2;
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-title {
          font-size: 33px; } }
    footer .footer-invitation-wrap .footer-invitation-text {
      font-weight: 700;
      text-align: center;
      font-size: 12px;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-text {
          padding-bottom: 20px;
          font-size: 16px;
          font-weight: 100; } }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-text .show-for-small-only {
          display: none; } }
    footer .footer-invitation-wrap a.footer-invitation-button {
      width: 100%;
      font-size: 15px;
      padding: 10px 30px;
      margin: 20px 0;
      color: #fff;
      background: linear-gradient(90deg, #5ea7d7, #0075c0);
      border-radius: 3px;
      font-weight: 700;
      font-size: 17px;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap a.footer-invitation-button {
          width: auto;
          padding: 20px 50px;
          display: inline-block; } }
  footer .footer-link-wrap {
    padding: 20px;
    background: linear-gradient(to top right, #54b4f8, #66c7f8); }
    footer .footer-link-wrap .footer-logo-wrap {
      padding: 25px 25px 40px;
      text-align: center; }
      footer .footer-link-wrap .footer-logo-wrap .footer-logo {
        text-align: center;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        height: 31px;
        background-image: url("../img/logo_white.svg");
        width: 154px;
        height: 31px; }
      footer .footer-link-wrap .footer-logo-wrap .footer-logo-line {
        background: #ddbbe3;
        padding: 2px;
        width: 80px;
        margin: 20px auto 0; }
    footer .footer-link-wrap .footer-link-list {
      width: auto;
      flex-direction: column;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        footer .footer-link-wrap .footer-link-list {
          width: 80%;
          display: flex;
          flex-direction: row;
          justify-content: space-between; } }
    footer .footer-link-wrap .footer-link-container {
      width: 100%;
      transform: none;
      font-weight: 400;
      padding: 0 20px 20px; }
    footer .footer-link-wrap .footer-link {
      padding: 4px 0; }
      footer .footer-link-wrap .footer-link a {
        color: #fff; }
  footer .footer-copyright {
    text-align: center;
    display: block;
    color: #555;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 20px; }
  footer small {
    text-align: center;
    display: block; }

.top-category-wrap {
  display: flex;
  flex-direction: row; }
  .top-category-wrap a {
    display: inline-block; }
  .top-category-wrap .top-category-name {
    border: 1px solid #0075c1;
    background: white;
    display: inline-block;
    margin: 5px;
    width: 30%;
    padding: 10px; }

.middle-category-wrap {
  display: flex;
  flex-direction: column;
  display: none;
  width: 100%; }
  .middle-category-wrap .middle-category {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    flex-grow: 1; }
    .middle-category-wrap .middle-category .middle-category-name {
      border: 1px solid #0075c1;
      background: #5bbeff;
      display: inline-block;
      margin: 5px;
      width: 30%;
      padding: 10px;
      width: 100%; }

.bottom-category-wrap {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  display: none; }
  .bottom-category-wrap .bottom-category {
    width: 100%; }
    .bottom-category-wrap .bottom-category .bottom-category-name {
      border: 1px solid #0075c1;
      background: white;
      display: inline-block;
      margin: 5px;
      padding: 10px;
      width: 100%;
      animation: float_01 5s linear infinite;
      transform-origin: 50% 50%; }
  .bottom-category-wrap .bottom-category:nth-child(even) .bottom-category-name {
    animation: float_02 5s linear infinite;
    transform-origin: 50% 50%;
    background: #0094f4;
    margin: 10px; }

@keyframes float_01 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@keyframes float_02 {
  0% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-10px); } }

/*# sourceMappingURL=common.css.map */
