@charset "UTF-8";
.h1-title {
  background-color: rgba(147, 162, 84, 0.5647058824);
  color: #FFF;
}
.h1-title h1 {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 0;
}

div.breadcrumb_wrap {
  background-color: unset;
}
div.c-breadcrumb {
  padding: 20px 0 0;
}

@media only screen and (max-width: 669px) {
  .h1-title {
    text-align: center;
  }
  .h1-title h1 {
    width: 100%;
    margin: 0 auto;
    padding: 1vw 0;
  }
  div.breadcrumb_wrap {
    background-color: unset;
  }
  div.c-breadcrumb {
    padding: 3.125vw 4.6875vw;
  }
}
/*トップ*/
/*sec01*/
.top_bnr_sec {
  width: 1000px;
  margin: 30px auto 0;
  position: relative;
}

.top-visual_title {
  position: absolute;
  text-align: center;
  width: 325px;
  right: 7%;
}
.top-visual_title .top-visual_title_01 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec1_img02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 123px;
}
.top-visual_title .top-visual_title_01 p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 34px;
  color: #FFF;
  line-height: 0.9;
  letter-spacing: 0.2em;
  padding: 12px 0 0 10px;
}
.top-visual_title .top-visual_title_01 p span {
  font-size: 22px;
}
.top-visual_title .top-visual_title_02 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px;
  color: #301307;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin: 18px 0 22px;
}
.top-visual_title .top-visual_title_02 span {
  font-size: 18px;
}

.top-visual_text {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.top-visual_text_01, .top-visual_text_02 {
  background-color: #FFF;
  color: #301307;
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 0.45rem;
  text-orientation: upright;
  position: absolute;
}

.top-visual_text_01 {
  top: 8%;
  left: 11%;
}

.top-visual_text_02 {
  top: 15%;
  left: 4%;
}

@media only screen and (max-width: 669px) {
  .top_bnr_sec {
    width: 100%;
    margin: 0;
  }
  .top-visual_title {
    width: 70vw;
    right: 15%;
  }
  .top-visual_title .top-visual_title_01 {
    width: 100%;
    height: 17.8vw;
  }
  .top-visual_title .top-visual_title_01 p {
    font-size: 4.567vw;
    padding: 1.4vw 0 0 1.667vw;
  }
  .top-visual_title .top-visual_title_01 p span {
    font-size: 3.6vw;
  }
  .top-visual_title .img-logo {
    width: 22vw;
    margin: 0 auto;
  }
  .top-visual_title .top-visual_title_02 {
    font-size: 3.933vw;
    letter-spacing: 0.3em;
    line-height: 1.4;
    margin: 0.8vw 0 0.867vw;
  }
  .top-visual_title .top-visual_title_02 span {
    font-size: 2.8vw;
  }
  .top-visual_text_01, .top-visual_text_02 {
    padding: 2.533vw 2.167vw;
    font-size: 2.8vw;
  }
  .top-visual_text_01 {
    top: 44%;
    left: 23%;
  }
  .top-visual_text_02 {
    top: 47%;
    left: 10%;
  }
}
/*sec02*/
.top_sec02 {
  max-width: 1000px;
  margin: 60px auto 0;
  text-align: center;
}
.top_sec02 .top_sec02_title {
  width: 505px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_sec02 .top_sec02_title h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.top_sec02 .top_sec02_title h2 span {
  color: #93A254;
  font-size: 24px;
  font-weight: 600;
}
.top_sec02 .top_sec02_title h2 span .f-s32 {
  font-size: 32px;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec2_img01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 9px 0 13px;
}

.top_sec02_cont .top_sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 669px) {
  .top_sec02_cont .top_sec02_list {
    width: 100%;
  }
}
.top_sec02_cont .top_sec02_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(25% - 20px);
  margin: 10px;
}
@media only screen and (max-width: 669px) {
  .top_sec02_cont .top_sec02_list li {
    width: calc(50% - 20px);
  }
}
.top_sec02_cont .top_sec02_list li .btn {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background-color: #93A254;
  border: solid 1px #93A254;
  border-radius: 20px;
  color: #FFF;
  position: relative;
  line-height: 2.4;
  width: 145px;
  margin: 20px auto 0;
}
.top_sec02_cont .top_sec02_list li .btn span::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/common_img03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.8rem;
  top: 33%;
  right: 7%;
}
.top_sec02_cont .top_sec02_list li a:hover .btn {
  background-color: #FFF;
  color: #93A254;
}
.top_sec02_cont .top_sec02_list li a:hover .btn span::after {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/common_img03-hover.svg");
}

@media only screen and (max-width: 669px) {
  .top_sec02 {
    width: 100%;
    margin: 16vw auto 0;
  }
  .top_sec02 .top_sec02_title {
    width: 90vw;
  }
  .top_sec02 .top_sec02_title figure {
    width: 6vw;
  }
  .top_sec02 .top_sec02_title h2 {
    font-size: 3.4vw;
  }
  .top_sec02 .top_sec02_title h2 span {
    font-size: 4vw;
  }
  .top_sec02 .top_sec02_title h2 span .f-s32 {
    font-size: 6vw;
    padding: 1vw 1.3vw 0 2vw;
  }
  li .btn {
    border-radius: 20px;
    width: 37vw;
    margin: 5vw auto 0;
  }
  li .btn span::after {
    width: 1rem;
    height: 0.8rem;
    top: 33%;
    right: 7%;
  }
}
/*お知らせ新着*/
.top-news {
  margin: 160px auto 0;
  width: 1000px;
}
.top-news .point_title h2 {
  color: #93A254;
  font-size: 30px;
}
.top-news ul.column_list li a span.col_title:after {
  background-color: #93A254;
}

body .top-news .undercolumn a.ccl_btn {
  background-color: #93A254;
  border: 1px solid #93A254;
}

@media only screen and (max-width: 669px) {
  .top-news {
    margin: 15vw auto 0;
    width: 100%;
  }
  .top-news .point_title h2 {
    font-size: 5.2vw;
  }
}
/*sec03*/
.top_sec03 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 955px;
  max-width: 1800px;
  margin: 160px auto 0;
}

.top_sec03_title {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.top_sec03_title h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  color: #190D0A;
  padding-top: 115px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.top_sec03_list {
  width: 1000px;
  height: 620px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.top_sec03_list li {
  position: absolute;
  font-size: 18px;
  color: #340008;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_sec03_list li span {
  font-size: 22px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF68E));
  background: linear-gradient(transparent 50%, #FFF68E 50%);
}

.top_sec03_list_hukidashi01 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img02.svg");
  width: 335px;
  height: 172px;
  top: 14%;
  left: 6%;
  padding-top: 33px;
}
.top_sec03_list_hukidashi01 span {
  color: #D3753D;
}

.top_sec03_list_hukidashi02 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img03.svg");
  width: 304px;
  height: 170px;
  top: 10%;
  right: 0%;
  padding-top: 40px;
}
.top_sec03_list_hukidashi02 span {
  color: #88B5AF;
}

.top_sec03_list_hukidashi03 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img04.svg");
  width: 320px;
  height: 201px;
  top: 69%;
  right: 68%;
  padding-top: 30px;
}
.top_sec03_list_hukidashi03 span {
  color: #4F7795;
}

.top_sec03_list_hukidashi04 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img05.svg");
  width: 362px;
  height: 172px;
  top: 82%;
  left: 35%;
  padding-top: 27px;
}
.top_sec03_list_hukidashi04 span {
  color: #889046;
}

.top_sec03_list_hukidashi05 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img06.svg");
  width: 300px;
  height: 164px;
  top: 85%;
  right: 2%;
  padding-top: 50px;
  padding-left: 10px;
}
.top_sec03_list_hukidashi05 span {
  color: #AA89AD;
}

