@charset "UTF-8";
/* CSS Document */
/* ---reset.css--- */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  background: url("../images/bg.jpg") top center repeat;
}

body {
  background: transparent !important;
  margin: 0 !important;
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  width: 100% !important;
  max-width: 1920px !important;
  padding: 0;
}

/* .topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
} */
.kv_m {
  display: none;
}

/* .kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
} */
.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  /* .kv_m img {
    width: 100%;
  } */
  .kv_pc {
    display: none;
  }
  /* .container {
    width: 100%;
    min-width: auto;
  } */
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}
/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .target-fix {
    top: -30px;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}

#gotop::after {
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/top.png) center no-repeat;
  background-size: 50%;
  background-position: 50% 20%;
}

#gotop:hover {
  cursor: pointer;
  background-color: #666;
}

#gotop:active {
  background-color: #ccc;
}

#gotop.show {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}

#share::after {
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/share.png) center no-repeat;
  background-size: 20px;
  background-position: 50% 30%;
}

#share:hover {
  cursor: pointer;
  background-color: #666;
}

#share:active {
  background-color: #666;
}

@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
.entrance a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.entrance a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes scale_A {
  0% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
  50% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
}
@keyframes scale_A {
  0% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
  50% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
}
@-webkit-keyframes singleChangeAni {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10% {
    opacity: 1;
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    pointer-events: auto;
  }
  60% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes singleChangeAni {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10% {
    opacity: 1;
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    pointer-events: auto;
  }
  60% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
#gotop::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 85% 35%;
}

#share::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 80% 35%;
}

.special_5p_1 .hightlight_5p ul li:first-child,
.special_5p_1 .hightlight_5p ul li {
  height: unset;
}

.recommend_4p img {
  width: 100%;
  height: auto;
}

.triple .sm-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
  .various .font h4 {
    position: unset;
  }
}
/* -- sidemanu for pc -- */
.side-menu2 {
  position: fixed;
  height: auto;
  top: 18%;
  right: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  z-index: 99;
  overflow: hidden;
}

.side-menu2 nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.side-menu2 nav p.name_menu {
  padding: 10px 0;
  font-size: 1.5em;
  line-height: 1em;
  border-bottom: 3px solid;
  border-color: #04414b;
  color: #df6616;
  font-weight: bold;
}

.side-menu2 nav ul.area1 {
  margin-bottom: 150px;
}

.side-menu2 nav ul.area1 li {
  width: 50%;
  float: left;
}

.side-menu2 nav ul.area1 li:nth-child(even) {
  border-right: 1px dotted #e5f1ad;
}

.side-menu2 nav ul.area2 li {
  border-radius: 50px;
}

.side-menu2 nav ul.area1 li:nth-last-child(1),
nav ul.area1 li:nth-last-child(2),
nav ul.area2 li:nth-last-child(1) {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .side-menu2 {
    display: none;
  }
}
/*Plugin*/
.side-menu2 .nav {
  width: 100%;
  list-style: none;
}

.side-menu2 .nav > li > a {
  position: relative;
  display: block;
}

/*for mobile scrollmenu*/
.scrollmenu {
  display: none;
}

@media screen and (max-width: 991px) {
  .scrollmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 999;
    top: 0;
    width: 100vw;
    padding: 2.5vw 1vw;
    margin: 0 auto;
  }
  .scrollmenu::-webkit-scrollbar {
    display: none;
  }
}
.scrollmenu a {
  display: inline-block;
  font-size: 1.05rem;
  text-decoration: none;
  letter-spacing: 1.5px;
  padding: 1.7vw 3.5vw;
  text-align: center;
  background: #fff;
  margin: 0 1vw;
}

.side-menu2 {
  padding: 0 10px;
  background-color: #c5737b;
}

.side-menu2 .nav {
  margin: 10px auto;
}

.side-menu2 .nav-pills > li.active > a,
.side-menu2 .nav-pills > li.active > a:focus,
.side-menu2 .nav-pills > li.active > a:hover,
.side-menu2 .nav-pills > li > a:hover {
  background-color: #ecefa6;
  color: #c5737b;
  border-radius: 999em;
}

.scrollmenu {
  background-color: #c5737b;
}

.scrollmenu a {
  padding: 1.7vw 2.6vw;
  border-radius: 999em;
  color: #c5737b;
}

.scrollmenu a:hover {
  background-color: #ecefa6;
  color: #c5737b;
}

