@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 {
  width: 100vw;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0D0D0D;
}

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


@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: 100%;
  margin: 0 auto;
}

/* ヘッダー */
.l-container--header{
  width: 100%;
  height: calc(53/ 375*100vw);
  margin: 0 auto;
  position: relative;
}

.tu-tpl .p-mv__head {
  position: relative;
  height: calc(53/ 375 * 100vw);
  border-bottom: 2px solid #231815;
}
.tu-tpl .p-mv__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(20/ 375 * 100vw);
  width: calc(66/ 375 * 100vw);
}

.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: calc(10/ 375 * 100vw);
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(20/ 375 * 100vw);
  padding:calc(4/ 375 * 100vw);
}
/* ヘッダーここまで */

/* 基本的にここ以下に記述していく */

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

.tu-tpl .l-container{
  width: calc(335 / 375 *100vw);
  margin: 0 auto;
}

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

.tu-tpl .l-slidein__ph{
  width: 0;
  height: calc(430 / 375 *100vw);
  margin-bottom:calc(10 / 375 *100vw);
  overflow-x: hidden;
}

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

.tu-tpl .p-ph{
  width:calc(335 / 375 *100vw);
  height: 100%;
  object-fit: cover;
  object-position:left;
}

.tu-tpl .c-sentence{
  font-size: calc(14 / 375 *100vw);
  line-height: 185.714%
}
.tu-tpl .c-caption{
  font-size:calc(12 / 375 *100vw);
  line-height: 166.667%
}


.tu-tpl .c-credit__button{
  margin-bottom: calc(6 / 375 *100vw);
  display: inline-block;
  position: relative;
  width: calc(64 / 375 *100vw);
}
.tu-tpl .c-credit__button:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(10/ 375 *100vw);
  height: calc(6/ 375 *100vw);
  background-image: url("../images/2510seiko_icon_chevron.svg");
  right: calc(-21/ 375 *100vw);
  top: 50%;
}
.tu-tpl .c-credit__button.is-active:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
 width: calc(10/ 375 *100vw);
  height: calc(6/ 375 *100vw);
  background-image: url("../images/2510seiko_icon_chevron.svg");
  right: calc(-21/ 375 *100vw);
  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: calc(60 / 375 * 100vw);
  text-align: center;
}

#mv .l-mv__wrapper{
  width: 100%;
  height: calc(480 / 375 * 100vw);
  margin-bottom: calc(80 / 375 * 100vw);
  display: flex;
  position: relative;
}
#mv .l-mv__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(160 / 375 * 100vw);
  height: calc(160 / 375 * 100vw);
  background-image: url("../images/2510seiko_mv_aori_sp.png");
  left: calc(26 / 375 * 100vw);
  bottom: calc(-62 / 375 * 100vw);
  z-index:2;
}
#mv .l-mv__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(142 / 375 * 100vw);
  height: calc(90 / 375 * 100vw);
  background-image: url("../images/2510seiko_mv_english_sp.png");
  right: calc(24 / 375 * 100vw);
  bottom: calc(24 / 375 * 100vw);
}

#mv .p-mv__ph{
  width: 100%;
  opacity: 0;
  transition: all 1s linear;
  position: absolute;
  top: 0;
  left: 0;
}
#mv .p-mv__ph.isActive{
  opacity: 1;
}

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

#mv .p-mv__flavor{
  width: calc(239 / 375 * 100vw);
  margin-bottom: calc(20 / 375 * 100vw);
  opacity: 0;
  transition: all 1s linear;
  text-align: center;
}

#mv .l-slidein__headings{
  width: 0;
  height: calc(66 / 375 * 100vw);
  overflow-x: hidden;
  margin-left: calc(20 / 375 * 100vw);
  margin-bottom: calc(50 / 375 * 100vw);
}

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

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

#mv .p-mv__lead{
  font-size: calc(16 / 375 *100vw);
  line-height: 187.5%;
  text-align: center;
}

/* MVここまで */

/* セクション1 */
#section01 {
  margin-bottom: calc(60 / 375 *100vw);
}
#section01 .l-content__headings{
  margin-bottom: calc(30 / 375 *100vw);
  text-align: center;
}