.top_sec03_list_hukidashi06 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img07.svg");
  width: 277px;
  height: 180px;
  top: 10%;
  right: 32%;
  padding-top: 37px;
  padding-right: 15px;
}
.top_sec03_list_hukidashi06 span {
  color: #CF787E;
}

@media only screen and (max-width: 669px) {
  .top_sec03 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img01-sp.jpg");
    background-size: contain;
    height: 190vw;
    max-width: 100vw;
    margin: 15vw auto 0;
  }
  .top_sec03_title {
    width: 100%;
  }
  .top_sec03_title h2 {
    font-size: 4.8vw;
    padding-top: 35vw;
  }
  .top_sec03_list {
    width: 100%;
    height: 147vw;
  }
  .top_sec03_list li {
    font-size: 3.2vw;
  }
  .top_sec03_list li span {
    font-size: 3.8vw;
  }
  .top_sec03_list_hukidashi01 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img02-sp.svg");
    width: 48%;
    height: 21%;
    top: 9.5%;
    left: 5%;
    padding-top: 6vw;
    z-index: 3;
  }
  .top_sec03_list_hukidashi02 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img03-sp.svg");
    width: 50%;
    height: 19%;
    top: 10%;
    right: 4%;
    padding-top: 6vw;
  }
  .top_sec03_list_hukidashi03 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img04-sp.svg");
    width: 51%;
    height: 20.5%;
    top: 29%;
    left: 5%;
    padding-top: 2vw;
  }
  .top_sec03_list_hukidashi04 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img05-sp.svg");
    width: 64%;
    height: 20%;
    top: 76%;
    left: 2%;
    padding-top: 5vw;
  }
  .top_sec03_list_hukidashi05 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img06-sp.svg");
    width: 46%;
    height: 17%;
    top: 27%;
    right: 2%;
    padding-top: 7vw;
    padding-left: 0;
  }
  .top_sec03_list_hukidashi06 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec3_img07-sp.svg");
    width: 41%;
    height: 18%;
    top: 76.5%;
    right: 0;
    padding-top: 5vw;
    padding-right: 2vw;
  }
}
/*sec04*/
.top_sec04 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec4_img01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 605px;
  width: 1000px;
  margin: 80px auto 0;
}

.top_sec04_title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(86%, #FFF68E));
  background: linear-gradient(transparent 86%, #FFF68E 86%);
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 70px;
}
.top_sec04_title figure {
  height: 31px;
  width: 21px;
}
.top_sec04_title h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  color: #301307;
  letter-spacing: 0.2em;
}
.top_sec04_title h2 em {
  font-size: 28px;
}

.top_sec03_text {
  color: #301307;
  padding: 7% 0 0 51%;
  line-height: 2;
}

@media only screen and (max-width: 669px) {
  .top_sec04 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec4_img01-sp.png");
    background-size: cover;
    height: 200vw;
    width: 100vw;
    margin: 20vw auto 0;
  }
  .top_sec04_title {
    background: unset;
    width: 90vw;
    padding-top: 11vw;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .top_sec04_title figure {
    height: 8vw;
    width: 8vw;
  }
  .top_sec04_title h2 {
    font-size: 5.2vw;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF68E));
    background: linear-gradient(transparent 80%, #FFF68E 80%);
  }
  .top_sec04_title h2 .sp-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF68E));
    background: linear-gradient(transparent 70%, #FFF68E 70%);
  }
  .top_sec04_title h2 em {
    font-size: 4.8vw;
  }
  .top_sec03_text {
    padding: 10vw 0 0 0;
    font-size: 3.4vw;
    text-align: center;
  }
}
/*sec05*/
.top_sec05 {
  background-color: #F8F6E4;
  margin-top: 160px;
  padding: 120px 0 140px;
}

.top_sec05_box_01 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_bg01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 348px;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.top_sec05_title {
  text-align: center;
  padding: 43px 100px 40px 0;
}
.top_sec05_title h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  color: #FFF;
}
.top_sec05_title h2 em {
  font-size: 20px;
}
.top_sec05_title h2 span {
  color: #A13B3A;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_img07.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 5px 10px 5px 28px;
  letter-spacing: 0.6em;
}

.top_sec05_title_label {
  position: absolute;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_img01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 185px;
  width: 162px;
  top: -20px;
  right: 30px;
}
.top_sec05_title_label p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  color: #301307;
  padding-top: 53px;
  line-height: 1.5;
}

.top_sec05_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_sec05_box_list li {
  width: 48%;
  font-size: 26px;
  color: #301307;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 15px 0;
  line-height: 1.4;
}
.top_sec05_box_list li::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/common_img04.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.top_sec05_box_list li .icon {
  position: absolute;
}
.top_sec05_box_list li:nth-child(1) .icon {
  top: -10px;
  right: 30px;
}
.top_sec05_box_list li:nth-child(2) .icon {
  top: -15px;
  right: 220px;
}
.top_sec05_box_list li:nth-child(3) .icon {
  top: 10px;
  right: 15px;
}
.top_sec05_box_list li:nth-child(4) .icon {
  top: -29px;
  right: 190px;
}

.top_sec05 .chui {
  margin-left: 38px;
  font-size: 14px;
  color: #301307;
}

.top_sec05_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.top_sec05_box_02 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_bg02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 490px;
  margin: 20px auto 0;
  text-align: center;
}

.sec05_box_title h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #FFF;
  font-size: 26px;
  padding-top: 30px;
}

.sec05_box_02_inner {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.sec05_box_02_inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
}
.sec05_box_02_inner01 p {
  font-size: 39px;
  color: #A13B3A;
  margin-left: 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.sec05_box_02_inner01 p a {
  color: #A13B3A;
}
.sec05_box_02_inner01 p a:visited {
  color: #A13B3A;
}

.sec05_box_02_inner02 {
  background-color: #A13B3A;
  border-radius: 40px;
  width: 320px;
  margin: 5px auto;
  color: #FFF;
  font-size: 16px;
  padding: 5px 0;
}

.top_sec05_box_03 {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_bg03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 490px;
  margin: 20px auto 0;
}

.sec05_box_title {
  text-align: center;
}

.top_sec05_box_03 .sec05_box_title h3 {
  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;
}
.top_sec05_box_03 .sec05_box_title h3::before, .top_sec05_box_03 .sec05_box_title h3::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/common_img06.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 23px;
  height: 23px;
  margin: 0 10px;
}
.top_sec05_box_03 .sec05_box_03_inner {
  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;
  margin-top: 42px;
}
.top_sec05_box_03 .sec05_box_03_inner .sec05_box_03_inner01 {
  width: 110px;
  margin-right: 15px;
}
.top_sec05_box_03 .sec05_box_03_inner .sec05_box_03_inner02 {
  color: #301307;
  font-size: 18px;
}