.scrollmenu {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blk_sp .slickbg,
.blk_bas .slickbg {
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blk_sp .slickbg,
  .blk_bas .slickbg {
    width: 96%;
  }
}
.blk_sp .slickbg .for_pc,
.blk_bas .slickbg .for_pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .blk_sp .slickbg .for_pc,
  .blk_bas .slickbg .for_pc {
    display: none;
  }
}
.blk_sp .slickbg .for_m,
.blk_bas .slickbg .for_m {
  display: none;
}
@media screen and (max-width: 991px) {
  .blk_sp .slickbg .for_m,
  .blk_bas .slickbg .for_m {
    display: block;
  }
}
.blk_sp .slick-prev,
.blk_sp .slick-next,
.blk_bas .slick-prev,
.blk_bas .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-prev,
  .blk_sp .slick-next,
  .blk_bas .slick-prev,
  .blk_bas .slick-next {
    width: 26px;
    height: 26px;
  }
}
.blk_sp .slick-prev,
.blk_sp .slick-next,
.blk_bas .slick-prev,
.blk_bas .slick-next {
  display: block !important;
}
.blk_sp .slick-prev,
.blk_bas .slick-prev {
  left: 5px;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-prev,
  .blk_bas .slick-prev {
    left: -5px;
  }
}
.blk_sp .slick-next,
.blk_bas .slick-next {
  right: 5px;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-next,
  .blk_bas .slick-next {
    right: -5px;
  }
}
.blk_sp .slick-prev:before,
.blk_sp .slick-next:before,
.blk_bas .slick-prev:before,
.blk_bas .slick-next:before {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  display: block;
  border-radius: 999em;
  width: 30px;
  height: 30px;
  background-color: #c5737b;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-prev:before,
  .blk_sp .slick-next:before,
  .blk_bas .slick-prev:before,
  .blk_bas .slick-next:before {
    width: 26px;
    height: 26px;
  }
}
.blk_sp .slick-next:before,
.blk_bas .slick-next:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.blk_sp .slick-slide img,
.blk_bas .slick-slide img {
  height: auto;
}

.slick-track {
  padding: 0;
}

.slick-list {
  margin-bottom: 0;
}

.slick3item .slick-slide img {
  width: 100%;
}

.side-menu2,
#TopMenu2,
#MainEventMenu-pc,
#closebtn,
#share,
#gotop,
header,
footer,
.edmNoShow {
  /*display: none !important;*/
}

