@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&family=M+PLUS+1p:wght@400;800&display=swap');

::selection {
  /* background: rgba(230,0,18,.5); */
  background: #3aa1598c;
  color: #fff;
}
::-moz-selection {
  /* background: rgba(230,0,18,.5); */
  background: #3aa1598c;
  color: #fff;
}

.tu_wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  background-color: #ecebd6;
}
.tu_wrap .show_pc {
  display: none;
}
.tu_wrap picture {
  display: block;
}
.tu_wrap .img_wrap > img.show_pc {
  display: none;
}
.tu_wrap p {
  margin: 1em 0;
}
.tu_wrap .img_wrap {
  margin: 1em 0;
}
.tu_wrap .img_wrap img {
  width: 100%;
}
.tu_wrap figcaption {
  margin-top: .5em;
  font-size: 13rem;
  line-height: 1.5;
  color: #666;
}
.tu_wrap .txt_note {
  font-size: .75em;
  line-height: 1.6;
}
.tu_wrap .txt_nowrap {
  white-space: nowrap;
}
.tu_wrap address {
  font-style: normal;
}
.tu_wrap .txt_link {
  transform: rotate(0.05deg);
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
.tu_wrap .icon_blank > a::after {
  display: inline-block;
  margin-left: .5em;
  font-weight: 900;
  font-size: .8em;
  line-height: 1;
  content: '';
  width: 1em;
  height: 1em;
  background-image: url(../img/icon_blank.svg);
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(7427%) hue-rotate(354deg) brightness(106%) contrast(98%);
}
.tu_wrap .txt_link.icon_blank {
  text-align: center;
}
.tu_wrap .txt_link.icon_blank > a {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-right: 1.5em;
}
.tu_wrap .txt_link.icon_blank > a span {
  padding-bottom: 4px;
  background: linear-gradient(transparent calc(100% - 1px), #222 calc(100% - 1px));
}
.tu_wrap .txt_link.icon_blank > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tu_wrap .atention_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tu_wrap .atention_list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.tu_wrap .atention_list > li + li {
  margin-top: .5em;
}

@media (min-width: 768px) {
  .tu_wrap {
    font-size: 16rem;
    line-height: 2;
  }
  .tu_wrap .show_sp {
    display: none;
  }
  .tu_wrap .show_pc {
    display: inline-block;
  }
  .tu_wrap .img_wrap > img.show_sp {
    display: none;
  }
  .tu_wrap .img_wrap > img.show_pc {
    display: block;
  }
  .tu_wrap .img_wrap {
    margin: 2em 0;
  }
  .tu_wrap figcaption {
    text-align: center;
  }
}

/* header */
.tu_wrap .tu_header {
  background-color: #d4c8a8;
  color: #fff;
  background-color: #222;
}
.tu_wrap .tu_header .txt_h1 {
  transform: rotate(0.05deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px var(--sidePaddingSp1);
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.tu_wrap .tu_header .txt_h1 .txt_catch {
  display: inline-block;
  margin: 0 0 .8em;
  padding: .2em .8em;
  font-size: .6em;
  background-color: #ED0000;
}
.tu_wrap .tu_header .header_logo_wrap {
  padding: 24px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tu_wrap .tu_header .header_logo_wrap .w100 {
  width: 100%;
  text-align: center;
}
.tu_wrap .tu_header .fig_logo {
  margin: 0 16px;
}
.tu_wrap .tu_header .fig_logo[src*="mitsubishi_logo"] {
  margin-top: 8px;
  width: 60px;
}
.tu_wrap .tu_header .fig_logo[src*="delica_d5_logo"] {
  width: 80px;
  filter: brightness(0) invert(1);
}
.tu_wrap .tu_header .fig_logo[src*="delica_mini_logo"] {
  width: 130px;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .tu_wrap .tu_header {
    position: relative;
  }
  .tu_wrap .tu_header .show_pc source,
  .tu_wrap .tu_header .show_pc img {
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
  }
  .tu_wrap .tu_header .txt_h1 {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0;
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
  }
  .tu_wrap .tu_header .txt_h1 .txt_catch {
    margin-bottom: 10px;
  }
  .tu_wrap .tu_header .txt_h1 .bg_red_pc {
    padding: 0 1em;
    background-color: #222;
  }
  .tu_wrap .tu_header .txt_h1 .bg_red_pc + .bg_red_pc {
    margin-top: 4px;
  }
  .tu_wrap .tu_header .fig_logo {
    margin: 0;
  }
  .tu_wrap .tu_header .header_logo_wrap {
    padding: 16px 0;
  }
  .tu_wrap .tu_header .header_logo_wrap .w100 {
    order: 2;
    width: auto;
  }
  .tu_wrap .tu_header .fig_logo[src*="mitsubishi_logo"] {
    margin-top: 0;
    width: 80px;
  }
  .tu_wrap .tu_header .fig_logo[src*="delica_d5_logo"] {
    order: 3;
    margin-left: 90px;
    margin-right: 90px;
    width: 120px;
  }
  .tu_wrap .tu_header .fig_logo[src*="delica_mini_logo"] {
    order: 1;
    margin-right: 90px;
    width: 210px;
  }
}
@media (min-width: 1001px) {
  .tu_wrap .tu_header .txt_h1 {
    top: 3vw;
    font-size: 3vw;
  }
  .tu_wrap .tu_header .txt_h1 .txt_catch {
    margin-bottom: 1vw;
  }
  .tu_wrap .tu_header .fig_logo[src*="mitsubishi_logo"] {
    width: 6vw;
  }
  .tu_wrap .tu_header .fig_logo[src*="delica_d5_logo"] {
    margin-left: 9vw;
    margin-right: 9vw;
    width: 9vw;
  }
  .tu_wrap .tu_header .fig_logo[src*="delica_mini_logo"] {
    margin-right: 9vw;
    width: 18vw;
  }
}

/* credit */
.tu_wrap .tu_header .credit_wrap {
  padding: 2em var(--sidePaddingSp1) 0;
  font-size: 10px;
  line-height: 1.4;
  color: #555;
  background-color: #ecebd6;
}
.tu_wrap .tu_header .credit_wrap .credit_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 1em;
}
.tu_wrap .tu_header .credit_wrap .credit_item {
  display: flex;
  margin-bottom: .5em;
  margin-right: 1em;
}
.tu_wrap .tu_header .credit_wrap .credit_item:not(:nth-last-of-type(2)):after {
  content: ' ';
}
.tu_wrap .tu_header .credit_wrap .credit_item > dt {
  white-space: nowrap;
}
.tu_wrap .tu_header .credit_wrap .credit_item > dt::after {
  display: inline-block;
  content: '=';
}
.tu_wrap .tu_header .credit_wrap .credit_item_pr {
  display: flex;
  margin-right: 1em;
}
.tu_wrap .tu_header .credit_wrap .credit_item_pr > dt {
	margin-right: .5em;
}
@media (min-width: 768px) {
  .tu_wrap .tu_header .credit_wrap {
    margin-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .tu_wrap .tu_header .credit_wrap .credit_list {
    justify-content: flex-end;
  }
}

/* layout */
.tu_wrap .container .contents .w50_sp,
.tu_wrap .container .contents .w75_sp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.tu_wrap .container .contents .w50_sp {
  width: 50%;
}
.tu_wrap .container .contents .w75_sp {
  width: 75%;
}
.tu_wrap .container .contents .w50_pc,
.tu_wrap .container .contents .w75_pc {
  margin-right: auto;
  margin-left: auto;
}
.tu_wrap .container .contents .l_col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tu_wrap .container .contents .l_col2_pc > img + img,
.tu_wrap .container .contents .l_col2_pc > figure + figure,
.tu_wrap .container .contents .l_col2_pc > picture + picture {
  margin-top: .75em;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents .w50_sp,
  .tu_wrap .container .contents .w75_sp {
    margin-right: 0;
    margin-left: 0;
  }
  .tu_wrap .container .contents .w50_sp {
    width: 100%;
  }
  .tu_wrap .container .contents .w75_sp {
    width: 100%;
  }
  .tu_wrap .container .contents .w50_pc {
    width: 60%;
  }
  .tu_wrap .container .contents .w75_pc {
    max-width: 800px;
  }
  .tu_wrap .container .contents .max680_pc {
    margin-right: auto;
    margin-left: auto;
    max-width: 680px;
  }
  .tu_wrap .container .contents .l_col2_pc {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
  }
  .tu_wrap .container .contents .l_col2_pc > .txt_wrap > p:first-child {
    margin-top: 0;
  }
  .tu_wrap .container .contents .l_col2_pc > img,
  .tu_wrap .container .contents .l_col2_pc > figure {
    margin: 0;
    width: 50%;
  }
  .tu_wrap .container .contents .l_col2_pc > img + img,
  .tu_wrap .container .contents .l_col2_pc > figure + figure {
    margin-top: 0;
  }
  .tu_wrap .container .contents .l_col2_pc + figcaption {
    margin-top: -2em;
  }
  .tu_wrap .container .contents .l_col2_pc > img + img,
  .tu_wrap .container .contents .l_col2_pc > figure + figure,
  .tu_wrap .container .contents .l_col2_pc > picture + picture {
    margin-top: 0;
    margin-left: 1em;
  }
}

/* box */
.tu_wrap .container .contents .box {
  padding: 40px 16px;
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents .box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* headline */
.tu_wrap .container .contents .txt_h2_wrap {
  position: relative;
  z-index: 0;
}
.tu_wrap .container .contents .txt_h2_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-5deg);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222;
}
.tu_wrap .container .contents .txt_h2 {
  transform: rotate(0.05deg);
  margin: 80px 0 40px;
  padding: 16px 0 20px;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  font-weight: 900;
  background-color: #fff;
  border: solid 1px #222;
}
.tu_wrap .container .contents .txt_h2 .txt_note {
  display: block;
  margin-bottom: .2em;
  font-size: .6em;
  line-height: 1.4;
}
.tu_wrap .container .contents .txt_h2 .txt_en {
  display: inline-block;
  margin: 0 0 14px;
  padding: .5em .5em;
  font-size: .43em;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  border: solid #222;
  border-width: 2px 0;
}
.tu_wrap .container .contents .txt_h3_wrap {
  margin: 40px 0 28px;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 {
  transform: rotate(0.05deg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-weight: 900;
  border-bottom: solid 2px #222;
  position: relative;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3::before,
.tu_wrap .container .contents .txt_h3_wrap .txt_h3::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3::before {
  bottom: -12px;
  border-width: 12px 12px 0 12px;
  border-top-color: #222;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3::after {
  bottom: -9px;
  border-width: 9px 9px 0 9px;
  border-top-color: #ecebd6;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .img_wrap {
  overflow: hidden;
  margin: 0 16px 0 0;
  width: 25%;
  border-radius: 1000px;
  border: solid 2px #222;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .img_wrap source,
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .img_wrap img {
  aspect-ratio: 1 /1;
  object-fit: cover;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .txt_wrap {
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .icon_d5,
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .icon_mini {
  display: block;
  margin: 8px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .icon_d5 {
  width: 102px;
  height: 26px;
  background-image: url(../img/delica_d5_logo.svg);
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 .icon_mini {
  width: 214px;
  height: 10px;
  background-image: url(../img/delica_mini_logo.svg);
}
.tu_wrap .container .contents .txt_h3_wrap .txt_h3 + .img_wrap {
  margin-top: .75em;
}
.tu_wrap .container .contents .txt_h4 {
  transform: rotate(0.05deg);
  font-size: 16px;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
}
.tu_wrap .container .contents .txt_catch {
  transform: rotate(0.05deg);
  margin: 40px 0 32px;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}
.tu_wrap .container .contents .txt_catch.icon_check {
  margin: 60px 0 24px;
  font-size: 16px;
  text-align: left;
}
.tu_wrap .container .contents .txt_catch.icon_check span {
  position: relative;
  padding-left: 40px;
}
.tu_wrap .container .contents .txt_catch.icon_check span::before,
.tu_wrap .container .contents .txt_catch.icon_check span::after {
  position: absolute;
  content: '';
  display: block;
}
.tu_wrap .container .contents .txt_catch.icon_check span::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: solid 1px #222;
  border-radius: 2px;
}
.tu_wrap .container .contents .txt_catch.icon_check span::after {
  top: 50%;
  left: 6px;
  transform: translateY(-13px) rotate(-45deg);
  width: 22px;
  height: 14px;
  border: solid #3aa159;
  border-width: 0 0 5px 5px;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents .txt_h2_wrap {
    margin: 0 auto;
    width: 80%;
  }
  .tu_wrap .container .contents .txt_h2 {
    margin-top: 120px;
    margin-bottom: 64px;
    font-size: 28px;
  }
  .tu_wrap .container .contents .txt_h2_wrap::before {
    transform: rotate(-2deg);
  }
  .tu_wrap .container .contents .txt_h3 {
    font-size: 22px;
  }
  .tu_wrap .container .contents .txt_h3_wrap .txt_h3 .img_wrap {
    margin-right: 24px;
    width: 100px;
  }
  .tu_wrap .container .contents .txt_h3 + .img_wrap {
    margin-top: 1em;
  }
  .tu_wrap .container .contents .txt_catch.icon_check {
    text-align: center;
  }
  .tu_wrap .container .contents .txt_catch.icon_check span {
    display: inline-block;
  }
  .tu_wrap .container .contents .txt_h4 {
    font-size: 16rem;
  }
  .tu_wrap .container .contents .txt_catch {
    margin: 56px 0 48px;
    font-size: 22px;
  }
  .tu_wrap .container .contents .txt_catch.icon_check {
    margin: 72px 0 48px;
    font-size: 22px;
  }
}
@media (min-width: 1001px) {
  .tu_wrap .container .contents .txt_h2 {
    font-size: 34px;
  }
  .tu_wrap .container .contents .txt_h3 {
    font-size: 24px;
  }
}

/* read */
.tu_wrap .container .contents .txt_read {
  margin-top: 2em;
}
.tu_wrap .container .contents .txt_read > p {
  margin: 0;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents .txt_read {
    margin: 80px auto 0;
    font-size: 18rem;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
  }
  .tu_wrap .container .contents .txt_read > p {
    margin: .5em 0;
  }
}

/* profile */
.tu_wrap .container .contents .profile_box {
  margin-top: 3em;
  padding: 1.5em;
  border-radius: 8px;
  background-color: #fff;
}
.tu_wrap .container .contents .profile_box .l_grid .ttl_wrap {
  margin: -2em 0 1.5em;
  text-align: center;
}
.tu_wrap .container .contents .profile_box .l_grid .ttl_wrap .txt_ttl {
  transform: rotate(0.05deg);
  display: inline-block;
  margin: 0;
  padding: 0 .5em;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  border: solid #222;
  border-width: 2px 0;
  background-color: #fff;
}
.tu_wrap .container .contents .profile_box .l_grid .img_wrap {
  overflow: hidden;
  margin: 0 auto;
  width: 50%;
  border-radius: 8px;
}
.tu_wrap .container .contents .profile_box .l_grid .img_wrap source,
.tu_wrap .container .contents .profile_box .l_grid .img_wrap img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.tu_wrap .container .contents .profile_box .l_grid .txt_wrap .txt_name {
  transform: rotate(0.05deg);
  margin: 1em 0 0 0;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.tu_wrap .container .contents .profile_box .l_grid .txt_wrap .txt_name .txt_ruby {
  display: inline-block;
  padding-top: .5em;
  text-align: center;
  position: relative;
}
.tu_wrap .container .contents .profile_box .l_grid .txt_wrap .txt_name .txt_rt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: .5em;
  font-weight: 400;
  white-space: nowrap;
}
.tu_wrap .container .contents .profile_box .l_grid .txt_wrap .txt_name + p {
  margin: .25em 0 0;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents .profile_box {
    margin-top: 80px;
    padding: 3em 2em;
  }
  .tu_wrap .container .contents .profile_box .l_grid {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
  .tu_wrap .container .contents .profile_box .l_grid .ttl_wrap {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: 0;
    padding: 0 0 0 8%;
    font-size: 10rem;
    text-align: left;
  }
  .tu_wrap .container .contents .profile_box .l_grid .ttl_wrap .txt_ttl {
    font-size: 1.8em;
  }
  .tu_wrap .container .contents .profile_box .l_grid .img_wrap {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .tu_wrap .container .contents .profile_box .l_grid .txt_wrap {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 0 0 8%;
  }
  .tu_wrap .container .contents .profile_box .l_grid .txt_wrap .txt_name {
    margin-top: 0;
    text-align: left;
    font-size: 1.4em;
  }
}

/* comment */
.tu_wrap .container .contents .comment_wrap {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tu_wrap .container .contents .comment_wrap .img_wrap {
  display: flex;
  align-items: center;
  margin: .5em 0 0 0;
}
.tu_wrap .container .contents .comment_wrap .img_wrap picture {
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  width: 16%;
  border: solid #3aa159;
  border-width: 4px 4px 0 4px;
}
.tu_wrap .container .contents .comment_wrap .img_wrap picture source,
.tu_wrap .container .contents .comment_wrap .img_wrap picture img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.tu_wrap .container .contents .comment_wrap .img_wrap figcaption {
  transform: rotate(0.05deg);
  margin-left: 1em;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  color: #3aa159;
}
.tu_wrap .container .contents .comment_wrap .txt_wrap {
  transform: rotate(0.05deg);
  padding: .5em 2em;
  border-radius: 0 8px 8px 8px;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #3aa159;
  background-color: #fff;
  border: solid 4px #3aa159;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents .comment_wrap .img_wrap picture {
    width: 10%;
  }
  .tu_wrap .container .contents .comment_wrap .img_wrap figcaption {
    font-size: 14rem;
  }
}

/* contact */
.tu_wrap .container .contents #sec_contact {
  padding: 80px 0;
}
.tu_wrap .container .contents #sec_contact .txt_h2 {
  margin: 0 0 24px 0;
  padding: 0;
  text-align: center;
  border: none;
}
.tu_wrap .container .contents #sec_contact .txt_h2::before {
  display: none;
}
.tu_wrap .container .contents #sec_contact .txt_h2 .txt_en {
  color: #999;
}
.tu_wrap .container .contents #sec_contact .contact_list {
  text-align: center;
}
.tu_wrap .container .contents #sec_contact .contact_list .fig_logo {
  text-align: center;
}
.tu_wrap .container .contents #sec_contact .contact_list .fig_logo > img {
  width: 50%;
}
.tu_wrap .container .contents #sec_contact .contact_list .fig_logo > figcaption {
  font-size: 16px;
}
.tu_wrap .container .contents #sec_contact .contact_list .fig_logo > figcaption > .txt_ttl {
  transform: rotate(0.05deg);
  margin-bottom: .5em;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #222;
}
@media (min-width: 768px) {
  .tu_wrap .container .contents #sec_contact {
    padding: 120px 0;
  }
  .tu_wrap .container .contents #sec_contact .txt_h2 {
    font-size: 28px;
  }
  .tu_wrap .container .contents #sec_contact .contact_list .fig_logo > img {
    width: 30%;
  }
}

/* fixed_btn */
.tu_wrap .fixed_btn_wrap {
  transform: rotate(0.05deg);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  padding: 4px;
  width: 100%;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  transition: .2s;
}
.tu_wrap .fixed_btn_wrap.hide {
  transform: translateY(90px);
}
.tu_wrap .fixed_btn_wrap.show {
  transform: translateY(0);
}
.tu_wrap .fixed_btn_wrap .fixed_btn {
  margin: 0 4px 0 0;
  width: calc(calc(100% - 40px) / 2);
}
.tu_wrap .fixed_btn_wrap .fixed_btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  border-radius: 4px;
  background-color: #222;
}
.tu_wrap .fixed_btn_wrap .fixed_btn > a img {
  display: block;
  filter: brightness(0) invert(1);
}
.tu_wrap .fixed_btn_wrap .fixed_btn > a img[src*="delica_d5_logo"] {
  height: 44%;
}
.tu_wrap .fixed_btn_wrap .fixed_btn > a img[src*="delica_mini_logo"] {
  width: 80%;
}
.tu_wrap .fixed_btn_wrap .fixed_btn.icon_to_top {
  position: relative;
  margin: 0;
  width: 32px;
  height: 32px;
  background-color: #e60012;
  border-radius: 1000px;
}
.tu_wrap .fixed_btn_wrap .fixed_btn.icon_to_top::before,
.tu_wrap .fixed_btn_wrap .fixed_btn.icon_to_top::after {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
}
.tu_wrap .fixed_btn_wrap .fixed_btn.icon_to_top::before {
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translateX(-50%) rotate(-45deg);
}
.tu_wrap .fixed_btn_wrap .fixed_btn.icon_to_top::after {
  width: 2px;
  height: 12px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .tu_wrap .fixed_btn_wrap {
    display: none;
  }
}

