@charset "UTF-8";
@media only screen and (min-width: 769px) {
  /*contents01ここから*/
  .contents01 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner figure a {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents01 .contents01-inner figure a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents01 .contents01-inner .slick-prev, .contents01 .contents01-inner .slick-next {
    width: 4.7rem;
    height: 8.2rem;
    display: none;
    top: 50%;
    bottom: auto;
    margin: auto;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contents01 .contents01-inner .slick-prev {
    left: 19rem;
    right: auto;
  }
  .contents01 .contents01-inner .slick-prev::before {
    width: 4.7rem;
    height: 8.2rem;
    background-image: url(../img/common/arrow01.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents01 .contents01-inner .slick-next {
    left: auto;
    right: 19rem;
  }
  .contents01 .contents01-inner .slick-next::before {
    width: 4.7rem;
    height: 8.2rem;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents01 .contents01-inner .slick-dots {
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 1.6rem;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents01 .contents01-inner .slick-dots li {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
  }
  .contents01 .contents01-inner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents01 .contents01-inner .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #ffffff;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents01 .contents01-inner .slick-dots .slick-active button:before {
    background-color: #ffffff;
  }
  .contents01 .contents01-inner.white .slick-prev::before {
    background-image: url(../img/common/arrow05.png);
  }
  .contents01 .contents01-inner.white .slick-next::before {
    background-image: url(../img/common/arrow06.png);
  }
  .contents01 .contents01-inner.white .slick-dots li button:before {
    border: 0.2rem solid #000;
  }
  .contents01 .contents01-inner.white .slick-dots .slick-active button:before {
    background-color: #000;
  }
  .contents01:hover .contents01-inner .slick-prev, .contents01:hover .contents01-inner .slick-next {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }

  .contents01-2 {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .contents01-2 .contents01-2-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
    padding: 2rem 0;
    margin: 0 auto;
  }
  .contents01-2 .contents01-2-inner figure {
    width: 95.9rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents01-2 .contents01-2-inner figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }

  /*contents01ここまで*/
  /*contents02ここから*/
  .contents02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #8498AC;
    position: relative;
  }
  .contents02 .contents02-inner {
    width: 120rem;
    height: auto;
    display: block;
    padding: 5.2rem 0 4.5rem;
    margin: 0 auto;
    position: relative;
  }
  .contents02 .contents02-inner .title {
    width: 3.2rem;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents02 .contents02-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area {
    width: 95.5rem;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;


    
    width: 90rem;
    gap: 5rem;
  }
  .contents02 .contents02-inner .item-area .item {
    margin: 0 auto;
    width: 50%;/*100*/
    max-width: 560px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;



    width: 44%;
  }
  .contents02 .contents02-inner .item-area .item figure {
    width: 30.6%;
    height: auto;
    display: block;
    /*margin: 0 1.5rem 0 0;*/
    position: relative;
  }
  .contents02 .contents02-inner .item-area .item figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item .text {
    width: 69%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item .text h3 {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-bottom: 1.3rem;
  }
  .contents02 .contents02-inner .item-area .item .text h4 {
    width: 90%;
	font-size: 1.55rem;
    line-height: 2rem;
    margin-bottom: 1.3rem;
  }
  .contents02 .contents02-inner .item-area .item .text .txt {
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
  .contents02 .contents02-inner .item-area .item .text p {
    font-size: 1.7rem;
    line-height: 2.7rem;



    text-align: right;
    margin-bottom: 0.4rem;
  }
  .contents02 .contents02-inner .item-area .item .text .point {
    padding: 3px 15px;
    display: inline-block;
    background-color: #968d52;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
  }
  .contents02 .contents02-inner .item-area .item .text .btn {
    width: 14.5rem;/*16.2*/
    height: auto;
    display: block;



    margin-left: auto;
  }
  .contents02 .contents02-inner .item-area .item .text .btn img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.8rem;
  }
  .contents02 .contents02-inner .item-area .item .flex > * + * {
    margin-left: 10px;
  }
  .contents02 .contents02-inner .item-area .item.new figure::before {
    content: "";
    width: 3rem;
    height: 3rem;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents02 .contents02-inner .item-area .item.limit figure::before {
    content: "";
    width: 3rem;
    height: 3rem;
    display: block;
    background-image: url(../img/common/icon02.jpg);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }

  /*contents02ここまで*/
  /*contents03ここから*/
  .contents03 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-image: url(../img/index/bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
  }
  .contents03 .contents03-inner {
    width: 120rem;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents03 .contents03-inner .title {
    width: 3.2rem;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents03 .contents03-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents03 .contents03-inner .text {
    width: 90rem;
    height: auto;
    display: block;
    padding: 8.6rem 0 6.5rem;
    margin: 0 auto 0 15rem;



    padding-top: 23rem;
  }
  .contents03 .contents03-inner .text .text01 {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0 0 1.4rem -5.2rem;
    color: #ffffff;
  }
  .contents03 .contents03-inner .text h3 {
    margin-bottom: 2.3rem;
    font-weight: 900;
    font-size: 4.1rem;
    line-height: 6rem;
    color: #ffffff;
    letter-spacing: 4px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents03 .contents03-inner .text h3 .copy {
    width: 1.9rem;
    height: auto;
    display: inline-block;
    margin-left: 0.4rem;
    margin-bottom: 0.9rem;
    vertical-align: bottom;
  }
  .contents03 .contents03-inner .text p {
    font-size: 1.9rem;
    line-height: 5rem;
    color: #ffffff;
	-webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  /*contents03ここまで*/
  /*contents04ここから*/
  .contents04 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #000000;
    position: relative;
  }
  .contents04-wrapper,
  .contents04 .contents04-inner {
    width: 120rem;
    height: auto;
    display: block;
    padding: 10.5rem 0 11.6rem;
    margin: 0 auto;
    position: relative;
  }
  .contents04-wrapper {
    padding: 0 !important;
  }
  .contents04-wrapper .contents04-inner02,
  .contents04-wrapper .contents04-inner03 {
    width: 100vw !important;
    margin: 0 calc(50% - 50vw) !important;
  }
  .contents04 .contents04-inner .title,
  .contents04-wrapper .title {
    width: 3.2rem;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 10;
  }
  .contents04 .contents04-inner .title img,
  .contents04-wrapper .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner .text {
    width: 90rem;
    height: auto;
    display: block;
    margin: 0 auto 0 15rem;
  }
  .contents04 .contents04-inner .text h3 {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 3.5rem;
    color: #ffffff;
  }
  .contents04 .contents04-inner .text p {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 4.9rem;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents04 .contents04-inner03,
  .contents04 .contents04-inner02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents04 .contents04-inner03 figure,
  .contents04 .contents04-inner02 figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner03 figure img,
  .contents04 .contents04-inner02 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner03 figure img.wide,
  .contents04 .contents04-inner02 figure img.wide {
    display: none;
  }
  .contents04 .contents04-inner03 .slick-prev, .contents04 .contents04-inner03 .slick-next,
  .contents04 .contents04-inner02 .slick-prev, .contents04 .contents04-inner02 .slick-next {
    width: 4.7rem;
    height: 8.2rem;
    display: block;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
  .contents04 .contents04-inner03 .slick-prev,
  .contents04 .contents04-inner02 .slick-prev {
    left: 19rem;
    right: auto;
  }
  .contents04 .contents04-inner03 .slick-prev::before,
  .contents04 .contents04-inner02 .slick-prev::before {
    width: 4.7rem;
    height: 8.2rem;
    background-image: url(../img/common/arrow01.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents04 .contents04-inner03 .slick-next,
  .contents04 .contents04-inner02 .slick-next {
    left: auto;
    right: 19rem;
  }
  .contents04 .contents04-inner03 .slick-next::before,
  .contents04 .contents04-inner02 .slick-next::before {
    width: 4.7rem;
    height: 8.2rem;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents04 .contents04-inner03 .slick-dots,
  .contents04 .contents04-inner02 .slick-dots {
    position: absolute;
    top: auto;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 1.6rem;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents04 .contents04-inner03 .slick-dots li,
  .contents04 .contents04-inner02 .slick-dots li {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
  }
  .contents04 .contents04-inner03 .slick-dots li button,
  .contents04 .contents04-inner02 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents04 .contents04-inner03 .slick-dots li button:before,
  .contents04 .contents04-inner02 .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #ffffff;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents04 .contents04-inner03 .slick-dots .slick-active button:before,
  .contents04 .contents04-inner02 .slick-dots .slick-active button:before {
    background-color: #ffffff;
  }

  /*contents04ここまで*/
  /*contents05ここから*/

  /*contents05 カープの選手*/

  .contents05-1 {
    position: relative;
    padding: 9rem 0 6rem;
    background-color: #b00c15;
    background-image: url(../img/index/bg02-2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
  }
  .contents05-1 .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 4rem;
    right: auto;
    margin: auto;
  }
  .contents05-1 .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents05-1 .contents05-inner {
    width: 90rem;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents05-1 .contents05-inner .text {
    width: 56rem;
  }
  .contents05-1 .contents05-inner .text h3 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1 .contents05-inner .text p {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1 .contents05-inner .text p.name {
    text-align: right;
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 2.5rem;
  }
  
  
  
   /*contents05 日ハムの選手*/
  
    .contents05-1a {
    position: relative;
    padding: 9rem 0 6rem;
    background-color: #006298;
    background-image: url(../img/index/bg02-2a.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
  }
  .contents05-1a .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 4rem;
    right: auto;
    margin: auto;
  }
  .contents05-1a .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents05-1a .contents05a-inner {
    width: 90rem;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents05-1a .contents05a-inner .text {
    width: 56rem;
  }
  .contents05-1a .contents05a-inner .text h3 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
    letter-spacing: 2px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1a .contents05a-inner .text p {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1a .contents05a-inner .text p.name {
    text-align: right;
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 2.5rem;
  }

  
  

  .contents05-2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10rem 0;
    background-color: #4bc4e7;
    background-image: url(../img/index/bg02.jpg);
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: center;
    position: relative;
  }
  .contents05-2 .contents05-inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents05-2 .contents05-inner .video .mUnit {
    position: relative;
    margin: 0 auto;
    width: 50rem;
    height: 50rem;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    cursor: pointer;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 128px;
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 64px;
    height: 64px;
    background: 0 0 !important;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 22px;
    border-left-color: #fff;
    border-top: solid 11px transparent !important;
    border-bottom: solid 11px transparent !important;
    top: 50%;
    left: 50.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: 0 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster img {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:hover:before, .contents05-2 .contents05-inner .video .mVimeo .poster:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:hover img {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  /*contents05ここまで*/
  /*contents06ここから*/
  .contents06 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner .title {
    width: 3.4rem;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 4rem;
    right: auto;
    margin: auto;
    z-index: 1;
  }
  .contents06 .contents06-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents06 .contents06-inner .text-area {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text {
    width: 100%;
    height: auto;
    display: block;
    padding: 6.3rem 0 10.6rem;
    margin: 0 auto;
    background-color: #cbcbcb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  .contents06 .contents06-inner .text-area .text .text-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner h3 {
    font-weight: 900;
    font-size: 2.9rem;
    line-height: 5.7rem;
    margin-bottom: 4.3rem;
    text-align: left;
    letter-spacing: 2px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-top: 3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.4px;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop p:nth-of-type(1) {
    margin-top: 0;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 2rem 0 2.8rem;
    text-align: right;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .img-area {
    margin: 3rem auto 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .img-area img {
    width: 48%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area {
    width: 70rem;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item {
    width: 30rem;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 3.3rem 0 0;
    text-align: right;
  }
  .contents06 .contents06-inner .text-area .text01 {
    background-image: url(../img/index/bg03.jpg);
    background-position: top center;
  }
  .contents06 .contents06-inner .text-area .text01 .text-inner {
    padding-left: calc(70.0rem - 50.0rem);
  }
  .contents06 .contents06-inner .text-area .text02 {
    background-image: url(../img/index/bg04.jpg);
    background-position: top right;
  }
  .contents06 .contents06-inner .text-area .text02 .text-inner {
    padding-right: calc(70.0rem - 46rem);
  }
  .contents06 .contents06-inner .text-area .text02 .text-inner h3 {
    white-space: nowrap;
  }
  .contents06 .contents06-inner .text-area .text03 {
    background-image: url(../img/index/bg05.jpg);
    background-position: top right;
  }
  .contents06 .contents06-inner .text-area .text03 .text-inner {
    padding-right: calc(70.0rem - 43rem);
  }
  .contents06 .contents06-inner .text-area .slick-prev, .contents06 .contents06-inner .text-area .slick-next {
    width: 4.7rem;
    height: 8.2rem;
    display: block;
    top: 24.4rem;
    bottom: auto;
    margin: auto;
    z-index: 10;
  }
  .contents06 .contents06-inner .text-area .slick-prev {
    left: 19rem;
    right: auto;
  }
  .contents06 .contents06-inner .text-area .slick-prev::before {
    width: 4.7rem;
    height: 8.1rem;
    background-image: url(../img/common/arrow07.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents06 .contents06-inner .text-area .slick-next {
    left: auto;
    right: 19rem;
  }
  .contents06 .contents06-inner .text-area .slick-next::before {
    width: 4.7rem;
    height: 8.1rem;
    background-image: url(../img/common/arrow08.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents06 .contents06-inner .text-area .slick-dots {
    position: absolute;
    top: auto;
    bottom: 3rem;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1.6rem;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents06 .contents06-inner .text-area .slick-dots li {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
  }
  .contents06 .contents06-inner .text-area .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents06 .contents06-inner .text-area .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #000000;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
  }
  .contents06 .contents06-inner .text-area .slick-dots .slick-active button:before {
    background-color: #000000;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .contents06 .contents06-inner .text-area.white .slick-prev::before {
    background-image: url(../img/common/arrow01.png);
  }
  .contents06 .contents06-inner .text-area.white .slick-next::before {
    background-image: url(../img/common/arrow02.png);
  }
  .contents06 .contents06-inner .text-area.white .slick-dots li button:before {
    border: 0.2rem solid #fff;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
  }
  .contents06 .contents06-inner .text-area.white .slick-dots .slick-active button:before {
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  /*contents06ここまで*/
  /*contents07ここから*/
  .contents07 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  .contents07 .contents07-inner {
    width: 120rem;
    height: auto;
    display: block;
    padding: 10rem 0 8.1rem;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner .title {
    width: 3.2rem;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents07 .contents07-inner .item-area {
    width: 82rem;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner .item-area .item {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents07 .contents07-inner .item-area .item .item-img {
    width: 44.3rem;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img {
    width: 100%;
    height: auto;
    padding: 0 3.7rem;
    margin: 0 0 3.5rem;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev, .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
    width: 2.1rem;
    height: 3.5rem;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev {
    left: 0.5rem;
    right: auto;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev::before {
    width: 2.1rem;
    height: 3.5rem;
    background-image: url(../img/common/arrow03.png);
    background-repeat: no-repeat;
    background-size: 2.1rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
    left: auto;
    right: 0.5rem;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next::before {
    width: 2.1rem;
    height: 3.5rem;
    background-image: url(../img/common/arrow04.png);
    background-repeat: no-repeat;
    background-size: 2.1rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img {
    width: 100%;
    height: auto;
    padding: 0 3.7rem;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img {
    width: 15rem;
    height: auto;
    margin: 0 0.8rem;
    display: block;
    cursor: pointer;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img:hover img {
    opacity: 0.8;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0.4rem solid #cecece;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .slick-current img {
    border: 0.6rem solid #FF3C50;
  }
  .contents07 .contents07-inner .item-area .item .item-text {
    width: 33rem;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text .item-img {
    width: 100%;
  }
  .contents07 .contents07-inner .item-area .item .item-text .thumbnail-img {
    padding: 0;
    width: 100%;
  }
  .contents07 .contents07-inner .item-area .item .item-text h3 {
    margin-top: 25px;
    margin-bottom: 1.6rem;
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
  .contents07 .contents07-inner .item-area .item .item-text h4 {
    font-size: 1.55rem;
    line-height: 2.7rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
  }
  .contents07 .contents07-inner .item-area .item .item-text p {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.05rem;
    margin-bottom: 2.3rem;
    text-align: right;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link a {
    width: 100%;
    height: auto;
    margin: 1rem 0 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link a:nth-of-type(1) {
    margin: 0;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link a img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .new .item-img .main-img .img {
    position: relative;
  }
  .contents07 .contents07-inner .item-area .new .item-img .main-img .img::before {
    content: "";
    width: 8rem;
    height: 8rem;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 2rem;
    bottom: auto;
    left: 2rem;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .main-img .img {
    position: relative;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .main-img .img::before {
    content: "";
    width: 8rem;
    height: 8rem;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 2rem;
    bottom: auto;
    left: 2rem;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-top: 0.2rem solid #808080;
    border-bottom: 0.2rem solid #808080;
  }
  .contents07 .contents07-inner02 .item-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90rem;
    height: auto;
    display: block;
    padding: 5.6rem 10rem 4.1rem;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner02 .item-area .item {
    width: 13.5rem;
    height: auto;
    display: block;
    margin: 0 2.7rem;
    cursor: pointer;
  }
  .contents07 .contents07-inner02 .item-area .item img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    border: 0.3rem solid #d0d0d0;
  }
  .contents07 .contents07-inner02 .item-area .item h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  /* .contents07 .contents07-inner02 .item-area .item.slick-current + .item + .item + .item {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  } */
  .contents07 .contents07-inner02 .item-area .new {
    position: relative;
  }
  .contents07 .contents07-inner02 .item-area .new::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 6px;
    bottom: auto;
    left: 6px;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner02 .item-area .slick-current img {
    border: 0.6rem solid #FF3C50;
  }
  .contents07 .contents07-inner02 .item-area .slick-prev, .contents07 .contents07-inner02 .item-area .slick-next {
    width: 4.7rem;
    height: 8.1rem;
    display: block;
    top: 9.3rem;
    bottom: auto;
    margin: auto;
    z-index: 10;
  }
  .contents07 .contents07-inner02 .item-area .slick-prev {
    left: 0;
    right: auto;
  }
  .contents07 .contents07-inner02 .item-area .slick-prev::before {
    width: 4.7rem;
    height: 8.1rem;
    background-image: url(../img/common/arrow05.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents07 .contents07-inner02 .item-area .slick-next {
    left: auto;
    right: 0;
  }
  .contents07 .contents07-inner02 .item-area .slick-next::before {
    width: 4.7rem;
    height: 8.1rem;
    background-image: url(../img/common/arrow06.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents07 .contents07-howto {
    padding: 45px 0 65px;
    background-color: #c1c1c1;
  }
  .contents07 .contents07-howto .wrapper {
    margin: 0 auto;
    width: 77%;
  }
  .contents07 .contents07-howto .wrapper .title {
    text-align: center;
  }
  .contents07 .contents07-howto .wrapper .title img {
    width: 17.662rem;
    height: auto;
  }
  .contents07 .contents07-howto .wrapper .container__howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex {
    padding: 4rem 0 4rem 4rem;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:first-child {
    width: 40%;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:first-child img {
    width: 100%;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:last-child {
    padding-left: 3rem;
    width: 60%;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:last-child .num {
    width: auto;
    height: 4.505rem;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:last-child p {
    margin-top: 2.2rem;
    line-height: 1.7;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
  .contents07 .contents07-howto .wrapper .container__note {
    margin-top: 1rem;
    padding: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:first-child {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:last-child {
    padding-left: 20px;
    width: 90%;
    border-left: 1px solid #000;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:last-child ul li {
    list-style-type: none;
    text-indent: -2.2rem;
    padding-left: 2.2rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.5rem;
  }
  .contents07 .contents07-inner03 {
    width: 100%;
    height: auto;
    display: block;
    padding: 5rem 0 6.6rem;
    margin: 0 auto;
    background-color: #f4f4f4;
  }
  .contents07 .contents07-inner03 h3 {
    width: 9.318rem;
    height: auto;
    display: block;
    margin: 0 auto 4.4rem;
  }
  .contents07 .contents07-inner03 h3 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents07 .contents07-inner03 .review-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 77%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contents07 .contents07-inner03 .review-area + .review-area {
    margin-top: 30px;
  }
  .contents07 .contents07-inner03 .review-area .review {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5rem 1.2rem 3rem;
    margin: 0;
    width: calc(100% / 3 - 1em);
    height: auto;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    background-color: transparent; */
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #828282;
    border-bottom: none;
  }
  .contents07 .contents07-inner03 .review-area .review::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: url('../img/review/box.png') no-repeat left top;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 0;

  }
  .contents07 .contents07-inner03 .review-area .review img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .contents07 .contents07-inner03 .review-area .review p {
    position: relative;
    font-size: 0.93em;
    line-height: 2.5rem;
    letter-spacing: 0;
    z-index: 1;
  }
  .contents07 .contents07-faq {
    padding-bottom: 20px;
    background-color: #f4f4f4;
  }
  .contents07 .contents07-faq h3 {
    text-align: center;
  }
  .contents07 .contents07-faq h3 img {
    width: auto;
    height: 2.099rem;
  }
  .contents07 .contents07-faq .container__faq {
    margin: 0 auto;
    width: 61.758%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents07 .contents07-faq .container__faq .item__faq {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    width: 48%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:first-child {
    width: 12.562%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:first-child img {
    width: 100%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:last-child {
    width: 82.5%;
    line-height: 1.3;
    font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", sans-serif;
    font-weight: 700;
    font-size: 1.9rem;
    color: #FF3C50;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img {
    margin-top: 12px;
    text-align: center;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img img {
    width: 80%;
    max-width: 223px;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img--big {
    margin-top: 12px;
    text-align: center;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img--big img {
    margin-left: -9%;
    width: 90%;
    max-width: 252px;
  }
  .contents07 .contents07-movie {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    height: 38.513em;
    background-image: url(../img/index/bg07.png);
    background-position: center;
    background-size: auto 80%;
    background-repeat: no-repeat;
  }
  .contents07 .contents07-movie .container__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 44.765em;
    height: 25.071em;
  }
  .contents07 .contents07-movie .container__video iframe {
    width: 100%;
    height: 100%;
  }

  /*contents07ここまで*/
  /*contents08ここから*/
  .contents08 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #FF3C50;
    position: relative;
  }
  .contents08 .contents08-inner {
    width: 120rem;
    height: auto;
    display: block;
    padding: 10rem 0 8.1rem;
    margin: 0 auto;
    position: relative;
  }
  .contents08 .contents08-inner .title {
    width: 3.2rem;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents08 .contents08-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents08 .contents08-inner .sns-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.5rem;
    height: auto;
    margin: 0 auto;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; */

    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 17.7vw);
  }
  .contents08 .contents08-inner .sns-area .sns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* width: 32%; */
    height: auto;
    padding: 25px;
    margin: 0;
    background-color: #ffffff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */


    /* width: 24%; */
    display: grid; 
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .contents08 .contents08-inner .sns-area .sns .icon {
    width: 7.9rem;
    height: auto;
    margin: 0;
    display: block;


    width: 5rem;
    margin: auto;
  }
  .contents08 .contents08-inner .sns-area .sns .text {
    /* width: 31rem; */
    height: auto;
    margin: 0;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns .text h4 {
    /* font-size: 2.2rem;
    
    margin-bottom: 0.7rem;
    color: #808080; */

    line-height: 3.2rem;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
  }
  .contents08 .contents08-inner .sns-area .sns-youtube .text h4 {
    font-size: 1.3rem;
  }
  .contents08 .contents08-inner .sns-area .sns .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 3.1rem;
    color: #e60046;
  }
  .contents08 .contents08-inner .sns-area .sns .text a {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns .text a img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }

  /*contents08ここまで*/
}
@media only screen and (max-width: 768px) {
  /*contents01ここから*/
  .contents01 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner figure a {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents01 .contents01-inner figure a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents01 .contents01-inner .slick-prev, .contents01 .contents01-inner .slick-next {
    width: 4.7rem;
    height: 8.2rem;
    display: block;
    top: 27.9rem;
    bottom: auto;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .contents01 .contents01-inner .slick-prev {
    left: 2rem;
    right: auto;
  }
  .contents01 .contents01-inner .slick-prev::before {
    width: 4.7rem;
    height: 6.2rem;
    background-image: url(../img/common/arrow01.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents01 .contents01-inner .slick-next {
    left: auto;
    right: 2rem;
  }
  .contents01 .contents01-inner .slick-next::before {
    width: 4.7rem;
    height: 6.2rem;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents01 .contents01-inner .slick-dots {
    position: absolute;
    top: auto;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 2.1rem;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents01 .contents01-inner .slick-dots li {
    position: relative;
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 1.4rem;
    padding: 0;
    cursor: pointer;
  }
  .contents01 .contents01-inner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents01 .contents01-inner .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 0.2rem solid #ffffff;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents01 .contents01-inner .slick-dots .slick-active button:before {
    background-color: #ffffff;
  }
  .contents01 .contents01-inner.white .slick-prev::before {
    background-image: url(../img/common/arrow05.png);
  }
  .contents01 .contents01-inner.white .slick-next::before {
    background-image: url(../img/common/arrow06.png);
  }
  .contents01 .contents01-inner.white .slick-dots li button:before {
    border: 0.2rem solid #000;
  }
  .contents01 .contents01-inner.white .slick-dots .slick-active button:before {
    background-color: #000;
  }

  /*contents01ここまで*/
  /*contents02ここから*/
  .contents02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #8498AC;
    position: relative;
  }
  .contents02 .contents02-inner {
    width: 100%;
    height: auto;
    display: block;
    /*padding: 19rem 0 10rem;*/
	padding: 12.5rem 0 6rem;
    margin: 0 auto;
    position: relative;
  }
  .contents02 .contents02-inner .title {
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 2.8rem;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents02 .contents02-inner .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area {
    width: 66rem;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .contents02 .contents02-inner .item-area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*margin-bottom: 1.8rem;*/
	margin-bottom: 1.8rem;
  }
  .contents02 .contents02-inner .item-area .flex .btn {
    width: 48%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .flex .btn img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .flex > * + * {
    margin-left: 10px;
  }
  .contents02 .contents02-inner .item-area > .flex {
    /*margin-top: 3rem;*/
	margin-top: 1rem;
  }
  .contents02 .contents02-inner .item-area .item {
    width: 100%;
    height: auto;
    margin: 7.5rem 0 0;
	padding-top: 3.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents02 .contents02-inner .item-area .item:nth-of-type(1) {
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item figure {
    width: 28rem;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
  }
  .contents02 .contents02-inner .item-area .item figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item.new figure::before {
    content: "";
    width: 7rem;
    height: 7rem;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: 7rem;
    background-position: center;
    position: absolute;
    /*top: -8rem;
	left: 2rem;*/
	top: -5rem;
	left: 0rem;
    bottom: auto;
    right: auto;
    margin: auto;

    top: 0;
  }
  .contents02 .contents02-inner .item-area .item.limit figure::before {
    content: "";
    width: 7rem;
    height: 7rem;
    display: block;
    background-image: url(../img/common/icon02.jpg);
    background-repeat: no-repeat;
    background-size: 7rem;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents02 .contents02-inner .item-area .item .text {
    width: 33.5rem;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item .text h3 {
    font-size: 2.7rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
  .contents02 .contents02-inner .item-area .item .text .txt {
    font-size: 2.3rem;
    margin-bottom: 1.4rem;
    line-height: 1.4;
  }
  .contents02 .contents02-inner .item-area .item .text h4 {
    font-weight: 400;
    font-size: 2.64rem;
    line-height: 4rem;
    margin-bottom: 5rem;
  }
  .contents02 .contents02-inner .item-area .item .text p {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 1.7rem;



    text-align: right;
  }
  .contents02 .contents02-inner .item-area .item .text .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents02 .contents02-inner .item-area .item .text .flex > *:nth-child(3) {
    margin-top: 2rem;
    text-align: right;
    width: 100%;
  }
  .contents02 .contents02-inner .item-area .item .text .point {
    padding: 3px 5px;
    display: inline-block;
    background-color: #968d52;
    border-radius: 40px;
    font-weight: 700;
    font-size: 2.4rem;
    color: #fff;
  }
  .contents02 .contents02-inner .item-area .item .text img {
	width: 100%;
  }

  /*contents02ここまで*/
  /*contents03ここから*/
  .contents03 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-image: url(../img/index/bg01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
  }
  .contents03 .contents03-inner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
  }
  .contents03 .contents03-inner .title {
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 4rem;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents03 .contents03-inner .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents03 .contents03-inner .text {
    width: 66rem;
    height: auto;
    display: block;
    padding: 30.9rem 0 5.3rem;
    margin: 0 auto;
    font-size: 3.6rem;
    line-height: 5.8rem;
    color: #ffffff;
  }
  .contents03 .contents03-inner .text h3 {
    font-size: 3.3rem;
    line-height: 5.8rem;
    margin-bottom: 3.8rem;
    color: #ffffff;
	  -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents03 .contents03-inner .text h3 .copy {
    width: 1.7rem;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 1.1rem 0.4rem;
  }
  .contents03 .contents03-inner .text p {
    font-size: 2.6rem;
    line-height: 6rem;
    color: #ffffff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  /*contents03ここまで*/
  /*contents04ここから*/
  .contents04 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #000000;
    position: relative;
  }
  .contents04-wrapper,
  .contents04 .contents04-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 11.4rem 0 8.7rem;
    margin: 0 auto;
    position: relative;
  }
  .contents04-wrapper {
    padding: 0 !important;
  }
  .contents04-wrapper .contents04-inner02,
  .contents04-wrapper .contents04-inner03 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .contents04 .contents04-inner .title,
  .contents04-wrapper .title {
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 2.8rem;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 10;
  }
  .contents04 .contents04-inner .title img,
  .contents04-wrapper .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner .text {
    width: 66rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents04 .contents04-inner .text h3 {
    font-size: 3.3rem;
    line-height: 4.5rem;
    margin-bottom: 4.7rem;
    color: #ffffff;
  }
  .contents04 .contents04-inner .text p {
    font-size: 2.5rem;
    line-height: 6rem;
    letter-spacing: -0.05rem;
    color: #ffffff;
    font-feature-settings: "palt";
  }
  .contents04 .contents04-inner03,
  .contents04 .contents04-inner02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents04 .contents04-inner03 figure,
  .contents04 .contents04-inner02 figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner03 figure img,
  .contents04 .contents04-inner02 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner03 .slick-dots,
  .contents04 .contents04-inner02 .slick-dots {
    position: absolute;
    top: auto;
    bottom: 5.5rem;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 1.6rem;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents04 .contents04-inner02 .slick-dots li,
  .contents04 .contents04-inner03 .slick-dots li {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
  }
  .contents04 .contents04-inner02 .slick-dots li button,
  .contents04 .contents04-inner03 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents04 .contents04-inner02 .slick-dots li button:before,
  .contents04 .contents04-inner03 .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #ffffff;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents04 .contents04-inner02 .slick-dots .slick-active button:before,
  .contents04 .contents04-inner03 .slick-dots .slick-active button:before {
    background-color: #ffffff;
  }

  /*contents04ここまで*/
  /*contents05ここから*/
  /*contents05カープ選手ここから*/

  .contents05-1 {
    position: relative;
    padding: 0 0 5rem;
    background-color: #b00c15;
  }
  .contents05-1 .title {
    margin: auto;
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 2.8rem;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1;
  }
  .contents05-1 .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents05-1 .bg-img {
    height: 70rem;
    background-color: #b00c15;
    text-align: center;
  }
  .contents05-1 .bg-img img {
    width: auto;
    height: 100%;
  }
  .contents05-1 .contents05-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 7.4rem 0 0.7rem;
    margin: 0 auto;
    position: relative;
  }
  .contents05-1 .contents05-inner .text {
    width: 66rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents05-1 .contents05-inner .text h3 {
    font-size: 4.5rem;
    line-height: 6.3rem;
    margin-bottom: 4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1 .contents05-inner .text p {
    font-size: 2.6rem;
    line-height: 2.08;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1 .contents05-inner .text p.name {
    text-align: right;
    font-weight: 700;
    font-size: 3.09rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }

  /*contents05日ハム選手ここから*/

  .contents05-1a {
    position: relative;
    padding: 0 0 5rem;
    background-color: #006298;
  }
  .contents05-1a .title {
    margin: auto;
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 2.8rem;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1;
  }
  .contents05-1a .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents05-1a .bg-img {
    height: 70rem;
    background-color: #006298;
    text-align: center;
  }
  .contents05-1a .bg-img img {
    width: auto;
    height: 100%;
  }
  .contents05-1a .contents05a-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 7.4rem 0 0.7rem;
    margin: 0 auto;
    position: relative;
  }
  .contents05-1a .contents05a-inner .text {
    width: 66rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents05-1a .contents05a-inner .text h3 {
    font-size: 4.5rem;
    line-height: 6.3rem;
    margin-bottom: 4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1a .contents05a-inner .text p {
    font-size: 2.6rem;
    line-height: 2.08;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents05-1a .contents05a-inner .text p.name {
    text-align: right;
    font-weight: 700;
    font-size: 3.09rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }



  .contents05-2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #4bc4e7;
    position: relative;
  }
  .contents05-2 .contents05-inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    background-image: url(../img/index/bg02_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
  }
  .contents05-2 .contents05-inner .video {
    height: 56.412em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contents05-2 .contents05-inner .video .mUnit {
    position: relative;
    margin: 0 auto;
    width: 35.77em;
    height: 35.77em;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 128px;
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.206em;
    height: 8.206em;
    background: 0 0 !important;
    z-index: 1;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 3.847em;
    border-left-color: #fff;
    border-top: solid 1.45em transparent !important;
    border-bottom: solid 1.45em transparent !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: 0 0 !important;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster img {
    width: 100%;
  }

  /*contents05ここまで*/
  /*contents06ここから*/
  .contents06 {
    width: 100%;
    height: auto;
    display: block;
    background-color: #d8d8d8;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner .title {
    width: auto;
    height: 3.6rem;
    display: block;
    position: absolute;
    top: 5rem;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 1;
  }
  .contents06 .contents06-inner .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents06 .contents06-inner .text-area {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner .text-area .text {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    position: relative;
  }
  .contents06 .contents06-inner .text-area .text:nth-of-type(1) {
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .eye {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner h3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 4.8rem calc((100% - 66.0rem) / 2);
    width: 100%;
    height: auto;
    border-top: 0.2rem solid #000000;
    font-size: 3.8rem;
    line-height: 5rem;
    text-align: left;
    letter-spacing: 2px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    cursor: pointer;
    position: relative;
  }
  .contents06 .contents06-inner .text-area .text .text-inner h3::after {
    content: "";
    width: 5.6rem;
    height: 3.1rem;
    display: block;
    background-image: url(../img/common/arrow09_sp.png);
    background-repeat: no-repeat;
    background-size: 5.6rem auto;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 3.6rem;
    margin: auto;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .active::after {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop {
    width: 100%;
    height: auto;
    display: none;
    padding-bottom: 7.4rem;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .eye {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5.3rem;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop p {
    width: 66rem;
    height: auto;
    margin: 4.5rem auto 0;
    font-size: 2.6rem;
    line-height: 4.5rem;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop p:nth-of-type(1) {
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop h4 {
    width: 66rem;
    height: auto;
    margin: 3.9rem auto 2.5rem;
    font-size: 2.8rem;
    line-height: 3rem;
    text-align: right;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .img-area {
    width: 66rem;
    height: auto;
    margin: 3rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .img-area img {
    width: 48%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item {
    width: 100%;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item p {
    font-size: 2.6rem;
    line-height: 4.5rem;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item h4 {
    font-size: 2.8rem;
    line-height: 2.5rem;
    text-align: right;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item .eye {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5.3rem;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item:nth-of-type(2) .eye {
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text01 .text-inner h3 {
    border-top: 0;
  }
  .contents06 .contents06-inner .text-area .text03 .text-inner .drop {
    padding-bottom: 0;
  }
  .contents06 .contents06-inner .text-area .text03 .text-inner .drop .eye {
    margin-top: 1rem;
  }
  .contents06 .contents06-inner .text-area .slick-prev, .contents06 .contents06-inner .text-area .slick-next {
    width: 4.7rem;
    height: 8.2rem;
    display: block;
    top: 24.4rem;
    bottom: auto;
    margin: auto;
    z-index: 10;
  }
  .contents06 .contents06-inner .text-area .slick-prev {
    left: 19rem;
    right: auto;
  }
  .contents06 .contents06-inner .text-area .slick-prev::before {
    width: 4.7rem;
    height: 8.1rem;
    background-image: url(../img/common/arrow07.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: left center;
    opacity: 1;
  }
  .contents06 .contents06-inner .text-area .slick-next {
    left: auto;
    right: 19rem;
  }
  .contents06 .contents06-inner .text-area .slick-next::before {
    width: 4.7rem;
    height: 8.1rem;
    background-image: url(../img/common/arrow08.png);
    background-repeat: no-repeat;
    background-size: 4.7rem auto;
    background-position: right center;
    opacity: 1;
  }
  .contents06 .contents06-inner .text-area .slick-dots {
    position: absolute;
    top: auto;
    bottom: 3rem;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1.6rem;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents06 .contents06-inner .text-area .slick-dots li {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem;
    padding: 0;
    cursor: pointer;
  }
  .contents06 .contents06-inner .text-area .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents06 .contents06-inner .text-area .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #000000;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents06 .contents06-inner .text-area .slick-dots .slick-active button:before {
    background-color: #000000;
  }

  /*contents06ここまで*/
  /*contents07ここから*/
  .contents07 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  .contents07 .contents07-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 11rem 0 8.5rem;
    margin: 0 auto;
    border-bottom: none;
    position: relative;
  }
  .contents07 .contents07-inner .title {
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 2.8rem;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents07 .contents07-inner .item-area {
    width: 66rem;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner .item-area .item {
    width: 100%;
    height: auto;
    margin: 8.8rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents07 .contents07-inner .item-area .item:nth-of-type(1) {
    margin: 0 auto;
  }
  .contents07 .contents07-inner .item-area .item .item-img {
    width: 30rem;
    height: auto;
    margin: 0;
    display: block;
    position: relative;
  }
  .contents07 .contents07-inner .item-area .item .item-img .img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text {
    width: 33.5rem;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text .thumbnail-img {
    width: 100%;
    height: auto;
    margin: 0 0 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents07 .contents07-inner .item-area .item .item-text .thumbnail-img .img {
    width: 16rem;
    height: auto;
    margin: 0 0 0 1.5rem;
    display: block;
    border: 2px solid #d0d0d0;
  }
  .contents07 .contents07-inner .item-area .item .item-text .thumbnail-img .img:nth-of-type(1) {
    margin: 0;
  }
  .contents07 .contents07-inner .item-area .item .item-text .thumbnail-img .img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  .contents07 .contents07-inner .item-area .item .item-text h4 {
    font-size: 2.64rem;
    line-height: 3.2rem;
    margin-bottom: 5rem;

    font-weight: 400;
  }
  .contents07 .contents07-inner .item-area .item .item-text p {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 0.5rem;
    text-align: right;
  }
  .contents07 .contents07-inner .item-area .item .sp-bottom {
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem 0 0;
  }
  .contents07 .contents07-inner .item-area .item .sp-bottom .link {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .sp-bottom .link a {
    width: 100%;
    height: auto;
    margin: 1.5rem 0 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .sp-bottom .link a:nth-of-type(1) {
    margin: 0;
  }
  .contents07 .contents07-inner .item-area .item .sp-bottom .link a img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .new .item-img .img {
    position: relative;
  }
  .contents07 .contents07-inner .item-area .new .item-img .img::before {
    content: "";
    width: 8rem;
    height: 8rem;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    /*top: 2rem;
    left: 2rem;*/
	top: 0rem;
    left: 0rem;
	bottom: auto;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .img {
    position: relative;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .img::before {
    content: "";
    width: 8rem;
    height: 8rem;
    display: block;
    background-image: url(../img/common/icon02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 2rem;
    bottom: auto;
    left: 2rem;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-howto {
    padding: 9.231rem 0 13.34rem;
    background-color: #c1c1c1;
  }
  .contents07 .contents07-howto .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .contents07 .contents07-howto .wrapper .title {
    text-align: center;
  }
  .contents07 .contents07-howto .wrapper .title img {
    width: 22.565em;
    height: auto;
  }
  .contents07 .contents07-howto .wrapper .container__howto {
    margin-top: 2.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:first-child {
    width: 41.5%;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:first-child img {
    width: 100%;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:last-child {
    margin-left: 4.5%;
    padding-top: 10px;
    width: 54%;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:last-child .num {
    width: auto;
    height: 40px;
  }
  .contents07 .contents07-howto .wrapper .container__howto > .flex > div:last-child p {
    margin-top: 15px;
    line-height: 1.45;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 0.5px;
  }
  .contents07 .contents07-howto .wrapper .container__note {
    margin-top: 20px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:first-child {
    padding-right: 4%;
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 1.8em;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:last-child {
    padding-left: 10px;
    width: 76%;
    border-left: 1px solid #000;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:last-child ul li {
    list-style-type: none;
    text-indent: -1.3em;
    padding-left: 1.3em;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.64em;
  }
  .contents07 .contents07-inner03 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 0 60px;
    margin: 0 auto;
    background-color: #f4f4f4;
  }
  .contents07 .contents07-inner03 h3 {
    width: 11.924em;
    height: auto;
    display: block;
    margin: 0 auto 5.14rem;
  }
  .contents07 .contents07-inner03 h3 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents07 .contents07-inner03 .review-area {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 90%;
  }
  .contents07 .contents07-inner03 .review-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url(../img/review/box-bottom.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .contents07 .contents07-inner03 .review-area:last-of-type {
    margin-top: 4rem;
  }
  .contents07 .contents07-inner03 .review-area:last-of-type::after {
    background-image: url(../img/review/box-bottom02.png);
  }
  .contents07 .contents07-inner03 .review-area .review {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.15em 15px;
    margin: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
  }
  .contents07 .contents07-inner03 .review-area .review p {
    position: relative;
    padding: 15px 12px;
    font-size: 1.66em;
    line-height: 1.5;
    letter-spacing: 0;
    z-index: 1;
  }
  .contents07 .contents07-inner03 .review-area .review p strong {
    display: block;
  }
  .contents07 .contents07-inner03 .review-area .review p:not(:first-child) {
    border-top: 1px solid #969696;
  }
  .contents07 .contents07-faq {
    padding-bottom: 1px;
    background-color: #f4f4f4;
  }
  .contents07 .contents07-faq h3 {
    margin-bottom: 7.17rem;
    text-align: center;
  }
  .contents07 .contents07-faq h3 img {
    width: 23.975em;
    height: auto;
  }
  .contents07 .contents07-faq .container__faq {
    margin: 0 auto;
  }
  .contents07 .contents07-faq .container__faq .item__faq {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 4.1rem auto;
    padding: 0 4.1rem;
    width: 85%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:first-child {
    width: 8.97%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:first-child img {
    width: 100%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:last-child {
    width: 85.385%;
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.8em;
    color: #FF3C50;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img {
    margin-top: 12px;
    text-align: center;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img img {
    width: 68%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img--big {
    margin-top: 12px;
    text-align: center;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img--big img {
    margin-left: -9%;
    width: 75%;
  }
  .contents07 .contents07-movie {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    height: 44.872em;
    background-image: url(../img/index/bg07_sp.png);
    background-position: center;
    background-size: 90% auto;
    background-repeat: no-repeat;
  }
  .contents07 .contents07-movie .container__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 93%;
    height: 24.232em;
  }
  .contents07 .contents07-movie .container__video iframe {
    width: 100%;
    height: 100%;
  }

  /*contents07ここまで*/
  /*contents08ここから*/
  .contents08 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #FF3C50;
    position: relative;
  }
  .contents08 .contents08-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 10rem 0 6.5rem;
    margin: 0 auto;
    position: relative;
  }
  .contents08 .contents08-inner .title {
    width: auto;
    height: 2.9rem;
    display: block;
    position: absolute;
    top: 2.8rem;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents08 .contents08-inner .title img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0;
  }
  .contents08 .contents08-inner .sns-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66rem;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 3.8rem 5.5rem 2.2rem 10.5rem;
    margin: 3.8rem 0 0;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents08 .contents08-inner .sns-area .sns:nth-of-type(1) {
    margin: 0;
  }
  .contents08 .contents08-inner .sns-area .sns .icon {
    width: 13rem;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns .text {
    width: 29.5rem;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns .text h4 {
    font-size: 3.5rem;
    line-height: 4.2rem;
    margin-bottom: 1.9rem;
    /* color: #808080; */

    font-size: 3rem;
    font-weight: 500;
  }
  .contents08 .contents08-inner .sns-area .sns-youtube .text h4 {
    font-size: 2.2rem;
  }
  .contents08 .contents08-inner .sns-area .sns .text p {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 2.3rem;
    color: #e60046;
  }
  .contents08 .contents08-inner .sns-area .sns .text a {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns .text a img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }

  /*contents08ここまで*/
}
@media only screen and (min-width: 1281px) {
  /*contents01ここから*/
  .contents01 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents01 .contents01-inner figure a {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents01 .contents01-inner figure a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents01 .contents01-inner .slick-prev, .contents01 .contents01-inner .slick-next {
    width: 47px;
    height: 82px;
    display: none;
    bottom: auto;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .contents01 .contents01-inner .slick-prev {
    left: 190px;
    right: auto;
  }
  .contents01 .contents01-inner .slick-prev::before {
    width: 47px;
    height: 82px;
    background-image: url(../img/common/arrow01.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: left center;
    opacity: 1;
  }
  .contents01 .contents01-inner .slick-next {
    left: auto;
    right: 190px;
  }
  .contents01 .contents01-inner .slick-next::before {
    width: 47px;
    height: 82px;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: right center;
    opacity: 1;
  }
  .contents01 .contents01-inner .slick-dots {
    position: absolute;
    top: auto;
    bottom: 3.5%;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 16px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents01 .contents01-inner .slick-dots li {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .contents01 .contents01-inner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents01 .contents01-inner .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents01 .contents01-inner .slick-dots .slick-active button:before {
    background-color: #ffffff;
  }
  .contents01:hover .contents01-inner .slick-prev, .contents01:hover .contents01-inner .slick-next {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }

  .contents01-2 {
    font-size: 0.781vw;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .contents01-2 .contents01-2-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
    padding: 2em 0;
    margin: 0 auto;
  }
  .contents01-2 .contents01-2-inner figure {
    width: 95.9em;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents01-2 .contents01-2-inner figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }

  /*contents01ここまで*/
  /*contents02ここから*/
  .contents02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #8498AC;
    position: relative;
  }
  .contents02 .contents02-inner {
    width: 1200px;
    height: auto;
    display: block;
    padding: 52px 0 45px;
    margin: 0 auto;
    position: relative;
  }
  .contents02 .contents02-inner .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents02 .contents02-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area {
    width: 1000px;/*955*/
    height: auto;
    margin: 0 auto 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;


    
    width: 900px;
    margin: 0 auto;
    gap: 3rem;
  }
  .contents02 .contents02-inner .item-area .item {
    width: 40%;
  }
  .contents02 .contents02-inner .item-area .item figure {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 15px 0 0;
    position: relative;
  }
  .contents02 .contents02-inner .item-area .item figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item .text h3 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 13px;

    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .contents02 .contents02-inner .item-area .item .text .txt {
    margin-bottom: 6px;
    line-height: 1.4;
    font-size: 14px;
  }
  .contents02 .contents02-inner .item-area .item .text p {
    font-size: 17px;
    line-height: 27px;


    text-align: right;
    margin-bottom: 8px;
  }
  .contents02 .contents02-inner .item-area .item .text .btn {
    width: 150px;/*160*/
    height: auto;
    display: block;
    margin: 0;


    margin-left: auto;
  }
  .contents02 .contents02-inner .item-area .item .text .btn img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents02 .contents02-inner .item-area .item .text .btn + .btn {
    margin-left: 15px;
  }
  .contents02 .contents02-inner .item-area .item .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.8rem;
  }
  .contents02 .contents02-inner .item-area .item .flex > * + * {
    margin-left: 10px;
  }
  .contents02 .contents02-inner .item-area .item.new figure::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents02 .contents02-inner .item-area .item.limit figure::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/common/icon02.jpg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }

  /*contents02ここまで*/
  /*contents03ここから*/
  .contents03 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-image: url(../img/index/bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
  }
  .contents03 .contents03-inner {
    width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents03 .contents03-inner .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents03 .contents03-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents03 .contents03-inner .text {
    width: 900px;
    height: auto;
    display: block;
    padding: 280px 0 100px;
    margin: 0 auto 0 150px;
  }
  .contents03 .contents03-inner .text .text01 {
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 14px -52px;
    color: #ffffff;
  }
  .contents03 .contents03-inner .text h3 {
    font-size: 41px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #ffffff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .contents03 .contents03-inner .text h3 .copy {
    width: 19px;
    height: auto;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 9px;
    vertical-align: bottom;
  }
  .contents03 .contents03-inner .text p {
    font-size: 19px;
    line-height: 50px;
    color: #ffffff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  /*contents03ここまで*/
  /*contents04ここから*/
  .contents04 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #000000;
    position: relative;
  }
  .contents04-wrapper,
  .contents04 .contents04-inner {
    width: 1200px;
    height: auto;
    display: block;
    padding: 105px 0 116px;
    margin: 0 auto;
    position: relative;
  }
  .contents04-wrapper {
    padding: 0 !important;
  }
  .contents04-wrapper .contents04-inner02,
  .contents04-wrapper .contents04-inner03 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .contents04 .contents04-inner .title,
  .contents04-wrapper .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 10;
  }
  .contents04 .contents04-inner .title img,
  .contents04-wrapper .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner .text {
    width: 900px;
    height: auto;
    display: block;
    margin: 0 auto 0 150px;
  }
  .contents04 .contents04-inner .text h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 35px;
    color: #ffffff;
  }
  .contents04 .contents04-inner .text p {
    font-size: 19px;
    line-height: 49px;
    color: #ffffff;
    font-feature-settings: "palt";
  }
  .contents04 .contents04-inner02 {
    /* width: 100%; */
    height: auto;
    display: block;
    /* margin: 0 auto; */
    position: relative;
  }
  .contents04 .contents04-inner02 figure {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner02 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents04 .contents04-inner02 figure img.wide {
    display: block;
  }
  .contents04 .contents04-inner02 figure img:not(.wide) {
    display: none !important;
  }
  .contents04 .contents04-inner02 .slick-prev, .contents04 .contents04-inner02 .slick-next {
    width: 47px;
    height: 82px;
    display: block;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
  .contents04 .contents04-inner02 .slick-prev {
    left: 190px;
    right: auto;
  }
  .contents04 .contents04-inner02 .slick-prev::before {
    width: 47px;
    height: 82px;
    background-image: url(../img/common/arrow01.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: left center;
    opacity: 1;
  }
  .contents04 .contents04-inner02 .slick-next {
    left: auto;
    right: 190px;
  }
  .contents04 .contents04-inner02 .slick-next::before {
    width: 47px;
    height: 82px;
    background-image: url(../img/common/arrow02.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: right center;
    opacity: 1;
  }
  .contents04 .contents04-inner02 .slick-dots {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 16px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents04 .contents04-inner02 .slick-dots li {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .contents04 .contents04-inner02 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents04 .contents04-inner02 .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents04 .contents04-inner02 .slick-dots .slick-active button:before {
    background-color: #ffffff;
  }

  /*contents04ここまで*/
  /*contents05ここから*/

  /*contents05カープ選手*/

  .contents05-1 {
    background-image: url(../img/index/bg02-2_wide1.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
  }
  .contents05-1 .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 40px;
    right: auto;
    margin: auto;
  }
  .contents05-1 .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }

  .contents05-1a {
    background-image: url(../img/index/bg02-2_wide2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
  }
  .contents05-1a .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 40px;
    right: auto;
    margin: auto;
  }
  .contents05-1a .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }


  .contents05-2 {
    width: 100%;
    height: 755px;
    display: block;
    margin: 0 auto;
    padding: 0;
    background-size: auto 700px;
    background-position: center;
    position: relative;
  }
  .contents05-2 .contents05-inner {
    width: 1200px;
    height: auto;
    padding-top: 100px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .contents05-2 .contents05-inner .video .mUnit {
    position: relative;
    margin: 0 auto;
    width: 555px;
    height: 555px;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 128px;
    border: solid 1px #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 64px;
    height: 64px;
    background: 0 0 !important;
    z-index: 1;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 30px;
    border-left-color: #fff;
    border-top: solid 11px transparent !important;
    border-bottom: solid 11px transparent !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: 0 0 !important;
  }
  .contents05-2 .contents05-inner .video .mVimeo .poster img {
    width: 100%;
  }

  /*contents05ここまで*/
  /*contents06ここから*/
  .contents06 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents06 .contents06-inner .title {
    width: 34px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 40px;
    right: auto;
    margin: auto;
    z-index: 1;
  }
  .contents06 .contents06-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents06 .contents06-inner .text-area {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text {
    width: 100%;
    height: auto;
    display: block;
    padding: 63px 0 106px;
    margin: 0 auto;
    background-color: #cbcbcb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
  }
  .contents06 .contents06-inner .text-area .text .text-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    height: auto;
    display: block;
  }
  .contents06 .contents06-inner .text-area .text .text-inner h3 {
    font-size: 30px;
    line-height: 57px;
    margin-bottom: 46px;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop p:nth-of-type(1) {
    margin-top: 0;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop h4 {
    font-size: 15px;
    line-height: 25px;
    margin: 20px 0 28px;
    text-align: right;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .img-area {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .img-area img {
    width: 49%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item {
    width: 44%;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item p {
    font-size: 15px;
    line-height: 30px;
  }
  .contents06 .contents06-inner .text-area .text .text-inner .drop .item-area .item h4 {
    font-size: 15px;
    line-height: 25px;
    margin: 20px 0 0;
    text-align: right;
  }
  .contents06 .contents06-inner .text-area .text01 {
    background-image: url(../img/index/bg03_wide.jpg);
    background-position: bottom left;
    /* background-size: contain; */
    background-color: #BEBEBE;
  }
  .contents06 .contents06-inner .text-area .text01 .text-inner {
    padding-left: 0;
    width: 500px;
    margin: 0 18vw 0 auto;
  }
  .contents06 .contents06-inner .text-area .text02 {
    background-image: url(../img/index/bg04_wide.jpg);
    background-position: bottom right;
    /* background-size: contain; */
    background-color: #fafafa;
  }
  .contents06 .contents06-inner .text-area .text02 .text-inner {
    padding-right: 0;
    width: 550px;
    margin: 0 auto 0 18vw;
  }
  .contents06 .contents06-inner .text-area .text03 {
    background-image: url(../img/index/bg05_wide.jpg);
    background-position: center right;
    /* background-size: contain; */
    background-color: #fafafa;
  }
  .contents06 .contents06-inner .text-area .text03 .text-inner {
    padding-top: 5rem;
    padding-right: 0;
    width: 480px;
    margin: 0 auto 0 18vw;
  }
  .contents06 .contents06-inner .text-area .slick-prev, .contents06 .contents06-inner .text-area .slick-next {
    width: 47px;
    height: 82px;
    display: block;
    top: 244px;
    bottom: auto;
    margin: auto;
    z-index: 10;
  }
  .contents06 .contents06-inner .text-area .slick-prev {
    left: 190px;
    right: auto;
  }
  .contents06 .contents06-inner .text-area .slick-prev::before {
    width: 47px;
    height: 81px;
    background-image: url(../img/common/arrow07.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: left center;
    opacity: 1;
  }
  .contents06 .contents06-inner .text-area .slick-next {
    left: auto;
    right: 190px;
  }
  .contents06 .contents06-inner .text-area .slick-next::before {
    width: 47px;
    height: 81px;
    background-image: url(../img/common/arrow08.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: right center;
    opacity: 1;
  }
  .contents06 .contents06-inner .text-area .slick-dots {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 16px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .contents06 .contents06-inner .text-area .slick-dots li {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
  }
  .contents06 .contents06-inner .text-area .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .contents06 .contents06-inner .text-area .slick-dots li button:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000000;
    content: "";
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
  }
  .contents06 .contents06-inner .text-area .slick-dots .slick-active button:before {
    background-color: #000000;
  }

  /*contents06ここまで*/
  /*contents07ここから*/
  .contents07 .contents07-inner {
    width: 1200px;
    height: auto;
    display: block;
    padding: 100px 0 81px;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents07 .contents07-inner .item-area {
    width: 820px;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner .item-area .item {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contents07 .contents07-inner .item-area .item .item-img {
    width: 443px;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img {
    width: 100%;
    height: auto;
    padding: 0 37px;
    margin: 0 0 35px;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev, .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
    width: 21px;
    height: 35px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev {
    left: 5px;
    right: auto;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-prev::before {
    width: 21px;
    height: 35px;
    background-image: url(../img/common/arrow03.png);
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: left center;
    opacity: 1;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next {
    left: auto;
    right: 5px;
  }
  .contents07 .contents07-inner .item-area .item .item-img .main-img .slick-next::before {
    width: 21px;
    height: 35px;
    background-image: url(../img/common/arrow04.png);
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: right center;
    opacity: 1;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img {
    width: 15rem;
    height: auto;
    margin: 0 8px;
    display: block;
    cursor: pointer;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img:hover img {
    opacity: 0.8;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .img img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    border: 3px solid #cecece;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-img .thumbnail-img .slick-current img {
    border: 6px solid #FF3C50;
  }
  .contents07 .contents07-inner .item-area .item .item-text {
    width: 330px;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text h3 {
    margin-top: 35px;
    margin-bottom: 16px;
    font-size: 23px;
    line-height: 33px;
  }
  .contents07 .contents07-inner .item-area .item .item-text h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 22px;
  }
  .contents07 .contents07-inner .item-area .item .item-text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 23px;
    text-align: right;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link a {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link a:nth-of-type(1) {
    margin: 0;
  }
  .contents07 .contents07-inner .item-area .item .item-text .link a img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner .item-area .new .item-img .main-img .img {
    position: relative;
  }
  .contents07 .contents07-inner .item-area .new .item-img .main-img .img::before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../img/common/icon01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .main-img .img {
    position: relative;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .main-img .img::before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../img/common/icon02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    margin: auto;
  }
  .contents07 .contents07-inner .item-area .limit .item-img .main-img .img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents07 .contents07-inner02 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #808080;
    border-bottom: none;
  }
  .contents07 .contents07-inner02 .item-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 900px;
    height: auto;
    display: block;
    padding: 56px 100px 41px;
    margin: 0 auto;
    position: relative;
  }
  .contents07 .contents07-inner02 .item-area .item {
    width: 135px;
    height: auto;
    display: block;
    margin: 0 27px;
    cursor: pointer;
  }
  .contents07 .contents07-inner02 .item-area .item img {
    margin-bottom: 15px;
  }
  .contents07 .contents07-inner02 .item-area .item h3 {
    font-size: 12px;
    line-height: 17px;
  }
  .contents07 .contents07-inner02 .item-area .slick-current img {
    border: 6px solid #FF3C50;
  }
  .contents07 .contents07-inner02 .item-area .slick-prev, .contents07 .contents07-inner02 .item-area .slick-next {
    width: 47px;
    height: 81px;
    display: block;
    top: 93px;
    bottom: auto;
    margin: auto;
    z-index: 10;
  }
  .contents07 .contents07-inner02 .item-area .slick-prev {
    left: 0;
    right: auto;
  }
  .contents07 .contents07-inner02 .item-area .slick-prev::before {
    width: 47px;
    height: 81px;
    background-image: url(../img/common/arrow05.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: left center;
    opacity: 1;
  }
  .contents07 .contents07-inner02 .item-area .slick-next {
    left: auto;
    right: 0;
  }
  .contents07 .contents07-inner02 .item-area .slick-next::before {
    width: 47px;
    height: 81px;
    background-image: url(../img/common/arrow06.png);
    background-repeat: no-repeat;
    background-size: 47px auto;
    background-position: right center;
    opacity: 1;
  }
  .contents07 .contents07-howto {
    padding: 45px 0 65px;
    background-color: #c1c1c1;
  }
  .contents07 .contents07-howto .wrapper {
    margin: 0 auto;
    width: 1000px;
  }
  .contents07 .contents07-howto .wrapper .title {
    text-align: center;
  }
  .contents07 .contents07-howto .wrapper .title img {
    width: 176px;
    height: auto;
  }
  .contents07 .contents07-howto .wrapper .container__note {
    margin-top: 10px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:first-child {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 16px;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:last-child {
    padding-left: 20px;
    width: calc(100% - 100px);
    border-left: 1px solid #000;
  }
  .contents07 .contents07-howto .wrapper .container__note > div:last-child ul li {
    list-style-type: none;
    text-indent: -2.2rem;
    padding-left: 2.2rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px;
  }
  .contents07 .contents07-inner03 h3 {
    width: 93px;
    height: auto;
    display: block;
    margin: 0 auto 44px;
  }
  .contents07 .contents07-inner03 h3 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents07 .contents07-inner03 .review-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 955px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contents07 .contents07-inner03 .review-area + .review-area {
    margin-top: 30px;
  }
  .contents07 .contents07-inner03 .review-area .review {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px 40px;
    margin: 0;
    width: 300px;
    height: auto;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    background-color: transparent; */
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #828282;
    border-bottom: none;
  }
  .contents07 .contents07-inner03 .review-area .review::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: url('../img/review/box.png') no-repeat left top;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 0;

  }
  .contents07 .contents07-inner03 .review-area .review img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .contents07 .contents07-inner03 .review-area .review p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    z-index: 1;
  }
  .contents07 .contents07-inner03 .review-area .review p strong {
    display: block;
  }
  .contents07 .contents07-faq {
    padding-bottom: 20px;
    background-color: #f4f4f4;
  }
  .contents07 .contents07-faq h3 {
    text-align: center;
  }
  .contents07 .contents07-faq h3 img {
    width: auto;
    height: 20px;
  }
  .contents07 .contents07-faq .container__faq {
    margin: 0 auto;
    width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents07 .contents07-faq .container__faq .item__faq {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    width: 48%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:first-child {
    width: 42px;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:first-child img {
    width: 100%;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__title > div:last-child {
    width: calc(100% - 60px);
    line-height: 1.3;
    font-weight: 700;
    font-size: 19px;
    color: #FF3C50;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img {
    margin-top: 12px;
    text-align: center;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img img {
    width: 80%;
    max-width: 223px;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img--big {
    margin-top: 12px;
    text-align: center;
  }
  .contents07 .contents07-faq .container__faq .item__faq .item__img--big img {
    margin-left: -9%;
    width: 90%;
    max-width: 252px;
  }
  .contents07 .contents07-movie {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    height: 616px;
    background-image: url(../img/index/bg07.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .contents07 .contents07-movie .container__video {
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 716px;
    height: 401px;
  }
  .contents07 .contents07-movie .container__video iframe {
    width: 100%;
    height: 100%;
  }

  /*contents07ここまで*/
  /*contents08ここから*/
  .contents08 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    background-color: #FF3C50;
    position: relative;
  }
  .contents08 .contents08-inner {
    width: 1200px;
    height: auto;
    display: block;
    padding: 100px 0 81px;
    margin: 0 auto;
    position: relative;
  }
  .contents08 .contents08-inner .title {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin: auto;
  }
  .contents08 .contents08-inner .title img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .contents08 .contents08-inner .sns-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 955px;
    height: auto;
    margin: 0 auto;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; */
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 227px);
  }
  .contents08 .contents08-inner .sns-area .sns {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* width: 302px; */
    height: auto;
    padding: 22px 22px 22px 32px;
    margin: 0;
    background-color: #ffffff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .contents08 .contents08-inner .sns-area .sns .icon {
    width: 69px;
    height: auto;
    margin: 0;
    display: block;
    margin-right: 15px;

    margin: auto;
    width: 50px;
  }
  .contents08 .contents08-inner .sns-area .sns .text {
    /* width: 310px;
    height: auto;
    margin: 0;
    display: block; */
  }
  .contents08 .contents08-inner .sns-area .sns .text h4 {
    font-size: 22px;
    line-height: 32px;
    /* margin-bottom: 7px;
    color: #808080; */

    font-size: 18px;
  }
  .contents08 .contents08-inner .sns-area .sns-youtube .text h4 {
    font-size: 13px;
  }
  .contents08 .contents08-inner .sns-area .sns .text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 31px;
    color: #e60046;
  }
  .contents08 .contents08-inner .sns-area .sns .text a {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }
  .contents08 .contents08-inner .sns-area .sns .text a img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
  }

  /*contents08ここまで*/
}
#itemPopupModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

#itemPopupModal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

#itemPopupModal .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 1;
  text-align: right;
}

#itemPopupModal .popup-content .close {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 2em;
  color: #fff;
}

#itemPopupModal .popup-content img {
  width: 100%;
  height: auto;
}

/*拡大表示*/
@media only screen and (max-width: 768px) {
  .js-popup2 {
    position: relative;
    display: block;
  }

  .js-popup2:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
  }

  .js-popup2:after {
    content: url(ico/zoom_ico.svg);
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.lazy {
  display: none;
}

.text00.is--notes {
  text-align: right;
  margin-bottom: 0.5em;
}

/*テキスト禁則処理*/
body {
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

* {
  word-break: break-all;
  hanging-punctuation: allow-end;
}

/*body {*/
/*word-wrap: break-word;*/
/*}*/
/*footer {*/
/*display: none;*/
/*[>display: block;<]*/
/*}*/