.top_sec05_box_04 {
  width: 1000px;
  margin: 20px auto;
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 30px 25px;
}
.top_sec05_box_04 .sec05_box_title {
  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: 518px;
  margin: 0 auto;
}
.top_sec05_box_04 .sec05_box_title h3 {
  color: #301307;
  font-size: 36px;
  padding-top: 0;
  letter-spacing: 0.2em;
}
.top_sec05_box_04 .sec05_box_04_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.top_sec05_box_04 .sec05_box_04_inner_01 {
  width: 47%;
}
.top_sec05_box_04 .sec05_box_04_inner_02 {
  width: 47%;
}
.top_sec05_box_04 .sec05_box_04_inner_02 .sec05_box_04_info {
  width: 343px;
  margin: auto;
  margin: 10px auto 0px;
}
.top_sec05_box_04 .sec05_box_04_inner .line {
  width: 1px;
  background-color: rgba(25, 13, 10, 0.2509803922);
}
.top_sec05_box_04 .sec05_box_04_inner_img img {
  width: 217px;
}
.top_sec05_box_04 .sec05_box_04_inner h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  text-align: center;
  border-top: double #301307;
  border-bottom: double #301307;
  padding: 20px 0 10px;
  margin: 25px 0 20px;
  color: #301307;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_01 .sec05_box_04_inner_logo {
  margin: 30px auto 0 !important;
  width: 100%;
  height: 200px;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_02 .sec05_box_04_inner_logo {
  margin: 30px auto 0 !important;
  width: 100%;
  height: 200px;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_adress {
  text-align: center;
  font-size: 16px;
  color: #301307;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel img {
  width: 29px;
  height: 20px;
  margin-right: 10px;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 36px;
  color: #A23336;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel p a {
  color: #A23336;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel p a:visited {
  color: #A23336;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .turn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info p {
  color: #301307;
  font-size: 22px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 30px;
  margin: 10px 0;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info p span {
  font-size: 14px;
  background-color: #582D21;
  color: #FFF;
  margin-right: 13px;
  vertical-align: middle;
  width: 77px;
  display: inline-block;
  text-align: center;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica Neue", "Helvetica", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .sec05_box_04_info_sub {
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica Neue", "Helvetica", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
  padding-left: 0px;
  font-size: 14px;
  text-align: center;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info p em {
  font-size: 16px;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_02 .sec05_box_04_info .sec05_box_04_info_sub {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #A23336;
  font-size: 16px;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_02 .sec05_box_04_info .sec05_box_04_info_sub02 {
  color: #301307;
  font-size: 14px;
  text-align: center;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica Neue", "Helvetica", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
  padding: 0 179px;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period:before, .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: black;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period:before {
  left: 0;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period:after {
  right: 0;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info_box p:nth-child(2) {
  margin: 10px 0 10px 20px;
}

@media only screen and (max-width: 669px) {
  .top_sec05 {
    margin-top: 20vw;
    padding: 20vw 0 20vw;
  }
  .top_sec05_box_01 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_bg01-sp.svg");
    height: 115vw;
    width: 93vw;
  }
  .top_sec05_title {
    padding: 10vw 20vw 8vw 0;
  }
  .top_sec05_title h2 {
    font-size: 4.8vw;
    line-height: 2;
  }
  .top_sec05_title h2 em {
    font-size: 3.4375vw;
  }
  .top_sec05_title h2 span {
    color: #A13B3A;
    padding: 1.5vw 0vw 2.2vw 5.6vw;
    letter-spacing: 0.9em;
    background-position: 2vw;
  }
  .top_sec05_title_label {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_img01-sp.svg");
    height: 28vw;
    width: 25vw;
    top: 4%;
    right: 2%;
  }
  .top_sec05_title_label p {
    font-size: 3.2vw;
    padding-top: 8vw;
  }
  .top_sec05_box_list {
    display: block;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 80vw;
    margin: 0 auto;
    padding-left: 2vw;
  }
  .top_sec05_box_list li {
    width: 100%;
    font-size: 4.2vw;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin: 4vw 0;
  }
  .top_sec05_box_list li::before {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
    margin-top: 0.5vw;
  }
  .top_sec05_box_list li .icon {
    width: 15vw;
  }
  .top_sec05_box_list li:nth-child(1) .icon {
    top: -2vw;
    right: 3vw;
  }
  .top_sec05_box_list li:nth-child(2) .icon {
    top: -1vw;
    right: 5vw;
    width: 13vw;
  }
  .top_sec05_box_list li:nth-child(3) .icon {
    top: 0;
    right: 3vw;
  }
  .top_sec05_box_list li:nth-child(4) .icon {
    top: -3vw;
    right: 3vw;
  }
  .top_sec05 .chui {
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 3.4375vw;
  }
  .top_sec05_box_flex {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .top_sec05_box_02 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_bg02-sp.svg");
    background-size: cover;
    height: 54vw;
    width: 93vw;
    margin: 5vw auto 0;
  }
  .sec05_box_title h3 {
    font-size: 4.8vw;
    padding-top: 5.15625vw;
  }
  .sec05_box_02_inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 6vw;
  }
  .sec05_box_02_inner01 figure {
    width: 8vw;
  }
  .sec05_box_02_inner01 p {
    font-size: 6.2vw;
    margin-left: 3vw;
  }
  .sec05_box_02_inner02 {
    border-radius: 40px;
    width: 70vw;
    margin: 3vw auto;
    font-size: 3.4vw;
    padding: 1.5vw 0;
  }
  .top_sec05_box_03 {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/sec5_bg03-sp.svg");
    background-size: cover;
    height: 43vw;
    width: 93vw;
    margin: 20px auto 0;
  }
  .top_sec05_box_03 .sec05_box_title h3 {
    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;
  }
  .top_sec05_box_03 .sec05_box_title h3::before, .top_sec05_box_03 .sec05_box_title h3::after {
    background-size: cover;
    width: 5vw;
    height: 5vw;
    margin: 0 2vw;
  }
  .top_sec05_box_03 .sec05_box_03_inner {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75%;
    margin: 4vw auto 0;
  }
  .top_sec05_box_03 .sec05_box_02_inner03 {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    background-color: #E38A49;
    border-radius: 20px;
    color: #FFF;
    margin: 1vw auto;
    font-size: 3.4vw;
    padding: 1.5vw 0;
    text-align: center;
  }
  .top_sec05_box_03 .sec05_box_02_inner03 a {
    color: #FFF;
  }
  .top_sec05_box_03 .sec05_box_02_inner03 a:visited {
    color: #FFF;
  }
  .top_sec05_box_03 .sec05_box_03_inner .sec05_box_03_inner01 {
    width: 20vw;
    margin-right: 4vw;
  }
  .top_sec05_box_03 .sec05_box_03_inner .sec05_box_03_inner02 {
    font-size: 3.7vw;
  }
  .top_sec05_box_04 {
    width: 93vw;
    margin: 5vw auto;
    border-radius: 5px;
    padding: 8vw 5vw 7vw;
  }
  .top_sec05_box_04 .sec05_box_title {
    width: 100%;
  }
  .top_sec05_box_04 .sec05_box_title h3 {
    font-size: 5.2vw;
  }
  .top_sec05_box_04 .sec05_box_title .sec05_box_title_arrow {
    width: 20vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-top: 8vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner_01, .top_sec05_box_04 .sec05_box_04_inner_02 {
    width: 100%;
  }
  .top_sec05_box_04 .sec05_box_04_inner .line {
    width: 100%;
    height: 1px;
    margin: 10vw 0;
  }
  .top_sec05_box_04 .sec05_box_04_inner_img img {
    width: 49%;
  }
  .top_sec05_box_04 .sec05_box_04_inner h4 {
    font-size: 5.6vw;
    padding: 5vw 0 3vw;
    margin: 3vw 0 5vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_01 .sec05_box_04_inner_logo　 {
    margin: 30px auto 0;
    width: 100%;
    height: 200px;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_logo {
    width: 100%;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_02 .sec05_box_04_inner_logo {
    width: 100%;
    height: 32vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_adress {
    font-size: 3.8vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel img {
    width: 8vw;
    height: 5vw;
    margin-right: 2vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_tel p {
    font-size: 7.2vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info p {
    font-size: 4.375vw;
    line-height: 7.5vw;
    margin: 2vw 0;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info_box p:nth-child(2) {
    margin: 2vw 0 0 2vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info p span {
    font-size: 3.125vw;
    margin-right: 2vw;
    width: 14vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .sec05_box_04_info_sub {
    padding-left: 0;
    font-size: 3.4vw;
    margin-left: 0vw;
    text-align: center;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info p em {
    font-size: 3.8vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner_02 .sec05_box_04_info {
    width: 66.40625vw;
    margin: 4vw auto;
  }
  .top_sec05_box_04 .sec05_box_04_inner_02 .sec05_box_04_info .sec05_box_04_info_sub {
    margin-left: 0;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period {
    padding: 0 32vw;
    font-size: 3.75vw;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period:before, .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_info .info_period:after {
    width: 29vw;
  }
}
/*下層*/
.randoseru-cont {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 669px) {
  .randoseru-cont {
    width: 100%;
  }
}
/*メインビジュアル*/
.main_bnr_sec {
  margin-top: 60px;
  position: relative;
}
.main_bnr_sec .main-visual_title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #190D0A;
  position: absolute;
  z-index: 111;
  width: 200px;
  text-align: center;
  top: 40px;
  left: 40px;
}

.main-visual_title_text, .main-visual_title_text02 {
  font-size: 18px;
}

.main-visual_title_text03 {
  font-size: 24px;
  line-height: 1.2;
}

.main-visual_title_text {
  margin: 30px 0 25px;
}
.main-visual_title_text span {
  font-size: 16px;
}

.main-visual_title_text03 span {
  font-size: 16px;
}
.main-visual_title_text03 em {
  font-size: 18px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media only screen and (max-width: 669px) {
  .main_bnr_sec {
    margin-top: 0;
  }
  .main_bnr_sec .main-visual_title {
    width: 90vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-visual_title div {
    width: 43%;
    margin: 0 auto;
  }
  .main-visual_title_text, .main-visual_title_text02 {
    font-size: 4.8vw;
  }
  .main-visual_title_text03 {
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .main-visual_title_text {
    margin: 3vw 0 2vw;
  }
  .main-visual_title_text span {
    font-size: 4.267vw;
  }
  .main-visual_title_text03 span {
    font-size: 4.267vw;
  }
  .main-visual_title_text03 em {
    font-size: 4.8vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
/*ポイント*/
.point_sec {
  margin-top: 60px;
}

.point_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;
}
.point_title h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  text-align: center;
}

.point_cont {
  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;
  margin-top: 50px;
}

.point_cont_box {
  width: 470px;
  position: relative;
}
.point_cont_box.point03, .point_cont_box.point04 {
  margin-top: 50px;
}
.point_cont_box::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
}
.point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg01.png");
  width: 329px;
  height: 208px;
  top: 38%;
  left: -30%;
}
.point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg02.png");
  width: 160px;
  height: 130px;
  right: -30%;
  top: -10%;
}
.point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg03.png");
  width: 318px;
  height: 201px;
  top: 40%;
  right: 0%;
}

.point_cont_box_title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/circle.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  font-weight: bold;
}
.point_cont_box_title p span {
  vertical-align: sub;
  font-size: 26px;
  margin-left: 5px;
}
.point_cont_box_title h3 {
  font-size: 18px;
  color: #3F1804;
  margin-left: 15px;
}

.point_cont_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.point_cont_flexbox_img {
  width: 220px;
  margin-right: 35px;
  z-index: 2;
}

.point_cont_flexbox_text {
  color: #301307;
  width: 215px;
}
.point_cont_flexbox_text h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 2;
}
.point_cont_flexbox_text p span {
  font-weight: bold;
}

@media only screen and (max-width: 669px) {
  .point_sec {
    margin-top: 13vw;
  }
  .point_title {
    text-align: center;
  }
  .point_title h2 {
    font-size: 5.333vw;
  }
  .point_title_arrowL, .point_title_arrowR {
    width: 16vw;
  }
  .point_cont {
    display: block;
    margin-top: 6vw;
  }
  .point_cont_box {
    width: 90vw;
    margin: 0 auto 8vw;
  }
  .point_cont_box.point03, .point_cont_box.point04 {
    margin-top: 0;
  }
  .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg-sp01.png");
    width: 100%;
    height: 50vw;
    top: 47%;
    left: 6%;
    background-size: contain;
  }
  .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg-sp02.png");
    width: 100%;
    height: 50vw;
    top: 17%;
    left: -6%;
    background-size: contain;
  }
  .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg-sp03.png");
    width: 100%;
    height: 50vw;
    top: 51%;
    left: 6%;
    background-size: contain;
  }
  .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/manyukaban/bg-sp04.png");
    width: 100%;
    height: 50vw;
    top: 27%;
    left: -6%;
    background-size: contain;
  }
  .point_cont_box_title {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .point_cont_box_title p {
    background-position-x: 37%;
    font-size: 3.2vw;
    padding-left: 0;
  }
  .point_cont_box_title p span {
    font-size: 6.933vw;
    margin-left: 2vw;
  }
  .point_cont_box_title h3 {
    font-size: 4.8vw;
    margin-left: 0;
  }
  .point_cont_flexbox {
    display: block;
    margin-top: 5vw;
    z-index: 10;
    position: relative;
  }
  .point_cont_flexbox_img {
    width: 75%;
    margin: 0 auto;
  }
  .point_cont_flexbox_text {
    width: 100%;
    margin-top: 3vw;
  }
  .point_cont_flexbox_text.p-center p {
    text-align: center;
  }
  .point_cont_flexbox_text .p-left {
    text-align: left;
  }
  .point_cont_flexbox_text h4 {
    font-size: 4.267vw;
    margin-top: 0;
    text-align: center;
  }
}
/*ランドセル*/
.product_cont {
  margin-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, rgba(67, 135, 123, 0.3137254902)), to(rgba(67, 135, 123, 0.3137254902)));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, rgba(67, 135, 123, 0.3137254902) 50%, rgba(67, 135, 123, 0.3137254902) 100%);
}

.product_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.product_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_box_inner .box {
  width: 200px;
  text-align: center;
}

.product_cont_flexbox_img {
  width: 180px;
}
.product_cont_flexbox_img.p-logo {
  width: 108px;
  height: 60px;
  margin: 0 auto 7px;
}

.product_cont_text {
  text-align: center;
  font-weight: 600;
  padding-bottom: 34px;
}

.hakura.product_cont {
  margin-top: 160px;
}
.hakura .product_box {
  position: relative;
}

.product_cont_flexbox_text {
  height: 50px;
  margin: 0 auto 7px;
  display: table;
}
.product_cont_flexbox_text p {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
.product_cont_flexbox_text.sp {
  display: none;
}

.hukidashi_text {
  position: absolute;
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/sec3_img06.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 202px;
  height: 214px;
  padding: 22px 0 0 5px;
  color: #FFF;
  top: -40%;
  left: 75%;
}

.product_cont_flexbox_img.p-logo.width-logo-150 {
  width: 150px;
}
.product_cont_flexbox_img.p-logo.width-logo-170 {
  width: 170px;
}

.raraya .product_cont_flexbox_text {
  height: 70px;
}

.fuwarii .product_cont_flexbox_text {
  height: 25px;
}

@media only screen and (max-width: 669px) {
  .product_cont {
    margin-top: 20vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(79%, #FFF), color-stop(79%, rgba(67, 135, 123, 0.3137254902)), to(rgba(67, 135, 123, 0.3137254902)));
    background: linear-gradient(180deg, #FFF 0%, #FFF 79%, rgba(67, 135, 123, 0.3137254902) 79%, rgba(67, 135, 123, 0.3137254902) 100%);
  }
  .product_box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .product_box_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5vw;
  }
  .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(55%, #FFF), color-stop(55%, rgba(67, 135, 123, 0.3137254902)), to(rgba(67, 135, 123, 0.3137254902)));
    background: linear-gradient(180deg, #FFF 0%, #FFF 55%, rgba(67, 135, 123, 0.3137254902) 55%, rgba(67, 135, 123, 0.3137254902) 100%);
    margin-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_box_inner .box {
    width: 30vw;
    text-align: center;
  }
  .product_cont_flexbox_img {
    width: 29vw;
    margin: 0 auto;
  }
  .product_cont_flexbox_img.p-logo {
    width: 100%;
    height: 10vw;
    margin: 0 auto 3vw;
  }
  .product_cont_flexbox_img.p-logo img {
    height: 10vw;
  }
  .product_cont_text {
    padding-bottom: 4vw;
    width: 100%;
    margin-top: -4vw;
    font-size: 3.267vw;
  }
  .hakura.product_cont {
    margin-top: 34vw;
    position: relative;
  }
  .product_cont_flexbox_text {
    height: 15vw;
    margin: 0 auto 0vw;
    display: table;
  }
  .product_cont_flexbox_text p {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    font-size: 3.267vw;
    line-height: 1.5;
  }
  .product_cont_flexbox_text.sp {
    display: table;
  }
  .product_cont_flexbox_text.pc {
    display: none;
  }
  .product_cont_flexbox_text.out-text {
    height: 7vw;
    width: 100%;
    text-align: -webkit-center;
  }
  .hukidashi_text {
    width: 175px;
    height: 150px;
    padding: 6vw 0 0 0;
    top: -19%;
    left: 37%;
  }
  .product_cont_flexbox_img.p-logo.width-logo-150 {
    width: 100%;
  }
  .product_cont_flexbox_img.p-logo.width-logo-170 {
    width: 100%;
  }
  .product_cont_flexbox_img.p-logo.width-logo-170 img {
    height: 7vw;
    margin-top: 2vw;
  }
  .raraya .product_cont_flexbox_text {
    height: 14vw;
  }
  .raraya .product_box_inner.sp-top .box {
    width: 33vw;
  }
}
/*コラム*/
.column_sec {
  margin-top: 160px;
}
.column_sec #re-article-list {
  margin-top: 60px;
}

@media only screen and (max-width: 669px) {
  .column_sec {
    margin-top: 20vw;
  }
  .column_sec #re-article-list {
    margin-top: 10vw;
  }
}
/*キーカラー 萬勇鞄（ベース）*/
.manyu .key-color {
  color: #43877B;
}
.manyu .c-breadcrumb {
  z-index: 100;
  position: relative;
}
.manyu .h1-title {
  background-color: rgba(67, 135, 123, 0.5019607843);
}
.manyu .main_img_sec {
  height: 849px;
}
.manyu .main-img_title {
  position: relative;
  z-index: 100;
}
.manyu .main_img_sec figure {
  width: 1800px;
  height: 849px;
  margin: 0 auto;
  -webkit-transform: translateY(-25.5%) translateX(-22%);
          transform: translateY(-25.5%) translateX(-22%);
}
.manyu .main-img_title_text {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #301307;
  position: relative;
  top: 160px;
}
.manyu .main-img_title_text02 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
  top: 180px;
}
.manyu .point01 {
  margin-top: 10px;
}

@media only screen and (max-width: 669px) {
  .manyu .main_img_sec {
    height: 191.875vw;
  }
  .manyu .main_img_sec figure {
    width: 100vw;
    height: auto;
    -webkit-transform: translateY(-35%) translateX(0);
            transform: translateY(-35%) translateX(0);
  }
  .manyu .main-img_title_text {
    font-size: 5vw;
    top: 116vw;
  }
  .manyu .main-img_title_text02 {
    font-size: 3.4375vw;
    width: 90.625vw;
    margin: 0 auto;
    top: 119vw;
    text-align: left;
  }
  .manyu .point01 {
    margin-top: 2vw;
  }
}
/*キーカラー 羽倉*/
.hakura .key-color {
  color: #D19053;
}
.hakura .h1-title {
  background-color: rgba(209, 144, 83, 0.5019607843);
}
.hakura.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #F4E2D4), to(#F4E2D4));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #F4E2D4 50%, #F4E2D4 100%);
}
.hakura .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg01.png");
}
.hakura .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg02.png");
}
.hakura .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg03.png");
}
.hakura .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/circle.png");
}

@media only screen and (max-width: 669px) {
  .hakura .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg-sp01.png");
  }
  .hakura .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg-sp02.png");
  }
  .hakura .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg-sp03.png");
  }
  .hakura .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/hakura/bg-sp04.png");
  }
  .hakura.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(80%, #FFF), color-stop(80%, #F4E2D4), to(#F4E2D4));
    background: linear-gradient(180deg, #FFF 0%, #FFF 80%, #F4E2D4 80%, #F4E2D4 100%);
  }
  .hakura .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(55%, #FFF), color-stop(55%, #F4E2D4), to(#F4E2D4));
    background: linear-gradient(180deg, #FFF 0%, #FFF 55%, #F4E2D4 55%, #F4E2D4 100%);
  }
}
/*キーカラー カバンのフジタ*/
.fujita .key-color {
  color: #6BA9B7;
}
.fujita .h1-title {
  background-color: rgba(107, 169, 183, 0.5019607843);
}
.fujita.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #DAE9EE), to(#DAE9EE));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #DAE9EE 50%, #DAE9EE 100%);
}
.fujita .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg01.png");
}
.fujita .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg02.png");
}
.fujita .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg03.png");
}
.fujita .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/circle.png");
}

