@charset "UTF-8";
@import url(css/reset.css);
.sp_only {
  display: none; }

.pc_only {
  display: block; }

.pc_br {
  display: block; }

.sp_br {
  display: inline; }

.com_br {
  display: block; }

@media screen and (max-width: 920px) {
  .sp_only {
    display: block !important; }
  .pc_only {
    display: none !important; }
  .pc_br {
    display: inline !important; }
  .sp_br {
    display: block !important; } }

* {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Times New Roman", "Yu Mincho", "MS PMincho", serif;
  box-sizing: border-box;
  color: #040000; }

img {
  max-width: 100%; }

body {
  min-width: 320px; }

p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px; }
  @media screen and (max-width: 920px) {
    p {
      letter-spacing: 1px; } }

a {
  cursor: pointer; }

ul {
  margin-block-start: 0em;
  margin-block-end: 0em; }

#wpadminbar + #page #header {
  margin-top: 32px; }

.cont_inner {
  width: 100%;
  max-width: 860px;
  margin: auto;
  padding: 50px 50px; }

.p_title {
  font-size: 1.8em;
  width: 70%;
  margin: 60px auto;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal; }
  .p_title img {
    max-width: 90%; }
  @media screen and (max-width: 920px) {
    .p_title {
      font-size: 1.4em;
      width: 98%;
      margin: 15px auto;
      padding: 0 35px;
      line-height: 1.5; } }

.entry-content {
  width: 100%; }
  @media screen and (max-width: 920px) {
    .entry-content {
      padding: 10px 15px; } }

.main_container {
  width: 100%;
  background-color: #ffffff; }
  .main_container.top {
    background-color: #f1f1f3; }
    .main_container.top #header {
      background-color: #f1f1f3; }

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f1f1f3;
  z-index: 100; }
  #header .g_nav {
    display: flex;
    width: 100%;
    height: 130px;
    padding: 32px 0;
    font-size: 15px;
    transition: .3s; }
    #header .g_nav .parent_menu {
      color: #060001;
      display: flex;
      list-style-type: none;
      padding: 0;
      margin: auto;
      width: 100%;
      max-width: 860px;
      justify-content: space-between; }
      #header .g_nav .parent_menu .parent_item {
        position: relative;
        text-align: center;
        flex: 15% 15% 40% 15% 15%; }
        #header .g_nav .parent_menu .parent_item > div {
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%; }
          #header .g_nav .parent_menu .parent_item > div span {
            width: 100%;
            text-align: center; }
        #header .g_nav .parent_menu .parent_item a {
          position: relative;
          font-size: 14px;
          text-decoration: none;
          cursor: pointer;
          height: 50px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin: 0;
          letter-spacing: 2px;
          line-height: 1.5;
          width: 100%; }
          #header .g_nav .parent_menu .parent_item a:hover {
            opacity: .8; }
          #header .g_nav .parent_menu .parent_item a.main_nav.active:before {
            content: ' ';
            position: absolute;
            border-bottom: 1px solid #21100C;
            width: 100%;
            bottom: 0;
            left: 0; }
        #header .g_nav .parent_menu .parent_item:nth-child(1):hover:before, #header .g_nav .parent_menu .parent_item:nth-child(2):hover:before, #header .g_nav .parent_menu .parent_item:nth-child(4):hover:before, #header .g_nav .parent_menu .parent_item:nth-child(5):hover:before {
          content: ' ';
          position: absolute;
          border-bottom: 1px solid #21100C;
          width: 100%;
          bottom: 2px;
          left: 0; }
        #header .g_nav .parent_menu .parent_item h1 {
          margin: 0;
          text-align: center; }
          #header .g_nav .parent_menu .parent_item h1 img {
            max-width: 186px; }
        #header .g_nav .parent_menu .parent_item:hover .child_menu {
          top: calc(100% + 10px);
          visibility: visible;
          opacity: 1;
          transition: .6s; }
        #header .g_nav .parent_menu .parent_item .child_menu {
          display: block;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          list-style-type: none;
          padding: 0;
          top: 50%;
          width: 100%;
          z-index: 10; }
          #header .g_nav .parent_menu .parent_item .child_menu .child_item {
            background-color: #fff;
            display: block;
            align-self: stretch;
            width: 100px;
            margin: auto; }
            #header .g_nav .parent_menu .parent_item .child_menu .child_item a {
              display: block;
              cursor: pointer;
              padding: 15px 10px;
              border-top: 1px solid #060001;
              text-decoration: none;
              transition: .3s;
              margin: 0;
              height: auto; }
            #header .g_nav .parent_menu .parent_item .child_menu .child_item:hover {
              background-color: #060001; }
              #header .g_nav .parent_menu .parent_item .child_menu .child_item:hover a {
                color: #fff; }
        #header .g_nav .parent_menu .parent_item .site_logo {
          width: 100%;
          transition: .3s;
          width: 200px;
          max-width: 100%; }
  #header.min {
    background: rgba(241, 241, 243, 0.8); }
    #header.min .g_nav {
      height: auto;
      padding: 8px 0; }
      #header.min .g_nav .parent_menu .parent_item .site_logo {
        width: 200px;
        max-width: 80%; }
      #header.min .g_nav .parent_menu .parent_item .main_nav.active:before {
        bottom: 0; }
  @media screen and (max-width: 768px) {
    #header .g_nav .parent_menu {
      width: 100%; } }

.about_us #header.min {
  background: rgba(241, 241, 243, 0.8); }

