<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: 'PerpetuaItalic';
    src: url('/photo/page/agete/common/fonts/PerpetuaItalic.eot'); /* IE9 Compat Modes */
    src: url('/photo/page/agete/common/fonts/PerpetuaItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/photo/page/agete/common/fonts/PerpetuaItalic.woff') format('woff'), /* Modern Browsers */
    url('/photo/page/agete/common/fonts/PerpetuaItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}


/* loading */
@media all and (min-width: 768px) {
#cover {
    background: url(../img/loading.gif) center center no-repeat;
    background-color: #fff;
}
}


body {
  overflow: hidden;
}


/* base */
@media all and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
#gHeader {
    position: fixed !important;
    transform: none !important;
}

.teturnTop svg {
    fill: #fff;
}
#gFooter {
  position: relative;
  z-index: 1;
}


/* bg slider */
    .rowSlider {
      margin: 0 auto;
      width: 120%;
			height: 45vh;
			min-height: 260px;
      padding: 2.5vh 0;
      overflow: hidden;
    }
		.bgSlider {
			width: 100%;
			height: 100vh;
			padding-top: 100px;
			position: fixed;
			top: 0;
			z-index: 0;
      opacity: 0;
      pointer-events: none;
      will-change: opacity, transform;
      transition: opacity 1s ease;
		}
    .videoEnded .bgSlider {
      animation: fadeBgSlider 4s ease forwards;
    }
		.slick-slider,.slick-slider .slick-track, .slick-slider .slick-list {
			height: 100%;
		}
    .rowSlider .carouselImg {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      will-change: transform;
      backface-visibility: hidden;
    }
    .slick-initialized .slick-slide {
      margin: 0.5% 0.02%;
      width: 450px !important; /* 固定サイズ：必要に応じて調整 */
    }
    .carouselImg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      margin: 0;
    }
    @keyframes fadeBgSlider {
      0% {
        z-index: 0;
        opacity: 0;
      }
      40% {
        opacity: 1;
        z-index: 0;
      }
      80% {
        opacity: 1;
      }
      100% {
        opacity: 0.2;
      }
    }
    .slick-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      margin: 0 0.05% !important;
    }
    .slick-track {
      display: flex !important;
      align-items: center;
    }
    @media (max-width: 767px) {
    .slick-initialized .slick-slide {
      margin: 0 0.02%;
      width: 300px !important; /* 固定サイズ：必要に応じて調整 */
    }
    .slick-slide img {
      padding: 0;
      margin: 0;
    }
    .slick-initialized .slick-slide {
      margin: 0 0.02%;
    }
    .rowSlider {
      margin: 0 auto;
      width: 120%;
			height: calc((100vh - 1.5vh - 180px)/3);
      padding: 0 0 0.5vh;
      overflow: hidden;
    }
    }
.sliderShift {
  transform: translateX(-28%);
}
.sliderShift .shift {
  transform: translateX(12%);
}
@media (max-width: 767px) {
.sliderShift {
  transform: translateX(-33%);
}
.sliderShift .shift {
  transform: translateX(12%);
}
}


