@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400&display=swap);
::-webkit-input-placeholder {
  color: inherit
}

:-moz-placeholder {
  color: inherit
}

button, input, select, textarea {
  font: inherit
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: 0
}

input[type=button], input[type=submit] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none
}

input[type=button]::focus, input[type=submit]::focus {
  outline-offset: -2px
}

sup {
  vertical-align: super;
  font-size: smaller
}

sub {
  vertical-align: sub;
  font-size: smaller
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%
}

body {
  background: #fff;
  min-width: 1220px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-top: 114px
}

@media screen and (max-width:767px) {
  body {
    min-width: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 50px
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna"
  }
}

img {
  vertical-align: bottom
}

@media screen and (max-width:767px) {
  img {
    width: 100%;
    height: auto
  }
}

a {
  color: #1c332f;
  text-decoration: none
}

@media screen and (min-width:768px) {
  a:hover {
    text-decoration: underline;
    color: #1c332f
  }
}

a[href^="mailto:"] {
  color: inherit
}

a[href^="mailto:"]:hover {
  text-decoration: none
}

::-moz-selection {
  color: #fff;
  background: #1c332f
}

::selection {
  color: #fff;
  background: #1c332f
}

::-moz-selection {
  color: #fff;
  background: #1c332f
}

.l-content_pd {
  padding: 60px 0
}

@media screen and (max-width:767px) {
  .l-content_pd {
    padding: 50px 0
  }
}

.l-content_pd02 {
  padding: 60px 0 150px
}

@media screen and (max-width:767px) {
  .l-content_pd02 {
    padding: 50px 0 100px
  }
}

.l-content_pd03 {
  padding: 70px 0 150px
}

@media screen and (max-width:767px) {
  .l-content_pd03 {
    padding: 50px 0 100px
  }
}

.l-content_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px
}

@media screen and (max-width:767px) {
  .l-content_inner {
    padding: 0 4%
  }
}

.l-content_inner02 {
  max-width: 800px;
  margin: 0 auto
}

.l-content_bg01 {
  background: #f7f7f7
}

.l-content_bg02 {
  background: #eaeaea
}

.l-content_bg03 {
  background: #d6d6d6
}

.l-content_bg04 {
  background: #ececec
}

.l-content_bg05 {
  background: #fff
}

.l-footer {
  position: relative
}

.l-footer_inner {
  background: #222;
  padding: 40px 0 30px
}

@media screen and (max-width:767px) {
  .l-footer_inner {
    padding: 20px 0 10px
  }
}

.l-footer_logo01 {
  width: 98px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .l-footer_logo01 {
    width: 63px
  }
}

.l-footer_logo01 a {
  display: block
}

.l-footer_logo01 img {
  width: 100%;
  height: auto
}

@media screen and (min-width:768px) {
  .l-footer_logo01:hover a {
    opacity: .7
  }
}

.l-footer_logo02 {
  width: 303px;
  margin: 34px auto 0
}

@media screen and (max-width:767px) {
  .l-footer_logo02 {
    width: 155px;
    margin: 5px auto 0
  }
}

.l-footer_logo02 a {
  display: block
}

.l-footer_logo02 img {
  width: 100%;
  height: auto
}

@media screen and (min-width:768px) {
  .l-footer_logo02:hover a {
    opacity: .7
  }
}

.l-footer_copyright {
  background: #000;
  text-align: center;
  padding: 10px
}

@media screen and (max-width:767px) {
  .l-footer_copyright {
    padding: 6px
  }
}

.l-footer_copyright small {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 100
}

@media screen and (max-width:767px) {
  .l-footer_copyright small {
    font-size: 1rem
  }
}

.l-footer_scroll {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none
}

@media screen and (max-width:767px) {
  .l-footer_scroll {
    bottom: 15px;
    right: 15px
  }
}

.l-footer_scroll_btn {
  width: 70px;
  height: 70px;
  display: block;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  position: relative
}

@media screen and (max-width:767px) {
  .l-footer_scroll_btn {
    width: 35px;
    height: 35px
  }
}

.l-footer_scroll_btn:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #a5a5a5;
  border-right: 2px solid #a5a5a5;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%) rotate(-45deg);
  -ms-transform: translate(-50%, -58%) rotate(-45deg);
  transform: translate(-50%, -58%) rotate(-45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:767px) {
  .l-footer_scroll_btn:before {
    width: 8px;
    height: 8px
  }
}

@media screen and (min-width:768px) {
  .l-footer_scroll_btn:hover:before {
    top: 54%
  }
}

.l-footer_scroll.is-stop {
  position: absolute;
  top: -100px;
  right: 30px
}

@media screen and (max-width:767px) {
  .l-footer_scroll.is-stop {
    top: -50px;
    right: 15px
  }
}

#en .l-footer_logo01 {
  width: 96px
}

@media screen and (max-width:767px) {
  #en .l-footer_logo01 {
    width: 48px
  }
}

#en .l-footer_logo02 {
  width: 236px
}

@media screen and (max-width:767px) {
  #en .l-footer_logo02 {
    width: 118px;
    line-height: 0;
    margin-top: 19px
  }
}

.l-grid, .l-grid_reverse {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:767px) {
  .l-grid:not(.l_grid_sp), .l-grid_reverse:not(.l_grid_sp) {
    display: inherit
  }
}

.l-grid_2col {
  width: 50%
}

.l-grid_2col:nth-of-type(n+3) {
  padding-top: 70px
}

@media screen and (max-width:767px) {
  .l-grid_2col:nth-of-type(n+3) {
    padding-top: 35px
  }
}

.l-grid_2col:nth-of-type(odd) {
  padding-right: 12px
}

@media screen and (max-width:767px) {
  .l-grid_2col:nth-of-type(odd) {
    padding-right: 2.4%
  }
}

.l-grid_2col:nth-of-type(even) {
  padding-left: 12px
}

@media screen and (max-width:767px) {
  .l-grid_2col:nth-of-type(even) {
    padding-left: 2.4%
  }
}

.l-grid_4col {
  width: 19.8%;
  margin-right: 6.933%
}

@media screen and (min-width:768px) {
  .l-grid_4col:nth-child(4n) {
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .l-grid_4col {
    width: calc(100% / 3);
    margin: 0 8.3% 8.3%
  }
  .l-grid_4col:nth-child(n+3) {
    margin-bottom: 0
  }
}

@media screen and (min-width:768px) {
  .l-grid_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.l-header {
  background: #1c332f;
  min-width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0
}

.l-header_logo {
  margin-right: 160px;
  width: 98px
}

@media screen and (max-width:767px) {
  .l-header_logo {
    margin-right: 0;
    width: 44px
  }
}

.l-header_logo a {
  display: block
}

@media screen and (min-width:768px) {
  .l-header_logo a:hover {
    opacity: .7
  }
}

.l-header_logo a img {
  width: 100%;
  height: auto
}

@media screen and (max-width:767px) {
  .l-header_nav_trigger {
    display: block;
    width: 55px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
  }
  .l-header_nav_trigger span {
    width: 25px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .l-header_nav_trigger span:first-of-type {
    top: 15px
  }
  .l-header_nav_trigger span:nth-of-type(2) {
    top: 23px
  }
  .l-header_nav_trigger span:last-of-type {
    top: 31px
  }
  .l-header_nav_trigger.is-open span {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }
  .l-header_nav_trigger.is-open span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 15px
  }
  .l-header_nav_trigger.is-open span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15px
  }
  .l-header_nav_trigger.is-open span:last-of-type {
    display: none
  }
}

.l-header_inner {
  margin: 0 auto;
  height: 114px;
  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
}

@media screen and (min-width:768px) {
  .l-header_inner {
    min-width: 1220px
  }
}

@media screen and (max-width:767px) {
  .l-header_inner {
    height: 50px
  }
}

.l-header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .l-header_list {
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 45px;
    padding: 0 12vw;
    display: none
  }
}

