@charset "UTF-8";
@import url(ress.min.css);
@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
@keyframes zoomslide {
  0% {
    visibility: visible;
    opacity: 0; }
  15% {
    opacity: 1; }
  33.3% {
    opacity: 1; }
  48.3% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: scale(1.1); } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
/* ヘッダー & フッター
====================================================*/
main, footer {
  margin-right: 8rem; }

header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
  background-color: #fafafa;
  width: 8rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0; }
  header h1 {
    width: 40px;
    min-height: 0%; }
    header h1 a {
      display: block;
      max-width: 11rem;
      margin: 0 auto; }
    header h1 img {
      display: block;
      width: 100%; }
    header h1 .all {
      display: none; }
  header ul {
    display: none;
    writing-mode: vertical-rl; }
    header ul a {
      letter-spacing: 0.2em;
      color: #222;
      display: inline-block;
      position: relative;
      font-size: 2.4rem;
      padding: .8em; }
    header ul li {
      display: block;
      margin-bottom: 3em; }
  header .submenu {
    margin-top: 1.2rem;
    height: 12em; }
    header .submenu a {
      display: block;
      font-size: 1.6rem; }
      header .submenu a::before {
        display: inline-block;
        font-size: .9em;
        color: #bbb;
        content: '\e5cf';
        font-family: 'Material Icons'; }
  header .ttl_en {
    font-size: 1.2rem;
    color: #bbb;
    display: block;
    letter-spacing: .1em;
    font-weight: normal; }
  header .gmap, header .phone {
    line-height: 1.4;
    padding: 0.8em;
    margin: .4rem;
    border: 1px solid #666;
    color: #333;
    position: relative;
    transition: 0.3s all;
    background: #FFF;
    width: 27rem;
    text-align: center;
    display: none; }
    header .gmap::before, header .phone::before {
      display: inline-block;
      margin-right: 1em;
      content: '\e0b0';
      font-family: 'Material Icons'; }
  header .gmap {
    background: #333;
    color: #fff; }
    header .gmap::before {
      content: '\e89e'; }

.btn-gNav {
  display: block;
  position: fixed;
  bottom: 50%;
  right: 25px;
  width: 30px;
  height: 24px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms; }
  .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #111;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms; }
  .btn-gNav span:nth-child(1) {
    top: 0; }
  .btn-gNav span:nth-child(2) {
    top: 10px; }
  .btn-gNav span:nth-child(3) {
    top: 20px; }

.open header {
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFF;
  padding: 8rem 2rem; }
  .open header h1 {
    width: 30rem; }
    .open header h1 .all {
      display: block; }
    .open header h1 .sub {
      display: none; }
  .open header ul {
    display: block; }
  .open header .gmap, .open header .phone, .open header .insta {
    display: inline-block; }
  .open header .btn-gNav span:nth-child(1) {
    background: #ad9c73;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .open header .btn-gNav span:nth-child(2), .open header .btn-gNav span:nth-child(3) {
    top: 10px;
    background: #ad9c73;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

body.open {
  height: 100%;
  overflow: hidden; }

@media (max-width: 959px) {
  main, footer {
    margin-right: 0;
    width: 100%; }

  header {
    background-color: initial; }

  header h1, header .insta {
    display: none; }

  .btn-gNav {
    top: 25px;
    right: 20px;
    transform: none; }

  .btn-gNav span {
    background: #EEE; }

  .open header h1 {
    width: 150px;
    display: block; } }
@media (max-width: 559px) {
  header ul {
    writing-mode: horizontal-tb;
    text-align: center; }

  header ul li {
    margin: 0; }

  header ul a {
    font-size: 1.6rem; }

  header .submenu {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center; }

  header .submenu a {
    font-size: 1.3rem;
    width: auto;
    text-align: left;
    padding: 0.5rem; }

  header .gmap, header .phone {
    margin: .5rem 0;
    width: 48.5%;
    font-size: 1.2rem; }

  header .misc {
    text-align: center; }

  .open header {
    padding: 6rem 2rem; } }
footer {
  position: relative;
  z-index: 10;
  background-color: #222;
  color: #EEE;
  font-size: 1.3rem;
  font-family: 'YakuHanJP','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("../img/ft_bg.png") repeat-x;
  padding: 10rem 4rem 4rem;
  margin-top: -3rem; }

.ft_inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem; }

.ft_logo {
  width: 150px;
  max-width: 25%; }
  .ft_logo .name {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1; }
  .ft_logo .name_en {
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    padding-left: 0.1rem; }

.ft_data {
  letter-spacing: .1em; }
  .ft_data .tel {
    display: table;
    margin-top: 1rem; }
  .ft_data .ico {
    width: 1em; }
  .ft_data a {
    font-size: .9em;
    color: #999; }

.ft_credit {
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  margin: 0 auto;
  max-width: 80rem; }
  .ft_credit p {
    text-align: right; }

.ft_menu {
  font-size: 1.2rem; }
  .ft_menu a {
    line-height: 1.8;
    display: block;
    position: relative; }
    .ft_menu a::before {
      margin-right: .5em;
      display: inline-block;
      font-size: .9em;
      content: '\e5cc';
      font-family: 'Material Icons'; }
    .ft_menu a:last-child::before {
      content: none; }

a.ft_sns {
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
  color: #EEE;
  line-height: 1.3; }
  a.ft_sns img {
    display: inline-block;
    width: 1.6rem;
    margin-right: 0.5em;
    vertical-align: top; }

a.goup {
  height: 60px;
  position: absolute;
  text-align: center;
  line-height: 1.6;
  width: 10rem;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  padding: 0; }
  a.goup::before {
    display: block;
    font-size: 2.4rem;
    content: '\e5ce';
    font-family: 'Material Icons';
    color: #EEE; }
  a.goup:hover {
    color: #ad9c73; }

@media (max-width: 559px) {
  .ft_inner {
    display: block; }

  .ft_logo {
    max-width: 30%; }

  .ft_data, .ft_menu {
    margin-top: 2rem; }

  .ft_credit p {
    text-align: center;
    font-size: 1.2rem; } }
/* 全ページ共通
-------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  letter-spacing: .1em;
  font-size: 1.6rem;
  color: #222;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

h2 {
  font-size: 4.6rem; }

h3 {
  font-size: 4.0rem; }

h4 {
  font-size: 2.0rem; }

h5 {
  font-size: 1.8rem; }

h2, h3, h4 {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .2em; }

img {
  vertical-align: middle;
  max-width: 100%; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse; }

caption {
  text-align: right; }

th, td {
  padding: 1rem; }

p, dt, dd, th, td {
  text-align: left;
  line-height: 1.8; }

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all; }

.center {
  text-align: center; }

.small {
  font-size: 0.6em;
  font-weight: normal; }

.colored {
  color: #FFFFFF; }

.nolink {
  color: #999 !important; }

.en, .ttl_en {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sp_block, .tab_block, .tbsp_block {
  display: none; }

/* Material icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga'; }

.btn, .btn_b {
  padding: .8em 4em .8em 3em;
  border: 1px solid #444;
  display: inline-block;
  color: #333;
  position: relative;
  transition: 0.3s all;
  background: #FFF;
  font-size: .8em; }
  .btn::after, .btn_b::after {
    display: inline-block;
    font-family: 'Material Icons';
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    content: '\e5e1';
    right: .8em;
    font-size: 0.9em; }
  .btn:hover, .btn_b:hover {
    background: #ad9c73;
    color: #FFF;
    border-color: #ad9c73; }
    .btn:hover::after, .btn_b:hover::after {
      right: .5em; }

.btn_b a {
  background: #111;
  color: #FFF; }
  .btn_b a::after {
    color: #FFF; }

.new_w::after {
  content: "\e89e";
  display: inline-block;
  font-family: 'Material Icons';
  margin-left: 0.3em;
  font-size: 0.8em;
  font-weight: normal; }

.check {
  padding: 0.1em 0.5em;
  background: #1B9FCC;
  color: #FFF;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  position: relative; }
  @media all and (-ms-high-contrast: none) {
    .check {
      padding-top: 0.5em; } }

.menu_p {
  display: none; }
  .menu_p li a {
    color: #FFF; }
  .menu_p li span {
    color: #CCC; }

.ico_img {
  position: relative; }
  .ico_img::after {
    display: inline-block;
    content: '\e3f4';
    font-family: 'Material Icons';
    margin-left: .2em;
    vertical-align: -1px; }

/* 共通
-------------------------------------------------------------------------*/
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  position: relative;
  background: url("../img/51605.jpg") center center;
  background-size: cover;
  color: #FFF; }
  .title .logo {
    position: absolute;
    top: 8%;
    left: 8%;
    z-index: 10;
    width: 150px;
    max-width: 25%; }
  .title h2 {
    position: relative;
    z-index: 10;
    letter-spacing: .2em;
    font-size: 2.8rem;
    writing-mode: vertical-rl;
    background: #FFF;
    color: #111;
    padding: 0.6em 0.1em; }
  .products .title {
    background-position: bottom; }
  .about .title {
    background-image: url("../about/img/1736.jpg"); }
  .kodawari .title {
    background-image: url("../about/img/1746.jpg"); }
  .dorayaki .title {
    background-image: url("../products/img/51708.jpg"); }
  .namadora .title {
    background-image: url("../products/img/51697.jpg"); }
  .monaka .title {
    background-image: url("../products/img/51657.jpg"); }
  .tart .title {
    background-image: url("../products/img/51500.jpg"); }
  .mochi .title {
    background-image: url("../products/img/51641.jpg"); }
  .mizu .title {
    background-image: url("../products/img/51605.jpg"); }
  .yakigashi .title {
    background-image: url("../products/img/51546.jpg"); }
  .yogashi .title {
    background-image: url("../products/img/75307.jpg"); }
  .news .title {
    background-image: url("../products/img/51500.jpg"); }

.intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 4rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .2em; }
  @media (max-width: 959px) {
    .intro {
      padding: 4rem; } }
  @media (max-width: 559px) {
    .intro {
      padding: 4rem 2rem; } }
  .intro p {
    text-align: center; }

/* 商品一覧
-------------------------------------------------------------------------*/
.prd_cate_box {
  width: 95%;
  max-width: 100rem;
  margin: 0 auto;
  padding-bottom: 12rem; }

.prd_cate_box_2 {
  display: flex;
  flex-wrap: wrap; }

.prd_cate_box_2.prd_yogashi {
  border-top: 2px dotted #ddd;
  padding-top: 4rem;
  margin-top: 4rem; }

.prd_cate {
  overflow: hidden;
  width: 100%;
  max-width: 98rem;
  height: 34rem;
  display: flex;
  align-items: center;
  margin: 2rem auto;
  position: relative; }
  .prd_cate_box_2 .prd_cate {
    width: 48%;
    height: 26rem;
    margin: 1rem auto; }
  .prd_cate::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .prd_cate .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    z-index: 1;
    text-align: center;
    width: 90%; }
  .prd_cate h3 {
    font-size: 2.8rem; }
  .prd_cate .ttl_en {
    font-size: .8em;
    text-align: center; }
  .prd_cate a {
    display: inline-block;
    margin-top: 4rem;
    font-size: 1.3rem;
    color: #FFF;
    padding: .8rem 0;
    width: 13rem;
    border: 1px solid; }

/* 商品詳細
-------------------------------------------------------------------------*/
.prd_s_box .inner {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 100rem;
  margin: 0 auto; }
.prd_s_box .item {
  margin: 3%;
  padding: 1rem;
  width: 44%; }
.prd_s_box h3 {
  font-size: 2.2rem;
  position: relative;
  line-height: 2.2; }
.prd_s_box p {
  margin: 1rem 0;
  font-size: 1.4rem; }
.prd_s_box dl {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  line-height: 1.4; }
.prd_s_box dt, .prd_s_box dd {
  padding: 1.2rem 0 1.2rem 1.5rem;
  border-top: 1px solid #ddd;
  text-align: left;
  min-height: 1.8rem; }
.prd_s_box dt {
  float: left;
  position: relative;
  width: 33%;
  min-width: 9.8em; }
  .prd_s_box dt::after {
    content: ":";
    position: absolute;
    right: 5%; }
.prd_s_box dd {
  padding-left: 33%; }

/* 一覧小 */
.prd_s_lnk {
  display: table;
  margin: 8rem auto 0;
  padding: 2rem 9rem;
  color: #333;
  font-size: 1.6rem; }

.prd_s_idx {
  background: #F9F9F9;
  padding: 8rem 4rem 12rem;
  margin: 8rem auto 0;
  width: 100%; }
  .prd_s_idx h4 {
    text-align: center;
    margin-bottom: 4rem; }
  .prd_s_idx .inner {
    display: flex;
    max-width: 100rem;
    margin: 0 auto; }
  .prd_s_idx .item {
    display: flex;
    position: relative;
    margin: 0.1rem;
    color: #FFF;
    overflow: hidden; }
    .prd_s_idx .item::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      transition: .3s; }
    .prd_s_idx .item .txt {
      position: absolute;
      z-index: 1;
      padding: 1rem; }
    .prd_s_idx .item img {
      transition: .3s; }
    .prd_s_idx .item:hover::before {
      background-color: rgba(0, 0, 0, 0.1); }
  .prd_s_idx h3 {
    font-size: 1.8rem;
    letter-spacing: .1em; }
  .prd_s_idx .ttl_en {
    font-size: .8em; }

.namadora_spday {
  color: red;
  font-size: .9em;
  display: inline-block;
  margin-left: 1em;
  padding: 2px 5px; }

/* 会社案内 私たちについて
-------------------------------------------------------------------------*/
.about h3 {
  text-align: center; }

.abt_intro {
  font-weight: normal; }
  .abt_intro h4 {
    margin-top: 8rem;
    font-size: 3rem; }
  .abt_intro p {
    display: table;
    margin: 4rem auto 0;
    font-size: 1.7rem;
    line-height: 3;
    letter-spacing: .2em; }
  .abt_intro img {
    width: 200px;
    display: block;
    margin: 0 auto; }

.abt_bg {
  width: 100%;
  height: 40vh;
  background: url("../about/img/d1.jpg") center;
  background-size: cover; }

.abt_access .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 4rem; }
  @media (max-width: 959px) {
    .abt_access .inner {
      padding: 4rem; } }
  @media (max-width: 559px) {
    .abt_access .inner {
      padding: 4rem 2rem; } }
.abt_access .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem; }
.abt_access .gmap {
  margin-top: 6rem; }
  .abt_access .gmap iframe {
    width: 100%;
    height: 340px;
    border: 0; }

