@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url(def.css) screen and (min-width: 769px);
/* @import url(style_common.css) screen and (min-width: 769px);
@import url(smart_common.css) screen and (max-width: 768px); */

@import url(style_common.css) screen and (min-width: 769px);
@import url(smart_common.css) screen and (max-width: 768px);



@import url(style.css) screen and (min-width: 770px);
/* @import url(tablet.css) screen and (min-width: 768px)and (max-width: 1563px); */
@import url(smart.css) screen and (max-width: 768px);
@import url(menu_pc.css) screen and (min-width: 770px);
/* @import url(tablet.css) screen and (min-width: 768px)and (max-width: 1563px); */
@import url(menu_sp.css) screen and (max-width: 768px);





body{
  line-height: 1.5;
}

:root{
    --red:#D1526F;
    --blue:#4158A6;
    --green:#179BAE;
    --orange:#FF8343;
    --baju:#F1DEC6;
    --brown: #B2773B;
    --gray: #DBD5CE;
    --main_bg:#F7F4F0;
    --line_color:#707070;
    --link_blue:#4158A6;
    --font-blue:#4158A6;

/* 
    --main_color1:#3395C9;
    --main_color2:#3295C9;
    --l_blue:#DDEEF8;
    --d_blue:#3395C9;
    --l_green: #E6F8DD;
    --d_green: #3FBA81;
    --j_green:#2CB983;
    --j_yellow: #B9982C;
    --j_red: #D64D8C;
    --j_blue: #4963CC;  */
    --font-color: #000;
}


.f_blue{
  color: var(--font-blue);
}
.f_red{
  color: var(--red);
}
.f_green{
  color: var(--green);
}
.f_orange{
  color: var(--orange);
}
.f_baju{
  color: var(--baju);
}

html body .f_w_b{
  font-weight: bold;
}

.off_font_color{
  color: var(--green);
}
.bull_font_color{
  color: var(--red);
}
.sound_font_color{
  color: var(--orange);
}
.unit_font_color{
  color: var(--blue);
}

.etc_font_color{
  color: var(--red);
}



html{
    font-size: 62.5%;
    box-sizing: border-box;
}

body{
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}


.en{
    font-family: "Lato", serif;
    font-weight: bold;
    font-style: normal;
}

/* lato_font */
.lato-thin {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
  }

  .top_news{
    background: var(--main_bg) ;
  }
  
  .copy_f{
    background: var(--blue);
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

  











/* アコーディオン用 */
/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
    /* max-width: 1024px; */
    margin: 0 auto;
  }
  .s_01 .accordion_one .accordion_header {
    /* background-color: #db0f2f; */
    border-top: 1px solid#000;
    /* color: #fff; */
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11% 20px 0;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
  }

  .s_01 .accordion_one .accordion_header.scale{
    display: flex;
   
  }

  .s_01 .accordion_one .accordion_header.scale::before{
    content: '';
    display: block;
    align-self: center;
    width: 100px;
    height: 25px;
    background: url(../images/scale.png) top left no-repeat;
  }
  .s_01 .accordion_one:nth-of-type(2) .accordion_header {
      /* background-color: #ff9a05; */
  }
  .s_01 .accordion_one:nth-of-type(3) .accordion_header {
      /* background-color: #1c85d8; */
  }
  .s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    /* border: 1px solid #fff; */
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 0px;
    /* border-left: 2px solid #db0f2f;
    border-right: 2px solid #db0f2f;
    border-bottom: 2px solid #db0f2f; */
    box-sizing: border-box;
  }
  .s_01 .accordion_one:nth-of-type(2) .accordion_inner {
    /* border-left: 2px solid #ff9a05;
    border-right: 2px solid #ff9a05;
    border-bottom: 2px solid #ff9a05; */
  }
  .s_01 .accordion_one:nth-of-type(3) .accordion_inner {
    /* border-left: 2px solid #1c85d8;
    border-right: 2px solid #1c85d8;
    border-bottom: 2px solid #1c85d8; */
  }
  .s_01 .accordion_one .accordion_inner .box_one {
    /* height: 300px; */
  }
  .s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }
  @media screen and (max-width: 1024px) {
    .s_01 .accordion_one .accordion_header {
      font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
      width: 30px;
      height: 30px;
      margin-top: -15px;
    }
  }
  @media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
      font-size: 16px;
      text-align: left;
      padding: 15px 60px 15px 15px;
    }
  }
  
  /*====================================================================
  以下は不要です。
  ====================================================================*/
  