.l-header_list>li {
  text-align: center
}

@media screen and (max-width:767px) {
  .l-header_list>li {
    width: 100%
  }
  .l-header_list>li:not(:last-of-type) {
    border-bottom: 1px solid #fff
  }
}

.l-header_list>li:nth-of-type(n+2) {
  margin-left: 100px
}

@media screen and (max-width:767px) {
  .l-header_list>li:nth-of-type(n+2) {
    margin-left: 0
  }
}

.l-header_list>li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.25
}

@media screen and (max-width:767px) {
  .l-header_list>li a {
    padding: 17px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.2rem
  }
}

@media screen and (min-width:768px) {
  .l-header_list>li a:hover {
    text-decoration: none;
    opacity: .7
  }
}

.l-header_list>li a span {
  display: block;
  margin-bottom: 12px;
  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 100;
  font-size: 1rem
}

@media screen and (max-width:767px) {
  .l-header_list>li a span {
    margin-bottom: 0;
    margin-top: 3px;
    font-size: .8rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.top .l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0
}

#en .l-header_nav_trigger {
  display: none
}

.c-button, .c-button_next, .c-button_prev {
  min-width: 230px;
  display: inline-block;
  color: #fff;
  background: #1c332f;
  padding: 14px 10px;
  font-size: 1.4rem;
  text-align: center;
  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

@media screen and (max-width:767px) {
  .c-button, .c-button_next, .c-button_prev {
    width: 100%;
    font-size: 1.1rem
  }
}

@media screen and (min-width:768px) {
  .c-button:hover, .c-button_next:hover, .c-button_prev:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none
  }
}

.c-button_wrap_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .c-button_wrap_2col {
    margin-top: 30px
  }
}

.c-button_wrap_2col .c-button:nth-of-type(n+2), .c-button_wrap_2col .c-button_next:nth-of-type(n+2), .c-button_wrap_2col .c-button_prev:nth-of-type(n+2) {
  margin-left: 25px
}

@media screen and (max-width:767px) {
  .c-button_wrap_2col .c-button:nth-of-type(n+2), .c-button_wrap_2col .c-button_next:nth-of-type(n+2), .c-button_wrap_2col .c-button_prev:nth-of-type(n+2) {
    margin-left: 4%
  }
}

@media screen and (max-width:767px) {
  .c-button_wrap_2col .c-button, .c-button_wrap_2col .c-button_next, .c-button_wrap_2col .c-button_prev {
    width: 48%;
    min-width: 0
  }
}

.c-button_prev {
  position: relative
}

.c-button_prev:before {
  content: '<';
  margin-right: 1em
}

.c-button_prev.button-invalid {
  pointer-events: none;
  background: #000
}

.c-button_next:after {
  content: '>';
  margin-left: 1em
}

.c-button_next.button-invalid {
  pointer-events: none;
  background: #000
}

.c-button_wrap {
  margin-top: 60px;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-button_wrap {
    margin-top: 40px
  }
}

.c-button_wrap02 {
  margin-top: 40px;
  text-align: center
}

.c-figure_item {
  display: inline-block
}

.c-figure_item_img {
  vertical-align: initial
}

.c-figure_caption {
  font-size: 1.2rem;
  margin-top: 12px;
  text-align: left
}

@media screen and (max-width:767px) {
  .c-figure_caption {
    font-size: 1rem;
    text-align: center
  }
}

.c-heading_line {
  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 5rem;
  font-weight: 100;
  text-align: center;
  line-height: 1.28;
  position: relative
}

@media screen and (max-width:767px) {
  .c-heading_line {
    font-size: 3.4rem
  }
}

.c-heading_line:before {
  content: '';
  display: block;
  width: .6em;
  height: 2px;
  background: #888;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:767px) {
  .c-heading_line:before {
    height: 1px;
    bottom: -4px
  }
}

.c-heading_line_sub {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.666
}

@media screen and (max-width:767px) {
  .c-heading_line_sub {
    margin-top: 15px;
    font-size: .9rem
  }
}

.c-heading_area {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .c-heading_area {
    margin-bottom: 20px
  }
}

.c-heading_area02 {
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .c-heading_area02 {
    margin-bottom: 40px
  }
}

.c-list_time>li {
  font-size: 1.6rem;
  padding: 25px 0;
  border-bottom: 1px solid #ccc
}

@media screen and (max-width:767px) {
  .c-list_time>li {
    font-size: 1.2rem;
    padding: 20px 0
  }
}

.c-list_time>li:last-of-type {
  border-bottom: none
}

.c-list_time>li span {
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px
}

@media screen and (max-width:767px) {
  .c-list_time>li span {
    padding: 0 20px
  }
}

.c-list_time>li time {
  display: block;
  margin-right: 1.5em
}

.c-list_time>li a {
  display: block;
  color: inherit
}

@media screen and (min-width:768px) {
  .c-list_time>li a:hover {
    text-decoration: none;
    opacity: .7
  }
}

.c-loader_bg {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/100th-anniversary/assets/img/top/loader/top_loader_bg.jpg) #e3e3e3;
  z-index: 1001
}

.c-loader_inner {
  display: none;
  height: 100%
}

.c-loader_thanks {
  width: 350px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%)
}

@media screen and (max-width:767px) {
  .c-loader_thanks {
    width: 180px;
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%)
  }
}

.c-loader_thanks img {
  width: 100%;
  height: auto
}

.c-loader_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (max-width:767px) {
  .c-loader_bottom {
    top: 70%
  }
}

.c-loader_logo {
  width: 94px;
  margin: 40px auto 70px
}

@media screen and (max-width:767px) {
  .c-loader_logo {
    width: 55px;
    margin: 9.3vw auto
  }
}

.c-loader_logo img {
  width: 100%;
  height: auto
}

