@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.camera_recommend_btn{
    margin: 20px auto 0;
 
}
.camera_recommend {
  width: 100%;
  background-color: #141318;
}

.camera_recommend .camera_recommend_head {
  margin-bottom: clamp(35px, 5vw, 60px);
  text-align: center;
}

.camera_recommend .camera_recommend_title {
  margin-bottom: clamp(14px, 2vw, 22px);
  color: #cf9f3e;
  line-height: 1;
  letter-spacing: .14em;
  font-weight: 400;
}

.camera_recommend .camera_recommend_sub {
  color: #fff;
  letter-spacing: .12em;
}

.camera_recommend .camera_recommend_list {
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(35px, 4vw, 45px) clamp(25px, 3vw, 35px);
}

.camera_recommend .camera_recommend_item {
  padding: clamp(20px, 2.4vw, 28px);
  background-color: #102236;
}

.camera_recommend .camera_recommend_image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
}

.camera_recommend .camera_recommend_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera_recommend .camera_recommend_scene {
  padding: clamp(16px, 2vw, 20px) 0 clamp(10px, 1.5vw, 14px);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
}

.camera_recommend .camera_recommend_info {
  padding: clamp(12px, 1.5vw, 16px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
}

.camera_recommend .camera_recommend_info p {
  color: #fff;
  letter-spacing: .08em;
}

.camera_recommend .camera_recommend_info p:first-child {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .72);
}

@media screen and (max-width: 1080px) {
  .camera_recommend .camera_recommend_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
  }
}

@media screen and (max-width: 900px) {
  .camera_recommend .camera_recommend_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 576px) {
  .camera_recommend .camera_recommend_list {
    grid-template-columns: 1fr;
  }

  .camera_recommend .camera_recommend_item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .camera_recommend .camera_recommend_title {
    font-size: clamp(28px, 7vw, 44px);
    letter-spacing: .08em;
  }
}

@media screen and (max-width: 576px) {
  .camera_recommend .camera_recommend_title {
    font-size: clamp(24px, 6.4vw, 34px);
    letter-spacing: .05em;
  }
}
.camera_tips {
  width: 100%;
  background-color: #141318;
}

.camera_tips .camera_tips_head,
.camera_tips .camera_tips_list {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.camera_tips .camera_tips_head {
  margin-bottom: clamp(45px, 6vw, 75px);
}

.camera_tips .camera_tips_title {
  margin-bottom: clamp(18px, 2.5vw, 28px);
  color: #cf9f3e;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 400;
}

.camera_tips .camera_tips_sub {
  margin-bottom: clamp(30px, 4vw, 48px);
  color: #fff;
  letter-spacing: .08em;
}

.camera_tips .camera_tips_lead {
  color: #fff;
  letter-spacing: .08em;
}

.camera_tips .camera_tips_list {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.camera_tips .camera_tips_item {
  display: flex;
  padding: clamp(34px, 4vw, 55px) 0;
  gap: clamp(35px, 5vw, 70px);
  border-top: 1px solid rgba(255, 255, 255, .35);
}

.camera_tips .camera_tips_num {
  width: clamp(120px, 14vw, 185px);
  flex-shrink: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.2;
  letter-spacing: .12em;
}

.camera_tips .camera_tips_text {
  width: 100%;
}

.camera_tips .camera_tips_item_title {
  margin-bottom: clamp(18px, 2vw, 26px);
  color: #fff;
  letter-spacing: .08em;
  font-weight: 400;
}

.camera_tips .camera_tips_description {
  color: #fff;
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
  .camera_tips .camera_tips_item {
    flex-direction: column;
    gap: 18px;
  }

  .camera_tips .camera_tips_num {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .camera_tips .camera_tips_title {
    font-size: clamp(30px, 8vw, 40px);
    letter-spacing: .06em;
  }

  .camera_tips .camera_tips_item {
    padding: 35px 0;
  }
}
.camera_shop_wrap {
  position: relative;
  display: flex;
  width: 100%;
  min-height: clamp(320px, 32vw, 440px);
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #141318;
}

.camera_shop_wrap .camera_shop_image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.camera_shop_wrap .camera_shop_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.camera_shop_wrap .camera_shop_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, .05) 0%,
      rgba(0, 0, 0, .14) 42%,
      rgba(8, 9, 12, .78) 70%,
      rgba(8, 9, 12, .96) 100%
    );
  pointer-events: none;
}

