@charset "UTF-8";
/*==========================================================================================================
 
	common font
 
===========================================================================================================*/
/*==========================================================================================================
 
	character color
 
===========================================================================================================*/
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0; }

ol, ul {
  list-style-type: none; }

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  position: relative;
  font-size: medium; }

body {
  font-size: 62.5%;
  /* 16px -> 10px */ }

div {
  line-height: 0;
  box-sizing: border-box; }

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0; }

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%; }

input, button, select, option, textarea {
  font-size: 14px; }

figure {
  margin: 0; }

a,
a:link,
a:visited {
  color: #000f73;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

section {
  position: relative;
  box-sizing: border-box; }

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; }

@media only screen and (max-width: 768px) {
  body {
    padding-top: 0;
    min-width: 0; } }
/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px; }
  .clearfix::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s; }

@keyframes btn {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.4; }
  100% {
    opacity: 0.8; } }
@-webkit-keyframes btn {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.4; }
  100% {
    opacity: 0.8; } }
/*-----------------------------------------------
 header
-----------------------------------------------*/
#pageSetup {
  position: absolute;
  z-index: -1;
  top: 700px;
  left: 0;
  width: 1px;
  height: 1px; }

#pageTrigger {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 1px;
  height: 1px; }

#header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 84px;
  transition: all 0.3s ease; }
  #header .logo {
    position: absolute;
    top: 10px;
    left: 10px; }
    #header .logo img {
      width: 141px;
      transition: all 0.3s ease; }
  #header nav {
    position: absolute;
    top: 30px;
    right: 30px; }
    #header nav .globalNav {
      display: inline-block;
      vertical-align: middle; }
      #header nav .globalNav li {
        display: inline-block;
        margin-left: 40px;
        font-size: 16px;
        font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif;
        line-height: 1;
        transition: all 0.3s ease; }
    #header nav .sns {
      display: inline-block;
      margin-left: 100px;
      vertical-align: middle; }
      #header nav .sns li {
        display: inline-block;
        width: 25px;
        margin-left: 30px; }
        #header nav .sns li img {
          width: 100%; }
  #header.on {
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
    #header.on .logo img {
      width: 119px; }

@media only screen and (max-width: 900px) {
  #header nav .globalNav li {
    margin-left: 20px; }
  #header nav .sns {
    margin-left: 50px; }
    #header nav .sns li {
      margin-left: 15px; } }
@media only screen and (max-width: 768px) {
  #header {
    display: none;
    position: static;
    height: 70px; }
    #header .logo {
      position: static;
      width: calc(141/640*100%);
      max-width: 141px;
      padding: 5px 0 0 10px; }
      #header .logo img {
        width: 100%; }
    #header nav {
      display: none; }
    #header.on {
      position: static;
      background: none;
      box-shadow: none; } }
/*-----------------------------------------------
 aside
-----------------------------------------------*/
#aside {
  position: fixed;
  z-index: 5;
  top: 35%;
  right: 10px; }
  #aside p {
    margin-bottom: 5px;
    font-size: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #000f73; }
  #aside span {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    margin: 0 auto 20px;
    background-color: #000f73; }
  #aside .sns li {
    width: 25px;
    margin-bottom: 20px; }
    #aside .sns li img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  #aside {
    display: none; } }
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.hidden {
  display: none; }

.modalItem p {
  font-size: 16px;
  margin-bottom: 1em; }
  .modalItem p:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  #content {
    position: relative; }

  .modalItem p {
    font-size: 16px;
    font-size: 2.6041666667vw;
    margin-bottom: 1em; } }
/*-----------------------------------------------
 introduction
-----------------------------------------------*/
#introduction {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff; }
  #introduction .logo {
    display: block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 766px;
    height: 252px;
    margin: -126px 0 0 -383px; }
    #introduction .logo div.img1 {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(260px); }
    #introduction .logo div.img2 {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 0; }
      #introduction .logo div.img2 img {
        max-width: none; }
    #introduction .logo div.img3 {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: translateY(20px); }
    #introduction .logo div.img4 {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: translateY(20px); }

