@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;700&display=swap");
@media screen and (min-width: 768px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: block;
  }
  .pc-large-block {
    display: none;
  }
  /********************************/
  body {
    width: 100%;
    overflow-x: hidden;
  }
  header {
    position: relative;
  }
  header div.head-box {
    width: 100%;
    max-width: 1366px;
    min-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  header div.head-box h1 {
    width: 13%;
    max-width: 180px;
    position: absolute;
    left: 4%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header div.head-box p {
    width: 60.4%;
    max-width: 826px;
    position: absolute;
    left: 20%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  div.fix-bnr {
    display: block;
    max-width: 205px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 8;
  }
  div.main-box {
    position: relative;
  }
  div.main-box p {
    width: 29.3%;
    position: absolute;
    right: 13.6%;
    top: 5%;
  }
  div.main-box a {
    display: block;
    width: 24.3%;
    position: absolute;
    left: 0;
    bottom: 5%;
  }
  section.prologue {
    padding: 40px 0 80px 0;
  }
  section.prologue h2 {
    width: 424px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  section.prologue h3 {
    font-size: 35px;
    padding-bottom: 30px;
  }
  section.prologue p {
    font-size: 18px;
    padding-bottom: 40px;
  }
  section.prologue div.box01 {
    width: 90%;
    max-width: 508px;
    margin: 0 auto;
    padding: 40px 0 30px;
    border: solid 1px #FFF;
  }
  section.prologue div.box01 p {
    width: 80%;
    font-size: 18px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: solid 1px #FFF;
  }
  section.prologue div.box01 a {
    font-size: 0.9em;
    margin-top: 5%;
    color: #FFF;
    display: block;
    text-align: center;
  }
  section.prologue div.box01 a span {
    display: inline-block;
    position: relative;
    border-bottom: solid 1px #FFF;
  }
  section.prologue div.box01 a span::after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: translate(0, 70%) rotate(45deg);
            transform: translate(0, 70%) rotate(45deg);
  }
  section.sec01 h2 {
    max-width: 756px;
    margin: 0 auto;
    padding: 60px 0 40px 0;
  }
  section.sec01 div.sec01-cont-wrap {
    background: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(50%, #eeeeee), color-stop(50%, #e7eddc), to(#e7eddc));
    background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 50%, #e7eddc 50%, #e7eddc 100%);
    padding: 40px 0;
    /*div.sec01-cont-box*/
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box {
    max-width: 1366px;
    margin: 0 auto;
    /*sec01-cont-box-inner01*/
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box span.figure {
    display: block;
    width: 8.5%;
    position: absolute;
    right: 6%;
    top: 0;
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box span.figure {
    right: 16%;
  }
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box p.txt01 {
    font-size: 21px;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box p.txt01 span {
    display: inline-block;
    font-size: 0.7em;
    vertical-align: top;
    position: relative;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box figure.figure01 {
    width: 92%;
    max-width: 924px;
    margin: 0 auto;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box figure.figure02 {
    width: 80%;
    max-width: 728px;
    margin: 0 auto;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box p.txt02 {
    font-size: 21px;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box p.coution-txt02,
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box p.coution-txt01 {
    max-width: 840px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.4em;
    word-wrap: break-word;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box div.sec01-cont-box-inner01 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box div.sec01-cont-box-inner01 dl {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 8%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #FFF;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box div.sec01-cont-box-inner01 dl dt {
    font-size: 35px;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #FFF;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box div.sec01-cont-box-inner01 dl dd {
    font-size: 21px;
    line-height: 1.6em;
    padding-top: 3%;
    font-weight: 600;
    text-align: center;
  }
  section.sec01 div.sec01-cont-wrap div.sec01-cont-box div.sec01-cont-box-inner01 figure {
    width: 95%;
    position: absolute;
    left: 50%;
    bottom: 6%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  a.link-btn01 {
    max-width: 468px;
    text-align: center;
    border-radius: 60px;
  }
  a.link-btn01 span {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 4% 4% 4% 0;
  }
  a.link-btn01 span::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(140%, -70%) rotate(45deg);
            transform: translate(140%, -70%) rotate(45deg);
  }
  section.sec02 h2 {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 0 40px 0;
  }
  section.sec02 div.sec02-cont-box {
    background: url(../myimg/sec02_bg01_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 10% 0;
  }
  section.sec02 div.sec02-cont-box div.sec02-cont-box-inner {
    width: 90%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 50px 0 60px 0;
    background: rgba(255, 255, 255, 0.9);
  }
  section.sec02 div.sec02-cont-box div.sec02-cont-box-inner p:nth-of-type(1) {
    width: 76%;
    margin: 0 auto;
  }
  section.sec02 div.sec02-cont-box div.sec02-cont-box-inner p:nth-of-type(2) {
    padding-top: 20px;
    width: 76.4%;
    margin: 0 auto;
  }
  section.sec02 div.sec02-cont-box a.link-btn01 {
    margin-top: 80px;
  }
  /*section.sec02*/
  section.sec03 {
    /*div.sec03-cont01-wrap*/
  }
  section.sec03 h2 {
    max-width: 746px;
    margin: 0 auto;
    padding: 80px 0 40px 0;
  }
  section.sec03 div.sec03-cont01-wrap {
    background: url(../myimg/sec03_bg01_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    /*div.sec03-cont01-box*/
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-left: 5%;
    margin-bottom: 0px;
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box h3 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
  }
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box p {
    width: 75.2%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 1.4em;
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box p span.sup {
    display: inline-block;
    font-size: 0.7em;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box figure {
    width: 80.8%;
    margin: 0 auto;
    margin-top: 35px;
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box p.sec03-coution-txt01 {
    width: 83%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    margin-top: 30px;
  }
  section.sec03 div.sec03-cont01-wrap div.sec03-cont01-box p.sec03-coution-txt01 span {
    display: inline-block;
    text-indent: -2.2em;
    margin-left: 2.2em;
  }
  /*sec03*/
  section.sec04 h2 {
    width: 90%;
    max-width: 1035px;
    padding: 60px 0 0 0;
  }
  section.sec04 div.sec04-cont01 {
    max-width: 982px;
    margin: 0 auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.sec04 div.sec04-cont01 div {
    width: 30.8%;
  }
  section.sec04 div.sec04-cont01 div:first-child {
    margin-top: 0;
  }
  section.sec04 div.sec04-cont01 div:nth-child(2) {
    margin-top: 0;
  }
  section.sec04 div.sec04-cont01 div:nth-child(3) {
    margin-top: 0;
  }
  section.sec04 div.sec04-cont01 div h3 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  section.sec04 div.sec04-cont01 div p {
    line-height: 1.4em;
  }
  section.sec04 div.sec04-cont01 div figure {
    width: 100%;
    margin: 0;
    position: relative;
  }
  section.sec04 div.sec04-cont01 div figure span {
    display: block;
    position: absolute;
  }
  section.sec04 div.sec04-cont01 div figure span.num01 {
    width: 18.8%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-5%, -42px);
            transform: translate(-5%, -42px);
  }
  section.sec04 div.sec04-cont01 div figure span.num02 {
    width: 34.6%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-3%, -42px);
            transform: translate(-3%, -42px);
  }
  section.sec04 div.sec04-cont01 div figure span.num03 {
    width: 34.9%;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -42px);
            transform: translate(0, -42px);
  }
  div.cross {
    width: 110px;
    margin: 0 auto;
    padding-top: 5%;
  }
  div.cross span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 35px 0;
    background: #39924a;
    position: relative;
  }
  div.cross span::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #39924a;
    left: 0;
    top: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0) rotate(90deg);
            transform: translate(0, 0) rotate(90deg);
  }
  div.card-list-wrap {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  div.card-list-wrap .slick-prev,
  div.card-list-wrap .slick-next {
    width: 25px;
    height: 45px;
    top: 100%;
  }
  div.card-list-wrap .slick-prev {
    background: url(../myimg/prev-arrow01.svg) no-repeat center center;
    background-size: contain;
    left: 10%;
  }
  div.card-list-wrap .slick-prev::before {
    display: none;
  }
  div.card-list-wrap .slick-next {
    background: url(../myimg/next-arrow01.svg) no-repeat center center;
    background-size: contain;
    right: 10%;
  }
  div.card-list-wrap .slick-next::before {
    display: none;
  }
  div.card-list-wrap div.card-list {
    -webkit-box-shadow: 7px 7px 7px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 7px 7px 7px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  div.card-list-wrap div.card-list.slick-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  div.card-list-wrap div.card-list.slick-center {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  div.card-list-wrap div.card-list div.card-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: dotted 2px #80a23f;
  }
  div.card-list-wrap div.card-list div.card-inner dl {
    width: 82%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  div.card-list-wrap div.card-list div.card-inner dl dd {
    margin-top: 20px;
    line-height: 1.4em;
  }
  div.card-list-wrap .slick-list {
    overflow: visible;
  }
  div.card-list-wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  div.card-list-wrap .slick-dots li button {
    background: #CCC;
    width: 8px;
    height: 8px;
    border-radius: 20px;
  }
  div.card-list-wrap .slick-dots li button::before {
    display: none;
  }
  div.card-list-wrap .slick-dots li {
    width: 10px;
  }
  div.card-list-wrap .slick-dots li.slick-active button {
    background: #80a33f;
  }
  /*アマゾンプレゼント*/
  div.present-wrap {
    max-width: 1000px;
    margin-top: 80px;
    padding-bottom: 60px;
  }
  div.present-wrap h3 {
    width: 81%;
    margin: 0 auto;
  }
  div.present-wrap div.present-inner01 {
    width: 81%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    border: solid 1px #17b005;
    padding: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.present-wrap div.present-inner01::after {
    display: none;
  }
  div.present-wrap div.present-inner01 figure {
    width: 30.8%;
    position: relative;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  div.present-wrap div.present-inner01 ul {
    font-family: 'Noto Serif JP', serif;
    width: 67%;
    margin: 0;
    margin-left: 2%;
  }
  div.present-wrap div.present-inner01 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
  div.present-wrap div.present-inner01 ul li:last-child {
    margin-bottom: 0;
  }
  div.present-wrap div.present-inner01 ul li span.number {
    display: block;
    width: 38px;
    height: 38px;
    color: #FFF;
    background-color: #17b005;
    border-radius: 50%;
    text-align: center;
    /* ←文字を左右に中央揃え */
    line-height: 40px;
    /* ←文字を上下に中央揃え */
    position: relative;
  }
  div.present-wrap div.present-inner01 ul li p {
    width: calc(100% - 36px);
    line-height: 1.4em;
    letter-spacing: -0.02em;
    margin-left: 6px;
    font-weight: 500;
  }
  div.present-wrap div.present-inner01 ul li p span.underline {
    color: #17b005;
    border-bottom: solid 1px #17b005;
  }
  div.present-wrap p.amazon {
    width: 81%;
    margin: 0 auto;
    margin-top: 45px;
  }
  div.present-wrap dl {
    width: 81%;
    margin: 0 auto;
    margin-top: 60px;
  }
  div.present-wrap dl dt {
    background: #e5e7e8;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    padding: 2% 0;
  }
  div.present-wrap dl dd {
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 3%;
    text-align: left;
  }
  section.sec05 {
    margin-top: 100px;
  }
  section.sec05 h2 {
    width: 90%;
    max-width: 1035px;
    padding: 60px 0 0 0;
  }
  section.sec05 div.anchor-list {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
  }
  section.sec05 div.anchor-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.sec05 div.anchor-list ul li {
    width: 23.6%;
    margin-bottom: 10px;
    margin-left: 1.8%;
  }
  section.sec05 div.anchor-list ul li:nth-child(odd) {
    margin-left: 1.8%;
  }
  section.sec05 div.anchor-list ul li:nth-child(5) {
    margin-left: 0;
  }
  section.sec05 div.anchor-list ul li:first-child {
    margin-left: 0;
  }
  section.sec05 div.anchor-list ul li a {
    display: block;
    text-align: center;
    font-size: 1.3em;
    padding: 2% 0 8% 0;
    color: #FFF;
    position: relative;
  }
  section.sec05 div.anchor-list ul li a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
    -webkit-transform: translate(50%, 50%) rotate(45deg);
            transform: translate(50%, 50%) rotate(45deg);
  }
  section.sec05 div.anchor-list ul li a span {
    font-weight: 600;
    display: inline-block;
    position: relative;
  }
  section.sec05 div.anchor-list ul li a span::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
    -webkit-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
  }
  p.colona-txt {
    margin-top: 60px;
    font-size: 20px;
  }
  figure.covid-taisaku {
    max-width: 860px;
    margin-top: 35px;
  }
  div.bonjoueria {
    margin-top: 100px;
  }
  div.bonjoueria h2 {
    max-width: 1035px;
    margin: 0 auto;
  }
  div.bonjoueria div.bunjou-item-wrap {
    margin-top: 80px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 80px;
  }
  div.bonjoueria div.bunjou-item-wrap h3 {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0;
  }
  div.bonjoueria div.bunjou-item-list {
    width: 90%;
    max-width: 810px;
    margin: 0 auto;
    margin-top: 5%;
  }
  div.bonjoueria .slick-prev,
  div.bonjoueria .slick-next {
    width: 15px;
    height: 25px;
  }
  div.bonjoueria .slick-prev {
    background: url(../myimg/bunjou-prev-arrow.svg) no-repeat center center;
    background-size: contain;
  }
  div.bonjoueria .slick-prev::before {
    display: none;
  }
  div.bonjoueria .slick-next {
    background: url(../myimg/bunjou-next-arrow.svg) no-repeat center center;
    background-size: contain;
  }
  div.bonjoueria .slick-next::before {
    display: none;
  }
  div.bonjoueria .slick-slide {
    margin: 0 20px;
  }
  div.bonjoueria div.bonjou-item dl {
    margin-bottom: 10%;
  }
  div.bonjoueria div.bonjou-item dl dt {
    font-size: 16px;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  div.bonjoueria div.bonjou-item dl dd {
    font-size: 11px;
    letter-spacing: -0.03em;
  }
  div.bonjoueria div.bonjou-item dl dd ul li {
    line-height: 1.5em;
  }
  div.bonjoueria div.bonjou-item a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  div.bonjoueria div.bonjou-item a span.cover {
    padding: 3% 0;
    display: block;
    width: calc(100% - 2px);
    border: solid 1px #FFF;
    text-align: center;
  }
  div.bonjoueria div.bonjou-item a span.cover span {
    display: inline-block;
    position: relative;
    color: #FFF;
    padding-right: 2em;
  }
  div.bonjoueria div.bonjou-item a span.cover span::after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../myimg/bunjo-rink-arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 52%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  div.bonjoueria #bunjou-yamaguchi h3 {
    background: #22aaa5;
  }
  div.bonjoueria #bunjou-yamaguchi div.bonjou-item a {
    background: #22aaa5;
    border: solid 2px #22aaa5;
  }
  footer {
    margin-top: 90px;
    padding-bottom: 80px;
  }
  footer p {
    width: 60%;
    max-width: 330px;
    margin: 0 auto;
  }
}

/*768*/
/*# sourceMappingURL=pc.css.map */