@charset "UTF-8";

:root {
  --red: #e60012;
  --dark-red: #c40012;
  --beige: #d9d2c0;
  --line: #dedede;
  --text: #222;
  --muted: #666;
  --page-width: 1120px;
  --side-width: 230px;
  --main-width: 860px;
  /*--font-ja: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; */
  --font-ja: "BIZ UDPGothic", "Yu Gothic", "Hiragino Sans", sans-serif;
}

.lower-text,
.overview-list dd,
.business-list li {
  letter-spacing: .02em;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: var(--font-ja);
  font-size: 14px;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover { opacity: .72; }

.site-header {
  background: #fff;
  border-top: 1px solid #cfcfcf;
}

.header-logo-area {
  position: relative;
  max-width: 1120px;
  height: 160px;
  margin: 0 auto;
}

.header-mark {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 130px;
  transform: translateX(-50%);
}

.header-name {
  position: absolute;
  right: 0;
  top: 58px;
  width: 230px;
}

.home-nav {
  height: 50px;
  background: var(--beige);
  font-size: 12px;
}

.home-nav__inner {
  width: var(--page-width);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--side-width) var(--main-width);
  gap: 34px;
}

.home-nav__spacer {
  display: block;
}

.home-nav a {
  display: flex;
  align-items: center;
  height: 100%;
}

.page-wrap {
  max-width: var(--page-width);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: var(--side-width) var(--main-width);
  gap: 34px;
  align-items: start;
}

.side-menu {
  width: var(--side-width);
  padding-left: 0;
}

.side-menu-toggle {
  display: none;
}

.side-block {
  margin-bottom: 30px;
}

.side-block h2 {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: .02em;
  font-weight: 700;
}

.side-block-small h2 {
  font-size: 17px;
}

.side-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-block li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.side-block li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 14px;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
}

.sns-block h2 {
  margin-top: 50px;
}

.sanjo-block h2 {
  margin-top: 50px;
}

.sns-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
}

.sns-icons a {
  display: block;
  width: 36px;
  height: 36px;
}

.sns-icons img {
  display: block;
  width: 100%;
  height: auto;
}

.world-link img {
  width: 125px;
  margin-top: -6px;
}

.world-link h2 {
  margin-top: 50px;
}

.main-column {
  width: var(--main-width);
}

/* carousel */
.main-carousel {
  position: relative;
  width: 860px;
  height: auto;
  margin-bottom: 12px;
  padding-bottom: 18px;
}

.carousel-viewport {
  width: 860px;
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background: #eee;
  border: 1px solid #cfcfcf;
}

.carousel-track,
.carousel-item {
  height: 100%;
}

.carousel-item picture,
.carousel-item img {
  display: block;
  width: 860px;
  height: 280px;
}

.carousel-item img {
  object-fit: cover;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;

  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  gap: 8px;

  margin-top: 0;
  z-index: 10;
}

.carousel-dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #ece5d3;
  cursor: pointer;
  transition: width .25s ease, background-color .25s ease;
}

.carousel-dots button.is-active {
  width: 38px;
  background: var(--red);
}

/* スライド式 */
.carousel-slide .carousel-track {
  display: flex;
  transition: transform 1.0s ease;
}

.carousel-slide .carousel-track.no-transition {
  transition: none;
}

.carousel-slide .carousel-item {
  flex: 0 0 100%;
  min-width: 100%;
  overflow: hidden;
}

.carousel-item picture,
.carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
}

/* クロスフェード式 */
.carousel-fade .carousel-viewport {
  position: relative;
}

.carousel-fade .carousel-track,
.carousel-fade .carousel-item {
  width: 100%;
}

.carousel-fade .carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease;
}

.carousel-fade .carousel-item.is-active {
  opacity: 1;
  z-index: 1;
}

.carousel-item {
  flex: 0 0 100%;
}

.world-message {
  min-height: 318px;
  margin-bottom: 26px;
  padding: 34px 54px;
  background: url("/jpga/assets/img/top/bg_pf.jpg") center center no-repeat;
  background-size: cover;
  border: 1px solid #cfcfcf;
  color: #fff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 38px;
  align-items: center;
}

.world-logo img {
  width: 230px;
  margin-left: 20px;
}

.world-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.world-text h1 {
  margin: 0 0 15px;
  font-size: 45px;
  line-height: 1.15;
  letter-spacing: .05em;
  text-align: left;
  color: #412c0e;
}

