@charset "utf-8";
html {
  font-size: 62.5%;
  background-color: #FFF;
}
a:link {
  color: #76956b;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #76956b;
  text-decoration: underline;
}
a:hover {
  color: #76956b;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #666;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media print {
  body {
    display: none;
  }
}
hr {
  width: 100%;
  border: solid 1px #7d7d7d;
  margin: 40px 0;
}
.center {
  text-align: center;
  margin-top: 10px;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
picture {
  display: block;
}
.pc_none {
  display: none;
}
.maT10 {
  margin-top: 10px;
}
.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
body {
  font-size: 2rem;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
/* ページ自体をふわっと表示 */
body {
  animation: fadein 1s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* header
------------------------------------------------- */
header {
  padding: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn_online a {
  width: 34px;
  height: 34px;
  background-color: #76206d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
/* main
------------------------------------------------- */
main {
  background-color: #99cffe;
  padding: 100px 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main img {
  filter: drop-shadow(0px 0px 10px #99cffe);
  margin-left: -160px;
}
#sky {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  height: 100vh;
  z-index: -10;
}
/* 背景ループアニメーション */
#sky:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/paper_bg1.webp");
  background-size: 2000px 950px;
  animation: bgiLoop 7s linear infinite;
  z-index: -1;
}
@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 950px;
  }
}
#sky:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/paper_bg2.webp");
  background-size: 2000px 950px;
  animation: bgiLoop2 10s linear infinite;
  z-index: -2;
}
@keyframes bgiLoop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 950px;
  }
}
/* 愛され続けて「６０年」
------------------------------------------------- */
section.thanks {
  padding: 100px 4%;
  background-image: url("../images/thanks_bg.webp");
  background-repeat: repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: -2;
}
.cloud1 {
  position: absolute;
  top: 15%;
  right: -230px;
  z-index: -1;
}
.cloud2 {
  position: absolute;
  top: 35%;
  left: calc(50% - 780px);
  z-index: -1;
}
.cloud3 {
  position: absolute;
  bottom: 40%;
  right: calc(50% - 750px);
  z-index: -1;
}
.cloud4 {
  position: absolute;
  bottom: 15%;
  left: 170px;
  z-index: -1;
}
ul.seiun_navi {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 140px;
}
ul.seiun_navi img {
  max-width: 100%;
  height: auto;
}
section.thanks h1 {
  font-weight: 500;
  font-size: 46px;
  color: #FFF;
  text-shadow: 0px 0px 30px rgba(89, 170, 198, 0.7);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
section.thanks h1 span {
  font-size: 50px;
}
section.thanks h1 strong {
  font-size: 60px;
  letter-spacing: 0.1em;
}
section.thanks article {
  background-color: #FFF;
  padding: 100px 50px;
  max-width: 1000px;
  border-radius: 10px;
  margin: 160px auto;
  font-size: 2.2rem;
  position: relative;
}
.seiunkun1 {
  position: absolute;
  top: -130px;
  right: 10px;
}
section.thanks article strong {
  display: block;
  font-size: 38px;
  color: #1a0d9d;
  font-weight: 900;
  margin: 20px 0;
}
section.thanks article h2 {
  display: block;
  font-size: 54px;
  color: #1a0d9d;
  font-weight: 900;
  margin-top: 50px;
}
.splide {
  padding: 0 5rem;
}
ul.lineup {
  list-style: none;
}
ul.lineup li span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #1d2088;
  color: #FFF;
  line-height: 1.5;
  border-radius: 10px;
  padding: 2px 5px;
}
ul.lineup li a {
  text-decoration: none;
}
ul.lineup li a:hover span{
  background-color: #2428ac;
}
.splide__arrow {
  background: #0e3b4b;
  height: 3em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  width: 3em;
}
.splide__arrow--prev {
  left: -2.5rem;
}
.splide__arrow--next {
  right: -2.5rem;
}
.splide__arrow svg {
  fill: #fff;
  height: 1.4em;
  width: 1.4em;
}
/* 青雲のヒストリー
------------------------------------------------- */
section.seiun {
  text-align: center;
}
.seiun_bg {
  background-color: #fff0b4;
  background-image: url("../images/seiun_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 4% 1px;
}
dl.blue_cloud {
  max-width: 1050px;
  margin: 80px auto 0;
  padding: 50px;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  text-align: left;
  line-height: 2;
}
dl.blue_cloud dt {
  width: 53%;
  margin-top: 20px;
}
dl.blue_cloud dt span {
  display: block;
  font-size: 50px;
  color: #024487;
  border-bottom: solid 2px #024487;
  font-weight: 900;
  margin-bottom: 15px;
}
dl.blue_cloud dd {
  width: 42%;
}
dl.blue_cloud dd img {
  width: 100%;
  height: auto;
}
.history {
  padding: 200px 4% 50px;
  background-color: #fdffec;
  position: relative;
}
.history:before {
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 240, 180, 1) 0%, rgba(253, 255, 236, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
h1.blue_h1 {
  font-size: 46px;
  font-weight: 900;
  color: #024487;
}
h2.blue_h2 {
  font-size: 34px;
  font-weight: 700;
  color: #024487;
  margin-bottom: 40px;
}
.inline_wrap {
  max-width: 1050px;
  margin: 100px auto 50px;
  height: 800px;
  overflow-y: auto;
  background-color: #FFF;
  background-image: url("../images/history_bg.webp");
  background-repeat: no-repeat;
  background-position: right 10px top 250px;
  padding: 40px 20px;
  line-height: 1.5;
}
dl.year {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 40px;
  position: relative;
}
dl.year dt {
  background-color: #024487;
  color: #FFF;
  font-weight: 600;
  width: 200px;
  text-align: center;
  padding: 10px 5px;
  line-height: 1;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
dl.year:before {
  position: absolute;
  top: 0;
  left: 98px;
  background-color: #024487;
  width: 5px;
  height: 100%;
  content: "";
  z-index: 1;
}
.inline_wrap dl.year:last-child:before {
  content: none;
}
dl.year dd {
  border-radius: 10px;
  background-color: #FFF;
  border: solid 4px #024487;
  width: calc(100% - 250px);
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-size: 1.8rem;
}
dl.year dd h3 {
  font-weight: 600;
  margin-bottom: 30px;
  border-left: 10px solid #024487;
  padding-left: 10px;
  width: 100%;
  font-size: 2rem;
}
dl.year dd h3 strong {
  font-weight: 600;
  font-size: 29px;
}
dl.year dd h4 {
  font-weight: 600;
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.flex_left {
  width: calc(100% - (290px + 5%));
  line-height: 1.7;
}
div.more {
  width: 290px;
  font-size: 1.7rem;
}
div.more img {
  margin: auto;
  display: block;
}
button.btn {
  background-color: #024487;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
  display: block;
  text-decoration: none;
  border-radius: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  width: 100%;
  padding: 4px 5px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.8rem;
}
button.btn:hover {
  background-color: #1f60a3;
}
dl.year dd ul {
  list-style: none;
}
dl.year dd ul li strong {
  font-weight: 600;
  font-size: 26px;
}
.seiunkun2 {
  padding-bottom: 240px !important;
}
.seiunkun2_ill {
  position: absolute;
  bottom: 40px;
  left: 55%;
}
/* CM
------------------------------------------------- */
section.cm {
  padding: 100px 4% 250px;
  text-align: center;
}
ul.youtube {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 100px auto;
  max-width: 1050px;
  font-size: 1.8rem;
}
ul.youtube li {
  width: 100%;
  aspect-ratio: 16 / 9;
  text-align: left;
}
ul.youtube li iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 5px;
}
.lyrics {
  max-width: 550px;
  margin: auto;
  background-color: #fffeee;
  border: solid 3px #ffe2b8;
  padding: 40px 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.2;
  position: relative;
}
.lyrics h2 {
  font-size: 46px;
  font-weight: 900;
}
.lyrics p {
  margin-bottom: 30px;
}
.seiunkun5 {
  position: absolute;
  bottom: -180px;
  right: -120px;
}
.jasrac{
	font-size: 1.5rem;
	margin-top: 30px;
}
.jasrac span{
	display: block;
	margin-bottom: 5px;
}
/* 豆知識
------------------------------------------------- */
section.trivia {
  padding: 100px 4%;
  background-image: url("../images/trivia_bg.webp");
}
h1.trivia_h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 70px;
  text-align: center;
}
h1.trivia_h1 span {
  background-image: url("../images/trivia_border.webp");
  display: inline-block;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.trivia_box {
  max-width: 1050px;
  margin: auto;
  background-color: #FFF;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 60px;
  box-shadow: 20px 20px 5px 0px rgba(0, 0, 0, 0.08);
}
h2.trivia_h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 35px;
}
h2.trivia_h2 span {
  background-image: url("../images/trivia_border.webp");
  display: inline-block;
  padding: 0 20px 10px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
dl.trivia_flex {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
dl.trivia_flex dt {
  width: 56%;
}
dl.trivia_flex dd {
  width: 40%;
  text-align: center;
}
dl.trivia_flex dd img{
  max-width: 100%;
  height: auto;
}
.violet_box {
  max-width: 1050px;
  margin: auto;
  background-color: #FFF;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 60px;
  border: solid 5px #8a0682;
}
.violet_box dl.trivia_flex dt {
  width: 65%;
}
.violet_box dl.trivia_flex dd {
  width: 33%;
}
h3.trivia_h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 900;
}
h3.trivia_h3 span {
  background: linear-gradient(transparent 80%, #d913f1 80%);
}
h3.trivia_h3 span {
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
/* キャンペーン
------------------------------------------------- */
section.campaign {
  padding: 100px 4%;
  background-image: url("../images/campaign_bg.webp");
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.campaign_box {
  max-width: 1050px;
  margin: auto;
  background-color: #FFF;
  padding: 50px;
  border-radius: 30px;
  margin-bottom: 60px;
  border: solid 5px #185d9e;
}
.campaign_box p {
  font-weight: 900;
}
.small {
  font-size: 2.2rem;
  margin-top: 30px;
}
.present_box {
  margin-top: 100px;
  background-color: #e5ffff;
  padding: 0 50px 50px 50px;
  border-radius: 20px;
  border: solid 5px #185d9e;
  background-image: linear-gradient(#e5ffff, #c9f0f8);
  position: relative;
}
.present_box h2 {
  margin-top: -30px;
  margin-bottom: 40px;
}
.present_box h2 span {
  background-color: #024487;
  color: #FFF;
  font-size: 26px;
  padding: 2px 20px;
  display: inline-block;
}
.present_box h2 i {
  display: none;
}
.cam_flex {
  display: flex;
  justify-content: space-between;
}
.cam_flex .sample {
  max-width: 59%;
  margin-left: 1%;
}
.cam_flex .sample img {
  width: 100%;
  height: auto;
}
.cam_flex ul {
  list-style: none;
  text-align: left;
  font-weight: 700;
  color: #024487;
}
.cam_flex ul li {
  position: relative;
  margin-bottom: 50px;
}
.cam_flex ul li:last-child {
  margin-bottom: 20px;
}
.cam_flex ul li:after {
  position: absolute;
  content: "＋";
  font-size: 40px;
  font-weight: 900;
  color: #024487;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.cam_flex ul li img {
  display: block;
}
.cam_flex ul li:last-child:after {
  content: none;
}
.btn_cam a {
  background-color: #034689;
  padding: 10px 110px 10px 100px;
  border-radius: 5px;
  border: solid 3px #024487;
  background-image: linear-gradient(#28b6f1, #034689);
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
}
.btn_cam a span {
  display: block;
  font-size: 38px;
}
.btn_cam a:after {
  content: "";
  background-image: url("../images/btn_star.png");
  background-size: 45px 44px;
  width: 45px;
  height: 44px;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 999;
}
.bnr_cam img{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-top: 20px;
}
/* footer
------------------------------------------------- */
footer {
  margin: 70px 0 30px 0;
  font-size: 1.5rem;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  list-style: none;
}
#f_logo {
  text-align: center;
  margin-bottom: 20px;
}
address {
  text-align: center;
  font-style: normal;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
footer a:link {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.4s;
}
footer a:visited {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  color: #331577;
  text-decoration: underline;
}
/* モーダル
------------------------------------------------- */
body.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  animation: fadeIn 0.3s ease forwards;
}
.modal.show {
  display: flex;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-content {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  animation: contentFade 0.4s ease forwards;
}
@keyframes contentFade {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
.modal-content h2 {
  text-align: center;
  font-size: 30px;
  color: #024487;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-content p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2;
}




