@charset "UTF-8";
/* Scss Document */
/*
  Theme Name: 6B
Theme URI: https://d-6b.com/wp2021/
Description: 6B official theme
*/
.grecaptcha-badge {
  visibility: hidden; }

.fontsize13 {
  font-size: 0.13rem; }

* {
  padding: 0;
  margin: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  a img {
    border: none;
    -webkit-backface-visibility: hidden; }
  a:hover {
    opacity: 0.7;
    -webkit-tap-highlight-color: rgba(160, 160, 160, 0.54); }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse; }

*::selection {
  background: #25e39b; }

*::-moz-selection {
  background: #25e39b; }

html {
  visibility: hidden;
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 980px) {
    html {
      font-size: 100px; } }
  @media screen and (max-width: 979px) {
    html {
      font-size: 100px; } }
  @media screen and (max-width: 679px) {
    html {
      font-size: 90px; } }
  @media screen and (max-width: 550px) {
    html {
      font-size: 90px; } }

html.wf-active,
html.loading-delay {
  visibility: visible; }

@media screen and (min-width: 1200px) {
  .nopc {
    display: none; } }
@media screen and (min-width: 680px) {
  .nopc {
    display: none; } }
@media screen and (max-width: 979px) {
  .nopc {
    display: none; } }
@media screen and (max-width: 679px) {
  .nopc {
    display: block; } }

@media screen and (max-width: 679px) {
  .nosp {
    display: none; } }

@media screen and (max-width: 679px) {
  .no680 {
    display: block; } }
@media screen and (min-width: 680px) {
  .no680 {
    display: none; } }

body {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  color: #000;
  box-sizing: border-box;
  background-color: #fbfaf6;
  -webkit-text-size-adjust: 100%;
  /* font-feature-settings: "palt";*/
  letter-spacing: 0.02rem;
  line-height: 0.32rem;
  position: relative; }
  @media screen and (min-width: 980px) {
    body {
      font-size: 0.16rem; } }
  @media screen and (max-width: 550px) {
    body {
      font-size: 0.30rem; } }
  @media screen and (max-width: 979px) {
    body {
      min-width: initial;
      font-size: 0.16rem; } }

.fade {
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.icon-forpc {
  width: 0.19rem; }
  .icon-forpc img {
    width: 100%; }

.icon-forpc_note {
  width: 0.78rem;
  margin: 0 0.1rem 0 0; }
  .icon-forpc_note img {
    width: 100%;
    padding: 0 0 0.02rem; }

.loading {
  background: #fff;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: fixed; }

.loading-img {
  width: 1.006rem; }
  .loading-img img {
    width: 100%; }

@media screen and (max-width: 679px) {
  .loading-img {
    margin: -0.54rem 0 0; } }
.loading-active {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

/*ハンバーガーメニュー//////////////////*/
#nav-contaniner-wrap {
  max-width: 3.5rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 100%; }

#nav-container {
  position: fixed;
  height: 100%;
  max-width: 3.5rem;
  overflow-y: auto;
  pointer-events: none;
  z-index: 9999;
  right: 0; }

#nav-container .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  box-sizing: border-box; }

#nav-container.active .bg {
  transform: none; }

.bg-yellow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #f6ed80;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  box-sizing: border-box; }

.bg-yellow.on {
  opacity: 1;
  animation: 1s menubackfadeIn;
  /* ←追加 */
  animation: 1s menubackfadeIn forwards;
  /* ←追加 */
  pointer-events: all; }

@keyframes menubackfadeIn {
  /* ←追加 */
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
#nav-container * {
  /* visibility:hidden;*/ }

@media screen and (min-width: 1075px) {
  #nav-container {
    /* visibility:hidden;*/
    display: none; } }
@media screen and (max-width: 1074px) {
  #nav-container {
    /* visibility:hidden;*/
    display: block; } }
.bttoncover {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  background: #ccc;
  display: block;
  z-index: 999999; }

.button {
  position: absolute;
  right: 0.3rem;
  top: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 28px;
  width: 28px;
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 9999; }

.icon-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: .3s;
  text-align: right; }

.icon-bar + .icon-bar {
  /*margin-top: 6px;*/ }

.icon-bar:nth-of-type(1) {
  width: 100%;
  top: 0; }

.icon-bar:nth-of-type(2) {
  top: 0.08rem;
  width: 90%;
  right: 0; }

.icon-bar:nth-of-type(3) {
  bottom: 0;
  width: 80%;
  right: 0;
  top: 0.16rem; }

#nav-container.active .button {
  cursor: pointer; }

#nav-container.active .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 8px, 0) rotate(45deg); }

#nav-container.active .icon-bar:nth-of-type(2) {
  opacity: 0; }

#nav-container.active .icon-bar:nth-of-type(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  width: 100%; }