@media only screen and (max-width: 768px) {
  #introduction .logo {
    width: 360px;
    height: 118px;
    margin: -59px 0 0 -180px; }
    #introduction .logo div.img1 {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(120px); }
    #introduction .logo div.img2 {
      width: 0;
      height: 118px; }
      #introduction .logo div.img2 img {
        width: 360px;
        height: 118px; } }
/*-----------------------------------------------
 keyvisual
-----------------------------------------------*/
#keyvisual {
  height: 1520px;
  margin-bottom: -584px;
  background-image: url(/lp/2nd-anniversary/assets/img/keyvisual/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #keyvisual .character {
    display: none;
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 302px; }
  #keyvisual .logo {
    position: absolute;
    z-index: 10;
    left: 34%; }
  #keyvisual .bg {
    position: absolute;
    top: 0;
    height: 1920px;
    width: 100%;
    background-image: url(/lp/2nd-anniversary/assets/img/keyvisual/bg2.png);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  #keyvisual .imageSP {
    display: none; }
  #keyvisual .balloon1 {
    position: fixed;
    opacity: 0;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/lp/2nd-anniversary/assets/img/keyvisual/balloon1.png);
    background-position: center center; }
  #keyvisual .balloon2 {
    position: fixed;
    opacity: 0;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/lp/2nd-anniversary/assets/img/keyvisual/balloon2.png);
    background-position: center center; }

@media only screen and (max-width: 1600px) {
  #keyvisual {
    height: 1200px;
    margin-bottom: -414px; }
    #keyvisual .logo {
      top: 62px; } }
@media only screen and (max-width: 1400px) {
  #keyvisual {
    height: 1100px;
    margin-bottom: -464px; }
    #keyvisual .logo {
      width: 400px;
      margin-left: -200px; } }
@media only screen and (max-width: 1200px) {
  #keyvisual .logo {
    width: 400px;
    margin-left: -200px; } }
@media only screen and (max-width: 1000px) {
  #keyvisual {
    height: 940px;
    margin-bottom: 0px; }
    #keyvisual .logo {
      top: 410px; } }
@media only screen and (max-width: 768px) {
  #keyvisual {
    height: auto;
    margin-bottom: 0px;
    background: none; }
    #keyvisual .character {
      display: none; }
    #keyvisual .logo {
      display: none; }
    #keyvisual .bg {
      display: none; }
    #keyvisual .imageSP {
      display: block; }
      #keyvisual .imageSP img {
        width: 100%; }
    #keyvisual .balloon1 {
      background-size: 750px auto; }
    #keyvisual .balloon2 {
      background-size: 600px auto; } }