@media only screen and (max-width: 669px) {
  .fujita .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg-sp01.png");
  }
  .fujita .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg-sp02.png");
  }
  .fujita .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg-sp03.png");
  }
  .fujita .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fujita/bg-sp04.png");
  }
  .fujita.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(25%, #FFF), color-stop(25%, #DAE9EE), to(#DAE9EE));
    background: linear-gradient(180deg, #FFF 0%, #FFF 25%, #DAE9EE 25%, #DAE9EE 100%);
  }
  .fujita .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(75%, #FFF), color-stop(75%, #DAE9EE), to(#DAE9EE));
    background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #DAE9EE 75%, #DAE9EE 100%);
    margin-bottom: 0;
    padding-top: 8vw;
  }
}
/*キーカラー 五十嵐製作所*/
.igarashi .key-color {
  color: #B9463F;
}
.igarashi .h1-title {
  background-color: rgba(185, 70, 63, 0.5019607843);
}
.igarashi.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #EDCFCD), to(#EDCFCD));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #EDCFCD 50%, #EDCFCD 100%);
}
.igarashi .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg01.png");
}
.igarashi .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg02.png");
}
.igarashi .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg03.png");
}
.igarashi .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/circle.png");
}

@media only screen and (max-width: 669px) {
  .igarashi .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg-sp01.png");
  }
  .igarashi .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg-sp02.png");
  }
  .igarashi .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg-sp03.png");
  }
  .igarashi .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/igarashi/bg-sp04.png");
  }
  .igarashi.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(26%, #FFF), color-stop(26%, #EDCFCD), to(#EDCFCD));
    background: linear-gradient(180deg, #FFF 0%, #FFF 26%, #EDCFCD 26%, #EDCFCD 100%);
  }
  .igarashi .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(75%, #FFF), color-stop(75%, #EDCFCD), to(#EDCFCD));
    background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #EDCFCD 75%, #EDCFCD 100%);
    margin-bottom: 0;
    padding-top: 8vw;
  }
}
/*キーカラー ふわりぃ*/
.fuwarii .key-color {
  color: #BB8DBE;
}
.fuwarii .h1-title {
  background-color: rgba(187, 141, 190, 0.5019607843);
}
.fuwarii.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #EEE2EE), to(#EEE2EE));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #EEE2EE 50%, #EEE2EE 100%);
}
.fuwarii .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg01.png");
}
.fuwarii .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg02.png");
}
.fuwarii .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg03.png");
}
.fuwarii .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/circle.png");
}