/* movie */
.mvMovie.movieArea {
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: opacity 1s ease;
  opacity: 1;
}
.mvMovie.movieArea.fadingOut {
  opacity: 0;
  z-index: 0;
}
.hacobune-app-container {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
}
.hacobune-unit-video-outline,
.hacobune-readmore {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
  display: none;
}
.hacobune-readmore {
  margin-bottom: 0 !important;
}
.hacobune-video-js.videojs-default-skin {
  background-color: #000 !important;
}
.movieArea .vid_main {
  width: 100%;
}
.hero .naviLead img {
  mix-blend-mode: multiply;
}
@media all and (min-width: 768px) {
.hero .logoAreaWrap.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #322a2a;
  position: relative;
}
}
@media all and (max-width: 767px) {
.hacobune-app-container {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.hacobune-unit-video {
  margin: 0 !important;
}
.hero .logoAreaWrap {
  height: calc(1300 / 750* 100vw);
}
.movieArea .vid_main {
  height: 100%;
  object-fit: cover;
}
}


/* contents */
.lpContent {
  min-width: 1440px;
  position: relative;
  background-color: #161413;
}
.rerativeArea {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.rerativeArea .add {
  margin-top: 0.2em;
  color: #d9d9d9;
  font-size: 10px;
  letter-spacing: -0.05em;
}
.notYet,
.notYet a {
  pointer-events: none;
}
.notYet a .arrow_rightIcon {
  display: none !important;
}
section#main {
  padding-bottom: 0;
  background-color: #161413;
}
section#main .sectionArea {

}
section#main .bgWrap {
  background-color: #001C25;
}
@media all and (max-width: 767px) {
.lpContent {
  min-width: inherit;
}
.rerativeArea {
  width: 100%;
}
section#main {
  overflow: hidden;
}
}
.arrow_right {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.secInner &gt; .contArea &gt; p.detail a {
  margin-right: 2.5em;
  color: #fff;
}
.arrow_right .arrow_rightIcon {
  margin: 0 auto;
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  position: absolute;
  bottom: 0.4em;
  right: -0.8em;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  opacity: 1;
  transform: translateX(0) rotate(-45deg);
  transition: transform 0.3s ease-out;
  animation: fluffy2 2s 1s ease-in-out infinite;
}
@keyframes fluffy2 {
  0% { transform:translateX(0) rotate(-45deg); opacity: 1;}
  50% { transform:translateX(5px) rotate(-45deg); opacity: .6;}
  100% { transform:translateX(0) rotate(-45deg); opacity: 1;}
}
@media all and (max-width: 767px) {
.arrow_right {
  font-size: 13px;
}
}

.itemDetail {
  position: absolute;
  z-index: 3;
}
.itemDetail a {
  color: #fff;
  font-size: 12px;
  line-height: 1.64;
  text-align: left;
  display: inline;
}
a.itemLinkBlock {
  display: block;
  position: absolute;
  z-index: 1;
}
.textSet {
  position: absolute;
}
.textSet .category {
  display: block;
}
.textSet .stext {
  margin-top: 0.6em;
  line-height: 1.64;
  font-size: 15px;
  color: #d9d9d9;
}
.secInner {
  position: relative;
  overflow-x: hidden;
}
.secInner &gt; .contArea &gt; .title {
  font-size: 42px;
  font-family: "Perpetua Regular";
  color: #333;
  letter-spacing: 0.03em;
}
.secInner &gt; .contArea &gt; .secTitle {
  position: absolute;
}
.secInner &gt; .contArea &gt; p.text01 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 2;
  position: absolute;
}
.secInner &gt; .contArea &gt; p.text02 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-base);
  line-height: 2;
  position: absolute;
}
.secInner &gt; .contArea &gt; p.detail {
  font-size: 12px;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.64;
  position: absolute;
}
.secInner &gt; .contArea &gt; p.detail .para {
  display: block;
}
.secInner &gt; .contArea &gt; p.detail .para + .para {
  margin-top: 0.8em;
}
@media all and (min-width: 768px) {
.itemImg {
  position: absolute;
  opacity: 1;
  transition: opacity .5s ease;
}
.itemImg.imghover {
  opacity: .6;
  transition: opacity .5s ease;
}
}
@media all and (max-width: 767px) {
.rerativeArea .itemImg {
  display: none !important;
}
.itemDetail a {
  font-size: 10px;
}
.textSet .stext {
  margin-top: 0.4em;
  font-size: calc(22/750*100vw);
  line-height: 1.46;
}
.spRerative {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}
.secInner &gt; .contArea &gt; .title {
  font-size: calc(56/750*100vw);
}
.secInner &gt; .contArea &gt; p.text01,
.secInner &gt; .contArea &gt; p.text02 {
  font-size: calc(26/750*100vw);
  text-align: justify;
  line-height: 1.8;
}
.secInner &gt; .contArea &gt; p.detail {
  font-size: calc(20/750*100vw);
}
.secInner &gt; .contArea &gt; p.detail.detail01 {
  font-size: calc(19/750*100vw);
  letter-spacing: -0.02em;
}
}