/*-----------------------------------------------
 front
-----------------------------------------------*/
#front {
  position: relative;
  z-index: 2;
  background: #761623; }
  #front .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0; }
    #front .inner .bannerList {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
      #front .inner .bannerList li {
        position: relative; }
        #front .inner .bannerList li img {
          max-width: 100%; }
        #front .inner .bannerList li span {
          display: block;
          position: absolute;
          z-index: 2;
          top: -35px;
          left: -26px;
          width: 88px;
          height: 88px;
          border-radius: 88px;
          background-color: #FF8EB1;
          vertical-align: middle;
          font-size: 24px;
          font-weight: 700;
          text-align: center;
          line-height: 88px;
          color: #fff; }
        #front .inner .bannerList li.push img {
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        #front .inner .bannerList li.push a {
          display: block;
          overflow: hidden;
          position: relative; }
          #front .inner .bannerList li.push a .play {
            position: absolute;
            z-index: 1;
            top: -10px;
            left: 0;
            width: 100%;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
            #front .inner .bannerList li.push a .play img {
              width: 100%; }
          #front .inner .bannerList li.push a:hover .img {
            opacity: 0.8;
            transform: scale(1.05); }
          #front .inner .bannerList li.push a:hover .play {
            transform: scale(0.9); }
    #front .inner .bannerListSP {
      display: none;
      margin-bottom: 20px; }
      #front .inner .bannerListSP .slick-slide {
        padding: 0 10px; }
        #front .inner .bannerListSP .slick-slide img {
          width: 100%; }
      #front .inner .bannerListSP .slick-prev {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        -webkit-appearance: none;
        outline: none;
        border: none;
        width: 45px;
        height: 46px;
        margin-top: -23px;
        background: url(/lp/2nd-anniversary/assets/img/front/prev.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 45px auto;
        font-size: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        #front .inner .bannerListSP .slick-prev:hover {
          transform: scale(0.95); }
      #front .inner .bannerListSP .slick-next {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0;
        -webkit-appearance: none;
        outline: none;
        border: none;
        width: 45px;
        height: 46px;
        margin-top: -23px;
        background: url(/lp/2nd-anniversary/assets/img/front/next.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 45px auto;
        font-size: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        #front .inner .bannerListSP .slick-next:hover {
          transform: scale(0.95); }
    #front .inner .separate {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #front .inner .separate .news {
        width: calc(100% - 447px);
        padding: 10px;
        background-color: #fff; }
        #front .inner .separate .news h2 {
          margin-bottom: 20px;
          background-image: url(/lp/2nd-anniversary/assets/img/front/border.png);
          background-repeat: no-repeat;
          background-position: left center; }
        #front .inner .separate .news dl {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: 200px; }
          #front .inner .separate .news dl dt {
            width: 104px;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            color: #2A3C8F; }
          #front .inner .separate .news dl dd {
            width: calc(100% - 104px);
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: #725F3B; }
      #front .inner .separate .bannerListVertical {
        width: 427px; }
        #front .inner .separate .bannerListVertical li {
          margin-bottom: 20px; }
          #front .inner .separate .bannerListVertical li:last-child {
            margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  #front .inner {
    padding: 40px 20px; } }
@media only screen and (max-width: 768px) {
  #front .inner {
    padding: 40px 0; }
    #front .inner .bannerList {
      display: block;
      margin: 0 20px 20px; }
      #front .inner .bannerList li {
        display: none; }
        #front .inner .bannerList li img {
          width: 100%; }
        #front .inner .bannerList li:first-child {
          display: block; }
        #front .inner .bannerList li span {
          width: 66px;
          height: 66px;
          font-size: 16px;
          line-height: 66px; }
    #front .inner .bannerListSP {
      display: block; }
    #front .inner .separate {
      display: block; }
      #front .inner .separate .news {
        width: auto;
        margin: 0 20px 20px; }
        #front .inner .separate .news dl {
          display: block;
          height: auto; }
          #front .inner .separate .news dl dt {
            width: auto;
            font-size: 20px;
            font-size: 3.2552083333vw; }
          #front .inner .separate .news dl dd {
            width: auto;
            font-size: 20px;
            font-size: 3.2552083333vw; }
      #front .inner .separate .bannerListVertical {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: auto;
        margin: 0 20px; }
        #front .inner .separate .bannerListVertical li {
          width: 48%; }
          #front .inner .separate .bannerListVertical li img {
            width: 100%; } }
/*-----------------------------------------------
 project
-----------------------------------------------*/
#project .balloon1 {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  top: 400px;
  right: 50px; }
