@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  margin: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

.tu-tpl {
  /* Document */
  /* ============================================ */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
  /* Sections */
  /* ============================================ */
  /**
  * Remove the margin in all browsers.
  */
  /**
  * Render the `main` element consistently in IE.
  */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Reset radio and checkbox appearance to preserve their look in iOS.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * 1. Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.tu-tpl *,
.tu-tpl ::before,
.tu-tpl ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.tu-tpl img {
  max-width: 100%;
}
.tu-tpl p,
.tu-tpl table,
.tu-tpl blockquote,
.tu-tpl address,
.tu-tpl pre,
.tu-tpl iframe,
.tu-tpl form,
.tu-tpl figure,
.tu-tpl dl {
  margin: 0;
}
.tu-tpl ul,
.tu-tpl ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tu-tpl dt {
  font-weight: bold;
}
.tu-tpl dd {
  margin-left: 0;
}
.tu-tpl hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.tu-tpl pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.tu-tpl address {
  font-style: inherit;
}
.tu-tpl abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
.tu-tpl b,
.tu-tpl strong {
  font-weight: bolder;
}
.tu-tpl code,
.tu-tpl kbd,
.tu-tpl samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.tu-tpl small {
  font-size: 80%;
}
.tu-tpl sub,
.tu-tpl sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tu-tpl sub {
  bottom: -0.25em;
}
.tu-tpl sup {
  top: -0.5em;
}
.tu-tpl svg,
.tu-tpl img,
.tu-tpl embed,
.tu-tpl object,
.tu-tpl iframe {
  vertical-align: bottom;
}
.tu-tpl button,
.tu-tpl input,
.tu-tpl optgroup,
.tu-tpl select,
.tu-tpl textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}
.tu-tpl [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.tu-tpl [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
.tu-tpl button,
.tu-tpl [type=button],
.tu-tpl [type=reset],
.tu-tpl [type=submit] {
  cursor: pointer;
}
.tu-tpl button:disabled,
.tu-tpl [type=button]:disabled,
.tu-tpl [type=reset]:disabled,
.tu-tpl [type=submit]:disabled {
  cursor: default;
}
.tu-tpl :-moz-focusring {
  outline: auto;
}
.tu-tpl select:disabled {
  opacity: inherit;
}
.tu-tpl option {
  padding: 0;
}
.tu-tpl fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.tu-tpl legend {
  padding: 0;
}
.tu-tpl progress {
  vertical-align: baseline;
}
.tu-tpl textarea {
  overflow: auto;
}
.tu-tpl [type=number]::-webkit-inner-spin-button,
.tu-tpl [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.tu-tpl [type=search] {
  outline-offset: -2px;
  /* 1 */
}
.tu-tpl [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tu-tpl ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.tu-tpl label[for] {
  cursor: pointer;
}
.tu-tpl details {
  display: block;
}
.tu-tpl summary {
  display: list-item;
}
.tu-tpl [contenteditable]:focus {
  outline: auto;
}
.tu-tpl table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}
.tu-tpl caption {
  text-align: left;
}
.tu-tpl td,
.tu-tpl th {
  vertical-align: top;
  padding: 0;
}
.tu-tpl th {
  text-align: left;
  font-weight: bold;
}

/* Color */
/* Sise */
/* Font */
.tu-tpl img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .tu-tpl .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tu-tpl .sp {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .tu-tpl .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tu-tpl .pc {
    display: none !important;
  }
}

/*body {
  @include g.mq-up() {
    min-width: auto;
  }
}*/
.tu-tpl {
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0D0D0D;
}

.tu-tpl br.is-pc{display: inline-block;}
.tu-tpl br.is-sp{display: none;}


@media screen and (min-width: 769px) {
  footer #f_category_menu .f_category {
    width: 173.3333333333px !important;
  }
}

footer #pagetop_btn {
  z-index: 10;
}

/* 共通パーツ */
.l-container{
  width: 1080px;
  margin: 0 auto;
}

/* ヘッダー */
.l-container--header{
  width: 1080px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.tu-tpl .p-mv__head {
  position: relative;
  height: 80px;
  border-bottom: 2px solid #231815;
}
.tu-tpl .p-mv__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 80px;
}

.tu-tpl .p-mv__pr {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
  color: #333333;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  padding: 4px;
}
/* ヘッダーここまで */

.tu-tpl p{
  font-family: "Noto Sans JP";
  color:#0D0D0D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tu-tpl .l-container{
  width: 1020px;
  margin: 0 auto;
}

.tu-tpl .l-slidein__headings{
  width: 0;
}

.tu-tpl .l-slidein__ph{
  width: 0;
  height: 710px;
  margin-bottom: 10px;
  overflow-x: hidden;
}

.tu-tpl .l-slidein__ph.is-inview{
  animation : slideIn--ph 0.5s linear 0s 1  forwards;
}

.tu-tpl .p-ph{
  width:530px;
  height: 100%;
  object-fit: cover;
  object-position:left;
}

.tu-tpl .c-sentence{
  font-size: 14px;
  line-height: 200%; 
}
.tu-tpl .c-caption{
  font-size: 12px;
  line-height: 183.333%; 
}

.tu-tpl .c-credit{
  max-height: 19px;
  overflow: visible;
}

.tu-tpl .c-credit__button{
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  width: 64px;
}
.tu-tpl .c-credit__button:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  background-image: url("../images/2510seiko_icon_chevron.svg");
  right: -21px;
  top: 50%;
}
.tu-tpl .c-credit__button.is-active:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  background-image: url("../images/2510seiko_icon_chevron.svg");
  right: -21px;
  top: 50%;
  transform: rotate(180deg);
}
.tu-tpl .c-credit__img{
  width: 100%;
}
.tu-tpl .c-credit__caption{
  display: none;
}