.camera_shop_wrap .camera_shop_text {
  position: relative;
  z-index: 3;
  width: 52%;
  padding: clamp(65px, 7vw, 100px) clamp(40px, 7vw, 110px) clamp(65px, 7vw, 100px) clamp(40px, 5vw, 80px);
}

.camera_shop_wrap .camera_shop_en {
  margin-bottom: clamp(12px, 1.5vw, 20px);
  color: rgba(255, 255, 255, .65);
  line-height: 1.5;
  letter-spacing: .1em;
}

.camera_shop_wrap .camera_shop_title {
  margin-bottom: clamp(28px, 3vw, 42px);
  color: #fff;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 400;
}

.camera_shop_wrap .camera_shop_description {
  max-width: 720px;
  color: #fff;
  letter-spacing: .05em;
}

.camera_shop_wrap .camera_shop_btns {
  display: flex;
  margin-top: clamp(32px, 4vw, 52px);
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .camera_shop_wrap {
    min-height: clamp(420px, 48vw, 560px);
  }

  .camera_shop_wrap .camera_shop_image img {
    object-position: 28% center;
  }

  .camera_shop_wrap .camera_shop_text {
    width: 54%;
    padding-right: 40px;
    padding-left: 35px;
  }

  .camera_shop_wrap .camera_shop_overlay {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, .05) 0%,
        rgba(0, 0, 0, .18) 34%,
        rgba(8, 9, 12, .82) 58%,
        rgba(8, 9, 12, .97) 100%
      );
  }
}
@media screen and (max-width: 768px) {
  .camera_shop_wrap {
    min-height: 0;
    flex-direction: column;
    background-color: #141318;
  }

  .camera_shop_wrap .camera_shop_image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.55 / 1;
  }

  .camera_shop_wrap .camera_shop_image img {
    object-position: left center;
  }

  .camera_shop_wrap .camera_shop_overlay {
    display: none;
  }

  .camera_shop_wrap .camera_shop_text {
    width: 100%;
    padding: clamp(50px, 9vw, 70px) clamp(30px, 7vw, 50px) clamp(65px, 10vw, 85px);
    background-color: #141318;
  }

  .camera_shop_wrap .camera_shop_en {
    margin-bottom: 18px;
  }

  .camera_shop_wrap .camera_shop_title {
    margin-bottom: 30px;
    line-height: 1.65;
  }

  .camera_shop_wrap .camera_shop_description {
    margin-bottom: 34px;
  }

  .camera_shop_wrap .camera_shop_btns {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .camera_shop_wrap .camera_shop_image {
    aspect-ratio: 1.35 / 1;
  }

  .camera_shop_wrap .camera_shop_text {
    padding: 48px 20px 65px;
  }

  .camera_shop_wrap .camera_shop_title {
    letter-spacing: .06em;
  }

  .camera_shop_wrap .camera_shop_description {
    letter-spacing: .04em;
  }
}

.lower_header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: auto;
  padding: clamp(10px, 2vw, 18px) clamp(24px, 3vw, 42px);
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(20, 19, 24, .97) 0%,
    rgba(20, 19, 24, .88) 58%,
    rgba(20, 19, 24, 0) 100%
  );
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
}

.lower_header.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lower_header p {
  margin: 0;
}

.lower_header a {
  color: #fff;
  text-decoration: none;
}

.lower_header .lower_header_logo {
  display: block;
  width: clamp(150px, 14vw, 200px);
  flex-shrink: 0;
}

.lower_header .lower_header_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lower_header .lower_header_nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: clamp(22px, 2.2vw, 38px);
}

.lower_header .lower_header_nav a {
  position: relative;
  display: block;
  padding: 8px 0;
  transition: opacity .35s ease;
}

.lower_header .lower_header_nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .35s ease;
}

.lower_header .lower_header_nav a:hover {
  opacity: .7;
}