@media only screen and (max-width: 669px) {
  .fuwarii .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg-sp01.png");
  }
  .fuwarii .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg-sp02.png");
  }
  .fuwarii .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg-sp03.png");
  }
  .fuwarii .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/fuwarii/bg-sp04.png");
  }
  .fuwarii.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(30%, #FFF), color-stop(30%, #EEE2EE), to(#EEE2EE));
    background: linear-gradient(180deg, #FFF 0%, #FFF 30%, #EEE2EE 30%, #EEE2EE 100%);
  }
  .fuwarii .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(70%, #FFF), color-stop(70%, #EEE2EE), to(#EEE2EE));
    background: linear-gradient(180deg, #FFF 0%, #FFF 70%, #EEE2EE 70%, #EEE2EE 100%);
    margin-bottom: 0;
    padding-top: 8vw;
  }
}
/*キーカラー 羅羅屋*/
.raraya .key-color {
  color: #E3B400;
}
.raraya .h1-title {
  background-color: rgba(227, 180, 0, 0.5019607843);
}
.raraya.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #F7E8B1), to(#F7E8B1));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #F7E8B1 50%, #F7E8B1 100%);
}
.raraya .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg01.png");
}
.raraya .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg02.png");
}
.raraya .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg03.png");
}
.raraya .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/circle.png");
}

