/*!
Theme Name: tsuno
Theme URI: https://tsuno.ars-design.biz/
Author: rokunana
Description: tsuno テーマ
Version: 1.0
*/
:root {
  --design-width-pc: 1366;
  --design-width-sp: 375;
  --contents-pct: calc((343 / var(--design-width-sp)) * 100%);
  --golden-brown: #bb8e3a;
  --brown: #ae6340;
  --dark-orange: #422600;
  --blue: #4d93ae;
  --green: #56953d;
  --beige: #faf7e6;
  --tag-news: #e05d5d;
  --tag-report: #4d5a81;
  --tag-research: #a4a91c;
  --tag-product: #bd771a;
  --tag-media: #84526f;

  /* フォントウェイト */
  --fz-thin: 100;
  --fz-extralight: 200;
  --fz-light: 300;
  --fz-normal: 400;
  --fz-medium: 500;
  --fz-semibold: 600;
  --fz-bold: 700;
  --fz-extrabold: 800;
  --fz-black: 900;
}

.clearfix::after,
.pageHeader .pageHeader__inner::after,
.pageFooter .pageFooterColumn__inner::after,
.pageFooter .footerUtilMenu ul.menu::after,
.categoryBlock3::after,
.multiColumn::after,
.post .entry-content .multColumn::after,
.page .entry-content .multColumn::after,
.newsBlock .newsBlock__header::after,
.post::after,
.page::after,
.post .entry-content::after,
.page .entry-content::after,
.topicPath ul::after {
  clear: both;
  content: '';
  display: table;
}

.clearfixLegacy {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
}

.clearfixLegacy:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0px;
}

/* font */

.zen-maru-gothic-light {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 900;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 10px;
}

body {
  font-family: 'M PLUS Rounded 1c', 'Zen Maru Gothic', \30d2 \30e9 \30ae \30ce \89d2 \30b4 \20 \50 \72 \6f \20 \57 \33, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  height: 100%;
  /* min-width: 1280px */
}

@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 0;
  }
}

@media print {
  body {
    line-height: 1.5;
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-orange);
}

p {
  margin: 0;
  color: var(--dark-orange);
}

ul,
ol,
dl,
dl dt,
dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: var(--dark-orange);
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-bottom: 1em;
}

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

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

blockquote,
q {
  quotes: none;
}

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

blockquote {
  margin: 1.5em 1em;
}

a {
  /*   font-weight: 400; */
  color: #422600;
  /*   color: #181777; */
  text-decoration: none;
}

