@charset "UTF-8";
.wd_540 {
  display: block;
}

@media screen and (min-width: 540px) {
  .wd_540 {
    display: none;
  }
}
.item-xo {
  display: inline-block;
  vertical-align: middle;
}
.item-xo img {
  width: 15px !important;
  height: 15px !important;
}

.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
}

.nowrapper .nowrap .rmain2 {
  padding: 0;
  margin: 0;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100000;
}

.loading_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.loading_img {
  display: none;
  z-index: 1000;
}
.loading_img img {
  width: 109.5px;
  max-width: 100%;
}

.loading_cover {
  position: relative;
  width: 140px;
  height: 48.5px;
  margin: 30px auto 0;
  overflow: hidden;
}

.loading_wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 48.5px;
  background: url(../images/anniversary/loading_wave.png) repeat-x center left;
  background-size: 142px 48.5px;
  animation: loading_wave 5s linear -2s infinite normal;
}

@-webkit-keyframes loading_wave {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes loading_wave {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
#loading_layer_1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
}

#loading_layer_2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}

.remodal {
  display: block;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 550px !important;
  max-height: 580px !important;
  height: max-content;
  margin: auto;
  padding: 10px;
}
.remodal .remodal-wrap {
  position: relative;
  background: url(../images/anniversary/modal_bg.png) no-repeat bottom 15px right 15px, #fff;
  background-size: 50px, auto;
}

.remodal-img {
  position: relative;
}

.remodal .close-btn {
  display: block !important;
  position: absolute !important;
  margin-top: 80px !important;
  right: 10px !important;
  top: 10px !important;
  margin: 0 !important;
  z-index: 10;
}
.remodal .close-btn img {
  width: 25px;
}
.remodal .close-btn:after {
  content: "CLOSE";
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.remodal .close-btn:hover {
  text-decoration: none;
}

.remodal .close-btn span {
  display: block;
  background: #575757;
  top: -10px;
  height: 1px;
}

.remodal .close-btn span:nth-of-type(2) {
  top: 30px !important;
}

.remodal .close_btn {
  display: none;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-left: -15px;
}

.remodal .close_btn > span {
  position: relative;
  display: inline-block;
  vertical-align: 1;
  padding-right: 30px;
  cursor: pointer;
}

.remodal .close_btn > span > span {
  padding: 4px 0;
  font-size: 11px;
  letter-spacing: 1px;
  color: #2b2e38;
}

.remodal .close-btn,
.remodal .close-btn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.remodal .close-btn {
  position: absolute;
  right: 2%;
  width: 40px;
  height: 40px;
  margin: 1.5rem 0px 0px 1.5rem;
}

.remodal .close-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #404040;
}

.remodal .close-btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.remodal .close-btn span:nth-of-type(2) {
  top: 40px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*--外枠----------------------*/
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9) !important;
}

li.remodal-store-sup {
  margin: 0 3px 0 0;
}

span.remodal-store-sup-txt,
span.remodal-store-sup-price {
  position: relative;
  top: -2px;
}

span.remodal-store-sup-price {
  font-weight: bold;
}

.item_one a {
  background: #e9edf8;
}
.item_one .item_border {
  background: #fff;
}