/* 
  .section {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 20px 500px;
  }
  .section p._a {
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 0;
  }
  .section p._a .link {
    display: inline-block;
    color: #607D8B;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .section p._a .link:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #607D8B;
    border-right: 2px solid #607D8B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
  } */
  
  .t_a_c {
    text-align: center;
  }
  
  
  
  
  
  
  
  
  /* nQ3eySZX */


/* .footer_flame {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 50px;
    background-color: #f9fcff;
}

.footer_about {
    max-width: 40%;
}
.footer_about .footer_con_name {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer_about .footer_address,
.footer_about .footer_tel,
.footer_about .footer_uketsuke {
    margin-bottom: 10px;
    font-size: 2.5rem;
}

.footer_about .footer_tel {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.footer_about .footer_uketsuke {
    font-size: 14px;
    color: #666;
}

.footer_menu {
    max-width: 50%;
}

.footer_menu_main {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px; 
}

.footer_menu_main > li {
    position: relative;
}

.footer_menu_main > li > ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.footer_menu_main > li > ul > li {
    font-size: 2.5rem;
    margin-bottom: 5px;
}

.footer_menu_main > li > ul > li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.footer_menu_main > li > ul > li a:hover {
    color: #0078d7; 
}

.footer_menu_main > li > a {
    text-decoration: none;
    font-size: 2.5rem;
    color: #333;
    transition: color 0.3s ease;
}

.footer_menu_main > li > a:hover {
    color: #0078d7; 
} */

.kaku_btn a{
    display: block;
    background: white;
    border: 2px solid var(--blue);
    color:var(--blue);
    padding: 10px 0;
    text-align: center;
    line-height: 1;
}

.kaku_btn a:hover{
  border: 2px solid var(--blue);
    background-color: var(--blue);
    color: white;
}

.photo_flame_base{
  margin-bottom: 2rem;
}
.photo_flame_base img{
  width: 100%;
  height: auto;
}


section.product_flame{
  background: var(--main_bg);
}

body .kadomaru_btn.red a{

  color: var(--red);
  border:1px solid var(--red);
}

body .kadomaru_btn.red a:hover{
  color: white;
  border:1px solid var(--red);
  background: var(--red);
}

body .kadomaru_btn.orange a{

  color: var(--orange);
  border:1px solid var(--orange);
}

body .kadomaru_btn.orange a:hover{
  color: white;
  border:1px solid var(--orange);
  background: var(--orange);
}

body .kadomaru_btn.blue a{

  color: var(--blue);
  border:1px solid var(--blue);
}

body .kadomaru_btn.blue a:hover{
  color: white;
  border:1px solid var(--blue);
  background: var(--blue);
}

body .kadomaru_btn.green a{

  color: var(--green);
  border:1px solid var(--green);
}

body .kadomaru_btn.green a:hover{
  color: white;
  border:1px solid var(--green);
  background: var(--green);
}



/* トップへ戻るボタン */
#back-to-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 90px;
  height: 90px;
  /* background-color: #007bff; */
  color: #fff;
  border: none;
  /* border-radius: 50%; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  /* font-size: 18px; */
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(20px); /* 少し下にずらしておく */
  pointer-events: none; /* 非表示時はクリックできないようにする */
  transition: opacity 0.4s ease, transform 0.4s ease; /* フェードイン・アウトのアニメーション */
  z-index: 1000;
}

/* ボタンが表示される状態 */
#back-to-top.show {
  opacity: 1; /* 完全に表示 */
  transform: translateY(0); /* 元の位置に戻す */
  pointer-events: auto; /* クリック可能にする */
}

/* ホバー時のスタイル */
#back-to-top:hover {
  /* background-color: #0056b3; */
  opacity: 0.7;
}

#back-to-top img{
  width: 100%;
}