#project .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  background-image: url(/lp/2nd-anniversary/assets/img/project/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  #project .inner .character {
    position: relative;
    width: 41%;
    text-align: right; }
    #project .inner .character .sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      padding-right: 20px; }
    #project .inner .character .sp {
      display: none; }
  #project .inner .detail {
    width: 59%;
    background-color: #fff;
    background-image: url(/lp/2nd-anniversary/assets/img/project/logo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    #project .inner .detail h2 {
      margin-bottom: 40px; }
      #project .inner .detail h2 .title-sp {
        display: none; }
    #project .inner .detail .column {
      position: relative;
      opacity: 0;
      z-index: 2;
      margin-bottom: 80px;
      transform: translateY(50px); }
      #project .inner .detail .column > a {
        display: block;
        text-decoration: none; }
      #project .inner .detail .column > a:hover .item .image img {
        transform: scale(1.05); }
      #project .inner .detail .column > a:hover .item .text .link::after {
        transform: translateX(5px); }
      #project .inner .detail .column h3 {
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.5;
        color: #725F3B; }
      #project .inner .detail .column .project {
        display: none; }
      #project .inner .detail .column.project1 {
        margin-left: 35px; }
        #project .inner .detail .column.project1 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project1@2x.png); }
      #project .inner .detail .column.project2 {
        margin-left: 100px; }
        #project .inner .detail .column.project2 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project2@2x.png); }
      #project .inner .detail .column.project3 {
        margin-left: 35px; }
        #project .inner .detail .column.project3 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project3@2x.png); }
      #project .inner .detail .column.project4 {
        margin-left: 100px; }
        #project .inner .detail .column.project4 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project4@2x.png); }
      #project .inner .detail .column.project5 {
        margin-left: 35px; }
        #project .inner .detail .column.project5 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project5@2x.png); }
      #project .inner .detail .column.project6 {
        margin-left: 100px; }
        #project .inner .detail .column.project6 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project6@2x.png); }
      #project .inner .detail .column.project7 {
        margin-left: 35px; }
        #project .inner .detail .column.project7 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project7@2x.png); }
      #project .inner .detail .column.project8 {
        margin-left: 100px; }
        #project .inner .detail .column.project8 .item {
          background-image: url(/lp/2nd-anniversary/assets/img/project/project8@2x.png); }
      #project .inner .detail .column .item {
        padding: 20px 0 0 74px;
        background-size: 74px auto;
        background-repeat: no-repeat; }
        #project .inner .detail .column .item .image {
          overflow: hidden;
          float: left;
          width: 306px; }
          #project .inner .detail .column .item .image img {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        #project .inner .detail .column .item .text {
          float: left;
          width: calc(100% - 316px);
          max-width: 324px;
          padding-left: 20px; }
          #project .inner .detail .column .item .text p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #7e1313; }
          #project .inner .detail .column .item .text .link {
            text-align: right;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            vertical-align: middle;
            color: #6c1313; }
            #project .inner .detail .column .item .text .link::after {
              display: inline-block;
              content: '';
              width: 46px;
              height: 46px;
              margin-left: 10px;
              background-image: url(/lp/2nd-anniversary/assets/img/project/right@2x.png);
              background-size: 46px;
              vertical-align: middle;
              transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

@media only screen and (max-width: 1200px) {
  #project .inner .detail .column .item .image {
    width: 200px; }
  #project .inner .detail .column .item .text {
    width: calc(100% - 210px); } }