.c-loader_progressbar {
  width: 0;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.c-loader_progressbar_box {
  width: 100%;
  height: 1px
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-pagenation_wrap, .c-pagenation_wrap02 {
  margin: 0 auto;
  padding-top: 55px;
  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
}

@media screen and (max-width:767px) {
  .c-pagenation_wrap, .c-pagenation_wrap02 {
    padding-top: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.c-pagenation_wrap02 {
  padding-top: 80px
}

@media screen and (max-width:767px) {
  .c-pagenation_wrap02 {
    padding-top: 50px
  }
}

.c-pagenation>li.no-click a {
  pointer-events: none;
  color: #b2b2b2
}

.c-pagenation>li:nth-of-type(n+2) {
  margin-left: 80px
}

@media screen and (max-width:767px) {
  .c-pagenation>li:nth-of-type(n+2) {
    margin-left: 60px
  }
}

.c-pagenation>li a {
  color: inherit;
  font-size: 1.6rem
}

@media screen and (min-width:768px) {
  .c-pagenation>li a:hover {
    text-decoration: none;
    color: #b2b2b2
  }
}

.c-pagenation_arrow {
  width: 60px;
  height: 10px;
  display: block;
  position: relative
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow {
    width: 13.3%
  }
}

.c-pagenation_arrow:before {
  content: '';
  display: block;
  border-top: 1px dashed #888;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow:before {
    border-top: 1px dotted #888
  }
}

.c-pagenation_arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow:after {
    border: solid 3px transparent
  }
}

.c-pagenation_arrow.arrow_prev {
  margin-right: 110px
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow.arrow_prev {
    margin-right: 6%
  }
}

.c-pagenation_arrow.arrow_prev:after {
  border-right: solid 10px #888;
  left: -6px
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow.arrow_prev:after {
    border-right: solid 7px #888
  }
}

.c-pagenation_arrow.arrow_next {
  margin-left: 110px
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow.arrow_next {
    margin-left: 6%
  }
}

.c-pagenation_arrow.arrow_next:after {
  border-left: solid 10px #888;
  right: -6px
}

@media screen and (max-width:767px) {
  .c-pagenation_arrow.arrow_next:after {
    border-left: solid 7px #888
  }
}

@media screen and (min-width:768px) {
  .c-pagenation_arrow:hover {
    opacity: .7
  }
}

.c-pagenation_arrow.no-arrow {
  pointer-events: none
}

.c-pagenation_arrow.no-arrow:after, .c-pagenation_arrow.no-arrow:before {
  display: none
}

.p-column {
  padding: 0 50px
}

@media screen and (max-width:767px) {
  .p-column {
    padding: 0
  }
}

.p-column_inner {
  display: block
}

.p-column_inner:hover {
  text-decoration: none
}

@media screen and (min-width:768px) {
  .p-column_inner:hover .p-column_txt {
    opacity: .7
  }
  .p-column_inner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-column_img {
  width: 100%;
  overflow: hidden
}

.p-column_img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.p-column_txt {
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-column_txt {
    margin-top: 10px
  }
}

.p-column_txt p {
  font-size: 1.4rem;
  line-height: 1.714
}

@media screen and (max-width:767px) {
  .p-column_txt p {
    font-size: 1.2rem
  }
}

.p-column_ttl {
  margin-bottom: 15px
}

@media screen and (max-width:767px) {
  .p-column_ttl {
    font-size: 1.4rem;
    margin-bottom: 10px
  }
}

.p-column_main {
  padding: 0 50px
}

@media screen and (max-width:767px) {
  .p-column_main {
    padding: 0
  }
}

.p-column_main:nth-of-type(n+2) {
  margin-top: 60px
}

@media screen and (max-width:767px) {
  .p-column_main:nth-of-type(n+2) {
    margin-top: 30px
  }
}

.p-column_main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .p-column_main_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.p-column_main_inner:hover {
  text-decoration: none
}

@media screen and (min-width:768px) {
  .p-column_main_inner:hover .p-column_main_txt {
    opacity: .7
  }
  .p-column_main_inner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-column_main_img {
  width: 384px;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .p-column_main_img {
    width: 36.2%
  }
}

.p-column_main_img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.p-column_main_txt {
  width: calc(100% - 384px);
  padding-left: 30px
}

@media screen and (max-width:767px) {
  .p-column_main_txt {
    width: calc(100% - 36.2%);
    padding-left: 10px
  }
}

@media screen and (max-width:767px) {
  .p-column_main_txt p {
    font-size: 1.2rem
  }
}

.p-column_main_ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  margin: 40px 0 25px
}

@media screen and (max-width:767px) {
  .p-column_main_ttl {
    font-size: 1.6rem;
    margin: 0 0 10px
  }
}

.p-column_detail_wrap {
  padding: 57px 230px
}

@media screen and (max-width:767px) {
  .p-column_detail_wrap {
    padding: 25px 4.6%
  }
}

.p-column_detail_wrap_01 {
  margin-bottom: 57px;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-column_detail_wrap_01 {
    margin-bottom: 30px
  }
}

.p-column_detail_wrap_01.p-column_detail_wrap_pb0 {
  margin-bottom: 0
}

.p-column_detail_wrap_02 {
  margin-bottom: 24px
}

@media screen and (max-width:767px) {
  .p-column_detail_wrap_02 {
    margin-bottom: 16px
  }
}

.p-column_detail_wrap_02.p-column_detail_wrap_pb0 {
  margin-bottom: 0
}

.p-column_detail_wrap_03 {
  margin: 24px 0
}

@media screen and (max-width:767px) {
  .p-column_detail_wrap_03 {
    margin: 16px 0
  }
}

.p-column_detail_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 57px
}

@media screen and (max-width:767px) {
  .p-column_detail_ttl {
    font-size: 1.6rem;
    margin-bottom: 30px
  }
}

.p-column_detail_ttl_num {
  margin-right: .5em
}

@media screen and (max-width:767px) {
  .p-column_detail_top_img {
    width: 72%;
    margin: 0 auto 16px
  }
}

@media screen and (max-width:767px) {
  .p-column_detail_img {
    width: 63%;
    margin: 0 auto 16px
  }
}

.p-column_detail_txt, .p-column_detail_txt_01, .p-column_detail_txt_02 {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .06rem;
  text-align: left
}

@media screen and (max-width:767px) {
  .p-column_detail_txt, .p-column_detail_txt_01, .p-column_detail_txt_02 {
    font-size: 1.2rem
  }
}

.p-column_detail_txt_01 {
  margin-left: 30px
}

@media screen and (max-width:767px) {
  .p-column_detail_txt_01 {
    margin: 0
  }
}

.p-column_detail_txt_02 {
  margin-right: 30px
}

@media screen and (max-width:767px) {
  .p-column_detail_txt_02 {
    margin: 0
  }
}

.p-column_detail_txt_mb {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .p-column_detail_txt_mb {
    margin-bottom: 16px
  }
}

.p-column_detail_item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.p-column_history {
  padding-top: 60px;
  border-top: 1px solid #ccc;
  text-align: left
}

@media screen and (max-width:767px) {
  .p-column_history {
    padding-top: 37px
  }
}

.p-column_history_ttl {
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .p-column_history_ttl {
    margin-bottom: 30px
  }
}

.p-column_history_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:767px) {
  .p-column_history_contents {
    display: block
  }
}

.p-column_history_contents dt {
  width: 31.5%
}

@media screen and (max-width:767px) {
  .p-column_history_contents dt {
    width: 100%
  }
}

.p-column_history_contents dd {
  width: 68.5%
}

@media screen and (max-width:767px) {
  .p-column_history_contents dd {
    width: 100%;
    margin-bottom: 15px
  }
}

.p-column_img_circle {
  border-radius: 50%;
  border: 1px solid #000
}

.p-column_detail_txt+.p-column_detail_txt, .p-column_detail_txt+.p-column_detail_txt_01, .p-column_detail_txt+.p-column_detail_txt_02, .p-column_detail_txt_01+.p-column_detail_txt, .p-column_detail_txt_01+.p-column_detail_txt_01, .p-column_detail_txt_01+.p-column_detail_txt_02, .p-column_detail_txt_02+.p-column_detail_txt, .p-column_detail_txt_02+.p-column_detail_txt_01, .p-column_detail_txt_02+.p-column_detail_txt_02 {
  margin-top: 48px
}

@media screen and (max-width:767px) {
  .p-column_detail_txt+.p-column_detail_txt, .p-column_detail_txt+.p-column_detail_txt_01, .p-column_detail_txt+.p-column_detail_txt_02, .p-column_detail_txt_01+.p-column_detail_txt, .p-column_detail_txt_01+.p-column_detail_txt_01, .p-column_detail_txt_01+.p-column_detail_txt_02, .p-column_detail_txt_02+.p-column_detail_txt, .p-column_detail_txt_02+.p-column_detail_txt_01, .p-column_detail_txt_02+.p-column_detail_txt_02 {
    margin-top: 24px
  }
}

.p-gallery_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.p-gallery_grid_item {
  width: 320px;
  margin-right: 100px
}

@media screen and (max-width:767px) {
  .p-gallery_grid_item {
    width: 50%;
    margin-right: 0
  }
  .p-gallery_grid_item:nth-of-type(odd) {
    padding-right: 3vw
  }
  .p-gallery_grid_item:nth-of-type(even) {
    padding-left: 3vw
  }
}

.p-gallery_grid_item:nth-of-type(3n) {
  margin-right: 0
}

.p-gallery_grid_item:nth-of-type(n+4) {
  margin-top: 100px
}

@media screen and (max-width:767px) {
  .p-gallery_grid_item:nth-of-type(n+4) {
    margin-top: 0
  }
}

@media screen and (max-width:767px) {
  .p-gallery_grid_item:nth-of-type(n+3) {
    margin-top: 16vw
  }
}

.p-gallery_grid_item_inner {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom
}

@media screen and (min-width:768px) {
  .p-gallery_grid_item_inner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-gallery_grid_item_inner img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.p-gallery_grid figure {
  display: inline-block
}

.p-gallery_grid figcaption {
  text-align: left;
  margin-top: 1rem;
  font-size: 1.2rem;
  word-break: break-word
}

@media screen and (max-width:767px) {
  .p-gallery_img_portrait {
    padding: 0 5.3vw
  }
}

.gallery .mfp-zoom-out-cur, .gallery .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto
}

.gallery.mfp-zoom-out-cur {
  cursor: auto;
  overflow: hidden!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:767px) {
  .gallery.mfp-zoom-out-cur {
    position: fixed!important;
    width: 100%;
    height: 100%;
    z-index: -1
  }
}

.gallery .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: auto
}

