@charset "UTF-8";
@import url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");
.sec {
  text-align: center;
}

.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}

@media only screen and (max-width: 768px) {
  .sec__inner980 {
    max-width: 100%;
    padding: 40px 5vw;
  }
}

.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}

@media only screen and (max-width: 768px) {
  .sec__inner1100 {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 5vw;
  }
}

.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}

@media only screen and (max-width: 768px) {
  .sec__inner1200 {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 5vw;
  }
}

.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}

@media only screen and (max-width: 768px) {
  .sec__innerWide {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 5vw;
  }
}

.sec__white {
  background: #FFF;
}

.sec__gray {
  background: url(../images/BG_gray_middle.jpg) repeat-y top center;
  background-size: 100% auto;
}

.sec__lightgray {
  background: url(../images/BG_gray_light.jpg) repeat-y top center;
  background-size: 100% auto;
}

.sec__red {
  background: url(../images/BG_red.jpg) repeat-y top center;
  background-size: 100% auto;
}

.sec__black {
  background: url(../images/BG_black.jpg) repeat-y top center;
  background-size: 100% auto;
  color: #FFF;
}

.text__honbun {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .text__honbun {
    font-size: 3.8vw;
  }
}

.text__left {
  text-align: left;
}

.text__right {
  text-align: right;
}

.text__center {
  text-align: center;
}

.list__noNumber {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

.list__noNumber > li {
  margin-bottom: 30px;
  line-height: 1.5;
}

.list__noNumber > li dl {
  margin-bottom: 20px;
}

.list__noNumber > li dl dt {
  line-height: 1.75;
}

.list__noNumber > li dl dd {
  line-height: 1.75;
  margin: 10px 0;
}

.list__noNumber > li dl dd img {
  height: 200px;
}

.list__disc {
  list-style: disc;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.list__disc > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}

.list__disc > li img {
  height: 200px;
  display: block;
}

.list__disc > li:last-child {
  padding-bottom: 0;
}

.list__decimal {
  list-style: decimal;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.list__decimal > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}

.list__decimal > li img {
  height: 200px;
  display: block;
}

.list__decimal > li:last-child {
  padding-bottom: 0;
}

.btn__borderGold {
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #cabc8b;
  width: 550px;
  height: 60px;
  line-height: 57px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: -50px;
  color: #cabc8b;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.btn__borderGold i {
  margin-right: 10px;
}

.btn__borderGold::after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f3d3";
  padding-left: 10px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
  left: 0;
}

.btn__borderGold:hover {
  background: rgba(0, 0, 0, 0.6);
}

.btn__borderGold:hover::after {
  left: 5px;
}

@media only screen and (max-width: 768px) {
  .btn__borderGold {
    width: 80%;
    font-size: 4vw;
    margin: 30px auto 0;
    top: -30px;
  }
}

a {
  color: #e6002d;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #cabc8b;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body img {
  vertical-align: top;
}

body.index {
  background: #000 url(../images/BG_red_gradation.jpg) no-repeat top center;
  color: #cabc8b;
}

body.history {
  background: #d0cabb url(../images/history/BG_gray_middle.jpg) no-repeat center top;
  color: #000;
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 980px;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 768px) {
  body {
    background-size: 300% auto;
  }
}

body .main {
  text-align: center;
  padding-top: 115px;
}

@media only screen and (max-width: 768px) {
  body .main {
    padding-top: 150px;
  }
  body .main.headerMin {
    padding-top: 90px;
  }
}

.videoOneArea {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 3.5em;
}

.videoOneArea iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoOneArea figcaption {
  text-align: left;
  position: absolute;
  top: -3em;
}

@media only screen and (min-width: 768px) {
  .videoOneArea {
    width: 980px;
  }
  .videoOneArea figcaption {
    width: 980px;
  }
}