.item_one_ttl {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.item_one_maker {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.item_one_name {
  display: block;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.item_one_name span {
  vertical-align: middle;
}

.font_brown {
  font-weight: bold;
  font-family: brown-bold;
  line-height: 1.64;
  letter-spacing: 0.16em;
}
.item_one_copy {
  font-size: 5px;
  text-align: left;
  display: block;
  width: 150%;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
}
/* .remodal .item_one_copy{
  font-size: 9px;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -webkit-transform-origin:0 0;
} */
@media screen and (min-width: 768px) {
  .item_one_copy {
    font-size: 8px;
    text-align: left;
    display: block;
    width: 120%;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
  }
  .remodal .item_one_copy {
    font-size: 9px;
    width: 100%;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }
  .item_one_copy {
    margin-bottom: 40px;
  }
  .remodal .close-btn {
    margin-top: 80px;
  }

  .remodal {
    padding: 0px;
  }
  .remodal .remodal-wrap {
    background: url(../images/anniversary/modal_bg.png) no-repeat bottom 25px right 25px, #fff;
    background-size: 70px, auto;
  }

  .remodal-content {
    margin-top: 48px;
  }

  .remodal .close-btn {
    right: 20px !important;
    top: 20px !important;
  }
  .item_one_ttl {
    bottom: 20px;
    left: 20px;
  }
}

.anniversary {
  color: #221815;
}
.anniversary div,
.anniversary p {
  color: #221815;
}
.anniversary .sp {
  display: block;
}
.anniversary .pc {
  display: none;
}
.anniversary .blue {
  background: url(../images/anniversary/bg_02.jpg);
  color: #fff;
}
.anniversary .blue .section_ttl {
  color: #fff;
}
.anniversary .blue p {
  color: #fff;
}
.anniversary .btn_wrap {
  margin-top: 30px;
  text-align: center;
}
.anniversary .btn_wrap a {
  display: block;
  height: 55px;
  line-height: 55px;
  color: #454f7e;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: brown-bold;
  letter-spacing: 0.14em;
  border: 2.5px solid #454f7e;
  box-sizing: border-box;
}
.anniversary .section_inner {
  padding: 0 10px;
  box-sizing: border-box;
}
.anniversary .section_ttl {
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
  margin-bottom: 30px;
}
.anniversary .section_ttl_bottom {
  font-size: 11px;
  line-height: 2.45;
  text-align: center;
}
.anniversary .anniversary_visual {
  background: url(../images/anniversary/bg_01.jpg);
}
.anniversary .anniversary_front_ttl {
  padding: 50px 0 35px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: none;
  border: none;
}
.anniversary .sub_ttl {
  display: block;
  font-size: 14px;
  line-height: 1.71;
}
.anniversary .main_ttl {
  display: block;
  color: #cc4d4a;
  font-size: 26px;
  margin-top: 25px;
}
.anniversary .visual_img img {
  width: 100%;
  height: auto;
}
.anniversary .intro {
  position: relative;
  padding: 60px 10px 155px;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #454f7e;
}
.anniversary .intro .section_inner {
  margin-top: 30px;
}
.anniversary .logo {
  text-align: center;
  position: relative;
}
.anniversary .logo_img {
  display: inline-block;
  vertical-align: top;
}
.anniversary .logo_img img {
  max-width: 244px;
}
.anniversary .wave {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 200%;
  height: 47px;
  background: url(../images/anniversary/wave_sp.png) repeat-x center bottom;
  background-size: 47px 42.5px;
  animation: wave 15s ease-in-out -2s infinite alternate;
}
@-webkit-keyframes wave {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes wave {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.anniversary .about {
  margin-top: 65px;
}
.anniversary .about .section_ttl {
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 1.59;
}
.anniversary .about .section_ttl span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.39;
}
.anniversary .about_photo {
  margin-top: 5px;
}
.anniversary .about_ttl {
  text-align: center;
  font-size: 20px;
}
.anniversary .about_ttl .about_ttl_img {
  padding: 10px 0;
  height: 19px;
}
.anniversary .about_ttl .about_ttl_img img {
  width: 19.5px;
  height: 19px;
  vertical-align: top;
}
.anniversary .about_ttl > span {
  display: block;
}
.anniversary .about_ttl_bottom {
  padding: 0 10px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}
.anniversary .flow_left {
  visibility: hidden;
}
.anniversary .flow_left.is_visible {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.anniversary .flow_right {
  visibility: hidden;
}
.anniversary .flow_right.is_visible {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.anniversary .about_inner {
  margin-top: 60px;
  box-sizing: border-box;
}
.anniversary .about_cover {
  border-bottom: 2.5px solid #454f7e;
  padding-bottom: 20px;
}
.anniversary .about_cover:first-child {
  padding-top: 0;
}
.anniversary .about_cover:last-child {
  border-bottom: none;
  padding-bottom: 45px;
}
.anniversary .about_cover.first {
  border-top: 2.5px solid #454f7e;
}
.anniversary .about_content {
  margin-top: 45px;
}
.anniversary .about_content .label img {
  width: 86.5px;
}
.anniversary .about_content .section_ttl {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: left;
}
.anniversary .about_content .section_ttl_bottom {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.2em;
}
.anniversary .about_txt {
  margin-top: 20px;
  line-height: 2.17;
  letter-spacing: 0.14em;
}
.anniversary .about_img {
  margin-top: 35px;
}
.anniversary .about_img img {
  width: 100%;
}
.anniversary .events {
  margin-bottom: 30px;
}
.anniversary .events .section_inner {
  position: relative;
  padding: 45px 10px 40px;
}
.anniversary .events .section_inner > img {
  width: 140px;
  vertical-align: top;
}
.anniversary .events .event_flow_01 {
  position: absolute;
  top: 180px;
  left: 30px;
}
.anniversary .events .event_flow_01 img {
  width: 54.5px;
}
.anniversary .events .event_flow_02 {
  text-align: right;
  margin-top: 20px;
}
.anniversary .events .event_flow_02 img {
  width: 71.5px;
  padding-right: 10px;
}
.anniversary .events .events_top_img {
  text-align: center;
  margin-bottom: 40px;
}
.anniversary .events .events_top_img img {
  width: 139.5px;
  padding-left: 15px;
}
.anniversary .events .section_ttl {
  font-size: 22px;
  margin-top: -5px;
}
.anniversary .events .section_ttl_bottom {
  text-align: left;
  font-size: 12px;
  line-height: 2.08;
  letter-spacing: 0.14em;
}
.anniversary .events_innner {
  padding: 40px 0 30px;
  background: #e9edf8;
  box-sizing: border-box;
}
.anniversary .events_list {
  height: 480px;
  overflow-y: auto;
}
.anniversary .events_list li {
  border-bottom: 1px dashed #727171;
}
.anniversary .events_list li > img {
  width: 115px;
  height: 67.5px;
  vertical-align: top;
}
.anniversary .events_list li:last-child {
  border-bottom: none;
}
.anniversary .events_list li:last-child .section_inner {
  padding-bottom: 0;
}
.anniversary .events_list li:first-child .section_inner {
  padding-top: 0;
}
.anniversary .event_list_ttl {
  display: inline-block;
  padding-left: 12.5px;
  width: calc(100% - 150px);
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: top;
}
.anniversary .event_list_ttl time {
  display: block;
  line-height: 1.54;
}
.anniversary .event_list_ttl p span {
  display: block;
  line-height: 1.44;
  font-size: 16px;
}
.anniversary .event_list_ttl .front_pc {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-top: 5px;
  color: #e45e00;
}
.anniversary .events_list_content {
  margin-top: 20px;
}
.anniversary .events_list_content p {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.anniversary .events_list_content .events_link {
  color: #e45e00;
}
.anniversary .events_list_content .front {
  color: #e45e00;
  padding: 5px 0;
}
.anniversary .item {
  padding: 65px 0 0px;
}
.anniversary .item_ttl {
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  box-sizing: border-box;
}
.anniversary .item_ttl_top {
  margin-bottom: 30px;
  text-align: center;
}
.anniversary .item_ttl_top img {
  padding-left: 15px;
  width: 139.5px;
}
.anniversary .item_ttl_txt {
  display: block;
  text-align: left;
  padding: 0 10px;
  margin-top: 22.5px;
  font-size: 12px;
  line-height: 2.08;
  letter-spacing: 0.14em;
  box-sizing: border-box;
}
.anniversary .section_wrap {
  margin-top: 25px;
}
.anniversary .section_wrap img {
  width: 100%;
}
.anniversary .slide_cover a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.anniversary .slide_cover a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e9edf8;
  z-index: 1;
}
.anniversary .slide_cover .item_border:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #454f7e;
}
.anniversary .item_one_ttl {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.anniversary .item_one_maker {
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.anniversary .item_one_maker span {
  vertical-align: middle;
}
.anniversary .item_one_name {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.anniversary .more {
  padding: 35px 0;
}
.anniversary .more_inner {
  text-align: center;
  font-size: 15px;
  color: #454f7e;
}
.anniversary .more_inner a {
  color: #454f7e;
  text-decoration: underline;
}
.anniversary .sns > section {
  padding: 40px 0 20px;
}
.anniversary .sns .sns_content {
  margin-top: 30px;
}
.anniversary .sns_ttl_top {
  display: block;
  font-size: 15px;
  text-align: center;
}
.anniversary .sns_ttl_txt {
  display: block;
  font-size: 18px;
  text-align: center;
}
.anniversary .tw {
  background-size: 99px 99px, auto;
}
.anniversary .tw .sns_ttl {
  color: #fff;
}
.anniversary .tw .sns_content {
  background: #344270;
}
.anniversary .insta {
  background-size: 89px 89px, auto;
}
.anniversary .insta iframe {
  width: 100% !important;
}
.anniversary .location {
  margin-top: 40px;
}
.anniversary .btn_online__area {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.anniversary .btn_online {
  padding: 5px 0;
  border: 2px solid #454f7e;
}
.anniversary .btn_online a {
  font-size: 16px;
  font-weight: normal;
  color: #454f7e;
  letter-spacing: 1px;
  font-family: "brown-bold";
  text-decoration: none;
}
.anniversary .btn_online a:hover {
  text-decoration: none;
}
.anniversary .btn_online_top {
  margin-bottom: 20px;
  text-align: center;
  font-size: 11.5px;
}
.anniversary .btn_online_ex {
  margin-top: 0;
}
.anniversary .sns_icon {
  margin-top: 50px;
}
.anniversary .sns_icon ul {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.anniversary .sns_icon li {
  padding: 0 7px;
}
.anniversary .sns_icon li img {
  width: 40px;
}
.anniversary #insta_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.anniversary #insta_list li {
  width: 32%;
  margin-bottom: 10px;
}
.anniversary #insta_list img {
  width: 100%;
  height: 100%;
}
.anniversary .tw_sns_content {
  padding: 15px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.anniversary .tw_list li {
  margin-bottom: 30px;
}
.anniversary .tw_list .center {
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.anniversary .tw_list_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.anniversary .tw_list_inner img {
  max-width: 100%;
}
.anniversary .tw_list_icon {
  width: 40px;
  display: table-cell;
  vertical-align: top;
}
.anniversary .tw_list_icon img {
  width: 40px;
  border-radius: 50% 50%;
}
.anniversary .tw_list_content {
  padding-left: 10px;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.anniversary .tw_ttl {
  color: #fff;
}
.anniversary .tw_ttl_span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}
.anniversary .tw_ttl_small {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}
.anniversary .tw_ttl_small a {
  color: #a8adbd;
  text-decoration: none;
}
.anniversary .tw_txt p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.anniversary .tw_txt a {
  text-decoration: none;
}
.anniversary .slick-prev:hover:before,
.anniversary .slick-prev:focus:before,
.anniversary .slick-next:hover:before,
.anniversary .slick-next:focus:before {
  display: none !important;
}
.anniversary .slick-prev:before,
.anniversary .slick-next:before {
  display: none !important;
}
.anniversary #slide_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 32.5px;
}
.anniversary #slide_nav li {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer;
}
.anniversary #slide_nav img {
  width: 50px;
}
@media screen and (min-width: 540px) {
  .anniversary .about_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .anniversary ::-webkit-scrollbar {
    display: none;
  }
  .anniversary .btn_wrap a {
    font-size: 15px;
    position: relative;
    color: #454f7e;
    text-align: center;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: all 0.5s;
    border: none;
  }
  .anniversary .btn_wrap a:before,
  .anniversary .btn_wrap a:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  .anniversary .btn_wrap a:before {
    top: 0;
    left: 0;
    border-top: 2px solid #454f7e;
    border-left: 2px solid #454f7e;
  }
  .anniversary .btn_wrap a:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #454f7e;
    border-bottom: 2px solid #454f7e;
  }
  .anniversary .btn_wrap a:hover {
    background: #454f7e;
    color: #fff;
    transition: all 0.7s;
  }
  .anniversary .btn_wrap a:hover:before,
  .anniversary .btn_wrap a:hover:after {
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.7s;
  }
  .anniversary .sp {
    display: none;
  }
  .anniversary .pc {
    display: block;
  }
  .anniversary .sub_ttl {
    font-size: 18px;
    line-height: 1.43;
  }
  .anniversary .font_brown {
    letter-spacing: 0.14em;
    line-height: 1.43;
  }
  .anniversary .item_one_copy {
    letter-spacing: 0.1em;
  }
  .anniversary .section_ttl {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 55px;
    line-height: 1.44;
  }
  .anniversary .section_ttl_bottom {
    font-size: 12px;
    line-height: 2.96;
    letter-spacing: 0.14em;
  }
  .anniversary .main_ttl {
    font-size: 35px;
    margin-top: 30px;
    line-height: 1.69;
  }
  .anniversary .anniversary_front_ttl {
    padding: 75px 0 35px;
  }
  .anniversary .logo_img img {
    max-width: 547.5px;
  }
  .anniversary .about {
    margin: 110px auto 90px;
  }
  .anniversary .about .section_inner {
    padding: 0;
  }
  .anniversary .about .section_ttl {
    font-size: 25px;
    line-height: 1.29;
  }
  .anniversary .about .section_ttl span {
    font-size: 19px;
    line-height: 1.29;
  }
  .anniversary .about .section_ttl_bottom {
    font-size: 14px;
    line-height: 1.7;
  }
  .anniversary .about .about_ttl_bottom {
    text-align: center;
  }
  .anniversary .about_txt {
    line-height: 1.85;
  }
  .anniversary .about_ttl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anniversary .about_ttl .about_ttl_img {
    padding: 0 20px;
  }
  .anniversary .about_inner section:first-child {
    padding-top: 10px;
  }
  .anniversary .about_inner section:last-child {
    border-bottom: 2px solid #454f7e;
    padding-bottom: 10px;
  }
  .anniversary .about_inner .about_cover {
    border: none;
    margin-bottom: 70px;
    padding: 0;
  }
  .anniversary .about_inner .about_cover.last {
    margin-bottom: 0;
  }
  .anniversary .about_inner .about_right {
    width: calc(100% - 75px);
    margin-left: 75px;
    padding: 10px;
    float: right;
    border: 2px solid #454f7e;
    border-right: none;
    box-sizing: border-box;
  }
  .anniversary .about_inner .about_right .about_content {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .anniversary .about_inner .about_left {
    width: calc(100% - 75px);
    margin-right: 75px;
    padding: 10px;
    float: left;
    border: 2px solid #454f7e;
    border-left: none;
    box-sizing: border-box;
  }
  .anniversary .about_inner .about_left .about_content {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
  }
  .anniversary .about_inner .about_left .about_content_right {
    text-align: right;
  }
  .anniversary .about_content {
    width: 100%;
    max-width: 965px;
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .anniversary .about_txtarea {
    width: 295px;
  }
  .anniversary .about_img {
    width: calc(100% - (295px + 20px));
    margin-top: 0;
  }
  .anniversary .about_img img {
    width: 100%;
    max-width: 600px;
  }
  .anniversary .flow_left {
    visibility: hidden;
  }
  .anniversary .flow_left.is_visible {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn_left;
    animation-name: fadeIn_left;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeIn_left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  @keyframes fadeIn_left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .anniversary .flow_right {
    visibility: hidden;
  }
  .anniversary .flow_right.is_visible {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn_right;
    animation-name: fadeIn_right;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeIn_right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  @keyframes fadeIn_right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .anniversary .events_wrap {
    position: relative;
    background: #454f7e;
  }
  .anniversary .events_wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: #e9edf8;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .anniversary .events {
    position: relative;
    display: table;
    table-layout: fixed;
    padding: 0 10px;
    margin: 0 auto 50px;
    z-index: 2;
  }
  .anniversary .events > .section_inner {
    width: 400px;
    display: table-cell;
    padding: 65px 50px 0px 10px;
  }
  .anniversary .events > .events_innner {
    display: table-cell;
    vertical-align: top;
    padding: 55px 10px 65px 20px;
  }
  .anniversary .events .events_top_img {
    margin-bottom: 50px;
  }
  .anniversary .events .events_top_img img {
    width: 147.5px;
  }
  .anniversary .events .section_ttl {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.56;
    letter-spacing: 0.14em;
  }
  .anniversary .events .section_ttl_bottom {
    line-height: 2.5;
  }
  .anniversary .events .events_img {
    position: static;
    margin-top: 30px;
  }
  .anniversary .events .events_img img {
    width: 296px;
  }
  .anniversary .events .event_flow_01 {
    position: absolute;
    top: 240px;
    left: 45px;
  }
  .anniversary .events .event_flow_01 img {
    width: 68px;
  }
  .anniversary .events .event_flow_02 {
    margin-top: 40px;
  }
  .anniversary .events .event_flow_02 img {
    width: 80.5px;
  }
  .anniversary .events_list {
    height: 800px;
  }
  .anniversary .events_list li {
    padding-right: 10px;
  }
  .anniversary .events_list li .section_inner {
    padding: 40px 0px 0px;
  }
  .anniversary .event_list_ttl time {
    font-size: 13px;
    line-height: 1.54;
  }
  .anniversary .event_list_ttl p {
    font-size: 15px;
    line-height: 1.33;
  }
  .anniversary .event_list_ttl p span {
    font-size: 17px;
    line-height: 1.35;
  }
  .anniversary .event_list_ttl {
    padding-left: 25px;
  }
  .anniversary .events_list_content {
    margin-top: 20px;
  }
  .anniversary .events_list_content p {
    line-height: 1.5;
  }
  .anniversary .events_list_content .front {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
  }
  .anniversary .item {
    padding-top: 80px;
  }
  .anniversary .item .section_wrap {
    margin-top: 60px;
  }
  .anniversary .item_ttl_top.sp {
    display: none;
  }
  .anniversary .item_ttl_top {
    display: inline-block;
    vertical-align: middle;
  }
  .anniversary .item_ttl_top img {
    width: 117px;
    padding-left: 50px;
  }
  .anniversary .item_ttl_txt {
    padding: 0px;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
  .anniversary .item_ttl {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 26px;
    line-height: 1.56;
  }
  .anniversary .item_ttl .font_brown {
    padding-left: 80px;
  }
  .anniversary .item_ttl span {
    vertical-align: middle;
  }
  .anniversary .item_one_ttl {
    bottom: 15px;
    left: 15px;
  }
  .anniversary .item_one_maker {
    margin-bottom: 5px;
  }
  .anniversary .slide_sc {
    position: relative;
  }
  .anniversary #slide_nav {
    margin-bottom: 75px;
  }
  .anniversary #slide_nav li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .anniversary #slide_nav li:hover {
    opacity: 0.7;
  }
  .anniversary .more {
    position: absolute;
    display: inline-block;
    padding: 0;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .anniversary .more_inner {
    font-size: 16px;
  }
  .anniversary .sns {
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 2;
  }
  .anniversary .sns > section {
    padding: 45px 0 60px;
  }
  .anniversary .sns .section_inner {
    padding: 0;
  }
  .anniversary .tw {
    float: left;
    width: 50%;
    background-size: 111.5px 111.5px, auto;
  }
  .anniversary .tw .section_inner {
    margin-left: auto;
    margin-right: 42.5px;
  }
  .anniversary .insta {
    float: right;
    width: 50%;
    background-size: 89px 89px, auto;
  }
  .anniversary .insta .section_inner {
    margin-left: 42.5px;
  }
  .anniversary .sns_content {
    margin-top: 45px;
  }
  .anniversary .sns_ttl_top {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .anniversary .sns_ttl_txt {
    font-size: 25px;
  }
  .anniversary .sns_icon {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .anniversary .tw_list li {
    margin-bottom: 30px;
  }
  .anniversary .btn_online {
    display: inline-block;
    text-align: center;
    width: 57%;
    max-width: 455px;
    padding: 10px 0;
    border: 3px solid #454f7e;
  }
  .anniversary .btn_online a {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #454f7e;
    letter-spacing: 3px;
    vertical-align: middle;
  }
  .anniversary .btn_online_top {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .anniversary .intro {
    padding: 80px 10px 160px;
  }
}

@media screen and (min-width: 980px) {
  .anniversary .item_ttl {
    padding: 0 0 0 50px;
  }
  .anniversary .events > .section_inner {
    padding: 85px 50px 75px 40px;
  }
  .anniversary .events > .events_innner {
    padding: 50px 40px 65px 62.5px;
  }
  .anniversary .sns {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1080px) {
  .anniversary .about_content {
    max-width: 1320px;
  }
  .anniversary .about_img {
    width: 600px;
  }
  .anniversary .about_txtarea {
    width: calc(100% - 600px);
    padding: 0 30px 0 40px;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=anniversary.css.map */

/* add naakasato 2018.07.12 */
p.event_msg {
  padding: 40px 0;
  line-height: 1.5rem;
}

span.ttl_twitter {
  /*padding: 16px 0;*/
}

span.item_one_name {
  font-weight: bold;
}

span.item_one_gender {
  display: block;
  text-align: left;
  font-size: 9px;
}

.anniversary .about_soon {
  font-size: 14px;
  padding: 20px 0;
  line-height: 1.5rem;
  /* color: #666; */
  color: #454f7e;
}

.anniversary .rmain2 {
  padding: 0;
  margin: 0;
}