.gallery .mfp-gallery .mfp-container {
  max-width: 900px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  padding: 0
}

@media screen and (max-width:767px) {
  .gallery .mfp-gallery .mfp-container {
    width: 92%
  }
}

@media screen and (max-width:767px) {
  .gallery .mfp-gallery .mfp-container .mfp-content {
    max-width: 85%
  }
}

.gallery .mfp-gallery .mfp-bottom-bar {
  margin-top: -20px
}

@media screen and (max-width:767px) {
  .gallery .mfp-gallery .mfp-bottom-bar {
    margin-top: -25px
  }
}

.gallery .mfp-gallery .mfp-bottom-bar .mfp-title {
  padding-right: 0;
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .gallery .mfp-gallery .mfp-bottom-bar .mfp-title {
    font-size: 1rem;
    text-align: center
  }
}

.gallery .mfp-gallery .mfp-bottom-bar .mfp-counter {
  display: none
}

.gallery .gallery-arrow-left, .gallery .gallery-arrow-right {
  position: absolute;
  width: 30px;
  height: 50px;
  display: block;
  top: 50%;
  cursor: pointer
}

@media screen and (max-width:767px) {
  .gallery .gallery-arrow-left, .gallery .gallery-arrow-right {
    width: 15px;
    height: 25px
  }
}

.gallery .gallery-arrow-left:after, .gallery .gallery-arrow-right:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  position: absolute;
  top: 33%;
  left: 43%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
  .gallery .gallery-arrow-left:after, .gallery .gallery-arrow-right:after {
    width: 15px;
    height: 15px;
    top: 5px;
    left: 4px
  }
}

.gallery .gallery-arrow-left {
  left: 0
}

.gallery .gallery-arrow-right {
  right: 0
}

.gallery .gallery-arrow-right:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 10%
}

@media screen and (max-width:767px) {
  .gallery .gallery-arrow-right:after {
    left: -5px
  }
}

.gallery .mfp-close-btn-in .mfp-close {
  display: none
}

.gallery .p-popup_close_btn {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 18%;
  right: 0;
  z-index: 1030;
  cursor: pointer
}

@media screen and (max-width:767px) {
  .gallery .p-popup_close_btn {
    top: 5%
  }
}

.gallery .p-popup_close_btn:after, .gallery .p-popup_close_btn:before {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  background: #ededeb;
  position: absolute;
  top: 17px;
  left: 0
}

.gallery .p-popup_close_btn:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.gallery .p-popup_close_btn:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-panel {
  display: block;
  color: inherit
}

.p-panel_img {
  overflow: hidden
}

.p-panel_img img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.p-panel_txt {
  font-size: 1.4rem;
  margin-top: 10px
}

@media screen and (max-width:767px) {
  .p-panel_txt {
    font-size: 1.2rem
  }
}

.p-panel:hover {
  color: inherit;
  text-decoration: none
}

@media screen and (min-width:768px) {
  .p-panel:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  .p-panel:hover .p-panel_txt {
    opacity: .7
  }
}