@media only screen and (max-width: 768px) {
  .videoOneArea {
    width: 100%;
  }
  .videoOneArea figcaption {
    font-size: 3.5vw;
    line-height: 1.5;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.header {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 11111;
}

@media only screen and (min-width: 768px) {
  .header {
    min-width: 980px;
  }
}

.header img {
  width: 100%;
}

.header__copy {
  text-align: right;
  color: #e6002d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .header__copy {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .header__copy {
    text-align: center;
    font-size: 3.5vw;
    line-height: 30px;
  }
}

.header__nav {
  width: 100%;
  background: #e6002d;
  background: -webkit-gradient(linear, left top, right top, from(#e6002d), to(#9d0a0a));
  background: -webkit-linear-gradient(left, #e6002d 0%, #9d0a0a 100%);
  background: -o-linear-gradient(left, #e6002d 0%, #9d0a0a 100%);
  background: linear-gradient(90deg, #e6002d 0%, #9d0a0a 100%);
  color: #cabc8b;
}

@media only screen and (min-width: 768px) {
  .header__nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: -ms- space-between;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: -ms- center;
    align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    height: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__left {
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav__left {
    width: 100%;
    height: 80px;
  }
}

.header__nav__left .sitelogo {
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 768px) {
  .header__nav__left .sitelogo {
    width: 60vw;
    margin: auto;
    top: 3vw;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: -ms- end;
    justify-content: -ms- end;
    justify-content: -webkit- end;
    -webkit-box-pack: end;
    justify-content: end;
    -ms-flex-align: -ms- center;
    align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav__right {
    width: 100%;
    background: #88000d;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__right .sitenav {
    margin-right: 20px;
  }
}

.header__nav__right .sitenav .navList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- end;
  justify-content: -ms- end;
  justify-content: -webkit- end;
  -webkit-box-pack: end;
  justify-content: end;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .header__nav__right .sitenav .navList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__nav__right .sitenav .navList li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.header__nav__right .sitenav .navList li a, .header__nav__right .sitenav .navList li span {
  padding: 0 .5em;
  color: #cabc8b;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .header__nav__right .sitenav .navList li a, .header__nav__right .sitenav .navList li span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav__right .sitenav .navList li a, .header__nav__right .sitenav .navList li span {
    line-height: 40px;
    font-size: 5.5vw;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__right .sitenav .navList li a {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  .header__nav__right .sitenav .navList li a:hover {
    color: #fffa6a;
  }
}

.header__nav__right .sitenav .navList li span {
  opacity: .3;
}

.header__nav__right .sitenav .navList li.current a, .header__nav__right .sitenav .navList li.current span {
  color: #fffa6a;
}

.header__nav__right .official {
  width: 65px;
  position: relative;
  top: -20px;
}

@media only screen and (max-width: 768px) {
  .header__nav__right .official {
    width: 10%;
    position: absolute;
    top: 11vw;
    right: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  #headerArea {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .header__copy {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .header__nav__left {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .header__nav__left .sitelogo {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .official {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea.fixed .header__copy {
    opacity: 0;
    margin-top: -30px;
  }
  #headerArea.fixed .header__nav__left {
    height: 50px;
  }
  #headerArea.fixed .header__nav__left .sitelogo {
    width: 40vw;
    top: 2vw;
  }
  #headerArea.fixed .official {
    top: 7px;
    width: 7%;
  }
}

@media only screen and (min-width: 768px) {
  #mvArea .videoOneArea {
    margin-bottom: 100px;
  }
}

.profileArea {
  padding: 0 0 5%;
  background: url(../images/BG_profile.png) no-repeat center top;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .profileArea {
    background: url(../images/BG_profile_sp.png) no-repeat center 160px;
    background-size: contain;
  }
}

.profileArea .profileWidth {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  min-width: 1100px;
  max-width: 1720px;
  margin: 0 auto;
  padding: 480px 5vw 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5vw;
    display: block;
  }
}

.profileArea .profileWidth .imgAbe {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .profileArea .profileWidth .imgAbe {
    width: 60%;
    max-width: 750px;
  }
  .profileArea .profileWidth .imgAbe img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .imgAbe {
    top: 80px;
    left: -10%;
    width: 80%;
  }
}

.profileArea .profileWidth .profileName {
  width: 30%;
  color: #cabc8b;
  margin: 260px 5% 0 0;
  position: relative;
  z-index: 2;
}

.profileArea .profileWidth .profileName dt {
  font-size: 65px;
  font-size: 6.5rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: right;
  line-height: 1;
}

.profileArea .profileWidth .profileName dt span {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  display: block;
  margin: 30px 0;
}

.profileArea .profileWidth .profileName dd {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileName {
    width: 100%;
    margin: 0 5vw 0 0;
  }
  .profileArea .profileWidth .profileName dt {
    font-size: 10vw;
  }
  .profileArea .profileWidth .profileName dt span {
    margin: 15px 0;
    font-size: 8vw;
  }
  .profileArea .profileWidth .profileName dd {
    font-size: 3.5vw;
    margin-bottom: 260px;
  }
}

.profileArea .profileWidth .profileTable {
  background: -moz-linear-gradient(-70deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -webkit-linear-gradient(-70deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -webkit-linear-gradient(290deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -o-linear-gradient(290deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: linear-gradient(160deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  width: 70%;
  padding: 5%;
  color: #cabc8b;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable {
    width: 100%;
    padding: 80px 5% 5%;
    margin: 0 auto;
  }
}

.profileArea .profileWidth .profileTable h3 {
  position: absolute;
  top: -180px;
  right: 110px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable h3 {
    top: -30px;
    right: auto;
    left: 5%;
    width: 70%;
  }
}

.profileArea .profileWidth .profileTable .table01, .profileArea .profileWidth .profileTable .table02 {
  width: 100%;
  position: relative;
}

.profileArea .profileWidth .profileTable .table01 th, .profileArea .profileWidth .profileTable .table02 th {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
}

.profileArea .profileWidth .profileTable .table01 td, .profileArea .profileWidth .profileTable .table02 td {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .table01 th, .profileArea .profileWidth .profileTable .table02 th {
    font-size: 3.5vw;
  }
  .profileArea .profileWidth .profileTable .table01 td, .profileArea .profileWidth .profileTable .table02 td {
    font-size: 3.5vw;
    text-align: left;
    padding-left: 10px;
  }
}

.profileArea .profileWidth .profileTable table + table {
  margin-top: 60px;
}

.profileArea .profileWidth .profileTable table + table::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #cabc8b;
  position: absolute;
  top: -30px;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable table + table {
    margin-top: 30px;
  }
  .profileArea .profileWidth .profileTable table + table::before {
    top: -15px;
  }
}

.profileArea .profileWidth .profileTable .table02 thead:nth-of-type(2) th {
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .table02 thead:nth-of-type(2) th {
    padding-top: 15px;
  }
}

.profileArea .profileWidth .profileTable .table02 tbody td:first-child {
  width: 20%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .table02 thead:nth-of-type(2) th {
    font-size: 3.5vw;
    padding-top: 30px;
  }
  .profileArea .profileWidth .profileTable .table02 tbody td:first-child {
    width: 30%;
  }
}

.profileArea .profileWidth .profileTable .dataCareer {
  margin: 30px auto 10px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.profileArea .profileWidth .profileTable .dataCareer dt {
  width: 50%;
  height: 100px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #cabc8b;
  background: #aa0021;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.profileArea .profileWidth .profileTable .dataCareer dd {
  width: 50%;
  height: 100px;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #cabc8b;
  border-right: 1px solid #cabc8b;
  border-bottom: 1px solid #cabc8b;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.profileArea .profileWidth .profileTable .dataCareer dd span {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .dataCareer {
    margin: 20px auto 10px;
  }
  .profileArea .profileWidth .profileTable .dataCareer dt {
    font-size: 3.5vw;
    height: 80px;
  }
  .profileArea .profileWidth .profileTable .dataCareer dd {
    font-size: 3.5vw;
    height: 80px;
    padding-top: 8px;
  }
  .profileArea .profileWidth .profileTable .dataCareer dd span {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.profileArea .profileWidth .profileTable .dataDetail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.profileArea .profileWidth .profileTable .dataDetail li {
  margin-right: 10px;
  width: calc(33.33% - 20px / 3);
}

@media only screen and (min-width: 768px) {
  .profileArea .profileWidth .profileTable .dataDetail li:nth-child(3n) {
    margin-right: 0;
  }
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer dt {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
  border-top: none;
  border-left: 1px solid #cabc8b;
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd span {
  font-size: 40px;
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .dataDetail li {
    width: calc(50% - 10px / 2);
  }
  .profileArea .profileWidth .profileTable .dataDetail li:nth-child(2n) {
    margin-right: 0;
  }
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 0;
  }
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd span {
    font-size: 30px;
    font-size: 3rem;
  }
}

.goodsArea {
  padding: 200px 0 200px;
  position: relative;
  background: url(../images/BG_goods.png) no-repeat center top;
  background-size: contain;
  z-index: 11;
}

@media only screen and (max-width: 768px) {
  .goodsArea {
    background: url(../images/BG_goods_sp.png) no-repeat center -50px;
    padding: 100px 0 50px;
    background-size: 100% auto;
  }
}

.goodsArea h3 {
  position: absolute;
  top: 30px;
  left: 10%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .goodsArea h3 {
    top: 40px;
    left: 8%;
    width: 80%;
  }
}

.goodsArea .goodsslider #goodsslider__thum {
  max-height: 500px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum {
    max-height: 500px;
    padding-bottom: 0;
  }
}

.goodsArea .goodsslider #goodsslider__thum .slick-arrow {
  z-index: 1;
  width: 70px;
  height: 80px;
  top: 50%;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-arrow {
    bottom: 50%;
    width: 60px;
    height: 60px;
  }
}

.goodsArea .goodsslider #goodsslider__thum .slick-arrow:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.goodsArea .goodsslider #goodsslider__thum .slick-arrow::before {
  font-family: 'ionicons';
  color: #cabc8b;
  position: relative;
  left: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  z-index: 1;
  font-size: 80px;
  font-size: 8rem;
}

@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-arrow::before {
    font-size: 60px;
    font-size: 6rem;
    color: #FFF;
  }
}

.goodsArea .goodsslider #goodsslider__thum .slick-prev {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-prev {
    left: -3vw;
  }
}

.goodsArea .goodsslider #goodsslider__thum .slick-prev::before {
  content: "\f3d2";
}

.goodsArea .goodsslider #goodsslider__thum .slick-prev:hover {
  left: -.5%;
}

.goodsArea .goodsslider #goodsslider__thum .slick-next {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-next {
    right: -3vw;
  }
}