.abt_com {
  background: #f9f9f9; }
  .abt_com .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10rem 4rem; }
    @media (max-width: 959px) {
      .abt_com .inner {
        padding: 4rem; } }
    @media (max-width: 559px) {
      .abt_com .inner {
        padding: 4rem 2rem; } }
  .abt_com dl {
    display: table;
    max-width: 60rem;
    margin: 6rem auto; }
  .abt_com dt, .abt_com dd {
    display: inline-block;
    border-bottom: 1px solid #CCC;
    padding: 1em; }
  .abt_com dt {
    width: 10em;
    font-weight: bold; }
  .abt_com dd {
    width: calc( 100% - 10em ); }
  .abt_com .gaikan {
    width: 100%;
    max-width: 60rem;
    display: block;
    margin: 4rem auto; }

/* こだわり point
-------------------------------------------------------------------------*/
.pt_sec .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10rem 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex; }
  @media (max-width: 959px) {
    .pt_sec .inner {
      padding: 4rem; } }
  @media (max-width: 559px) {
    .pt_sec .inner {
      padding: 4rem 2rem; } }
.pt_sec .txt {
  width: calc( 58% - 6rem );
  margin-right: 6rem;
  position: relative; }
  .pt_sec .txt > p {
    margin-top: 4rem; }