.p-tab .p-tab_group {
  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
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_group {
    padding: 15px 0;
    margin-left: -4%;
    width: calc(100% + 8%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p-tab .p-tab_group.is-fixed {
    padding: 15px 0;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    margin-left: 0;
    background: #ececec;
    z-index: 10
  }
}

.p-tab .p-tab_item {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 1.2rem;
  width: 220px
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_item {
    width: 85px;
    min-width: 21%;
    font-size: .8rem
  }
}

@media screen and (max-width:320px) {
  .p-tab .p-tab_item {
    width: 79px
  }
}

.p-tab .p-tab_item:nth-of-type(n+2):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background: #878787
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_item:nth-of-type(5):before {
    display: none
  }
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_item:nth-of-type(n+5) {
    margin-top: 18px
  }
}

@media screen and (min-width:768px) {
  .p-tab .p-tab_item:hover {
    opacity: .7
  }
}

.p-tab .p-tab_item.js-tab_invalid {
  cursor: auto
}

.p-tab .p-tab_item.js-tab_invalid:hover {
  opacity: 1
}

.p-tab .p-tab_panel {
  display: none
}

.p-tab .p-tab_panel_group {
  padding-top: 90px
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_panel_group {
    padding-top: 20px
  }
}

.p-tab .p-tab_item.is-active {
  font-size: 1.6rem;
  pointer-events: none
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_item.is-active {
    font-size: 1.2rem
  }
}

.p-tab .p-tab_item.is-active p {
  display: inline-block
}

.p-tab .p-tab_item.is-active p:after {
  content: "";
  display: block;
  background: #878787;
  width: 100%;
  height: 2px;
  position: relative;
  bottom: -6px
}

@media screen and (max-width:767px) {
  .p-tab .p-tab_item.is-active p:after {
    padding: 0 30px;
    height: 1px
  }
}

.p-tab .p-tab_panel.is-show {
  display: block
}

.top {
  padding-top: 0
}

.top .l-header {
  position: relative
}

@media screen and (min-width:768px) {
  .top .l-header_logo {
    display: none
  }
}

.slick-slide {
  outline: 0
}

.p-top_hero {
  position: relative
}

.p-top_hero:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.p-top_hero_heading {
  width: 9.3%;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  z-index: 1
}

@media screen and (max-width:767px) {
  .p-top_hero_heading {
    width: 30.5%;
    top: 7%
  }
}

.p-top_hero_heading img {
  width: 100%;
  height: auto
}

.p-top_hero_read {
  width: 26.7%;
  position: absolute;
  top: 61.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
  -ms-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
  z-index: 1
}

@media screen and (max-width:767px) {
  .p-top_hero_read {
    width: 100%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.p-top_hero_read img {
  width: 100%;
  height: auto
}

.p-top_hero_logo {
  width: 3.58%;
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1
}

@media screen and (max-width:767px) {
  .p-top_hero_logo {
    width: 15.6%;
    bottom: 5.4%
  }
}

.p-top_hero_logo img {
  width: 100%;
  height: auto
}

.p-top_hero_slider_item {
  width: 100%
}

.p-top_hero_slider_item img {
  width: 100%;
  height: auto
}

.p-top_news_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:767px) {
  .p-top_news_area {
    display: block;
    text-align: center
  }
}

.p-top_news_area .p-top_news_heading_area {
  width: 25.863%
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_heading_area {
    width: 100%
  }
}

.p-top_news_area .p-top_news_heading_area_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_heading_area_inner {
    display: block
  }
}

.p-top_news_area .p-top_news_heading_area .p-top_news_heading {
  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.28
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_heading_area .p-top_news_heading {
    font-size: 3.4rem;
    position: relative
  }
  .p-top_news_area .p-top_news_heading_area .p-top_news_heading::before {
    content: '';
    display: block;
    width: .6em;
    height: 1px;
    background: #888;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.p-top_news_area .p-top_news_heading_area .p-top_news_heading_sub {
  margin-left: 30px;
  font-size: 1.2rem;
  line-height: 1.666
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_heading_area .p-top_news_heading_sub {
    margin-top: 15px;
    margin-left: 0;
    font-size: 1rem
  }
}

.p-top_news_area .p-top_news_list {
  width: 53.449%;
  padding-top: 8px
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_list {
    padding-top: 20px;
    width: 100%
  }
}

.p-top_news_area .p-top_news_list>li {
  font-size: 1.6rem;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_list>li {
    font-size: 1.2rem
  }
}

.p-top_news_area .p-top_news_list>li time {
  display: block
}

.p-top_news_area .p-top_news_list>li a {
  display: block;
  color: inherit;
  width: 85.486%;
  padding-right: 10px
}

@media screen and (max-width:767px) {
  .p-top_news_area .p-top_news_list>li a {
    width: 80%;
    text-align: left
  }
}

@media screen and (min-width:768px) {
  .p-top_news_area .p-top_news_list>li a:hover {
    text-decoration: none;
    opacity: .7
  }
}

.p-top_history_banner {
  overflow: hidden;
  width: 920px;
  height: auto;
  margin: 0 auto;
  position: relative
}

@media screen and (max-width:767px) {
  .p-top_history_banner {
    width: 100%
  }
}

.p-top_history_banner a {
  display: block
}

.p-top_history_banner a .p-top_history_img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (min-width:768px) {
  .p-top_history_banner a:hover .p-top_history_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-top_history_banner_ttl {
  width: 920px;
  height: 200px;
  position: absolute;
  top: 0;
  padding: 15px;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-top_history_banner_ttl {
    width: 100%;
    height: 100%;
    padding: 10px
  }
}

.p-top_history_banner_ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -53px
}

@media screen and (max-width:767px) {
  .p-top_history_banner_ttl img {
    width: 15.7%;
    margin: -1.2% 0 0 -7.85%
  }
}

.p-top_history_banner_border {
  display: block;
  border: 1px solid #9d9d9d;
  width: 100%;
  height: 100%
}

.p-top_authentichistory_ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}

.p-top_authentichistory_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-top_authentichistory_2col {
      display: block;
  }
}

.p-top_authentichistory_img {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top_authentichistory_img img {
    max-width: 400px;
  }
}

.p-top_authentichistory_link_box {
  margin-left: 44px;
}

@media screen and (max-width: 767px) {
  .p-top_authentichistory_link_box {
    margin-left: 0;
  }
}

.p-top_authentichistory_link {
  font-size: 1.2rem;
  margin-top: 15px;
}

.p-top_authentichistory_link_icon_pdf {
  display: block;
}

.p-top_authentichistory_link_icon_pdf:before {
  content: "";
  background: url(/100th-anniversary/assets/img/top/pdf_icon.png) no-repeat top center/cover;
  width: 20px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.p-top_commemorative_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .p-top_commemorative_2col {
    display: block
  }
}

.p-top_commemorative_txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 28px
}

@media screen and (max-width:767px) {
  .p-top_commemorative_txt {
    font-size: 1.2rem;
    line-height: 1.91;
    margin-top: 20px
  }
}

.p-top_commemorative_txt_box {
  width: 624px;
  margin-left: 44px;
  padding: 70px 0 0
}

@media screen and (max-width:767px) {
  .p-top_commemorative_txt_box {
    width: auto;
    padding: 17px 0 0;
    text-align: center;
    margin-left: 0
  }
}

.p-top_commemorative_title {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 7px
}

@media screen and (max-width:767px) {
  .p-top_commemorative_title {
    font-size: 1.6rem
  }
}

.p-top_commemorative_title_sub {
  font-size: 1.4rem;
  line-height: 2.14
}

@media screen and (max-width:767px) {
  .p-top_commemorative_title_sub {
    font-size: 1.2rem
  }
}

.p-top_commemorative_link {
  display: block;
  width: 351px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  background: #1c332f
}

@media screen and (max-width:767px) {
  .p-top_commemorative_link {
    width: 100%;
    margin-top: 25px
  }
}

.p-top_commemorative_link a {
  color: #fff;
  padding: 13px 0;
  display: block
}

@media screen and (max-width:767px) {
  .p-top_commemorative_link a {
    font-size: 1.1rem
  }
}

.p-top_commemorative_link_icon_pdf {
  display: block
}

.p-top_commemorative_link_icon_pdf:before {
  content: "";
  background: url(/100th-anniversary/assets/img/top/pdf_icon.png) no-repeat top center/cover;
  width: 20px;
  height: 12px;
  display: inline-block;
  margin-right: 10px
}

@media screen and (max-width:767px) {
  .p-top_commemorative_link_icon_pdf:before {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    width: 16px;
    height: 10px;
    margin-right: 7px
  }
}

.p-top_commemorative_link_icon_speaker {
  display: block
}

.p-top_commemorative_link_icon_speaker:before {
  content: "";
  background: url(/100th-anniversary/assets/img/top/speaker_icon.png) no-repeat top center/cover;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}

@media screen and (max-width:767px) {
  .p-top_commemorative_link_icon_speaker:before {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    width: 24px;
    height: 24px;
    margin-right: 7px
  }
}