.lower_header .lower_header_nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.lower_header .lower_header_nav p {
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.4;
  letter-spacing: .06em;
  white-space: nowrap;
}

/* menu-bt */
.lower_header .menu-bt {
  position: relative;
  z-index: 1001;
  display: flex;
  width: 42px;
  height: 42px;
  margin-left: clamp(24px, 2.5vw, 38px);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
}

.lower_header .menu-bt.point-none {
  pointer-events: none;
}

.lower_header .menu-bt .line {
  position: relative;
  width: 38px;
  height: 22px;
}

.lower_header .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  transition: top .35s ease, bottom .35s ease, opacity .35s ease, transform .35s ease, background-color .35s ease;
}

.lower_header .menu-bt .line div:first-of-type {
  top: 0;
}

.lower_header .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.lower_header .menu-bt .line div:last-of-type {
  bottom: 0;
}

.lower_header .menu-bt:hover .line div {
  background-color: #fff;
}

.lower_header .menu-bt.active .line div:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.lower_header .menu-bt.active .line div:nth-of-type(2) {
  opacity: 0;
}

.lower_header .menu-bt.active .line div:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* lower_header_menuを使う場合 */
.lower_header .lower_header_menu {
  display: flex;
  width: 42px;
  height: 42px;
  margin-left: clamp(24px, 2.5vw, 38px);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lower_header .lower_header_menu_icon {
  position: relative;
  width: 38px;
  height: 22px;
  border-top: 1px solid rgba(255, 255, 255, .85);
  border-bottom: 1px solid rgba(255, 255, 255, .85);
  transition: opacity .35s ease;
}

.lower_header .lower_header_menu_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .85);
  transform: translateY(-50%);
}

.lower_header .lower_header_menu:hover .lower_header_menu_icon {
  opacity: .6;
}

@media screen and (max-width: 1080px) {
  .lower_header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .lower_header .lower_header_nav {
    gap: 20px;
  }

  .lower_header .menu-bt,
  .lower_header .lower_header_menu {
    margin-left: 24px;
  }
}

@media screen and (max-width: 900px) {
  .lower_header {
    height: 76px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lower_header .lower_header_logo {
    width: clamp(145px, 30vw, 180px);
  }

  .lower_header .lower_header_nav {
    display: none;
  }

  .lower_header .menu-bt,
  .lower_header .lower_header_menu {
    width: 40px;
    height: 40px;
    margin-left: auto;
  }

  .lower_header .menu-bt .line,
  .lower_header .lower_header_menu_icon {
    width: 32px;
    height: 19px;
  }
}

@media screen and (max-width: 576px) {
  .lower_header {
    height: 68px;
  }

  .lower_header .lower_header_logo {
    width: 145px;
  }

  .lower_header .menu-bt .line,
  .lower_header .lower_header_menu_icon {
    width: 30px;
    height: 18px;
  }
}

.pagetitle {
  position: relative;
  height: clamp(350px, 30vw, 500px);
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(80px, 8vw, 110px);
  padding-bottom: clamp(45px, 5vw, 70px);
  background-color: #141318;
}

body.on .pagetitle::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .16) 72%, rgba(0, 0, 0, .08) 100%);
  pointer-events: none;
}

body.on .pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(20, 19, 24, .18) 0%, rgba(20, 19, 24, .04) 50%, rgba(20, 19, 24, .25) 100%);
  pointer-events: none;
}

.pagetitle > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagetitle .txtbox {
  position: relative;
  z-index: 4;
  padding-top: clamp(40px, 5vw, 70px);
}

.pagetitle h1 {
  margin-bottom: clamp(10px, 1.5vw, 16px);
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
}

.pagetitle p {
  color: #fff;
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
  .pagetitle {
    height: clamp(240px, 42vw, 300px);
  }

  .pagetitle > img {
    object-position: center center;
  }
}