#section01 .l-slidein__headings{
  margin-left: calc(3 / 375 *100vw);
}
#section01 .l-slidein__headings.is-inview{
  animation : slideIn--headings--01__headings 0.5s linear 0s 1  forwards;
}
#section01 .p-content__english{
  margin-bottom: calc(50 / 375 *100vw);
  width:  calc(277 / 375 *100vw);
  opacity: 0;
  transition: all 1s linear;
}
#section01 .p-content__japanese{
  width: calc(329 / 375 *100vw);
  height: calc(58.5 / 375 *100vw);
  object-fit: cover;
  object-position:left;
}

#section01 .l-01__no__wrapper{
  width: calc(148 / 375 *100vw);
  margin: 0 auto calc(30 / 375 *100vw) auto;
}

#section01 .p-01__no{
  width: 100%;
}

.l-01__content--1{
  margin-bottom: calc(50/375*100vw);
}

#section01 .p-01__content__headings{
  margin-bottom:calc(54/375*100vw);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size:calc(18/375*100vw);
  font-weight: 600;
  line-height: 175%; 
  letter-spacing: 0.09em;
  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: calc(28/375*100vw);
  height: calc(24/375*100vw);
  background-color: #DBC993;
  left: calc(10/375*100vw);
  top: calc(-24/375*100vw);
  mask-image: url('../images/2510seiko_icon_quote.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}

#section01 .p-01__content__headings--1::after{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(28/375*100vw);
  height: calc(24/375*100vw);
  background-color: #DBC993;
  right: calc(8/375*100vw);
  bottom: calc(-24/375*100vw);
  mask-image: url('../images/2510seiko_icon_quote_reverse.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}
#section01 .p-01__content__headings--2::before{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(28/375*100vw);
  height: calc(24/375*100vw);
  background-color: #DBC993;
  left: 0;
  top: calc(-24/375*100vw);
  mask-image: url('../images/2510seiko_icon_quote.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
}

#section01 .p-01__content__headings--2::after{
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(28/375*100vw);
  height: calc(24/375*100vw);
  background-color: #DBC993;
  right: calc(8/375*100vw);
  bottom: calc(-24/375*100vw);
  mask-image: url('../images/2510seiko_icon_quote_reverse.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}

#section01 .l-01__ph__wrapper{
  width: 100%;
  margin-bottom: calc(40 / 375 *100vw);
}

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

#section01 .l-content__point__list{
  width: calc(280/375*100vw);
  margin: 0 auto calc(30/375*100vw) auto; 
}

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

#section01 .l-content__point:nth-child(-n+2){
  padding-bottom: calc(16/375*100vw);
  margin-bottom: calc(16/375*100vw);
  border-bottom: 1px solid #211142;
}

#section01 .p-content__point__headings{
  width: calc(30/375*100vw);
}

#section01 .p-content__point__text{
  margin: calc(4/375*100vw) 0 calc(4/375*100vw) calc(10/375*100vw);
}

#section01 .p-content__point__text--1{
  width: calc(181/375*100vw);
}
#section01 .p-content__point__text--2{
  width: calc(217/375*100vw);
}
#section01 .p-content__point__text--3{
  width: calc(195/375*100vw);
}
#section01 .p-content__point__text--4{
  width: calc(180/375*100vw);
}
#section01 .p-content__point__text--5{
  width: calc(217/375*100vw);
}
#section01 .p-content__point__text--6{
  width: calc(194/375*100vw);
}

#section01 .l-content__watch__wrapper{
  width: calc(163/375*100vw);
  margin: 0 auto  calc(30 / 375 * 100vw) auto;
}
#section01 .p-01__content__watch{
  width: 100%;
}

#section01 .c-sentence{
  margin-bottom: calc(20/375*100vw);
}

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


/* セクション2ここから */
#section02{
  margin-bottom: calc(60/375*100vw);
}
#section02 .l-content__headings{
  margin-bottom: calc(30/375*100vw);
}
#section02 .p-content__japanese{
  width: calc(307/375*100vw);
  height: calc(113.5/375*100vw);
  object-fit: cover;
  object-position:left;
}

#section02 .l-slidein__headings{
  margin-left: calc(34/375*100vw);
  margin-bottom: calc(34/375*100vw);
}
#section02 .l-slidein__headings.is-inview{
  animation : slideIn--headings--02__headings 0.5s linear 0s 1  forwards;
}

#section02 .p-02__lead{
  margin-bottom: calc(49/375*100vw);
  text-align: center;
  font-size: calc(14/375*100vw);
  line-height: 200%
}

#section02 .l-02__package{
  width: 100%;
  padding: calc(30/375*100vw) calc(30/375*100vw) calc(23/375*100vw) calc(30/375*100vw);
  margin: 0 auto;
  background-color: rgba(215, 197, 145, 0.70);
  position: relative;
}

#section02 .p-02__package__headings{
  display: block;
  width: calc(340.5/375*100vw);
  margin: 0 auto calc(20.5/375*100vw);
}

#section02 .p-02__package__text{
  width:100%;
  font-size: calc(14/375*100vw);
  margin-bottom: calc(30/375*100vw);
  line-height: 200%;
  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:calc(26/375*100vw);
  height: calc(22/375*100vw);
  background-color: white;
  left: calc(26/375*100vw);
  top: calc(-10/375*100vw);
  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:calc(26/375*100vw);
  height: calc(22/375*100vw);
  background-color: white;
  right: calc(26/375*100vw);
  bottom: calc(-10/375*100vw);
  mask-image: url('../images/2510seiko_icon_quote_reverse.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
}


#section02 .l-02__package__ph__wrapper{
  width: calc(315/375*100vw);
  margin-bottom: calc(34/375*100vw);
  
}
#section02 .p-02__package__ph{
  width: 100%;
  box-shadow: calc(4/375*100vw) calc(4/375*100vw) calc(4/375*100vw) 0 rgba(0, 0, 0, 0.25);
}

#section02 .p-02__package__item--1{
  width: calc(320/375*100vw);
}
#section02 .p-02__package__item--2{
  width: calc(312/375*100vw);
}


/* セクション2ここまで*/
/* セクション3ここから */
#section03 {
  margin-bottom: calc(60/375*100vw);
}
#section03 .l-content__headings{
  margin-bottom: calc(40/375*100vw);
  text-align: center;
}

#section03 .l-slidein__headings{
  margin-left: calc(44/375*100vw);
}
#section03 .l-slidein__headings.is-inview{
  animation : slideIn--headings--03__headings 0.5s linear 0s 1  forwards;
}
#section03 .p-content__english{
  margin-bottom: calc(44/375*100vw);
  width: calc(335/375*100vw);
  opacity: 0;
  transition: all 1s linear;
}
#section03 .p-content__japanese{
  width: calc(273.5/375*100vw);
  height: calc(93.5/375*100vw);
  object-fit: cover;
  object-position:left;
}

#section03 .l-03__dialogue__wrapper{
  width: 100%;
  margin-bottom: calc(40/375*100vw);
  position: relative;
}
#section03 .p-03__dialogue__bg{
  width: 100%;
  margin-bottom: calc(10/375*100vw);
}

#section03 .l-03__dialogue__inner{
  width: calc(323/375*100vw);
  margin: 0 auto;
  position: absolute;
  top: calc(30/375*100vw);
  left: 50%;
  transform: translateX(-50%);
  
}

#section03 .p-03__dialogue{
  color: white;
  font-size: calc(13/375*100vw);
  font-weight: 400;
  line-height:200%
}
#section03 .p-03__dialogue .u-gold{
  font-weight: 700;
}

#section03 .l-03__dialogue__wrapper .c-credit{
  width: calc(335/375*100vw);
  margin: 0 auto;
  
}
#section03 .l-03__dialogue__wrapper .c-caption{
  line-height: 183.333%; 
}

#section03 .l-03__profile__wrapper{
  width: calc(335/375*100vw);
  margin: 0 auto;
}


