.page_title {
  background: url("../images/tamamushi/bg_tit.jpg") center no-repeat;
  background-size: cover;
  height: 85vh;
  width: 100%;
  padding: 140px 20px 35vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_title {
    height: 85vh;
    padding: 135px 20px 0;
  }
}

.section_01 {
  max-width: 1360px;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section_01 {
    margin: 0 auto 60px;
  }
}

.section_01 .section_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.section_01 .section_row .img_area {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .section_01 .section_row .img_area {
    width: 100%;
    padding: 0 5.5%;
    margin-bottom: 30px;
  }
}

.section_01 .section_row .txt_area {
  width: 58%;
  padding: 0 5.5%;
}

@media screen and (max-width: 767px) {
  .section_01 .section_row .txt_area {
    width: 100%;
    padding: 0 7.5%;
  }
}

.section_01 .section_row .txt_area .section_title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section_01 .section_row .txt_area .section_title {
    margin-bottom: 25px;
  }
}

.section_01 .section_row .txt_area .section_title h2 {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  line-height: 1.56;
}

@media screen and (max-width: 767px) {
  .section_01 .section_row .txt_area .section_title h2 {
    font-size: 2.4rem;
  }
}

.section_01 .section_row .txt_area .section_inr p {
  font-feature-settings: "palt";
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.section_02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: -50px auto 0;
  padding-right: 3.5%;
}

@media screen and (max-width: 767px) {
  .section_02 {
    padding: 0 5.5%;
    margin: 0 auto;
  }
}

.section_02 .section_title {
  padding: 160px 0 0;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_title {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}

.section_02 .section_title h2 {
  letter-spacing: 0.3em;
  font-size: 2.6rem;
  line-height: 2.4;
  text-align: left;
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .section_02 .section_title h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .section_02 .section_title h2 {
    font-size: 2.4rem;
    margin-left: 0;
    text-align: center;
  }
}

.section_02 .section_inr {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  background: #0D0D0D;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr {
    width: 100%;
    padding: 5%;
  }
}

.section_02 .section_inr .section_tamamushi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 90px 0;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_tamamushi {
    margin: 0 auto 60px;
  }
}

.section_02 .section_inr .section_tamamushi .img_area {
  width: 53.5%;
  margin-right: -3.5%;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_tamamushi .img_area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.section_02 .section_inr .section_tamamushi .txt_area {
  width: 50%;
  padding: 0 5.5%;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_tamamushi .txt_area {
    width: 100%;
    padding: 0 5.5%;
  }
}

.section_02 .section_inr .section_tamamushi .txt_area h3 {
  font-size: 2.3rem;
  font-feature-settings: "palt";
  line-height: 1.56;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_tamamushi .txt_area h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.section_02 .section_inr .section_tamamushi .txt_area h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_tamamushi .txt_area h3:after {
    display: none;
  }
}

.section_02 .section_inr .section_tamamushi .txt_area p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

.section_02 .section_inr .section_tamamushi .txt_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -10px 0;
}

.section_02 .section_inr .section_tamamushi .txt_area ul li {
  width: 50%;
  padding: 0 10px;
}

.section_02 .section_inr .section_tamamushi .txt_area ul li img {
  width: 100%;
}

.section_02 .section_inr .section_kokuho {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_kokuho {
    margin: 0 auto 60px;
  }
}

.section_02 .section_inr .section_kokuho .img_area {
  width: 48.5%;
  margin-left: -3.5%;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_kokuho .img_area {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.section_02 .section_inr .section_kokuho .txt_area {
  width: 55%;
  padding: 0 5.5%;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_kokuho .txt_area {
    width: 100%;
    padding: 0 5.5%;
  }
}

.section_02 .section_inr .section_kokuho .txt_area h3 {
  font-size: 2.3rem;
  font-feature-settings: "palt";
  line-height: 1.56;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_kokuho .txt_area h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.section_02 .section_inr .section_kokuho .txt_area h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_kokuho .txt_area h3:after {
    display: none;
  }
}

.section_02 .section_inr .section_kokuho .txt_area p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

.section_02 .section_inr .section_hokori {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_hokori {
    margin: 0 auto 40px;
  }
}

.section_02 .section_inr .section_hokori .img_area {
  width: 48.5%;
  margin-left: -3.5%;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_hokori .img_area {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.section_02 .section_inr .section_hokori .txt_area {
  width: 55%;
  padding: 0 5.5%;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_hokori .txt_area {
    width: 100%;
    padding: 0 5.5%;
  }
}

.section_02 .section_inr .section_hokori .txt_area h3 {
  font-size: 2.3rem;
  font-feature-settings: "palt";
  line-height: 1.56;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_hokori .txt_area h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.section_02 .section_inr .section_hokori .txt_area h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section_02 .section_inr .section_hokori .txt_area h3:after {
    display: none;
  }
}

.section_02 .section_inr .section_hokori .txt_area p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

.section_02 .section_inr .section_hokori .txt_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -10px 0;
}

.section_02 .section_inr .section_hokori .txt_area ul li {
  width: 50%;
  padding: 0 10px;
}

.section_02 .section_inr .section_hokori .txt_area ul li img {
  width: 100%;
}

.section_03 {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .section_03 {
    margin: 60px auto;
  }
}

.section_03 .section_title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
}

.section_03 .section_title h2 {
  background: #000;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 2.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

.section_03 .img_area {
  margin-top: -100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section_03 .img_area {
    margin-top: 0;
  }
}

.section_03 .txt_area {
  max-width: 980px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_03 .txt_area .block {
  width: 50%;
  padding: 2.8%;
}

@media screen and (max-width: 767px) {
  .section_03 .txt_area .block {
    width: 100%;
  }
}

.section_03 .txt_area p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

.section_04 {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .section_04 {
    margin: 60px auto;
  }
}

.section_04 .section_title {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_04 .section_title {
    margin-bottom: 30px;
  }
}

.section_04 .section_title:after {
  content: "";
  background: url("../images/common/ico_tit.svg") center bottom no-repeat;
  background-size: 9px 9px;
  width: 9px;
  height: 9px;
  display: block;
  margin: 20px auto 0;
}

.section_04 .section_title h2 {
  font-size: 2.2rem;
  font-feature-settings: "palt";
  line-height: 1.56;
  letter-spacing: 0.2em;
}

.section_04 .section_title p {
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", serif;
  font-feature-settings: "palt";
}

.section_04 .img_area {
  width: 120px;
  margin: 0 auto 56px;
}

.section_04 .txt_area {
  padding: 60px;
  border: 3px double #fff;
}

@media screen and (max-width: 767px) {
  .section_04 .txt_area {
    padding: 8%;
  }
}

.section_04 .txt_area p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

.movie_main {
  margin: 120px auto;
  max-width: 860px;
}
