@charset "UTF-8";
/*tumuyui_common.scss*/
/* ****************************************************************************
汎用css
**************************************************************************** */
.c_text {
  text-align: center;
}

.r_text {
  text-align: right;
}

.j_text {
  text-align: justify;
}

.c_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pos_relative {
  position: relative;
}

.pos_absolute {
  position: absolute;
}

.pos_absolute.c_block {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.pos_absolute.c_block_c_text {
  -webkit-transform: translateX(-50%);
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.pos_absolute.c_block_l_text {
  -webkit-transform: translateX(-50%);
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: left;
}

ul.no_list_style {
  list-style: none;
}

a.a_no_style {
  color: inherit;
  text-decoration: none;
}

.plat {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mincho_ryu {
  font-family: "リュウミン M-KL";
}

.mincho_bold {
  font-family: "リュウミン B-KL";
}

.mincho_heavy {
  font-family: "リュウミン H-KL";
}

.mincho_a1 {
  font-family: "A1明朝","A1 Mincho";
}

.mincho_shuei_m {
  font-family: "秀英明朝 M","Shuei Mincho M";
}

.italic {
  font-style: italic;
}

.color_white {
  color: #fff;
}

.color_black01 {
  color: #231815;
}

.color_black02 {
  color: #333333;
}

.color_black03 {
  color: #666666;
}

.color_blue01 {
  color: #1a2b50;
}

.color_blue02 {
  color: #67a0db;
}

.color_blue03 {
  color: #192b50;
}

.color_blue04 {
  color: #024570;
}

.color_purple {
  color: #384361;
}

.color_green {
  color: #14503c;
}

.color_green02 {
  color: #143237;
}

.color_orange {
  color: #fa9b00;
}

.color_orange2 {
  color: #ea941d;
}

.color_darkturquoise {
  color: #027f81;
}

.font_bold {
  font-weight: bold;
}

.font_bold_600 {
  font-weight: 600;
}

.font_bold_800 {
  font-weight: 800;
}

.fs_010 {
  font-size: 10px;
}

.fs_014 {
  font-size: 14px;
}

.fs_018 {
  font-size: 18px;
}

.fs_020 {
  font-size: 20px;
}

.fs_021 {
  font-size: 21px;
}

.fs_022 {
  font-size: 22px;
}

.fs_023 {
  font-size: 23px;
}

.fs_024 {
  font-size: 24px;
}

.fs_026 {
  font-size: 26px;
}

.fs_027 {
  font-size: 27px;
}

.fs_028 {
  font-size: 28px;
}

.fs_030 {
  font-size: 30px;
}

.fs_032 {
  font-size: 32px;
}

.fs_033 {
  font-size: 33px;
}

.fs_036 {
  font-size: 36px;
}

.fs_038 {
  font-size: 38px;
}

.fs_040 {
  font-size: 40px;
}

.fs_042 {
  font-size: 42px;
}

.fs_043 {
  font-size: 43px;
}

.fs_044 {
  font-size: 44px;
}

.fs_048 {
  font-size: 48px;
}

.fs_050 {
  font-size: 50px;
}

.fs_052 {
  font-size: 52px;
}

.fs_053 {
  font-size: 53px;
}

.fs_055 {
  font-size: 55px;
}

.fs_056 {
  font-size: 56px;
}

.fs_060 {
  font-size: 60px;
}

.fs_063 {
  font-size: 63px;
}

.fs_064 {
  font-size: 64px;
}

.fs_070 {
  font-size: 70px;
}

.fs_072 {
  font-size: 72px;
}

.fs_080 {
  font-size: 80px;
}

.fs_040p {
  font-size: 0.4em;
}

.lh_100 {
  line-height: 1;
}

.lh_110 {
  line-height: 1.1;
}

.lh_120 {
  line-height: 1.2;
}

.lh_130 {
  line-height: 1.3;
}

.lh_140 {
  line-height: 1.4;
}

.lh_145 {
  line-height: 1.45;
}

.lh_150 {
  line-height: 1.5;
}

.lh_160 {
  line-height: 1.6;
}

.lh_165 {
  line-height: 1.65;
}

.lh_170 {
  line-height: 1.7;
}

.lh_175 {
  line-height: 1.75;
}

.lh_180 {
  line-height: 1.8;
}

.lh_190 {
  line-height: 1.9;
}

.lh_200 {
  line-height: 2;
}

.lh_210 {
  line-height: 2.1;
}

.lh_220 {
  line-height: 2.2;
}

.lh_230 {
  line-height: 2.3;
}

.lh_240 {
  line-height: 2.4;
}

.lh_250 {
  line-height: 2.5;
}

.lh_260 {
  line-height: 2.6;
}

.lh_270 {
  line-height: 2.7;
}

.lh_280 {
  line-height: 2.8;
}

.lh_290 {
  line-height: 2.9;
}

.lh_300 {
  line-height: 3;
}

.ls_minus040 {
  letter-spacing: -0.4em;
}

.ls_minus010 {
  letter-spacing: -0.1em;
}

.ls_000 {
  letter-spacing: 0;
}

.ls_001 {
  letter-spacing: 0.01em;
}

.ls_002 {
  letter-spacing: 0.02em;
}

.ls_003 {
  letter-spacing: 0.03em;
}

.ls_004 {
  letter-spacing: 0.04em;
}

.ls_005 {
  letter-spacing: 0.05em;
}

.ls_006 {
  letter-spacing: 0.06em;
}

.ls_007 {
  letter-spacing: 0.07em;
}

.ls_008 {
  letter-spacing: 0.08em;
}

.ls_009 {
  letter-spacing: 0.09em;
}

.ls_010 {
  letter-spacing: 0.1em;
}

.ls_015 {
  letter-spacing: 0.15em;
}

.ls_020 {
  letter-spacing: 0.2em;
}

.ls_050 {
  letter-spacing: 0.5em;
}

.letter_s_015 {
  padding-right: 0.15em;
  padding-left: 0.15em;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #faff82));
  background: linear-gradient(transparent 65%, #faff82 65%);
}

/*
pc
*/

/*
sp
*/

/* No.3503 2026.03.11 */

@media screen and (min-width: 751px) {
  .pos_absolute_pc {
    position: absolute;
  }
  .pos_absolute_pc.c_block {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .pos_absolute.pc_c_block {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .c_img {
    text-align: center;
  }
  .pc_plat {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .gmp1920_overflowimg {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
  }
  .gmp1920_overflowimg-inner {
    width: 1000px;
    margin: 0 auto;
  }
  .gmp1920_overflowimg img {
    display: block;
    _z-index: 1;
    /* IE6 */
    _position: absolute;
    max-width: none;
    margin: 0 -460px;
  }
}

@media screen and (max-width: 750px) {
  .c_img,
  .sp_c_img {
    display: block;
    margin: 0 auto;
  }
  .sp_l_text {
    text-align: left;
  }
  .sp_c_text {
    text-align: center;
  }
  .pos_absolute.sp_c_block {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .pos_absolute.sp_c_block_c_text {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
  }
  .pos_absolute.sp_c_overflow_text {
    width: 100%;
    text-align: center;
  }
  .sp_vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .sp_fs_022 {
    font-size: 3vw;
  }
  .sp_fs_024 {
    font-size: 3.2vw;
  }
  .sp_fs_026 {
    font-size: 3.6vw;
  }
  .sp_fs_028 {
    font-size: 4vw;
  }
  .sp_fs_030 {
    font-size: 4.2vw;
  }
  .sp_fs_032 {
    font-size: 4.4vw;
  }
  .sp_fs_034 {
    font-size: 4.55vw;
  }
  .sp_fs_035 {
    font-size: 4.63vw;
  }
  .sp_fs_036 {
    font-size: 4.7vw;
  }
  .sp_fs_038 {
    font-size: 4.8vw;
  }
  .sp_fs_040 {
    font-size: 5vw;
  }
  .sp_fs_042 {
    font-size: 5.4vw;
  }
  .sp_fs_043 {
    font-size: 5.6vw;
  }
  .sp_fs_044 {
    font-size: 5.8vw;
  }
  .sp_fs_046 {
    font-size: 6.2vw;
  }
  .sp_fs_048 {
    font-size: 6.6vw;
  }
  .sp_fs_050 {
    font-size: 7vw;
  }
  .sp_fs_053 {
    font-size: 7.2vw;
  }
  .sp_fs_054 {
    font-size: 7.3vw;
  }
  .sp_fs_056 {
    font-size: 7.5vw;
  }
  .sp_fs_058 {
    font-size: 7.75vw;
  }
  .sp_fs_060 {
    font-size: 8vw;
  }
  .sp_fs_064 {
    font-size: 8.6vw;
  }
  .sp_fs_066 {
    font-size: 8.9vw;
  }
  .sp_fs_068 {
    font-size: 9.15vw;
  }
  .sp_fs_070 {
    font-size: 9.4vw;
  }
  .sp_fs_072 {
    font-size: 9.6vw;
  }
  .sp_fs_080 {
    font-size: 10.2vw;
  }
  .sp_fs_082 {
    font-size: 11vw;
  }
  .sp_lh_065 {
    line-height: 0.65;
  }
  .sp_lh_100 {
    line-height: 1;
  }
  .sp_lh_110 {
    line-height: 1.1;
  }
  .sp_lh_120 {
    line-height: 1.2;
  }
  .sp_lh_130 {
    line-height: 1.3;
  }
  .sp_lh_140 {
    line-height: 1.4;
  }
  .sp_lh_150 {
    line-height: 1.5;
  }
  .sp_lh_160 {
    line-height: 1.6;
  }
  .sp_lh_170 {
    line-height: 1.7;
  }
  .sp_lh_175 {
    line-height: 1.75;
  }
  .sp_lh_180 {
    line-height: 1.8;
  }
  .sp_lh_190 {
    line-height: 1.9;
  }
  .sp_lh_200 {
    line-height: 2;
  }
  .sp_lh_210 {
    line-height: 2.1;
  }
  .sp_lh_220 {
    line-height: 2.2;
  }
  .sp_lh_230 {
    line-height: 2.3;
  }
  .sp_lh_240 {
    line-height: 2.4;
  }
  .sp_lh_250 {
    line-height: 2.5;
  }
  .sp_lh_260 {
    line-height: 2.6;
  }
  .sp_lh_270 {
    line-height: 2.7;
  }
  .sp_lh_280 {
    line-height: 2.8;
  }
  .sp_lh_290 {
    line-height: 2.9;
  }
  .sp_lh_300 {
    line-height: 3;
  }
  .sp_ls_minus015 {
    letter-spacing: -0.15em;
  }
  .sp_ls_minus010 {
    letter-spacing: -0.1em;
  }
  .sp_ls_minus005 {
    letter-spacing: -0.05em;
  }
  .sp_ls_000 {
    letter-spacing: 0;
  }
  .sp_ls_001 {
    letter-spacing: 0.01em;
  }
  .sp_ls_002 {
    letter-spacing: 0.02em;
  }
  .sp_ls_003 {
    letter-spacing: 0.03em;
  }
  .sp_ls_004 {
    letter-spacing: 0.04em;
  }
  .sp_ls_005 {
    letter-spacing: 0.05em;
  }
  .sp_ls_006 {
    letter-spacing: 0.06em;
  }
  .sp_ls_007 {
    letter-spacing: 0.07em;
  }
  .sp_ls_008 {
    letter-spacing: 0.08em;
  }
  .sp_ls_009 {
    letter-spacing: 0.09em;
  }
  .sp_ls_010 {
    letter-spacing: 0.1em;
  }
  .sp_ls_012 {
    letter-spacing: 0.12em;
  }
  .sp_ls_015 {
    letter-spacing: 0.15em;
  }
  .sp_ls_020 {
    letter-spacing: 0.2em;
  }
  .sp_marker-yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #faff82));
    background: linear-gradient(transparent 65%, #faff82 65%);
  }
}