@media only screen and (max-width: 991px) {
  #project .balloon1 {
    width: 100px; }
  #project .inner {
    display: block; }
    #project .inner .character {
      width: 100%;
      background-image: url(/lp/2nd-anniversary/assets/img/project/bg-sp.jpg);
      background-size: cover; }
      #project .inner .character .sticky {
        display: none; }
      #project .inner .character .sp {
        display: block; }
        #project .inner .character .sp img {
          width: 100%; }
    #project .inner .detail {
      width: 100%; }
      #project .inner .detail h2 .title-pc {
        display: none; }
      #project .inner .detail h2 .title-sp {
        display: inline; }
      #project .inner .detail h2 img {
        width: 100%; }
      #project .inner .detail .column {
        margin: 0 20px 20px; }
        #project .inner .detail .column h3 {
          font-size: 28px;
          font-size: 4.5572916667vw; }
        #project .inner .detail .column .project {
          display: block;
          margin-bottom: -80px;
          margin-left: -20px; }
        #project .inner .detail .column .item {
          position: relative;
          z-index: 1;
          padding: 0; }
          #project .inner .detail .column .item .image {
            width: 50%; }
            #project .inner .detail .column .item .image img {
              width: 100%; }
          #project .inner .detail .column .item .text {
            width: 50%;
            max-width: none; }
            #project .inner .detail .column .item .text p {
              font-size: 18px;
              font-size: 2.9296875vw; }
            #project .inner .detail .column .item .text .link a {
              font-size: 16px;
              font-size: 2.6041666667vw; }
            #project .inner .detail .column .item .text .link::after {
              width: 24px;
              height: 24px;
              margin-left: 5px;
              background-size: 24px; }
        #project .inner .detail .column.project1, #project .inner .detail .column.project2, #project .inner .detail .column.project3, #project .inner .detail .column.project4, #project .inner .detail .column.project5, #project .inner .detail .column.project6, #project .inner .detail .column.project7, #project .inner .detail .column.project8 {
          margin-left: 20px; }
          #project .inner .detail .column.project1 .item, #project .inner .detail .column.project2 .item, #project .inner .detail .column.project3 .item, #project .inner .detail .column.project4 .item, #project .inner .detail .column.project5 .item, #project .inner .detail .column.project6 .item, #project .inner .detail .column.project7 .item, #project .inner .detail .column.project8 .item {
            background-image: none; } }
@media only screen and (max-width: 768px) {
  #project .inner {
    background: none; }
    #project .inner .detail {
      background: none; } }
/*-----------------------------------------------
 memory
-----------------------------------------------*/
#memory {
  padding: 70px 0 80px;
  background-image: url(/lp/2nd-anniversary/assets/img/memory/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  #memory .balloon1 {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    top: 400px;
    left: 50px; }
  #memory .balloon2 {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    top: 2500px;
    right: 50px;
    width: 140px; }
  #memory .balloon3 {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    top: 2800px;
    right: 10px;
    width: 140px; }
  #memory h2 {
    margin-bottom: 10px;
    text-align: center; }
    #memory h2 .title-sp {
      display: none; }
  #memory .catch {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
    color: #725F3B; }
  #memory .commentCenter {
    margin-bottom: 50px;
    text-align: center; }
    #memory .commentCenter .sp {
      display: none; }
  #memory .inner {
    position: relative;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto; }
    #memory .inner .column {
      opacity: 0;
      transform: translateY(50px);
      min-height: 200px;
      padding-left: 45px;
      background-image: url(/lp/2nd-anniversary/assets/img/memory/line@2x.png);
      background-size: 41px auto;
      background-repeat: repeat-y; }
      #memory .inner .column:last-child {
        background-image: url(/lp/2nd-anniversary/assets/img/memory/line-bottom@2x.png);
        background-repeat: no-repeat; }
      #memory .inner .column time {
        display: block;
        margin-bottom: 20px;
        font-size: 44px;
        font-weight: 700;
        line-height: 1;
        color: #2A3C8F; }
      #memory .inner .column .item {
        padding: 0 0 40px 40px; }
        #memory .inner .column .item .image {
          overflow: hidden;
          position: relative;
          float: left;
          width: 337px;
          border: 1px solid #2A3C8F; }
          #memory .inner .column .item .image .wrap {
            display: block;
            padding: 5px;
            background-color: #fff; }
          #memory .inner .column .item .image .img {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
          #memory .inner .column .item .image .play {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
            #memory .inner .column .item .image .play img {
              width: 100%; }
          #memory .inner .column .item .image a {
            display: block;
            overflow: hidden;
            position: relative; }
            #memory .inner .column .item .image a:hover .img {
              opacity: 0.8;
              transform: scale(1.05); }
            #memory .inner .column .item .image a:hover .play {
              transform: scale(0.9); }
        #memory .inner .column .item .detail {
          float: right;
          width: calc(100% - 357px); }
          #memory .inner .column .item .detail h3 {
            margin-bottom: 20px;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.2;
            color: #725F3B; }
          #memory .inner .column .item .detail p {
            font-size: 16px;
            color: #725F3B; }
          #memory .inner .column .item .detail .comment {
            opacity: 0;
            margin-top: 20px;
            transform: scale(0.85); }
            #memory .inner .column .item .detail .comment .sp {
              display: none; }

