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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #000;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ======================================================================
 main
====================================================================== */
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 18px;
  height: 12px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 5px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.ama_header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ama_header {
    display: block;
    top: 25px;
    left: 25px;
    height: auto;
  }
}
.ama_header_menu {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .ama_header_menu {
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 0;
    padding: 0;
    position: fixed;
    z-index: -1;
    background: #FFF;
    box-sizing: border-box;
    width: 200px;
    padding: 20px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(0);
  }
}
.ama_header_menu_box {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  color: #0000ff;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 768px) {
  .ama_header_menu_box {
    color: #000;
    font-size: 16px;
  }
}
.ama_header_menu_box:not(:last-child) {
  margin-bottom: 5px;
}
.ama_header_menu_box:hover {
  transform: skew(10deg, 10deg);
}
@media screen and (max-width: 768px) {
  .ama_header_menu_box:hover {
    transform: none;
  }
}
.ama_header_menu_box._name {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .ama_header_menu_box._name {
    margin: 0 0 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .ama_header_menu._active {
    opacity: 1;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
  }
}
.ama_header_logo_box {
  display: block;
  width: 42px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .ama_header_logo_box {
    width: 38px;
  }
}
.ama_header_logo_box:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ama_header_logo_box:last-child {
    padding-bottom: 0;
  }
}
.ama_header._logo {
  left: auto;
  right: 0;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .ama_header._logo {
    padding-right: 10px;
    top: 50%;
    margin-top: -76px;
  }
}
.ama_header._under {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  width: 80px;
  top: 30px;
  left: 30px;
  height: auto;
}
.ama_header._under:hover {
  transform: skew(10deg, 10deg);
}
.ama_overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.ama_footer {
  padding: 100px 40px;
}
.ama_footer_staff_txt {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  text-align: center;
  color: #0000ff;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.ama_footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 12px;
}
.ama_footer_sns_box {
  width: 24px;
}
.ama_footer_sns_box:not(:last-child) {
  margin-right: 12px;
}
.ama_footer_copy {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  color: #0000ff;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.ama_top {
  background: url(../img/mask_marge_85.gif) no-repeat 50% 50%;
  background-size: 98%;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .ama_top {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .ama_top_kv_marquee img {
    width: auto;
    height: 30px;
  }
}
.ama_top_kv_ttl {
  margin: 0 auto;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .ama_top_kv_ttl {
    width: 200px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ama_top_about {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.ama_top_about_box {
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
  width: 700px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .ama_top_about_box {
    width: 90%;
  }
}
.ama_top_about_ttl {
  color: #0000ff;
  text-align: center;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ama_top_about_ttl {
    line-height: 1.4;
  }
}
.ama_top_about_ttl span {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  display: block;
  font-size: 20px;
}
.ama_top_about_txt {
  color: #0000ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}
.ama_top_interview {
  background: #FFF;
  box-sizing: border-box;
  margin: 20px auto;
  width: 700px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .ama_top_interview {
    width: 90%;
  }
}
.ama_top_interview_ttl {
  font-weight: 500;
  color: #0000ff;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  line-height: 1.4;
  margin-top: 20px;
}
.ama_top_interview_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ama_top_interview_list {
    display: block;
  }
}
.ama_top_interview_list_box {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  color: #0000ff;
  box-sizing: border-box;
  width: 330px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .ama_top_interview_list_box {
    width: auto;
    display: block;
  }
}
.ama_top_interview_list_box:hover {
  opacity: 0.5;
}
.ama_top_interview_list_box:hover .ama_top_interview_list_img {
  transform: skew(10deg, 10deg);
}
.ama_top_interview_list_img {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 200px;
  height: 200px;
}
.ama_top_interview_list_name {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.ama_top_interview_list_name span {
  display: block;
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  font-size: 14px;
}
.ama_top_interview_list_txt {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ama_top_interview_list_txt {
    -webkit-line-clamp: 7;
  }
}
.ama_under {
  background: #EEE;
}
.ama_breadcrumb {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .ama_breadcrumb_scroll {
    overflow-x: scroll;
  }
}
.ama_breadcrumb_list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ama_breadcrumb_list {
    width: max-content;
  }
}
.ama_breadcrumb_list_box {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}
.ama_breadcrumb_list_box:hover {
  opacity: 0.5;
}
.ama_breadcrumb_list_box:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 10px;
}
.ama_interview {
  box-sizing: border-box;
  margin: 0 auto;
  width: 700px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .ama_interview {
    width: 88%;
  }
}
.ama_interview_kv {
  font-size: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .ama_interview_kv {
    background-position: 0 0;
    height: 844px;
  }
}
.ama_interview_kv._surikabe {
  background-image: url(../img/surikabe_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._surikabe {
    background-image: url(../img/surikabe_sp_main_780x1688.jpg);
  }
}
.ama_interview_kv._okumura {
  background-image: url(../img/okumura_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._okumura {
    background-image: url(../img/okumura_sp_main_780x1688.jpg);
  }
}
.ama_interview_kv._murano {
  background-image: url(../img/murano_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._murano {
    background-image: url(../img/murano_sp_main_780x1688.jpg);
  }
}
.ama_interview_kv._kitayama {
  background-image: url(../img/kitayama_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._kitayama {
    background-image: url(../img/kitayama_sp_main_780_1866.jpg);
  }
}
.ama_interview_kv._mug {
  background-image: url(../img/mug_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._mug {
    background-image: url(../img/mag_sp_main_780_1866.jpg);
  }
}
.ama_interview_kv._ushioda {
  background-image: url(../img/ushioda_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._ushioda {
    background-image: url(../img/ushioda_sp_main_780_1866.jpg);
  }
}
.ama_interview_kv._kawase {
  background-image: url(../img/kawase_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._kawase {
    background-image: url(../img/kawase_sp_main_780_1866.jpg);
  }
}
.ama_interview_kv._miyahara {
  background-image: url(../img/miyahara_pc_main.jpg);
}
@media screen and (max-width: 768px) {
  .ama_interview_kv._miyahara {
    background-image: url(../img/miyahara_sp_main_780_1866.jpg);
  }
}
.ama_interview_head {
  margin-bottom: 30px;
}
.ama_interview_head_ttl {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.ama_interview_head_name {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.5em;
  line-height: 1.4;
  margin-bottom: 30px;
  text-indent: 0.5em;
}
.ama_interview_head_name span {
  display: block;
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: normal;
  text-indent: -0.05em;
}
.ama_interview_head_catch {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.ama_interview_head_catch span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
.ama_interview_head_txt {
  line-height: 1.8;
  text-align: justify;
}
.ama_interview_menu {
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-bottom: 50px;
}
.ama_interview_menu_ttl {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
}
.ama_interview_menu_list_box {
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.ama_interview_menu_list_box:not(:last-child) {
  margin-bottom: 5px;
}
.ama_interview_post {
  padding: 50px 0;
}
.ama_interview_post h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  margin: 50px 0 30px 0;
}
.ama_interview_post h2 + img {
  margin-top: 0;
}
.ama_interview_post h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
.ama_interview_post p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
.ama_interview_post img {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}
.ama_interview_post strong {
  font-weight: 500;
}
.ama_interview_cap {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: -45px;
}
.ama_interview_cap + h3 {
  margin-top: 50px;
}
.ama_interview_cap + p {
  margin-top: 50px;
}
.ama_interview_profile {
  margin: 50px 0;
  border-left: 1px solid #000;
  padding-left: 20px;
}
.ama_interview_profile_ttl {
  font-family: "Archivo", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
}
.ama_interview_profile_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.ama_interview_profile_txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
.ama_interview_popup_btn {
  cursor: pointer;
  text-decoration: underline;
}
.ama_interview_popup_box {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  position: fixed;
  z-index: -1;
  background: #FFF;
  box-sizing: border-box;
  opacity: 0;
  padding: 20px;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(0);
}
@media screen and (max-width: 768px) {
  .ama_interview_popup_box {
    width: 90%;
  }
}
.ama_interview_popup_box._active {
  z-index: 999;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.ama_interview_popup_ttl {
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.ama_interview_popup_txt {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}
.ama_interview_popup_link {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  margin-top: 5px;
}
.ama_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/sp_top.gif) no-repeat 50% 0;
  background-size: 82%;
}/*# sourceMappingURL=style.css.map */