@media screen and (max-width: 576px) {
  .pagetitle {
    height: 240px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .pagetitle .txtbox {
    padding-top: 50px;
  }

 
}

.service_cate {
  width: 100%;
  background-color: #102236;
}

.service_cate .service_cate_head,
.service_cate .service_cate_item,
.service_cate .service_cate_genre,
.service_cate .service_cate_btns {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.service_cate .service_cate_head {
  margin-bottom: clamp(30px, 10vw, 50px);
}

.service_cate .service_cate_main_title {
  color: #cf9f3e;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 400;
}

.service_cate .service_cate_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(60px, 8vw, 110px);
}

.service_cate .service_cate_text {
  width: clamp(360px, 38%, 520px);
  flex-shrink: 0;
}

.service_cate .service_cate_en {
  color: rgba(255, 255, 255, .62);
  letter-spacing: .12em;
}

.service_cate .service_cate_title {
  margin-bottom: clamp(30px, 4vw, 45px);
  color: #fff;
  line-height: 1.5;
  letter-spacing: .12em;
  font-weight: 400;
}

.service_cate .service_cate_description {
  color: #fff;
  letter-spacing: .08em;
}

.service_cate .service_cate_image {
  width: auto;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 1.52 / 1;
}

.service_cate .service_cate_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_cate .service_cate_genre {
  display: flex;
  margin-top: clamp(50px, 6vw, 80px);
  padding: clamp(28px, 3vw, 38px) clamp(35px, 5vw, 70px);
  align-items: center;
  gap: clamp(45px, 6vw, 80px);
  background-color: rgba(20, 19, 24, .32);
}

.service_cate .service_cate_genre_title {
  display: flex;
  width: clamp(150px, 17vw, 220px);
  min-height: clamp(58px, 6vw, 78px);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
}

.service_cate .service_cate_genre_title p {
  color: #fff;
  letter-spacing: .08em;
}

.service_cate .service_cate_genre_list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px) clamp(24px, 3vw, 45px);
}

.service_cate .service_cate_genre_list p {
  color: #fff;
  letter-spacing: .08em;
  white-space: nowrap;
}

.service_cate .service_cate_btns {
  display: flex;
  margin-top: clamp(35px, 4vw, 55px);
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 35px);
}

@media screen and (max-width: 1080px) {
  .service_cate .service_cate_item {
    gap: clamp(40px, 6vw, 70px);
  }

  .service_cate .service_cate_text {
    width: 42%;
  }

  .service_cate .service_cate_genre_list {
 grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 900px) {


  .service_cate .service_cate_item {
    flex-direction: column;
  }
  .service_cate .service_cate_image {
    order: 1;
  }

  .service_cate .service_cate_text {
    order: 2;
  }
  .service_cate .service_cate_text {
    width: 100%;
  }

  .service_cate .service_cate_image {
    width: 100%;
    flex: none;
  }

  .service_cate .service_cate_genre {
    flex-direction: column;
    align-items: flex-start;
  }

  .service_cate .service_cate_genre_title {
    width: 100%;
  }

  .service_cate .service_cate_genre_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service_cate .service_cate_btns {

  }
}

@media screen and (max-width: 576px) {
  .service_cate .service_cate_genre {
    padding: 25px 20px;
  }

  .service_cate .service_cate_genre_list {
    grid-template-columns: 1fr;
  }

  .service_cate .service_cate_genre_list p {
    white-space: normal;
  }

  .service_cate .service_cate_btns {
    flex-direction: column;
    align-items: stretch;
  }

  .service_cate .service_cate_btns .more_btn,
  .service_cate .service_cate_btns .more_btn3 {
    width: 100%;
  }
}

.more_btn3 {
  display: flex;
  width: auto;
  min-height: 46px;
  padding: 8px 12px 8px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #9d8615;
  border-radius: 2px;
  color: #fff;
  background-color: #9d8615;
  text-decoration: none;
  letter-spacing: .08em;
  transition: border-color .35s ease, background-color .35s ease, opacity .35s ease;
}

.more_btn3 p {
  margin: 0;
  color: #fff;
  line-height: 1;
}

.more_btn3 .arrow {
  display: grid;
  width: 27px;
  aspect-ratio: 1;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .18);
  transition: background-color .35s ease, transform .35s ease;
}

.more_btn3 .arrow img {
  display: block;
  width: 11px;
  height: auto;
  object-fit: contain;
}

.more_btn3:hover {
  border-color: #b79a18;
  background-color: #b79a18;
  color: #fff;
}

