@charset "UTF-8";
/*
    Template: swell
    Theme Name: Takamori Crispy custom
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* fonts
------------------------------ */
/*
.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}
	*/
.oswald-font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*---------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-content {
  margin-bottom: 0 !important;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .section_title {
    margin-bottom: 2em !important;
  }
}
.section_title .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 4em;
  line-height: 1.1;
  color: #a73c2c;
}
.section_title .ja {
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.section_title .ja::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: #a73c2c;
  display: inline-block;
}
.section_title.align_center .ja {
  margin: auto;
}
.section_title.white_color {
  color: #fff;
}
.section_title.white_color .en {
  color: #fff;
}
.section_title.white_color .ja::before {
  background-color: #fff;
}

.custom_btn01 a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  background: none;
  color: var(--color_text);
  padding: 0 1em 0.6em 1em;
  min-width: unset;
  transition: all 0.3s;
}
.custom_btn01 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--color_main);
}
.custom_btn01 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #a73c2c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.custom_btn01 a svg {
  fill: #00326e;
  transition: all 0.3s;
}
.custom_btn01 a:hover {
  box-shadow: none;
}
.custom_btn01 a:hover::after {
  transform: scaleX(1);
}
.custom_btn01 a:hover svg {
  fill: #a73c2c;
  transform: translateX(5px);
}

/* header
------------------------------ */
#header {
  position: relative;
}
#header .l-header__logo {
  position: absolute;
}
@media screen and (min-width: 700px) {
  #header .l-header__logo {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  #header .l-header__logo {
    top: 0;
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  #header .c-headLogo {
    height: 70px;
    aspect-ratio: 1/1;
  }
  #header .c-headLogo a {
    padding: 0;
  }
}
#header .l-header__inner.l-container {
  height: 60px;
}
#header .c-gnav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#header .c-gnav .menu-item > a {
  padding: 0px 15px;
}

/*---------------------------- */
/* mv
------------------------------ */
.mv_area {
  position: relative;
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  background-image: url(https://takamori-crispy.com/wp-content/uploads/2026/04/mv-bak.png);
  background-position: left 10%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  .mv_area {
    padding-bottom: 1em !important;
  }
}
.mv_area .key_text {
  width: 90%;
  max-width: 1000px;
  display: block;
  margin: 0 5vw 0 auto;
  filter: drop-shadow(5px 5px 5px #999999);
}
.mv_area .key_img {
  position: absolute;
  top: 72%;
  left: 1vw;
  width: 51%;
  max-width: 700px;
  z-index: -1;
  transform: translateY(-50%);
}
.mv_area .key_img img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .mv_area .key_img {
    position: relative;
    width: 80%;
    transform: translateY(0);
  }
}

/*---------------------------- */
/* about
------------------------------ */
.about_wrapper {
  position: relative;
  overflow: hidden;
  background-image: url(https://takamori-crispy.com/wp-content/uploads/2026/03/about-bak.png);
  background-size: 50% auto;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .about_wrapper {
    background-size: auto 100%;
  }
}
.about_wrapper .scroll_text {
  position: absolute;
  top: 0;
  right: 50px;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .about_wrapper .scroll_text {
    right: 0;
  }
}
.about_wrapper .scroll_text .wp-block-group__inner-container {
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  color: rgba(201, 201, 201, 0.1019607843);
  font-size: 6em;
  line-height: 1;
  display: flex;
  gap: 0.2em;
  animation: marquee 50s linear infinite;
}
.about_wrapper .scroll_text p {
  margin: 0;
  white-space: nowrap;
}
@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

#about .about_text {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------- */
/* point
------------------------------ */
#point .point_inner {
  margin-top: -10em !important;
  padding: 5em 0 3em 0;
}
#point .point_section_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
  line-height: 1.3;
  position: relative;
  word-wrap: inherit;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  #point .point_section_title {
    font-size: 0.8em;
  }
}
#point .point_section_title::before, #point .point_section_title::after {
  content: "";
  position: absolute;
  background-image: url(https://takamori-crispy.com/wp-content/uploads/2026/03/sura.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 65px;
}
@media screen and (max-width: 700px) {
  #point .point_section_title::before, #point .point_section_title::after {
    width: 30px;
    height: 40px;
  }
}
#point .point_section_title::before {
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 700px) {
  #point .point_section_title::before {
    left: -7px;
  }
}
#point .point_section_title::after {
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%) scale(1, -1);
}
@media screen and (max-width: 700px) {
  #point .point_section_title::after {
    right: -7px;
  }
}
#point .point_list .point_num, #point .point_list .point_img {
  margin: auto;
}
#point .point_list .point_num {
  width: 60px;
}
#point .point_list .point_img img {
  max-width: 200px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#point .point_list .point_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
  font-size: 1.1em;
}

