@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #502d14;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt_base {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .txt_base {
    font-size: 1.4rem;
  }
}
.txt_base p {
  line-height: 2;
  font-size: 1em;
}
.txt_base p:not(:last-child) {
  margin-bottom: 1em;
}
.txt_base.fs14 {
  font-size: 1.4rem;
}
.txt_base.fs15 {
  font-size: 1.5rem;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.tel_link,
.tel_link a {
  color: inherit;
  font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1230px;
  margin: auto;
}

section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

/********************************************/
/* body fixed*/
/********************************************/
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}
/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header .online_logo {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 30%;
  z-index: 10;
}
@media (max-width: 768px) {
  .header .online_logo {
    top: 20px;
    left: 20px;
  }
}
.header .online_logo a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .online_logo a img {
  max-width: 170px;
}
.header .online_logo a span {
  line-height: 1.2;
  font-size: 1.5rem;
  color: #fff;
}

.nav_list > li {
  margin-right: 0.5em;
}
.nav_list > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 1em 0.8em;
  text-align: center;
}

.left_link {
  position: fixed;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .left_link {
    display: none;
  }
}
.left_link li {
  color: #fff;
  font-size: 1.3rem;
}
.left_link li a {
  padding: 1em 0;
  writing-mode: vertical-rl;
}

/********************************************/
/*  Sp-menu*/
/********************************************/
/********************************************/
/*  Sp-menu btn*/
/********************************************/
@media (max-width: 768px) {
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 28px;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    mix-blend-mode: difference;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp_menu_trigger {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .sp_menu_trigger span {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 4px;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp_menu_trigger span {
    height: 3px;
  }
}
@media (max-width: 768px) {
  .sp_menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    width: 80%;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    bottom: 0;
    width: 60%;
  }
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp_menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
}
@media (max-width: 768px) {
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(315deg);
    transform: translateY(-12px) rotate(315deg);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sp_menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
}
/********************************************/
/*  Sp-menu list*/
/********************************************/
header .main_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  z-index: 9998;
  overflow-y: scroll;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  text-align: left;
}

header .nav_list > li {
  display: block;
  padding: 1em 0;
  border-bottom: solid 1px #ccc;
  text-align: left;
}
header .nav_list > li a {
  color: #fff;
}

.nav_list {
  width: 100%;
  overflow: hidden;
}

/********************************************/
/* footer */
/********************************************/
.footer {
  position: fixed;
  left: 35px;
  bottom: 40px;
  mix-blend-mode: difference;
  z-index: 2;
}
@media (max-width: 768px) {
  .footer {
    left: 20px;
    bottom: 25px;
  }
}

.copyright {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}

/********************************************/
/* main_visual */
/********************************************/
.main_visual {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.main_visual .mv_swiper {
  height: 100%;
}
.main_visual .swiper-slide-active .swiper-img,
.main_visual .swiper-slide-duplicate-active .swiper-img,
.main_visual .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.main_visual .swiper-slide .swiper-img {
  height: 100%;
}
.main_visual .brand_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  max-width: 160px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .main_visual .brand_logo {
    top: 45%;
  }
}

.right_fix {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 60px;
  height: 138px;
  max-width: 80vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .right_fix {
    top: 60px;
    right: 20px;
    width: 37px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.main_visual .right_fix {
  width: 26px;
  height: 355px;
}
@media (max-width: 768px) {
  .main_visual .right_fix {
    display: none;
  }
}

.news_box {
  position: absolute;
  left: 15px;
  bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 30px);
  z-index: 1;
}
@media (max-width: 768px) {
  .news_box {
    bottom: 90px;
    flex-flow: column;
  }
}
.news_box .left {
  padding: 0 20px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.news_box .left a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_box .left a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.news_box .left a:hover {
  opacity: 0.7;
}
.news_box .left .ttl {
  margin-right: 20px;
  padding: 0.3em 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  .news_box .left .ttl {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
}
.news_box .left .date {
  padding: 0.5em 0;
  line-height: 1.5;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .news_box .left .date {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.news_box .right {
  color: #fff;
  border-right: solid 1px #fff;
}
@media (max-width: 768px) {
  .news_box .right {
    margin-top: 10px;
    border: none;
    text-align: center;
  }
}
.news_box .right a {
  display: block;
  padding: 0.5em 20px;
  line-height: 1.5;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_box .right a:hover {
  opacity: 0.7;
}

/********************************************/
/* brand_swiper */
/********************************************/
.brand_swiper {
  width: 100%;
  height: 100vh;
}
.brand_swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 35px;
  width: 25px;
  height: 80px;
}
@media (max-width: 768px) {
  .brand_swiper .swiper-button-next {
    right: 15px;
  }
}
.brand_swiper .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 25px;
  height: 80px;
  z-index: 6;
}
@media (max-width: 768px) {
  .scrolldown {
    right: 15px;
  }
}
.scrolldown .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scrolldown .inner:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 2px;
  height: 20px;
  background: #502d14;
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}
.scrolldown .label {
  font-size: 1.3rem;
  writing-mode: vertical-rl;
}
.scrolldown .line {
  width: 2px;
  height: 80px;
  background: #b3b3b3;
}

.scrolldown.white .label {
  color: #fff;
}
.scrolldown.white .inner:before {
  background: #fff;
}

/********************************************/
/* concept_block */
/********************************************/
.concept_block {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
}
.concept_block .contents_box {
  padding-top: 100px;
  padding-bottom: 170px;
  text-align: center;
  background: url(../img/brand/img_concept.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .concept_block .contents_box {
    padding-top: 40px;
    background: none;
  }
}
.concept_block .catch_txt {
  margin-bottom: 1em;
  line-height: 2;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.6rem);
}
@media (max-width: 768px) {
  .concept_block .catch_txt {
    color: #502d14;
  }
}
.concept_block .txt_base {
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}
@media (max-width: 768px) {
  .concept_block .txt_base {
    color: #502d14;
  }
}
.concept_block .txt_base p {
  line-height: 2.5;
}

@media (max-width: 768px) {
  .concept_outer_sp {
    background: url(../img/brand/img_concept-sp.jpg) no-repeat center/cover;
  }
}
/********************************************/
/* miracle_block */
/********************************************/
.miracle_block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
}
.miracle_block .contents_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.miracle_block .contents_box .img_box {
  width: 50%;
}
@media (max-width: 768px) {
  .miracle_block .contents_box .img_box {
    display: none;
  }
}
.miracle_block .contents_box .txt_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 15px;
}
@media (max-width: 768px) {
  .miracle_block .contents_box .txt_box {
    width: 100%;
  }
}
.miracle_block .contents_box .txt_box .inner {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .miracle_block .contents_box .txt_box .inner {
    width: calc(100% - 50px);
  }
}
.miracle_block .contents_box .catch_txt {
  margin-bottom: 1em;
  line-height: 2;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.miracle_block .contents_box .txt_base {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sp_ttl_block .img_box {
    height: 100%;
  }
}
/********************************************/
/* quality_block */
/********************************************/
.quality_block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
}
.quality_block .contents_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.quality_block .contents_box .img_box {
  width: 50%;
}
@media (max-width: 768px) {
  .quality_block .contents_box .img_box {
    display: none;
  }
}
.quality_block .contents_box .txt_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 15px;
}
@media (max-width: 768px) {
  .quality_block .contents_box .txt_box {
    width: 100%;
  }
}
.quality_block .contents_box .txt_box .inner {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .quality_block .contents_box .txt_box .inner {
    width: calc(100% - 50px);
  }
}
.quality_block .contents_box .catch_txt {
  margin-bottom: 1em;
  line-height: 2;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

/********************************************/
/* product_block */
/********************************************/
.product_block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
}
.product_block .contents_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.product_block .contents_box .img_box {
  width: 50%;
}
@media (max-width: 768px) {
  .product_block .contents_box .img_box {
    display: none;
  }
}
.product_block .contents_box .txt_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 15px;
}
@media (max-width: 768px) {
  .product_block .contents_box .txt_box {
    width: 100%;
  }
}
.product_block .contents_box .txt_box .inner {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .product_block .contents_box .txt_box .inner {
    width: calc(100% - 50px);
  }
}