#nav-content {
  /* margin-top:0.3rem;*/
  padding: 0.3rem 0.4rem 0.4rem;
  width: 100%;
  max-width: 3rem;
  top: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  box-sizing: border-box;
  outline: none;
  overflow-y: auto; }
  #nav-content h1 img {
    width: 90%; }

#nav-container.active #nav-content {
  transform: none; }

.gnav {
  padding: 0 0 0 0.1rem;
  height: 100%;
  position: relative;
  width: 100%; }

.gnav__overflowarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.gnav__wrap {
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start; }

.gnav__menu__item a {
  line-height: 0.4rem;
  margin: 0 auto;
  color: #000;
  transition: .5s;
  align-items: center; }

.gnav__menu__item a:hover {
  color: #666; }

.gnav__menu__item .humb-nav-_list_txt {
  font-size: 0.14rem; }

.gnav__menu__item {
  font-size: 0.17rem;
  font-family: "Open Sans", sans-serif;
  line-height: 0.45rem; }

.sub__menu {
  width: 100%;
  margin: 0.2rem 0 0; }
  .sub__menu .sub__menu__wrap {
    margin: 0 auto; }
    .sub__menu .sub__menu__wrap p {
      letter-spacing: 0.01rem; }
    .sub__menu .sub__menu__wrap ul {
      display: flex;
      flex-wrap: wrap;
      /*width:90%;*/
      align-items: baseline;
      justify-content: flex-start; }
      .sub__menu .sub__menu__wrap ul li {
        margin: 0.2rem 0 0 0; }
      .sub__menu .sub__menu__wrap ul .icon-forsp {
        width: 0.23rem; }
        .sub__menu .sub__menu__wrap ul .icon-forsp img {
          width: 100%; }
      .sub__menu .sub__menu__wrap ul .humbmenu-plt {
        padding-right: 0.2rem; }
      .sub__menu .sub__menu__wrap ul .icon_fb {
        width: 0.12rem; }
        .sub__menu .sub__menu__wrap ul .icon_fb img {
          width: 100%; }
      .sub__menu .sub__menu__wrap ul .color-plt {
        /*text-indent: 0.1rem;*/
        cursor: pointer; }
      .sub__menu .sub__menu__wrap ul .icon-forsp__note {
        width: 0.3rem;
        margin: 0.2rem 0 0 0; }
        .sub__menu .sub__menu__wrap ul .icon-forsp__note img {
          width: 100%; }
    .sub__menu .sub__menu__wrap .text-small {
      font-size: 0.19rem;
      cursor: pointer;
      text-align: center; }
    .sub__menu .sub__menu__wrap .text-large {
      font-size: 0.25rem;
      cursor: pointer;
      text-indent: -0.15rem; }
    .sub__menu .sub__menu__wrap .icon_p20 {
      padding-right: 0.2rem; }
    .sub__menu .sub__menu__wrap .humb_sarch {
      width: 100%;
      height: 0.4rem;
      vertical-align: middle;
      position: relative;
      margin: 0 0 0.1rem 0; }
    .sub__menu .sub__menu__wrap .sarch-warp {
      width: 100%; }
      .sub__menu .sub__menu__wrap .sarch-warp .search_container {
        padding: 0 0 0 0.1rem; }
        .sub__menu .sub__menu__wrap .sarch-warp .search_container input[type="text"] {
          height: 0.43rem; }
        .sub__menu .sub__menu__wrap .sarch-warp .search_container input[type="image"] {
          top: 0.04rem;
          right: 0.08rem; }

.nav-pc {
  display: block; }

@media screen and (max-height: 779px) {
  .gnav__menu__item {
    font-size: 0.17rem;
    line-height: 0.45rem; } }
@media screen and (min-width: 680px) {
  .sub__menu__wrap ul {
    width: 90%; } }
@media screen and (max-width: 679px) {
  #nav-contaniner-wrap {
    max-width: 75%;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    #nav-contaniner-wrap h1 img {
      width: 80%; }
    #nav-contaniner-wrap .icon-bar:nth-of-type(3) {
      bottom: 0;
      width: 80%;
      right: 0;
      top: 0.18rem; }

  #nav-container {
    max-width: 75%; }

  #nav-container .bg {
    width: 100%; }

  #nav-content {
    padding: 0.3rem 0.2rem; }

  .sub__menu__wrap ul {
    width: 85%; } }
