@charset "utf-8";
/* CSS Document */
/* レイアウト
------------------------------------------------- */
a:hover img {
  opacity: 0.7 !important;
}
div:after {
  content: none;
}
/* 2026香初め
------------------------------------------------------------------------------------------------- */
.newyear_main {
  text-align: center;
  max-width: 1920px;
  margin: auto;
  background-color: #FFF;
}
.newyear_main img {
  object-fit: cover;
  width: 100%;
  height: 820px;
}
#newyear_wrap {
  max-width: 1920px;
  margin: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  color: #545454;
  padding: 1px 0;
  position: relative;
}
/* 清々しい新春を */
section.newyear_mainttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 160px 0 250px 15%;
}
h1.newyear_h1 {
  font-size: 1.68vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 60px;
}
h1.newyear_h1 span {
  display: block;
  font-size: 3.2vw;
}
.newyear_mainttl_text_block {
  width: 42%;
  order: 1;
  line-height: 2;
}
.newyear_mainttl_image_block {
  width: 45%;
  order: 2;
}
.newyear_mainttl_image_block img {
  object-fit: cover;
  width: 100%;
  height: 680px;
  object-position: 80% 50%;
  border-radius: 10px 0 0 10px;
}
/* 干支のお香 */
h1.newyear_h1_center {
  font-size: 1.68vw;
  margin: auto;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 80px;
  text-align: center;
  max-width: 960px;
}
h1.newyear_h1_center strong {
  display: inline-block;
  padding: 0 30px;
  background-color: #FFF;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
h1.newyear_h1_center span {
  display: block;
  font-size: 3.2vw;
  position: relative;
}
h1.newyear_h1_center span:after {
  background: linear-gradient(to right, #5a5a5a 0%, #5a5a5a 50%, #5a5a5a 100%);
  content: '';
  display: block;
  height: 3px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 50%;
  left: 50%;
}
h1.newyear_h1_center span.js_border_center:after {
  width: 100%;
}
/* flex 左 */
dl.newyear_flexleft {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  margin-bottom: 250px;
}
dl.newyear_flexleft:after {
  content: none;
}
dl.newyear_flexleft dt {
  width: 50%
}
dl.newyear_flexleft dt img {
  object-fit: cover;
  width: 100%;
  height: 680px;
  object-position: 55% 50%;
  border-radius: 0 10px 10px 0;
}
dl.newyear_flexleft dd {
  width: 40%;
}
h2.newyear_h2 {
  font-size: 2.08vw;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.newyear_btn {
  text-align: center;
}
.newyear_btn a {
  display: block;
  background-color: #e7e7e7;
  padding: 10px 50px;
  font-size: 1.4375rem;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  margin: 70px auto 0;
  max-width: 420px;
  position: relative;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.newyear_btn a:hover {
  background-color: #cbcbcb;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.12);
}
.newyear_btn a:after {
  display: block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 10px;
  border-left-color: currentColor;
  border-right: 0;
  z-index: 999;
  content: "";
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  top: 50%;
}
ul.newyear_outline {
  list-style: none;
  max-width: 1100px;
  padding: 0 4%;
  margin: auto;
  display: flex;
  gap: 10%;
}
ul.newyear_outline li {
  flex: 1;
}
ul.newyear_outline li:last-child {
  margin-top: 140px;
}
ul.newyear_outline li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
h3.newyear_h3 {
  font-size: 1.625rem;
  margin-bottom: 20px;
  font-weight: 500;
}
/* flex 右 */
.newyear_flexright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 160px 0 250px 20%;
}
.newyear_flexright_text_block {
  width: 40%;
  order: 1;
  line-height: 2;
}
.newyear_flexright_image_block {
  width: 50%;
  order: 2;
}
.newyear_flexright_image_block img {
  object-fit: cover;
  width: 100%;
  height: 680px;
  border-radius: 10px 0 0 10px;
}
/* lineup */
.newyear_lineup_wrap {
  max-width: 1300px;
  margin: auto;
  padding: 0 4%;
}
h2.newyear_lineup_h2 {
  font-size: 2.4rem;
  margin-bottom: 80px;
  font-weight: 500;
  position: relative;
}
h2.newyear_lineup_h2 span {
  display: inline-block;
  background-color: #FFF;
  z-index: 10;
  padding-right: 30px;
  position: relative;
}
h2.newyear_lineup_h2:after {
  background: linear-gradient(to right, #5a5a5a 0%, #5a5a5a 50%, #5a5a5a 100%);
  content: '';
  display: block;
  height: 3px;
  width: 0;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 50%;
  left: 0;
}
h2.newyear_lineup_h2.js_border:after {
  width: 100%;
}
ul.newyear_lineup {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9.333%;
  margin-bottom: 250px;
}
ul.newyear_lineup li {
  width: 18%;
  text-align: center;
  margin-bottom: 100px;
}
ul.newyear_lineup li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
ul.newyear_lineup li .newyear_btn a {
  padding: 5px 30px;
  margin: 35px auto 0;
}
ul.newyear_lineup li .newyear_btn a:after {
  border-width: 6px 8px;
  right: 10px;
}
/* 干支香炉セット */
.newyear_set {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 85%;
  margin-bottom: 250px;
}
.newyear_set_text_block {
  width: 45%;
  order: 1;
  line-height: 2;
}
.newyear_set_image_block {
  width: 45%;
  order: 2;
}
.newyear_set_image_block img {
  object-fit: cover;
  width: 100%;
  height: 680px;
  border-radius: 0 10px 10px 0;
}
/* 干支香炉 */
.newyear_kouro {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 4%;
}
.newyear_kouro_text_block {
  width: 48%;
  order: 1;
  line-height: 2;
}
.newyear_kouro_image_block {
  width: 42%;
  order: 2;
}
.newyear_kouro_image_block img {
  width: 100%;
  height: auto;
}
/* ラッピング */
aside.newyear_wrapping {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 4%;
  text-align: left;
  background: none;
}
.newyear_wrapping_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 2%;
  box-sizing: border-box;
  border-top: solid 3px #e0e0e0;
  border-bottom: solid 3px #e0e0e0;
}
.newyear_wrapping_flex_text_block {
  width: 48%;
  order: 1;
  line-height: 2;
}
.newyear_wrapping_flex_image_block {
  width: 45%;
  order: 2;
}
.newyear_wrapping_flex_image_block img {
  width: 100%;
  height: auto;
}
h3.newyear_wrapping_h3 {
  font-size: 34px;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 0;
  line-height: 1.5;
  border: none;
}
/* 背景パララックス */
ul.newyear_bg {
  list-style: none;
}
ul.newyear_bg li {
  position: absolute;
  display: block;
  top: -500px;
  left: 0;
  width: 100%;
}
ul.newyear_bg li img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
ul.newyear_bg li.para1 {
  z-index: -1;
}
ul.newyear_bg li.para2 {
  z-index: -2;
}
ul.newyear_bg li.para3 {
  z-index: -3;
  display: none;
}
ul.newyear_bg li.para4 {
  z-index: -4;
  display: none;
}
#newyear_wrap {
  padding-bottom: 16.059%;
}
#newyear_wrap:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 467 / 75;
  background-image: url("../../images/newyear/dentou_bg.webp");
  background-size: cover;
  content: "";
  display: block;
}
/* 伝統 */
section.newyear_tradition {
  position: relative;
  background-color: #f5f6ed;
  padding: 0 4% 130px;
  max-width: 1920px;
  margin: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  color: #545454;
  box-sizing: border-box;
}
section.newyear_tradition article {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
section.newyear_tradition article h1 {
  font-size: 1.68vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
section.newyear_tradition article h1:after {
  background: linear-gradient(to right, #545454 0%, #545454 50%, #545454 100%);
  content: '';
  display: block;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}
section.newyear_tradition article h1.js_border_center2:after {
  width: 100%;
}
section.newyear_tradition article h1 span {
  display: block;
  font-size: 3.2vw;
}
section.newyear_tradition article h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
ul.newyear_charm {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
ul.newyear_charm li {
  width: 30%;
  margin-bottom: 120px;
}
ul.newyear_charm li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
ul.newyear_charm li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
ul.newyear_charm li h3 span {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
ul.newyear_charm li h3 span:before {
  display: block;
  content: "";
  background-color: #666;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
ul.newyear_charm li h3 span:after {
  display: block;
  content: "";
  background-color: #666;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}
ul.newyear_more {
  list-style: none;
  max-width: 800px;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
ul.newyear_more li {
  text-align: center;
  flex: 1;
}
ul.newyear_more li a {
  display: block;
  background-color: #e7e7e7;
  padding: 5px 30px;
  font-size: 1.4375rem;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  position: relative;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
ul.newyear_more li a:after {
  display: block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 8px;
  border-left-color: currentColor;
  border-right: 0;
  z-index: 999;
  content: "";
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}