img {
  display: block;
  max-width: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header img {
  display: inline;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 450px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 10px;
  display: block;
  text-align: center;
}
.col img {
  max-width: 100%;
}

.tac {
  text-align: center;
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 991px) {
  .tac {
    font-size: 12px;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.btt {
  margin-top: 0;
  margin-bottom: 0;
}
.btt > * {
  font-family: "Kaisei Tokumin";
}

.stt {
  margin-bottom: 0;
}
.stt:nth-of-type(1) {
  margin-top: 0;
}
.stt > * {
  font-size: 22px;
  margin-top: 0.8em;
}
@media screen and (max-width: 991px) {
  .stt > * {
    font-size: 18px;
  }
}

.blk_head {
  max-width: 1200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 0;
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
}

.blk_bas {
  padding-top: 120px;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    padding: 0px 0;
    padding-top: 80px;
  }
}

.blk_item + .blk_item {
  margin-top: 20px;
}

.blk_item_btt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 30px;
  font-family: "Kaisei Tokumin";
  margin-top: 1.4em;
  line-height: 1.2;
  color: #6f8914;
  background-image: url(../images/blk_item_btt_body.png);
  padding: 0.3em 0.5em;
  position: relative;
}
.blk_item_btt:before, .blk_item_btt:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 20px;
  height: 100%;
  position: absolute;
}
.blk_item_btt:before {
  background-image: url(../images/blk_item_btt_L.png);
  top: 50%;
  left: 1px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.blk_item_btt:after {
  background-image: url(../images/blk_item_btt_R.png);
  top: 50%;
  right: 1px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 991px) {
  .blk_item_btt {
    font-size: 23px;
  }
}

.blk_item_stt {
  text-align: center;
  font-size: 22px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em auto 0.8em;
  border-radius: 999em;
  padding: 0.5em 1em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .blk_item_stt {
    font-size: 18px;
  }
}

.go_btn {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.go_btn a {
  text-align: center;
}
.go_btn p {
  color: #1284d9;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .go_btn p {
    font-size: 24px;
  }
}

.kv_pc {
  position: relative;
  width: 100%;
}

.kv_pc img {
  width: 100%;
}

.topbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kv_item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[class*=productDay],
[class*=productNight] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
[class*=productDay]:hover,
[class*=productNight]:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productDay1 {
  width: 3.6%;
  top: 51%;
  left: 28.6%;
}

.productDay2 {
  width: 4.5%;
  top: 60%;
  left: 11%;
}

.productDay3 {
  width: 6.6%;
  top: 52%;
  left: 23%;
}

.productNight1 {
  width: 6.6%;
  top: 58%;
  left: 77.6%;
}

.productNight2 {
  width: 4%;
  top: 41%;
  left: 87.6%;
}

.productNight3 {
  width: 7.6%;
  top: 46.6%;
  left: 81.7%;
}

.kv_item-title {
  width: 47%;
  top: 1.5%;
  pointer-events: none;
}

.blk_pre {
  background-image: url(../images/bgPre.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  padding: 30px 0;
}
.blk_pre:after {
  content: "";
  display: block;
  background-image: url(../images/blkBgTop.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-bottom: 3.3%;
  position: absolute;
  left: 0;
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.blk_pre .btt > * {
  color: #1284d9;
}
.blk_pre img {
  margin: 0 auto;
}

.entrance {
  margin: 0 auto;
}
.entrance .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .entrance .col-lg-L {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .entrance .col-lg-R {
    width: 100%;
  }
}
.entrance .col-lg-R .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entrance a {
  display: block;
  padding: 8px;
}

.block_1,
.block_2 {
  background-image: url(../images/blk_bgA.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .block_1,
  .block_2 {
    background-size: auto 100%;
  }
}
.block_1 .blk_head,
.block_2 .blk_head {
  position: relative;
}
.block_1 .blk_head:before, .block_1 .blk_head:after,
.block_2 .blk_head:before,
.block_2 .blk_head:after {
  content: "";
  display: block;
  background-image: url(../images/day_lamp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 57px;
  height: 137.5px;
  position: absolute;
}
.block_1 .blk_head:before,
.block_2 .blk_head:before {
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.block_1 .blk_head:after,
.block_2 .blk_head:after {
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.block_1 .btt > *,
.block_2 .btt > * {
  color: #c5737b;
}
.block_1 .stt > *,
.block_2 .stt > * {
  color: #f4ae94;
}
.block_1 .blk_item_stt,
.block_2 .blk_item_stt {
  color: #fff;
  background-color: #c5737b;
}
.block_1 .triple .font h4,
.block_1 .box-mix ul.quotes li,
.block_1 .hightlight .font h4,
.block_1 .hightlight_5p .font h4,
.block_1 .alternate ul:nth-child(odd) li:first-child,
.block_1 .alternate ul:nth-child(even) li:last-child,
.block_2 .triple .font h4,
.block_2 .box-mix ul.quotes li,
.block_2 .hightlight .font h4,
.block_2 .hightlight_5p .font h4,
.block_2 .alternate ul:nth-child(odd) li:first-child,
.block_2 .alternate ul:nth-child(even) li:last-child {
  background-image: url(../images/bg2c.jpg);
}
.block_1 .box-mix ul.quotes .font p,
.block_1 .hightlight .font h4,
.block_1 .hightlight_5p .font h4,
.block_1 .alternate .font h4,
.block_2 .box-mix ul.quotes .font p,
.block_2 .hightlight .font h4,
.block_2 .hightlight_5p .font h4,
.block_2 .alternate .font h4 {
  color: white;
}

.block_1 .slider {
  margin: 0;
}
.block_1 .special_5p_1 .title_AA {
  position: relative;
  margin-bottom: -90px;
}
.block_1 .special_5p_1 .title_AA h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 30px;
  font-family: "Kaisei Tokumin";
  margin-top: 1.4em;
  line-height: 1.2;
  color: #6f8914;
  background-image: url(../images/blk_item_btt_body.png);
  padding: 0.3em 0.5em;
  position: relative;
}
.block_1 .special_5p_1 .title_AA h2:before, .block_1 .special_5p_1 .title_AA h2:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 20px;
  height: 100%;
  position: absolute;
}
.block_1 .special_5p_1 .title_AA h2:before {
  background-image: url(../images/blk_item_btt_L.png);
  top: 50%;
  left: 1px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.block_1 .special_5p_1 .title_AA h2:after {
  background-image: url(../images/blk_item_btt_R.png);
  top: 50%;
  right: 1px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 991px) {
  .block_1 .special_5p_1 .title_AA h2 {
    font-size: 23px;
  }
}

.block_2 {
  padding-bottom: 100px;
}
.block_2 .crosswise_3p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block_2 .crosswise_3p {
  margin: 0;
}
.block_2 .itemBg1 {
  background-image: url(../images/itemBg1.png);
}
.block_2 .itemBg2 {
  background-image: url(../images/itemBg2.png);
}
.block_2 .itemBg3 {
  background-image: url(../images/itemBg3.png);
}
.block_2 [class*=itemBg] {
  background-repeat: no-repeat;
  background-position: center top 6px;
}
@media screen and (max-width: 991px) {
  .block_2 [class*=itemBg] {
    background-image: unset;
  }
}

.block_3,
.block_4 {
  background-image: url(../images/blk_bgB.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .block_3,
  .block_4 {
    background-size: auto 100%;
  }
}
.block_3 .blk_head,
.block_4 .blk_head {
  position: relative;
}
.block_3 .blk_head:before, .block_3 .blk_head:after,
.block_4 .blk_head:before,
.block_4 .blk_head:after {
  content: "";
  display: block;
  background-image: url(../images/night_lamp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 35px;
  height: 142.8px;
  position: absolute;
}
.block_3 .blk_head:before,
.block_4 .blk_head:before {
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.block_3 .blk_head:after,
.block_4 .blk_head:after {
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.block_3 .btt > *,
.block_4 .btt > * {
  color: #1284d9;
}
.block_3 .stt > *,
.block_4 .stt > * {
  color: #8799d9;
}
.block_3 .blk_item_stt,
.block_4 .blk_item_stt {
  color: #fff;
  background-color: #1284d9;
}
.block_3 .keywordC .round_5p .font,
.block_3 .hightlight .font h4,
.block_3 .alternate ul:nth-child(even) li:last-child,
.block_3 .alternate ul:nth-child(odd) li:first-child,
.block_3 .hightlightAd .font h4,
.block_4 .keywordC .round_5p .font,
.block_4 .hightlight .font h4,
.block_4 .alternate ul:nth-child(even) li:last-child,
.block_4 .alternate ul:nth-child(odd) li:first-child,
.block_4 .hightlightAd .font h4 {
  background-image: url(../images/bg3c.jpg);
}
.block_3 .alternate .font h4,
.block_4 .alternate .font h4 {
  color: #1284d9;
}

.block_3 {
  position: relative;
}
.block_3:after {
  content: "";
  display: block;
  background-image: url(../images/blkBgTopB.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-bottom: 3.3%;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.block_3 .half ul {
  background-image: url(../images/bg.jpg);
}
.block_3 .hightlight h3 {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .block_3 .hightlight h3 {
    font-size: 18px;
  }
}
.block_3 .alternate {
  margin-bottom: 0;
}
.block_3 .alternate ul:nth-child(even) {
  margin-bottom: 0;
}
.block_3 .blk_item_stt {
  background-color: #329fd6;
}
.block_3 .hightlight_5p:nth-of-type(even) ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block_4 {
  padding-bottom: 30px;
}
.block_4 .keywordC .round_5p li {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .block_4 .keywordC .round_5p li {
    margin-bottom: 40px;
  }
}
.block_4 .keywordC .font p {
  font-size: 17px;
}
.block_4 .keywordC .round_5p img {
  border: 5px solid #6f9ab1;
}
.block_4 .round_5p {
  margin-bottom: 0;
  margin-top: 60px;
}

big {
  color: #1284d9;
}

.box-mix ul.quotes .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #ecefa6;
}

@media screen and (max-width: 991px) {
  .hightlight_5p ul li:first-child .font h4 {
    color: #c5737b;
  }
  .various li,
  .circle li,
  .hightlight_5p li,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .hightlight li,
  .circle li,
  .hightlight_5p li,
  .recommend_2p li,
  .various li,
  .various_5p li,
  .collect_5x6 .s-row li,
  .hightlight_5p li,
  ul.crosswise_3p_for2p li,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .hightlight li {
    width: calc(50% - 2vw);
  }
  .crosswise_3p li {
    width: calc(33.3333333333% - 2vw);
    padding: 5px;
  }
  .crosswise_3p li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crosswise_3p li img {
    width: 100%;
    height: auto;
  }
  .broadwise li {
    width: calc(100% - 1vw);
  }
  .broadwise li img {
    width: 40%;
    height: auto;
  }
  .broadwise li .font {
    width: calc(60% - 2vw);
  }
  .broadwise li:nth-child(3n) img {
    width: 50%;
  }
  .broadwise li:nth-child(3n) .font {
    width: 100%;
    margin-top: 2vw;
  }
  .hightlight_5p img,
  .alternate img,
  .various_5p img,
  .various img,
  .hightlight img,
  .rectangle_3p img,
  .circle img {
    width: 100%;
    height: unset;
  }
  .hightlight_5p li:nth-of-type(1) img {
    width: 50%;
  }
  .circle .font h4 {
    width: unset;
  }
  .alternate .font h4 {
    width: unset;
    white-space: unset;
  }
}