.kv_container {
  width: 100%;
  margin-top: 130px; }
  .kv_container .kv_image {
    position: relative; }
    .kv_container .kv_image img.kv {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .kv_container .kv_image .kv_box {
      width: 100%;
      max-width: 860px;
      position: relative;
      margin: auto; }
      .kv_container .kv_image .kv_box .kv_tag_box {
        bottom: calc(-256px/2);
        position: absolute;
        right: 0;
        width: 256px;
        height: 256px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        padding: 40px 25px; }
        .kv_container .kv_image .kv_box .kv_tag_box img.tag_logo {
          margin-top: 25px;
          width: 80%; }
        .kv_container .kv_image .kv_box .kv_tag_box .tag_txt {
          font-size: 21px;
          line-height: 1.4; }
        .kv_container .kv_image .kv_box .kv_tag_box p span {
          display: block; }
    .kv_container .kv_image .kv_txt {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .kv_container .kv_image .kv_txt h1 {
        font-size: 46px;
        font-weight: normal;
        letter-spacing: 5px; }
      .kv_container .kv_image .kv_txt small {
        color: #fff;
        font-size: 23px; }
      .kv_container .kv_image .kv_txt h1, .kv_container .kv_image .kv_txt small {
        color: #fff;
        letter-spacing: 2px; }

@media screen and (max-width: 920px) {
  .kv_container {
    margin-top: 0; }
    .kv_container .kv_image {
      height: 100vh; }
      .kv_container .kv_image .kv_txt h1 {
        font-size: 27px;
        line-height: 150%; }
      .kv_container .kv_image .kv_txt small {
        font-size: 12px; }
      .kv_container .kv_image img.kv {
        object-position: center bottom; }
    .kv_container .sp_kv_logo {
      position: absolute;
      top: calc((100% / 4 ) - 34px);
      width: 50%;
      margin: 0 25%; }
      .kv_container .sp_kv_logo img {
        width: 100%; } }

.fixed_container {
  position: fixed;
  width: 100%;
  margin: auto;
  top: 200px;
  z-index: 1; }
  .fixed_container .fixed_box {
    width: 100%;
    margin: auto; }
    .fixed_container .fixed_box .fixed_inner {
      position: relative;
      width: 100%; }
  .fixed_container #buy_tab {
    position: absolute;
    width: 50px;
    height: 224px;
    right: calc(-50px/2);
    right: 150px;
    background: white;
    border: 1px solid #d6d6d6;
    z-index: 100; }
    .fixed_container #buy_tab a {
      display: block;
      cursor: pointer;
      width: 100%;
      height: 100%;
      padding: 24px 10px;
      text-align: center;
      text-decoration: none;
      transition: all .4s ease-in-out; }
      .fixed_container #buy_tab a:hover {
        box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4); }
      .fixed_container #buy_tab a img {
        width: 30px; }
      .fixed_container #buy_tab a div {
        height: 1px;
        background: black;
        margin: 16px 0 24px; }
      .fixed_container #buy_tab a .cart_txt {
        width: 50%; }

@media screen and (max-width: 1400px) {
  .fixed_container #buy_tab {
    right: 50px; } }

@media screen and (min-width: 921px) and (max-width: 1080px) {
  .fixed_container #buy_tab {
    right: 0;
    width: 35px;
    height: 170px; }
    .fixed_container #buy_tab a {
      padding: 15px 6px; } }

@media screen and (max-width: 920px) {
  .fixed_container {
    top: 35px; }
    .fixed_container #buy_tab {
      right: 0;
      width: 35px;
      height: 170px; }
      .fixed_container #buy_tab a {
        padding: 15px 6px; } }

#step_case_tab {
  position: absolute;
  align-items: center;
  width: auto;
  height: 36px;
  top: 0;
  left: 200px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  z-index: 100; }
  #step_case_tab > * {
    display: inline-block;
    text-align: center;
    margin: 0 4px; }
  #step_case_tab .step_no {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    padding: 2px;
    border-radius: 50%;
    transform: rotate(-90deg);
    text-decoration: none;
    background: white;
    transition: .3s;
    transition: all .4s ease-in-out; }
    #step_case_tab .step_no:hover {
      box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4); }
    #step_case_tab .step_no span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      text-align: center;
      line-height: 24px;
      transition: .3s; }
      #step_case_tab .step_no span img {
        margin-top: 3px;
        max-width: 55%;
        max-height: 70%; }
  #step_case_tab .step_no:nth-child(2) .current {
    background: #B5D1DD; }
  #step_case_tab .step_no:nth-child(3) .current {
    background: #E1B596; }
  #step_case_tab .step_no:nth-child(4) .current {
    background: #C8C5C3; }
  #step_case_tab div {
    text-align: center;
    letter-spacing: .4em;
    font-size: 15px;
    padding-left: .5em;
    transform: rotate(-90deg); }
    #step_case_tab div #step {
      display: inline-block;
      text-align: center; }

@media screen and (max-width: 1400px) {
  .fixed_container #step_case_tab {
    left: 100px; } }

@media screen and (min-width: 921px) and (max-width: 1080px) {
  .fixed_container #step_case_tab {
    left: 32px; } }

@media screen and (max-width: 920px) {
  #step_case_tab {
    display: none; } }

.sp_scroll_box {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  justify-content: center;
  align-items: center; }
  .sp_scroll_box .sp_scroll {
    width: calc(100% / 3);
    height: 100%;
    padding-bottom: 15px;
    text-align: center; }
    .sp_scroll_box .sp_scroll img {
      max-height: 100%; }