#section03 .l-03__profile__each{
  display: flex;
  flex-flow: column;
  align-items: center;
}


#section03 .p-03__profile__name--miura{
  width: calc(74/375*100vw);
  margin-top: calc(40/375*100vw);
  margin-bottom:calc(15/375*100vw);
}
#section03 .p-03__profile__name--ikeda{
  width: calc(114/375*100vw);
  margin-bottom:calc(15/375*100vw);
}

#section03 .p-03__profile__text{
  font-size:  calc(12/375*100vw);
  line-height: 200%;
}
/* セクション3ここまで */


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

#section04 {
  padding: calc(60/375*100vw) 0 calc(30/375*100vw) 0;
  margin-bottom: calc(80/375*100vw);
  background-color: #F8F7F1;
}

#section04 .l-content__headings{
  margin-bottom: calc(30/375*100vw);
  text-align: center;
}

#section04 .l-slidein__headings{
  margin-left: calc(20/375*100vw);
}
#section04 .l-slidein__headings.is-inview{
  animation : slideIn--headings--04__headings 0.5s linear 0s 1  forwards;
}
#section04 .p-content__english{
  margin-bottom: calc(30/375*100vw);
  width: calc(264/375*100vw);
  opacity: 0;
  transition: all 1s linear;
}
#section04 .p-content__japanese{
  width: calc(333/375*100vw);
  height: calc(59/375*100vw);
  object-fit: cover;
  object-position:left;
}

#section04 .l-04__content--1{
  margin-bottom: calc(60/375*100vw);
}


#section04 .l-04__content__inner{
  width: calc(335/375*100vw);
}


#section04 .l-04__content__watch__wrapper{
  height: calc(400/375*100vw);
  margin-bottom: calc(30/375*100vw);
  display: flex;
  justify-content: center;
}
#section04 .p-04__content__watch{
  height: 100%;
  text-align: center;
}

#section04 .l-04__ph__wrapper{
  width: 100%;
  margin-bottom: calc(40/375*100vw);
}

#section04 .p-04__content__watch__heading{
  margin-bottom: calc(22/375*100vw);
}
#section04 .p-04__content__watch__heading--1{
  width: calc(203/375*100vw);
}
#section04 .p-04__content__watch__heading--2{
  width: calc(257/375*100vw);
}

#section04 .p-04__content__watch__lead{
  margin-bottom:  calc(20/375*100vw);
}
#section04 .c-sentence{
  margin-bottom: calc(20/375*100vw);
}

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

/* contact部分ここから */
#contact{
  margin-bottom: calc(40/375*100vw);
}
#contact .l-button__wrapper{
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: calc(30/375*100vw) 0;
  align-items: center;
  margin-bottom: calc(60/375*100vw)
}

#contact .p-button{
  width: calc(335/375*100vw);
  height: calc(62/375*100vw);
  border: 2px solid #211142;
  background-color: #211142;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-size: calc(18/375*100vw);
  font-weight: 500;
  line-height:  calc(22/375*100vw);
  letter-spacing: 0.01em;
  transition: all .3s linear;
}


#contact .p-button__line{
  width:calc(54/375*100vw);
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all .5s linear;
}
#contact .p-contact{
  margin-bottom: calc(40/375*100vw);
  color: #000;
  text-align: center;
  font-size: calc(14/375*100vw);
  line-height: 171.429%
}
#contact .c-caption{
}
#contact .p-contact__caption--1{
  margin-bottom:calc(20/375*100vw);
}
/* contact部分ここまで */

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

@keyframes slideIn--headings--02__headings{
  0%{
    width: 0%;
  }
  100%{
    width: calc(307/375*100vw);
  }
}
@keyframes slideIn--headings--03__headings{
  0%{
    width: 0%;
  }
  100%{
    width: calc(273.5/375*100vw);
  }
}
@keyframes slideIn--headings--04__headings{
  0%{
    width: 0%;
  }
  100%{
    width: calc(333/375*100vw);
  }
}

@keyframes slideIn--ph{
  0%{
    width: 0%;
  }
  100%{
    width: calc(335/375*100vw);
  }
}


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