.pt_sec .num {
  font-family: 'Satisfy', cursive;
  color: #CCC;
  font-size: 1.8rem;
  padding-bottom: 2.4rem;
  padding-left: .3rem;
  letter-spacing: 0; }
  .pt_sec .num::before {
    content: "Point "; }
.pt_sec h3 {
  line-height: 1; }
.pt_sec h5 {
  margin-top: 1rem;
  font-weight: normal; }
.pt_sec figure {
  width: 42%; }
.pt_sec ul {
  margin-top: 4rem; }
.pt_sec li {
  margin-top: 1rem; }
.pt_sec p {
  font-size: 1.4rem;
  margin-top: 1rem; }
.pt_sec h4 {
  position: relative;
  display: inline-block; }
  .pt_sec h4::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 0.6em;
    background: #eee;
    bottom: 0;
    top: auto;
    z-index: -1; }

.pt_sec_1 .inner {
  align-items: center; }
.pt_sec_1 figure {
  width: 52%; }

.pt_sec_2 .inner {
  flex-direction: row-reverse; }
.pt_sec_2 .txt {
  margin-left: 6rem;
  margin-right: 0;
  width: 42%; }
.pt_sec_2 figure {
  width: calc( 58% - 6rem );
  border-radius: 37% 40% 39%;
  overflow: hidden; }