.tu-tpl .a-fadeIn{
  opacity: 0;
  transition: all .5s linear;
}
.tu-tpl .a-fadeIn--chain1{
  opacity: 0;
  transition: all .5s linear;
}
.tu-tpl .a-fadeIn--chain2{
  opacity: 0;
  transition: all .5s linear;
}

.tu-tpl .a-fadeIn--lead{
  opacity: 0;
  transition: all .5s linear;
}

/* メインコンテンツ部分 */
/* MV */
#mv {
  margin-bottom: 120px;
}

#mv .l-mv__wrapper{
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

#mv .p-mv__ph{
  width: calc(100% / 3);
  opacity: 0;
  transition: all 1s linear;
}

#mv .p-mv__aori{
  width: calc(200 / 1440 * 100vw);
  position: absolute;
  top: calc(330 / 1440 * 100vw);
  left: 50%;
  transform: translateX(calc(-410 / 1440 * 100vw));
  opacity: 0;
  transition: all 1s linear;
}

#mv .l-slidein--mv__headings{
  position: absolute;
  width: 0;
  height: calc(46 / 1440 * 100vw);
  left: calc(326 / 1440 * 100vw);
  bottom: calc(46 / 1440 *100vw);
  overflow-x: hidden;
}

#mv .l-slidein--mv__headings.is-inview{
  animation : slideIn--mv__headings 0.5s linear 0s 1  forwards;
}

#mv .p-mv__headings{
  width:calc(788 / 1440 *100vw);
  height: 100%;
  object-fit: cover;
  object-position:left;
}

#mv .p-mv__lead{
  font-size: 18px;
  line-height: 38px;
  text-align: center;
}

/* MVここまで */

/* セクション1 */
#section01 .l-content__headings{
  margin-bottom: 80px;
  text-align: center;
}

#section01 .l-slidein__headings{
  margin-left: 280px;
}
#section01 .l-slidein__headings.is-inview{
  animation : slideIn--headings--01__headings 0.5s linear 0s 1  forwards;
}
#section01 .p-content__english{
  margin-bottom: 50px;
  width: 100%;
  opacity: 0;
  transition: all 1s linear;
}
#section01 .p-content__japanese{
  width: 456.5px;
  height: 76px;
  object-fit: cover;
  object-position:left;
}




#section01 .l-01__content:first-child{
  margin-bottom: 100px;
}

#section01 .p-01__content__headings{
  margin-bottom: 60px;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-weight: 600;
  line-height: 175%; 
  letter-spacing: 0.18em;
  position: relative;
}

#section01 .p-01__content__headings--1::before{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  background-color: #DBC993;
  left: 170px;
  top: 0px;
  mask-image: url('../images/2510seiko_icon_quote.svg');
}

#section01 .p-01__content__headings--1::after{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  background-color: #DBC993;
  right: 154px;
  bottom: 0px;
  mask-image: url('../images/2510seiko_icon_quote_reverse.svg');
  mask-size: contain;
}
#section01 .p-01__content__headings--2::before{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  background-color: #DBC993;
  left: 90px;
  top: 0px;
  mask-image: url('../images/2510seiko_icon_quote.svg');
}

#section01 .p-01__content__headings--2::after{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  background-color: #DBC993;
  right: 158px;
  bottom: 0px;
  mask-image: url('../images/2510seiko_icon_quote_reverse.svg');
  mask-size: contain;
}

#section01 .l-01__content__lower{
  display: flex;
  gap: 0 40px;
}
#section01 .l-01__content__lower:first-of-type{
  margin-bottom: 100px;
}

#section01 .l-01__content__lower__inner{
  width: 450px;
}

#section01 .l-01__ph__wrapper{
  width: 530px;
}

#section01 .l-01__content__description{
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

#section01 .l-01__content__description--1{
  gap: 0 60px;
}
#section01 .l-01__content__description--1:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  background-image: url("../images/2510seiko_01_no_pc.svg");
  left: 0px;
  top: -100px;
}

#section01 .l-01__content__description--2{
  gap: 0 51px;
}

#section01 .l-01__content__description--2:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 148px;
  height: 158px;
  background-image: url("../images/2510seiko_01_no2_pc.svg");
  right: 38px;
  top: -100px;
}

#section01 .l-content__point__list{
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#section01 .l-content__point__list--1{
  width: 180px;
  margin-top: 108px;
  margin-bottom: 10px;
}
#section01 .l-content__point__list--2{
  width: 194px;
  margin-top: 108px;
  margin-bottom: 10px;
}

#section01 .l-content__point{
  display: flex;
  align-items: start;
}

#section01 .l-content__point:nth-child(-n+2){
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #211142;
}

#section01 .p-content__point__headings{
  width: 30px;
}

#section01 .p-content__point__text{
  margin: 4px 0 4px 10px;
}

#section01 .p-content__point__text--1{
  width: 110px;
}
#section01 .p-content__point__text--2{
  width: 128px;
}
#section01 .p-content__point__text--3{
  width: 140px;
}
#section01 .p-content__point__text--4{
  width: 110px;
}
#section01 .p-content__point__text--5{
  width: 128px;
}
#section01 .p-content__point__text--6{
  width: 150px;
}

#section01 .l-content__watch__wrapper{
  width: 170px;
  display: flex;
  align-items: end;
}
#section01 .p-01__content__watch{
  width: 100%;
}

#section01 .c-sentence{
  margin-bottom: 40px;
}

/* セクション1ここまで */


/* セクション2ここから */
#section02{
  margin-bottom: 120px;
}
#section02 .l-content__headings{
  margin-bottom: 14px;
}
#section02 .p-content__japanese{
  width: 495.5px;
  height: 84.5px;
  object-fit: cover;
  object-position:left;
}

#section02 .l-slidein__headings{
  margin-left: 260px;
  margin-bottom: 14px;
}
#section02 .l-slidein__headings.is-inview{
  animation : slideIn--headings--02__headings 0.5s linear 0s 1  forwards;
}

#section02 .p-02__lead{
  margin-bottom: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

#section02 .l-02__package{
  width: 820px;
  padding: 40px 40px 458px 20px;
  margin: 0 auto;
  background-color: rgba(215, 197, 145, 0.70);
  position: relative;
}

#section02 .p-02__package__headings{
  display: block;
  width: 682.5px;
  margin: 0 auto 40px;
}

#section02 .l-02__package__content{
  display: flex;
}
#section02 .p-02__package__text{
  width: 372px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  position: relative;
}

#section02 .p-02__package__text::before{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  background-color: white;
  left: 56px;
  top: 0-10px;
  mask-image: url('../images/2510seiko_icon_quote.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}

#section02 .p-02__package__text::after{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  background-color: white;
  right: 76px;
  bottom: -10px;
  mask-image: url('../images/2510seiko_icon_quote_reverse.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}


#section02 .l-02__package__ph__wrapper{
  width: 388px;
  
}
#section02 .p-02__package__ph{
  width: 100%;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

#section02 .p-02__package__item--1{
  position: absolute;
  width: 516px;
  left: -20px;
  bottom: 25px;
}
#section02 .p-02__package__item--2{
  position: absolute;
  width: 336px;
  right: -21px;
  bottom: 36px;
}

/* セクション2ここまで*/
/* セクション3ここから */
#section03 {
  margin-bottom: 120px;
}
#section03 .l-content__headings{
  margin-bottom: 70px;
  text-align: center;
}

#section03 .l-slidein__headings{
  margin-left: 192px;
}
#section03 .l-slidein__headings.is-inview{
  animation : slideIn--headings--03__headings 0.5s linear 0s 1  forwards;
}
#section03 .p-content__english{
  margin-bottom: 50px;
  width: 466px;
  opacity: 0;
  transition: all 1s linear;
}
#section03 .p-content__japanese{
  width: 622px;
  height: 75.5px;
  object-fit: cover;
  object-position:left;
}

#section03 .l-03__dialogue__wrapper{
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
#section03 .p-03__dialogue__bg{
  width: 100%;
  margin-bottom: 10px;
}

#section03 .l-03__dialogue__fukidashi{
  width: 790px;
  height: 1130px;
  border-radius: 25px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url("../images/2510seiko_03_fukidashi_pc.svg");
}

#section03 .l-03__dialogue__fukidashi__inner{
  width: 710px;
  margin: 40px auto 0;
  
}

#section03 .p-03__dialogue{
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height:200%
}
#section03 .p-03__dialogue .u-gold{
  font-weight: 700;
}

#section03 .l-03__dialogue__wrapper .c-credit{
  max-height: fit-content;
}
#section03 .l-03__dialogue__wrapper .c-caption{
  line-height: 183.333%; 
}



#section03 .l-03__profile__wrapper{
  display: flex;
  gap: 0 100px;
  justify-content: center;
}
#section03 .l-03__profile__each{
  width: 386px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#section03 .p-03__profile__name--miura{
  width: 74px;
  margin-bottom: 15px;
}
#section03 .p-03__profile__name--ikeda{
  width: 116px;
  margin-bottom: 15px;
}

#section03 .p-03__profile__text{
  font-size: 14px;
  line-height: 200%;
}
/* セクション3ここまで */


/* セクション4ここから */

#section04 {
  padding: 100px 0 ;
  margin-bottom: 100px;
  background-color: #F8F7F1;
}

#section04 .l-content__headings{
  margin-bottom: 80px;
  text-align: center;
}

#section04 .l-slidein__headings{
  margin-left: 190px;
}
#section04 .l-slidein__headings.is-inview{
  animation : slideIn--headings--04__headings 0.5s linear 0s 1  forwards;
}
#section04 .p-content__english{
  margin-bottom: 40px;
  width: 727px;
  opacity: 0;
  transition: all 1s linear;
}
#section04 .p-content__japanese{
  width: 650px;
  height: 30.5px;
  object-fit: cover;
  object-position:left;
}

#section04 .l-04__content{
  display: flex;
  justify-content: space-between;
}
#section04 .l-04__content--1{
  margin-bottom: 100px;
}


#section04 .l-04__content__inner{
  width: 450px;
}


#section04 .l-04__content__watch__wrapper{
  height: 416px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
#section04 .p-04__content__watch{
  height: 100%;
  text-align: center;
}

#section04 .l-04__ph__wrapper{
  width: 530px;

}

#section04 .p-04__content__watch__heading{
  margin-bottom: 30px;
}
#section04 .p-04__content__watch__heading--1{
  width: 235px;
}
#section04 .p-04__content__watch__heading--2{
  width: 303px;
}

#section04 .p-04__content__watch__lead{
  margin-bottom: 20px;
}
#section04 .c-sentence{
  margin-bottom: 30px;
}

/* セクション4ここまで */

/* contact部分ここから */
#contact{
  margin-bottom: 80px;
}
#contact .l-button__wrapper{
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 40px 0;
  align-items: center;
  margin-bottom: 100px;
}

#contact .p-button{
  width: 308px;
  height: 64px;
  border: 2px solid #211142;
  background-color: #211142;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height:  137.5%;
  letter-spacing: 1.6px;
  transition: all .3s linear;
}
#contact .p-button:hover{
  background-color: white;
  color: #211142;
}
#contact .p-button:hover .p-button__line{
  background-color: #211142;
}

#contact .p-button__line{
  width: 54px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all .5s linear;
}
#contact .p-contact{
  margin-bottom: 80px;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 162.5%; 
}
#contact .c-caption{
  max-height: fit-content;
  text-align: center;
}
#contact .p-contact__caption--1{
  margin-bottom: 20px;
}
/* contact部分ここまで */

/* アニメーション */
@keyframes slideIn--mv__headings{
  0%{
    width: 0%;
  }
  100%{
    width: calc(788 / 1440 *100vw);
  }
}
@keyframes slideIn--headings--01__headings{
  0%{
    width: 0%;
  }
  100%{
    width: 456.5px;
  }
}

@keyframes slideIn--headings--02__headings{
  0%{
    width: 0%;
  }
  100%{
    width: 495.5px;
  }
}
@keyframes slideIn--headings--03__headings{
  0%{
    width: 0%;
  }
  100%{
    width: 622px;
  }
}
@keyframes slideIn--headings--04__headings{
  0%{
    width: 0%;
  }
  100%{
    width: 650px;
  }
}

@keyframes slideIn--ph{
  0%{
    width: 0%;
  }
  100%{
    width: 530px
  }
}


/* u- */
.u-gold{
  color: rgba(197, 171, 97, 0.90);
}