.p-top_commemorative_link2 {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-top_commemorative_link2 {
    font-size: 1rem
  }
}

.p-top_commemorative_link2 .p-top_commemorative_link_icon_pdf:before {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px)
}

.p-top_commemorative_link2 .p-top_commemorative_link_icon_speaker:before {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px)
}

.p-top_transition_panel_wrap {
  position: relative;
  width: 100%;
  height: 430px
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_wrap {
    width: 100%;
    height: 69.5vw
  }
}

.p-top_transition_panel_1, .p-top_transition_panel_size_1 {
  width: 364px;
  height: 281px
}

.p-top_transition_panel_9, .p-top_transition_panel_size_2 {
  width: 368px;
  height: 281px
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_9, .p-top_transition_panel_size_2 {
    width: 65%;
    height: 65.58%
  }
}

.p-top_transition_panel_2, .p-top_transition_panel_3, .p-top_transition_panel_size_3 {
  width: 173px;
  height: 133px
}

.p-top_transition_panel_10, .p-top_transition_panel_11, .p-top_transition_panel_12, .p-top_transition_panel_4, .p-top_transition_panel_5, .p-top_transition_panel_6, .p-top_transition_panel_size_4 {
  width: 188px;
  height: 133px
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_10, .p-top_transition_panel_11, .p-top_transition_panel_12, .p-top_transition_panel_4, .p-top_transition_panel_5, .p-top_transition_panel_6, .p-top_transition_panel_size_4 {
    width: 33%;
    height: 31.15%
  }
}

.p-top_transition_panel_7, .p-top_transition_panel_8, .p-top_transition_panel_size_5 {
  width: 175px;
  height: 134px
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_7, .p-top_transition_panel_8, .p-top_transition_panel_size_5 {
    width: 31%;
    height: 31.15%
  }
}

.p-top_transition_panel_1 {
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_1 {
    display: none
  }
}

.p-top_transition_panel_2 {
  position: absolute;
  bottom: 0;
  left: 0
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_2 {
    display: none
  }
}

.p-top_transition_panel_3 {
  position: absolute;
  bottom: 0;
  left: 16.4%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_3 {
    display: none
  }
}

.p-top_transition_panel_4 {
  position: absolute;
  top: 0;
  left: 33%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_4 {
    display: none
  }
}

.p-top_transition_panel_5 {
  position: absolute;
  top: 34.5%;
  left: 33%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_5 {
    display: none
  }
}

.p-top_transition_panel_6 {
  position: absolute;
  bottom: 0;
  left: 33%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_6 {
    display: none
  }
}

.p-top_transition_panel_7 {
  position: absolute;
  top: 0;
  right: 34.1%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_7 {
    right: 69.3%
  }
}

.p-top_transition_panel_8 {
  position: absolute;
  top: 0;
  right: 17.4%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_8 {
    right: 35%
  }
}

.p-top_transition_panel_9 {
  position: absolute;
  bottom: 0;
  right: 17.4%
}

@media screen and (max-width:767px) {
  .p-top_transition_panel_9 {
    right: 35%
  }
}

.p-top_transition_panel_10 {
  position: absolute;
  top: 0;
  right: 0
}

.p-top_transition_panel_11 {
  position: absolute;
  top: 34.5%;
  right: 0
}

.p-top_transition_panel_12 {
  position: absolute;
  bottom: 0;
  right: 0
}

.p-top_gallery_panel {
  overflow: hidden
}

.p-top_gallery_panel a {
  display: block
}

.p-top_gallery_panel a img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (min-width:768px) {
  .p-top_gallery_panel a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-top_banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:767px) {
  .p-top_banner_area {
    display: block;
    text-align: center
  }
}

.p-top_banner_area a {
  display: block;
  width: 31%;
  height: auto;
  margin-bottom: 40px;
  margin-right: 20px
}

.p-top_banner_area a:nth-child(n+4) {
  margin-bottom: 0
}

@media screen and (max-width:767px) {
  .p-top_banner_area a {
    display: inline-block;
    width: 84%;
    margin-bottom: 20px
  }
  .p-top_banner_area a:nth-child(n+4) {
    margin-bottom: 20px
  }
  .p-top_banner_area a:last-child {
    margin-bottom: 0
  }
}

@media screen and (min-width:768px) {
  .p-top_banner_area a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-top_banner_area a img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.load-open {
  overflow: hidden!important;
  position: fixed!important;
  width: 100%;
  height: 100%
}

#en .p-top_hero_heading {
  top: 13%
}

@media screen and (max-width:767px) {
  #en .p-top_hero_heading {
    top: 11%
  }
}

#en .p-top_hero_read {
  top: 58.5%;
  width: 29.5%
}

@media screen and (max-width:767px) {
  #en .p-top_hero_read {
    width: 100%;
    top: 50.5%
  }
}

#en .p-top_hero_logo {
  bottom: 10%
}

@media screen and (max-width:767px) {
  #en .p-top_hero_logo {
    bottom: 16%
  }
}

#en .p-top_commemorative_link {
  width: 390px
}

@media screen and (max-width:767px) {
  #en .p-top_commemorative_link {
    width: 100%
  }
}

#en .p-top_commemorative_txt_box {
  width: 235px;
  padding: 120px 0 0
}

@media screen and (max-width:767px) {
  #en .p-top_commemorative_txt_box {
    width: auto;
    padding: 17px 0 0
  }
}

#en .p-top_commemorative_title {
  margin-top: 10px
}

@media screen and (max-width:767px) {
  #en .p-top_commemorative_title {
    margin-top: 7px
  }
}

#en .p-top_commemorative_title_sub {
  line-height: 1.43
}

#en .p-top_commemorative_2col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#en .p-top_history_banner_ttl img {
  margin: -10px 0 0 -100px
}

@media screen and (max-width:767px) {
  #en .p-top_history_banner_ttl img {
    width: 28.4%;
    margin: -1.2% 0 0 -13.85%
  }
}

#en #commemorative {
  padding-bottom: 150px
}

@media screen and (max-width:767px) {
  #en #commemorative {
    padding-bottom: 100px
  }
}

.p-transition_wrap {
  padding: 75px 120px
}

@media screen and (max-width:767px) {
  .p-transition_wrap {
    padding: 20px 15px 44px
  }
}

