@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');
/* 追加　*/
.news_d {
  gap: 100px;
}
.section-title {
  background: linear-gradient(to right, #000, #1a1a1a);
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  letter-spacing: 0.05em;
  width: 100%;
}
.link_wrap .item {
  width: 100%;
  position: relative;
}
.link_wrap {
  gap: 20px;
}
.link_wrap .item a h3 {
  width: 100%;
}
.link_wrap .item a .date {
  color: #B7B7B7;
}
.link_wrap .item a > .flex {
  gap: 20px;
  padding: 10px 0;
}
.link_wrap .item a .date {
  width: 100px;
}
.link_wrap .item a .catelabel {
  border: #F25121 solid 1px;
}
.link_wrap .item a .cate_txt {
  width: 94px;
  text-align: center;
  padding: 3px 3px;
  box-sizing: border-box;
}
.link_wrap .item a h3 {
  width: calc(100% - 240px);
}
.link_wrap .item a {
  position: relative;
  padding: 5px 25px;
}
.link_wrap .item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F35122;
  transform: translateY(-50%);
}
.link_wrap .item a.on {
  background-color: inherit;
  border-color: inherit;
  border-bottom: #F35122 1px solid;
  ;
}
.link_wrap .item a.on p {
  color: #0E0E0F;
}
.footeritem {
  background-color: #F5F3F0;
  background-image: url("https://3bee.co.jp/system_panel/uploads/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.footeritem > .flex {
  gap: 60px;
}
.footeritem > .flex > div {
  width: calc(50% - 60px / 2);
}
.footeritem > .flex .boxwrap {
  flex-direction: column;
  gap: 50px;
}
.footeritem > .flex .boxwrap .box {
  width: 100%;
  gap: 30px;
}
.footeritem > .flex .boxwrap .box > div {
  width: calc(50% - 30px / 2);
}
.footeritem > .flex .boxwrap .box .more_d a {
  min-width: 100px;
}
.footeritem > .flex .boxwrap .box .more_d a p {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .footeritem > .flex {
    gap: 80px;
  }
  .footeritem > .flex .topbox {
    width: 60%;
  }
  .footeritem > .flex .boxwrap {
    width: 100%;
    flex-direction: row;
    gap: 50px;
  }
  .footeritem > .flex .boxwrap .box {
    gap: 20px;
  }
  .footeritem > .flex .boxwrap .box > div {
    width: calc(50% - 20px / 2);
  }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {
  .footeritem > .flex {
    gap: 60px;
  }
  .footeritem > .flex .topbox {
    width: 100%;
  }
  .footeritem > .flex .boxwrap {
    width: 100%;
    flex-direction: row;
    gap: 50px;
  }
  .footeritem > .flex .boxwrap .box {
    width: 100%;
    gap: 20px;
  }
  .footeritem > .flex .boxwrap .box > div {
    width: 80%;
  }
}
.news_d .cate-wrap {
  flex: 0 0 250px;
  top: 120px;
}
@media screen and (max-width: 1080px) {
  .news_d {
    flex-direction: column;
  }
  .news_d .cate-wrap {
    width: 100%;
    position: relative;
    top: 0px;
    align-self: flex-start;
  }
}
/* 追加　*/
html {}
body {
  font-family: "Noto Sans JP", "Outfit", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #0E0E0F;
}
/* ---------- common ---------- */
.fix_bt {
  position: fixed;
  z-index: 99;
  width: 40%;
  max-width: 100px;
  right: 1%;
  bottom: 20px;
}
.title-style1 {
  position: relative;
  width: 100%;
}
.title-style1 .en_title {
  color: rgba(243, 81, 34, 0.2);
  position: relative;
  line-height: 1;
}
.title-style1 .titleitem {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  align-items: center;
  width: 100%;
}
.title-style1 img {
  width: 32px;
}
/* ---------- more ---------- */
.more_h a > div p, .more_d a p, .more_h > div p {
  font-weight: 700;
}
.more_h a {
  min-width: 260px;
  justify-content: space-between;
  padding: 10px 30px;
  border-radius: 200px;
  background-color: #F35122;
  border: 4px solid #F351224D;
  box-shadow: 0 0 0 4px rgba(243, 81, 34, 0.3);
}
.more_h.more_h2 a {
  background-color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.more_h.more_h2 a p, .more_h.more_h2 a i {
  color: #0E0E0F;
}
.more_d a, .more_d > div {
  position: relative;
  min-width: 160px;
}
.more_d a p, .more_d > div p {
  color: #0E0E0F;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
}
.more_d a .icon, .more_d > div .icon {
  width: 30px;
  aspect-ratio: 1 / 1;
  background-color: #F35122;
  border: 4px solid #F351224D;
  box-shadow: 0 0 0 4px rgba(243, 81, 34, 0.3);
  border-radius: 50%;
  transition: ease 0.3s;
}
.more_d a > div, .more_d > div > div {
  gap: 20px;
  justify-content: space-between;
  padding: 0;
}
/* ---------- header ---------- */
.header_l {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  background-color: #000;
}
.header_l .head_nav {
  height: 100%;
  align-items: stretch;
}
.header_l::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: ease 0.4s;
}
.header_l.on::after {
  opacity: 1;
}
.header_l.onbg::after {
  opacity: 1 !important;
}
.header_l > div {
  position: relative;
  z-index: 3;
}
.header_l .logo {
  padding-left: 40px;
}
.header_l .logo img {
  max-height: 80px;
}
.header_l .head_nav > .ul > .li {
  margin-right: 40px;
}
.header_l .head_nav > .ul {
  transition: ease 0.3s;
}
.header_l.active .head_nav > .ul {
  opacity: 0;
  pointer-events: none;
}
.header_l .head_nav .ul .li .menu_sub_wrap {
  position: relative;
  cursor: pointer;
}
.header_l .head_nav .ul .li p, .header_l .head_nav i {
  color: #fff;
}
.header_l .head_nav .ul .li p {
  font-size: 15px;
}
.header_l .head_nav .ul .li img {
  width: 20px;
  margin-right: 10px;
}
.header_l .head_nav .ul .li .menu_sub_wrap p {
  transition: ease 0.3s;
}
.header_l .head_nav .ul .li .menu_sub_wrap:hover > p {
  opacity: 0.5;
}
.header_l .head_nav .ul .li .menu_sub_wrap i {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.header_l .head_nav .ul .li .menu_sub_wrap .menu_sub {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.header_l .head_nav .ul .li:hover .menu_sub_wrap .menu_sub {
  display: block;
  animation-name: fadein;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.header_l .head_nav .ul .li .menu_sub_wrap .menu_sub > .li:not(:last-of-type) {
  margin-bottom: 15px;
}
.header_l .head_nav .ul .li .menu_sub_wrap .menu_sub p {
  font-size: 16px;
  white-space: nowrap;
}
.header_l .head_nav .menu-bt {
  cursor: pointer;
  aspect-ratio: 1 / 1;
  width: 100px;
  background-color: none;
}
.header_l .head_nav .menu-bt .line {
  position: relative;
  width: 36px;
  height: 26px;
}
.header_l .head_nav .menu-bt .line div {
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: ease 0.3s;
}
.header_l .head_nav .menu-bt .line div:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.header_l .head_nav .menu-bt .line div:nth-of-type(2) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.header_l .head_nav .menu-bt .line div:nth-of-type(3) {
  width: 100%;
  bottom: 0;
}
.header_l .head_nav .menu-bt.active .line div:nth-of-type(1) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_l .head_nav .menu-bt.active .line div:nth-of-type(2) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_l .head_nav .menu-bt.active .line div:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.header_l.on::after {
  opacity: 1;
  background-color: rgba(36, 38, 35, 0.9);
}
.header_l .head_nav .shop-bt {
  background-color: #F25121;
  height: 100%;
}
.header_l .head_nav .shop-bt a {
  height: 100%;
  padding: 30px 20px;
}
.header_l .head_nav .shop-bt a img {
  width: 26px;
  margin-right: 5px;
}
.header_l .head_nav .shop-bt a p {
  color: #fff;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.en {
  font-family: "Outfit", sans-serif;
}
/* ---------- pagetitle ---------- */
.pagetitle_g {
  padding-top: 100px;
}
.pagetitle_g .bg_img_wrap2 .blue-panel {
  background: #F3512280;
}
.pagetitle_g .bg_img_wrap2 .txtbox {
  width: 95%;
  height: auto;
  position: relative; 
  inset: 0;
  display: flex;
  flex-direction: column;
  z-index: 4;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0px;
}
.pagetitle_g .bg_img_wrap2 .txtbox .font-30 {
  margin-top: -30px;
}
body:not(.gjs-dashed)
.pagetitle_g .bg_img_wrap2 .txtbox {
  position: absolute;
}
/* ---------- footer ---------- */
.contact_e .box_wrap {
  gap: 60px;
}
.contact_e .box_wrap .box-item {
  width: calc(50% - 30px);
}
.contact_e .box_wrap .box-item .toptxt {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
.contact_e .box_wrap .box-item .toptxt::before, .contact_e .box_wrap .box-item .toptxt::after {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 40px;
  height: 2px;
  background-color: #0E0E0F;
}
.contact_e .box_wrap .box-item .toptxt::before {
  left: 0;
  transform: rotate(55deg);
  transform-origin: right center;
}
.contact_e .box_wrap .box-item .toptxt::after {
  right: 0;
  transform: rotate(-55deg);
  transform-origin: left center;
}
.contact_e .box_wrap .box-item .toptxt p {
  color: #0E0E0F;
}
.contact_e .box_wrap .box-item .colorbox {
  background-color: #EFA500;
  width: 100%;
  padding: 50px;
  text-align: center;
}
.contact_e .box_wrap .box-item .colorbox2 {
  background-color: #F35122;
}
.contact_e .box_wrap .box-item .colorbox h2 {
  color: #0E0E0F;
}
.contact_e .box_wrap .box-item .colorbox .en {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: clamp(24px, 4vw, 50px);
  color: rgba(255, 255, 255, 0.3);
}
.contact_e .box_wrap .box-item .colorbox .icon-box {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.contact_e .box_wrap .box-item .colorbox .icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  z-index: 2;
}
.contact_e .box_wrap .box-item .colorbox:hover {
  opacity: 0.7;
}
.footer_f {
  background-color: #0E0E0F;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-direction: column;
}
.footer_f .topbox .shop-bt {
  background-color: #F25121;
  height: 100%;
}
.footer_f .topbox .shop-bt a {
  width: 220px;
  padding: 20px;
}
.footer_f .topbox .shop-bt a img {
  width: 26px;
  margin-right: 5px;
}
.footer_f .topbox .shop-bt a p {
  color: #fff;
}
.footer_f p, .footer_f i {
  color: #fff;
}
/* ---------- font ---------- */
.en_title {
  font-family: "Outfit", sans-serif;
  font-size: 84px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.en_title2 {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.default_title {
  font-size: 40px;
  letter-spacing: 0.05em;
}
.default_title2 {
  font-size: 36px;
  letter-spacing: 0.05em;
}
.default_title3 {
  font-size: 28px;
  letter-spacing: 0.05em;
}
.default_title4 {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.default_txt {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.default_txt2 {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.default_txt3 {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.font-outfit {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ---------- default ---------- */
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #0E0E0F;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #F25121
}
.txt-color2 {
  color: #B7B7B7
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #F8F8F8
}
.bg-color2 {
  background-color: #F5F3F0
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  .header_l .head_nav > .ul {
    display: none;
  }
  /* ---------- footer ---------- */
  .contact_e .box_wrap {
    gap: 40px;
  }
  .contact_e .box_wrap .box-item {
    width: calc(50% - 20px);
  }
  .contact_e .box_wrap .box-item .colorbox .en {
    position: relative;
    display: inline-block;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-size: clamp(20px, 3vw, 50px);
    color: rgba(255, 255, 255, 0.3);
  }
  /* ---------- font ---------- */
  .en_title {
    font-size: 64px;
  }
  .en_title2 {
    font-size: 24px;
  }
  .default_title {
    font-size: 34px;
  }
  .default_title2 {
    font-size: 32px;
  }
  .default_title3 {
    font-size: 26px;
  }
  .default_title4 {
    font-size: 20px;
  }
  .default_txt {
    font-size: 20px;
  }
  .default_txt2 {
    font-size: 18px;
  }
  .default_txt3 {
    font-size: 16px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  .title-style1 img {
    width: 26px;
  }
  /* ---------- header ---------- */
  .header_l {
    height: 80px;
  }
  .header_l .head_nav .menu-bt {
    width: 80px;
  }
  .header_l .head_nav .shop-bt a {
    height: 100%;
    padding: 20px 15px;
  }
  .pagetitle_g {
    padding-top: 80px;
  }
  /* ---------- footer ---------- */
  .contact_e .box_wrap {
    flex-direction: column;
  }
  .contact_e .box_wrap .box-item {
    width: 80%;
  }
  /* ---------- font ---------- */
  .en_title {
    font-size: 54px;
  }
  .en_title2 {
    font-size: 24px;
  }
  .default_title {
    font-size: 32px;
  }
  .default_title2 {
    font-size: 28px;
  }
  .default_title3 {
    font-size: 24px;
  }
  .default_title4 {
    font-size: 20px;
  }
  .default_txt {
    font-size: 20px;
  }
  .default_txt2 {
    font-size: 18px;
  }
  .default_txt3 {
    font-size: 16px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  .fix_bt {
    width: 80px;
    bottom: 10px;
  }
  /* ---------- header ---------- */
  .header_l .logo img {
    height: 34px;
  }
  .header_l .head_nav .menu-bt {
    width: 70px;
  }
  .header_l {
    height: 70px;
  }
  .pagetitle_g {
    padding-top: 70px;
  }
  .pagetitle_g .bg_img_wrap2 .txtbox .font-30 {
    margin-top: -20px;
  }
  /* ---------- footer ---------- */
  .contact_e .box_wrap .box-item {
    width: 90%;
  }
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  .more_h a {
    min-width: 220px;
  }
  .more_d a p, .more_d > div p {
    font-size: 16px;
  }
  .fix_bt {
    width: 18%;
    bottom: 10px;
  }
  .more_d {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .title-style1 img {
    width: 20px;
  }
  .contact_e .box_wrap .box-item .toptxt {
    width: 100%;
    padding: 0 30px;
  }
  /* ---------- header ---------- */
  .header_l .head_nav .menu-bt {
    width: 60px;
  }
  .header_l {
    height: 60px;
  }
  .header_l .logo {
    padding-left: 20px;
  }
  .header_l .logo img {
    height: 36px;
  }
  .header_l .head_nav .shop-bt a {
    height: 100%;
    padding: 10px 7px;
  }
  .header_l .head_nav .menu-bt {
    width: 60px;
  }
  .menu-wrap .ul .li {
    width: calc(100% / 3 - 40px);
  }
  .header_l .head_nav .menu-bt .line {
    width: 26px;
    height: 20px;
  }
  .header_l .head_nav .shop-bt p {
    font-size: 12px;
  }
  .header_l .head_nav .shop-bt a img {
    width: 20px;
    margin-right: 3px;
  }
  .pagetitle_g {
    padding-top: 60px;
  }
  /* ---------- footer ---------- */
  .contact_e .box_wrap .box-item {
    width: 100%;
  }
  .contact_e .box_wrap .box-item .colorbox {
    padding: 30px;
  }
  /* ---------- font ---------- */
  .en_title {
    font-size: 36px;
  }
  .en_title2 {
    font-size: 20px;
  }
  .default_title {
    font-size: 28px;
  }
  .default_title2 {
    font-size: 24px;
  }
  .default_title3 {
    font-size: 20px;
  }
  .default_title4 {
    font-size: 18px;
  }
  .default_txt {
    font-size: 18px;
  }
  .default_txt2 {
    font-size: 16px;
  }
  .default_txt3 {
    font-size: 14px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}