@media only screen and (max-width: 669px) {
  .raraya .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg-sp01.png");
  }
  .raraya .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg-sp02.png");
  }
  .raraya .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg-sp03.png");
  }
  .raraya .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/raraya/bg-sp04.png");
  }
  .raraya.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(80%, #FFF), color-stop(80%, #F7E8B1), to(#F7E8B1));
    background: linear-gradient(180deg, #FFF 0%, #FFF 80%, #F7E8B1 80%, #F7E8B1 100%);
  }
  .raraya .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(55%, #FFF), color-stop(55%, #F7E8B1), to(#F7E8B1));
    background: linear-gradient(180deg, #FFF 0%, #FFF 55%, #F7E8B1 55%, #F7E8B1 100%);
  }
}
/*キーカラー 榮伸*/
.eishin .key-color {
  color: #9EA84F;
}
.eishin .h1-title {
  background-color: rgba(158, 168, 79, 0.5019607843);
}
.eishin.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #E3E5CD), to(#E3E5CD));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #E3E5CD 50%, #E3E5CD 100%);
}
.eishin .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg01.png");
}
.eishin .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg02.png");
}
.eishin .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg03.png");
}
.eishin .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/circle.png");
}

@media only screen and (max-width: 669px) {
  .eishin .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg-sp01.png");
  }
  .eishin .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg-sp02.png");
  }
  .eishin .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg-sp03.png");
  }
  .eishin .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/eishin/bg-sp04.png");
  }
  .eishin.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(80%, #FFF), color-stop(80%, #E3E5CD), to(#E3E5CD));
    background: linear-gradient(180deg, #FFF 0%, #FFF 80%, #E3E5CD 80%, #E3E5CD 100%);
  }
  .eishin .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(45%, #FFF), color-stop(45%, #E3E5CD), to(#E3E5CD));
    background: linear-gradient(180deg, #FFF 0%, #FFF 45%, #E3E5CD 45%, #E3E5CD 100%);
  }
}
/*キーカラー 戸塚鞄*/
.totsuka .key-color {
  color: #8F535D;
}
.totsuka div.breadcrumb_wrap {
  z-index: 100;
  position: relative;
}
.totsuka .main_img_sec {
  height: 1050px;
}
.totsuka .h1-title {
  background-color: #8F535D;
}
.totsuka .main-img_title_text {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #301307;
  position: relative;
  top: 400px;
  right: 267px;
}
.totsuka .main-img_title_text02 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  width: 470px;
  position: relative;
  top: 420px;
  color: #301307;
  letter-spacing: 1px;
}
.totsuka.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, rgba(248, 206, 197, 0.5098039216)), to(rgba(248, 206, 197, 0.5098039216)));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(248, 206, 197, 0.5098039216) 51%, rgba(248, 206, 197, 0.5098039216) 100%);
}
.totsuka .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg01.png");
}
.totsuka .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg02.png");
}
.totsuka .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg03.png");
}
.totsuka .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/circle.png");
}
.totsuka .main-img_title {
  position: relative;
  z-index: 100;
}
.totsuka .main_img_sec figure {
  width: 1800px;
  height: 849px;
  margin: 0 auto;
  -webkit-transform: translateY(-33%) translateX(-22%);
          transform: translateY(-33%) translateX(-22%);
}
.totsuka .product_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.totsuka .main_img_sec .main-img_title_text pc {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #301307;
}
.totsuka .main-img_title_text02 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  width: 470px;
}
.totsuka .product_box_inner .box {
  width: 230px;
}
.totsuka .product_box_inner .box p {
  color: #8F535D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

/*.totsuka .point_cont_flexbox_img {
  width: 225px;
}*/
@media only screen and (max-width: 669px) {
  .totsuka .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg-sp01.png");
    width: 50%;
    height: 50vw;
    top: 47%;
    left: 64%;
  }
  .totsuka .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg-sp02.png");
  }
  .totsuka .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg-sp03.png");
    width: 80%;
    height: 50vw;
    top: 41%;
    left: 33%;
  }
  .totsuka .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/totsuka/bg-sp04.png");
  }
  .totsuka .point_title h2 {
    font-size: 5vw;
  }
  .totsuka.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, rgba(248, 206, 197, 0.5098039216)), to(rgba(248, 206, 197, 0.5098039216)));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(248, 206, 197, 0.5098039216) 51%, rgba(248, 206, 197, 0.5098039216) 100%);
    margin-top: 0;
  }
  .totsuka .product_box_inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, rgba(248, 206, 197, 0.5098039216)), to(rgba(248, 206, 197, 0.5098039216)));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(248, 206, 197, 0.5098039216) 51%, rgba(248, 206, 197, 0.5098039216) 100%);
  }
  .totsuka .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, rgba(248, 206, 197, 0.5098039216)), to(rgba(248, 206, 197, 0.5098039216)));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(248, 206, 197, 0.5098039216) 51%, rgba(248, 206, 197, 0.5098039216) 100%);
    margin-bottom: 0;
    padding-top: 5vw;
  }
  .totsuka .main_img_sec {
    height: auto;
    padding-bottom: 30vw;
  }
  .totsuka .main_img_sec figure {
    width: 100vw;
    height: auto;
    -webkit-transform: translateY(-57%) translateX(0);
            transform: translateY(-57%) translateX(0);
  }
  .totsuka .main-img_title_text {
    font-size: 5vw;
    position: relative;
    top: 123vw;
    right: 0;
  }
  .totsuka .main-img_title_text02 {
    font-size: 3.4375vw;
    width: 90.625vw;
    margin: 0 auto;
    top: 128vw;
  }
  .totsuka .point_title_arrowL {
    width: 10vw;
  }
  .point_title_arrowR {
    width: 10vw;
  }
  .totsuka .point_cont_flexbox_text.p-center p {
    text-align: left;
  }
  .totsuka .product_box_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .totsuka .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, rgba(248, 206, 197, 0.5098039216)), to(rgba(248, 206, 197, 0.5098039216)));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(248, 206, 197, 0.5098039216) 51%, rgba(248, 206, 197, 0.5098039216) 100%);
    padding-top: 0vw;
  }
  .totsuka .product_box_inner .box {
    width: 34vw;
  }
  .totsuka .product_box_inner .box p {
    color: #8f535d;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    font-size: 3.267vw;
    line-height: 1.5;
  }
  .totsuka .product_cont_flexbox_text {
    height: 15vw;
    margin: 0 auto 0vw;
  }
}
/*キーカラー 村瀨鞄行*/
.murase .key-color {
  color: #4082AB;
}
.murase .h1-title {
  background-color: #4082AB;
}
.murase .main-visual_title_text {
  margin: 20px 0 10px;
}
.murase.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, rgba(64, 130, 171, 0.2705882353)), to(rgba(64, 130, 171, 0.2705882353)));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(64, 130, 171, 0.2705882353) 50%, rgba(64, 130, 171, 0.2705882353) 100%);
}
.murase .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg01.png");
}
.murase .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg02.png");
}
.murase .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg03.png");
}
.murase .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/circle.png");
}

