@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
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, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

html {
  width: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, Verdana, sans-serif;
  background-color: #fff;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  color: #000;
  position: relative;
  font-size: 16px;
  -webkit-animation: bodyIn 1s ease both;
  animation: bodyIn 1s ease both;
}

@-webkit-keyframes bodyIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bodyIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*****************************************/
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper p {
  max-height: 999999px;
}
@media only screen and (min-width: 751px) {
  .wrapper {
    min-width: 1280px;
  }
}

/*****************************************/
.header {
  position: relative;
}
.header .bg {
  width: 100%;
  height: 490px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-animation: headBG 1.5s ease both;
  animation: headBG 1.5s ease both;
}
.header .logo {
  font-size: 0;
  z-index: 10;
}
.header h1 {
  position: relative;
  z-index: 10;
}

@-webkit-keyframes headBG {
  15% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headBG {
  15% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*****************************************/
.contents .archive .archive_list {
  margin: 0 auto;
}
.contents .archive .archive_list .archive_num {
  background: #57CAD3 url("../img/arrow_open.png") 96% center no-repeat;
  -webkit-background-size: auto 40%;
  -o-background-size: auto 40%;
  background-size: auto 40%;
  padding: 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #FFF;
  font-weight: bold;
}
.contents .archive .archive_list .archive_wrap {
  display: none;
}
.contents .archive .archive_list.open .archive_num {
  background: #57CAD3 url("../img/arrow_close.png") 96% center no-repeat;
  -webkit-background-size: auto 40%;
  -o-background-size: auto 40%;
  background-size: auto 40%;
}
.contents .archive .archive_list.open .archive_wrap {
  display: block;
}

@media only screen and (min-width: 751px) {
  .contents .archive h2 {
    margin-bottom: 0;
  }
  .contents .archive .archive_list {
    width: 1000px;
  }
  .contents .archive .archive_list:not(:first-of-type) {
    margin-top: 15px;
  }
  .contents .archive .archive_list .archive_num {
    font-size: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .contents .archive .archive_list .archive_num:hover {
    opacity: 0.7;
  }
  .contents .archive .archive_list .works_box ul li:first-of-type {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .contents .archive .archive_list {
    width: 92%;
  }
  .contents .archive .archive_list:not(:first-of-type) {
    margin-top: 15px;
  }
  .contents .archive .archive_list .works_box ul li:first-of-type {
    margin-top: 30px;
  }
}
/*****************************************/
.thanks {
  padding: 60px 0 130px;
}
.thanks .thanks_txt {
  font-size: 36px;
  font-weight: bold;
}
.thanks .btn_back {
  width: 440px;
  margin: 75px auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.thanks .btn_back:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media only screen and (max-width: 750px) {
  .thanks .thanks_txt {
    font-size: 20px;
  }
  .thanks .btn_back {
    width: 76%;
    margin-top: 55px;
  }
}
/*****************************************/
.footer {
  position: relative;
  background: #FFF;
}
.footer .pagetop {
  position: absolute;
  right: 15px;
}
.footer .pagetop a {
  display: block;
  height: 100%;
  width: 100%;
}
.footer .foot_top {
  background: #0F58A7;
}
.footer .foot_top .present {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFF url("../img/bg_repeat.jpg");
  margin: 0 auto;
  position: relative;
}
.footer .foot_top .present .present_ttl {
  position: absolute;
}
.footer .foot_top .present .present_txt {
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}
.footer .foot_top .present .present_txt span.blue {
  color: #0097E0;
}
.footer .foot_top .cp_list {
  letter-spacing: -0.4em;
  font-size: 0;
}
.footer .foot_top .cp_list li {
  display: inline-block;
}
.footer .foot_top .cp_list li a {
  display: block;
  height: 100%;
  width: 100%;
}
.footer .foot_bottom {
  text-align: left;
}
.footer .foot_bottom .l_box .share {
  vertical-align: middle;
}
.footer .foot_bottom .l_box .share dt {
  font-weight: 500;
  display: inline-block;
  color: #0097E0;
}
.footer .foot_bottom .l_box .share dt span {
  font-family: "Raleway", sans-serif;
}
.footer .foot_bottom .l_box .share dt:after {
  content: "…";
  display: inline-block;
  margin: 0 18px;
}
.footer .foot_bottom .l_box .share dd {
  display: inline-block;
}
.footer .foot_bottom .l_box .share dd a {
  display: block;
  height: 100%;
  width: 100%;
}
.footer .foot_bottom .l_box .txt_link li a {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #6d6d6d;
}

@media only screen and (min-width: 751px) {
  .footer .pagetop {
    width: 80px;
    top: -100px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .footer .pagetop:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .footer .foot_top {
    padding: 70px 0 100px;
  }
  .footer .foot_top .present {
    width: 800px;
    height: 350px;
    padding: 40px;
  }
  .footer .foot_top .present .present_ttl {
    top: 20px;
    left: -8px;
  }
  .footer .foot_top .present .present_txt {
    font-size: 22px;
  }
  .footer .foot_top .present .present_txt span {
    font-size: 32px;
  }
  .footer .foot_top .cp_list {
    margin: 75px auto 0;
    width: 1050px;
  }
  .footer .foot_top .cp_list li {
    width: 239px;
    margin: 15px 0 0 15px;
  }
  .footer .foot_top .cp_list li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .footer .foot_top .cp_list li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .footer .foot_top .cp_list li a:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .footer .foot_bottom {
    width: 1000px;
    margin: 0 auto;
    padding: 75px 0 30px;
  }
  .footer .foot_bottom .l_box {
    float: left;
  }
  .footer .foot_bottom .l_box .share dd {
    width: 32px;
    height: 32px;
    margin-right: 25px;
  }
  .footer .foot_bottom .l_box .share dd a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .footer .foot_bottom .l_box .share dd a:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .footer .foot_bottom .l_box .txt_link {
    margin-top: 30px;
  }
  .footer .foot_bottom .l_box .txt_link li {
    margin-top: 25px;
    font-size: 14px;
  }
  .footer .foot_bottom .l_box .txt_link li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .footer .foot_bottom .l_box .txt_link li a:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .footer .foot_bottom .r_box {
    float: right;
    width: 578px;
  }
  .footer .foot_bottom .r_box .bnr_official {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .footer .foot_bottom .r_box .bnr_official:hover {
    opacity: 0.7;
  }
  .footer .foot_bottom .copy {
    clear: both;
    padding-top: 60px;
    font-size: 13px;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 750px) {
  .footer {
    padding-bottom: 5%;
  }
  .footer .pagetop {
    width: 60px;
    top: -72px;
  }
  .footer .foot_top {
    padding: 13% 5.5% 15%;
  }
  .footer .foot_top .present {
    padding: 12% 0 32%;
  }
  .footer .foot_top .present .present_ttl {
    width: 20%;
    top: 5%;
    left: -1.4%;
  }
  .footer .foot_top .present .present_txt {
    font-size: 15px;
  }
  .footer .foot_top .present .present_txt span {
    font-size: 20px;
  }
  .footer .foot_top .present .present_img {
    position: absolute;
    bottom: -9.5%;
    left: 0;
    width: 100%;
  }
  .footer .foot_top .cp_list {
    margin-top: 7.5%;
  }
  .footer .foot_top .cp_list li {
    width: 43.75%;
    margin: 3% 1.5% 0;
  }
  .footer .foot_bottom {
    padding: 13% 5.5% 8%;
  }
  .footer .foot_bottom .l_box .share dt {
    font-size: 16px;
  }
  .footer .foot_bottom .l_box .share dt:after {
    content: "……";
    font-size: 14px;
    margin: 0 8px;
  }
  .footer .foot_bottom .l_box .share dd {
    width: 9.5%;
    margin-right: 7.5%;
  }
  .footer .foot_bottom .l_box .share dd img {
    width: 100%;
    height: auto;
  }
  .footer .foot_bottom .l_box .txt_link {
    margin-top: 10%;
  }
  .footer .foot_bottom .l_box .txt_link li {
    margin-top: 25px;
    font-size: 14px;
  }
  .footer .foot_bottom .l_box .txt_link li a {
    padding-bottom: 4px;
  }
  .footer .foot_bottom .r_box {
    margin-top: 10%;
  }
  .footer .foot_bottom .copy {
    padding-top: 8%;
    font-size: 12px;
    line-height: 1.7;
  }
}