.sp_step_menu_box {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  justify-content: flex-end;
  align-items: center;
  z-index: 20; }
  .sp_step_menu_box .sp_step_menu {
    width: calc(100% / 4);
    height: 100%;
    text-align: center;
    background-color: #040001;
    padding: 15px 0;
    box-sizing: border-box;
    display: none;
    z-index: 20; }
    .sp_step_menu_box .sp_step_menu img {
      width: 40px;
      max-height: 100%; }
    .sp_step_menu_box .sp_step_menu:nth-child(1) {
      background-color: #C3D7DF; }
    .sp_step_menu_box .sp_step_menu:nth-child(2) {
      background-color: #E9C9B2; }
    .sp_step_menu_box .sp_step_menu:nth-child(3) {
      background-color: #D7D3D0; }
    .sp_step_menu_box .sp_step_menu:nth-child(4) {
      display: flex;
      align-items: center;
      justify-content: center; }
    .sp_step_menu_box .sp_step_menu#open_sp_menu img {
      width: 40px; }
    .sp_step_menu_box .sp_step_menu#close_sp_menu img {
      width: 26px; }
  .sp_step_menu_box .sp_menu {
    z-index: 20; }

@media screen and (max-width: 920px) {
  .sp_step_menu_box .sp_step_menu {
    padding: 20px 0; }
    .sp_step_menu_box .sp_step_menu img {
      width: 30px; } }

.primary {
  background-color: #f1f1f3; }

.intro_container {
  width: 100%;
  max-width: 860px;
  margin: auto;
  padding: 150px 0; }
  .intro_container .intro_txt {
    text-align: center; }
    .intro_container .intro_txt .s_font {
      font-size: 21px;
      line-height: 1.8;
      letter-spacing: 2px; }
    .intro_container .intro_txt .m_font {
      font-size: 29px;
      letter-spacing: 5px; }
    .intro_container .intro_txt .l_font {
      font-size: 50px;
      letter-spacing: 8px;
      margin: 50px 0; }
    .intro_container .intro_txt p .pc_br {
      display: block; }
  .intro_container .step_flow_box {
    display: flex;
    justify-content: space-between;
    margin-top: 150px; }
    .intro_container .step_flow_box .step_flow {
      background-color: #fff;
      text-align: center;
      width: 100%;
      height: 256px; }
      .intro_container .step_flow_box .step_flow:hover {
        opacity: .8; }
      .intro_container .step_flow_box .step_flow:first-child {
        margin-right: 40px; }
      .intro_container .step_flow_box .step_flow:last-child {
        margin-left: 40px; }
      .intro_container .step_flow_box .step_flow a {
        width: 100%;
        text-decoration: none;
        display: inline-block;
        padding: 60px 0; }
        .intro_container .step_flow_box .step_flow a img {
          width: 25%; }
        .intro_container .step_flow_box .step_flow a .step_flow_txt {
          font-size: 20px;
          margin-top: 30px;
          letter-spacing: 5px; }
    .intro_container .step_flow_box .step_flow:nth-child(1) {
      border-bottom: solid #AECAD7 2px; }
    .intro_container .step_flow_box .step_flow:nth-child(2) {
      border-bottom: solid #E1B596 2px; }
    .intro_container .step_flow_box .step_flow:nth-child(3) {
      border-bottom: solid #C5C0BA 2px; }

@media screen and (max-width: 920px) {
  .intro_container {
    width: 100%;
    max-width: 860px;
    margin: auto;
    padding: 60px 35px; }
    .intro_container .intro_txt {
      background-color: #fff;
      text-align: center;
      padding: 60px 10px; }
      .intro_container .intro_txt .s_font {
        font-size: 12px;
        line-height: 2.5;
        letter-spacing: normal; }
      .intro_container .intro_txt .m_font {
        font-size: 16px;
        letter-spacing: normal; }
      .intro_container .intro_txt .l_font {
        font-size: 28px;
        letter-spacing: normal;
        margin: 40px 0; } }

.step_container {
  width: 100%;
  padding-bottom: 150px; }
  .step_container .step_main_image {
    width: 100vw;
    height: 520px;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 520px) {
      .step_container .step_main_image {
        background-size: auto 200%; } }
  .step_container .step_sm_title {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 2px; }
  .step_container .step_box {
    opacity: 1 !important;
    background-color: #fff;
    width: 100%;
    max-width: 860px;
    margin: auto;
    margin-top: -150px; }
    .step_container .step_box .step_title {
      padding: 50px 50px 80px; }
      .step_container .step_box .step_title img {
        width: 320px;
        margin-bottom: 60px; }
      .step_container .step_box .step_title .step_sm_title {
        margin-bottom: 0; }
    .step_container .step_box .step_content .step_sm_title {
      margin: 0 0 20px; }
    .step_container .step_box .accordion_box {
      margin: 0 auto;
      padding-bottom: 50px; }
      .step_container .step_box .accordion_box .step_more {
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        left: calc(50% - (82px / 2));
        bottom: -41px;
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
        transition: .3s;
        cursor: pointer;
        width: 82px;
        height: 82px; }
        .step_container .step_box .accordion_box .step_more > div {
          position: absolute;
          width: 100%;
          bottom: 25px; }
        .step_container .step_box .accordion_box .step_more span {
          display: inline-block;
          margin-top: 10px; }
        .step_container .step_box .accordion_box .step_more .ingredient_title {
          margin-bottom: 0; }
        .step_container .step_box .accordion_box .step_more .arrow_down {
          display: block;
          width: 30px;
          height: 27px;
          margin: auto;
          margin-top: calc((82px - 27px)/2);
          transition: .6s;
          transform: rotate(180deg); }
        .step_container .step_box .accordion_box .step_more:hover .arrow_down {
          transform: rotate(180deg) translateY(-4px); }
      .step_container .step_box .accordion_box .step_detail {
        display: none; }
        .step_container .step_box .accordion_box .step_detail .step_sm_title {
          margin: 40px 0 20px; }
      .step_container .step_box .accordion_box .step_close {
        display: none; }
      .step_container .step_box .accordion_box.open {
        padding-bottom: 0; }
        .step_container .step_box .accordion_box.open .step_more {
          opacity: 0;
          pointer-events: none;
          overflow: hidden;
          height: 0;
          padding: 0; }
        .step_container .step_box .accordion_box.open .step_close {
          display: block; }
    @media screen and (max-width: 768px) {
      .step_container .step_box {
        width: 100%; } }
  .step_container .step_content {
    padding: 50px;
    position: relative; }
    .step_container .step_content p {
      line-height: 1.8;
      letter-spacing: 1px; }
    .step_container .step_content .step_title {
      margin-bottom: 30px; }
    .step_container .step_content .step_block {
      display: flex;
      flex-wrap: wrap; }
      .step_container .step_content .step_block > div p {
        line-height: 2; }
      .step_container .step_content .step_block .use_txt p {
        margin: 0; }
      .step_container .step_content .step_block .order_change {
        flex: 1;
        min-width: 33.3%; }
        .step_container .step_content .step_block .order_change .step_image {
          width: 100%;
          height: auto; }
      .step_container .step_content .step_block .mw_30 {
        width: 60px;
        display: flex;
        align-items: center; }
        .step_container .step_content .step_block .mw_30 .step_arrow_box {
          width: 100%;
          text-align: center; }
        .step_container .step_content .step_block .mw_30 .step_arrow {
          width: 20px; }
    .step_container .step_content .step_close {
      position: absolute;
      text-align: center;
      width: 82px;
      height: 82px;
      border-radius: 50%;
      background-color: #fff;
      top: calc(100% - 41px);
      left: calc(50% - 41px);
      cursor: pointer; }
      .step_container .step_content .step_close .arrow_close {
        width: 30px;
        height: 27px;
        margin-top: calc((82px - 27px)/2);
        transition: .6s; }
        .step_container .step_content .step_close .arrow_close:hover {
          transform: translateY(-4px); }

@media screen and (max-width: 920px) {
  .step_container .step_box {
    width: calc(100% - 70px);
    margin-top: -60px; }
    .step_container .step_box .step_title {
      padding: 20px 15px;
      background-position: right 15px top 15px;
      background-repeat: no-repeat;
      background-size: 15%; }
      .step_container .step_box .step_title img {
        width: 70%;
        margin-bottom: 40px; }
    .step_container .step_box .step_view {
      margin-top: 10px; }
      .step_container .step_box .step_view img {
        width: 100%;
        height: 150px;
        object-fit: cover; }
    .step_container .step_box .accordion_box .step_more {
      font-size: 11px;
      left: calc(50% - (65px / 2));
      bottom: calc(-65px / 2);
      width: 65px;
      height: 65px; }
      .step_container .step_box .accordion_box .step_more > div {
        bottom: 15px; }
      .step_container .step_box .accordion_box .step_more .arrow_down {
        width: 26px;
        height: 26px;
        margin-top: calc((75px - 27px)/2); }
    .step_container .step_box .accordion_box .step_detail .step_sm_title {
      margin: 50px 0 10px; }
  .step_container .step_content {
    padding: 45px 25px; }
    .step_container .step_content .step_sm_title {
      line-height: 2;
      margin: 0 0 25px; }
    .step_container .step_content .step_block .order_change {
      min-width: 100%; }
      .step_container .step_content .step_block .order_change img {
        padding: 20px 0; }
    .step_container .step_content .step_block .s_order_1 {
      order: 1; }
    .step_container .step_content .step_block .s_order_2 {
      order: 5; }
    .step_container .step_content .step_block .s_order_3 {
      order: 2; }
    .step_container .step_content .step_block .s_order_4 {
      order: 3; }
    .step_container .step_content .step_block .s_order_5 {
      order: 4; }
    .step_container .step_content .step_block .mw_30 {
      width: 100%; }
      .step_container .step_content .step_block .mw_30 .step_arrow_box .step_arrow {
        width: 12px;
        transform: rotate(90deg); }
    .step_container .step_content .step_block p {
      margin: 0 0 5px;
      font-size: 11px; }
    .step_container .step_content .step_close .arrow_close {
      width: 26px;
      height: 26px; }
  .step_container .step_sm_title {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 2;
    background-size: 15%; } }

.step_01 .step_title {
  background-image: url("images/s1_sec.png");
  background-position: right 50px bottom 90px;
  background-repeat: no-repeat; }

.step_01 .step_main_image {
  background-image: url("images/step1.jpg"); }

@media screen and (max-width: 920px) {
  .step_01 .step_main_image {
    background-image: url("images/sp_step1.jpg");
    background-position: bottom;
    background-size: cover; } }

.step_02 .step_title {
  background-image: url("images/s2_sec.png");
  background-position: right 50px bottom 90px;
  background-repeat: no-repeat; }

.step_02 .step_main_image {
  background-image: url("images/step2.jpg"); }

@media screen and (max-width: 920px) {
  .step_02 .step_main_image {
    background-image: url("images/sp_step2.jpg");
    background-position: bottom;
    background-size: cover; } }

.step_03 .step_title {
  background-image: url("images/s3_sec.png");
  background-position: right 50px bottom 90px;
  background-repeat: no-repeat; }

.step_03 .step_main_image {
  background-image: url("images/step3.jpg"); }

@media screen and (max-width: 920px) {
  .step_03 .step_main_image {
    background-image: url("images/sp_step3.jpg");
    background-position: bottom;
    background-size: cover; } }

.cont_inner {
  width: 100%;
  max-width: 860px;
  margin: auto;
  padding: 250px 0 0; }
  @media screen and (max-width: 768px) {
    .cont_inner {
      width: 100%;
      padding: 15px 0; } }

.t_news_container {
  background-color: #fff;
  display: flex;
  position: relative; }
  .t_news_container .h2_title {
    color: #060001;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center; }
  .t_news_container .sub_txt {
    font-size: 19px;
    letter-spacing: 2px;
    text-align: center; }
  .t_news_container .t_news_list {
    margin: 100px 0 30px; }
    .t_news_container .t_news_list a {
      text-decoration: none; }
  .t_news_container .t_news_line {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 0;
    margin: 30px 0; }
    .t_news_container .t_news_line:hover {
      opacity: .8; }
    .t_news_container .t_news_line li {
      flex: 240px auto 50px; }
      .t_news_container .t_news_line li.t_news_image {
        width: 240px; }
        .t_news_container .t_news_line li.t_news_image img {
          width: 240px;
          height: 120px;
          object-fit: cover; }
      .t_news_container .t_news_line li.t_news_txt {
        width: calc(100% - 410px);
        margin: 0px 60px;
        align-items: normal; }
        .t_news_container .t_news_line li.t_news_txt .t_news_date {
          font-size: 13px;
          letter-spacing: 2px;
          margin-bottom: 5px;
          display: inline-block; }
        .t_news_container .t_news_line li.t_news_txt .t_news_title {
          font-size: 19px;
          text-overflow: ellipsis; }
      .t_news_container .t_news_line li.t_news_link {
        width: 50px;
        text-align: center;
        display: flex; }
        .t_news_container .t_news_line li.t_news_link img {
          margin-left: 15px;
          width: 35px; }
  .t_news_container .t_news_all {
    width: 100%;
    text-align: right; }
    .t_news_container .t_news_all a {
      display: inline-block;
      text-decoration: none;
      line-height: 1.2;
      border-bottom: 1px solid;
      padding-bottom: 3px; }
    .t_news_container .t_news_all:hover {
      opacity: .8; }

@media screen and (max-width: 920px) {
  .t_news_container {
    background-color: #fff; }
    .t_news_container .cont_inner {
      margin-top: 80px; }
    .t_news_container .h2_title {
      font-size: 27px; }
    .t_news_container .sub_txt {
      font-size: 12px; }
    .t_news_container .t_news_list {
      margin: 50px 35px; }
    .t_news_container .t_news_line {
      flex-wrap: wrap;
      align-items: flex-start; }
      .t_news_container .t_news_line li.t_news_image {
        min-width: 100%; }
        .t_news_container .t_news_line li.t_news_image img {
          width: 100%;
          height: 150px; }
      .t_news_container .t_news_line li.t_news_txt {
        width: 85%;
        margin: 0;
        padding: 10px 0; }
        .t_news_container .t_news_line li.t_news_txt .t_news_date {
          letter-spacing: 2px; }
        .t_news_container .t_news_line li.t_news_txt .t_news_title {
          margin: 10px 0;
          font-size: 16px; }
      .t_news_container .t_news_line li.t_news_link {
        width: 15%;
        margin: 0;
        padding: 10px 0; }
        .t_news_container .t_news_line li.t_news_link img {
          margin-right: 1px;
          margin-left: auto; }
    .t_news_container .t_news_all {
      padding-right: 35px; }
      .t_news_container .t_news_all a {
        font-size: 12px; } }

.t_bd_container {
  background-color: #fff;
  display: flex;
  position: relative; }
  .t_bd_container .h2_title {
    color: #060001;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center;
    margin: 30px 0; }
  .t_bd_container .sub_txt {
    font-size: 19px;
    letter-spacing: 2px;
    text-align: center; }
  .t_bd_container .t_bd_topic {
    width: 100%;
    display: flex;
    position: relative;
    align-content: center;
    margin-top: 60px;
    margin-bottom: 20px; }
    .t_bd_container .t_bd_topic .t_bd_link {
      width: 100%;
      position: relative; }
      .t_bd_container .t_bd_topic .t_bd_link .t_bd_img, .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt {
        display: flex;
        justify-content: center;
        align-items: center; }
        .t_bd_container .t_bd_topic .t_bd_link .t_bd_img > div, .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt > div {
          width: 100%;
          position: relative; }
      .t_bd_container .t_bd_topic .t_bd_link .t_bd_img {
        margin: 0 calc((100vw - 100%) / -2) 0; }
        .t_bd_container .t_bd_topic .t_bd_link .t_bd_img img {
          object-fit: cover;
          background-size: 100% auto;
          background-position: center;
          background-repeat: no-repeat;
          display: block;
          width: 100%;
          height: 520px; }
      .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        text-align: center; }
        .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner {
          display: block; }
          .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner p {
            color: #fff;
            font-size: 40px;
            letter-spacing: 4px; }
          .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner small {
            color: #fff;
            font-size: 23px; }
          .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner h3 {
            color: #fff;
            font-size: 46px;
            font-weight: normal;
            letter-spacing: 5px;
            line-height: 1.4; }
  .t_bd_container .t_bd_all {
    width: 100%;
    text-align: right; }
    .t_bd_container .t_bd_all a {
      display: inline-block;
      text-decoration: none;
      line-height: 1.2;
      border-bottom: 1px solid;
      padding-bottom: 3px; }

@media screen and (max-width: 920px) {
  .t_bd_container .cont_inner {
    margin-top: 60px; }
  .t_bd_container .h2_title {
    font-size: 27px;
    line-height: 170%;
    margin: 30px 0 20px;
    letter-spacing: 3px; }
  .t_bd_container .sub_txt {
    font-size: 12px; }
  .t_bd_container .t_bd_topic {
    margin-bottom: 40px; }
    .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner {
      width: 85%;
      margin: 0 1.5%; }
      .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner p {
        font-size: 18px;
        line-height: 3;
        letter-spacing: 2px;
        margin-top: 0; }
      .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner small {
        font-size: 16px;
        letter-spacing: 2px; }
      .t_bd_container .t_bd_topic .t_bd_link .t_bd_txt .t_bd_txt_inner h3 {
        font-size: 27px;
        line-height: 0.2;
        letter-spacing: 2px; }
  .t_bd_container .t_bd_all {
    padding-right: 35px; }
    .t_bd_container .t_bd_all a {
      font-size: 12px; } }

.buy_container {
  background-color: #fff;
  display: flex;
  position: relative;
  text-align: center; }
  .buy_container .cont_inner {
    padding: 200px 0 0; }
  .buy_container .h2_title {
    color: #060001;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 5px;
    margin: 30px 0; }
  .buy_container .buy_txt {
    font-size: 19px;
    letter-spacing: 2px; }
  .buy_container .buy_box {
    margin: 65px 0 0;
    position: relative; }
    .buy_container .buy_box p {
      font-size: 21px;
      line-height: 1.8;
      margin: 0; }
    .buy_container .buy_box a:hover {
      opacity: .8; }
    .buy_container .buy_box .buy_link {
      font-size: 22px;
      display: inline-block;
      background-color: #E3E3E2;
      padding: 15px 30px;
      margin-top: 35px;
      text-decoration: none;
      letter-spacing: 2px;
      width: 312px;
      max-width: 100%; }
      .buy_container .buy_box .buy_link:hover {
        opacity: .8; }
    @media screen and (max-width: 768px) {
      .buy_container .buy_box {
        padding: 0 32px; } }
  .buy_container .buy_start_label {
    background-color: #E73373;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    position: absolute;
    border-radius: 50px 0 0 50px;
    width: 285px;
    top: 75px;
    right: -25px;
    padding: 15px 10px; }
    .buy_container .buy_start_label:before {
      display: block;
      position: absolute;
      content: "　";
      right: -16px;
      top: -16px;
      border-top: solid 16px transparent;
      border-bottom: solid 16px transparent;
      border-left: solid 26px #AC1F57;
      /*折り返し部分*/ }
    .buy_container .buy_start_label:after {
      display: block;
      position: absolute;
      content: "";
      width: 26px;
      height: 40px;
      right: 0;
      top: 0;
      background-color: #E73373; }
    @media screen and (max-width: 768px) {
      .buy_container .buy_start_label {
        right: 6px; } }
  .buy_container .brand_logo {
    width: 380px;
    padding: 50px 10px 40px; }

@media screen and (max-width: 920px) {
  .buy_container .cont_inner {
    margin-top: 80px;
    padding: 30px 0 0; }
  .buy_container .h2_title {
    font-size: 27px; }
  .buy_container .sub_txt {
    font-size: 12px; }
  .buy_container .buy_box {
    margin: 50px 0 0; }
    .buy_container .buy_box p {
      font-size: 13px;
      margin-top: 0; }
    .buy_container .buy_box .buy_link {
      font-size: 13px;
      width: 188px;
      margin-top: 50px; }
    .buy_container .buy_box .buy_image {
      margin: auto; }
  .buy_container .brand_logo {
    padding: 50px 25px 25px; } }

footer, .sp_menu_list {
  background-color: #A2A2A2;
  padding: 120px;
  text-align: center; }
  footer .inner, .sp_menu_list .inner {
    width: 100%;
    max-width: 860px;
    margin: auto;
    margin-bottom: 15px; }
  footer .footer_logo, .sp_menu_list .footer_logo {
    width: 210px; }
  footer .f_nav, .sp_menu_list .f_nav {
    margin-bottom: 40px; }
    footer .f_nav .parent_menu, .sp_menu_list .f_nav .parent_menu {
      display: flex;
      justify-content: center;
      list-style-type: none;
      padding: 20px 0; }
      footer .f_nav .parent_menu .parent_item, .sp_menu_list .f_nav .parent_menu .parent_item {
        position: relative;
        font-size: 16px;
        color: #fff;
        padding: 20px 30px 10px;
        line-height: 1.4;
        letter-spacing: 2px; }
        footer .f_nav .parent_menu .parent_item a, .sp_menu_list .f_nav .parent_menu .parent_item a {
          color: #fff;
          text-decoration: none;
          padding: 3px;
          transition: .3s; }
          footer .f_nav .parent_menu .parent_item a:hover, .sp_menu_list .f_nav .parent_menu .parent_item a:hover {
            opacity: .8; }
        footer .f_nav .parent_menu .parent_item .sub_menu, .sp_menu_list .f_nav .parent_menu .parent_item .sub_menu {
          display: block;
          list-style-type: none;
          padding: 10px 0;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          margin: 30px auto 10px;
          width: 90%; }
          footer .f_nav .parent_menu .parent_item .sub_menu .sub_item, .sp_menu_list .f_nav .parent_menu .parent_item .sub_menu .sub_item {
            font-size: 15px;
            color: #fff;
            line-height: 1.4;
            padding: 5px 0; }
  footer .contact_menu, .sp_menu_list .contact_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 10px 0; }
    footer .contact_menu .contact_item, .sp_menu_list .contact_menu .contact_item {
      font-size: 12px;
      color: #fff;
      padding: 10px 10px; }
      footer .contact_menu .contact_item a, .sp_menu_list .contact_menu .contact_item a {
        color: #fff;
        text-decoration: none;
        padding: 3px;
        transition: .6s; }
        footer .contact_menu .contact_item a:hover, .sp_menu_list .contact_menu .contact_item a:hover {
          opacity: .8; }
  footer .sns_menu, .sp_menu_list .sns_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 30px 0; }
    footer .sns_menu .sns_item, .sp_menu_list .sns_menu .sns_item {
      color: #fff;
      width: 23px;
      height: 23px;
      transition: .6s; }
      footer .sns_menu .sns_item:nth-child(1), .sp_menu_list .sns_menu .sns_item:nth-child(1) {
        margin-right: 10px; }
      footer .sns_menu .sns_item:hover, .sp_menu_list .sns_menu .sns_item:hover {
        opacity: .8; }
      footer .sns_menu .sns_item img, .sp_menu_list .sns_menu .sns_item img {
        max-width: 100%; }
  footer .another_menu, .sp_menu_list .another_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 20px; }
    footer .another_menu .another_item, .sp_menu_list .another_menu .another_item {
      color: #fff;
      padding: 10px 15px; }
      footer .another_menu .another_item:nth-child(1):after, footer .another_menu .another_item:nth-child(2):after, .sp_menu_list .another_menu .another_item:nth-child(1):after, .sp_menu_list .another_menu .another_item:nth-child(2):after {
        content: "|";
        padding-left: 13px;
        position: absolute; }
      footer .another_menu .another_item a, .sp_menu_list .another_menu .another_item a {
        color: #fff;
        text-decoration: none; }
  footer .copyright_box p, .sp_menu_list .copyright_box p {
    color: #fff;
    font-size: 10px; }

@media screen and (max-width: 920px) {
  footer, .sp_menu_list {
    padding: 5px 3% 70px;
    overflow: scroll; }
    footer .f_nav .parent_menu, .sp_menu_list .f_nav .parent_menu {
      display: block; }
  .sp_menu_list {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 30;
    top: 0;
    left: 0;
    padding: 60px 3%; }
    .sp_menu_list .f_nav {
      margin-bottom: 0; }
      .sp_menu_list .f_nav .parent_menu .parent_item {
        padding: 10px 30px; }
        .sp_menu_list .f_nav .parent_menu .parent_item .sub_menu {
          width: calc(100% / 2);
          margin: 10px auto; }
    .sp_menu_list .another_menu .another_item {
      font-size: 8px;
      padding: 10px 6px; }
      .sp_menu_list .another_menu .another_item:nth-child(1):after, .sp_menu_list .another_menu .another_item:nth-child(2):after {
        padding-left: 5px; }
    .sp_menu_list .sns_menu {
      margin: 5px 0 20px; } }

.insta_container {
  background-color: #fff;
  display: flex; }
  .insta_container .insta_inner {
    background-color: #fff;
    width: 100%;
    max-width: 860px;
    margin: auto;
    margin-top: 300px; }
    .insta_container .insta_inner .insta_title {
      color: #666;
      font-weight: normal;
      text-align: center;
      letter-spacing: 2px; }
    .insta_container .insta_inner .insta_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      list-style-type: none;
      margin-bottom: 0;
      padding: 0; }
      .insta_container .insta_inner .insta_list .insta_item {
        width: calc(100% / 4); }
      .insta_container .insta_inner .insta_list .insta_item_link {
        display: flex;
        align-items: flex-start; }
        .insta_container .insta_inner .insta_list .insta_item_link img {
          max-height: 100%; }

@media screen and (max-width: 920px) {
  .insta_container .insta_inner {
    margin-top: 60px; }
    .insta_container .insta_inner .insta_title {
      font-size: 18px; } }

.bd_page + .insta_container {
  background-color: #f1f1f3; }
  .bd_page + .insta_container .insta_inner {
    background-color: #f1f1f3; }

.about_container {
  width: 100%;
  margin-top: 130px; }
  .about_container .cont_inner {
    padding-top: 100px; }
    .about_container .cont_inner .p_title {
      margin: 50px auto; }
  .about_container .about_txt {
    font-size: 17px;
    text-align: center;
    padding: 40px 0; }
    .about_container .about_txt p {
      line-height: 2;
      margin: 10px 0 60px; }
      .about_container .about_txt p span {
        display: block; }

@media screen and (max-width: 920px) {
  .about_container {
    margin-top: 20px; }
    .about_container .cont_inner {
      padding-top: 0; }
      .about_container .cont_inner .p_title {
        line-height: 1.8;
        margin: 80px auto 40px; }
    .about_container .about_txt {
      padding: 0 35px 10px; }
      .about_container .about_txt p {
        line-height: 1.8;
        margin: 20px 0 25px;
        text-align: left; } }

.news_container {
  width: 100%;
  margin-top: 130px; }
  .news_container .cont_inner {
    padding: 100px 0 0; }
  .news_container .tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 50px; }
    .news_container .tabs li {
      margin: 0 15px;
      width: auto;
      height: 100%;
      position: relative; }
      .news_container .tabs li a {
        width: 100%;
        height: 100%;
        padding: 3px;
        text-decoration: none; }
      .news_container .tabs li.active a:before, .news_container .tabs li:hover a:before {
        content: ' ';
        position: absolute;
        border-bottom: 1px solid #21100C;
        width: calc(100% - 6px);
        bottom: -10px;
        left: 0;
        margin: 0 3px; }
  .news_container .tab_content {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .news_container .tab_content .tab_box {
      width: 100%;
      margin-bottom: 40px; }
      .news_container .tab_content .tab_box .tab_card_inner .news_header {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 245px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        cursor: pointer; }
        .news_container .tab_content .tab_box .tab_card_inner .news_header .news_open {
          width: 35px;
          height: 100%;
          text-align: left;
          position: relative; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_open img {
            transform: rotate(180deg);
            position: absolute;
            top: 30px;
            width: 30px;
            animation-name: OpenArrow;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-duration: 1.5s; }

@keyframes OpenArrow {
  0% {
    top: 30px; }
  100% {
    top: 40px; } }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_open img.close_news {
            transform: rotate(0deg); }
        .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_txt {
          width: 50%;
          height: 85%;
          margin-left: 20px; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_txt .news_header_txt {
            font-size: 20px;
            line-height: 2; }
        .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_img {
          width: 50%; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_img img {
            width: 100%;
            height: 248px;
            object-fit: cover; }
      .news_container .tab_content .tab_box .tab_card_inner .tab_card_text {
        display: none;
        width: 100%;
        padding: 50px 0 50px 35px;
        border-bottom: 1px solid #ccc; }
        .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_top_label {
          font-size: 20px;
          margin-bottom: 55px; }
        .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_txt p {
          font-size: 13px;
          line-height: 2.5;
          margin: 20px 0; }
        .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_txt img {
          margin-top: 20px;
          margin-bottom: 20px; }
        .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_link {
          text-align: center;
          margin: 30px 0; }
          .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_link a {
            color: #E4007F; }
  .news_container .wp-pagenavi {
    text-align: right; }
    .news_container .wp-pagenavi span, .news_container .wp-pagenavi a {
      padding: 5px 8px;
      color: #848484; }
    .news_container .wp-pagenavi a {
      text-decoration: none; }
    .news_container .wp-pagenavi .current {
      color: #040000; }

@media screen and (max-width: 920px) {
  .news_container {
    margin-top: 0; }
    .news_container .cont_inner {
      padding: 50px 0 0; }
    .news_container .tab_content {
      margin-top: 50px; }
      .news_container .tab_content .tab_box {
        margin-bottom: 70px; }
        .news_container .tab_content .tab_box .tab_card_inner .news_header {
          padding-bottom: 20px; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_txt .news_header_txt {
            line-height: 2; }
        .news_container .tab_content .tab_box .tab_card_inner .tab_card_text {
          padding: 0; }
          .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_top_label {
            text-align: unset;
            font-size: 15px;
            line-height: 2.5;
            margin: 40px 0; }
          .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_txt p {
            font-size: 13px;
            line-height: 2; }
          .news_container .tab_content .tab_box .tab_card_inner .tab_card_text .news_txt img {
            height: auto; } }

@media screen and (min-width: 748px) and (max-width: 920px) {
  .news_container .cont_inner {
    padding: 50px 0 0; }
  .news_container .tabs {
    margin: 10px 35px 50px;
    font-size: 14px;
    justify-content: space-between; }
    .news_container .tabs li {
      margin: 0 5px; }
  .news_container .cont_inner {
    padding: 15px 35px; } }

@media screen and (max-width: 748px) {
  .news_container {
    margin-top: 0; }
    .news_container .tabs {
      margin: 10px 35px 40px;
      font-size: 14px;
      justify-content: space-between; }
      .news_container .tabs li {
        margin: 0 5px; }
    .news_container .tab_content {
      padding: 0 35px; }
      .news_container .tab_content .tab_box .tab_card_inner .news_header {
        align-items: flex-start;
        border-top: 0;
        flex-wrap: wrap;
        height: auto; }
        .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_img {
          order: 1;
          min-width: 100%; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_img img {
            height: 180px; }
        .news_container .tab_content .tab_box .tab_card_inner .news_header .news_open {
          order: 2;
          width: 30px; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_open img {
            top: 10px;
            width: 22px; }
  @keyframes OpenArrow {
    0% {
      top: 10px; }
    100% {
      top: 20px; } }
        .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_txt {
          order: 3;
          width: calc(100% - 50px);
          margin-left: 10px; }
          .news_container .tab_content .tab_box .tab_card_inner .news_header .news_list_txt .news_header_txt {
            font-size: 17px;
            line-height: 2; }
    .news_container .wp-pagenavi {
      padding: 0 35px; } }

.bd_container {
  background-color: #f1f1f3;
  width: 100%;
  padding-top: 40px 35px; }
  .bd_container .cont_inner {
    padding: 170px 0 0; }
  .bd_container .p_title {
    font-size: 34px;
    letter-spacing: 2px;
    margin-top: 0; }
  .bd_container .bd_prof {
    background-color: #fff;
    display: flex;
    max-height: 324px;
    margin-bottom: 60px; }
    .bd_container .bd_prof .bd_prof_img {
      width: 100%;
      max-width: 430px;
      height: 324px;
      background-size: cover; }
    .bd_container .bd_prof .bd_prof_txt {
      padding: 35px; }
      .bd_container .bd_prof .bd_prof_txt .bd_title {
        letter-spacing: 1px;
        margin-bottom: 50px; }
        .bd_container .bd_prof .bd_prof_txt .bd_title p {
          font-size: 20px;
          line-height: 1.4; }
          .bd_container .bd_prof .bd_prof_txt .bd_title p .bd_name {
            padding-bottom: 10px;
            border-bottom: 3px solid #FFF100; }
          .bd_container .bd_prof .bd_prof_txt .bd_title p:nth-child(1) {
            margin-top: 0; }
      .bd_container .bd_prof .bd_prof_txt .bd_sub_title p {
        font-size: 16px;
        line-height: 100%; }
  .bd_container .mokuji_box {
    margin: 100px 0; }
    .bd_container .mokuji_box .mokuji_list {
      width: 90%;
      padding: 0;
      margin: 0 auto; }
      .bd_container .mokuji_box .mokuji_list li {
        background-color: #fff;
        text-align: center;
        list-style-type: none;
        position: relative;
        color: #fff;
        padding: 15px;
        margin: 35px 10px;
        letter-spacing: 2px;
        font-size: 20px; }
        .bd_container .mokuji_box .mokuji_list li span {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding: 10px;
          background-color: #fff; }
        .bd_container .mokuji_box .mokuji_list li a {
          display: inline-block;
          position: relative;
          width: 100%;
          padding: 8px;
          text-decoration: none;
          background-size: 5px 5px;
          background-image: -webkit-linear-gradient(-45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%);
          background-image: -o-linear-gradient(-45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%);
          background-image: linear-gradient(-45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%); }
          .bd_container .mokuji_box .mokuji_list li a:hover {
            opacity: .8; }
  .bd_container .bd_entry {
    background-color: #fff;
    padding: 60px 80px;
    width: 100%;
    position: relative; }
    .bd_container .bd_entry .bd_ttl {
      text-align: center;
      font-size: 20px;
      font-weight: normal;
      margin: 60px 0;
      letter-spacing: 2px; }
    .bd_container .bd_entry h2.bd_ttl:nth-child(1) {
      margin-top: 0; }
    .bd_container .bd_entry h3.bd_ttl {
      position: relative;
      padding: 8px;
      background-size: 5px 5px;
      background-image: -webkit-linear-gradient(-45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%);
      background-image: -o-linear-gradient(-45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%);
      background-image: linear-gradient(-45deg, #fff 49%, #ccc 49%, #ccc 51%, #fff 51%); }
      .bd_container .bd_entry h3.bd_ttl span {
        display: inline-block;
        width: 100%;
        background-color: #fff;
        padding: 15px 5px; }
    .bd_container .bd_entry p {
      font-size: 14px;
      margin: 30px 0;
      letter-spacing: 2px;
      line-height: 200%; }
      .bd_container .bd_entry p .bd_marker {
        background-color: #FFF100; }
      .bd_container .bd_entry p .speaker_01 {
        color: #00A0E9; }
      .bd_container .bd_entry p .speaker_02 {
        color: #E4007F; }
    .bd_container .bd_entry img {
      margin: 25px 0; }

@media screen and (max-width: 920px) {
  .bd_container {
    padding: 0 35px 50px; }
    .bd_container .cont_inner {
      padding: 70px 0 0; }
    .bd_container .p_title {
      font-size: 26px;
      margin: 0px auto 35px; }
    .bd_container .bd_prof .bd_prof_txt .bd_sub_title p {
      line-height: 1.4; }
    .bd_container .mokuji_box {
      margin: 60px 0; }
      .bd_container .mokuji_box .mokuji_list {
        width: 100%; }
        .bd_container .mokuji_box .mokuji_list li {
          font-size: 14px;
          margin: 10px 0;
          padding: 10px; }
          .bd_container .mokuji_box .mokuji_list li span {
            padding: 10px 5px; }
    .bd_container .bd_entry {
      padding: 60px 25px; }
      .bd_container .bd_entry .bd_ttl {
        line-height: 180%;
        margin: 50px 0;
        font-size: 16px; }
      .bd_container .bd_entry p {
        letter-spacing: 1px;
        line-height: 190%; }
      .bd_container .bd_entry img {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        max-width: none; } }

@media screen and (min-width: 748px) and (max-width: 920px) {
  .bd_container .bd_prof .bd_prof_txt {
    padding: 28px 24px; }
    .bd_container .bd_prof .bd_prof_txt .bd_title {
      line-height: 1.4; } }

@media screen and (max-width: 748px) {
  .bd_container .bd_prof {
    max-height: none;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .bd_container .bd_prof .bd_prof_img {
      height: auto; }
    .bd_container .bd_prof .bd_prof_txt {
      width: 100%; }
      .bd_container .bd_prof .bd_prof_txt .bd_title p {
        font-size: 16px; }
      .bd_container .bd_prof .bd_prof_txt .bd_sub_title p {
        font-size: 15px;
        line-height: 1.2; } }