.world-text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
  color: #412c0e;
}

.world-button {
  margin-top: 12px !important;
  text-align: left;
}

.world-button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 8px;

  border: 3px dotted #ff6d6d;
  background-color: #fff;
  border-radius: 8px;

  font-size: 19px;
  line-height: 1.2;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease;
}

.world-button a:hover {
  opacity: 1;

  transform: translateY(-3px);

  background-color: #fffdfd;

  box-shadow:
    0 8px 18px rgba(180,80,100,.16);
}

.world-button__dot {
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  flex: 0 0 10px;
}

.world-button__text {
  color: #86642d;
}

.world-button__arrow {
  color: #ff3939;
  font-weight: 900;
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 26px;
  margin-bottom: 62px;
}

.pickup-card {
  border: 3px solid #f3cfd6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;

  box-shadow: 0 3px 12px rgba(180,80,100,.08);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    opacity .25s ease;
}

.pickup-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(180,80,100,.16);
}

.pickup-card__link {
  display: block;
  height: 100%;
}

.pickup-card__link:hover {
  opacity: 1;
}

.pickup-card:hover .pickup-body {
  filter: brightness(1.03);
}

.pickup-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pickup-body {
  padding: 10px 13px 13px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255,210,225,.35),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(190,225,255,.35),
      transparent 40%
    ),
    linear-gradient(
      135deg,
      #fff8fa 0%,
      #f7fbff 100%
    );
  min-height: 116px;
}

.pickup-body h2 {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 8px 0 14px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: .06em;
}

.pickup-body h2 a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pickup-title__dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: var(--red);
  border-radius: 50%;
}

.pickup-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.news-section {
  margin-bottom: 58px;
}

.section-title {
  margin: 0 0 20px;
  padding: 0 0 12px 24px;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid var(--red);
  color: var(--red);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .14em;
}

.news-item {
  padding: 0;
  border-bottom: 1px dotted #cfcfcf;
}

.news-item__link {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 22px;

  padding: 18px 0 22px;

  align-items: start;
}

.news-item.no-image .news-item__link {
  grid-template-columns: 1fr;
  padding-left: 217px;
}

/*.news-item__link:hover {
  opacity: 1;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      #f3eeee 20%,
      #f3eeee 80%,
      transparent 100%
    );
}*/