@media only screen and (max-width: 669px) {
  .murase .main-visual_title_text, .main-visual_title_text02 {
    font-size: 4.0625vw;
  }
  .murase .point_title h2 {
    font-size: 5vw;
  }
  .murase .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg-sp01.png");
  }
  .murase .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg-sp02.png");
  }
  .murase .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg-sp03.png");
  }
  .murase .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/murase/bg-sp04.png");
  }
  .murase.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, rgba(64, 130, 171, 0.2705882353)), to(rgba(64, 130, 171, 0.2705882353)));
    background: linear-gradient(180deg, #fff 0%, #fff 80%, rgba(64, 130, 171, 0.2705882353) 80%, rgba(64, 130, 171, 0.2705882353) 100%);
  }
  .murase .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(45%, #FFF), color-stop(45%, rgba(64, 130, 171, 0.2705882353)), to(rgba(64, 130, 171, 0.2705882353)));
    background: linear-gradient(180deg, #FFF 0%, #FFF 45%, rgba(64, 130, 171, 0.2705882353) 45%, rgba(64, 130, 171, 0.2705882353) 100%);
  }
  .murase .point_cont_flexbox_text.p-center p {
    text-align: left;
  }
  .murase .point_title_arrowL {
    width: 10vw;
  }
  .point_title_arrowR {
    width: 10vw;
  }
}
/*キーカラー ランドセル工房　生田*/
.ikuta .key-color {
  color: #485690;
}
.ikuta .h1-title {
  background-color: #485690;
}
.ikuta .main-visual_title_text {
  margin: 20px 0 10px;
}
.ikuta.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #DADDE8), to(#DADDE8));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #DADDE8 50%, #DADDE8 100%);
}
.ikuta .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg01.png");
}
.ikuta .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg02.png");
}
.ikuta .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg03.png");
}
.ikuta .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/circle.png");
}

@media only screen and (max-width: 669px) {
  .ikuta .main-visual_title_text, .main-visual_title_text02 {
    font-size: 4.0625vw;
  }
  .ikuta .point_title h2 {
    font-size: 5vw;
  }
  .ikuta .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg-sp01.png");
  }
  .ikuta .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg-sp02.png");
  }
  .ikuta .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg-sp03.png");
  }
  .ikuta .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/ikuta/bg-sp04.png");
  }
  .ikuta.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, #DADDE8), to(#DADDE8));
    background: linear-gradient(180deg, #fff 0%, #fff 80%, #DADDE8 80%, #DADDE8 100%);
  }
  .ikuta .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(45%, #FFF), color-stop(45%, #DADDE8), to(#DADDE8));
    background: linear-gradient(180deg, #FFF 0%, #FFF 45%, #DADDE8 45%, #DADDE8 100%);
  }
  .ikuta .point_cont_flexbox_text.p-center p {
    text-align: left;
  }
  .ikuta .point_title_arrowL {
    width: 10vw;
  }
  .point_title_arrowR {
    width: 10vw;
  }
}
/*キーカラー KOKUHO*/
.kokuho .key-color {
  color: #E37E98;
}
.kokuho .h1-title {
  background-color: #E37E98;
}
.kokuho .main-visual_title_text {
  margin: 20px 0 10px;
}
.kokuho.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #F6D7DF), to(#F6D7DF));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F6D7DF 50%, #F6D7DF 100%);
}
.kokuho .point_cont_box.point01::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg01.png");
}
.kokuho .point_cont_box.point02::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg02.png");
}
.kokuho .point_cont_box.point04::before {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg03.png");
}
.kokuho .point_cont_box_title p {
  background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/circle.png");
}

@media only screen and (max-width: 669px) {
  .kokuho .main-visual_title_text, .main-visual_title_text02 {
    font-size: 4.0625vw;
  }
  .kokuho .point_title h2 {
    font-size: 5vw;
  }
  .kokuho .point_cont_box.point01::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg-sp01.png");
  }
  .kokuho .point_cont_box.point02::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg-sp02.png");
  }
  .kokuho .point_cont_box.point03::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg-sp03.png");
  }
  .kokuho .point_cont_box.point04::before {
    background-image: url("/wp-content/themes/tougyoku_theme/img/randoseru_img/kokuho/bg-sp04.png");
  }
  .kokuho.product_cont {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, #F6D7DF), to(#F6D7DF));
    background: linear-gradient(180deg, #fff 0%, #fff 80%, #F6D7DF 80%, #F6D7DF 100%);
  }
  .kokuho .product_box_inner.sp-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(45%, #FFF), color-stop(45%, #F6D7DF), to(#F6D7DF));
    background: linear-gradient(180deg, #FFF 0%, #FFF 45%, #F6D7DF 45%, #F6D7DF 100%);
  }
  .kokuho .point_cont_flexbox_text.p-center p {
    text-align: left;
  }
  .kokuho .point_title_arrowL {
    width: 10vw;
  }
  .point_title_arrowR {
    width: 10vw;
  }
}
/*=====
追記　2023.02
======*/
.main-visual_title_text04 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ikeda .point_cont_box_title p {
  background-image: url(https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/icon.png);
}
.ikeda .key-color {
  color: #485690;
}
.ikeda .key-color02 {
  color: #3f1804;
}

.miniText {
  font-size: 12px;
  font-weight: normal !important;
}

.ikeda.product_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #ded1c9), to(#ded1c9));
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #ded1c9 50%, #ded1c9 100%);
}

.ikeda-box01, .ikeda-box02 {
  position: relative;
}

.ikeda-box01:after {
  content: "";
  width: 50vw;
  position: absolute;
  height: 175px;
  right: 0;
  background: #d8d9e9;
  z-index: 0;
  bottom: -59px;
}

.ikeda .box, .product_cont_text {
  position: relative;
  z-index: 1;
}

.ikedatitle01, .ikedatitle02 {
  position: absolute;
  text-align: center;
  top: -40px;
  left: 0;
  width: 100%;
}

