<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* RESPONSIVE BOTH---------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "游ゴシック","Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #000000;
}

/* clearfix */
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  .hide_pc {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .hide_sp {
    display: none;
  }
}

.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 10px;
    margin: auto;
  }
}

.contents-inner {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .contents-inner {
    max-width: 720px;
    padding-bottom: 6%;
    margin-left: 2.67%;
    margin-right: 2.67%;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 1.5vw;
  }
}
.header.bg-on {
  background-color: #fbdb05;
}

/*nav----------------- */
.nav {
  max-width: 944px;
  width: 95%;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nav .social p {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav .social p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .nav .social a {
    width: 9vw;
    height: 9vw;
    display: block;
    margin-left: 5%;
  }
}
.nav .social img {
  width: 100%;
}
.nav .social a:hover {
  -webkit-filter: none;
          filter: none;
}
.nav .social span {
  margin-right: 1em;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 940px) {
  .nav .social span {
    font-size: 12px;
    font-weight: bold;
  }
}
.nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .nav .logo {
    padding: 0.5em 0 0;
  }
}
@media screen and (max-width: 768px) {
  .nav .logo a {
    height: auto;
  }
}
.nav .logo a.sol {
  width: 97px;
}
@media screen and (max-width: 768px) {
  .nav .logo a.sol {
    width: 22vw;
  }
}
.nav .logo a.sponser {
  width: 130px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .nav .logo a.sponser {
    width: 26vw;
  }
}
.nav .logo img {
  width: 100%;
}
.nav .logo span {
  margin: 0 0.25em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .nav .logo span {
    padding-right: 0.15em;
    padding-bottom: 0.15em;
    font-size: 4vw;
  }
}

