@charset "UTF-8";
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background-color: #ff0;
  color: #000;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  backface-visibility: hidden;
}

body {
  background: #fff;
  color: #555;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", Helvetica;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
}

/* =========== BASE =========== */
/* Section / Nav
------------------------------- */
section,
nav {
  display: block;
  position: relative;
}

div,
i,
p {
  line-height: unset;
}

.l-container {
  padding-bottom: 0;
}

.l-content {
  width: 100%;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

.footer-inner {
  padding: 20px 20px 50px;
}

/* ---------------------------- */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
  overflow: auto;
}

html {
  overflow: auto;
}

body {
  width: 100%;
  overflow-x: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin: 0 !important;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30%;
  display: none;
  z-index: 5;
  width: 50px;
  height: 80px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 4vw;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 6vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.slick-dots li.slick-active {
  background: #fff;
}

.slick-dots li button {
  display: none;
}

html.scrollnone,
body.scrollnone {
  overflow: hidden;
}

.footer-inner {
  padding-bottom: 18vw;
}

body,
html {
  height: auto !important;
}

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.l-footer {
  background-color: #000;
}

.footer-inner {
  padding-bottom: 20px;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 100%;
}

.takahata_isao {
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 4.2666666667vw;
  line-height: 1.6;
}
.takahata_isao * {
  box-sizing: border-box;
}
.takahata_isao img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.takahata_isao .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.takahata_isao ol,
.takahata_isao ul {
  list-style-type: none;
}
.takahata_isao table {
  border-collapse: collapse;
  border-spacing: 0;
}
.takahata_isao .inner {
  width: 89.3333333333vw;
  margin: 0 auto;
}
.takahata_isao .s_inner {
  width: 89.3333333333vw;
  margin: 0 auto;
}
.takahata_isao .link a {
  text-decoration: underline;
}
.takahata_isao .notes {
  font-size: 2.6666666667vw;
}
.takahata_isao .sp_none {
  display: none !important;
}
.takahata_isao .sp_block {
  display: block !important;
}
.takahata_isao .serif {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
}
.takahata_isao sup {
  vertical-align: super;
  font-size: small;
}
.takahata_isao .btn_more {
  margin-top: 10.6666666667vw;
}
.takahata_isao .btn_more a {
  width: 83.2vw;
  height: 18.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  position: relative;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .btn_more a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 5.6vw;
  transform: translateY(-50%);
  width: 4vw;
  height: 3.2vw;
  background: url(../img/ico_btn_arrow.svg) no-repeat center top/contain;
}
.takahata_isao .fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s;
}
.takahata_isao .fadein.in {
  opacity: 1;
  transform: translateY(0);
}
.takahata_isao .mv {
  background-color: #edf723;
  padding-bottom: 3.3333333333vw;
}
.takahata_isao .mv .mv_inner {
  display: block;
  width: 100%;
}
.takahata_isao .mv .mv_inner .img_area .swiper_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.takahata_isao .mv .mv_inner .img_area h1 {
  margin-top: -2vw;
  position: relative;
  z-index: 2;
}
.takahata_isao .mv .mv_inner .img_area h1 img {
  width: 100%;
}
.takahata_isao .mv .mv_inner .text_wrap {
  padding-top: 8vw;
  display: flex;
  justify-content: flex-end;
}
.takahata_isao .mv .mv_inner .text_wrap .period {
  text-align: right;
  margin-right: 1.6vw;
}
.takahata_isao .mv .mv_inner .text_wrap .period img {
  width: 28.2666666667vw;
}
.takahata_isao .mv .mv_inner .text_wrap .tit_en img {
  width: 58.4vw;
}
.takahata_isao .lead {
  padding-bottom: 20vw;
}
.takahata_isao .lead .pr {
  text-align: right;
  font-size: 3.4666666667vw;
  margin-top: 2vw;
}
.takahata_isao .lead .text {
  font-weight: bold;
  margin-top: 9.3333333333vw;
  width: 81.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .lead .nav_wrap {
  margin-top: 13.3333333333vw;
}
.takahata_isao .lead .nav_wrap ul li a {
  position: relative;
  background-color: #edf723;
  width: 100%;
  height: 18.6666666667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 16.6666666667vw;
  text-align: left;
}
.takahata_isao .lead .nav_wrap ul li a span {
  font-size: 4vw;
  letter-spacing: 0;
  font-weight: 900;
}
.takahata_isao .lead .nav_wrap ul li a .number {
  position: absolute;
  left: 2.6666666667vw;
  top: -2vw;
}
.takahata_isao .lead .nav_wrap ul li a .number img {
  width: auto;
  height: 6.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.takahata_isao .lead .nav_wrap ul li a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 3.4666666667vw;
  left: 8vw;
  transform: translateX(-50%);
  width: 4.1333333333vw;
  height: 8vw;
  background: url(../img/ico_nav_arrow.svg) no-repeat center top/contain;
}
.takahata_isao .lead .nav_wrap ul li.questionnaire a {
  background-color: #fff;
  border: 1px solid #000;
}
.takahata_isao .lead .nav_wrap ul li.questionnaire a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  right: 0;
  width: 5.3333333333vw;
  height: 5.8666666667vw;
  background: url(../img/pic_nav_item.png) no-repeat center top/contain;
}
.takahata_isao .lead .nav_wrap ul li + li {
  margin-top: 4.6666666667vw;
}
.takahata_isao .lead .attention {
  margin-top: 11.3333333333vw;
  color: #ba0015;
  font-weight: bold;
  background-color: #fff1f1;
  padding: 1.6vw 0;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1.5em;
  padding-right: 0.5em;
}
.takahata_isao .fnav_wrap {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #edf723;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.takahata_isao .fnav_wrap.active {
  opacity: 1;
  pointer-events: auto;
}
.takahata_isao .fnav_wrap.in {
  transform: translateY(60px);
}
.takahata_isao .fnav_wrap .fnav_btn {
  position: relative;
}
.takahata_isao .fnav_wrap .fnav_btn span {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 2.6666666667vw;
  transform: rotate(0deg);
}
.takahata_isao .fnav_wrap .fnav_btn span img {
  width: 4.1333333333vw;
  height: 6.9333333333vw;
}
.takahata_isao .fnav_wrap nav {
  display: none;
}
.takahata_isao .fnav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #000;
}
.takahata_isao .fnav_wrap ul li {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 50%;
}
.takahata_isao .fnav_wrap ul li + li {
  margin-top: 0;
}
.takahata_isao .fnav_wrap ul li a {
  display: flex;
  align-items: center;
  height: 15.4666666667vw;
  padding-left: 2.9333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  gap: 2.6666666667vw;
  line-height: 1.2;
}
.takahata_isao .fnav_wrap ul li a .number {
  width: 10.1333333333vw;
}
.takahata_isao .fnav_wrap ul li a .number img {
  width: auto;
  height: 6vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.takahata_isao .fnav_wrap ul li a .text_wrap {
  font-weight: 900;
}
.takahata_isao .fnav_wrap ul li:nth-child(3) a .text_wrap {
  letter-spacing: -0.05em;
}
.takahata_isao .fnav_wrap ul li.questionnaire a {
  position: relative;
}
.takahata_isao .fnav_wrap ul li.questionnaire a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  right: 0;
  width: 3.8666666667vw;
  height: 4.1333333333vw;
  background: url(../img/pic_nav_item.png) no-repeat center top/contain;
}
.takahata_isao .main_content_area {
  position: relative;
  background-color: #edf723;
  padding-bottom: 17.3333333333vw;
}
.takahata_isao .main_content_area .main_content {
  width: 100%;
}
.takahata_isao .common_content .common_tit {
  transform: translateY(-5.3333333333vw);
  text-align: center;
  padding-bottom: 2vw;
  padding-top: 17.3333333333vw;
  margin-top: -17.3333333333vw;
}
.takahata_isao .common_content .common_tit .number img {
  width: auto;
  height: 10.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.takahata_isao .common_content .common_tit h2 {
  margin-top: 5.3333333333vw;
  font-family: "Noto Serif JP", serif;
  font-size: 6.6666666667vw;
  font-weight: 900;
}
.takahata_isao .common_content .common_tit h2 .marker {
  display: inline-block;
  padding: 0 0.4vw;
  background: #fff;
  line-height: 1.2;
  font-weight: 900;
}
.takahata_isao .common_content .common_tit h2 .tit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9.3333333333vw;
  display: block;
  font-weight: 900;
  line-height: 1.3;
}
.takahata_isao .common_content .content_wrap {
  background-color: #fff;
  padding-top: 8.6666666667vw;
  padding-bottom: 22.6666666667vw;
  font-weight: bold;
}
.takahata_isao .common_content .content_wrap .content_lead {
  padding-left: 2vw;
  padding-right: 2vw;
  font-weight: bold;
  line-height: 1.8;
}
.takahata_isao .common_content .content_wrap .flex_wrap {
  margin-top: 8vw;
  display: block;
}
.takahata_isao .common_content .content_wrap .flex_wrap.text_only .text_area {
  width: 100%;
}
.takahata_isao .common_content .content_wrap .flex_wrap .img_area {
  width: 100%;
}
.takahata_isao .common_content .content_wrap .flex_wrap .img_area .copy {
  font-size: 2.6666666667vw;
  text-align: right;
  margin-top: 0.6666666667vw;
  opacity: 1;
  white-space: nowrap;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area {
  width: 100%;
  margin-top: 6.6666666667vw;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area h3 {
  font-weight: 900;
  font-size: 6.6666666667vw;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area h3 span {
  background: linear-gradient(transparent 0%, #edf723 0%);
  padding: 0 0.6666666667vw;
  font-weight: 900;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area .text_wrap {
  margin-top: 5.3333333333vw;
  padding-left: 2.9333333333vw;
  padding-right: 2.9333333333vw;
  letter-spacing: -0.03em;
}
.takahata_isao .common_content .content_wrap .flex_wrap .text_area .text_wrap p {
  font-weight: bold;
  line-height: 1.8;
}
.takahata_isao .common_content .content_wrap .detail {
  margin-top: 5.3333333333vw;
  padding-left: 2vw;
  padding-right: 2vw;
}
.takahata_isao .common_content .content_wrap .detail .fwb {
  font-weight: bold;
  line-height: 1.8;
}
.takahata_isao .common_content .content_wrap .detail .notes {
  font-weight: normal;
  margin-top: 3.3333333333vw;
  font-size: 3.4666666667vw;
}
.takahata_isao .common_content.content01 .common_tit {
  padding-top: 0;
  margin-top: 0;
}
.takahata_isao .common_content.content02 .common_tit h2 .tit {
  letter-spacing: -0.03em;
}
.takahata_isao .common_content.content03 .content_wrap .img_only .img01 {
  width: 100%;
}
.takahata_isao .common_content.content03 .content_wrap .text_only {
  margin-top: 4.6666666667vw;
}
.takahata_isao .common_content.content03 .content_wrap .text_only .text_area {
  margin-top: 0;
}
.takahata_isao .common_content.content03 .content_wrap .text_only .img02 {
  width: 100%;
  margin-top: 4.2666666667vw;
}
.takahata_isao .common_content.content04 .content_wrap .img_only {
  align-items: flex-start;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img01 {
  width: 100%;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img02 {
  width: 100%;
  margin-top: 7.3333333333vw;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img03,
.takahata_isao .common_content.content04 .content_wrap .img_only .img04 {
  width: 100%;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img04 {
  margin-top: 7.3333333333vw;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .img04.mt_none {
  margin-top: 0;
}
.takahata_isao .common_content.content04 .content_wrap .img_only .text {
  margin-top: 4vw;
  font-weight: bold;
}
.takahata_isao .common_content.content04 .content_wrap .flex_wrap.mt_l {
  margin-top: 7.3333333333vw;
}
.takahata_isao .common_content.content05 .content_wrap {
  background-color: #fdf6e4;
  padding-bottom: 21.3333333333vw;
}
.takahata_isao .common_content.content05 .content_wrap .flex_wrap {
  margin-top: 0;
}
.takahata_isao .common_content.content05 .content_wrap .flex_wrap .mt_s {
  margin-top: 2.9333333333vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .text_top {
  margin-top: 0;
  padding-bottom: 8vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.2666666667vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .text_wrap {
  width: 44vw;
  padding-left: 2.9333333333vw;
  padding-right: 0;
  line-height: 1.4;
  margin-top: 0;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .sp_box {
  width: 45.3333333333vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .pic_wrap {
  text-align: center;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .pic_wrap img {
  width: 40.5333333333vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .keyholder_wrap {
  margin-top: 1.3333333333vw;
  line-height: 1.2;
  font-weight: normal;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .keyholder_wrap .keyholder {
  font-size: 3.7333333333vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .keyholder_wrap .keyholder span {
  font-size: 3.4666666667vw;
}
.takahata_isao .common_content.content05 .content_wrap .text_area .sp_flex .keyholder_wrap .c_red {
  font-size: 3.4666666667vw;
  margin-top: 1.3333333333vw;
  text-indent: -1em;
  padding-left: 1em;
  color: #ba0015;
}
.takahata_isao .common_content.content05 .content_wrap .btn_more {
  margin-top: 10vw;
}
.takahata_isao .common_content.content05 .content_wrap .btn_more a {
  text-align: center;
}
.takahata_isao .common_content.content06 .content_wrap {
  background-color: #faf8ed;
}
.takahata_isao .common_content.content06 .food_content {
  margin-top: 13.3333333333vw;
}
.takahata_isao .common_content.content06 .food_content h2 {
  font-size: 6.6666666667vw;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.takahata_isao .common_content.content06 .food_content h2::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16vw;
  height: 0.9333333333vw;
  background: #000;
}
.takahata_isao .common_content.content06 .food_content .food_wrap {
  display: block;
  margin-top: 10vw;
  padding-left: 2.6666666667vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu {
  width: 100%;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu .text {
  margin-top: 4vw;
  font-weight: bold;
  padding-right: 2.6666666667vw;
  font-size: 4vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu01 .img_wrap {
  width: 87.3333333333vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu01 .price {
  font-size: 6.6666666667vw;
  font-weight: bold;
  text-align: left;
  margin-top: -8vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu01 .price span {
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu02 {
  margin-top: 10vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu02 .img_wrap {
  width: 91.8666666667vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu02 .price {
  font-size: 6.6666666667vw;
  font-weight: bold;
  text-align: right;
  margin-top: -8vw;
}
.takahata_isao .common_content.content06 .food_content .food_wrap .menu.menu02 .price span {
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .food_content.side_menu {
  margin-top: 15.3333333333vw;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap {
  align-items: center;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .img_wrap {
  width: 100%;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap {
  width: 100%;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap .price {
  font-size: 6.6666666667vw;
  font-weight: bold;
  text-align: right;
  margin-top: -8vw;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap .price span {
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.takahata_isao .common_content.content06 .food_content.side_menu .food_wrap .text_wrap .text {
  margin-top: 3.3333333333vw;
  padding-right: 2.6666666667vw;
  font-weight: bold;
  font-size: 4vw;
}
.takahata_isao .common_content.content06 .food_content.drink .food_wrap .img_wrap {
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .common_content.content06 .btn_more a {
  text-align: center;
}
.takahata_isao .common_content.content06 .summary {
  margin-top: 12vw;
  border: 1px solid #000;
  padding: 5.3333333333vw 5.8666666667vw;
  font-weight: bold;
  width: 83.4666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .common_content.content06 .summary dl .dl_wrap + .dl_wrap {
  margin-top: 7.3333333333vw;
}
.takahata_isao .common_content.content06 .summary dl .dl_wrap dt,
.takahata_isao .common_content.content06 .summary dl .dl_wrap dd {
  font-weight: bold;
  font-size: 4vw;
}
.takahata_isao .common_content.content06 .summary dl .dl_wrap dd.fz_s {
  font-size: 3.4666666667vw;
}
.takahata_isao .common_content.other .common_tit {
  transform: translateY(0);
}
.takahata_isao .common_content.other .common_tit h2 {
  margin-top: 8vw;
  padding-bottom: 2.6666666667vw;
}
.takahata_isao .common_content.other .common_tit h2 .tit {
  font-size: 8vw;
  letter-spacing: -0.1em;
}
.takahata_isao .common_content.other .common_tit h2 .tit i.ticket {
  letter-spacing: -0.25em;
  font-style: normal;
  font-weight: 900;
}
.takahata_isao .common_content.other .content_wrap {
  margin-top: 4vw;
  padding-bottom: 15.7333333333vw;
  padding-top: 9.3333333333vw;
}
.takahata_isao .common_content.other .content_wrap .text {
  font-weight: bold;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}
.takahata_isao .common_content.other .content_wrap .btn_more.item {
  margin-top: 12vw;
}
.takahata_isao .common_content.other .content_wrap .btn_more.item a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: auto;
  transform: translate(0);
  width: 8vw;
  height: 8.6666666667vw;
  background: url(../img/pic_btn_item.png) no-repeat center top/contain;
}
.takahata_isao .common_content.other .event .content_wrap {
  padding-top: 6.6666666667vw;
  padding-bottom: 14.6666666667vw;
}
.takahata_isao .common_content.other .event .flex_wrap {
  margin-top: 0;
}
.takahata_isao .common_content.other .event .flex_wrap .img_wrap {
  width: 100%;
}
.takahata_isao .common_content.other .event .flex_wrap .text_wrap {
  margin-top: 6.6666666667vw;
}
.takahata_isao .common_content.profile_content {
  width: 100%;
}
.takahata_isao .common_content.profile_content .profile_area {
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap {
  width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 14.6666666667vw;
  background-color: #f6f6f6;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .tit_profile span {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #edf723;
  font-weight: 900;
  font-size: 6.6666666667vw;
  line-height: 1.2;
  padding: 0 0.6666666667vw;
  display: inline-block;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .tit_profile span + span {
  margin-top: 1.0666666667vw;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap {
  margin-top: 6.6666666667vw;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .img_area {
  display: flex;
  justify-content: space-between;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .img_wrap {
  width: 43.4666666667vw;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .profile_wrap {
  width: 42.4vw;
  padding-left: 3.7333333333vw;
  padding-right: 2.6666666667vw;
  padding-top: 5.3333333333vw;
  border: 1px solid #000;
  letter-spacing: -0.05em;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .profile_wrap h3 {
  width: 26.4vw;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .profile_wrap p {
  font-size: 3.7333333333vw;
  margin-top: 2.6666666667vw;
  font-weight: bold;
  line-height: 1.5;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
  margin-top: 5.3333333333vw;
}
.takahata_isao .common_content.profile_content .profile_area .content_wrap .flex_wrap .text_wrap .text {
  font-weight: bold;
  line-height: 2;
}
.takahata_isao .info {
  padding-top: 10.6666666667vw;
}
.takahata_isao .info .info_tit {
  text-align: center;
}
.takahata_isao .info .info_tit p {
  font-size: 5.3333333333vw;
  font-weight: 900;
}
.takahata_isao .info .info_tit h2 {
  margin-top: 3.3333333333vw;
  width: 72.5333333333vw;
  margin-left: auto;
  margin-right: auto;
}
.takahata_isao .info .flex_wrap {
  display: block;
  margin-top: 12.2666666667vw;
}
.takahata_isao .info .flex_wrap .img_wrap {
  width: 100%;
}
.takahata_isao .info .flex_wrap .btn_area {
  margin-top: 4.6666666667vw;
}
.takahata_isao .info .flex_wrap .btn_area .btn_more + .btn_more {
  margin-top: 2.6666666667vw;
}
.takahata_isao .info .flex_wrap .text_wrap {
  width: 100%;
  margin-top: 12.6666666667vw;
}
.takahata_isao .info .flex_wrap .text_wrap h3 {
  text-align: center;
  font-size: 6.6666666667vw;
  font-weight: 900;
  position: relative;
}
.takahata_isao .info .flex_wrap .text_wrap h3::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16vw;
  height: 0.9333333333vw;
  background: #000;
}
.takahata_isao .info .flex_wrap .text_wrap .fwb {
  font-weight: bold;
  margin-top: 13.3333333333vw;
  letter-spacing: -0.03em;
  text-align: center;
}
.takahata_isao .info .flex_wrap .text_wrap dl {
  margin-top: 6vw;
  padding-left: 2.6666666667vw;
  padding-right: 2.6666666667vw;
}
.takahata_isao .info .flex_wrap .text_wrap dl .dl_wrap {
  display: flex;
  gap: 6vw;
  font-size: 4vw;
  line-height: 1.8;
}
.takahata_isao .info .flex_wrap .text_wrap dl .dl_wrap dt {
  width: 17.3333333333vw;
  font-weight: bold;
}
.takahata_isao .info .flex_wrap .text_wrap dl .dl_wrap dd {
  width: 63.3333333333vw;
}/*# sourceMappingURL=sp_content.css.map */