@charset "utf-8";

/*PC（751px以上）*/

@media screen and (min-width: 750px) {

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* イベント */
  .top-event {
    width: 100%;
    background-color: #ffffcc;
    padding: 100px 0;
  }

  .top-event img {
    display: block;
    width: 100%;
  }

  .top-event-contents {
    width: 98%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }

  .top-event-contents li {
    width: 45%;
    margin: 0 auto;
  }

  .top-event-contents li:nth-of-type(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .top-event-contents li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #000066;
    border-radius: 3vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
    line-height: 3;
  }  

  .love-cp-title {
    background-color: #000066;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 2.5;
  }

  .love-cp-period {
    border: #000066 solid 5px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
    line-height: 3;
    color: #000;
  }

  .love-cp-place {
    border: #000066 solid 5px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 1vw;
  }

  .love-cp-place li:nth-of-type(1) {
    width: 30%;
  }

  .top-sr {
    width: 100%;
    background-color: #fff;
    padding: 3vw 0;
  }

  .top-sr h2 {
    margin: 0 auto;
    width: 95%;
    padding: 1.8vw;
    font-size: 3vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #003300;
    letter-spacing: 0.1vw;
  }

  .top-sr p {
    width: 95%;
    margin: 0 auto;
    background-color: #e6ffe9;
    padding: 0.5vw 0.2vw;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
  }

  .top-sr p a {
    font-size: 28px;
    color: #770000;
  }

  .top-sr .attention {
    width: 95%;
    margin: 0 auto;
    background-color: #e6ffe9;
    padding: 1vw 0.5vw;
    font-size: 18px;
    font-weight: weight;
    color: #111;
    line-height: 1.5;
  }
  

  /* 2023.11.28ページ遷移ボタン */
  #page-senni-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 8px;
    display: none;
  }

  #page-senni-button:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  .top-area {
    background-color: #fff;
  }

  .topimage {
    width: 100%;
  }

  .top-image img {
    display: block;
    width: 100%;
  }

  .top-sentence {
    width: 90%;
    margin: 0 auto;
    background-color: #DDFFFF;
    border-radius: 10px;
    padding: 20px 0;
    font-size: 2.3vw;
    text-align: center;
    color: #000;
  }

  .top-evidence {
    width: 90%;
    margin: 0 auto;
  }

  .top-evidence ul {
    display: flex;
    justify-content: space-between;
  }

  .top-evidence ul li {
    width: 48%;
  }

  .top-evidence ul li h3 {
    padding: 1em;
    border-top: 2px solid #42AAC7;
    border-bottom: 2px solid #42AAC7;
    background: #BBFFFF;
    letter-spacing: 3px;
    font-size: 1.7vw;
    text-align: center;
    font-weight: bold;
    color: #111;
  }

  .top-evidence-num {
    padding: 50px;
    text-align: center;
    font-size: 2vw;
    color: #F00;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #DDFFFF;
  }

  .top-evidence-num span {
    font-size: 4vw;
  }

  .second-contents {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }

  .second-contents-top {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .second-contents-top li:nth-child(1) {
    width: 15%;
  }

  .second-contents-top li:nth-child(2) {
    width: 85%;
  }

  .second-contents-top li h2 {
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
  }

  .second-strength {
    width: 60%;
    margin: 0 auto;
  }

  .second-strength img {
    border-radius: 20px;
  }

  .second-contents-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .second-contents-sub {
    width: 49%;
  }

  .second-contents-sub-title {
    font-size: 1.9vw;
    font-weight: bold;
    color: #0000aa;
    text-align: center;
    background-color: #ffffdd;
    padding: 25px 5px;
  }

  .second-contents-sub:nth-of-type(1),
  .second-contents-sub:nth-of-type(2) {
    margin-bottom: 30px;
  }

  .second-contents-sub-explain {
    font-size: 22px;
    color: #000;
    line-height: 1.7;
    background-color: #ffffee;
    padding: 18px;
  }

  /* 2023.11.28追加　メニュー遷移 */
  .top-change {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #fff;
  }

  .top-change h2 {
    position: relative;
    padding: 1rem .5rem;
    width: 90%;
    margin: 0 auto;
    font-size: 2vw;
    text-align: center;
    line-height: 3vw;
  }

  .top-change h2:before, .top-change h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
  }

  .top-change h2:before {
      top: 0;
  }

  .top-change h2:after {
      bottom: 0;
  }

  .top-change ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .top-change ul li {
    width: 48%;
  }

  .top-change ul li:nth-of-type(1) a {
    background-color: #ffeeef;
    padding: 0.8vw;
    border-radius: 20px;
    line-height: 1.5;
    text-align: center;
    color: #ff0066;
    font-weight: bold;
    font-size: 2vw;
    letter-spacing: 0.1vw;
    display: block;
    box-shadow: 0px 10px #ffaaff;
  }

  .top-change ul li:nth-of-type(1) a:hover {
    position: relative;
    top:10px;
    box-shadow: none;
    opacity: unset;
    cursor: pointer;
  }

  .top-change ul li:nth-of-type(2) a {
    background-color: #e4fffb;
    padding: 0.8vw;
    border-radius: 20px;
    line-height: 1.5;
    text-align: center;    
    color: #0000cc;
    font-weight: bold;
    font-size: 2vw;
    letter-spacing: 0.1vw;
    display: block;
    box-shadow: 0px 10px #66ffff;
  }

  .top-change ul li:nth-of-type(2) a:hover {
    position: relative;
    top: 10px;
    box-shadow: none;
    opacity: unset;
    cursor: pointer;
  }

  /* 2024.05.04追加 */
  .royal-menu {
    width: 80%;
    margin: 50px auto 0 auto;
  }

  .royal-menu-content {
    padding: 2% 0;
    width: 48%;
    display: block;
    margin: 0 auto;
  }

  .royal-menu-content:nth-of-type(1) {
    background-image: url('../images/top/member-haikei.jpg');
    background-size: cover;
  }

  .royal-menu-content h3 {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    text-align: center;
    font-size: 1.5vw;
    color: #fff;
    line-height: 1.5;
  }

  .royal-menu-content h2 {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    text-align: center;
    font-size: 2vw;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .royal-menu-content p {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    text-align: center;
    font-size: 1.5vw;
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.5;
  }

}