@media only screen and (max-width: 768px) {
  #memory {
    background: none; }
    #memory .balloon1 {
      width: 120px; }
    #memory h2 .title-pc {
      display: none; }
    #memory h2 .title-sp {
      display: inline; }
    #memory .catch {
      font-size: 22px;
      font-size: 3.5807291667vw; }
    #memory .commentCenter {
      margin: 0 10px 30px; }
      #memory .commentCenter .pc {
        display: none; }
      #memory .commentCenter .sp {
        display: inline; }
    #memory .inner .column {
      padding-right: 45px; }
      #memory .inner .column time {
        font-size: 44px;
        font-size: 7.1614583333vw; }
      #memory .inner .column .item {
        padding: 0 0 40px; }
        #memory .inner .column .item .image {
          float: none;
          width: 70%;
          margin: 0 auto 10px; }
          #memory .inner .column .item .image img {
            width: 100%; }
        #memory .inner .column .item .detail {
          float: none;
          width: auto; }
          #memory .inner .column .item .detail h3 {
            font-size: 30px;
            font-size: 4.8828125vw; }
          #memory .inner .column .item .detail p {
            font-size: 20px;
            font-size: 3.2552083333vw; }
          #memory .inner .column .item .detail .comment .pc {
            display: none; }
          #memory .inner .column .item .detail .comment .sp {
            display: inline; } }
/*-----------------------------------------------
 campaign
-----------------------------------------------*/
#campaign {
  padding: 80px 0 0;
  background-image: url(/lp/2nd-anniversary/assets/img/campaign/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }
  #campaign .balloon1 {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    top: 400px;
    left: 50px; }
  #campaign .balloon2 {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    top: 750px;
    left: 150px;
    width: 150px; }
  #campaign .balloon3 {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    top: 2000px;
    right: 50px;
    width: 100px; }
  #campaign h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    text-align: center; }
  #campaign .bg {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/lp/2nd-anniversary/assets/img/campaign/bg-sharp.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 70%; }
  #campaign .column {
    opacity: 0;
    position: relative;
    z-index: 1;
    max-width: 1260px;
    margin: 0 auto 100px;
    transform: translateY(50px); }
    #campaign .column h3 {
      padding: 25px 0;
      background-color: #FECCD5;
      font-size: 28px;
      line-height: 1.5;
      text-align: center;
      color: #42060c; }
    #campaign .column .inner {
      padding: 80px;
      background-color: rgba(255, 255, 255, 0.5); }
      #campaign .column .inner h4 {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        color: #540c20; }
      #campaign .column .inner p {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 500;
        color: #540c20; }
      #campaign .column .inner .image {
        margin-bottom: 30px; }
      #campaign .column .inner .bannerList li {
        margin-bottom: 30px;
        text-align: center; }
        #campaign .column .inner .bannerList li:last-child {
          margin-bottom: 0; }
  #campaign .character {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 1160px; }
    #campaign .character .thanks {
      opacity: 0;
      text-align: center;
      transform: translateY(100px); }
    #campaign .character .thanks-sp {
      display: none; }
    #campaign .character .inner {
      position: relative;
      width: 1260px;
      height: 1160px;
      margin: 0 auto; }
    #campaign .character .c1 {
      position: absolute;
      top: 586px;
      left: -98px;
      transform: translateY(400px); }
      #campaign .character .c1 img {
        max-width: none; }
    #campaign .character .c2 {
      position: absolute;
      top: 364px;
      left: -110px;
      transform: translateY(400px); }
      #campaign .character .c2 img {
        max-width: none; }
    #campaign .character .c1-sp {
      display: none; }
    #campaign .character .c2-sp {
      display: none; }

@media only screen and (max-width: 1200px) {
  #campaign .character .inner {
    width: 100%; }
  #campaign .character .thanks img {
    width: 100%; }
  #campaign .character .c1 {
    left: 0; }
    #campaign .character .c1 img {
      max-width: 100%; }
  #campaign .character .c2 {
    left: 0; }
    #campaign .character .c2 img {
      max-width: 100%; }
  #campaign .balloon3 {
    display: none; } }
@media only screen and (max-width: 768px) {
  #campaign {
    padding: 40px 0 0;
    background: none; }
    #campaign .bg {
      display: none; }
    #campaign h2 {
      margin-bottom: 40px; }
    #campaign .column {
      margin-bottom: 40px; }
      #campaign .column h3 {
        padding: 10px 0px;
        font-size: 28px;
        font-size: 4.5572916667vw; }
      #campaign .column .inner {
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.8); }
        #campaign .column .inner h4 {
          font-size: 24px;
          font-size: 3.90625vw; }
        #campaign .column .inner p {
          font-size: 20px;
          font-size: 3.2552083333vw; }
    #campaign .character {
      height: 90vh;
      min-height: 500px; }
      #campaign .character .inner {
        width: auto; }
      #campaign .character .thanks {
        display: none; }
      #campaign .character .thanks-sp {
        display: block;
        opacity: 0;
        transform: translateY(100px); }
        #campaign .character .thanks-sp img {
          width: 100%; }
      #campaign .character .c1 {
        display: none; }
      #campaign .character .c2 {
        display: none; }
      #campaign .character .c1-sp {
        display: block;
        transform: translateY(400px); }
        #campaign .character .c1-sp img {
          width: 100%; }
      #campaign .character .c2-sp {
        display: block;
        margin-bottom: -100vw;
        transform: translateY(400px); }
        #campaign .character .c2-sp img {
          width: 100%; } }
/*-----------------------------------------------
 sns
-----------------------------------------------*/
#sns {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-bottom: 20;
  text-align: center;
  color: #000f73;
  background: #fff; }
  #sns .logo {
    width: 197px;
    margin: 0 auto 20px; }
    #sns .logo path {
      fill: #000f73; }
  #sns .sns {
    margin-bottom: 10px; }
    #sns .sns li {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: 0 10px; }
      #sns .sns li img {
        width: 100%; }
  #sns nav {
    margin-bottom: 5px; }
    #sns nav.navigation li {
      display: inline-block;
      font-size: 16px;
      line-height: 1.5;
      vertical-align: middle; }
      #sns nav.navigation li::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #000f73; }
      #sns nav.navigation li a {
        padding: 0 10px; }
      #sns nav.navigation li:last-child::after {
        display: none; }
  #sns .notice {
    margin-bottom: 20px; }

/*-----------------------------------------------
 .footerLine
-----------------------------------------------*/
@keyframes bgiLoop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -602px 0; } }
.bgLine {
  position: relative;
  z-index: 2;
  height: 66px;
  background-color: #14267B;
  background-image: url(/lp/2nd-anniversary/assets/img/global/repeat_line.png);
  background-size: 602px 66px;
  background-position: left center;
  animation: bgiLoop 10s linear infinite; }
  .bgLine .pagetop {
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 10px; }

@media only screen and (max-width: 768px) {
  .bgLine {
    background-position: right 48px top; }
    .bgLine .pagetop {
      bottom: -17px; }
      .bgLine .pagetop img {
        width: 23.5px; } }
/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
  position: relative;
  padding: 15px 0;
  text-align: center;
  background: #fff; }
  #footer small {
    font-size: 14px;
    line-height: 1.5;
    color: #000f73; }
  #footer .pagetop {
    position: fixed;
    opacity: 0;
    z-index: 10;
    right: 10px;
    bottom: 60px;
    transform: translateY(200px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    #footer .pagetop.on {
      opacity: 1;
      transform: translateY(0); }
    #footer .pagetop.off {
      opacity: 0;
      transform: translateY(200px); }

#footerNavigation {
  display: none; }
  #footerNavigation .bg {
    position: fixed;
    opacity: 0;
    z-index: 10;
    bottom: -200px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    transform: skew(0deg, -2deg);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    #footerNavigation .bg::before {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(to left, #acd1e9, #f6b6c2); }
  #footerNavigation .inner {
    position: fixed;
    opacity: 0;
    z-index: 11;
    bottom: -200px;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    #footerNavigation .inner .sns {
      font-size: 0;
      padding: 10px; }
      #footerNavigation .inner .sns li {
        display: inline-block;
        margin-right: 5px; }
        #footerNavigation .inner .sns li img {
          width: 35px; }
    #footerNavigation .inner .logo {
      position: absolute;
      bottom: 10px;
      right: 75px; }
      #footerNavigation .inner .logo img {
        width: 110px; }
    #footerNavigation .inner .menu {
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 50px;
      height: 54px;
      background-image: url(/lp/2nd-anniversary/assets/img/global/menu@2x.png);
      background-size: 50px 54px; }
  #footerNavigation.on .bg {
    opacity: 1;
    bottom: 0; }
  #footerNavigation.on .inner {
    opacity: 1;
    bottom: 0; }

#spNavigation {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 90vh;
  background-color: #fff;
  background-image: url(/lp/2nd-anniversary/assets/img/global/menuBg.png);
  background-size: cover;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2); }
  #spNavigation .close {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 50px;
    height: 64px;
    background-image: url(/lp/2nd-anniversary/assets/img/global/close@2x.png);
    background-size: 50px 64px; }
  #spNavigation nav > ul {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    text-align: center; }
    #spNavigation nav > ul > li {
      line-height: 3;
      font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif; }
      #spNavigation nav > ul > li::before {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #acd1e9, #f6b6c2);
        transform: skew(0deg, -2deg); }
      #spNavigation nav > ul > li a {
        font-size: 26px;
        font-size: 4.2317708333vw;
        color: #00176f; }
      #spNavigation nav > ul > li.logo img {
        width: 40%; }
      #spNavigation nav > ul > li.logo::before {
        display: none; }
      #spNavigation nav > ul > li ul {
        font-size: 0; }
        #spNavigation nav > ul > li ul li {
          display: inline-block;
          margin: 0 5px;
          padding-top: 5vw;
          width: 35px; }
          #spNavigation nav > ul > li ul li img {
            width: 100%; }

@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 110px; }
    #footer .pagetop {
      bottom: 140px; }
      #footer .pagetop img {
        width: 23.5px; }

  #footerNavigation {
    display: block; } }
@media only screen and (max-width: 500px) {
  #footerNavigation .inner .logo {
    right: 75px; } }
@media only screen and (max-width: 479px) {
  #footerNavigation .inner .logo {
    display: none;
    right: 75px; } }
/*-----------------------------------------------
 bg
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  #projectBg {
    display: none;
    position: fixed;
    z-index: -3;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/lp/2nd-anniversary/assets/img/project/logo.png);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

  #memoryBg {
    display: none;
    position: fixed;
    z-index: -2;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/lp/2nd-anniversary/assets/img/memory/bg.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center center; }

  #campaignBg {
    display: none;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/lp/2nd-anniversary/assets/img/campaign/bg-sharp.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center center; } }