/* conversion */
.tu_wrap .conversion_btn {
  position: relative;
  overflow: hidden;
  border: solid #f5733c;
  border-width: 4px 4px 0 4px;
  border-radius: 8px;
}
.tu_wrap .btn_l {
  transform: rotate(0.05deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1em;
  font-family: "Roboto", "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
  background-color: #f5733c;
  text-align: center;
}
.tu_wrap .conversion_btn .icon_d5,
.tu_wrap .conversion_btn .icon_mini {
  position: absolute;
  top: 76%;
  left: 4%;
  transform: translateY(-100%);
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.tu_wrap .conversion_btn .icon_d5 {
  width: 30%;
  height: 10%;
  background-image: url(../img/delica_d5_logo.svg);
}
.tu_wrap .conversion_btn .icon_mini {
  width: 56%;
  height: 4%;
  background-image: url(../img/delica_mini_logo.svg);
}
.tu_wrap .btn_l .icon_blank {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding-right: 2em;
  font-size: 13px;
  font-weight: 400;
}
.tu_wrap .btn_l .icon_blank::before,
.tu_wrap .btn_l .icon_blank::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
}
.tu_wrap .btn_l .icon_blank::before {
  right: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1000px;
  background-color: #fff;
}
.tu_wrap .btn_l .icon_blank::after {
  right: .35em;
  width: .75em;
  height: .75em;
  background-image: url(../img/icon_blank.svg);
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(8%) sepia(97%) saturate(7427%) hue-rotate(354deg) brightness(106%) contrast(98%);
}
#sec_product .txt_link_wrap {
  margin-top: 40px;
}