.pt_sec_3 {
  padding-bottom: 12rem; }
  .pt_sec_3 img {
    border-radius: 0; }

.pt_img_s {
  border-radius: 48% 40% 48% 33%;
  width: 50%;
  margin-top: 2rem; }

.abt_test {
  position: fixed;
  top: 2rem;
  left: 2rem;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

.abt_test p {
  border: 2px solid;
  color: red;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em;
  width: 7rem;
  height: 7rem;
  text-align: center;
  z-index: 10000; }

.abt_test a {
  font-size: .8em;
  color: red; }

.abt_test a:hover {
  color: darkred; }

.abt_access {
  margin-bottom: 8rem; }

.abt_a {
  width: 200px;
  margin: 8rem auto; }
  @media (max-width: 559px) {
    .abt_a {
      width: 100px; } }

.abt_b {
  width: calc( 100% - 16rem);
  max-width: 920px;
  margin: 8rem auto;
  height: 40vh;
  background: url("../products/img/51641.jpg") center;
  background-size: cover; }
  @media (max-width: 959px) {
    .abt_b {
      height: 30vh;
      width: 100%;
      margin: 4rem auto; } }

.kikan {
  font-size: .5em;
  color: red;
  padding: 1px 3px 2px 3px;
  border: 1px solid;
  letter-spacing: 0;
  margin-left: 6px;
  vertical-align: middle;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

/* モバイル
-------------------------------------------------------------------------*/
@media (max-width: 959px) {
  .pc_block {
    display: none; }

  .tb_block {
    display: block; }

  .title .logo, .top_mainv .logo {
    left: 2rem; }

  .abt_bg {
    height: 30vh; }

  .prd_cate_box_2 .prd_cate {
    height: 20rem; }

  .pt_sec .txt {
    width: calc( 70% - 4rem );
    margin-right: 4rem; }

  .pt_sec_2 .txt {
    margin-left: 4rem;
    margin-right: 0; } }
@media (max-width: 559px) {
  .tb_block, .pctb_block {
    display: none; }

  .sp_block {
    display: block; }

  h3 {
    font-size: 2.4rem; }

  p, dt, dd, th, td, .intro {
    font-size: 1.4rem; }

  .title h2 {
    font-size: 2rem; }

  .intro p {
    text-align: left; }

  .prd_cate_box h2 {
    font-size: 2.4rem;
    margin-top: 4rem; }

  .prd_cate {
    height: 20rem;
    margin: 0.5rem auto; }

  .prd_cate h3 {
    font-size: 1.4rem; }

  .prd_cate .ttl_en {
    display: none; }

  .prd_cate a {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0.4rem 0;
    width: 10em; }

  .prd_cate_box {
    width: 100%;
    padding: 0 2rem 6rem; }

  .prd_cate_box_2 {
    justify-content: space-between; }

  .prd_cate_box_2.prd_yogashi {
    padding-top: 1rem;
    margin-top: 1rem; }

  .prd_cate_box_2 .prd_cate {
    height: 10rem;
    margin: 0.5rem 0; }

  .prd_s_box .inner {
    display: block; }

  .prd_s_box .item {
    margin: 2rem 0;
    width: 100%; }

  .prd_s_box h3 {
    font-size: 1.6rem; }

  .prd_s_box p, .prd_s_box dt, .prd_s_box dd {
    font-size: 1.2rem; }

  .prd_s_idx {
    padding: 6rem 1rem; }

  .prd_s_idx h3 {
    font-size: 1.2rem; }

  .prd_s_idx .ttl_en {
    display: none; }

  .prd_s_idx .item .txt {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }

  .prd_s_lnk {
    margin-top: 4rem;
    padding: 1rem 4rem 1rem;
    font-size: 1.4rem; }

  .abt_intro {
    padding: 6rem 2rem; }

  .abt_intro h4 {
    font-size: 2rem; }

  .abt_intro p {
    font-size: 1.3rem;
    text-align: left;
    line-height: 2; }

  .abt_intro img {
    width: 100px; }

  .abt_access .data {
    font-size: 1.4rem;
    display: block; }

  .abt_access .btn {
    margin-top: 1rem; }

  .abt_com dt, .abt_com dd {
    display: block;
    padding: 0;
    width: 100%; }

  .abt_com dt {
    border-bottom: none;
    padding-top: 1em; }

  .abt_com dd {
    padding-bottom: 1em; }

  .pt_sec .inner {
    display: block; }

  .pt_sec figure, .pt_sec .txt {
    width: 100%;
    margin: 2rem auto; }

  .pt_sec_3 {
    padding-bottom: 6rem; } }