.goodsArea .goodsslider #goodsslider__thum .slick-next::before {
  content: "\f3d3";
}

.goodsArea .goodsslider #goodsslider__thum .slick-next:hover {
  right: -.5%;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .goodsArea .goodsslider #goodsslider__thum .slick-list {
    width: 100%;
  }
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div {
  width: 95%;
  margin: auto;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div .icon {
  position: relative;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div .icon::before {
  position: absolute;
  bottom: 170px;
  left: 0;
  background: #e6002d;
  width: 70px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  content: '記念';
  letter-spacing: .1em;
  z-index: 1;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div .icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 170px;
  left: 70px;
  border-width: 15px 10px 15px 0px;
  border-color: #e6002c transparent #e6002c #e6002c;
  border-style: solid;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption {
  padding: 8%;
  color: #000;
  min-height: 180px;
  text-align: left;
  position: relative;
  background: #cabc8b;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption strong {
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption .place {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: .5em;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption .price {
  position: absolute;
  bottom: 10%;
  left: 8%;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide div figcaption .price .kome {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  padding-left: .3em;
}

.goodsArea .goodsslider #goodsslider__thum .slick-list .slick-slide li {
  vertical-align: top;
}

.goodsArea .goodsslider #goodsslider__thum img {
  width: 100%;
}

.goodsArea__place {
  width: 800px;
  margin: auto;
  height: 80px;
  background: #FFF;
  color: #000;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: .1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goodsArea__place dt {
  background: #000;
  color: #fff;
  width: 30%;
}

.goodsArea__place dd {
  width: 70%;
}

.goodsArea__bnr {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .goodsArea__bnr {
    width: 90%;
    margin: 50px auto 20px;
  }
}

.goodsArea__bnr a {
  display: inline-block;
  overflow: hidden;
  border: 10px solid #fff;
}

@media only screen and (min-width: 768px) {
  .goodsArea__bnr a {
    height: 146px;
  }
}

@media only screen and (max-width: 768px) {
  .goodsArea__bnr a {
    border: 5px solid #fff;
  }
}

.goodsArea__bnr a img {
  width: 100%;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.goodsArea__bnr a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.goodsArea__bnr .kome {
  color: #FFF;
  font-weight: 500;
  margin-top: .5em;
}

@media only screen and (max-width: 768px) {
  .goodsArea__bnr .kome {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .slick-slide {
    opacity: .3;
  }
  .slick-slide.slick-current {
    opacity: 1;
  }
}

#realArea {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #realArea .bnr {
    width: 700px;
    display: inline-block;
  }
  #realArea .bnr img {
    width: 100%;
    height: auto;
  }
}

body.history {
  color: #000;
}

.secondTitle {
  text-align: center;
  padding: 60px 0 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .secondTitle {
    padding: 8vw 0 0;
  }
}

.secondTitle h2 {
  width: 450px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .secondTitle h2 {
    width: 60%;
    margin-bottom: 3vw;
  }
}

.secondTitle .messageNav,
.secondTitle .columnNav,
.secondTitle .historyNav {
  width: 100vw;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #cabc8b;
  font-family: "Rock Salt", cursive;
  z-index: 3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -.05em;
}

.secondTitle .messageNav.fixed,
.secondTitle .columnNav.fixed,
.secondTitle .historyNav.fixed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 115px;
  z-index: 111111;
}

.secondTitle .messageNav li,
.secondTitle .columnNav li,
.secondTitle .historyNav li {
  padding: 0 10px;
}

.secondTitle .messageNav li a,
.secondTitle .columnNav li a,
.secondTitle .historyNav li a {
  color: #cabc8b;
}

.secondTitle .messageNav li a:hover,
.secondTitle .columnNav li a:hover,
.secondTitle .historyNav li a:hover {
  color: #e6002d;
}

.secondTitle .messageNav li span,
.secondTitle .columnNav li span,
.secondTitle .historyNav li span {
  color: #000;
  opacity: .5;
}

.secondTitle .messageNav__SP .accordionIndex a,
.secondTitle .historyNav__SP .accordionIndex a {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  color: #cabc8b;
  font-family: "Rock Salt", cursive;
  font-size: 4vw;
  line-height: 12vw;
}

.secondTitle .messageNav__SP .accordionArticle,
.secondTitle .historyNav__SP .accordionArticle {
  margin: auto;
  background: #2c2c2c;
  padding: 5vw 2vw;
}

.secondTitle .messageNav__SP .accordionArticle ul,
.secondTitle .historyNav__SP .accordionArticle ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.secondTitle .messageNav__SP .accordionArticle ul li,
.secondTitle .historyNav__SP .accordionArticle ul li {
  width: 33.33%;
}

.secondTitle .messageNav__SP .accordionArticle ul li a, .secondTitle .messageNav__SP .accordionArticle ul li span,
.secondTitle .historyNav__SP .accordionArticle ul li a,
.secondTitle .historyNav__SP .accordionArticle ul li span {
  display: block;
  font-size: 5vw;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 2.5em;
  color: #cabc8b;
}

.secondTitle .messageNav__SP .accordionArticle ul li span,
.secondTitle .historyNav__SP .accordionArticle ul li span {
  color: #000;
}

.secondTitle .columnNav__SP {
  background: rgba(0, 0, 0, 0.4);
}

.secondTitle .columnNav__SP ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.secondTitle .columnNav__SP ul li {
  font-family: "Rock Salt", cursive;
  font-size: 4vw;
}

.secondTitle .columnNav__SP ul li a, .secondTitle .columnNav__SP ul li span {
  color: #cabc8b;
  line-height: 12vw;
  padding: 0 1em;
}

.secondTitle .columnNav__SP ul li span {
  color: #000;
  opacity: .5;
}

.secondTitle .messageNav__SP.fixed,
.secondTitle .historyNav__SP.fixed,
.secondTitle .columnNav__SP.fixed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 90px;
  z-index: 111111;
  width: 100%;
}

.secondTitle h2 {
  opacity: 0;
  -webkit-animation: animation_fadeIn 2s ease-out 1s 1 forwards;
  animation: animation_fadeIn 2s ease-out 1s 1 forwards;
}

@-webkit-keyframes animation_fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes animation_fadeIn {
  100% {
    opacity: 1;
  }
}

.historyArea {
  padding: 200px 0 70px;
  background: url(../images/history/BG_history.png) no-repeat center 300px;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .historyArea {
    padding: 100px 0 35px;
    background: url(../images/history/BG_history_sp.png) no-repeat center 50px;
    background-size: contain;
  }
}

.historyArea__txt {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .historyArea__txt {
    margin-bottom: .75em;
  }
}

.historyArea .historyWidth {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 5vw;
}

@media only screen and (min-width: 768px) {
  .historyArea .historyWidth {
    min-width: 1100px;
    max-width: 1500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: -ms- center;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: -ms- flex-start;
    align-items: -ms- flex-start;
    align-items: -webkit- flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.historyArea .historyWidth h3 {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  margin: auto;
  color: #e6002d;
  font-family: "Rock Salt", cursive;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 300;
  z-index: 2;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth h3 {
    top: -100px;
    font-size: 12vw;
  }
}

.historyArea .historyWidth .historyImage {
  margin-right: 22vw;
  text-align: left;
}

.historyArea .historyWidth .historyImage img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyImage {
    margin-right: 0;
  }
  .historyArea .historyWidth .historyImage .historyNum {
    position: absolute;
    width: 25vw;
    bottom: -2.5vw;
    right: -2.5vw;
  }
}

.historyArea .historyWidth .historyContents {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .historyArea .historyWidth .historyContents {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: -ms- center;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: -ms- flex-start;
    align-items: -ms- flex-start;
    align-items: -webkit- flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    min-width: 980px;
  }
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.historyArea .historyWidth .historyContents .historyText {
  width: 60%;
  padding: 3% 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents .historyText {
    width: 100%;
    font-size: 3.5vw;
    padding: 30px 0 10px;
  }
}

.historyArea .historyWidth .historyContents .historyTable {
  background: -moz-linear-gradient(-70deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -webkit-linear-gradient(-70deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -webkit-linear-gradient(290deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -o-linear-gradient(290deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: linear-gradient(160deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .historyArea .historyWidth .historyContents .historyTable {
    width: calc(40% - 3%);
    position: relative;
    top: -50px;
    padding: 3%;
    margin: 0 0 0 3%;
  }
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents .historyTable {
    width: 100%;
    padding: 3vw 5vw 5vw;
    margin-bottom: 5vw;
  }
}

.historyArea .historyWidth .historyContents .historyTable .historyNum {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.historyArea .historyWidth .historyContents .historyTable .historyNum img {
  width: 80%;
  -webkit-transform: translateY(-95%);
  -ms-transform: translateY(-95%);
  transform: translateY(-95%);
}

.historyArea .historyWidth .historyContents .historyTable h4 {
  color: #cabc8b;
  margin: 20px auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents .historyTable h4 {
    font-size: 5vw;
    margin: 5vw auto 2vw;
  }
}

.historyArea .historyWidth .historyContents .historyTable .dataCareer {
  margin: 0 auto 10px;
  width: 100%;
  color: #cabc8b;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.historyArea .historyWidth .historyContents .historyTable .dataCareer dt {
  width: 50%;
  padding: 10px 0;
  border-radius: 10px 0 0 10px;
  border: 1px solid #cabc8b;
  background: #aa0021;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.historyArea .historyWidth .historyContents .historyTable .dataCareer dd {
  width: 50%;
  padding: 10px 0;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #cabc8b;
  border-right: 1px solid #cabc8b;
  border-bottom: 1px solid #cabc8b;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents .historyTable .dataCareer {
    margin: 1vw auto;
  }
  .historyArea .historyWidth .historyContents .historyTable .dataCareer dt {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .historyArea .historyWidth .historyContents .historyTable .dataCareer dd {
    font-size: 4.5vw;
    line-height: 3.5vw;
  }
}

.historyArea .historyWidth .historyContents .historyTable .dataWin {
  border: 1px solid #cabc8b;
  color: #cabc8b;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents .historyTable .dataWin {
    font-size: 3.5vw;
  }
}

.historyArea .historyWidth .historyContents .historyPhoto {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.historyArea .historyWidth .historyContents .historyPhoto li a {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.historyArea .historyWidth .historyContents .historyPhoto li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.historyArea .historyWidth .historyContents .historyPhoto li a:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .historyArea .historyWidth .historyContents .historyPhoto li {
    width: calc(100% / 5 - 75px / 4);
    margin: 15px 15px 15px 0;
  }
  .historyArea .historyWidth .historyContents .historyPhoto li:nth-child(5n) {
    margin: 15px 0;
  }
  .historyArea .historyWidth .historyContents .historyPhoto li a {
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .historyArea .historyWidth .historyContents .historyPhoto li {
    width: calc((100% - 6%) / 3);
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .historyArea .historyWidth .historyContents .historyPhoto li:nth-child(3n) {
    margin-right: 0;
  }
}

.historyArea:nth-of-type(even) {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.historyArea:nth-of-type(even) .historyText, .historyArea:nth-of-type(even) .dataWin, .historyArea:nth-of-type(even) img, .historyArea:nth-of-type(even) li, .historyArea:nth-of-type(even) h4, .historyArea:nth-of-type(even) dt, .historyArea:nth-of-type(even) dd {
  -webkit-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
}

.historyArea:nth-of-type(even) h3 {
  -webkit-transform: rotate(10deg) scale(-1, 1);
  -ms-transform: rotate(10deg) scale(-1, 1);
  transform: rotate(10deg) scale(-1, 1);
}

.historyArea:nth-of-type(even) .historyNum img {
  -webkit-transform: translateY(-95%) scale(-1, 1) !important;
  -ms-transform: translateY(-95%) scale(-1, 1) !important;
  transform: translateY(-95%) scale(-1, 1) !important;
}

.historyArea:nth-of-type(even) .dataCareer dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.historyArea:nth-of-type(even) .dataCareer dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.historyArea:nth-of-type(even) .historyPhoto img {
  -webkit-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}

.mfp-bg {
  z-index: 1111111;
}

.mfp-wrap {
  z-index: 2222222;
}

.mfp-content {
  width: 80%;
}

.columnArea {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .columnArea {
    margin-bottom: 15vw;
  }
}

.columnArea .columnWidth {
  width: 100%;
}

.columnArea .columnWidth .columnImage {
  padding: 100px 0 120px;
  background: url(../images/column/BG_Column.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .columnArea .columnWidth .columnImage {
    padding: 15vw 0 20vw;
    background: url(../images/column/BG_Column_sp.png) no-repeat center bottom;
    background-size: contain;
  }
}

.columnArea .columnWidth .columnImage img {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .columnArea .columnWidth .columnImage img {
    width: 90%;
    min-width: 980px;
    max-width: 1200px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .columnArea .columnWidth .columnImage img {
    width: 90%;
  }
}

.columnArea .columnContents {
  text-align: left;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .columnArea .columnContents {
    width: 90%;
    min-width: 980px;
    max-width: 1200px;
    margin-top: -120px;
  }
}

@media only screen and (max-width: 768px) {
  .columnArea .columnContents {
    margin-top: -15vw;
    padding: 0 5vw;
  }
}

.columnArea .columnContents .columnArea__title {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Sawarabi Mincho", serif;
  color: #FFF;
  margin-bottom: 75px;
  margin-left: 20%;
  font-weight: normal;
}

.columnArea .columnContents .columnArea__title i {
  font-family: "Rock Salt", cursive;
  color: #cabc8b;
  font-size: 60px;
  font-size: 6rem;
  position: absolute;
  display: inline-block;
  left: 8%;
  top: -15px;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

@media only screen and (max-width: 768px) {
  .columnArea .columnContents .columnArea__title {
    font-size: 6vw;
    margin-left: 22vw;
    margin-bottom: 10vw;
  }
  .columnArea .columnContents .columnArea__title i {
    font-size: 9vw;
  }
}

.columnArea .columnContents .columnText {
  color: #000;
  padding: .4em 0 .3em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .columnArea .columnContents .columnText {
    width: 75%;
    margin-left: 25%;
  }
  .columnArea .columnContents .columnText::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -7%;
    top: 0;
    background: #000;
  }
}

.columnArea .columnContents .columnText .columnArea__txt {
  margin-bottom: 1em;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .columnArea .columnContents .columnText .columnArea__txt {
    font-size: 3.5vw;
    margin-bottom: .75em;
  }
}

.columnArea .columnContents .columnAuthor {
  text-align: right;
  color: #000;
}

.columnArea .columnContents .columnAuthor dt {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .columnArea .columnContents .columnAuthor dt {
    font-size: 4vw;
  }
}

.columnArea .columnContents .columnAuthor dd {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .columnArea .columnContents .columnAuthor dd {
    font-size: 5vw;
  }
}

.secondTitle .messageNav {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #cabc8b;
  font-family: "Rock Salt", cursive;
  z-index: 3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 60px;
  letter-spacing: -.05em;
}

.secondTitle .messageNav.fixed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 115px;
  z-index: 111111;
}

.secondTitle .messageNav .accordionIndex {
  width: 100%;
  height: 60px;
}

.secondTitle .messageNav .accordionIndex a {
  display: block;
  color: #cabc8b;
}

.secondTitle .messageNav .accordionArticle {
  margin: auto;
  background: #2c2c2c;
  position: absolute;
  top: 60px;
  padding: 30px 10%;
  width: 100%;
}

.secondTitle .messageNav .accordionArticle ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.secondTitle .messageNav .accordionArticle ul li {
  width: 16.66%;
  padding: 0;
}

.secondTitle .messageNav .accordionArticle ul li a, .secondTitle .messageNav .accordionArticle ul li span {
  display: block;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 45px;
}

.secondTitle .messageNav__SP .accordionArticle ul li a, .secondTitle .messageNav__SP .accordionArticle ul li span {
  font-size: 3.6vw;
  font-family: "Noto Sans JP", sans-serif;
}

.messageArea {
  margin: 100px 0;
  background: url(../images/message/BG_message.png) no-repeat 0 20%;
  background-size: 60% auto;
}

@media only screen and (max-width: 768px) {
  .messageArea {
    margin: 7vw 0;
    background-position: 0 0;
    background-size: 85% auto;
  }
}

.messageArea .messageWidth {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .messageArea .messageWidth {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: -ms- space-between;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: -ms- flex-start;
    align-items: -ms- flex-start;
    align-items: -webkit- flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    min-width: 980px;
    max-width: 1200px;
  }
}

@media only screen and (min-width: 768px) {
  .messageArea .messageWidth .messageImage {
    width: 55%;
    margin-bottom: 100px;
  }
}

.messageArea .messageWidth .messageImage figcaption {
  font-family: "Rock Salt", cursive;
  color: #e6002d;
  position: absolute;
  display: inline-block;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .messageArea .messageWidth .messageImage figcaption {
    font-size: 70px;
    font-size: 7rem;
    right: -30%;
    top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .messageArea .messageWidth .messageImage figcaption {
    font-size: 12vw;
    left: 0;
    top: -10%;
  }
}

.messageArea .messageWidth .messageImage img {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .messageArea .messageWidth .messageImage img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .messageArea .messageWidth .messageImage img {
    width: 90%;
  }
}

.messageArea .messageContents {
  text-align: left;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .messageArea .messageContents {
    width: 40%;
    margin-top: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .messageArea .messageContents {
    margin-top: 5vw;
    padding: 0 5vw;
  }
}

.messageArea .messageContents .messageText {
  color: #000;
  padding: .4em 0 .3em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .messageArea .messageContents .messageText {
    width: 90%;
    margin-left: 10%;
  }
  .messageArea .messageContents .messageText::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -7%;
    top: 0;
    background: #000;
  }
}

.messageArea .messageContents .messageText .messageArea__txt {
  margin-bottom: 1em;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .messageArea .messageContents .messageText .messageArea__txt {
    font-size: 3.5vw;
    margin-bottom: .75em;
  }
}

.messageArea .messageContents .messageAuthor {
  text-align: left;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .messageArea .messageContents .messageAuthor {
    margin: 0 0 2em 5%;
  }
}

@media only screen and (max-width: 768px) {
  .messageArea .messageContents .messageAuthor {
    margin: 0 0 .5em 0;
    text-align: right;
  }
}

.messageArea .messageContents .messageAuthor dt {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .messageArea .messageContents .messageAuthor dt {
    font-size: 4vw;
  }
}

.messageArea .messageContents .messageAuthor dd {
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .messageArea .messageContents .messageAuthor dd {
    font-size: 6vw;
    line-height: 1.2;
  }
}

.messageArea:nth-of-type(even) {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.messageArea:nth-of-type(even) .messageAuthor dt, .messageArea:nth-of-type(even) .messageAuthor dd,
.messageArea:nth-of-type(even) .messageImage figcaption,
.messageArea:nth-of-type(even) .messageText, .messageArea:nth-of-type(even) img {
  -webkit-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
}

@media only screen and (min-width: 768px) {
  .messageArea:nth-of-type(even) .messageText {
    position: relative;
    left: -5%;
  }
}

@media only screen and (min-width: 768px) {
  .messageArea:nth-of-type(even) .messageAuthor {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .messageArea:nth-of-type(even) .messageAuthor {
    text-align: left;
  }
}

.messageArea:nth-of-type(even) .messagePhoto img {
  -webkit-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}

.footerArea {
  background: url(../images/BG_red.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 70px 0 0;
}

@media only screen and (max-width: 768px) {
  .footerArea {
    margin-bottom: 80px;
  }
}

.footerArea__sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .footerArea__sns {
    font-size: 40px;
    font-size: 4rem;
    width: 500px;
    margin: auto;
    padding-left: 15px;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .footerArea__sns li a i {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .footerArea__sns li a:hover {
    color: #FFF;
  }
  .footerArea__sns li a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 768px) {
  .footerArea__sns {
    font-size: 7vw;
    padding: 0 10% 3%;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
  }
}

.footerArea__logo {
  width: 100px;
  margin: auto;
  padding: 20px 0 40px;
  display: block;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.footerArea__logo img {
  width: 100%;
}

.footerArea__logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .footerArea__logo {
    width: 80px;
    padding: 0 0 50px;
  }
}

.footerArea__copyright {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 100px;
  line-height: 100px;
  color: #cabc8b;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footerArea__copyright {
    letter-spacing: .1em;
  }
}

@media only screen and (max-width: 768px) {
  .footerArea__copyright {
    font-size: 3.5vw;
    padding-right: 1.5em;
    height: 60px;
    line-height: 60px;
  }
}

.footerArea__ism {
  padding: 0 0 30px;
  text-align: center;
}

.footerArea__ism img {
  height: 25px;
  width: auto;
  vertical-align: top;
  padding-right: 10px;
}

.footerArea__ism span {
  line-height: 25px;
  vertical-align: top;
  font-size: 13px;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .footerArea__ism span {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .floating {
    position: fixed;
    background: #FFF;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .floating p {
    margin: .5em 0 0;
    font-size: 3vw;
    font-weight: 500;
  }
}

#pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #e6002d;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#pageTop i {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  #pageTop {
    z-index: 11;
    bottom: 60px;
    right: -1px;
    background: #000;
    border: 1px solid #FFF;
  }
  #pageTop i {
    color: #FFF;
  }
}

@media only screen and (max-width: 768px) {
  .pcDISP {
    display: none !important;
  }
  .margT0 {
    margin-top: 0px;
  }
  .margT10 {
    margin-top: 5px;
  }
  .margT20 {
    margin-top: 10px;
  }
  .margT30 {
    margin-top: 15px;
  }
  .margT40 {
    margin-top: 20px;
  }
  .margT50 {
    margin-top: 25px;
  }
  .margT60 {
    margin-top: 30px;
  }
  .margT70 {
    margin-top: 35px;
  }
  .margT80 {
    margin-top: 40px;
  }
  .margB0 {
    margin-bottom: 0px;
  }
  .margB10 {
    margin-bottom: 5px;
  }
  .margB20 {
    margin-bottom: 10px;
  }
  .margB30 {
    margin-bottom: 15px;
  }
  .margB40 {
    margin-bottom: 20px;
  }
  .margB50 {
    margin-bottom: 25px;
  }
  .margB60 {
    margin-bottom: 30px;
  }
  .margB70 {
    margin-bottom: 35px;
  }
  .margB80 {
    margin-bottom: 40px;
  }
  .paddT0 {
    padding-top: 0px;
  }
  .paddT10 {
    padding-top: 5px;
  }
  .paddT20 {
    padding-top: 10px;
  }
  .paddT30 {
    padding-top: 15px;
  }
  .paddT40 {
    padding-top: 20px;
  }
  .paddT50 {
    padding-top: 25px;
  }
  .paddT60 {
    padding-top: 30px;
  }
  .paddT70 {
    padding-top: 35px;
  }
  .paddT80 {
    padding-top: 40px;
  }
  .paddB0 {
    padding-bottom: 0px;
  }
  .paddB10 {
    padding-bottom: 5px;
  }
  .paddB20 {
    padding-bottom: 10px;
  }
  .paddB30 {
    padding-bottom: 15px;
  }
  .paddB40 {
    padding-bottom: 20px;
  }
  .paddB50 {
    padding-bottom: 25px;
  }
  .paddB60 {
    padding-bottom: 30px;
  }
  .paddB70 {
    padding-bottom: 35px;
  }
  .paddB80 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .spDISP {
    display: none !important;
  }
  .margT0 {
    margin-top: 0px;
  }
  .margT10 {
    margin-top: 10px;
  }
  .margT20 {
    margin-top: 20px;
  }
  .margT30 {
    margin-top: 30px;
  }
  .margT40 {
    margin-top: 40px;
  }
  .margT50 {
    margin-top: 50px;
  }
  .margT60 {
    margin-top: 60px;
  }
  .margT70 {
    margin-top: 70px;
  }
  .margT80 {
    margin-top: 80px;
  }
  .margB0 {
    margin-bottom: 0px;
  }
  .margB10 {
    margin-bottom: 10px;
  }
  .margB20 {
    margin-bottom: 20px;
  }
  .margB30 {
    margin-bottom: 30px;
  }
  .margB40 {
    margin-bottom: 40px;
  }
  .margB50 {
    margin-bottom: 50px;
  }
  .margB60 {
    margin-bottom: 60px;
  }
  .margB70 {
    margin-bottom: 70px;
  }
  .margB80 {
    margin-bottom: 80px;
  }
  .paddT0 {
    padding-top: 0px;
  }
  .paddT10 {
    padding-top: 10px;
  }
  .paddT20 {
    padding-top: 20px;
  }
  .paddT30 {
    padding-top: 30px;
  }
  .paddT40 {
    padding-top: 40px;
  }
  .paddT50 {
    padding-top: 50px;
  }
  .paddT60 {
    padding-top: 60px;
  }
  .paddT70 {
    padding-top: 70px;
  }
  .paddT80 {
    padding-top: 80px;
  }
  .paddB0 {
    padding-bottom: 0px;
  }
  .paddB10 {
    padding-bottom: 10px;
  }
  .paddB20 {
    padding-bottom: 20px;
  }
  .paddB30 {
    padding-bottom: 30px;
  }
  .paddB40 {
    padding-bottom: 40px;
  }
  .paddB50 {
    padding-bottom: 50px;
  }
  .paddB60 {
    padding-bottom: 60px;
  }
  .paddB70 {
    padding-bottom: 70px;
  }
  .paddB80 {
    padding-bottom: 80px;
  }
}

.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}