.p-transition_wrap .l-grid, .p-transition_wrap .l-grid_reverse {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.p-transition02 .p-transition_ttl_2, .p-transition_ttl {
  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.28;
  position: absolute
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_ttl_2, .p-transition_ttl {
    font-size: 3.4rem;
    text-align: center;
    position: initial;
    margin-bottom: 25px
  }
}

.p-transition_dl {
  font-size: 1.4rem;
  line-height: 2
}

@media screen and (max-width:767px) {
  .p-transition_dl {
    font-size: 1.2rem
  }
}

.p-transition_mt {
  margin-top: 80px
}

@media screen and (max-width:767px) {
  .p-transition_mt {
    margin-top: 45px
  }
}

.p-transition_mt02 {
  margin-top: 40px
}

@media screen and (max-width:767px) {
  .p-transition_mt02 {
    margin-top: 45px
  }
}

.p-transition {
  position: relative
}

.p-transition .p-transition_item01 {
  width: 50%;
  padding: 0
}

@media screen and (max-width:767px) {
  .p-transition .p-transition_item01 {
    width: 100%
  }
}

.p-transition .p-transition_item02 {
  width: 50%;
  padding: 0 30px 0 95px
}

@media screen and (max-width:767px) {
  .p-transition .p-transition_item02 {
    width: 100%;
    padding: 0
  }
}

.p-transition .p-transition02 .p-transition_ttl_2, .p-transition .p-transition_ttl, .p-transition02 .p-transition .p-transition_ttl_2 {
  left: 0;
  margin-top: 55px
}

@media screen and (max-width:767px) {
  .p-transition .p-transition02 .p-transition_ttl_2, .p-transition .p-transition_ttl, .p-transition02 .p-transition .p-transition_ttl_2 {
    margin-top: 0
  }
}

.p-transition .p-transition_txt {
  padding-top: 128px;
  font-size: 1.4rem;
  line-height: 2
}

@media screen and (max-width:767px) {
  .p-transition .p-transition_txt {
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 1.916
  }
}

@media screen and (max-width:767px) {
  .p-transition .p-transition_figure {
    width: 65%;
    margin: 0 auto
  }
  .p-transition .p-transition_figure img {
    width: 88%;
    display: block;
    margin: 0 auto
  }
}

.p-transition .p-transition_figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-transition .p-transition_figcaption {
    font-size: 1rem
  }
}

.p-tab_panel .p-transition .p-transition_item01 {
  padding: 0
}

.p-transition02 .p-transition_uniform .l-grid .p-transition_ttl_2, .p-transition02 .p-transition_uniform .l-grid_reverse .p-transition_ttl_2, .p-transition_uniform .l-grid .p-transition02 .p-transition_ttl_2, .p-transition_uniform .l-grid .p-transition_ttl, .p-transition_uniform .l-grid_reverse .p-transition02 .p-transition_ttl_2, .p-transition_uniform .l-grid_reverse .p-transition_ttl {
  left: 460px
}

.p-transition02 .p-transition_uniform .l-grid_reverse .p-transition_ttl_2, .p-transition_uniform .l-grid_reverse .p-transition02 .p-transition_ttl_2, .p-transition_uniform .l-grid_reverse .p-transition_ttl {
  left: 0
}

.p-transition01 {
  position: relative
}

.p-transition01 .p-transition02 .p-transition_ttl_2, .p-transition01 .p-transition_ttl, .p-transition02 .p-transition01 .p-transition_ttl_2 {
  left: 0;
  margin-top: 45px
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition02 .p-transition_ttl_2, .p-transition01 .p-transition_ttl, .p-transition02 .p-transition01 .p-transition_ttl_2 {
    margin-top: 0
  }
}

.p-transition01 .p-transition_dl {
  padding-top: 118px
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition_dl {
    padding-top: 20px
  }
}

.p-transition01 .p-transition_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 494px;
  height: 345px
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition_figure {
    width: 100%;
    height: 59.67vw
  }
}

.p-transition01 .p-transition_figure img:first-of-type {
  margin-bottom: 15px
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition_figure img:first-of-type {
    margin-bottom: 10px
  }
}

.p-transition01 .p-transition_figure img:last-of-type {
  margin-left: 15px
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition_figure img:last-of-type {
    width: 52.32%;
    margin-left: 10px
  }
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition_figure img:not(:last-of-type) {
    width: 44.44%
  }
}

.p-transition01 .p-transition_figcaption_list {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.833
}

@media screen and (max-width:767px) {
  .p-transition01 .p-transition_figcaption_list {
    font-size: 1rem;
    width: 100%
  }
  .p-transition01 .p-transition_figcaption_list li {
    word-break: break-all
  }
}

.p-transition02 {
  position: relative
}

.p-transition02 .p-transition_ttl, .p-transition02 .p-transition_ttl_2 {
  left: 53.8%;
  margin-top: 10px
}

.p-transition02 .p-transition_ttl_2 {
  left: 0;
  margin-top: 10px
}

.p-transition02 .p-transition_dl {
  padding-top: 77px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_dl {
    padding-top: 20px
  }
}

.p-transition02 .p-transition_text {
  padding-top: 77px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_text {
    padding-top: 20px
  }
}

.p-transition02 .p-transition_text02 {
  padding-top: 114px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_text02 {
    padding-top: 20px
  }
}

.p-transition02 .p-transition_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px
}

.p-transition02 .p-transition_figure_mb {
  margin-bottom: 16px
}

.p-transition02 .p-transition_figure .p-transition_figure_item {
  width: 220px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_figure .p-transition_figure_item {
    width: 58%
  }
}

.p-transition02 .p-transition_figure .p-transition_figure_item:last-of-type {
  margin-left: 16px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_figure .p-transition_figure_item:last-of-type {
    margin-left: 10px
  }
}

.p-transition02 .p-transition_figure .p-transition_figure_item .p-transition_figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_figure .p-transition_figure_item .p-transition_figcaption {
    font-size: 1rem
  }
}

.p-transition02 .p-transition_figure .p-transition_figure_item2 {
  width: 160px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_figure .p-transition_figure_item2 {
    width: 40%
  }
}

.p-transition02 .p-transition_figure .p-transition_figure_item3 {
  width: 260px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_figure .p-transition_figure_item3 {
    width: 60%
  }
}

.p-transition02 .p-transition_figure .p-transition_figure_item3:last-of-type {
  margin-left: 10px
}

@media screen and (max-width:767px) {
  .p-transition02 .p-transition_figure .p-transition_figure_item3:last-of-type {
    margin-left: 5px
  }
}

.p-transition03 {
  position: relative
}

.p-transition02 .p-transition03 .p-transition_ttl_2, .p-transition03 .p-transition02 .p-transition_ttl_2, .p-transition03 .p-transition_ttl {
  left: 0;
  margin-top: 45px
}

.p-transition03 .p-transition_dl {
  padding-top: 117px
}

@media screen and (max-width:767px) {
  .p-transition03 .p-transition_dl {
    padding-top: 20px
  }
}

.p-transition03 .p-transition03_wrap {
  position: relative
}

.p-transition03 .p-transition03_wrap .p-transition_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 456px;
  height: 346px
}

.p-transition03 .p-transition03_wrap.p-transition03_wrap_row .p-transition_figure {
  height: 401px
}

@media screen and (max-width:767px) {
  .p-transition03 .p-transition03_wrap .p-transition_figure {
    width: 100%;
    height: 65.71vw
  }
  .p-transition03 .p-transition03_wrap.p-transition03_wrap_row .p-transition_figure {
    height: 78.51vw
  }
}

.p-transition03 .p-transition03_wrap .p-transition_figure img:first-of-type {
  margin-bottom: 16px
}

@media screen and (max-width:767px) {
  .p-transition03 .p-transition03_wrap .p-transition_figure img:first-of-type {
    margin-bottom: 10px
  }
}

.p-transition03 .p-transition03_wrap .p-transition_figure img:last-of-type {
  margin-left: 16px
}

@media screen and (max-width:767px) {
  .p-transition03 .p-transition03_wrap .p-transition_figure img:last-of-type {
    margin-left: 10px
  }
}

@media screen and (max-width:767px) {
  .p-transition03 .p-transition03_wrap .p-transition_figure img {
    width: 48.4%
  }
}

.p-transition03 .p-transition03_wrap .p-transition_figcaption_list {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 16px
}