.more_btn3:hover .arrow {
  background-color: rgba(255, 255, 255, .25);
  transform: translateX(3px);
}

.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #141318;
}

.footer,
.footer * {
  box-sizing: border-box;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .footer_inner {
  display: flex;
  width: 100%;
  min-height: clamp(350px, 38vw, 480px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 110px) clamp(30px, 5vw, 70px);
}

.footer .footer_company {
  width: 32%;
  padding-right: clamp(40px, 6vw, 80px);
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex-shrink: 0;
}

.footer .footer_logo {
  display: block;
  width: min(100%, 220px);
}

.footer .footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .footer_address {
  margin-top: clamp(45px, 6vw, 70px);
}

.footer .footer_address p {
  line-height: 1.9;
  letter-spacing: .03em;
}

.footer .footer_content {
  position: relative;
  width: 68%;
  padding-left: clamp(45px, 7vw, 90px);
}

.footer .footer_nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  column-gap: clamp(25px, 4vw, 55px);
  row-gap: clamp(28px, 3vw, 40px);
}

.footer .footer_nav a {
  position: relative;
  display: block;
  padding-left: 13px;
  transition: opacity .35s ease, transform .35s ease;
}

.footer .footer_nav a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, .75);
}

.footer .footer_nav a:hover {
  opacity: .65;
  transform: translateX(4px);
}

.footer .footer_nav_en {
  line-height: 1.05;
  letter-spacing: .06em;
  font-weight: 400;
}

.footer .footer_nav_jp {
  margin-top: 3px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.4;
  letter-spacing: .05em;
    font-size: clamp(13px, 1vw, 15px);
    
}

.footer .footer_sns {
  display: flex;
  margin-top: clamp(45px, 6vw, 70px);
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  flex-wrap: wrap;
}

.footer .footer_sns a {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: opacity .35s ease;
}

.footer .footer_sns a:hover {
  opacity: .6;
}

.footer .footer_sns i {
  font-size: 18px;
  line-height: 1;
}

.footer .footer_sns p {
  line-height: 1;
  letter-spacing: .05em;
}

.footer .footer_copy {
  margin-top: clamp(60px, 8vw, 100px);
  color: rgba(255, 255, 255, .45);
  text-align: right;
  letter-spacing: .08em;
}

@media screen and (max-width: 1080px) {
  .footer .footer_company {
    width: 28%;
    padding-right: 40px;
  }

  .footer .footer_content {
    width: 72%;
    padding-left: 45px;
  }

  .footer .footer_nav {
    column-gap: 25px;
  }
}