.carousel_slides {
  background-image: url(../img/bk_top_video.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-area {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/background.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .main-area {
    background-image: url(../img/background_sp.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.main-area .main-wrap {
  max-width: 944px;
  margin: 0 auto;
  padding: 60px 0 220px 0;
}
@media screen and (max-width: 750px) {
  .main-area .main-wrap {
    max-width: 720px;
    padding: 6% 2.78% 42% 2.78%;
  }
}
@media screen and (max-width: 550px) {
  .main-area .main-wrap {
    max-width: 550px;
  }
}
.main-area .main-wrap .sp_pop {
  text-align: center;
  margin: 0px auto 6%;
}
@media screen and (max-width: 750px) {
  .main-area .main-wrap .sp_pop {
    width: 50%;
  }
}
.main-area .mv-img {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.main-area .mv-img .popup {
  position: absolute;
  top: -8%;
  left: 10%;
}
@media screen and (max-width: 900px) {
  .main-area .mv-img .popup {
    top: -8%;
    left: 7%;
  }
}
@media screen and (max-width: 900px) and (max-width: 800px) {
  .main-area .mv-img .popup {
    top: -8%;
    left: 1%;
  }
}

.main-area .btn {
  display: table;
  margin: 50px auto;
  background-color: #ffcc00;
  text-align: center;
  border-radius: 5.5em;
}
.main-area .btn a {
  padding: 20px 40px;
  line-height: 1;
  display: block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .main-area .btn {
    margin: 8% auto;
    width: 100%;
  }
  .main-area .btn a {
    font-size: 4.4vw;
    padding: 4% 0%;
    line-height: 1.18;
    display: block;
  }
}
.main-area .main-txt {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .main-area .main-txt {
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.42;
  }
}
.main-area p {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .main-area p {
    font-size: 3.6vw;
    letter-spacing: 0.025em;
    line-height: 1.43;
  }
}
.main-area .contents-area1 {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .main-area .contents-area1 {
    padding: 6% 0 0;
  }
}
.main-area .contents-area1 .contents-inner1 .video-wrap1 {
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-area .contents-area1 .contents-inner1 .video-wrap1 img {
  width: 32%;
  max-width: 299px;
}
@media screen and (max-width: 950px) {
  .main-area .contents-area1 .contents-inner1 .video-wrap1 {
    padding: 0px 10px;
  }
  .main-area .contents-area1 .contents-inner1 .video-wrap1 .img-center {
    margin: 0 10px;
  }
}
.main-area .contents-area1 .contents-inner1 .video-wrap1 .con1-video {
  max-width: 299px;
  width: 32%;
  position: relative;
  padding-bottom: 18%;
}
@media screen and (max-width: 750px) {
  .main-area .contents-area1 .contents-inner1 .video-wrap1 .con1-video {
    width: 0;
    display: none;
  }
}
.main-area .contents-area1 .contents-inner1 .video-wrap1 .con1-video iframe {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 20px;
}
.main-area .contents-area1 .contents-inner1 .video-wrap-sp {
  text-align: center;
  width: 100%;
}
.main-area .contents-area1 .contents-inner1 .video-wrap-sp img {
  display: block;
  width: 100%;
  padding: 1% 2.78%;
}
.main-area .contents-area1 .contents-inner1 .video-wrap-sp .con1-sp-video {
  max-width: 100%;
  width: 95.5%;
  position: relative;
  padding-bottom: 53.8%;
  margin: 0 auto;
  display: inline-block;
}
.main-area .contents-area1 .contents-inner1 .video-wrap-sp .con1-sp-video iframe {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 20px;
}

.contents-area {
  background-image: url(../img/BK_yellow.png);
  padding-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .contents-area {
    background-image: url(../img/bk_yellow_sp.png);
    padding-top: 1.33%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.contents-area .contents-inner .video-wrap {
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-area .contents-inner .video-wrap img {
  width: 32%;
  max-width: 299px;
}
@media screen and (max-width: 950px) {
  .contents-area .contents-inner .video-wrap {
    padding: 0px 10px;
  }
}
.contents-area .contents-inner .video-wrap-sp {
  text-align: center;
  width: 100%;
}
.contents-area .contents-inner .video-wrap-sp img {
  display: block;
  width: 100%;
  padding: 1% 2.78%;
}
.contents-area .contents-inner .mv-txt {
  text-align: center;
  margin: 0 auto;
}
.contents-area .contents-inner .mv-txt img {
  margin: 0 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .mv-txt {
    margin: 4.4% auto 2%;
  }
  .contents-area .contents-inner .mv-txt img {
    padding: 1% 3% 0px 3%;
  }
}
.contents-area .contents-inner .radio-ttl {
  text-align: center;
  margin: 30px auto 10px;
}
.contents-area .contents-inner .radio-ttl img {
  margin: 0 auto;
  padding: 10px 20px;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .radio-ttl {
    margin: 9.33% auto 0px;
  }
  .contents-area .contents-inner .radio-ttl img {
    margin: 0 auto;
  }
}
.contents-area .contents-inner p {
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .contents-area .contents-inner p {
    font-size: 3.2vw;
  }
}
.contents-area .contents-inner .mp3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents-area .contents-inner .mp3-wrap ul.mp3 {
  width: 100%;
  text-align: center;
}
.contents-area .contents-inner .mp3-wrap ul.mp3 li {
  margin: 20px auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}
.contents-area .contents-inner .mp3-wrap ul.mp3 li audio {
  width: 90%;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .mp3-wrap {
    margin-bottom: 4.82%;
  }
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .mp3-wrap {
    display: block;
  }
  .contents-area .contents-inner .mp3-wrap ul.mp3 {
    width: 100%;
    text-align: center;
  }
  .contents-area .contents-inner .mp3-wrap ul.mp3 li {
    margin: 2.8% auto;
    font-size: 3.8vw;
  }
  .contents-area .contents-inner .mp3-wrap ul.mp3 li audio {
    width: 80%;
  }
}
.contents-area .contents-inner .pr-area {
  margin: 50px auto 0;
}
.contents-area .contents-inner .pr-area .pr_logo {
  padding-left: 10px;
  margin: 0 auto 1%;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .pr_logo {
    padding-left: 0;
    margin: 0 auto 1.02%;
    width: 12.5%;
  }
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area {
    margin: 0 auto;
  }
  .contents-area .contents-inner .pr-area .sp_intro_forum {
    display: table;
    padding-left: 2%;
    padding-right: 2%;
  }
  .contents-area .contents-inner .pr-area .sp_intro_forum a {
    display: inline-block;
    width: 47.5%;
  }
  .contents-area .contents-inner .pr-area .sp_intro_forum a img {
    width: 100%;
  }
  .contents-area .contents-inner .pr-area .sp_intro_forum .sp_intro {
    margin-right: 3%;
    margin-bottom: 2.8%;
  }
}
.contents-area .contents-inner .pr-area .online-forum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-area .contents-inner .pr-area .online-forum a img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .online-forum {
    margin: 0 auto;
  }
}
.contents-area .contents-inner .pr-area .intro-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0px;
}
.contents-area .contents-inner .pr-area .intro-school a img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .intro-school {
    margin: 0 auto;
    display: none;
  }
}
.contents-area .contents-inner .pr-area .info-margin {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .info-margin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10%;
  }
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori {
  position: relative;
  margin: 40px auto 0px;
  padding: 2.78%;
  color: #FFFFFF;
  /* 文章色 */
  background-color: #4ac1f9;
  /* 背景色 */
  border: 1px solid #FFFFFF;
  /* 枠線の太さ・色 */
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori {
    margin: 8% auto 0px;
  }
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori .info-title {
  position: absolute;
  font-size: 26px;
  padding-left: 0.6em;
  padding-right: 0.6em;
  left: 35%;
  top: -14%;
  background-color: #4ac1f9;
  /* タイトル背景色 */
  color: #FFFFFF;
  /* タイトル文字色 */
}
@media screen and (max-width: 900px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .info-title {
    font-size: 3.6vw;
    left: 29%;
    top: -14%;
  }
}
@media screen and (max-width: 900px) and (max-width: 800px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .info-title {
    left: 30%;
    top: -12%;
  }
}

@media screen and (max-width: 900px) and (max-width: 800px) and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .info-title {
    font-weight: bold;
    left: 29%;
    top: -6%;
  }
}

.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .abroad {
  margin-left: 3%;
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .abroad img {
  display: block;
}
@media screen and (max-width: 900px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .abroad {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .abroad {
    margin-top: 2%;
  }
}

.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list {
  width: 35%;
  margin: auto;
  text-align: center;
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list ul li {
  width: 24%;
}
.contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list ul li img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad {
    display: block;
  }
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list {
    width: 51.4%;
    margin: 4.78% auto 0px;
    text-align: center;
  }
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list ul {
    width: 100%;
    margin-left: 0;
  }
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list ul li {
    margin-left: 0px;
    margin-right: 0px;
    width: 34%;
  }
  .contents-area .contents-inner .pr-area .info-margin .info-tottori .tottori-abroad .friend_list ul li img {
    width: 74%;
  }
}

/*footer----------------- */
footer {
  padding: 0 0 100px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10vw 0 5vw;
  }
}
footer a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
footer .inner {
  max-width: 860px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 0 4vw;
  }
}

.message {
  padding: 40px 0;
  margin: 0 auto 32px;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .message {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 0;
    margin-bottom: 5vw;
  }
  .message &gt; img {
    margin-bottom: 4vw;
  }
}
.message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .message dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .message dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
  }
}
.message dl dt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .message dl dt {
    width: 20%;
  }
}
.message dl dd {
  font-size: 15px;
  color: black;
}
@media screen and (min-width: 769px) {
  .message dl dd {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message dl dd {
    font-size: 3.4vw;
  }
}
.message dl img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .message dl img {
    width: 40%;
    margin: 4vw 0 2vw;
  }
}
.message:before, .message:after {
  content: "";
  display: block;
  height: 4px;
  border-top: 1px solid #4ac1f9;
  border-bottom: 3px solid #4ac1f9;
}
@media screen and (min-width: 769px) {
  .message:before {
    margin-bottom: 40px;
  }
  .message:after {
    margin-top: 40px;
  }
}

.copyright {
  margin-top: 4px;
  text-align: center;
}
.copyright .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.copyright .logo img {
  width: 130px;
  margin: 0 20px;
}
.copyright .logo .logo-sol {
  width: 97px;
}
.copyright__text {
  margin-top: 5px;
  font-size: 12px;
  color: #4ac1f9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1vw;
    padding-bottom: 20px;
  }
  .copyright__text {
    font-size: 2.8vw;
  }
  .copyright .logo img {
    width: 34vw;
  }
  .copyright .logo .logo-sol {
    width: 28vw;
  }
}

.friend {
  color: #4ac1f9;
}
@media screen and (min-width: 941px) {
  .friend {
    margin: 30px auto 0;
    text-align: center;
  }
}
.friend__heading {
  font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
  font-weight: 600;
  font-style: oblique;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__heading {
    font-size: 2.8vw;
  }
}
.friend__snsHeading {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__snsHeading {
    font-size: 2.8vw;
  }
}
.friend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px auto;
  width: 260px;
}
@media screen and (min-width: 769px) {
  .friend__list {
    width: 38%;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 940px) {
  .friend__list {
    width: 326px;
    margin: 22px auto;
  }
}
.friend__list img {
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 941px) {
  .friend__list img {
    width: 88px;
    height: 88px;
  }
}

.pagetop {
  position: fixed;
  width: 80px;
  height: 80px;
  padding: 18px;
  background-color: #ffcc00;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop svg {
  fill: #FFFFFF;
}
.pagetop:hover {
  background-color: #ffd93f;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 12vw;
    height: 12vw;
    padding: 2.5vw;
  }
}

.kv-bg {
  background-image: url(../img/kv-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  width: 100%;
}

.kv-center {
  max-width: 815px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 40px;
}
@media screen and (max-width: 800px) {
  .kv-center {
    padding: 16% 0 6%;
  }
}

.kv-video {
  display: none;
  max-width: 815px;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.kv-video iframe {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#video-3 {
  display: block;
}

.kv-btn {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .kv-btn {
    margin-top: 6%;
  }
}

.kv-btn a {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #00a5e9;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  width: 140px;
  border-radius: 40px;
  padding: 15px 23px;
}
@media screen and (max-width: 800px) {
  .kv-btn a {
    margin-right: 1.85%;
    margin-left: 1.85%;
    font-size: 3vw;
    padding: 1.5% 4%;
  }
}

.kv-btn a.on {
  background-color: #ffcc00;
  color: #fff;
}

.kv-btn a.off {
  background-color: #b5b1b1;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.slider_bk {
  background-color: #4ac1f9;
  width: 100%;
  padding-bottom: 5%;
}
@media screen and (max-width: 750px) {
  .slider_bk {
    padding-bottom: 6%;
  }
}

@media screen and (max-width: 750px) {
  .slider-con {
    width: 94%;
    margin: 0 auto;
  }
}

.slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slider-item {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .slider-item {
    width: 100vw;
  }
}

.slider-item img {
  width: 98%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .slider-item img {
    width: 94%;
  }
}

.contents-area .contents-inner .ayumu_made_ttl {
  font-size: 23px;
  font-weight: bold;
}

.ayumu_made {
  max-width: 860px;
  margin: 0 auto;
}
.ayumu_made .ayumu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ayumu_made .ayumu_btn .btn1 {
  margin: 30px 20px 25px;
  background-color: #ffcc00;
  border-radius: 5.5em;
}
.ayumu_made .ayumu_btn .btn2 {
  margin: 30px 20px 25px;
  background-color: #ffcc00;
  border-radius: 5.5em;
}
.ayumu_made .ayumu_btn a {
  padding: 15px 30px;
  line-height: 1;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .ayumu_made .ayumu_btn {
    margin: 0 auto;
  }
  .ayumu_made .ayumu_btn .btn1 {
    margin: 6% 2% 6% 0%;
    width: 100%;
    text-align: center;
  }
  .ayumu_made .ayumu_btn .btn2 {
    margin: 6% 0% 6% 2%;
    width: 100%;
    text-align: center;
  }
  .ayumu_made .ayumu_btn a {
    font-size: 3.4vw;
    padding: 4% 0%;
    line-height: 1.18;
    display: block;
  }
}

.ayumu_made_video {
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 0;
}
.ayumu_made_video .ayumu_videos {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding-bottom: 17%;
  /*アスペクト比 16:9の場合の縦幅*/
}
.ayumu_made_video .ayumu_videos iframe {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .ayumu_made_video {
    padding: 0px 10px;
  }
  .ayumu_made_video .video_center {
    padding: 0px 0px 17%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .contents-area .contents-inner .ayumu_made_ttl {
    font-size: 4vw;
    font-weight: bold;
  }

  .ayumu_made {
    max-width: 720px;
  }

  .ayumu_made_video {
    margin: 3% auto 0;
    padding: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ayumu_made_video .ayumu_videos {
    max-width: 100%;
    width: 49%;
    height: 24vw;
    padding: 0;
  }
  .ayumu_made_video .ayumu_videos iframe {
    width: 100%;
  }
  .ayumu_made_video .video_center {
    padding: 0;
    margin: 0;
    margin-bottom: 2%;
  }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>