.news-item img {
  transition:
    transform .25s ease,
    box-shadow .25s ease;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.news-item:hover img {
  transform: translateY(-3px);

  box-shadow:
    0 8px 20px rgba(0,0,0,.12);
}

.news-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

.news-item:hover h3 {
  color: #c40012;
}

/*@media (min-width: 901px) {

  .news-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .news-section .section-title {
    grid-column: 1 / -1;
  }

  .news-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  .news-item__link {
    display: block;
    padding: 0;
  }

  .news-item img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
  }

  .news-item__link > div {
    padding: 14px 16px 18px;
  }

}*/
@media (min-width: 901px) {

  .news-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .news-section .section-title {
    grid-column: 1 / -1;
  }

  .news-item {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    overflow: hidden;

    box-shadow: 0 3px 12px rgba(180,80,100,.08);
  }

  .news-item__link {
    display: block;
    padding: 0;
  }

  .news-item img {
    width: 100%;
    border: 0;
    border-radius: 0;
  }

  .news-item__link > div {
    padding: 12px 14px 16px;
  }

  .news-item h3 {
    font-size: 16px;
  }

  .news-item p {
    font-size: 13px;
    line-height: 1.6;
  }
}



.sponsor-section {
  margin: 0 auto 72px;
  text-align: center;
}

.sponsor-section h2 {
  margin: 0 0 20px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.sponsor-grid {
  display: grid;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sponsor-large {
  grid-template-columns: repeat(3, 1fr);
}

.sponsor-small {
  grid-template-columns: repeat(4, 1fr);
  border-top: 0;
}

.sponsor-grid div {
  min-height: 70px;
  display: grid;
  place-items: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
}


.sponsor-grid a {
  display: block;
  width: 100%;
  height: 100%;
}

.sponsor-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor-small div {
  min-height: 54px;
  font-size: 15px;
}

.sponsor-small img {
  width: 100%;
  height: 100%;
}

.site-footer {
  border-top: 2px solid #d8d4cd;
  padding: 16px 0 30px;

  background-image: url("/jpga/assets/img/common/footerbg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  background-color: #f4efe4;

  color: #777;
  font-size: 13px;
}

@media (max-width: 900px) {

  .site-footer {
    background:
      url("/jpga/assets/img/common/footerbg.jpg")
      left center / auto 100%
      no-repeat;
  }

}

.footer-inner {
  max-width: var(--page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--side-width) var(--main-width);
  gap: 34px;
}

.privacy-link,
.copyright {
  margin: 0;
}

.privacy-link {
  grid-column: 2;
}

.copyright {
  grid-column: 2;
  text-align: center;
}

.privacy-link a {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.privacy-link__mark {
  color: var(--red);
}

.page-top {
  max-width: var(--page-width);
  margin: 0 auto 8px;
  padding: 0 0 6px;
  text-align: right;
  font-size: 15px;
}

.trademark-note {
  grid-column: 2;
  margin: 8px 0 0;
  padding: 10px 14px;
  color: #777;
  background-color: #f7f5ef;
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}

.page-top__mark {
  color: var(--red);
  font-size: 1.2em;
}

.jka-banners {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
}

.jka-banners a {
  display: block;
}

.jka-banners img {
  display: block;
  width: 220px;
  height: auto;
}



.breadcrumb-list {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.breadcrumb-list li {
  color: #333;
}

.breadcrumb-list li + li::before {
  content: ">";
  margin: 0 8px;
  color: var(--red);
}

.breadcrumb-list a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.breadcrumb-list span {
  display: inline-flex;
  align-items: center;
  height: 100%;
}




.external-link::after {
  content: "↗";

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 1.3em;
  height: 1.3em;

  margin-left: .35em;

  background: #f3eeee;
  border: 1px solid #d9baba;
  border-radius: 4px;

  color: #b55;

  font-size: .65em;
  line-height: 1;
}
/*.external-link:hover::after {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}*/



























@media (max-width: 900px) {
  body {
    font-size: 14px;
  }

  .header-logo-area {
    position: relative;
    height: auto;
    padding: 22px 16px 18px;
    display: grid;
    justify-items: center;
    gap: 8px;
  }

  .header-mark,
  .header-name {
    position: static;
    transform: none;
  }

  .header-mark {
    width: 108px;
  }

  .header-name {
    width: 200px;
    max-width: 90%;
    margin: 10px 0 0;
  }

  .home-nav {
    height: 44px;
  }

  .home-nav__inner {
    width: auto;
    margin: 0 16px;
    display: block;
  }

  .home-nav__spacer {
    display: none;
  }

  .home-nav a {
    display: flex;
    align-items: center;
    height: 44px;
  }

  .page-wrap {
    width: auto;
    margin: 22px 16px 0;
    display: block;
  }

  .side-menu,
  .main-column {
    width: auto;
  }

  .side-menu {
    margin-bottom: 22px;
  }

  .side-menu-toggle {
    position: absolute;
    right: 16px;
    top: 28px;
    width: 42px;
    min-height: 42px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--red);
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
  }

  .side-menu-toggle__icon {
    display: grid;
    gap: 5px;
    width: 32px;
  }

  .side-menu-toggle__icon span {
    display: block;
    width: 32px;
    height: 3px;
    background: var(--red);
  }

  .side-menu-toggle__text {
    width: 32px;
    display: block;
    text-align: center;
    letter-spacing: .04em;
  }

  .side-menu-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 16px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    transition: max-height .45s ease, opacity .25s ease, padding-top .35s ease, padding-bottom .35s ease;
  }

  .side-menu-body.is-open {
    max-height: 1600px;
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 4px;
  }

  .side-block {
    margin-bottom: 22px;
  }

  .side-block h2 {
    font-size: 22px;
  }

  .side-block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 18px;
  }

  .main-carousel,
  .carousel-viewport {
    width: 100%;
  }

  /* SP縦長画像を使う場合 */
  .main-carousel.is-sp-vertical .carousel-viewport {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .main-carousel.is-sp-vertical .carousel-item picture,
  .main-carousel.is-sp-vertical .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* PC画像をSPでも使う場合 */
  .main-carousel.is-sp-horizontal .carousel-viewport {
  height: auto;
  aspect-ratio: auto;
  }

  .main-carousel.is-sp-horizontal .carousel-item picture,
  .main-carousel.is-sp-horizontal .carousel-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #fff;
  }



 .world-message {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px 22px;
  text-align: center;
  background: url("/jpga/assets/img/top/bg_pf_sp.jpg") center center no-repeat;
  background-size: cover;
  border: 1px solid #cfcfcf;
  }

 .world-logo {
  position: relative;
  left: -12px;
  }

  .world-text h1 {
    font-size: 34px;
    text-align: center;
  }

  .world-text p {
    font-size: 16px;
  }

  .world-button {
    text-align: center;
  }

  .pickup-grid {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
  }

  .news-item,
  .news-item.no-image {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .news-item img {
    width: 100%;
    height: auto;
  }

  .sponsor-large,
  .sponsor-small {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    display: block;
    margin: 0 16px;
    text-align: center;
  }

  .privacy-link,
  .copyright {
    grid-column: auto;
  }

  .privacy-link {
   text-align: left;
  }

  .copyright {
    margin-top: 8px;
    text-align: center;
  }

  .page-top {
    margin-right: 16px;
  }

 .trademark-note {
   grid-column: auto;
   margin-top: 10px;
   text-align: left;
  }
  
 .jka-banners {
  grid-column: auto;
  flex-direction: column;
  align-items: center;
  gap: 12px;
 }

 .jka-banners img {
  width: 200px;
 }

  .news-item__link,
  .news-item.no-image .news-item__link {
    grid-template-columns: 1fr;
    padding-left: 0;
  }








  
}









@media (max-width: 560px) {
  .side-block ul {
    grid-template-columns: 1fr;
  }

  .world-text h1 {
    font-size: 30px;
  }

  .pickup-body h2 {
    font-size: 21px;
  }

  .section-title {
    font-size: 17px;
  }

  .sponsor-large,
  .sponsor-small {
    grid-template-columns: repeat(2, 1fr);
  }

  .sponsor-grid div {
    font-size: 17px;
  }

  
 .sponsor-grid a {
  display: block;
  width: 100%;
  height: 100%;
  }

 .sponsor-grid img {
    width: 100%;
    height: 100%;
  }

  .sponsor-small div {
    font-size: 13px;
  }

 .world-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
 }

 .world-text-inner {
  margin-left: 0;
  margin-top: 0;
  text-align: center;
 }

 .world-text-inner p {
  text-align: center;
 }

 .world-button {
  text-align: center;
 }




  


}








@media (min-width: 901px) {

  .world-text-inner {
  position: relative;
  margin-left: 20px;
  margin-top: 5px;
  }

}










@media print {

  .side-menu {
    display: none !important;
  }

  .page-wrap {
    display: block !important;
  }

  .main-column {
    width: 100% !important;
  }

}


@media print {

  body#top {
    min-width: 1120px !important;
  }

  body#top .header-logo-area {
    height: 160px !important;
    display: block !important;
  }

  body#top .header-mark {
    position: absolute !important;
    left: 50% !important;
    top: 18px !important;
    width: 130px !important;
    transform: translateX(-50%) !important;
  }

  body#top .header-name {
    position: absolute !important;
    right: 0 !important;
    top: 58px !important;
    width: 230px !important;
  }

  body#top .side-menu-toggle {
    display: none !important;
  }

  body#top .page-wrap {
    width: 1120px !important;
    max-width: 1120px !important;
    display: grid !important;
    grid-template-columns: var(--side-width) var(--main-width) !important;
    gap: 34px !important;
  }

  body#top .side-menu {
    display: block !important;
    width: var(--side-width) !important;
  }

  body#top .side-menu-body {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body#top .side-block ul {
    display: block !important;
  }

  body#top .main-column {
    width: var(--main-width) !important;
  }

  body#top .main-carousel,
  body#top .carousel-viewport {
    width: 860px !important;
  }

  body#top .carousel-viewport {
    height: 280px !important;
  }

  body#top .carousel-item picture,
  body#top .carousel-item img {
    width: 860px !important;
    height: 280px !important;
    object-fit: cover !important;
  }

  body#top .world-message {
    grid-template-columns: 260px 1fr !important;
    gap: 38px !important;
    padding: 34px 54px !important;
    text-align: left !important;
  }

  body#top .pickup-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body#top .news-item {
    grid-template-columns: 195px 1fr !important;
    padding-left: 0 !important;
  }

  body#top .page-wrap,
  body#top .home-nav__inner,
  body#top .header-logo-area,
  body#top .footer-inner {
    transform: scale(.93);
    transform-origin: top left;
  }

  body#top {
    width: 1120px !important;
  }


}





@media (min-width: 901px) {
 .lower-page-body .side-menu {
  position: sticky;
  top: 24px;
  }
}