.ikedatitle01 span {
  font-size: 18px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(70%, #FFF), color-stop(70%, #d8d9e9), to(#d8d9e9));
  background: linear-gradient(180deg, #FFF 0%, #FFF 70%, #d8d9e9 70%, #d8d9e9 100%);
  padding: 0 10px;
  font-weight: bold;
}

.ikedatitle02 span {
  font-size: 18px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(70%, #FFF), color-stop(70%, #ded1c9), to(#ded1c9));
  background: linear-gradient(180deg, #FFF 0%, #FFF 70%, #ded1c9 70%, #ded1c9 100%);
  padding: 0 10px;
  font-weight: bold;
}

.totsuka_logo {
  position: absolute;
  top: 130px;
  left: 70px;
}

.product_cont_flexbox_img.eishin-width {
  width: 210px;
}

@media only screen and (max-width: 6690px) {
  .product_cont_flexbox_img.p-logo {
    width: 108px;
    height: 60px;
    margin: 0 auto 7px;
    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;
  }
}
@media only screen and (max-width: 1000px) {
  .totsuka .main_img_sec {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 669px) {
  .product_cont_flexbox_img.eishin-width {
    width: 36vw;
    padding-right: 10px;
  }
  .totsuka_logo {
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
  }
  .totsuka .main_img_sec {
    padding-bottom: 55vw;
  }
  .ikeda .box, .product_cont_text {
    padding-top: 40px;
  }
  .ikedatitle01, .ikedatitle02 {
    top: 0;
  }
  .ikeda-box01:after {
    content: none;
  }
  .ikeda.product_cont {
    background: none;
  }
  .ikeda .product_box_inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(55%, #FFF), color-stop(55%, #ded1c9), to(#ded1c9));
    background: linear-gradient(180deg, #FFF 0%, #FFF 55%, #ded1c9 55%, #ded1c9 100%);
    margin-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ikeda .product_box_inner.ikeda-box01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(55%, #FFF), color-stop(55%, #d8d9e9), to(#d8d9e9));
    background: linear-gradient(180deg, #FFF 0%, #FFF 55%, #d8d9e9 55%, #d8d9e9 100%);
    margin-bottom: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_sec05_box_01 {
    height: 101vw;
  }
  .top_sec05_box_03 {
    height: 65vw;
    padding-top: 13px;
  }
  .top_sec05_box_03 .sec05_box_03_inner {
    margin: 7.5vw auto 0;
  }
  .product_cont_text {
    padding-top: 10px;
  }
  .product_cont_flexbox_img.p-logo img {
    height: auto;
  }
  .hakura .main-visual_title_text, .main-visual_title_text02 {
    font-size: 4.2vw;
  }
  .sp120 {
    width: 83% !important;
  }
  .totsuka .point_title h2 {
    font-size: 4.5vw;
  }
}
.ikeda .point_cont_box.point01::before {
  background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_01.png");
}
.ikeda .point_cont_box.point02::before {
  background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_02.png");
}
.ikeda .point_cont_box.point04::before {
  background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_03.png");
}

@media only screen and (max-width: 669px) {
  .ikeda .point_cont_box.point01::before {
    background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_01.png");
  }
  .ikeda .point_cont_box.point02::before {
    background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_03.png");
  }
  .ikeda .point_cont_box.point03::before {
    background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_01.png");
  }
  .ikeda .point_cont_box.point04::before {
    background-image: url("https://www.tougyoku.com/wp-content/themes/tougyoku_theme/img/catalog/ikeda/bg_03.png");
  }
}
@media only screen and (max-width: 669px) {
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_01 .sec05_box_04_inner_logo {
    height: auto;
    width: 100%;
  }
  .top_sec05_box_04 .sec05_box_04_inner .sec05_box_04_inner_02 .sec05_box_04_inner_logo {
    height: auto;
    width: 100%;
  }
  .totsuka .main-img_title_text {
    top: 110vw;
  }
  .totsuka .main-img_title_text02 {
    top: 118vw;
  }
}
@media only screen and (min-width: 669px) {
  .totsuka .main_img_sec {
    overflow: hidden;
  }
  .totsuka .main-img_title_text {
    font-size: 24px;
    top: 220px;
    right: 0;
  }
  .totsuka .main-img_title_text02 {
    width: 100%;
    text-align: center;
    position: relative;
    top: 240px;
  }
  .totsuka .main_img_sec figure {
    width: 100%;
    height: 560px;
    margin: 0 auto;
    -webkit-transform: translateY(-33%) translateX(0);
            transform: translateY(-33%) translateX(0);
  }
  .point_cont_flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_sec02 .top_sec02_title h2 span .f-s32 {
  padding: 15px 9px 0 13px;
}

.point_cont_flexbox_img {
  margin: 0 auto !important;
}

/*ランドセル広告ページ*/
.randoseruevent-top section {
  width: 750px;
  margin: 30px auto 60px;
  position: relative;
}
.randoseruevent-top .randoseruevent_img img {
  vertical-align: middle;
}
.randoseruevent-top a.ccl_btn {
  display: block;
  margin: 40px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  color: rgb(255, 255, 255);
  background-color: #93a254;
  border: 1px solid #93a254;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 10px 20px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.randoseruevent-top a.ccl_btn p {
  position: relative;
}
.randoseruevent-top a.ccl_btn p span:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/wp-content/themes/tougyoku_theme/img/randoseru_img/common_img03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.8rem;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 699px) {
  .randoseruevent-top section {
    width: 100%;
  }
  .randoseruevent-top .randoseruevent_img {
    display: block;
    width: 100%;
  }
  .randoseruevent-top .randoseruevent_img img {
    width: 100%;
  }
  .randoseruevent-top a.ccl_btn {
    margin: 9.375vw auto;
    padding: 10px 10px;
    width: 80vw;
    border-radius: 1.5625vw;
  }
}
.top_intr {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 50px 20px 0px;
  background-image: url(../img/randoseru_img/intr/bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 669px) {
  .top_intr {
    margin: 50px auto 0;
    width: 100%;
    padding: 30px 20px 0px;
    background-image: url(../img/randoseru_img/intr/bg_sp.png);
  }
}

.top_intr--title {
  max-width: 600px;
  margin: 0px auto 50px;
  padding: 0px 20px;
}
@media only screen and (max-width: 669px) {
  .top_intr--title {
    max-width: 70%;
    min-width: 250px;
    margin: 0px auto 30px;
  }
}

.top_intr--text {
  text-align: center;
}
.top_intr--text p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 20px;
  color: #3F1804;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 669px) {
  .top_intr--text p {
    line-height: 1.8;
    font-size: 14px;
  }
}

.top_intr--mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 50px auto;
}
@media only screen and (max-width: 669px) {
  .top_intr--mark {
    margin: 30px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_intr--mark .top_intr--markImg {
  margin-right: 20px;
  max-width: 150px;
}
@media only screen and (max-width: 669px) {
  .top_intr--mark .top_intr--markImg {
    max-width: 100px;
    margin-right: 10px;
  }
}
.top_intr--mark .top_intr--markText p {
  font-size: 12px;
}

.top_intr--parking {
  padding: 50px 50px 0px;
}
@media only screen and (max-width: 669px) {
  .top_intr--parking {
    padding: 30px 0px 0px;
  }
}
.top_intr--parking h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  margin-bottom: 30px;
  color: #3F1804;
}
@media only screen and (max-width: 669px) {
  .top_intr--parking h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.top_intr--parking p {
  margin-bottom: 20px;
  color: #3F1804;
  line-height: 2;
}
@media only screen and (max-width: 669px) {
  .top_intr--parking p {
    line-height: 1.8;
  }
}

.top_intr--access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 50px;
}
@media only screen and (max-width: 669px) {
  .top_intr--access {
    display: block;
    margin-top: 30px;
  }
}

.top_intr--accessBox {
  width: calc(40% - 20px);
}
@media only screen and (max-width: 669px) {
  .top_intr--accessBox {
    width: 100%;
  }
}
@media only screen and (max-width: 669px) {
  .top_intr--accessBox figure {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 669px) {
  .top_intr--accessBox img {
    width: 80%;
  }
}
.top_intr--accessBox h5 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #3F1804;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0px 10px;
}
.top_intr--accessBox h5 span {
  font-size: 14px;
}
.top_intr--accessBox h5.--car::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-image: url(../img/randoseru_img/intr/car.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.top_intr--accessBox h5.--train::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background-image: url(../img/randoseru_img/intr/train.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}