/* swiper */
.tu_wrap .swiper_wrap {
  position: relative;
  margin-left: calc(var(--sidePaddingSp1) * -1);
  width: calc(100% + var(--sidePaddingSp1) * 2);
}
.tu_wrap .swiper_wrap figcaption {
  padding: 0 1em;
}
.tu_wrap .swiper_wrap .img_wrap {
  margin: 0;
}
.tu_wrap .swiper-button-next,
.tu_wrap .swiper-button-prev {
  width: 32px;
  height: 60px;
  background-color: #222;
}
.tu_wrap .swiper-button-prev,
.tu_wrap .swiper-rtl .swiper-button-next {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.tu_wrap .swiper-button-next,
.tu_wrap .swiper-rtl .swiper-button-prev {
  right: 0;
  border-radius: 30px 0 0 30px;
}
.tu_wrap .swiper-button-next:after,
.tu_wrap .swiper-button-prev:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
}
.tu_wrap .swiper-button-next:after {
  transform: rotate(45deg);
  margin-left: 4px;
}
.tu_wrap .swiper-button-prev:after {
  transform: rotate(-135deg);
  margin-right: 4px;
}
@media (min-width: 768px) {
  .tu_wrap .swiper_wrap {
    margin-left: 0;
    width: 100%;
  }
  .tu_wrap .swiper-button-next,
  .tu_wrap .swiper-button-prev {
    background-color: #ecebd6;
  }
  .tu_wrap .swiper-button-next:after,
  .tu_wrap .swiper-button-prev:after {
    border-color: #222;
    border-width: 3px 3px 0 0;
  }
  .tu_wrap .swiper-button-next:after {
    margin-left: 12px;
  }
  .tu_wrap .swiper-button-prev:after {
    margin-right: 12px;
  }
}