@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif, monospace;
}

@media screen and (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

.breadcrumbs {
  background-color: #fff;
  padding: 40px 0px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}

.breadcrumbs__list {
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__list {
    width: auto;
  }
}

.footer {
  padding-top: 0;
}

.breadcrumbs {
  margin-bottom: 0;
}

img {
  vertical-align: middle;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}

.frozen {
  max-width: 970px;
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 auto 40px;
  /*-- テキスト関連 --*/
  /*-- 見出し --*/
  /*-- バナーエリア --*/
}

@media screen and (max-width: 767px) {
  .frozen {
    font-size: 14px;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 767px) {
  .frozen img {
    width: 100%;
    height: auto;
  }
}

.frozen [data-fadein] {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.frozen .align--center {
  text-align: center !important;
}

.frozen .bottom-space--0 {
  margin-bottom: 0 !important;
}

.frozen .bottom-space--10 {
  margin-bottom: 10px !important;
}

.frozen .bottom-space--30 {
  margin-bottom: 30px !important;
}

.frozen .bg--01 {
  padding: 80px;
  background: url("/uploads/Tinymce/img/frozen/bg-category-menu.png") top center repeat-y;
  background-size: 100%;
}

.frozen .bg--02 {
  background: url("/uploads/Tinymce/img/frozen/bg-category-01.png") top center repeat-y;
  background-size: 100%;
}

.frozen .bg--03 {
  background: url("/uploads/Tinymce/img/frozen/bg-category-02.png") top center repeat-y;
  background-size: 100%;
}

.frozen .bg--04 {
  background: url("/uploads/Tinymce/img/frozen/bg-category-03.png") top center repeat-y;
  background-size: 100%;
}

.frozen .bg--05 {
  padding-bottom: 100px;
  background: url("/uploads/Tinymce/img/frozen/bg-category-04.png") bottom center no-repeat;
  background-size: 100%;
}

.frozen .border--bottom {
  border-bottom: solid 1px #000;
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .frozen .bottom-space--10 {
    margin-bottom: 2% !important;
  }
  .frozen .bottom-space--30 {
    margin-bottom: 4% !important;
  }
  .frozen .bg--01 {
    padding: 6% !important;
  }
  .frozen .border--bottom {
    padding-bottom: 6% !important;
  }
}

.frozen__mv {
  width: 100%;
  margin: 8% auto;
}

@media screen and (max-width: 767px) {
  .frozen__mv {
    margin: 0 auto 4%;
  }
}

.frozen__contents {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .frozen__contents {
    padding: 0 2%;
  }
}

.frozen .text--orange {
  color: #d8904d;
}

.frozen .text--green {
  color: #87af4d;
}

.frozen .text--apricot {
  color: #cd8569;
}

.frozen .text--blue {
  color: #10589e;
}

.frozen .text--note {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .frozen .text--note {
    margin-bottom: 6%;
  }
}

.frozen__ttl--style01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .frozen__ttl--style01 {
    margin-bottom: 4%;
  }
}

.frozen__ttl--style02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .frozen__ttl--style02 {
    font-size: 20px;
    margin-bottom: 2%;
  }
}

.frozen__bnr {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .frozen__bnr {
    margin-bottom: 6%;
  }
}

.frozen .item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7%;
}

@media screen and (max-width: 767px) {
  .frozen .item-list {
    padding: 0 6%;
  }
}

.frozen .item-list li {
  width: 48%;
  margin-bottom: 8%;
}

@media screen and (max-width: 767px) {
  .frozen .item-list li {
    width: 100%;
    margin: 0 auto 10%;
  }
}

.frozen .item-list--2col li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .frozen .item-list--2col li {
    width: 100%;
    max-width: 400px;
  }
}

.frozen .item-list--2col li .item-ttl {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .frozen .item-list--2col li .item-ttl {
    font-size: 20px;
  }
}

.frozen .item-image {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .frozen .item-image {
    margin-bottom: 4%;
  }
}

.frozen .item-ttl {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .frozen .item-ttl {
    font-size: 22px;
    margin-bottom: 2%;
  }
}

.frozen .item-text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .frozen .item-text {
    font-size: 16px;
  }
}

.frozen .category-copy {
  width: 700px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .frozen .category-copy {
    width: 100%;
    margin-bottom: 6%;
  }
}

.frozen .category-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 650px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .frozen .category-nav {
    width: 100%;
    max-width: 600px;
  }
}

.frozen .category-nav li {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .frozen .category-nav li {
    width: 30%;
    margin: 0;
  }
}

.frozen .category-nav li a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .frozen .category-nav li a:hover {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
}

.frozen .category-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .frozen .category-ttl {
    font-size: 18px;
  }
}

.frozen .category-ttl--style01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .frozen .category-ttl--style01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 6%;
    margin: 0 calc(50% - 50vw) 10%;
  }
}

.frozen .category-ttl--style01.bg--orange {
  color: #fff;
  background-color: #d8904d;
}

.frozen .category-ttl--style01.bg--green {
  color: #fff;
  background-color: #87af4d;
}

.frozen .category-ttl--style01.bg--apricot {
  color: #fff;
  background-color: #cd8569;
}

.frozen .category-ttl--style01.bg--blue {
  padding: 20px 0;
  color: #fff;
  background-color: #014190;
}

.frozen .category-ttl--style02 {
  width: 330px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .frozen .category-ttl--style02 {
    width: 60%;
    max-width: 300px;
    margin-bottom: 2%;
  }
}

.frozen .category-ttl--style03 {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .frozen .category-ttl--style03 {
    margin-bottom: 6%;
  }
}

.frozen .category-name {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .frozen .category-name {
    width: 60%;
    max-width: 300px;
  }
}

.frozen .category-introduction {
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .frozen .category-introduction {
    margin-top: 3%;
  }
}

.frozen .category-introduction p:first-child {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .frozen .category-introduction p:first-child {
    font-size: 20px;
  }
}

.frozen .category-introduction p:last-child {
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .frozen .category-introduction p:last-child {
    font-size: 16px;
  }
}

.frozen .store {
  font-size: 20px;
  text-align: center;
  padding: 6% 0;
}

@media screen and (max-width: 767px) {
  .frozen .store {
    font-size: 16px;
  }
}

.frozen .store__access {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.frozen .store__netsuper-text {
  font-size: 16px;
  font-weight: 700;
  color: #9c076d;
}

.frozen .store__netsuper-text .break {
  display: inline-block;
}