a:visited {
  color: rgba(67, 39, 0, 0.5);
  /*   color: #609 */
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a .fa {
  margin-left: 0.75em;
}

a .icon-external {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1em;
}

@media print {
  a[target='_blank']:not(.no-icon)::after {
    content: none;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

abbr[title],
acronym[title],
dfn[title] {
  text-decoration: underline;
  border-bottom: 0;
  cursor: help;
}

code,
kbd,
pre,
samp {
  font-size: 1.6rem;
}

pre {
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 2em;
}

small {
  font-size: 1.6rem;
}

address {
  font-style: normal;
}

img {
  font-family: sans-serif;
  line-height: 1;
  vertical-align: bottom;
  border: none;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='checkbox'],
input[type='radio'],
input[type='submit'],
input[type='image'],
input[type='button'],
textarea,
select {
  font-family: \30d2 \30e9 \30ae \30ce \89d2 \30b4 \20 \50 \72 \6f \20 \57 \33, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  vertical-align: middle;
  margin: 6px 0;
}

input[type='file'] {
  font: static;
}

/* Component styles
========================================================================== */
/* inner style */
.c-inner-medium,
.c-inner-small,
.c-inner-large {
  width: var(--contents-pct);
  margin-inline: auto;
}
.c-inner-small {
  max-width: 77.7rem;
}
.c-inner-medium {
  max-width: 100rem;
}
.c-inner-large {
  max-width: 122.4rem;
}
.c-inner-full {
  width: 100%;
  max-width: calc(var(--design-width-pc) * 0.1rem);
  margin-inline: auto;
}
.c-inner-full-large {
  width: 100%;
  max-width: 192rem;
  margin-inline: auto;
}
/* inner style end */
/* space style */
.c-block-pad {
  padding-block: clamp(3.2rem, calc(2.67rem + 1.413vw), 4.6rem);
}
/* space style end */
/* title style */
..c-topBlock_ttl__set {
  position: relative;
}

.c-topBlock_ttl {
  margin-inline: auto;
  padding-left: 1.6em;
  font-weight: var(--fz-semibold);
  font-size: 2.2em;
  color: #c2953a;
  text-align: left;
  line-height: 1.5;
}

.c-topBlock_img {
  position: absolute;
  top: 10px;
  display: block;
  max-width: 3.3em;
  width: 100%;
  height: auto;
  aspect-ratio: 17 / 39;
}

/* .c-topBlock_ttl::after {
  position: absolute;
  top: 10px;
  display: block;
  max-width: 1.5em;
  width: 100%;
  height: auto;
} */

/* title style end */
/* Component styles end
========================================================================== */

/* ===================================================================================
ANIMATION
====================================================================================== */
.js-rotation.is-inview {
  transform: rotateY(270deg);
  animation: 0.7s linear forwards rotation;
  animation-delay: calc(0.3s * var(--delay-index));
}

@keyframes rotation {
  /* 0%{ transform:rotateY(270deg);} */
  100% {
    transform: rotateY(360deg);
  }
}

/* 上に向かってフェードイン */
.js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s all ease 0.5s;
  transition-delay: calc(0.3s * var(--delay-index));
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 右からフェードイン */
.js-fadeFR {
  opacity: 0;
  transform: translateX(100px);
  transition: 0.5s all ease;
  transition-delay: calc(0.1s * var(--delay-index));
}

/*SP*/
@media (max-width: 767px) {
  .js-fadeFR {
    transform: translate(0, 150px);
  }
}

.js-fadeFR.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

/* 左からフェードイン */
.js-fadeFL {
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s all ease 0.5s;
}

.js-fadeFL.is-inview {
  opacity: 1;
  transform: translateX(0);
}

/* シンプルなフェードイン */
.js-fadeIn {
  opacity: 0;
  transition: 2s all ease 0.5s;
  transition-delay: calc(0.3s * var(--delay-index));
}

.js-fadeIn.is-inview {
  opacity: 1;
}

/*ズームイン*/
.js-zoom {
  transform: scale(1);
  opacity: 0;
}

.js-zoom.is-inview {
  animation-name: zoomInAnime;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  to {
    transform: scale(1.05);
    opacity: 1;
  }
}

.js-RBounce.is-inview {
  /* opacity: 1; */
  animation: bounce 1.5s ease-out forwards;
}

@keyframes bounce {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.8) rotate(5deg);
  }
}

.js-moveLine {
  background-image: linear-gradient(to top, var(--c-green) 1.3em, transparent 1.3em);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

.js-moveLine.is-inview {
  animation-name: kf_moveLine;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes kf_moveLine {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.js-moveLine2 {
  background-image: linear-gradient(to top, var(--c-yellow) 0.5em, transparent 0.5em);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

.js-moveLine2.is-inview {
  animation-name: kf_moveLine;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-delay: calc(0.3s * var(--delay-index));
}

.js-shutter {
  position: relative;
  overflow: hidden;
}

.js-shutter::before,
.js-shutter::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 400%;
  top: 50%;

  transform: translateY(-50%) rotate(0);
  background-color: var(--c-red);
}

.js-shutter::before {
  transform-origin: left;
  left: -50%;
}

.js-shutter::after {
  transform-origin: right;
  right: -50%;
}

.js-shutter.is-inview::before,
.js-shutter.is-inview::after {
  animation: moveAndFade 2s forwards 0.5s;
}

/* アニメーションの定義 */
@keyframes moveAndFade {
  /* 0% {
    width: 150%;
  } */
  100% {
    width: 0;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* イレギュラー */
/* #post-30 .categoryBlock2 .categoryBlock2__list.default {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #post-30 .categoryBlock2 .categoryBlock2__list.default {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10rem;
    column-gap: 5rem;
  }
}
#post-30 .categoryBlock2 .categoryBlock2__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#post-30 .categoryBlock2 .categoryBlock2__list.default > a:nth-child(-n + 2) {
  flex-basis: calc((100% - 5rem) / 2);
}
#post-30 .categoryBlock2 .categoryBlock2__list.default > a:nth-child(n + 3) {
  padding: 1.2rem 4rem;
  border: 2px solid #cec091;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #post-30 .categoryBlock2 .categoryBlock2__list.default > a:nth-child(3) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #post-30 .categoryBlock2 .categoryBlock2__list.default > a:nth-child(3),
  #post-30 .categoryBlock2 .categoryBlock2__list.default > a:nth-child(4) {
    margin-right: 1em;
  }
} */
#post-30 .categoryBlock2 .categoryBlock2__list.default {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125em;
  place-items: center;
}
/* #post-30 .categoryBlock2 .categoryBlock2__list {
  text-align: center;
  width: 100%;
  background: var(--golden-brown);
  border-radius: 50px;
  margin-bottom: 2rem;
  max-width: 550px;
  margin-inline: auto;
} */
#post-30 .categoryBlock2 .categoryBlock2__list a {
  all: revert;
  max-width: 550px;
  width: 100%;
  background: var(--golden-brown);
  display: flex;
  place-content: center;
  padding: 0.875em 1em;
  text-decoration: none;
  border-radius: 50px;
}
#post-30 .categoryBlock2 .categoryBlock2__list h2 {
  color: #fff;
}
#post-30 .categoryBlock2 .categoryBlock2__list a:hover h2 {
  opacity: 0.75;
}

/* 共通 */
.l-tal {
  text-align: left;
}

.l-tac {
  text-align: center;
}

.l-tar {
  text-align: right;
}

.l-mt30 {
  margin-top: 30px;
}

.l-mt60 {
  margin-top: 60px;
}

.categoryBlock2.l-tal .categoryBlock2__list--col4 div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}

.p-komemark {
  color: var(--golden-brown);
  z-index: -10;
  position: relative;
  font-size: clamp(3rem, 0.414rem + 3.45vw, 5rem);
}

.p-komemark::before {
  content: '';
  background-image: url(/https/www.tsuno.co.jp/wp-content/uploads/sites-img/aboutus/aboutus-1.png);
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -20%;
  left: -5%;
  width: 16%;
  height: 150%;
  background-repeat: no-repeat;
  z-index: -9;
}