ul.itemLinkList {
  margin-top: 0.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 4em;
}
ul.itemLinkList li a {
  color: #907531;
  font-size: 12px;
  white-space: nowrap;
}
ul.itemLinkList li a p {
  display: inline;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
ul.itemLinkList {
  width: calc(690/750*100vw);
  margin: 0 auto;
  padding-top: 0.8em;
  gap: 0.3em 3em;
}
ul.itemLinkList li a {
  font-size: 10px;
}
}


/* item button */
.anniversary_35th06 .itemBtn {
  position: absolute;
  z-index: 5;
  text-align: center;
}
.anniversary_35th06 .itemBtn.addText01 {
  z-index: 6;
}
.itemBtn a {
  width: 2em;
  height: 2em;
  border-radius: 100px;
  display: block;
  line-height: 2em;
  color: rgba(255,255,255,.8);
  background-color: rgba(0,0,0,.2);
  font-size: 16px;
  position: relative;
}
.itemBtn.black a {
  background-color: rgba(0,0,0,.3);
}
.itemBtn.notAvailable a,
.itemBtn.notYet0000 a,
.itemBtn.notYet0425 a,
.itemBtn.notYet0214 a {
  pointer-events: none;
}
.itemBtn.notAvailable a:hover,
.itemBtn.notYet0000 a:hover,
.itemBtn.notYet0425 a:hover,
.itemBtn.notYet0214 a:hover {
  opacity: 1;
}
.itemBtn.notAvailable a {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  border-radius: 0;
}
.itemBtn.notAvailable:hover a:before {
  width: 9.6em;
  white-space: pre;
  content: "オンラインストアでの\Aお取り扱い無し";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -3.2em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notAvailable:hover a:after {
  width: 9.6em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -3em;
  left: -3.5em;
  opacity: 1;
}
.itemBtn.notYet0000:hover a:before {
  width: 6em;
  white-space: pre;
  content: "近日発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -2.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notYet0000:hover a:after {
  width: 6em;
  height: 1.46em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -2em;
  left: -1.8em;
  opacity: 1;
}
.itemBtn.notYet0425:hover a:before {
  width: 5em;
  white-space: pre;
  content: "4/25(金)\A発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notYet0425:hover a:after {
  width: 5em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -3em;
  left: -1.5em;
  opacity: 1;
}
.itemBtn.notYet0214:hover a:before {
  width: 5em;
  white-space: pre;
  content: "2/14(金)\A発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notYet0214:hover a:after {
  width: 5em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -3em;
  left: -1.5em;
  z-index: 1;
  display: block;
  opacity: 1;
}
@media all and (max-width: 767px) {
.itemBtn a {
  font-size: 12px;
}
}





/* bnrLinkArea */
.bnrLinkArea {
  padding: 186px 0 186px;
}
ul.bnrLinkList {
  margin: 0 auto;
  max-width: 1062px;
}
.bnrLinkBox a {
  display: block;
  position: relative;
  line-height: 1;
}
.bnrLinkBox + .bnrLinkBox {
  margin-top: 30px;
}
.bnrLinkBox .image {
}
.bnrLinkBox .textArea {
  width: 92%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.bnrLinkBox .textArea .textAreaInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bnrLinkBox .text {
  margin-bottom: 0.8em;
  text-align: right;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
@media all and (min-width: 768px) {
.bnrLinkArea {
  background: url(../img/bnr_bg-pc.png) repeat-y;
  background-size: 100% auto;
}
.bnrLinkBox .arrow {
  position: absolute;
  top: 142px;
  right: 688px;
  width: 40px;
  transition: right ease .3s;
  opacity: .7;
}
.bnrLinkBox a:hover .arrow {
  right: 678px;
}
.bnrLinkBox.bnr02 .arrow {
  right: 262px;
}
.bnrLinkBox.bnr02 a:hover .arrow {
  right: 252px
}
}
@media all and (max-width: 767px) {
  .bnrLinkArea {
    padding: calc(160/750*100vw) 0 calc(254/750*100vw);
    background: url(../img/cont_bg-sp.png) repeat-y;
    background-size: 100% auto;
  }
  ul.bnrLinkList {
    width: calc(640/750*100vw);
  }
  .bnrLinkBox .textArea {
    position: absolute;
    top: auto;
    bottom: 4%;
    transform: none;;
  }
  .bnrLinkBox .arrow {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: calc(58/750*100vw);
    display: none;
  }
  .bnrLinkBox + .bnrLinkBox {
    margin-top: 20px;
  }
  .bnrLinkBox .text {
    margin-bottom: 1.6em;
    font-size: calc(30/750*100vw);
    text-align: left;
  }
}



/* sections */

.mvTitleArea {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s linear;
}
.videoEnded .mvTitleArea {
  animation: showThenHide 4s ease forwards;
}
@keyframes showThenHide {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  20% {
    opacity: 0;
    visibility: hidden;
  }
  40% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.mvTitleArea .mvTitleAreaInner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mvTitleArea .mvTitleAreaInner .mvLogo {
  margin: auto;
  width: 98px;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mvTitleArea .mvTitleAreaInner .mvTitle {
  margin: auto;
  width: calc(1388/1440*100vw);
  max-width: 1388px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
.mvTitleArea .mvTitleAreaInner .mvTitle img {
  width: 100%;
  max-width: none;
}
@media all and (max-width: 767px) {
.mvTitleArea .mvTitleAreaInner .mvLogo {
  width: calc(142/750*100vw);
  height: calc(192/750*100vw);
}
.mvTitleArea .mvTitleAreaInner .mvTitle {
  margin: auto;
  width: calc(86/750*100vw);
  left: calc(32/750*100vw);
  right: auto;
  top: calc(180/750*100vw);
  bottom: auto;
}
}

.leadContentArea {
  padding: 200px 0 60px;
  position: relative;
  color: #fff;
  opacity: 0;
  z-index: 2;
  text-align: center;
}
.videoEnded .leadContentArea {
  animation: showLeadContent 5s ease forwards;
}
@keyframes showLeadContent {
  0% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leadContentArea .movieArea {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 100px;
}
.leadContentArea .leadContentCopy {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 170px;
  padding: 0 70px;
  text-align: left;
}
.leadContentArea .leadContentLead {
  margin: 0 0 120px;
}
.leadContentArea .leadContentText {
  margin: 0 0 100px;
}
.leadContentArea .leadContentText p {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.4;
}
.leadContentArea .leadContentText p + p {
  margin-top: 1em;
}
.leadContentArea p.large {
  margin-top: 0.6em;
  font-size: 30px;
}
@media all and (max-width: 767px) {
.leadContentArea {
  padding: 120px 0 60px;
}
.leadContentArea .movieArea {
  width: calc(630/750*100vw);
  margin: 0 auto calc(100/750*100vw);
}
.leadContentArea .leadContentCopy {
  width: calc(346/750*100vw);
  margin: 0 0 calc(260/750*100vw);
  padding: 0 calc(24/750*100vw);
}
.leadContentArea .leadContentLead {
  width: calc(650/750*100vw);
  margin: 0 auto calc(124/750*100vw);
}
.leadContentArea .leadContentText {
  margin: 0 0 calc(60/750*100vw);
}
.leadContentArea .leadContentText p {
  font-size: calc(26/750*100vw);
}
.leadContentArea .leadContentText p + p {
  margin-top: 1.3em;
}
.leadContentArea p.large {
  font-size: calc(36/750*100vw);
  line-height: 1.7;
}
}


.sectionBg {
  background: url(../img/cont_bg-pc.jpg) repeat-y;
  background-size: 100% auto;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
.sectionArea .contBox {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.sectionArea .titleArea {
  width: 100%;
  margin: 0;
  padding: 0 0 44px 0;
}
.sectionArea .itemArea {
  width: 100%;
  position: relative;
}
.sectionArea .itemText {
  font-size: 16px;
  font-weight: 400;
  color: #3F3113;
  line-height: 1.9;
  text-align: left;
  position: absolute;
}
.sectionArea .addText {
  font-size: 14px;
  font-weight: 400;
  color: #3F3113;
  line-height: 1.64;
  text-align: left;
  position: absolute;
}
.sectionArea .itemBnrBtnArea {
  position: absolute;
}
.sectionArea .itemBnrBtn {
  width: 450px;
  padding: 1.4em 0;
  display: inline-block;
  color: #fff;
  line-height: 1.64;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  position: relative;
  background-color: #74663a;
  text-align: center;
}
.sectionArea .itemBnrBtn:after {
  content: "";
  margin: auto 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  transition: all .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 68px;
}
@media all and (min-width: 768px) {
.sectionArea .itemBnrBtn:hover:after {
  right: 58px;
}
}
@media all and (max-width: 767px) {
.sectionBg {
  background: url(../img/cont_bg-sp.png) repeat-y;
  background-size: 100% auto;
  padding-bottom: 0;
}
.sectionArea .contBox {
  width: 100%;
}
.sectionArea .titleArea {
  padding: 0 0 calc(60/750*100vw) 0;
}
.sectionArea .itemText {
  font-size: calc(26/750*100vw);
}
.sectionArea .addText {
  font-size: calc(18/750*100vw);
}
.sectionArea .itemBnrBtn {
  width: calc(560/750*100vw);
  padding: 1em 0;
  font-size: calc(26/750*100vw);
}
.sectionArea .itemBnrBtn:after {
  right: calc(50/750*100vw);
}
}

.sec01 .secInner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: url(../img/sec01_bg-pc.png) no-repeat top;
  background-size: 100% auto;
}
.sec01.sectionArea .contBox {
  padding-top: 274px;
}
.sec01.sectionArea .titleArea {
  margin-left: 280px;
}
.sec01 .itemArea {
  margin: 0;
  margin-top: -86px;
  margin-left: 190px;
  padding: 0;
  width: 1306px;
  height: 702px;
  background: url(../img/sec01_img01-pc.png) no-repeat top;
  background-size: 1306px 702px;
}
.sec01.sectionArea .itemText {
  left: 90px;
  top: 222px
}
.sec01.sectionArea .itemBnrBtnArea {
  left: 90px;
  top: 502px
}
.sec01.sectionArea .itemBtn.itemBtn0101 {
    left: 884px;
    top: 176px;
}
.sec01.sectionArea .itemBtn.itemBtn0102 {
    left: 996px;
    top: 300px;
}
.sec01.sectionArea .itemBtn.itemBtn0103 {
    left: 996px;
    top: 578px;
}
.sec01.sectionArea .addText.addText01 {
    left: 782px;
    top: 600px;
}
@media all and (max-width: 767px) {
.sec01 .secInner {
  background: url(../img/sec01_bg-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec01.sectionArea .contBox {
  padding-top: calc(336/750*100vw);
}
.sec01.sectionArea .titleArea {
  width: calc(480/750*100vw);
  margin-left: calc(60/750*100vw);
}
.sec01 .itemArea {
  margin: 0;
  margin-top: calc(-32/750*100vw);
  padding: 0;
  width: 100%;
  height: calc(1370/750*100vw);
  background: url(../img/sec01_img01-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec01.sectionArea .itemText {
  left: calc(124/750*100vw);
  top: calc(650/750*100vw)
}
.sec01.sectionArea .itemBnrBtnArea {
  left: calc(124/750*100vw);
  top: calc(1186/750*100vw)
}
.sec01.sectionArea .itemBtn.itemBtn0101 {
    left: calc(416/750*100vw);
    top: calc(114/750*100vw);
}
.sec01.sectionArea .itemBtn.itemBtn0102 {
    left: calc(544/750*100vw);
    top: calc(254/750*100vw);
}
.sec01.sectionArea .itemBtn.itemBtn0103 {
    left: calc(654/750*100vw);
    top: calc(488/750*100vw);
}
.sec01.sectionArea .addText.addText01 {
    left: calc(508/750*100vw);
    top: calc(566/750*100vw);
}
}

.sec02 .secInner {
  margin: 0;
  padding: 0;
  background: url(../img/sec02_bg-pc.png) no-repeat top;
  background-size: 100% auto;
}
.sec02.sectionArea .contBox {
  padding-top: 225px;
}
.sec02.sectionArea .titleArea {
  margin-left: 160px;
}
.sec02 .itemArea {
  margin: 0;
  margin-left: 70px;
  padding: 0;
  width: 1606px;
  height: 618px;
  background: url(../img/sec02_img01-pc.png) no-repeat top;
  background-size: 1606px auto;
}
.sec02.sectionArea .itemText {
  left: 90px;
  top: 84px
}
.sec02.sectionArea .itemBnrBtnArea {
  left: 90px;
  top: 334px
}
.sec02.sectionArea .addText.addText01 {
    left: 642px;
    top: 166px;
}
.sec02.sectionArea .addText.addText02 {
    left: 988px;
    top: 440px;
}
@media all and (max-width: 767px) {
.sec02 .secInner {
  background: url(../img/sec02_bg-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec02.sectionArea .contBox {
  padding-top: calc(310/750*100vw);
}
.sec02.sectionArea .titleArea {
  width: calc(354/750*100vw);
  margin-left: calc(60/750*100vw);
}
.sec02 .itemArea {
  margin-left: 0;
  width: 100%;
  height: calc(1312/750*100vw);
  background: url(../img/sec02_img01-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec02.sectionArea .itemText {
  left: calc(60/750*100vw);
  top: calc(628/750*100vw)
}
.sec02.sectionArea .itemBnrBtnArea {
  left: calc(60/750*100vw);
  top: calc(1120/750*100vw)
}
.sec02.sectionArea .addText.addText01 {
    left: calc(60/750*100vw);
    top: calc(90/750*100vw);
}
.sec02.sectionArea .addText.addText02 {
    left: calc(506/750*100vw);
    top: calc(418/750*100vw);
}
}


.sec03 .secInner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: url(../img/sec03_bg-pc.png) no-repeat top;
  background-size: 100% auto;
}
.sec03.sectionArea .contBox {
  padding-top: 170px;
}
.sec03.sectionArea .titleArea {
  margin-left: auto;
  padding-right: 130px;
  text-align: right;
}
.sec03 .itemArea {
  margin: 0;
  margin-top: -26px;
  margin-left: 190px;
  padding: 0;
  width: 1190px;
  height: 609px;
  background: url(../img/sec03_img01-pc.png) no-repeat top;
  background-size: 1190px 609px;
}
.sec03.sectionArea .itemText {
  left: 674px;
  top: 182px
}
.sec03.sectionArea .itemBtn.itemBtn0301 {
    left: 206px;
    top: 112px;
}
.sec03.sectionArea .itemBtn.itemBtn0302 {
    left: 546px;
    top: 202px;
}
.sec03.sectionArea .itemBtn.itemBtn0303 {
    left: 582px;
    top: 368px;
}
.sec03.sectionArea .itemBtn.itemBtn0304 {
    left: 380px;
    top: 478px;
}
.sec03.sectionArea .itemBtn.itemBtn0305 {
    left: 44px;
    top: 348px;
}
@media all and (max-width: 767px) {
.sec03 .secInner {
  background: url(../img/sec03_bg-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec03.sectionArea .contBox {
  padding-top: calc(176/750*100vw);
}
.sec03.sectionArea .titleArea {
  width: calc(438/750*100vw);
  margin-left: auto;
  padding-right: calc(60/750*100vw);
  text-align: right;
}
.sec03 .itemArea {
  margin: 0;
  margin-top: calc(-12/750*100vw);
  padding: 0;
  width: 100%;
  height: calc(1170/750*100vw);
  background: url(../img/sec03_img01-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec03.sectionArea .itemText {
  left: calc(120/750*100vw);
  top: calc(634/750*100vw)
}
.sec03.sectionArea .itemBtn.itemBtn0301 {
    left: calc(162/750*100vw);
    top: calc(52/750*100vw);
}
.sec03.sectionArea .itemBtn.itemBtn0302 {
    left: calc(604/750*100vw);
    top: calc(144/750*100vw);
}
.sec03.sectionArea .itemBtn.itemBtn0303 {
    left: calc(650/750*100vw);
    top: calc(338/750*100vw);
}
.sec03.sectionArea .itemBtn.itemBtn0304 {
    left: calc(458/750*100vw);
    top: calc(438/750*100vw);
}
.sec03.sectionArea .itemBtn.itemBtn0305 {
    left: calc(80/750*100vw);
    top: calc(280/750*100vw);
}
}


.sec04 .secInner {
  margin: 0 auto;
  padding: 0 0 260px;
  width: 100%;
  background: url(../img/sec04_bg-pc.png) no-repeat top;
  background-size: 100% auto;
}
.sec04.sectionArea .contBox {
  padding-top: 204px;
}
.sec04.sectionArea .titleArea {
  margin-left: 110px;
}
.sec04 .itemArea {
  margin-left: 70px;
  margin-top: -70px;
  padding: 0;
  width: 1221px;
  height: 599px;
  background: url(../img/sec04_img01-pc.png) no-repeat top;
  background-size: 1221px 599px;
}
.sec04.sectionArea .itemText {
  left: 96px;
  top: 218px
}
.sec04.sectionArea .itemBtn.itemBtn0401 {
    left: 732px;
    top: 136px;
}
.sec04.sectionArea .itemBtn.itemBtn0402 {
    left: 1106px;
    top: 228px;
}
.sec04.sectionArea .itemBtn.itemBtn0403 {
    left: 1016px;
    top: 464px;
}
.sec04.sectionArea .itemBtn.itemBtn0404 {
    left: 642px;
    top: 390px;
}
@media all and (max-width: 767px) {
.sec04 .secInner {
  padding: 0 0 calc(150/750*100vw);
  background: url(../img/sec04_bg-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec04.sectionArea .contBox {
  padding-top: calc(190/750*100vw);
}
.sec04.sectionArea .titleArea {
  width: calc(397/750*100vw);
  margin-left: calc(60/750*100vw);
}
.sec04 .itemArea {
  margin: 0;
  margin-top: calc(-32/750*100vw);
  padding: 0;
  width: 100%;
  height: calc(1370/750*100vw);
  background: url(../img/sec04_img01-sp.png) no-repeat top;
  background-size: 100% auto;
}
.sec04.sectionArea .itemText {
  left: calc(64/750*100vw);
  top: calc(694/750*100vw)
}
.sec04.sectionArea .itemBtn.itemBtn0401 {
    left: calc(154/750*100vw);
    top: calc(124/750*100vw);
}
.sec04.sectionArea .itemBtn.itemBtn0402 {
    left: calc(600/750*100vw);
    top: calc(276/750*100vw);
}
.sec04.sectionArea .itemBtn.itemBtn0403 {
    left: calc(490/750*100vw);
    top: calc(504/750*100vw);
}
.sec04.sectionArea .itemBtn.itemBtn0404 {
    left: calc(64/750*100vw);
    top: calc(442/750*100vw);
}
}


.anniversary_35th06 .movieArea {
  width: calc(1040/1440*100vw);
  max-width: 1440px;
  min-width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
.anniversary_35th06 .movieArea {
  width: 100%;
  min-width: inherit;
}
}</pre></body></html>