@charset "UTF-8";
/* $wrapperwidth: 950px;
$pc: 1024;
$tablet: 768;
$smartphone: 640;
$iphone: 320;

@mixin media($mediaSize){
    @if $mediaSize == tablet{
        @media all and (max-width: ($tablet + px)) {@content}
    }
    @else if $mediaSize == smartphone{
        @media all and (max-width: ($smartphone + px)) {@content}
    }
    @else if $mediaSize == oversmartphone{
        @media all and (min-width: ($smartphone + px)) {@content}
    }
    @else if $mediaSize == iPhone{
        @media all and (max-width: ($iphone + px)){@content}
    }
    @else if $mediaSize == pc{
        @media all and (min-width: ($tablet + px)){@content}
    }
    @else if $mediaSize == ie{
        @media all and (-ms-high-contrast: none) {@content}
    }
} */
/* メディアクエリ用ブレイクポイント定義 _mixin.scssのみにて使用 */
/*def end*/
/*share*/
.fancybox__container {
  z-index: 10010;
}

.fancybox__backdrop {
  background: white;
}

.fancybox-image {
  max-height: 90%;
}

.atv img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .atv__onlysp {
    display: none;
  }
}
.atv__subnavigation {
  position: absolute;
  width: 1000px;
  top: 437px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  z-index: 8500;
}
@media screen and (max-width: 1024px) {
  .atv__subnavigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    top: 410px;
  }
}
.atv__subnavigation._sticky {
  position: fixed;
  top: 77px;
}
@media screen and (max-width: 1024px) {
  .atv__subnavigation._sticky {
    top: 50px;
  }
}
.atv__subnavigation_item {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .atv__subnavigation_item {
    width: 50%;
  }
  .atv__subnavigation_item:first-child {
    width: 100%;
  }
}
.atv__subnavigation_link {
  text-decoration: none;
  display: block;
  font-family: ten-mincho, serif;
  height: 50px;
  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;
  color: inherit;
  position: relative;
}
.atv__subnavigation_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #835E0A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1024px) {
  .atv__subnavigation_link:hover::after {
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .atv__subnavigation_link {
    height: 35px;
    font-size: 90%;
  }
}
.atv__keyvisual {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin-top: 77px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .atv__keyvisual {
    margin-top: 50px;
  }
}
.atv__keyvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/keyvisual_1.jpg) center center;
  background-size: cover;
  z-index: -2;
}
.atv__keyvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: -1;
}
.atv__keyvisual_logo img {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .atv__keyvisual_logo img {
    width: 250px;
  }
}
.atv__keyvisual_catch {
  margin-top: 20px;
  font-family: ten-mincho, serif;
  font-size: 3rem;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .atv__keyvisual_catch {
    font-size: 2rem;
  }
}
.atv__keyvisual + .atv__section {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .atv__keyvisual + .atv__section {
    padding-top: 100px;
  }
}
.atv__section {
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  line-height: 1.5em;
  font-family: ten-mincho, serif;
}
.atv__section:has(+ .page_top) {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .atv__section:has(+ .page_top) {
    padding-bottom: 80px;
  }
}
.atv__heading {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .atv__heading {
    width: 85%;
    margin-top: 40px;
  }
}
.atv__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .atv__body {
    width: 85%;
    margin-top: 30px;
  }
}
.atv__body._widemargin {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .atv__body._widemargin {
    margin-top: 45px;
  }
}
.atv__body._wide {
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .atv__body._wide {
    max-width: 800px;
  }
}
.atv__textheading {
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .atv__textheading {
    margin-top: 20px;
  }
}
.atv__text {
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}
.atv__text._center {
  text-align: center;
}
.atv__text_sub {
  text-align: justify;
  max-width: 600px;
  margin: 0 auto;
}
.atv__button {
  color: inherit;
  text-decoration: none;
  border: thin solid #272727;
  width: 230px;
  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;
  padding: 12px 0;
  margin: 0 35px;
  line-height: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.75rem;
}
.atv__button:hover {
  background: #000;
  color: white;
}
@media screen and (max-width: 1024px) {
  .atv__button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .atv__button + .atv__button {
    margin-top: 10px;
  }
}
.atv__button_wrapper {
  margin-top: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .atv__button_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .atv__button_wrapper {
    margin-top: 20px;
  }
}
.atv__button_wrapper._marginhigh {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .atv__button_wrapper._marginhigh {
    margin-top: 40px;
  }
}
.atv__contact {
  margin-top: 30px;
}
.atv__contact_text {
  margin-top: 10px;
  font-size: 1.75rem;
}
.atv__contact_link {
  color: inherit;
  text-decoration: none;
}
.atv__contact_link:hover {
  color: inherit;
  border-bottom: thin solid #272727;
}
.atv__imagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
}
.atv__imagelist._5column {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .atv__imagelist._5column {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .atv__imagelist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.atv__imagelist_item {
  width: 30%;
}
._5column .atv__imagelist_item {
  width: 20%;
}
@media screen and (max-width: 768px) {
  ._5column .atv__imagelist_item {
    width: 30%;
  }
  ._5column .atv__imagelist_item:nth-child(n+4) {
    margin-top: 10px;
  }
}
.atv__imagelist_picture {
  text-align: center;
}
.atv__imagelist_picture img {
  height: 300px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .atv__imagelist_picture img {
    height: 100px;
  }
}
.atv__imagelist_text {
  padding-top: 5px;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .atv__imagelist_text {
    padding-top: 0;
  }
}
.atv__circleimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .atv__circleimage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.atv__circleimage_item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .atv__circleimage_item {
    aspect-ratio: 1/1;
    width: 47.5%;
    padding: 0 0px;
  }
  .atv__circleimage_item:nth-child(n+3) {
    margin-top: 5%;
  }
}
.atv__circleimage_link img {
  border-radius: 1000px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .atv__circleimage_link:hover img {
    scale: 1.1;
  }
}
.atv__scenelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 25px;
}
.atv__scenelist_item {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .atv__scenelist_item {
    width: 100%;
  }
}
.atv__scenelist_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atv__scenelist_heading {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.atv__scenelist_text {
  margin-top: 5px;
}
.atv__scenelist_picture {
  width: 100%;
}
.atv__steplist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.atv__steplist_item + .atv__steplist_item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .atv__steplist_item + .atv__steplist_item {
    margin-top: 50px;
    position: relative;
  }
  .atv__steplist_item + .atv__steplist_item::before {
    content: "↓";
    position: absolute;
    top: -40px;
    width: 100%;
    height: 20px;
    text-align: center;
  }
}
.atv__steplist_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atv__steplist_heading {
  font-size: 1.6rem;
  font-weight: bold;
}
.atv__steplist_text {
  margin-top: 5px;
  position: relative;
}
.atv__steplist_text::before {
  content: "↓";
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100px;
  height: 1px;
  background: none;
}
.atv__steplist_item:last-child .atv__steplist_text::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .atv__steplist_text::before {
    content: none;
  }
}
.atv__steplist_picture {
  width: 120px;
  height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.atv__steplist_picture img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .atv__steplist_picture {
    height: auto;
    width: 80px;
    margin-top: 5px;
  }
  .atv__steplist_picture img {
    width: 70%;
  }
}
.atv__tabswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .atv__tabswitch {
    margin-top: 30px;
    flex-wrap: nowrap;
  }
}
.atv__tabswitch_item {
  width: 25%;
  text-align: center;
  font-size: 2rem;
  color: #ccc;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .atv__tabswitch_item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .atv__tabswitch_item {
    font-size: 1.25rem;
    line-height: 150%;
    padding: 0 5px;
    width: auto;
  }
  .atv__tabswitch_item:first-child {
    padding-left: 0;
  }
  .atv__tabswitch_item:last-child {
    padding-right: 0;
  }
}
.atv__tabswitch_item._active {
  pointer-events: none;
}
.atv__tabswitch_item._active, .atv__tabswitch_item:hover {
  color: #272727;
}
.atv__tabswitch_item + .atv__tabswitch_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #272727;
}
.atv__commentlist {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.atv__commentlist_item {
  padding-left: 1.5rem;
  position: relative;
  text-align: justify;
}
.atv__commentlist_item::before {
  content: "※";
  position: absolute;
  left: 0;
}
.atv__commentlist_item + .atv__commentlist_item {
  margin-top: 5px;
}
.atv__worklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .atv__worklist {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 10px;
  }
}
.atv__worklist._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.atv__worklist_wrapper {
  margin: 0 calc(50% - 500px); /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 1000px; /* 幅を画面幅いっぱいに指定 */
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .atv__worklist_wrapper {
    margin-left: calc(50% - 400px);
    margin-right: calc(50% - 400px);
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .atv__worklist_wrapper {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.atv__worklist_link {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.atv__worklist_item {
  width: calc(33.3333% - 20px); /* column-gapの3/2 */
}
.atv__worklist_item._heading {
  width: 100%;
}
.atv__worklist_item img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .atv__worklist_item {
    width: 48%;
  }
}
.atv__worklist_text {
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .atv__worklist_text {
    font-size: 1.25rem;
    line-height: 120%;
  }
}
.atv__worklist_heading {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 150%;
}
.atv__worklist_heading span {
  font-weight: normal;
  font-size: 80%;
}
.atv__worklist_heading span::before {
  content: "（";
}
.atv__worklist_heading span::after {
  content: "）";
}
.atv__worklist_item_heading {
  margin: 0 auto;
  text-align: center;
  font-size: 1.75rem;
}
.atv__worklist_item_notice {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
}
.atv__worklist_item_picture {
  width: 40%;
  margin: 30px auto 0;
}
.atv__worklist_item_picture figcaption {
  margin-top: 10px;
  text-align: center;
}
.atv__worklist_item_text {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
.atv__worklist_item_heading {
  text-align: center;
  margin-top: 30px;
}
.atv__worklist_item_notice {
  margin-top: 20px;
  flex-direction: column;
}
.atv__worklist_item_text br {
  display: none;
}
.atv__worklist_item_picture {
  width: 50%;
}

.atv__worklist_item_picture figcaption {
  font-size: 90%;
}
}

.atv__pricetable {
  min-width: 1000px;
  margin-top: 80px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .atv__pricetable {
    margin-top: 40px;
  }
}
.atv__pricetable th {
  color: white;
  background: #5a5a5a;
  width: 14.28571429%;
}
.atv__pricetable caption {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .atv__pricetable caption {
    text-align: left;
    padding-left: 5px;
  }
}
.atv__pricetable thead th {
  background: #272727;
}
.atv__pricetable tr {
  border-bottom: thin solid #272727;
}
.atv__pricetable th, .atv__pricetable td {
  border-right: thin solid #272727;
  vertical-align: middle;
  text-align: center;
  padding: 2px 5px;
}
.atv__pricetable th._size, .atv__pricetable td._size {
  text-align: left;
}
.atv__pricetable th._price, .atv__pricetable td._price {
  text-align: right;
}
.atv__plantable {
  text-align: left;
  display: none;
}
.atv__plantable._active {
  display: block;
}
.atv__plantable_wrapper {
  min-width: 1000px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .atv__plantable_wrapper {
    min-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .atv__plantable_wrapper {
    margin-top: 40px;
  }
}
.atv__plantable_column {
  border-top: thin solid #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.atv__plantable_column:last-child {
  border-bottom: thin solid #272727;
}
.atv__plantable_heading {
  padding: 3px;
  font-size: 80%;
  width: 18%;
}
.atv__plantable_heading + .atv__plantable_heading {
  border-right: thin solid #272727;
}
.atv__plantable_heading._widthheading {
  border-right: thin solid #272727;
  width: 10%;
}
.atv__plantable_heading:last-child {
  border-right: none;
}
.atv__plantable_body {
  border-right: thin solid #272727;
  padding: 3px;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .atv__plantable_body {
    font-size: 90%;
  }
}
.atv__plantable_body._widthdouble {
  width: 36%;
}
.atv__plantable_body._widthtriple {
  width: 54%;
}
.atv__plantable_body._widthquad {
  width: 72%;
}
.atv__plantable_body._widthquint {
  width: 90%;
}
.atv__plantable_body._widthfull {
  width: 90%;
}
.atv__plantable_body:last-child {
  border-right: none;
}
.atv__plantable_price {
  font-size: 125%;
}
@media screen and (max-width: 1024px) {
  .atv__plantable_price {
    font-size: 110%;
  }
}
/*# sourceMappingURL=base.css.map */