@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
#gt-nvframe{display:none;}
body{padding-top:0;}
.newstop_b .webgene-blog .webgene-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:none;
}
.menu-wrap.burgermenu_d .ul .li a p.en {
   font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.privacypolicy .contents .title {
		    font-weight: 900;
		    text-align: center;
		    margin-bottom: clamp(20px, 5vw, 50px);
		    font-size: clamp(18px, 2vw, 24px);
}
.bgicon1 {
  position: relative;
}
.bgicon1::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 380px;
  aspect-ratio: 1 / 1;
  background: url("https://dolphinpapa.co.jp/system_panel/uploads/images/deco5.png") no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
}
.boxwrap2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
  z-index: 5;
  position: relative;
}
.boxwrap2 .leftbox, .boxwrap2 .rightbox {
  width: calc(50% - 35px);
  min-width: 0;
}
.boxwrap2 .imgbox img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .boxwrap2 {
    gap: 40px;
  }
  .boxwrap2 .leftbox, .boxwrap2 .rightbox {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .boxwrap2 {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .boxwrap2 .leftbox, .boxwrap2 .rightbox {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
	.bgicon1::after {
	  width: 40%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.bgicon1::after {
	  width: 45%;
	}
}
.section04 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section04 .width-1280-max {
  position: relative;
  z-index: 2;
}
.section04 .boxwrap1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 5vw, 50px);
  width: 100%;
  padding-top: 50px;
}
/* --------------------
   左
-------------------- */
.section04 .leftbox {
  flex: 0 0 clamp(320px, 36vw, 380px);
  position: relative;
}
.section04 .leftbox::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -50px;
  width: 380px;
  height: 380px;
  background: url("https://dolphinpapa.co.jp/system_panel/uploads/images/deco3.png") no-repeat center / contain;
  z-index: -1;
  pointer-events: none;
}
.section04 .titlebox1 {
  margin-bottom: 28px;
}
/* --------------------
   右
-------------------- */
.section04 .rightbox {
  flex: 1;
  min-width: 0;
}
.section04 .about_card_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-left: auto;
  width: 100%;
}
.section04 .about_card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 34px 20px 26px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section04 .about_card .num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff1a00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  display: flex;
  align-items: center;
  justify-content: center;
}
.section04 .about_card h3 {
  margin: 0 0 18px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  color: #111;
}
.about_card_wrap .more2 {
  margin-top: 20px;
}
/* 背景装飾 */
.section04 .circle3 {
  position: absolute;
  top: -60px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff1a00;
  z-index: 1;
}
/* SP */
@media screen and (max-width: 1080px) {
  .section04 .boxwrap1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
  .section04 .leftbox {
    flex: none;
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .section04 .rightbox {
    width: 100%;
  }
  .section04 .about_card_wrap {
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section04 {
    padding: 60px 0;
  }
  .section04 .about_card_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 500px;
    margin: auto;
    padding: 0 20px;
  }
  .section04 .entitle0 {
    font-size: 44px;
  }
  .section04 .about_card {
    min-height: auto;
    padding: 34px 20px 22px;
  }
  .section04 .about_card h3 {
    font-size: 18px;
  }
  .section04 .about_card > p {
    min-height: auto;
  }
}
.section07 {
  overflow: hidden;
}
.section07 .width-1280-max {
  position: relative;
  z-index: 2;
}
.section07 .leftbox {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
.section07 .titlebox1 {
  position: relative;
  display: inline-block;
  margin: 0 auto 28px;
  padding-left: 240px;
  padding-right: 240px;
  z-index: 2;
}
.section07 .titlebox1::before, .section07 .titlebox1::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 180px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.section07 .titlebox1::before {
  left: -80px;
  background-image: url("https://dolphinpapa.co.jp/system_panel/uploads/images/deco1.png");
}
.section07 .titlebox1::after {
  right: -80px;
  background-image: url("https://dolphinpapa.co.jp/system_panel/uploads/images/deco4.png");
}
.section07 .lineheight22 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section07 .morebox {
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
/* =========================
   1080
========================= */
@media screen and (max-width: 1080px) {
  .section07 .leftbox {
    max-width: 760px;
  }
  .section07 .titlebox1 {
    padding-left: 180px;
    padding-right: 180px;
    margin-bottom: 24px;
  }
  .section07 .titlebox1::before, .section07 .titlebox1::after {
    width: 130px;
    top: 26px;
  }
  .section07 .titlebox1::before {
    left: 0;
  }
  .section07 .titlebox1::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section07 .leftbox {
    max-width: 560px;
  }
  .section07 .titlebox1 {
    display: block;
    width: 100%;
    padding-left: 95px;
    padding-right: 95px;
    margin-bottom: 20px;
  }
  .section07 .titlebox1::before {
    left: 0;
  }
  .section07 .titlebox1::after {
    right: 0;
  }
  .section07 .lineheight22 br {
    display: none;
  }
  .section07 .morebox {
    justify-content: center;
  }
}
/* =========================
   576
========================= */
@media screen and (max-width: 576px) {
  .section07 .leftbox {
    max-width: 100%;
  }
  .section07 .titlebox1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .section07 .titlebox1::before, .section07 .titlebox1::after {
    width: 100px;
    top: 42px;
    z-index: -1;
  }
  .section07 .titlebox1::before {
    left: 0;
  }
  .section07 .titlebox1::after {
    right: 0;
  }
  .section07 .morebox {
    flex-direction: column;
    align-items: center;
  }
  .section07 .morebox .more, .section07 .morebox .more a {
    width: 100%;
    max-width: 260px;
  }
}
.section08 {
  position: relative;
  overflow: hidden;
}
.section08 .width-1280-max {
  position: relative;
  z-index: 2;
}
.section08_bg {
  position: absolute;
  inset: 0;
  background: url("https://dolphinpapa.co.jp/system_panel/uploads/images/index5.jpg") no-repeat center / cover;
  z-index: 0;
}
.section08_bg::before {
  content: "";
  position: absolute;
  inset: 0;
}
.section08_cards {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.section08_card {
  position: relative;
  width: calc(50% - 9px);
  min-height: 250px;
  border-radius: 6px;
  overflow: hidden;
}
.section08_card::before, .section08_card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.section08_card.contact {
  background: #f2327d;
}
.section08_card.contact::before {
  left: -70px;
  bottom: -70px;
  width: 170px;
  aspect-ratio: 1 / 1;
  background: #f6185f;
}
.section08_card.contact::after {
  right: -60px;
  top: -60px;
  width: 150px;
  aspect-ratio: 1 / 1;
  background: #f91558;
}
.section08_card.shop {
  background: #1858be;
}
.section08_card.shop::before {
  left: -70px;
  bottom: -70px;
  width: 170px;
  aspect-ratio: 1 / 1;
  background: #173a98;
}
.section08_card.shop::after {
  right: -60px;
  top: -60px;
  width: 150px;
  aspect-ratio: 1 / 1;
  background: #173894;
}
.section08_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 28px 24px 28px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section08_icon {
  margin-bottom: 8px;
  line-height: 1;
}
.section08_icon i {
  color: #fff;
  font-size: 24px;
}
.section08_card h2 {
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
}
.section08_card .sub {
  margin: 0 0 16px;
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
}
.section08_card .text {
  margin: 0 0 18px;
  color: #fff;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .section08_cards {
    flex-direction: column;
    align-items: center;
  }
  .section08_card {
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .section08_card {
    min-height: 220px;
  }
  .section08_inner {
    padding: 24px 18px;
  }
  .section08_card .text br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section08_card {
    min-height: 200px;
  }
  .section08 .more.more6, .section08 .more.more6 a {
    width: 100%;
    max-width: 240px;
  }
  .section08 .more.more6 .flex {
    width: 100%;
    min-width: 0;
  }
}
.fv_copy {
  margin: 0 0 14px;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.6;
  color: #fff;
}
.fv_title {
  margin: 0;
  font-size: clamp(56px, 9vw, 88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.pagetitle {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
    padding: 24px;
    color: #fff;
    isolation: isolate;
}

.pagetitle .topimgbox {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 50px 30px 0;
}
.pagetitle .topimgbox::after {
  content: "";
  position: absolute;
  inset: 50px 30px 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  pointer-events: none;
}
.pagetitle .topimgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pagetitle .titlebox1 {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  max-width: none;
  margin: 0 auto;
}
.pagetitle .titlebox1 .en, .pagetitle .titlebox1 .fv_copy {
  opacity: 0;
}
body.gjs-dashed .pagetitle .titlebox1 .en, body.gjs-dashed .pagetitle .titlebox1 .fv_copy {
  opacity: 1;
}
.pagetitle .titlebox1 .en {
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  animation-name: pagetitle1;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
.pagetitle .titlebox1 .fv_copy {
  margin: 0;
  color: #fff;
  font-weight: 600;
  animation-name: pagetitle2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}
.pagetitle .titlebox1 .fv_copy::before, .pagetitle .titlebox1 .fv_copy::after {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.pagetitle .titlebox1 .fv_copy::before {
  margin-right: 0.4em;
}
.pagetitle .titlebox1 .fv_copy::after {
  margin-left: 0.4em;
}
body.gjs-dashed .pagetitle::after {
  display: none;
}
.pagetitle .titlebox1 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.pagetitle .titlebox1 .title, .pagetitle .titlebox1 p {
  opacity: 0;
}
body.gjs-dashed .pagetitle .titlebox1 .title, body.gjs-dashed .pagetitle .titlebox1 p {
  opacity: 1;
}
.pagetitle .titlebox1 .title {
  animation-name: pagetitle2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
.pagetitle .titlebox1 .en {
  animation-name: pagetitle1;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  color: #fff;
  font-weight: 800;
}
@keyframes pagetitle1 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.2rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@keyframes pagetitle2 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.1rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.3rem;
  }
}
@keyframes pagetitle3 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: translateX(0px);
  }
}
.lineheight22 {
  letter-spacing: 0.08em;
  line-height: 2;
}
.txtwhite {
  color: #fff;
}
.right {
  display: flex;
  justify-content: flex-end;
}
.more a .flex {
  flex-wrap: nowrap;
}
.footer_f {
  background-color: #131313;
}
.footer_f .morebox {
  gap: 10px;
}
.footer_f .more a {
  width: 250px;
}
.footer_f p {
  font-weight: 500;
  color: #fff;
}
.footer_f .li p {
  font-size: 16px;
  font-weight: 400;
}
.footer_f .topbox .li:not(:last-of-type) {
  margin-bottom: 16px;
}
.footer_f .snsbox {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.footer_f .copyright {
  color: #909090;
}
.fixed_cta {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fixed_cta .cta_item {
  width: 62px;
}
.fixed_cta .cta_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 180px;
  padding: 16px 10px 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 18px 0 0 18px;
  box-sizing: border-box;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: opacity 0.3s ease;
}
.fixed_cta .cta_item a:hover {
  opacity: 0.9;
}
.fixed_cta .contact a {
  background: #ff2b7a;
}
.fixed_cta .shop a {
  background: #0d57c9;
}
.fixed_cta .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}
.fixed_cta .icon i {
  color: #fff;
}
.fixed_cta .cta_item p {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .footer_f .snsbox {
    justify-content: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .fixed_cta {
    gap: 10px;
  }
  .fixed_cta .cta_item {
    width: 54px;
  }
  .fixed_cta .cta_item a {
    min-height: 155px;
    padding: 14px 8px 16px;
    border-radius: 14px 0 0 14px;
  }
  .fixed_cta .icon {
    font-size: 16px;
  }
  .fixed_cta .cta_item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .fixed_cta .cta_item {
    width: 30px;
  }
  .fixed_cta .cta_item a {
    min-height: 138px;
    padding: 12px 0px 14px;
    gap: 10px;
  }
  .fixed_cta .icon {
    font-size: 15px;
  }
  .fixed_cta .cta_item p {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.morebox {
  gap: 30px;
}
.more a {
  background-color: #0E0E0F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: .3s ease;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.more a .flex {
  gap: 10px;
}
.more p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #fff;
  white-space: nowrap;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.more a .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.more a:hover .icon {
  transform: translateX(4px);
}
.more a .icon i {
  font-size: 11px;
  color: #000;
  line-height: 1;
}
.more.more2 a {
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
}
.more.more2 p {
  color: #000;
}
.more.more2 a .icon {
  background: #000;
}
.more.more2 a .icon i {
  color: #fff;
}
.more.more3 a {
  background: #F23479;
}
.more.more3 a .icon i {
  color: #F23479;
}
.more.more5 a {
  background: #0B4DB7;
}
.more.more5 a .icon i {
  color: #0B4DB7;
}
.more.more4 {
  display: inline-block;
}
.more.more4 .flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 128px;
  padding: 10px 18px;
  background: #fff;
  border-radius: 999px;
  box-sizing: border-box;
}
.more.more4 p {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.more.more4 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.more.more4 .icon i {
  display: block;
  line-height: 1;
  color: #FFF;
}

.more.more6 a{
	background-color: #fff;
	border: 2px solid #000;
}
.more.more6 a .flex{
	gap: 15px
}
.more.more6 a p{
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.color1 {
  color: #F07800;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
}
.bg1 {
  background: #27282E;
}
.bg2 {
  background: #E4AEEF;
}
.bg3 {
  background: #4F97C8;
}
.bg4 {
  background-color: #fff;
  background-image:
    linear-gradient(#e6e6e6 1px, transparent 1px), linear-gradient(90deg, #e6e6e6 1px, transparent 1px);
  background-size: 16px 16px;
  background-position: 0 0;
}
.fontmon {
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontanton {
  font-family: "Anton", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(37px, 4vw, 72px);
  letter-spacing: 0.1em;
}
.entitle1 {
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(33px, 3vw, 60px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.entxt1 {
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(16px, 3vw, 18px);
}
.default_title1 {
  font-size: clamp(22px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(20px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(16px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(14px, 1.2vw, 16px);
}
.default_txt2 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@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;
  }
}
@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;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@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;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* =========================
   header
========================= */
/* =========================
   header
========================= */
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: transparent;
}
.header_n::before {
  display: none;
}
/* 左の白帯 */
.header_n .leftbox {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 0 0 14px 0;
  padding: 10px 26px 10px 22px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  gap: 22px;
  width: auto;
  max-width: calc(100% - 96px);
}
/* ロゴ */
.header_n .logo {
  width: clamp(150px, 14vw, 185px);
  flex-shrink: 0;
  padding-bottom: 0;
}
.header_n .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80px;
}
/* ナビ */
.header_n .head_nav {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 20px;
  margin-left: 6px;
}
.header_n .head_nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #d8d8d8;
}
.header_n .head_nav .head_menu {
  display: flex;
  align-items: center;
}
.header_n .head_nav .head_menu .ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  text-decoration: none;
}
.header_n .head_nav .head_menu .ul .li a p.en {
  margin: 0;
  font-family: "Montserrat", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  color: #111;
}
/* hover下線 */
.header_n .head_nav .head_menu .ul .li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: #111;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header_n .head_nav .head_menu .ul .li a:hover::after {
  width: 72%;
}
/* lang */
.header_n .head_nav .lang {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid #d8d8d8;
  height: 42px;
}
.header_n .head_nav .lang a {
  text-decoration: none;
  line-height: 1;
}
.header_n .head_nav .lang p {
  margin: 0;
  font-family: "Anton", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #8f8f8f;
  line-height: 1;
}
.header_n .head_nav .lang a.active {
  pointer-events: none;
  cursor: default;
}
.header_n .head_nav .lang a.active p {
  color: #111;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #111;
}
/* 右の黒ボタン */
.header_n .rightbox {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-right: 8px;
}
.header_n .menu-bt {
  width: 68px;
  height: 68px;
  margin: 20px 10px auto auto;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 16px;
  box-sizing: border-box;
}
/* 線 */
.header_n .menu-bt .line {
  position: relative;
  width: 24px;
  height: 18px;
}
.header_n .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: ease 0.3s;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-of-type(2) {
  top: 8px;
}
.header_n .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
/* メニュー文字 */
.header_n .menu-bt > p {
  margin: 7px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
/* 開閉時 */
.header_n .menu-bt.active .line div:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  bottom: 8px;
  transform: rotate(-45deg);
}
/* 1080以下 */
@media screen and (max-width: 1080px) {
  .header_n .leftbox {
    gap: 0px;
  }
  .header_n .head_nav .head_menu .ul {
    display: none !important;
  }
  .header_n .head_nav::before {
    display: none !important;
  }
  .header_n .head_nav {
    padding-left: 16px;
    margin-left: 0;
  }
  .header_n .head_nav .lang {
    margin-left: 0;
  }
  .header_n .leftbox {
    max-width: calc(100% - 88px);
  }
}
/* SP */
@media screen and (max-width: 576px) {
  .header_n {
    padding-top: 0;
  }
  .header_n .leftbox {
    padding: 0px 16px 0;
    gap: 12px;
    max-width: calc(100% - 72px);
  }
  .header_n .logo {
    width: 128px;
  }
  .header_n .head_nav {
    padding-left: 12px;
  }
  .header_n .head_nav::before {
    height: 24px;
  }
  .header_n .head_nav .lang {
    height: 34px;
    padding-left: 12px;
    gap: 6px;
  }
  .header_n .head_nav .lang p {
    font-size: 13px;
  }
  .header_n .menu-bt {
    width: 56px;
    height: 56px;
    padding-top: 12px;
    margin: 10px 0px auto auto;
  }
  .header_n .menu-bt .line {
    width: 22px;
    height: 16px;
  }
  .header_n .menu-bt .line div:nth-of-type(2) {
    top: 7px;
  }
  .header_n .menu-bt > p {
    font-size: 11px;
    margin-top: 6px;
  }
}
.snsbox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.snsbox a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.snsbox a i {
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.snsbox a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
}
.snsbox a:hover i {
  color: #fff;
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000000;
  font-weight: 600;
}
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;
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@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;
  }
}
@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;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@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;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */

.gallery_layout{}
.gallery_layout .boxwrap{
	gap: 10px;
	justify-content: flex-start;
}
.gallery_layout .boxwrap .box{
	position: relative;
	width: calc(100% / 5 - 40px / 5);
	border-radius: 4px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.gallery_layout .boxwrap .box .bgimg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.5s;
}
.gallery_layout .boxwrap a:hover{
	opacity: 1;
}
.gallery_layout .boxwrap a:hover .bgimg{
	transform: translate(-50%,-50%) scale(1.1);
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.gallery_layout .boxwrap{
		gap: 10px;
	}
	.gallery_layout .boxwrap .box{
		width: calc(100% / 4 - 30px / 4);
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.gallery_layout .boxwrap{
		gap: 6px;
	}
	.gallery_layout .boxwrap .box{
		width: calc(100% / 2 - 6px / 2);
	}
}
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* 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: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.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 ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 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 ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 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 ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}