/*---------------------------- */
/* menu
------------------------------ */
#menu .item_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
}
#menu .price {
  word-break: keep-all;
}
#menu .price dt {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}
#menu .price dt::after {
  display: none;
}
#menu .price dd {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: right;
  padding: 0;
}
#menu .price_p {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
#menu .tips {
  line-height: 1.3;
}
#menu .karaage_menu_wrapper {
  position: relative;
  background-image: url(https://takamori-crispy.com/wp-content/uploads/2026/04/mv-bak.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 55% auto;
  margin-bottom: 10em !important;
}
@media screen and (max-width: 700px) {
  #menu .karaage_menu_wrapper {
    margin-bottom: 5em !important;
    background-position: left 20%;
    background-size: 60% auto;
  }
}
#menu .karaage_menu_wrapper .badge_img {
  max-width: 20%;
  position: absolute;
  top: 12%;
  left: 7%;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  #menu .karaage_menu_wrapper .badge_img {
    top: 15px;
    left: 55%;
    max-width: 90px;
    transform: translateX(-50%);
  }
}
#menu .karaage_menu_wrapper .crispytext_img {
  width: 75%;
  margin: 0 0 -3em auto;
  filter: drop-shadow(0px 0px 0px #000);
}
#menu .karaage_menu_wrapper .karaage_menu {
  padding: 0 1em;
  position: relative;
}
#menu .karaage_menu_wrapper .karaage_menu .swell-block-columns__inner {
  justify-content: flex-end;
}
#menu .karaage_menu_wrapper .karaage_menu .img_container {
  width: 40%;
  max-width: 300px;
}
@media screen and (max-width: 700px) {
  #menu .karaage_menu_wrapper .karaage_menu .img_container {
    width: 40%;
    margin-bottom: -2.5em;
  }
}
#menu .karaage_menu_wrapper .karaage_menu .img_container figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(10px, 25%) rotate(-2deg);
}
@media screen and (max-width: 700px) {
  #menu .karaage_menu_wrapper .karaage_menu .img_container figure img {
    transform: translate(25px, 0px) rotate(2deg);
  }
}
#menu .karaage_menu_wrapper .karaage_menu .text_container {
  flex: 1;
}
#menu .karaage_menu_wrapper .karaage_menu .text_container hr {
  border-bottom: 1px solid #fff;
}
#menu .menu_group {
  display: flex;
  flex-wrap: nowrap;
}
#menu .menu_group.limited {
  justify-content: flex-end;
}
#menu .menu_group.seafood {
  justify-content: flex-start;
}
#menu .menu_group.seafood .swell-block-columns__inner:first-child .swell-block-column:has(.menu_grroup_name) {
  order: 1;
}
#menu .menu_group.seafood .swell-block-columns__inner:first-child .swell-block-column:has(.menu_list) {
  order: 2;
}
@media screen and (max-width: 700px) {
  #menu .menu_group .menu_grroup_name .swell-block-columns__inner {
    flex-direction: column;
  }
}
#menu .menu_group .menu_grroup_name p {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 700px) {
  #menu .menu_group .menu_grroup_name p {
    writing-mode: unset;
  }
}
#menu .menu_group .menu_grroup_name .en {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 2.2em;
  letter-spacing: -2px;
  line-height: 1.3;
}
#menu .menu_group .menu_grroup_name .ja {
  width: -moz-fit-content;
  width: fit-content;
}
#menu .menu_group .menu_grroup_name .ja p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.7px;
  background-color: #a73c2c;
  color: #fff;
  padding: 10px 2px;
}
#menu .menu_group .swell-block-column:has(.menu_grroup_name) {
  width: -moz-fit-content;
  width: fit-content;
}
#menu .menu_group .swell-block-column:has(.menu_list) {
  flex: 1;
}
#menu .menu_list .swell-block-column {
  background-color: #F6F6F6;
  border: none;
  padding: 0 1.5em 1em 1.5em;
}
#menu .menu_list .swell-block-column .menu_inner {
  margin-top: -2em !important;
}
#menu .menu_list .swell-block-column .menu_inner img {
  width: 90%;
  max-width: 250px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------- */
/* news
------------------------------ */
#news {
  padding-bottom: 6em !important;
}
#news .section_title {
  transform: translateY(-30%);
}
@media screen and (max-width: 700px) {
  #news .section_title {
    margin-bottom: 1em !important;
  }
}
#news .news_list ul.p-postList {
  border: none;
}
#news .news_list ul.p-postList li.p-postList__item {
  background-color: #fff;
}
#news .news_list ul.p-postList li.p-postList__item:not(:last-child) {
  margin-bottom: 1.3em;
}
#news .news_list ul.p-postList li.p-postList__item a {
  border: none;
  padding: 1.3em 6em 1.3em 2em;
  position: relative;
}
#news .news_list ul.p-postList li.p-postList__item a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#news .news_list ul.p-postList li.p-postList__item a:hover {
  background-color: #e0e0e0;
}
#news .news_list ul.p-postList li.p-postList__item a:hover::after {
  transform: translate(calc(-50% + 5px), -50%);
}
#news .news_list ul.p-postList li.p-postList__item .p-postList__meta time {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
}
#news .news_list ul.p-postList li.p-postList__item .p-postList__meta time::before {
  display: none;
}

/*---------------------------- */
/* CTA
------------------------------ */
#contact {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900 !important;
}
#contact .time {
  font-weight: bold;
}

/*---------------------------- *//*# sourceMappingURL=style.css.map */