@media screen and (max-width:767px) {
  .p-transition03 .p-transition03_wrap .p-transition_figcaption_list {
    width: 48.4%;
    font-size: 1rem
  }
}

.p-transition04 {
  position: relative
}

.p-transition02 .p-transition04 .p-transition_ttl_2, .p-transition04 .p-transition02 .p-transition_ttl_2, .p-transition04 .p-transition_ttl {
  left: 49.9%;
  margin-top: 45px
}

.p-transition04 .p-transition_dl {
  padding: 117px 0 0 14px
}

@media screen and (max-width:767px) {
  .p-transition04 .p-transition_dl {
    padding: 20px 0 0 0
  }
}

.p-transition04 .p-transition_text {
  padding: 117px 0 0 14px
}

@media screen and (max-width:767px) {
  .p-transition04 .p-transition_text {
    padding: 20px 0 0 0
  }
}

.p-transition04 .p-transition_figure {
  width: 360px;
  margin-right: 4px
}

@media screen and (max-width:767px) {
  .p-transition04 .p-transition_figure {
    width: 58%;
    margin: 0 auto
  }
}

.p-transition04 .p-transition_figure .p-transition_figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-transition04 .p-transition_figure .p-transition_figcaption {
    font-size: 1rem
  }
}

.p-transition04 .p-transition_item02 {
  margin-left: 50px
}

@media screen and (max-width:767px) {
  .p-transition04 .p-transition_item02 {
    margin: 0
  }
}

.p-transition05 {
  position: relative
}

.p-transition02 .p-transition05 .p-transition_ttl_2, .p-transition05 .p-transition02 .p-transition_ttl_2, .p-transition05 .p-transition_ttl {
  left: 0;
  margin-top: 10px
}

.p-transition05 .p-transition_dl {
  padding-top: 77px
}

@media screen and (max-width:767px) {
  .p-transition05 .p-transition_dl {
    padding-top: 20px
  }
}

@media screen and (max-width:767px) {
  .p-transition05 .p-transition_figure {
    width: 58%;
    margin: 0 auto
  }
}

.p-transition05 .p-transition_figure .p-transition_figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-transition05 .p-transition_figure .p-transition_figcaption {
    font-size: 1rem
  }
}

.p-transition06 {
  position: relative
}

.p-transition02 .p-transition06 .p-transition_ttl_2, .p-transition06 .p-transition02 .p-transition_ttl_2, .p-transition06 .p-transition_ttl {
  left: 0;
  margin-top: 45px
}

.p-transition06 .p-transition_dl {
  padding: 117px 0 0 14px
}

@media screen and (max-width:767px) {
  .p-transition06 .p-transition_dl {
    padding: 20px 0 0 0
  }
}

.p-transition06 .p-transition_text {
  padding: 117px 0 0 14px
}

@media screen and (max-width:767px) {
  .p-transition06 .p-transition_text {
    padding: 20px 0 0 0
  }
}

.p-transition06 .p-transition_figure {
  width: 360px;
  margin-right: 4px
}

@media screen and (max-width:767px) {
  .p-transition06 .p-transition_figure {
    width: 58%;
    margin: 0 auto
  }
}

.p-transition06 .p-transition_figure .p-transition_figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .p-transition06 .p-transition_figure .p-transition_figcaption {
    font-size: 1rem
  }
}

.p-transition06 .p-transition_item02 {
  margin-left: 50px
}

@media screen and (max-width:767px) {
  .p-transition06 .p-transition_item02 {
    margin: 0
  }
}

.l-grid .p-transition_item01, .l-grid_reverse .p-transition_item01 {
  padding-left: 35px
}

@media screen and (max-width:767px) {
  .l-grid .p-transition_item01, .l-grid_reverse .p-transition_item01 {
    padding-left: 0
  }
}

.l-grid_reverse .p-transition_item01 {
  padding-right: 45px;
  padding-left: 0
}

@media screen and (max-width:767px) {
  .l-grid_reverse .p-transition_item01 {
    padding-right: 0
  }
}

.p-transition_item_flex, .p-transition_item_flex_l {
  width: 50%;
  padding-left: 20px
}

@media screen and (max-width:767px) {
  .p-transition_item_flex, .p-transition_item_flex_l {
    width: 100%;
    padding-left: 0
  }
}

.p-transition_item_flex .p-transition_figure, .p-transition_item_flex_l .p-transition_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-transition_item_flex .p-transition_figure img, .p-transition_item_flex_l .p-transition_figure img {
  margin-top: 20px
}

@media screen and (max-width:767px) {
  .p-transition_item_flex .p-transition_figure img, .p-transition_item_flex_l .p-transition_figure img {
    margin-top: 0
  }
}

@media screen and (max-width:767px) {
  .p-transition_item_flex .p-transition_figure, .p-transition_item_flex_l .p-transition_figure {
    width: 100%
  }
  .p-transition_item_flex .p-transition_figure .p-transition_figure_item, .p-transition_item_flex_l .p-transition_figure .p-transition_figure_item {
    width: 48.4%
  }
}

@media screen and (min-width:768px) {
  .p-transition_item_flex_l {
    padding-left: 0;
    padding-right: 20px
  }
}

.p-transition_group_cont {
  position: relative;
  padding: 36px 0 0 45px;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .p-transition_group_cont {
    padding: 23px 0 0 0
  }
}

.p-transition_group_cont:nth-child(n+2) {
  margin-top: 25px
}

@media screen and (max-width:767px) {
  .p-transition_group_cont:nth-child(n+2) {
    margin-top: 20px
  }
}

.p-transition_group_cont_ttl {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1
}

@media screen and (max-width:767px) {
  .p-transition_group_cont_ttl {
    left: -10px
  }
}

.p-transition_group_cont_ttl img {
  display: block;
  width: auto;
  height: 43px
}

@media screen and (max-width:767px) {
  .p-transition_group_cont_ttl img {
    height: 30px
  }
}

@media screen and (max-width:767px) {
  .js-android .p-transition_group_cont {
    padding: 24px 0 0 0
  }
}

.p-transition_group_cont_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-transition_group_cont_list:nth-of-type(n+2) {
  margin-top: 8px
}

.p-transition_group_cont_list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 126px
}

@media screen and (max-width:767px) {
  .p-transition_group_cont_list_date {
    width: 90px
  }
}

.p-transition_group_cont_list_date_year {
  position: relative;
  padding-right: 4px
}

.p-transition_group_cont_list_date_year:after {
  position: relative;
  content: "年";
  right: -4px
}

.p-transition_group_cont_list_date_month {
  position: relative;
  display: inline-block;
  width: 58px;
  padding-right: 4px;
  text-align: right
}

@media screen and (max-width:767px) {
  .p-transition_group_cont_list_date_month {
    width: 38px
  }
}

.p-transition_group_cont_list_date_month:after {
  position: relative;
  content: "月";
  right: -4px
}

.p-transition_group_cont_list_txt {
  width: calc(100% - 126px);
  margin-left: 20px
}

@media screen and (max-width:767px) {
  .p-transition_group_cont_list_txt {
    width: calc(100% - 90px);
    margin-left: 12px
  }
}

@media screen and (min-width:768px) {
  .u-sp {
    display: none
  }
}

@media screen and (max-width:767px) {
  .u-pc {
    display: none
  }
}