.sarch-warp {
  width: 2.5rem;
  height: 0.30rem;
  vertical-align: middle;
  position: relative; }
  .sarch-warp .search_container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #000;
    display: block;
    padding: 0 0.05rem;
    overflow: hidden;
    line-height: 0;
    top: -0.05rem;
    background: #fff; }
  .sarch-warp .search_container input[type="text"] {
    border: none;
    height: 0.33rem;
    vertical-align: middle;
    letter-spacing: 0.01rem;
    font-size: 0.15rem;
    background-color: #fff !important; }
  .sarch-warp .search_container input::placeholder {
    color: #a4a4a5;
    padding: 0 0 0.2rem;
    font-size: 0.13rem; }
  .sarch-warp .search_container input[type="text"]:focus {
    outline: 0;
    background-color: #fff !important; }
  .sarch-warp .search_container input[type="image"] {
    cursor: pointer;
    border: none;
    background-color: #fff;
    position: absolute;
    height: 0.33rem;
    right: 0.05rem;
    top: 0.01rem;
    outline: none; }
  @media screen and (max-width: 550px) {
    .sarch-warp .search_container input[type="image"] {
      top: 0.06rem; } }
  .sarch-warp input:focus::-webkit-input-placeholder {
    color: transparent; }
  .sarch-warp input:focus::-moz-placeholder {
    color: transparent; }
  .sarch-warp input:focus::-ms-input-placeholder {
    color: transparent; }
  .sarch-warp input:focus::placeholder {
    color: transparent; }

header .head-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .head-top h1 {
    width: 0.8rem; }
    header .head-top h1 img {
      width: 100%; }
header .text-cange {
  width: 0.15rem;
  color: #cbcccc; }
header .active {
  color: #000; }
header .text-large {
  margin-right: 0.1rem;
  margin-left: -0.1rem; }
header .twarea {
  display: block;
  height: 0.25rem;
  margin: 0 0 0.15rem;
  overflow: hidden; }
  header .twarea .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
header .marquee {
  font-size: 0.13rem;
  width: 100%;
  white-space: nowrap;
  /* animation-name: marquee;
   animation-duration: 25s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;*/ }
@keyframes marquee {
  0% {
    transform: translateX(580pxx); }
  100% {
    transform: translateX(-100%); } }
header .color-plt {
  position: relative; }
  header .color-plt .color-plt_icon {
    cursor: pointer; }
header .modalArea {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
header .modalBg {
  width: 100%;
  height: 100%;
  background-color: transparent; }
header .color-plt_box {
  width: 7rem;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  border: 1px solid #909090;
  text-align: center;
  z-index: 999999;
  padding: 0.6rem 1rem;
  box-sizing: border-box; }
  header .color-plt_box .color-plt_conwrap {
    position: relative; }
  header .color-plt_box button {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    -webkit-appearance: none;
    appearance: none;
    width: 0.30rem;
    height: 0.30rem;
    background: none;
    border: none;
    cursor: pointer;
    outline: none; }
    header .color-plt_box button img {
      width: 100%; }
  header .color-plt_box h4 {
    width: 2.5rem;
    letter-spacing: 0.01rem; }
  header .color-plt_box p {
    margin: 0.3rem 0;
    font-size: 0.16rem;
    letter-spacing: 0.01rem; }
  header .color-plt_box .color-plt_list {
    margin: 0.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    header .color-plt_box .color-plt_list span {
      font-size: 0.35rem;
      cursor: pointer;
      display: block;
      margin: 0 0.1rem 0.1rem 0; }
    header .color-plt_box .color-plt_list .col01 {
      color: #ffff41; }
    header .color-plt_box .color-plt_list .col02 {
      color: #ffff8a; }
    header .color-plt_box .color-plt_list .col03 {
      color: #ffffff;
      text-stroke: 1px #909090;
      -webkit-text-stroke: 1px #909090; }
    header .color-plt_box .color-plt_list .col04 {
      color: #fbfaf6; }
    header .color-plt_box .color-plt_list .col05 {
      color: #cacaca; }
    header .color-plt_box .color-plt_list .col06 {
      color: #717171; }
    header .color-plt_box .color-plt_list .col07 {
      color: #323237; }
    header .color-plt_box .color-plt_list .col08 {
      color: #f6bfd3; }
    header .color-plt_box .color-plt_list .col09 {
      color: #f39fd3; }
    header .color-plt_box .color-plt_list .col10 {
      color: #ec2dd3; }
    header .color-plt_box .color-plt_list .col11 {
      color: #f6bfa0; }
    header .color-plt_box .color-plt_list .col12 {
      color: #f2954e; }
    header .color-plt_box .color-plt_list .col13 {
      color: #ed303c; }
    header .color-plt_box .color-plt_list .col14 {
      color: #b853ca; }
    header .color-plt_box .color-plt_list .col15 {
      color: #8753ca; }
    header .color-plt_box .color-plt_list .col16 {
      color: #235cce; }
    header .color-plt_box .color-plt_list .col17 {
      color: #2c79fa; }
    header .color-plt_box .color-plt_list .col18 {
      color: #57cce6; }
    header .color-plt_box .color-plt_list .col19 {
      color: #97deef; }
    header .color-plt_box .color-plt_list .col20 {
      color: #89eed2; }
    header .color-plt_box .color-plt_list .col21 {
      color: #00e6ab; }
    header .color-plt_box .color-plt_list .col22 {
      color: #62e1ae; }
    header .color-plt_box .color-plt_list .col23 {
      color: #00e746; }
    header .color-plt_box .color-plt_list .col24 {
      color: #76ffb9; }
    header .color-plt_box .color-plt_list .col25 {
      color: #9bfdc0; }
    header .color-plt_box .color-plt_list .col26 {
      color: #e7faf4; }
    header .color-plt_box .color-plt_list .col27 {
      color: #e7e8fe; }
    header .color-plt_box .color-plt_list .col28 {
      color: #d3ffff; }
    header .color-plt_box .color-plt_list .col29 {
      color: #fbe8fe; }
    header .color-plt_box .color-plt_list .col30 {
      color: #dcded6; }
@media screen and (min-width: 1075px) {
  header {
    padding: 0.26rem 0.2rem 0;
    max-width: 12rem;
    margin: 0 auto 0.15rem; }
    header _:lang(x)::-internal-media-controls-overlay-cast-button, header .nav-sp {
      margin: -0.15rem 0 0; }
    header _:lang(x)::-moz-placeholder, header .nav-sp {
      margin: -0.15rem 0 0; }
    header .nav-sp .twarea {
      display: none; }
    header .nav-sp .color-plt_box {
      width: 7rem; }
    header .nav-sp h1 {
      display: none;
      width: 2.36rem; }
      header .nav-sp h1 img {
        width: 100%; }
    header .head-top {
      min-height: 1.65rem;
      align-items: center; }
      header .head-top .head-top_right .twarea {
        width: 5.8rem; }
      header .head-top .head-top_right .marquee {
        padding-left: 0;
        margin: -0.03rem 0 0; }
      header .head-top .head-top_right .haader-topcon ul {
        display: flex;
        align-items: baseline;
        justify-content: flex-end; }
        header .head-top .head-top_right .haader-topcon ul .text-small {
          font-size: 0.19rem;
          cursor: pointer; }
        header .head-top .head-top_right .haader-topcon ul .text-large {
          font-size: 0.25rem;
          cursor: pointer; }
    header .head-nav {
      /*margin: 0.2rem 0 0.15rem -0.3rem;*/
      width: 100%; }
      header .head-nav ul {
        display: flex;
        justify-content: space-between;
     /*li:not(:first-child)::after{
     content:"";
     display: block;
     width:1px;
     height:0.22rem;
     background-color:#000;
     position:absolute;
     top:-0.02rem;
     transform: translateX(-50%);
  }*/ }
        header .head-nav ul li {
          padding: 0 0 0 0.35rem;
          text-align: left;
          position: relative;
          font-family: aktiv-grotesk, sans-serif;
          font-size: 0.19rem;
          line-height: 0.24rem;
          font-weight: 100 !important;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          letter-spacing: 0.03rem; }
          header .head-nav ul li .smalltxt {
            font-size: 0.1rem;
            display: block;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
            letter-spacing: 0; }
          header .head-nav ul li a {
            display: block;
            transition: unset; } }
@media screen and (min-width: 1265px) {
  header .humb-warp {
    right: calc(50% - 600px); } }
@media screen and (max-width: 1264px) {
  header .humb-warp {
    right: 0.2rem !important; } }
@media screen and (max-width: 1074px) {
  header .nav-pc {
    display: none; }
  header #nav-container {
    display: block; } }
@media screen and (min-width: 1075px) {
  header {
    margin: 0 auto 0.3rem; }
    header .nav-sp {
      display: block;
      width: 100%;
      margin: 0 auto; }
      header .nav-sp .head-top {
        width: 95%;
        margin: 0 auto; }
      header .nav-sp h1 {
        line-height: 0;
        dominant-baseline: alphabetic;
        width: 2.55rem; }
        header .nav-sp h1 img {
          width: 100%; }
      header .nav-sp .twarea {
        width: 100%;
        margin: 0 0 0.3rem 0;
        height: 0.3rem; }
      header .nav-sp .marquee {
        padding-left: 100%; }
      header .nav-sp .color-plt_box {
        width: 80%; }
      header .nav-sp .humb-warp {
        top: 0.65rem;
        display: block; }
      header .nav-sp .menu__line--top.active {
        top: -0.2rem;
        transform: rotate(45deg); }
      header .nav-sp .menu__line--center.active {
        transform: scaleX(0); }
      header .nav-sp .menu__line--bottom.active {
        top: -0.2rem;
        width: 100%;
        transform: rotate(135deg); }
    header .gnav__menu__item a {
      width: 4.15rem;
      max-width: 800px;
      padding: 0.3rem; }
    header .sub__menu {
      width: 100%;
      margin: 0.35rem 0 0; }
    header .sub__menu__wrap {
      width: 4.15rem;
      margin: 0 auto; }
      header .sub__menu__wrap p {
        letter-spacing: 0.01rem; }
      header .sub__menu__wrap ul {
        display: flex;
        flex-wrap: wrap;
        width: 4.15rem;
        align-items: baseline;
        justify-content: space-between; }
        header .sub__menu__wrap ul li {
          margin: 3% 0 0 0; }
        header .sub__menu__wrap ul .icon-forsp {
          width: 0.37rem; }
          header .sub__menu__wrap ul .icon-forsp img {
            width: 100%; }
        header .sub__menu__wrap ul .color-plt {
          text-indent: 0.1rem;
          cursor: pointer; }
        header .sub__menu__wrap ul .icon-forsp__note {
          width: 0.3rem;
          margin: 0.2rem 0 0 0; }
          header .sub__menu__wrap ul .icon-forsp__note img {
            width: 100%; }
      header .sub__menu__wrap .text-small {
        font-size: 0.4rem;
        cursor: pointer;
        text-align: center; }
      header .sub__menu__wrap .text-large {
        font-size: 0.55rem;
        cursor: pointer;
        text-indent: -0.1rem; }
      header .sub__menu__wrap .humb_sarch {
        width: 100%;
        height: 0.4rem;
        vertical-align: middle;
        position: relative;
        margin: 0.3rem 0 0.35rem 0; }
      header .sub__menu__wrap .sarch-warp {
        width: 100%; }
        header .sub__menu__wrap .sarch-warp .search_container {
          padding: 0 0 0 0.1rem; }
          header .sub__menu__wrap .sarch-warp .search_container input[type="text"] {
            height: 0.43rem; }
          header .sub__menu__wrap .sarch-warp .search_container input[type="image"] {
            top: 0.04rem;
            right: 0.08rem; } }
@media screen and (min-width: 1075px) {
  header .headsp {
    display: none; } }
@media screen and (max-width: 1074px) {
  header .headsp {
    display: block;
    margin: 0.2rem 0; }
  header .head-top {
    width: 90% !important;
    margin: 0 auto;
    padding: 0.1rem 0 0; }
    header .head-top h1 {
      width: 0.8rem; } }
@media screen and (max-width: 550px) {
  header .head-top {
    width: 90% !important;
    margin: 0 auto;
    padding: 0.15rem 0 0; }
  header h1 {
    width: 0.8rem !important; }
    header h1 img {
      width: 100%; }
  header .color-plt_box {
    width: 90%;
    padding: 0.6rem 0.8rem; }
  header .humb-warp {
    top: 0.55rem !important; }
  header .gnav__wrap {
    margin: 0.8rem 0 0; }
  header .gnav__menu {
    width: 80%;
    margin: 0 auto;
    min-height: 6rem; }
  header .gnav__menu__item {
    font-size: 0.2rem; }
    header .gnav__menu__item:fisrt-child {
      border-top: 1px dashed #000 !important; }
    header .gnav__menu__item:last-child {
      border-bottom: 1px dashed #000; }
  header .menu__line--top.active {
    top: 0.15rem !important;
    transform: rotate(45deg); }
  header .menu__line--center.active {
    transform: scaleX(0); }
  header .menu__line--bottom.active {
    top: 0.15rem !important;
    width: 100%;
    transform: rotate(135deg); }
  header .gnav__menu__item a {
    width: 90%;
    padding: 0.3rem 0; }
  header .sptop {
    top: 0.2rem !important; }
  header .sub__menu {
    width: 80%;
    padding: 0.35rem 0 0.5rem; }
  header .sub__menu__wrap {
    width: 100%;
    margin: 0 auto; }
    header .sub__menu__wrap ul {
      width: 85%; } }

.company_kodomo {
  border-top: none; }
  .company_kodomo h2 {
    text-align: center;
    padding: 1rem 0 0.4rem;
    position: relative;
    font-size: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal; }
  .company_kodomo h2:before {
    position: absolute;
    top: calc(68% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000; }
  .company_kodomo h2 span {
    position: relative;
    padding: 0 1em;
    background: #fff; }
  .company_kodomo .copyrights {
    text-align: center;
    font-size: 0.14rem !important;
    margin: 1.6rem 0 0.7rem; }

footer {
  width: 100%;
  /*border-top:1px solid #000;*/ }
  @media screen and (min-width: 1070px) {
    footer .footer-wrap__01 {
      display: flex;
      justify-content: space-between; }
      footer .footer-wrap__01 .adress {
        display: flex;
        justify-content: space-between;
        width: 70%;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 0.18rem; } }
  @media screen and (max-width: 1069px) {
    footer .footer-wrap__01 {
      display: block; }
      footer .footer-wrap__01 .adress {
        display: flex;
        width: 100%;
        font-size: 0.16rem;
        margin: 0.2rem 0 0; }
        footer .footer-wrap__01 .adress P {
          line-height: 1.5; }
      footer .footer-wrap__01 ul.sns {
        padding: 0 0 0 0.2rem; } }
  @media screen and (max-width: 785px) {
    footer .adress {
      display: block !important;
      width: 100%;
      font-size: 0.16rem;
      margin: 0.2rem 0 0; }
      footer .adress P {
        line-height: 1.5; }
    footer ul.sns {
      padding: 0.1rem 0 0 !important; } }
  footer ul.sns {
    display: flex; }
    footer ul.sns li.fb {
      width: 0.1rem; }
    footer ul.sns li.insta {
      width: 0.19rem;
      padding: 0 !important; }
    footer ul.sns li + li {
      padding: 0 0 0 0.2rem; }
  footer .footer-logo {
    margin: 0;
    width: 0.5rem; }
    footer .footer-logo img {
      width: 100%; }
  @media screen and (min-width: 680px) {
    footer {
      margin: 0.5rem auto 0.3rem; }
      footer .footer-wrap__forside {
        padding: 0 0.2rem;
        box-sizing: border-box; }
      footer .footer-wrap {
        max-width: 12rem;
        margin: 0 auto;
        padding: 0.35rem 0; }
        footer .footer-wrap .footer-wrap__01 {
          width: 100%; }
          footer .footer-wrap .footer-wrap__01 p {
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
            letter-spacing: 0.01rem;
            padding: 0 0.1rem 0 0; }
          footer .footer-wrap .footer-wrap__01 p + p {
            /* margin: 0.1rem 0 0;*/ }
          footer .footer-wrap .footer-wrap__01 .adress {
            /*	margin: 0.06rem 0 0;*/ }
        footer .footer-wrap .footer-wrap__list {
          position: relative;
          width: 20%;
          padding: 0.1rem 0 0; }
          footer .footer-wrap .footer-wrap__list::after {
            content: "";
            display: block;
            width: 1px;
            height: 97%;
            background-color: #000;
            position: absolute;
            top: 0; }
          footer .footer-wrap .footer-wrap__list li {
            line-height: 0.5rem;
            letter-spacing: 0.01rem;
            box-sizing: border-box; }
        footer .footer-wrap .footer-wrap__02 li, footer .footer-wrap .footer-wrap__03 li {
          padding: 0 0 0 0.4rem; }
        footer .footer-wrap .footer-wrap__04 p {
          font-size: 0.11rem;
          letter-spacing: 0.01rem;
          padding: 0.05rem 0 0.10rem 0.4rem; }
        footer .footer-wrap .footer-wrap__04 ul {
          display: flex;
          margin: 0 0 0 0.4rem;
          flex-wrap: wrap;
          max-width: 0.9rem; }
          footer .footer-wrap .footer-wrap__04 ul li.icon-forpc {
            padding: 0 0.2rem 0 0;
            box-sizing: content-box;
            width: 0.24rem; }
          footer .footer-wrap .footer-wrap__04 ul .icon-forpc_note {
            margin: 0.05rem 0 0;
            line-height: 0; } }
  @media screen and (max-width: 679px) {
    footer .footer-wrap__forside {
      padding: 0 0.2rem 0.1rem;
      letter-spacing: 0.01rem; }
      footer .footer-wrap__forside .footer-wrap {
        margin: 0.4rem 0 0;
        font-size: 90%;
        padding: 0 0 0.35rem; }
        footer .footer-wrap__forside .footer-wrap p {
          line-height: 0.25rem;
          font-size: 0.13rem; }
    footer .footer-wrap__04 {
      display: block;
      margin: 0.3rem 0 0; }
      footer .footer-wrap__04 p {
        display: none; }
      footer .footer-wrap__04 ul {
        display: flex;
        margin: 0 auto;
        width: 90%;
        justify-content: space-between; }
        footer .footer-wrap__04 ul li.icon-forpc {
          padding: 0 0.2rem 0 0;
          box-sizing: content-box;
          width: 0.37rem; }
        footer .footer-wrap__04 ul li.icon-forpc:last-child {
          padding: 0 !important; }
        footer .footer-wrap__04 ul .icon-forpc_note {
          margin: 0;
          width: 0.3rem; } }
  footer .copyrights {
    margin: 0.1rem 0 0;
    font-size: 0.1rem !important; }

main {
  position: relative; }

.fix_right {
  position: fixed;
  bottom: 4%;
  right: 0.3rem;
  z-index: 2; }

.btn_more {
  width: 1.53rem; }

@media screen and (max-width: 979px) {
  main {
    min-height: 7rem; } }
@media screen and (min-width: 680px) {
  main {
    min-height: 7rem; }

  .conWrap {
    max-width: 12rem;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: content-box; } }
@media screen and (min-width: 1275px) {
  .fix_left {
    position: fixed;
    bottom: 15%;
    left: 0.3rem;
    z-index: 2;
    width: 0.08rem; }
    .fix_left a {
      display: inline-block; }
    .fix_left a + a {
      margin: 0.15rem 0 0 0; } }
@media screen and (max-width: 1274px) {
  .fix_left {
    display: none; } }
@media screen and (min-width: 786px) {
  .dezaro_fix {
    position: fixed;
    bottom: 0.2rem;
    right: 0.3rem;
    z-index: 2;
    width: 0.5rem; }
    .dezaro_fix img {
      width: 100%; } }
@media screen and (max-width: 785px) {
  .dezaro_fix {
    position: fixed;
    bottom: 0.35rem;
    right: 0.3rem;
    z-index: 2;
    width: 0.5rem; }
    .dezaro_fix img {
      width: 100%; } }
@media screen and (max-width: 679px) {
  .conWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: border-box; }

  .fix_left {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 2; } }
.top-event .column4 li {
  display: flex;
  flex-direction: column;
  position: relative; }
  .top-event .column4 li img.newsmark {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90; }

.top-event .column4 li > * {
  flex-shrink: 0; }

.column4 ul, .column3 ul {
  display: flex;
  justify-content: space-between; }
  .column4 ul li, .column3 ul li {
    /*  display: flex;
    flex-direction: column;*/ }
    .column4 ul li img, .column3 ul li img {
      width: 100%;
      object-fit: cover;
      height: auto; }
    .column4 ul li a, .column3 ul li a {
      display: block; }
    .column4 ul li span, .column3 ul li span {
      color: #808080;
      font-size: 0.12rem; }
      .column4 ul li span a, .column3 ul li span a {
        display: inline-block; }
  .column4 ul li.news, .column3 ul li.news {
    position: relative; }
    .column4 ul li.news img.newsmark, .column3 ul li.news img.newsmark {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 90; }

.span_date {
  color: #808080;
  font-size: 0.12rem; }

@media screen and (min-width: 680px) {
  .column4 ul li {
    width: 2.83rem; }
    .column4 ul li:not(:first-child) {
      padding: 0 0 0 0.15rem; }
    .column4 ul li p {
      line-height: 0.25rem; }
  .column4 .home .column4 ul p {
    line-height: 0.23rem; }

  img.newsmark {
    width: 0.45rem !important; }

  .top-event .column4 li {
    flex: 1 0 auto; }

  .top-event__placebox {
    /*margin-top: auto !important;*/ }

  .column3 ul {
    flex-wrap: wrap; }
    .column3 ul li {
      width: 32%;
      margin-bottom: 0.2rem; }
      .column3 ul li span {
        display: block;
        line-height: 0.23rem;
        letter-spacing: 0.01rem; }
      .column3 ul li p {
        line-height: 0.23rem;
        margin-top: auto; }
    .column3 ul::after {
      display: block;
      content: "";
      width: 32%; } }
@media screen and (max-width: 679px) {
  .top-event .column4 li {
    padding: 0 0 0.15rem; }

  .top-works .column3 li {
    padding: 0 0 0.2rem; }
    .top-works .column3 li span {
      display: block; }

  .top-event__placebox {
    margin-bottom: auto !important; }

  .top-contents .column3 ul, .top-works .column3 ul {
    display: block; }
    .top-contents .column3 ul li, .top-works .column3 ul li {
      width: 100%; }

  .column4 ul, .column3 ul {
    flex-wrap: wrap; }
  .column4 li, .column3 li {
    width: 48%;
    margin: 0 0 0.1rem; }
    .column4 li span, .column3 li span {
      display: inline-block;
      line-height: 0.2rem; }
  .column4 img.newsmark, .column3 img.newsmark {
    width: 0.45rem; }
  .column4 p, .column3 p {
    line-height: 0.2rem; } }
.btn_news {
  text-align: right;
  margin: 0.4rem 0 0; }

.post-client_cateBtn {
  margin: 0.3rem 0; }
  .post-client_cateBtn a {
    text-align: center;
    padding: 0.1rem 0.6rem;
    border: 1px solid #000; }
  .post-client_cateBtn a:hover {
    border: 1px solid #4d4d4d; }

.single-title {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.24rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: 300;
  letter-spacing: 0.02rem; }

.woks_cate ul {
  display: flex;
  flex-wrap: wrap; }
  .woks_cate ul li {
    padding-right: 0.3rem;
    padding-bottom: 0.05rem;
    font-size: 0.14rem;
    letter-spacing: 0.01rem; }
.woks_cate .current a {
  border-bottom: 1px solid #000;
  padding: 0 0 0.05rem;
  transition: none; }

.tag .woks_cate {
  margin: 0 0 0.2rem; }

.archive-wrap {
  margin: 0.2rem 0 0; }

@media screen and (min-width: 980px) {
  .single-title {
    margin: 0 0 0.2rem; }

  .post-single {
    margin: 0.4rem auto 0; } }
@media screen and (max-width: 979px) {
  .single-title {
    margin: 0 0 0.2rem; }

  .post-single {
    margin: 0.4rem auto 1rem; }

  figcaption {
    font-size: 0.14rem;
    line-height: 0.2rem; } }
.catecopy {
  line-height: 0.25rem;
  margin: 0 0 0.3rem; }

.contents-archive-side h3 {
  border: double;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 0.2rem !important; }
.contents-archive-side li {
  width: 100%; }
  .contents-archive-side li .wpp-thumbnail {
    width: 90%;
    height: auto; }

.contents-ranking {
  display: block; }
  .contents-ranking .ranking_set {
    padding: 0.25rem 0.25rem 0.2rem; }
  .contents-ranking .ranking-span .wpp-date {
    padding: 0;
    position: relative;
    /*   &::before{
        content:" | ";
    color:#000;
       }*/ }
  .contents-ranking li {
    margin: 0 0 0.25rem;
    border-bottom: 1px solid #000;
    position: relative; }
    .contents-ranking li::after {
      width: 0.88rem;
      display: inline-block;
      height: 0.88rem;
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
      position: absolute;
      top: -0.2rem;
      left: -0.13rem; }
  .contents-ranking li:nth-child(1)::after {
    content: url("https://d-6b.com/wp2021/wp-content/themes/6B/img/rank1@2x.png"); }
  .contents-ranking li:nth-child(2)::after {
    content: url("https://d-6b.com/wp2021/wp-content/themes/6B/img/rank2@2x.png"); }
  .contents-ranking li:nth-child(3)::after {
    content: url("https://d-6b.com/wp2021/wp-content/themes/6B/img/rank3@2x.png"); }
  .contents-ranking li:nth-child(4)::after {
    content: url("https://d-6b.com/wp2021/wp-content/themes/6B/img/rank4@2x.png"); }
  .contents-ranking li:nth-child(5)::after {
    content: url("https://d-6b.com/wp2021/wp-content/themes/6B/img/rank5@2x.png"); }
  .contents-ranking p {
    line-height: 0.23rem; }
  .contents-ranking .span_date {
    display: block;
    line-height: 0.2rem; }
    .contents-ranking .span_date a {
      text-decoration: underline; }

.column2 ul li {
  margin: 0 0 0.15rem;
  width: 100%; }
  .column2 ul li a {
    display: block; }
  .column2 ul li img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 680px) {
  .calumn2-wrap {
    width: 66%; }

  .column2 {
    display: flex;
    justify-content: space-between; }
    .column2 ul {
      width: 100%; }

  .contents-archive-wrap {
    display: flex;
    justify-content: space-between; }
    .contents-archive-wrap .single-title {
      padding: 0; }

  .contents-archive-side {
    width: 28%;
    margin: 0 0 1rem 0.2rem; }

  .single-title {
    font-size: 0.2rem; } }
@media screen and (max-width: 679px) {
  .calumn2-wrap {
    width: 100%; }

  .column2 {
    display: block; }
    .column2 ul {
      width: 100%; }

  .contents-archive-wrap {
    display: block; }

  .contents-archive-side {
    width: 100%;
    margin: 0.3rem 0 0.5rem 0; }

  .contents-ranking {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .contents-ranking li {
      width: 48%;
      border-bottom: none;
      margin: 0; }
      .contents-ranking li::after {
        width: 0.5rem;
        display: inline-block;
        height: 0.5rem;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        position: absolute;
        top: -0.1rem;
        left: -0.1rem; }
      .contents-ranking li img {
        width: 100%; }
      .contents-ranking li .ranking_set {
        padding: 0.15rem; } }
.search-results mark {
  font-weight: bold;
  background: none; }
.search-results .sarch-box {
  margin: 0 0 0.5rem; }
  .search-results .sarch-box h3 {
    font-size: 0.24rem;
    font-weight: 400;
    margin: 0 0 0.05rem; }
.search-results .conWrap {
  margin: 0 auto 1.5rem; }

.page404 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 786px) {
    .page404 {
      height: calc(100vh - 396px); } }
  @media screen and (max-width: 785px) {
    .page404 {
      height: auto; }
      .page404 figure {
        max-width: 90px; }
        .page404 figure img {
          width: 100%; } }
  .page404 h2 {
    margin: 0 0 0.5rem;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .page404 p {
    margin: 0 0 0.45rem;
    text-align: center; }
  .page404 .btn_404 {
    margin: 0.6rem 0 0 2em; }
