@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("../Fonts/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Variable Concept";
  src: url("../Fonts/MinionVariableConcept-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myanmar MN";
  src: url("../Fonts/Myanmar MN.ttc") format("collection");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .loadTrigger {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeRightAnime {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeLeftAnime {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

body.active {
  overflow: hidden;
}

.box-wrapper {
  font-weight: 400;
  color: black;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*intro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*anchor */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look01 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look04 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*outro */
  /*-----------------------------*/
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: black;
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.box-wrapper li {
  list-style: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .is-sp {
    display: none !important;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
.box-wrapper .eng {
  font-family: "didot-lt-pro", "Didot", "Bodoni Moda", "Bodoni 72", "Times New Roman", serif;
}
.box-wrapper p {
  line-height: 1.6;
}
.box-wrapper section {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .box-wrapper section {
    padding-top: 100px;
  }
}
.box-wrapper .koz {
  font-family: "KozGoPr6N", serif;
}
.box-wrapper .min {
  font-family: "Minion Variable Concept", serif;
}
.box-wrapper .myan {
  font-family: "Myanmar MN", serif;
}
.box-wrapper .ten {
  font-family: "ten-oldstyle", serif;
}
@media screen and (min-width: 769px) {
  .box-wrapper #hero {
    aspect-ratio: 1440/900;
    position: relative;
  }
  .box-wrapper #hero .hero-bg {
    position: absolute;
    width: 100%;
    inset: 0;
  }
  .box-wrapper #hero .hero-left {
    width: 40.0694444444%;
    position: absolute;
    left: 0;
    bottom: 7.7777777778%;
  }
  .box-wrapper #hero .hero-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 19.6666666667%;
  }
  .box-wrapper #hero .hero-ttl {
    font-size: 3.4722222222vw;
    color: white;
    position: absolute;
    right: 4.4444444444%;
    bottom: 7.2222222222%;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper #hero {
    aspect-ratio: 390/630;
    position: relative;
  }
  .box-wrapper #hero .hero-bg {
    position: absolute;
    width: 100%;
    inset: 0;
  }
  .box-wrapper #hero .hero-left {
    width: 47.4358974359%;
    position: absolute;
    left: 0;
    bottom: 5.3968253968%;
  }
  .box-wrapper #hero .hero-right {
    width: 70.2564102564%;
    position: absolute;
    right: 0;
    bottom: 22.380952381%;
  }
  .box-wrapper #hero .hero-ttl {
    font-size: 6.1538461538vw;
    color: white;
    position: absolute;
    right: 3.8461538462%;
    bottom: 14.358974359%;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .box-wrapper #intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .box-wrapper #intro .intro-ttl {
    font-size: 26px;
    text-align: center;
  }
  .box-wrapper #intro .intro-desc {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper #intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-wrapper #intro .intro-ttl {
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper #intro .intro-desc {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .box-wrapper #anchor {
    padding-top: 150px;
    padding-bottom: 285px;
    background-image: url(../images/anchor-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper #anchor .anchor-wrap {
    margin: 0 auto;
    width: 550px;
    display: flex;
    gap: 50px;
  }
  .box-wrapper #anchor .anchor-list__item {
    margin-bottom: 50px;
  }
  .box-wrapper #anchor .anchor-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #anchor .anchor-list__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    font-size: 14px;
    line-height: 1;
    width: 250px;
  }
  .box-wrapper #anchor .anchor-list__link span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper #anchor {
    padding-top: 54px;
    padding-bottom: 161px;
    background-image: url(../images/anchor-bgSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper #anchor .anchor-wrap {
    margin: 0 auto;
    width: 213px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .box-wrapper #anchor .anchor-list__item {
    margin-bottom: 25px;
  }
  .box-wrapper #anchor .anchor-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #anchor .anchor-list__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    font-size: 12px;
    line-height: 1;
  }
  .box-wrapper #anchor .anchor-list__link span {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .box-wrapper .look-sticky {
    margin-top: 200px;
  }
  .box-wrapper .look-sticky .sticky-parent {
    position: relative;
  }
  .box-wrapper .look-sticky .sticky-parent.look01 {
    height: 200vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look02 {
    height: 300vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look03 {
    height: 200vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look07 {
    height: 300vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look08 {
    height: 200vh;
  }
  .box-wrapper .look-sticky .sticky-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper .look-sticky .sticky-child img {
    margin: auto;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky01-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky01-02 {
    width: 28.4722222222%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky02-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky02-02 {
    width: 41.6666666667%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky02-03 {
    width: 28.4722222222%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky03-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky03-02 {
    width: 28.4722222222%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky07-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky07-02 {
    width: 28.4722222222%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky07-03 {
    width: 66.5972222222%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky08-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky08-02 {
    width: 28.4722222222%;
  }
  .box-wrapper .look-main img {
    width: 100%;
  }
  .box-wrapper .look-credit {
    margin-top: 200px;
    position: relative;
  }
  .box-wrapper .look-credit__number {
    text-align: center;
    font-size: 80px;
    margin-bottom: 40px;
    width: 100%;
  }
  .box-wrapper .look-credit__number.look01, .box-wrapper .look-credit__number.look03 {
    margin-bottom: 0;
    left: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
  }
  .box-wrapper .look-credit__img {
    width: 720px;
    margin: 0 auto;
  }
  .box-wrapper .look-credit__img.look10 {
    width: 66.6666666667%;
  }
  .box-wrapper .look-credit__link {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .box-wrapper .look-credit__link.link02 {
    margin-top: 20px;
  }
  .box-wrapper .look-credit__link a {
    display: inline-block;
    text-decoration: underline;
  }
  .look05_pcsize {
    width: 1440;
    height: 810;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper .look-sticky {
    margin-top: 100px;
  }
  .box-wrapper .look-sticky .sticky-parent {
    position: relative;
  }
  .box-wrapper .look-sticky .sticky-parent.look01 {
    height: 200vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look02 {
    height: 300vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look03 {
    height: 200vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look07 {
    height: 300vh;
  }
  .box-wrapper .look-sticky .sticky-parent.look08 {
    height: 200vh;
  }
  .box-wrapper .look-sticky .sticky-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper .look-sticky .sticky-child img {
    margin: auto;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky01-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky01-02 {
    width: 69.2307692308%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky02-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky02-02 {
    width: 79.4871794872%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky02-03 {
    width: 69.2307692308%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky03-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky03-02 {
    width: 69.2307692308%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky07-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky07-02 {
    width: 69.2307692308%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky07-03 {
    width: 89.7435897436%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky08-01 {
    width: 100%;
  }
  .box-wrapper .look-sticky .sticky-child img.sticky08-02 {
    width: 69.2307692308%;
  }
  .box-wrapper .look-main img {
    width: 100%;
  }
  .box-wrapper .look-credit {
    margin-top: 100px;
    position: relative;
  }
  .box-wrapper .look-credit__number {
    text-align: center;
    font-size: 45px;
    margin-bottom: 5px;
    width: 100%;
  }
  .box-wrapper .look-credit__number.look01, .box-wrapper .look-credit__number.look03 {
    margin-bottom: 0;
    left: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
  }
  .box-wrapper .look-credit__img {
    width: 270px;
    margin: 0 auto;
  }
  .box-wrapper .look-credit__img.look10 {
    width: 310px;
  }
  .box-wrapper .look-credit__link {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
  .box-wrapper .look-credit__link.link02 {
    margin-top: 10px;
  }
  .box-wrapper .look-credit__link a {
    display: inline-block;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .box-wrapper #look01 .look01-intro {
    padding-top: 153px;
    padding-bottom: 161px;
    position: relative;
  }
  .box-wrapper #look01 .look01-intro__main {
    position: relative;
    width: 50.0694444444%;
    margin: 0 auto;
  }
  .box-wrapper #look01 .look01-intro__left {
    width: 34.7222222222%;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .box-wrapper #look01 .look01-intro__right {
    width: 34.7222222222%;
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper #look01 .look01-intro {
    padding-top: 77px;
    padding-bottom: 47px;
    position: relative;
  }
  .box-wrapper #look01 .look01-intro__main {
    position: relative;
    width: 79.4871794872%;
    margin: 0 auto;
  }
  .box-wrapper #look01 .look01-intro__left {
    width: 46.1538461538%;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .box-wrapper #look01 .look01-intro__right {
    width: 53.8461538462%;
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .box-wrapper #look04 .look04-intro {
    margin: 0 auto;
    width: 50.0694444444%;
  }
  .box-wrapper #look04 .look04-middle {
    margin-top: 182px;
  }
  .box-wrapper #look04 .look04-list {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .box-wrapper #look04 .look04-list__item {
    width: 27.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper #look04 .look04-intro {
    margin: 0 auto;
  }
  .box-wrapper #look04 .look04-middle {
    margin-top: 79px;
  }
  .box-wrapper #look04 .look04-list {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .box-wrapper #look04 .look04-list__item {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .box-wrapper #outro {
    margin-top: 256px;
    padding: 80px;
    background-image: url(../images/outro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper #outro .outro-contaienr {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper #outro .outro-wrap {
    padding: 10px 40px;
  }
  .box-wrapper #outro .outro-ttl {
    font-size: 26px;
    color: white;
    margin-top: 50px;
  }
  .box-wrapper #outro .outro-ttl.link {
    display: block;
    text-decoration: underline;
  }
  .box-wrapper #outro .outro-desc {
    margin-top: 10px;
    font-size: 14px;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .box-wrapper #outro {
    margin-top: 100px;
    padding: 30px 0 100px;
    background-image: url(../images/outro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper #outro .outro-contaienr {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper #outro .outro-wrap {
    padding: 0 25px;
  }
  .box-wrapper #outro .outro-ttl {
    font-size: 20px;
    color: white;
    margin-top: 30px;
  }
  .box-wrapper #outro .outro-ttl.link {
    display: block;
    text-decoration: underline;
  }
  .box-wrapper #outro .outro-desc {
    margin-top: 10px;
    font-size: 11px;
    color: white;
  }
}
/*# sourceMappingURL=style.css.map */