.product_block .list {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: solid 1px #502d14;
}
@media (max-width: 768px) {
  .product_block .list {
    padding-top: 0;
    border-top: none;
  }
}
.product_block .list dl:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product_block .list dl:not(:last-child) {
    margin-bottom: 0;
  }
}
.product_block .list .ttl {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1.8em;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
@media (max-width: 768px) {
  .product_block .list .ttl {
    margin-bottom: 1em;
  }
}
.product_block .list .ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/brand/icn-akari.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .product_block .list .ttl:before {
    width: 22px;
    height: 22px;
  }
}

.product_block .arr_btn {
  margin-bottom: 35px;
}
.product_block .line a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_block .line a:hover {
  opacity: 0.7;
}
.product_block .line i {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.product_block .line span {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 20px;
  border-bottom: solid 2px #06c755;
}

@media (max-width: 768px) {
  .product_block {
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
    /*選択されているタブのスタイルを変える*/
  }
  .product_block .tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto;
  }
  .product_block .tab_item {
    display: block;
    width: calc(50% - 10px);
    height: 100%;
    background-color: #fff;
    border: solid 1px #502d14;
    border-bottom: none;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
  }
  .product_block input[name=tab_item] {
    display: none;
  }
  .product_block .tab_content {
    display: none;
    padding: 40px 0 0;
    border-top: solid 3px #502d14;
    clear: both;
    overflow: hidden;
  }
  .product_block #box01:checked ~ #box01_content,
  .product_block #box02:checked ~ #box02_content {
    display: block;
  }
  .product_block .tabs input:checked + .tab_item {
    background-color: #502d14;
    color: #fff;
  }
}
/********************************************/
/* record_block */
/********************************************/
.record_block {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
}
.record_block .contents_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.record_block .contents_box .img_box {
  width: 50%;
}
@media (max-width: 768px) {
  .record_block .contents_box .img_box {
    display: none;
  }
}
.record_block .contents_box > .txt_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 15px;
}
@media (max-width: 768px) {
  .record_block .contents_box > .txt_box {
    width: 100%;
  }
}
.record_block .contents_box > .txt_box .inner {
  width: 100%;
  max-width: 540px;
}
@media (max-width: 768px) {
  .record_block .contents_box > .txt_box .inner {
    width: calc(100% - 50px);
  }
}
.record_block .record_list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.record_block .record_list li {
  padding: 25px 0;
  border-bottom: solid 1px #502d14;
}
@media (max-width: 768px) {
  .record_block .record_list li {
    padding: 15px 0;
  }
}
.record_block .record_list li:first-child {
  border-top: solid 1px #502d14;
}
.record_block .record_list a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.record_block .record_list a .img {
  width: 18%;
}
.record_block .record_list a .txt_box {
  width: 75%;
}
.record_block .record_list a:hover {
  opacity: 0.7;
}
.record_block .record_list .ttl {
  margin-bottom: 0.6em;
  font-size: clamp(1.6rem, 2.2vw, 1.8rem);
}
@media (max-width: 768px) {
  .record_block .record_list .txt_base {
    font-size: 1.2rem;
  }
  .record_block .record_list .txt_base p {
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */