@charset "UTF-8";

/*
pc
*/
.Case_Wrapper {
  width: 875px;
  margin: 50px auto 100px;
  text-align: justify;
  line-height: 1.8;
}

/*
Navi
*/
.Header {
  background: #FFF7F5; }
  .Header--isWhite {
    background: #fff; }
  .Header__Container {
    margin: auto; }
    @media screen and (min-width: 960px) {
      .Header__Container {
        max-width: 960px;
        padding: 48px 72px 0; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .Header__Container {
        max-width: 960px;
        padding: 24px 32px; } }
    @media screen and (max-width: 767px) {
      .Header__Container {
        padding: 24px; } }
    @media screen and (max-width: 959px) {
      .Header__Container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .Header__Logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 960px) {
      .Header__Logo {
        width: 200px; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .Header__Logo {
        width: 264px; } }
    @media screen and (max-width: 767px) {
      .Header__Logo {
        width: 148px; } }
    @media screen and (max-width: 959px) {
      .Header__Logo {
        margin-right: auto; } }
    .Header__Logo img {
      width: 100%; }
  @media screen and (min-width: 960px) {
    .Header__Menu {
      display: none; } }
  @media screen and (max-width: 959px) {
    .Header__Menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) {
    .Header__MenuIcon {
      height: 40px;
      width: 36px; } }
  @media screen and (max-width: 767px) {
    .Header__MenuIcon {
      height: 26px;
      width: 23px; } }

.Menu {
  position: fixed;
  background: #FF612A;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 4;
  display: none; }
  @media screen and (min-width: 960px) {
    .Menu {
      display: none; } }
  .Menu.isShow {
    display: block;
    -webkit-animation: fadeIn 0.1s linear 0s;
            animation: fadeIn 0.1s linear 0s; }
  .Menu__Close {
    margin-left: auto; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .Menu__Close__Icon {
        width: 32px; } }
    @media screen and (max-width: 767px) {
      .Menu__Close__Icon {
        width: 26px; } }
  .Menu__Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 32px;
    margin-bottom: 32px; }
    .Menu__Container--isClose {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 960px) {
        .Menu__Container--isClose {
          margin-bottom: 64px; } }
      @media screen and (max-width: 959px) {
        .Menu__Container--isClose {
          padding: 32px 32px 0;
          margin-bottom: 32px; } }
  .Menu__List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 56px; }
  .Menu__Item:not(:last-child) {
    margin-bottom: 32px; }
  .Menu__Item a {
    font-size: 20px;
    text-decoration: none;
    color: #fff; }
    .Menu__Item a:hover {
      color: #fff; }
  .Menu__Button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    margin: 0px auto 10px; }

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.NavWrapper {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  -webkit-box-shadow: 0 2px 2px 0 rgba(190, 190, 190, .5);
  box-shadow: 0 2px 2px 0 rgba(190, 190, 190, .5);
}
.Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 875px;
  margin: auto;
}
  .Nav__Logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 24px; }
  .Nav__List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 24px;
    font-size: 16px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .Nav a {
    text-decoration: none;
    color: #222222; }
    .Nav a:hover {
      color: inherit; }
  @media screen and (max-width: 959px) {
    .Nav {
      display: none; } }

/*
FirstView
*/
.First_View_Item {
  margin: 50px 0;
}

.First_View_logo {
  text-align: center;
  margin-bottom: 50px;
}

.First_Title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}

.First_View_Day {
  padding-top: 30px;
  font-size: 12px;
}

.FirstView_Menber {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 100px;
  /* display: flex; */
  /* justify-content: space-around; */
}

.FirstView_menber_Container {
  display: flex;
}

.FirstView_menber_Item {
  margin: 10px;
}

.First_Menber_name {
  font-size: 18px;
  font-weight: bold;
}

.First_Menber_Sub {
  font-size: 12px;
}

.First_Menber_Sub2 {
  font-size: 10px;
}

/*
Interview
*/
.Interview img {
  margin: 10px 0 50px;
}

.Interview_Copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}

.Interview_Item {
  margin-bottom: 30px;
}

.Interview_Item p {
  margin-bottom: 40px;
}

.Interview_Q {
  color: #FF612A;
  font-weight: bold;
  margin-bottom: 30px;
}

.Interview_Item_name {
  font-weight: bold;
}

/*
SuntoryPlus Comment
*/
.SuntoryPlus_Comment {
  background: #FFF7F5;
  border-radius: 10px;
  padding: 35px 50px 40px;
  margin-bottom: 50px;
}

.SuntoryPlus_Comment_title {
  font-weight: bold;
  font-size: 20px;
  color: #FF612A;
  text-align: center;
  padding-bottom: 10px;
}

.Annouce__ButtonContainer {
  text-align: center;
}


/*
sp767
*/

@media screen and (min-width:600px) and ( max-width:959px) {
  .Case_Wrapper {
    width: 617px;
    margin: 30px auto 70px;
  }

  .Case_Photo {
    width: 617px;
    height: auto;
  }

  .First_View_Item {
    margin: 40px 0;
  }

  .First_View_logo {
    margin-bottom: 40px;
  }
  
  .First_Title {
    margin-bottom: 30px;
  }

  .First_View_Day {
    padding-top: 30px;
  }

  .FirstView_Menber {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 60px;
  }
  
  .FirstView_menber_Container {
    flex-direction: column;
  }

  .FirstView_menber_Item {
    margin: 10px auto;
    text-align: center;
  }

  .Interview_Copy {
    margin-bottom: 40px;
  }

  .Interview img {
    margin-bottom: 40px;
  }

  .SuntoryPlus_Comment {
    margin-bottom: 70px;
  }
}


/*
sp320
*/

@media screen and (max-width:599px) {
  .Case_Wrapper {
    width: 290px;
    margin: 20px auto 40px;
    font-size: 14px;
  }

  .Case_Photo {
    width: 290px;
    height: auto;
  }

  .First_View_Item {
    margin: 20px 0 30px;
  }

  .First_View_logo {
    margin-bottom: 20px;
  }

  .First_View_logo img{
    width: 111px;
    height: auto;
  }

  .First_Title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .First_View_Day {
    padding-top: 15px;
  }

  .FirstView_Menber {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 40px;
  }

  .FirstView_menber_Container {
    flex-direction: column;
  }

  .FirstView_menber_Item {
    margin: 10px auto;
    text-align: center;
  }

  .First_Menber_name {
    font-size: 18px;
    font-weight: bold;
  }

  .Interview_Copy {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .Interview img {
    margin-bottom: 30px;
  }

  .Interview_Item p {
    margin-bottom: 20px;
  }

  .SuntoryPlus_Comment {
    background: #FFF7F5;
    border-radius: 10px;
    font-size: 14px;
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .SuntoryPlus_Comment_title {
    font-weight: bold;
    font-size: 16px;
    color: #FF612A;
    padding-bottom: 5px;
  }

}

/*
none
*/
@media screen and (max-width: 959px) {
  .isPc {
    display: none; } }

@media screen and (min-width: 960px) {
  .isSp {
    display: none; }
}


/*
For JS
*/
.JsClose {
  opacity: 1.0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .JsClose.IsClosing {
    opacity: 0; }
  .JsClose.IsClosed {
    display: none; }

.JsScrollHeader__Content {
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  .JsScrollHeader__Content--Visualizing {
    display: block;
    opacity: 0; }
  .JsScrollHeader__Content--Visualized {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.JsScrollContent__Content {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .JsScrollContent__Content--Visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.JsScrollHideContent {
  opacity: 1; }
  .JsScrollHideContent--Hidden {
    opacity: 0; }

html {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  font-family:'游ゴシック体', 'Yu Gothic', 'Meiryo', sans-serif; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: 'Meiryo', sans-serif; } }

    .OriginalHeader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: #FFF;
      -webkit-box-shadow: 0 2px 2px 0 rgba(190, 190, 190, .5);
              box-shadow: 0 2px 2px 0 rgba(190, 190, 190, .5);
      z-index: 3; }
      .OriginalHeader__Inner {
        width: 100%;
        max-width: 875px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 40px;
        height: 94px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: auto; }
      .OriginalHeader__Title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .OriginalHeader__Title__Catch {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        margin: 8px 0 0 23px; }
      .OriginalHeader__Download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 204px;
        height: 48px;
        line-height: 48px;
        background: #FF612A;
        border: 2px solid #FF612A;
        color: #FFF;
        border-radius: 30px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 16px;
        font-weight: 700; }
        .OriginalHeader__Download:hover, .OriginalHeader__Download:focus {
          color: #FF612A;
          background: #FFF; }
      @media screen and (max-width: 767px) {
        .OriginalHeader__Inner {
          height: 64px;
          padding: 12px 5.179% 14px; }
        .OriginalHeader__Title img {
          max-width: calc(11.38393vw + 90.57143px); }
        .OriginalHeader__Title__Catch {
          display: none; } }