@charset "UTF-8";
/* スマホの記述  480px*/
@media screen and (max-width: 480px) {
  /* ----- about ----- */
  .about_main_subTitle {
    display: block;
    font-size: 1.125rem;
  }
  .about_title {
    font-size: 1.5625rem;
  }
  .about_titleArea {
    padding: 0 0 100px;
    background-image: url(../../images/about/about_img02_sp.png);
    background-size: 100%;
  }
  .about_view {
    margin: 5px auto 0;
  }
  .about_material {
    font-size: 0.75rem;
  }
  .about_view_text {
    font-size: 0.875rem;
  }
  /* ----- チャプター2 ----- */
  .tab_decoration {
    position: absolute;
    top: 30px;
    right: -15px;
    width: 210px;
    padding: 0;
  }
  /* ----- チャプター3 ----- */
  .tab2_para {
    height: 520px;
  }
  .world_title_logo {
    width: 60%;
  }
  .world_title_text {
    font-size: 1.3125rem;
    line-height: 175%;
    margin: 30px auto 0;
  }
  .world_main_subText {
    font-size: 0.875rem;
    margin: 30px auto 0;
  }
  .world_in {
    background: linear-gradient(to bottom, rgb(228, 228, 231) 0%, rgba(229, 229, 229, 0) 43%);
  }
  .world_treat1 {
    width: 68%;
  }
  .tab_world_item_text {
    font-size: 1rem;
  }
  .tab_world_list_li {
    transform: scale(0.8);
  }
  .tab_world_item_text::before {
    height: 8.6602540378px;
    width: 11px;
    bottom: -16px;
  }
  .tab_world_title {
    font-size: 1.125rem;
  }
  .tab_world_drinking_text {
    font-size: 0.875rem;
  }
  .tab_world_content_title {
    font-size: 1.125rem;
    line-height: 190%;
  }
  .tab_world_content_subText {
    font-size: 0.75rem;
    margin: 22px 0 0;
  }
  .tab_world_drinking_plus {
    width: 13px;
  }
  .tab_world_line {
    margin: 25px 0 21px;
  }
  .tab_world_container {
    margin: 60px auto 0;
  }
  .tab_world_container_brewery {
    gap: 0px;
  }
  .tab_world_content_in_whisky2 {
    margin: 10px auto 0;
  }
  .tab_world_introduction_text {
    font-size: 0.875rem;
  }
  .tab_world_container_text {
    font-size: 0.875rem;
  }
  .tab_world_content_in:nth-of-type(2) {
    margin: 10px auto 0;
  }
  /* ----- チャプター4 ----- */
  .event_logo {
    width: 60%;
  }
  .event_content_text {
    max-width: 100%;
    width: 100%;
    padding: 0 25px;
    margin: 30px auto 0;
  }
  .event_mainTitle {
    font-size: 1.3125rem;
  }
  .event_content_text {
    font-size: 0.875rem;
  }
  .event_season {
    font-size: 1rem;
  }
  .event_shop_name {
    font-size: 1.125rem;
  }
  .event_shop_in_text {
    font-size: 0.875rem;
  }
  .event_subBox_text {
    font-size: 0.875rem;
  }
  /* 200％表示用 */
  .map_block_in figure .be_imgFig {
    padding-left: 0 !important;
  }
  .tab_world_content_in_whisky2 .tab_world_title_area {
    width: auto;
  }
}
/* ===========================================
スマホの記述  375px
============================================*/
@media screen and (max-width: 320px) {
  /* ----- チャプター3 ----- */
  .tab_world_title_area {
    padding: 0 30px;
  }
  .event_subBox_title {
    line-height: 175%;
  }
  .tab_title_logo {
    width: 85%;
    height: auto;
  }
  .house_title_logo {
    width: 85%;
  }
  .tab_introduction_logo {
    width: 75%;
    height: auto;
  }
}