@charset "UTF-8";
@font-face {
    font-family: 'M PLUS 1p';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('M PLUS 1p'), url('../../fonts/beeboat/MPLUS1p-Medium.woff') format('woff2');
}
@font-face {
    font-family: 'M PLUS 1p';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('M PLUS 1p'), url('../../fonts/beeboat/MPLUS1p-Black.woff') format('woff2');
}
@-webkit-keyframes fv_txt {
  0% {
    left: 100vw; }
  100% {
    left: 2%; } }
@keyframes fv_txt {
  0% {
    left: 100vw; }
  100% {
    left: 2%; } }

@-webkit-keyframes fv_txt_min768 {
  0% {
    left: 100vw; }
  100% {
    left: 5%; } }

@keyframes fv_txt_min768 {
  0% {
    left: 100vw; }
  100% {
    left: 5%; } }

@-webkit-keyframes fv_bee {
  0% {
    right: 100vw;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  80% {
    right: -10%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    right: -10%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes fv_bee {
  0% {
    right: 100vw;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  80% {
    right: -10%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    right: -10%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes fv_men {
  0% {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes fv_men {
  0% {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flexibility {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes flexibility {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  2% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  4% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  6% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  8% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  2% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  4% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  6% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  8% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes left_in {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@keyframes left_in {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

.opacity {
  opacity: 0;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }

.inShake {
  -webkit-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-animation: shake 2s ease .5s infinite normal forwards;
  animation: shake 2s ease .5s infinite normal forwards; }

.left_in {
  position: relative;
  overflow: hidden; }
  .left_in .inner_content {
    position: relative;
    left: -100%; }
  .left_in .left_in_content {
    -webkit-animation: left_in .5s ease 0s 1 normal forwards;
    animation: left_in .5s ease 0s 1 normal forwards; }

.padding20_0 {
  padding: 20px 0; }

/* Result */
.result-txt {
  font-size: 0.5em;
  color: #fff;
  margin: auto;
  max-width: 800px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.8;
}

@media(max-width: 768px) {
    .result-txt {
        font-size: 0.4em;
    }
}

/*--------------------------------
.bottom_in{
	position:relative;
	overflow: hidden;
	.bottom_in_content{
		position:absolute;
		top:100%;
		opacity:0;
		transition: 2s;
	}
}
-----------*/
/*共有クラス------------------------------------------

.sorting_left{
	text-align: left;
	display: inline-block;
	margin:auto;

}

.font_s80{font-size:.8rem;}
.font_s90{font-size:.9rem;}
.font_s110{font-size:1.1rem;}
.font_s120{font-size:1.2rem;}
.font_s160{font-size:1.6rem;}
.font_s180{font-size:1.8rem;}

.font_w300{font-weight: 300}
.font_w500{font-weight: 500}
.font_w900{font-weight: 900}

.txt_c{text-align: center}

.txt_shd_red1{text-shadow:
	0 0 2px $red1,
	0 0 5px $red1,
	0 0 5px $red1,
	0 0 10px $red1,
	0 0 15px $red1,
	0 0 15px $red1,
	0 0 20px $red1;}

.txt_shd_blk1{text-shadow:
	0 0 2px #000,
	0 0 5px #000,
	0 0 10px #000}

.pd_20_10{padding:20px 10px;}

.mg_10_auto{margin:10px auto;}

.width80{width:80%}
.width90{width:90%}

@media screen and (min-width: 800px){
	.pc_content{
		max-width:800px;
		margin:auto;
	}
}
*/
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  word-break: break-word;
  line-height: inherit;
  font: inherit;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 16px; }

body {
  height: 100%;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  line-height: 1.6;
  text-align: center;
  background: #000000;
  color: #000000; }

input[type=checkbox] {
  display: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

b {
  font-weight: bold; }

a,
button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer; }

.wrapp {
  width: 100%;
  min-height: 100%;
  position: relative; }

/*header------------------------------------*/
header {
  height: 80px;
  background: #71ea30 url("../../images/beeboat/bg1.jpg") top left repeat-x;
  background-size: auto 100%;
  overflow: hidden;
  border-bottom: 10px solid #000; }
  header section {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header section h1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      text-align: left; }
      header section h1 img {
        height: 70px; }
    header section p {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      text-align: right;
      padding: 5px; }
      header section p img {
        height: 60px; }

/*------------------------------------------*/
/*main--------------------------------------*/
main section {
  margin: 0 auto;
  max-width: 1000px; }

main .firstView {
  background: url("../../images/beeboat/fv_bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  height: 350px;
  max-width: 100vw;
  overflow: hidden; }
  main .firstView img[class^="layer"] {
    position: absolute; }
  main .firstView .layer1 {
    left: 100vw;
    top: 2%;
    z-index: 1;
    max-height: 25%;
    max-width: 70%; }
  main .firstView .layer2 {
    left: 100vw;
    top: 22%;
    z-index: 10;
    max-height: 28%;
    max-width: 70%; }
  main .firstView .layer3 {
    right: 100vw;
    top: 28%;
    z-index: 1;
    max-width: 60%;
    max-height: 50%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  main .firstView .layer4 {
    left: 0;
    bottom: 0;
    z-index: 10;
    max-height: 50%;
    max-width: 60%;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  main .firstView .layer5 {
    right: -5%;
    bottom: 0;
    z-index: 1;
    max-width: 66%;
    max-height: 60%;
    opacity: 0; }
  @media screen and (min-width: 500px) {
    main .firstView {
      height: 500px; } }
  @media screen and (min-width: 768px) {
    main .firstView {
      height: 700px; }
      main .firstView .layer1 {
        top: 2%;
        max-height: 30%;
        max-width: 50%; }
      main .firstView .layer2 {
        top: 18%;
        max-height: 40%;
        max-width: 70%; }
      main .firstView .layer3 {
        top: 25%;
        max-width: 50%; } }
  @media screen and (min-width: 1000px) {
    main .firstView .layer5 {
      right: auto;
      left: 55%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 10px; } }

main .inFirstView .layer1 {
  -webkit-animation: fv_txt .5s ease 0s 1 normal forwards;
  animation: fv_txt .5s ease 0s 1 normal forwards; }

main .inFirstView .layer2 {
  -webkit-animation: fv_txt .5s ease .8s 1 normal forwards;
  animation: fv_txt .5s ease .8s 1 normal forwards; }

main .inFirstView .layer3 {
  -webkit-animation: fv_bee 1s ease 2s 1 normal forwards;
  animation: fv_bee 1s ease 2s 1 normal forwards; }

main .inFirstView .layer4 {
  -webkit-animation: fv_men 1s ease 3s 1 normal forwards;
  animation: fv_men 1s ease 3s 1 normal forwards; }

main .inFirstView .layer5 {
  -webkit-animation: opacity .5s ease 4s 1 normal forwards;
  animation: opacity .5s ease 4s 1 normal forwards; }

@media screen and (min-width: 768px) {
  main .inFirstView .layer2 {
    -webkit-animation: fv_txt_min768 .5s ease .8s 1 normal forwards;
    animation: fv_txt_min768 .5s ease .8s 1 normal forwards; } }

main .register h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, #777), color-stop(50%, #a4a4a4), color-stop(51%, #777), color-stop(90%, #222), to(#000));
  background: -webkit-linear-gradient(#000 0%, #777 10%, #a4a4a4 50%, #777 51%, #222 90%, #000 100%);
  background: -o-linear-gradient(#000 0%, #777 10%, #a4a4a4 50%, #777 51%, #222 90%, #000 100%);
  background: linear-gradient(#000 0%, #777 10%, #a4a4a4 50%, #777 51%, #222 90%, #000 100%);
  font-size: 1.3rem;
  color: #fff;
  padding: 10px;
  text-shadow: 0 0 10px #000,
 0 0 20px #000; }

main .register article {
  background: url("../../images/beeboat/bg2.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 20px 10px; }
  main .register article .lineBtn {
    width: 90%;
    max-width: 500px; }

main .inRegister article .lineBtn {
  -webkit-animation: flexibility 1s ease 0s infinite normal;
  animation: flexibility 1s ease 0s infinite normal; }

main .block1 {
  background: url("../../images/beeboat/bg4.jpg") center center no-repeat;
  background-size: cover;
  padding: 20px 10px;
  margin-top: 10px; }
  main .block1 img {
    margin-bottom: 10px; }

main .block2 {
  background-image: url("../../images/beeboat/bg5.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffdf71), color-stop(30%, #fff8c4), color-stop(80%, #fff8c4), to(#ebac1a));
  background-image: url("../../images/beeboat/bg5.jpg"), -webkit-linear-gradient(#ffdf71 0, #fff8c4 30%, #fff8c4 80%, #ebac1a);
  background-image: url("../../images/beeboat/bg5.jpg"), -o-linear-gradient(#ffdf71 0, #fff8c4 30%, #fff8c4 80%, #ebac1a);
  background-image: url("../../images/beeboat/bg5.jpg"), linear-gradient(#ffdf71 0, #fff8c4 30%, #fff8c4 80%, #ebac1a);
  background-size: 100% auto,cover;
  background-position: center bottom, center bottom;
  background-repeat: no-repeat,repeat;
  padding: 20px 10px 70px;
  margin-top: 10px; }
  main .block2 article {
    padding: 20px 0; }

main .block3 {
  background: url("../../images/beeboat/bg6.jpg") center top repeat;
  background-size: 100% auto;
  margin-top: -2px;
  padding: 20px 0; }
  main .block3 article {
    position: relative;
    height: 100vw;
    max-width: 800px;
    max-height: 800px;
    margin: auto; }
    main .block3 article img {
      position: absolute;
      width: 48%; }
    main .block3 article .block3_img1 {
      top: 4%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    main .block3 article .block3_img2 {
      bottom: 0;
      left: 2%; }
    main .block3 article .block3_img3 {
      bottom: 0;
      right: 2%; }

main .block4 {
  background: #ffefb8 url("../../images/beeboat/bg7.jpg") center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden; }
  main .block4 .block4_txt1 {
    background: #fec000 url("../../images/beeboat/bg9.jpg") center bottom repeat-y;
    background-size: 100% auto;
    padding: 20px;
    text-align: center; }
    main .block4 .block4_txt1 p img {
      width: 80%;
      border: 5px solid #fff; }
    main .block4 .block4_txt1 p:nth-child(1) {
      text-align: left; }
      main .block4 .block4_txt1 p:nth-child(1) img {
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-box-shadow: -15px 15px 0 #00C75A;
        box-shadow: -15px 15px 0 #00C75A; }
    main .block4 .block4_txt1 p:nth-child(2) {
      text-align: right; }
      main .block4 .block4_txt1 p:nth-child(2) img {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-box-shadow: 15px 15px 0 #FF237C;
        box-shadow: 15px 15px 0 #FF237C; }
    main .block4 .block4_txt1 p:nth-child(3) {
      text-align: left; }
      main .block4 .block4_txt1 p:nth-child(3) img {
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
        -webkit-box-shadow: -15px 15px 0 #C74AB7;
        box-shadow: -15px 15px 0 #C74AB7; }
    main .block4 .block4_txt1 p:nth-child(4) {
      text-align: right; }
      main .block4 .block4_txt1 p:nth-child(4) img {
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        -webkit-box-shadow: 15px 15px 0 #39c5ee;
        box-shadow: 15px 15px 0 #39c5ee; }
  main .block4 .block4_img1 {
    background: url("../../images/beeboat/bg1.png") center top no-repeat;
    background-size: 100% auto; }
  main .block4 .block4_img2 {
    padding: 20px 0; }

main .block5 {
  background: url("../../images/beeboat/bg8.jpg") center top repeat;
  margin-top: 10px;
  padding-bottom: 30px; }
  main .block5 .block5_txt1 {
    background: url("../../images/beeboat/bg2.png") center bottom repeat;
    padding: 20px 0 150px;
    position: relative; }
    main .block5 .block5_txt1 .punk {
      position: absolute;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  main .block5 .block5_txt2 {
    background: rgba(0, 0, 0, 0.6);
    width: 96%;
    border-radius: 10px;
    margin: 0 auto 20px;
    padding: 10px 10px 20px; }
    main .block5 .block5_txt2 h2 {
      margin: -50px auto 10px; }
      main .block5 .block5_txt2 h2 img {
        width: 500px; }
    main .block5 .block5_txt2 .block5_txt {
      color: #fff;
      text-shadow: 0 0 10px #000,
 0 0 10px #000,
 0 0 10px #000;
      padding: 10px 0;
      font-weight: 500;
      font-size: 1.3rem; }
    main .block5 .block5_txt2 .block5_img1 {
      padding: 20px 10px; }
    main .block5 .block5_txt2 div.gradesSlick {
      max-width: 800px;
      margin: 0 auto 30px; }
      main .block5 .block5_txt2 div.gradesSlick article {
        margin-bottom: 20px; }
        main .block5 .block5_txt2 div.gradesSlick article .gradesBnr {
          display: inline-block;
          position: relative; }
          main .block5 .block5_txt2 div.gradesSlick article .gradesBnr::after {
            content: "";
            width: 100%;
            height: 100%;
            background: black;
            -webkit-transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
            position: absolute;
            top: 5px;
            left: 8px;
            z-index: -1; }
        main .block5 .block5_txt2 div.gradesSlick article .gradesTxt {
          background: #fff;
          margin: 20px auto;
          padding: 5px 10px;
          text-align: left;
          position: relative; }
          main .block5 .block5_txt2 div.gradesSlick article .gradesTxt::after {
            content: "";
            width: 100%;
            height: 100%;
            background: black;
            -webkit-transform: rotate(-1.5deg);
            -ms-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
            position: absolute;
            top: 5px;
            left: 8px;
            z-index: -1; }
          main .block5 .block5_txt2 div.gradesSlick article .gradesTxt img {
            height: 20px;
            display: inline-block; }
        main .block5 .block5_txt2 div.gradesSlick article div {
          background: rgba(0, 0, 0, 0.6);
          border-radius: 10px;
          padding: 15px;
          color: #fff; }
          main .block5 .block5_txt2 div.gradesSlick article div p {
            margin: 15px auto; }
            main .block5 .block5_txt2 div.gradesSlick article div p b {
              font-size: 2rem; }
          main .block5 .block5_txt2 div.gradesSlick article div img {
            width: 80%;
            display: inline-block; }
      main .block5 .block5_txt2 div.gradesSlick .slick-dots {
        position: relative;
        z-index: 3;
        margin: -30px auto 0;
        text-align: center; }
        main .block5 .block5_txt2 div.gradesSlick .slick-dots li {
          display: inline-block;
          margin: 0 5px; }
        main .block5 .block5_txt2 div.gradesSlick .slick-dots button {
          cursor: pointer; }
          main .block5 .block5_txt2 div.gradesSlick .slick-dots button::before {
            font-size: 16px; }
        main .block5 .block5_txt2 div.gradesSlick .slick-dots .slick-active button::before {
          font-size: 18px;
          color: #fff; }

/*------------------------------------------*/
/*footer------------------------------------*/
footer {
  width: 100%;
  background: #fff; }
  footer ul {
    text-align: left;
    border-top: 10px solid #000; }
    footer ul li {
      border-bottom: 10px solid #000; }
      footer ul li input {
        display: none; }
      footer ul li label {
        display: block;
        padding: 10px 10px 10px 50px;
        color: #000;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
        background: url("../../images/beeboat/icon1.png") 5px center no-repeat;
        background-size: 40px auto; }
      footer ul li input + article {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        max-height: 0;
        overflow: hidden;
        padding: 0 10px; }
      footer ul li input:checked + article {
        max-height: 999px;
        overflow: auto;
        padding: 10px;
        border-top: 10px solid #000; }
  footer table {
    font-size: .9rem;
    margin: auto;
    border-spacing: 0;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000; }
    footer table th, footer table td {
      padding: 10px;
      border-left: 3px solid #000;
      border-top: 3px solid #000; }
    footer table th {
      width: 35%;
      background: #d3ffbc; }
    footer table td {
      width: 65%; }
  footer dl {
    padding: 10px; }
    footer dl dt {
      font-weight: 900; }
    footer dl dd {
      margin-bottom: 20px; }
  footer ol {
    margin: 20px 0 20px 25px; }
    footer ol li {
      list-style-type: decimal;
      list-style-position: outside;
      border: 0; }
  footer .info3_txt {
    background: #eee;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    font-size: 1rem; }
  footer .attention {
    text-align: left;
    padding: 10px; }
    footer .attention h4 {
      font-weight: 900; }
    footer .attention p {
      font-size: .9rem; }
  footer small {
    background: #000;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 80%;
    text-align: center; }

/*------------------------------------------*/
/*タブレット/PC----------------------------------------*/
@media screen and (min-width: 768px) {
  html {
    font-size: 26px; }
  main .block1 p {
    font-size: 1.8rem; }
  main .block3 .block3_box1 {
    padding-bottom: 500px; }
    main .block3 .block3_box1 .chara6,
    main .block3 .block3_box1 .chara5 {
      max-height: 600px; }
    main .block3 .block3_box1 .chara6 {
      bottom: -50px; }
    main .block3 .block3_box1 .chara5 {
      right: -10px; }
  main .block4 .block4_img3 {
    padding-bottom: 50px; }
    main .block4 .block4_img3 img {
      width: 800px; }
  main .block9 {
    padding: 80px 0; }
  main .block11 article .step_txt {
    left: 50px; }
  main .block15 p {
    background: url("../../images/beeboat/chara4.png") right 50px no-repeat;
    background-size: contain;
    padding: 20px;
    text-shadow: 0 0 2px #000,
 0 0 5px #000,
 0 0 10px #000;
    font-size: 1.2rem; }
    main .block15 p img {
      margin: 0 auto 40px; } }

/*------------------------------------------*/
/*PC----------------------------------------*/
@media screen and (min-width: 1024px) {
  body {
    background: #fff; }
  header {
    height: 150px; }
    header section h1 {
      padding: 10px 5px 0; }
      header section h1 img {
        height: 130px; }
    header section p {
      padding: 10px 5px 0; }
      header section p img {
        height: 120px; }
  main .pc_margin0_auto {
    margin: 0 auto; }
  main section {
    margin: 20px auto; }
  main .firstView {
    max-width: 1000px;
    overflow: visible; }
  main .block4 .block4_txt1 p {
    padding: 40px 40px 0; }
    main .block4 .block4_txt1 p img {
      width: 80%;
      max-width: 450px;
      border: 5px solid #fff; }
    main .block4 .block4_txt1 p:nth-child(1) {
      text-align: left; }
      main .block4 .block4_txt1 p:nth-child(1) img {
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-box-shadow: -15px 15px 0 #00C75A;
        box-shadow: -15px 15px 0 #00C75A; }
    main .block4 .block4_txt1 p:nth-child(2) {
      text-align: right;
      margin-top: -200px; }
      main .block4 .block4_txt1 p:nth-child(2) img {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-box-shadow: 15px 15px 0 #FF237C;
        box-shadow: 15px 15px 0 #FF237C; }
    main .block4 .block4_txt1 p:nth-child(3) {
      text-align: left;
      margin-top: -300px; }
      main .block4 .block4_txt1 p:nth-child(3) img {
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
        -webkit-box-shadow: -15px 15px 0 #C74AB7;
        box-shadow: -15px 15px 0 #C74AB7; }
    main .block4 .block4_txt1 p:nth-child(4) {
      text-align: right;
      margin-top: -200px; }
      main .block4 .block4_txt1 p:nth-child(4) img {
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        -webkit-box-shadow: 15px 15px 0 #39c5ee;
        box-shadow: 15px 15px 0 #39c5ee; }
  footer ul, footer div {
    width: 1000px;
    margin: 30px auto; }
  footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .footer_menu a {
      font-size: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      border: 1px solid #000;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: url("../../images/beeboat/bg1.jpg") center center repeat;
      background-size: auto 100%;
      padding: 10px;
      color: #000;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7); }
  footer p {
    text-align: left;
    padding: 10px;
    font-weight: 300;
    font-size: 16px; }
  footer small {
    color: #eee;
    font-weight: 300;
    font-size: 12px; } }