@media screen and (max-width:900px) {
  .footer .footer_inner {
    flex-direction: column;
  }

  .footer .footer_company {
    width: 100%;
    padding: 0 0 45px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .footer .footer_logo {
    width: 190px;
  }

  .footer .footer_address {
    margin-top: 35px;
  }

  .footer .footer_content {
    width: 100%;
    padding: 45px 0 0;
  }

  .footer .footer_nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .footer_copy {
    margin-top: 60px;
  }
}

@media screen and (max-width: 576px) {
  .footer .footer_inner {
    padding: 70px 20px 40px;
  }

  .footer .footer_logo {
    width: 170px;
  }

  .footer .footer_nav {
    column-gap: 18px;
    row-gap: 28px;
  }

  .footer .footer_sns {
    margin-top: 45px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footer .footer_copy {
    margin-top: 55px;
    text-align: left;
  }
}
.footer .footer_sns i {
  color: #fff;
}

.footer .footer_sns img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.footer_shop {
  display: flex;
  width: 100%;
  overflow: hidden;
  background-color: #141318;
}

.footer_shop,
.footer_shop * {
  box-sizing: border-box;
}

.footer_shop p {
  margin: 0;
}

.footer_shop .footer_shop_item {
  position: relative;
  display: flex;
  width: calc(100% / 3);
  min-height: clamp(260px, 24vw, 380px);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.footer_shop .footer_shop_image {
  position: absolute;
  inset: 0;
}

.footer_shop .footer_shop_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.footer_shop .footer_shop_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(8, 8, 12, .58);
  transition: background-color .4s ease;
}

.footer_shop .footer_shop_text {
  position: relative;
  z-index: 2;
  padding: clamp(25px, 4vw, 50px);
  text-align: center;
}

.footer_shop .footer_shop_title {
  line-height: 1.25;
  letter-spacing: .06em;
  font-weight: 400;
  white-space: nowrap;
}

.footer_shop .footer_shop_sub {
  margin-top: 2px;
  line-height: 1.4;
  letter-spacing: .08em;
}

.footer_shop .footer_shop_description {
  margin-top: clamp(18px, 2.2vw, 28px);
  letter-spacing: .08em;
}

.footer_shop .footer_shop_arrow {
  display: grid;
  width: 28px;
  margin: clamp(18px, 2vw, 25px) auto 0;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .2);
  transition: background-color .35s ease, transform .35s ease;
}

.footer_shop .footer_shop_arrow img {
  display: block;
  width: 11px;
  height: auto;
  object-fit: contain;
}

.footer_shop .footer_shop_item + .footer_shop_item {
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.footer_shop .footer_shop_item:hover .footer_shop_image img {
  transform: scale(1.04);
}

.footer_shop .footer_shop_item:hover .footer_shop_overlay {
  background-color: rgba(8, 8, 12, .42);
}

.footer_shop .footer_shop_item:hover .footer_shop_arrow {
  background-color: rgba(255, 255, 255, .35);
  transform: translateX(4px);
}

@media screen and (max-width: 1080px) {
  .footer_shop .footer_shop_title {
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .footer_shop {
    flex-direction: column;
  }

  .footer_shop .footer_shop_item {
    width: 100%;
    min-height: clamp(200px, 55vw, 300px);
  }

  .footer_shop .footer_shop_item + .footer_shop_item {
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .footer_shop .footer_shop_item {
    min-height: 260px;
  }

  .footer_shop .footer_shop_text {
    padding: 25px 20px;
  }

  .footer_shop .footer_shop_description {
    margin-top: 18px;
  }

  .footer_shop .footer_shop_arrow {
    margin-top: 18px;
  }
}

.news_more_btn {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
  transition: opacity .35s ease;
}

.news_more_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
  transition: transform .35s ease;
}

.news_more_btn p {
  margin: 0;
  color: #fff;
  letter-spacing: .08em;
  transition: transform .35s ease;
}

.news_more_btn:hover {
  opacity: .65;
}

.news_more_btn:hover::before {
  transform: translate(3px, -50%);
}

.news_more_btn:hover p {
  transform: translateX(3px);
}


/* 開閉メニュー */
.menu-wrap {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: none;
  width: min(100%, 520px);
  height: 100svh;
  padding: clamp(100px, 12vh, 140px) clamp(30px, 5vw, 70px) clamp(40px, 6vh, 70px);
  overflow-y: auto;
  color: #fff;
  background-color: rgba(20, 19, 24, .985);
  box-shadow: -20px 0 50px rgba(0, 0, 0, .25);
}

.menu-wrap > .flex {
  width: 100%;
  min-height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu-wrap .ul {
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}

.menu-wrap .li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.menu-wrap .li:first-child {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.menu-wrap .li a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 58px;
  padding: 14px 45px 14px 5px;
  align-items: center;
  color: #fff;
  transition: opacity .35s ease, padding-left .35s ease;
}

.menu-wrap .li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url("https://espressivo-used.com/system_panel/uploads/images/arrow.png") center / contain no-repeat;
  transform: translateY(-50%);
  transition: transform .35s ease;
}

.menu-wrap .li a:hover {
  padding-left: 12px;
  opacity: .65;
}

.menu-wrap .li a:hover::after {
  transform: translate(4px, -50%);
}

.menu-wrap .li p {
  margin: 0;
  letter-spacing: .08em;
}

.menu-wrap .li2 {
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, .35);
}

.menu-wrap .li2 + .li2 {
  margin-top: 10px;
}

.menu-wrap .li2 a {
  min-height: 52px;
  padding-right: 45px;
  padding-left: 15px;
}

.menu-wrap .li2 a:hover {
  padding-left: 20px;
  color: #141318;
  opacity: 1;
  background-color: #fff;
}

.menu-wrap .li2 a:hover::after {
  filter: brightness(0);
}

body:has(.menu-wrap.active) {
  overflow: hidden;
}

@media screen and (max-width: 768px) {


  .menu-wrap {
    width: 100%;
    padding: 105px clamp(25px, 8vw, 60px) 40px;
    box-shadow: none;
  }

  .menu-wrap .li a {
    min-height: 56px;
  }
}

@media screen and (max-width: 576px) {



  .menu-wrap {
    padding: 90px 20px 30px;
  }

  .menu-wrap .li a {
    min-height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-wrap .li2 {
    margin-top: 10px;
  }
}

.more_btn {
  display: flex;
  width: min(100%, 190px);
  min-height: 46px;
  padding: 8px 12px 8px 15px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 2px;
  color: #fff;
  letter-spacing: .08em;
  text-decoration: none;
  transition: border-color .35s ease, background-color .35s ease;
}

.more_btn p {
  margin: 0;
  color: #fff;
  transition: color .35s ease;
}

.more_btn .arrow {
  display: grid;
  width: 27px;
  aspect-ratio: 1;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .18);
  transition: background-color .35s ease, transform .35s ease;
}

.more_btn .arrow img {
  display: block;
  width: 11px;
  height: auto;
  object-fit: contain;
}

.more_btn:hover {
  border-color: #fff;
  background-color: #fff;
}

.more_btn:hover p {
  color: #141318;
}

.more_btn:hover .arrow {
  background-color: #141318;
  transform: translateX(3px);
}
.more_btn2 {
  display: flex;
  width: min(100%, 190px);
  min-height: 46px;
  padding: 8px 12px 8px 15px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 2px;
  color: #fff;
  letter-spacing: .08em;
  text-decoration: none;
  background-color: transparent;
  transition: border-color .35s ease, background-color .35s ease;
}

.more_btn2 p {
  margin: 0;
  color: #fff;
  transition: color .35s ease;
}

.more_btn2 .arrow {
  display: grid;
  width: 27px;
  aspect-ratio: 1;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .18);
  transition: background-color .35s ease, transform .35s ease;
}

.more_btn2 .arrow img {
  display: block;
  width: 11px;
  height: auto;
  object-fit: contain;
}

.more_btn2:hover {
  border-color: #fff;
  background-color: #fff;
}

.more_btn2:hover p {
  color: #102236;
}

.more_btn2:hover .arrow {
  background-color: #102236;
  transform: translateX(3px);
}

.more_btn2.shop_btn {
  border-color: #9d8111;
  background-color: #9d8111;
}

.more_btn2.shop_btn:hover {
  border-color: #fff;
  background-color: #fff;
}

.more_btn2.shop_btn:hover p {
  color: #9d8111;
}

.more_btn2.shop_btn:hover .arrow {
  background-color: #9d8111;
}

.main-wrap {
  overflow: hidden;
}
.nowhite{
    white-space: nowrap;
}

.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #404040;
}
.color2 {
  color: rgba(51, 51, 51, 0.70);
}
.color3 {
  color: ;
}
.bg1{
  position: relative;
  background:
    url("https://espressivo-used.com/system_panel/uploads/images/right1.png") right top / max(42%, 400px) auto no-repeat;
  overflow: hidden;
}
.bg2{
  position: relative;
  background:
    url("https://espressivo-used.com/system_panel/uploads/images/left1.png") left top / max(42%, 400px) auto no-repeat;
  overflow: hidden;
}
.bg3{
  background: #F3EFE4;
}


.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto{
	font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.zenkaku{
	font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.fontmil{
	font-family: "Sorts Mill Goudy", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.fontlato{
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.entitle0 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
        font-weight: 400;
}
.entitle2 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(34px, 5vw, 46px);
  letter-spacing: 0.1rem;
    font-weight: 400;
}
.entitle3 {
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4{
  font-family: "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title0 {
  font-size: clamp(48px, 5.6vw, 80px);
}

.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}

.default_txt1{
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2{
  font-size: clamp(12px, 1.2vw, 14px);
}

.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;
  }
}

html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #141318;
	color: #fff;
}

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: #fff;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */

/* ---------- 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){
}