/*SP（750px以下）*/

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* イベント */
  .top-event {
    width: 100%;
    background-color: #ffffcc;
    padding: 100px 0;
  }

  .top-event img {
    display: block;
    width: 100%;
  }

  .top-event-contents {
    width: 98%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
  }

  .top-event-contents li {
    width: 100%;
    margin: 0 auto;
  }

  .top-event-contents li:nth-of-type(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .top-event-contents li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #000066;
    border-radius: 3vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 3;
  }  

  .love-cp-title {
    background-color: #000066;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 2.5;
  }

  .love-cp-period {
    border: #000066 solid 5px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    line-height: 3;
    color: #000;
  }

  .love-cp-place {
    border: #000066 solid 5px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 1vw;
  }

  .love-cp-place li:nth-of-type(1) {
    width: 50%;
  }

  .top-sr {
    width: 100%;
    background-color: #fff;
    padding: 10vw 0;
  }

  .top-sr h2 {
    margin: 0 auto;
    width: 98%;
    padding: 3vw;
    font-size: 6.5vw;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #003300;
    letter-spacing: 0.5vw;
  }

  .top-sr p {
    width: 98%;
    margin: 0 auto;
    background-color: #e6ffe9;
    padding: 3vw 1.5vw;
    font-size: 20px;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
  }

  .top-sr p a {
    font-size: 24px;
    color: #770000;
  }

  .top-sr .attention {
    width: 98%;
    margin: 0 auto;
    background-color: #e6ffe9;
    padding: 3vw 1.5vw;
    font-size: 16px;
    font-weight: weight;
    color: #111;
    line-height: 1.5;
  }  

  /* 2023.11.28ページ遷移ボタン */
  #page-senni-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 8px;
    display: none;
    font-size: 20px;
  }

  #page-senni-button:hover {
    opacity: 0.8;
    cursor: pointer;
  }  

  .top-area {
    background-color: #fff;
  }

  .topimage {
    width: 100%;
  }

  .top-image img {
    display: block;
    width: 100%;
  }

  .top-sentence {
    width: 98%;
    margin: 0 auto;
    background-color: #DDFFFF;
    border-radius: 10px;
    padding: 20px 0;
    font-size: 5vw;
    text-align: center;
    color: #000;
    line-height: 1.5;
  }

  .top-evidence {
    width: 100%;
    margin: 0 auto;
  }

  .top-evidence ul {
    display: flex;
    flex-direction: column;
  }

  .top-evidence ul li {
    width: 98%;
    margin: 0 auto;
  }

  .top-evidence ul li:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .top-evidence ul li h3 {
    padding: 1em;
    border-top: 2px solid #42AAC7;
    border-bottom: 2px solid #42AAC7;
    background: #BBFFFF;
    letter-spacing: 3px;
    font-size: 3.8vw;
    text-align: center;
    font-weight: bold;
    color: #111;
  }

  .top-evidence-num {
    padding: 30px;
    text-align: center;
    font-size: 7vw;
    color: #F00;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #DDFFFF;
  }

  .top-evidence-num span {
    font-size: 10vw;
  }

  .second-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;

  }

  .second-contents-top {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .second-contents-top li:nth-child(1) {
    width: 30%;
  }

  .second-contents-top li:nth-child(2) {
    width: 70%;
  }

  .second-contents-top li h2 {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .second-strength {
    width: 100%;
    margin: 0 auto;
  }

  .second-contents-main {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
  }

  .second-contents-sub {
    width: 100%;
  }

  .second-contents-sub-title {
    font-size: 5vw;
    font-weight: bold;
    color: #0000aa;
    text-align: center;
    background-color: #ffffdd;
    padding: 15px 5px;
    line-height: 1.4;
  }

  .second-contents-sub:nth-of-type(1),
  .second-contents-sub:nth-of-type(2),
  .second-contents-sub:nth-of-type(3) {
    margin-bottom: 10px;
  }

  .second-contents-sub-explain {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    background-color: #ffffee;
    padding: 15px;
  }

  /* 2023.11.28追加　メニュー遷移 */
  .top-change {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
  }

  .top-change h2 {
    position: relative;
    padding: 1rem .5rem;
    width: 90%;
    margin: 0 auto;
    font-size: 4.5vw;
    text-align: center;
    line-height: 5.5vw;
  }

  .top-change h2:before, .top-change h2:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
  }

  .top-change h2:before {
      top: 0;
  }

  .top-change h2:after {
      bottom: 0;
  }  

  .top-change ul {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .top-change ul li {
    width: 48%;
  }

  .top-change ul li:nth-of-type(1) a {
    background-color: #ffeeef;
    padding: 0.8vw;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;
    color: #ff0066;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    display: block;
    box-shadow: 0px 10px #ffaaff;
  }

  .top-change ul li:nth-of-type(1) a:hover {
    position: relative;
    top:10px;
    box-shadow: none;
    opacity: unset;
    cursor: pointer;
  }

  .top-change ul li:nth-of-type(2) a {
    background-color: #e4fffb;
    padding: 0.8vw;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;    
    color: #0000cc;
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    display: block;
    box-shadow: 0px 10px #66ffff;
  }

  .top-change ul li:nth-of-type(2) a:hover {
    position: relative;
    top: 10px;
    box-shadow: none;
    opacity: unset;
    cursor: pointer;
  }

  /* 2024.05.04追加 */
  .royal-menu {
    width: 90%;
    margin: 20px auto 0 auto;
  }

  .royal-menu-content {
    padding: 6% 0;
    width: 100%;
    display: block;
  }

  .royal-menu-content:nth-of-type(1) {
    background-image: url('../images/top/member-haikei.jpg');
    background-size: cover;
  }

  .royal-menu-content h3 {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    line-height: 1.5;
  }

  .royal-menu-content h2 {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    text-align: center;
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .royal-menu-content p {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    text-align: center;
    font-size: 4vw;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.5;
  }

}