@charset "UTF-8";

/* -----------------------------------------------
0. Foundation
	0-1. Reset
	0-2. Base
	0-3. Config
		0-3-1. font family
		0-3-2. color management
	0-4. Vendor
1. Layout
	1-1. Wrapper
	1-2. Container
	1-3. Header
	1-4. Hamburger
	1-5. Side
	1-6. Main
	1-7. Footer
2. Object
	2-1. Component
		2-1-1.	Floating menu
		2-1-2.	Breadcrumb
		2-1-4.	PageHeader
		2-1-5.	PageContents
		2-1-6.	Pagination
		2-1-7.	Section
		2-1-8.	Heading
		2-1-9.	Button
		2-1-10.	Animation
		2-1-11.	Image hover
	2-2. Project
		2-2-1.	Home
		2-2-2.	Staff
		2-2-3.	Blog
		2-2-4.	News
		2-2-5.	Sidebar
		2-2-6.	Single
		2-2-7.	Contact
		2-2-8.	Privacy
		2-2-9.	Sitemap
		2-2-10.	404
	2-3. Utility
-------------------------------------------------- */
/*================================================
 [0. Foundation]
==================================================*/
/* -----------------------------------------------
/* 0-1. Reset
-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body.no-scroll {
  overflow-y: hidden !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  font-size: 16px;
  text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: transparent;
  border: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

/* -----------------------------------------------
/* 0-2. Base
-------------------------------------------------- */
html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "Segoe UI", Verdana,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  min-width: 1200px;
  width: 100%;
  color: #000;
  background: #fff;
  line-height: 2;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre,
ol {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 961px) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #004a8e;
  }
}

a img {
  border: none;
}

strong {
  font-weight: bold;
}

*:focus {
  outline: none;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

@media screen and (max-width: 960px) {
  html,
  body {
    height: 100%;
  }

  body {
    font-size: 14px;
    width: 100%;
    min-width: 100%;
  }
}

/* -----------------------------------------------
/* 0-3. Config
-------------------------------------------------- */
/* 0-3-1.  font family
-------------------------------------------------- */
@font-face {
  font-family: "Geometria";
  src: url("../font/Geometria.woff2") format("woff2"),
    url("../font/Geometria.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria-m";
  src: url("../font/Geometria-Medium.woff2") format("woff2"),
    url("../font/Geometria-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria-eb";
  src: url("../font/Geometria-ExtraBold.woff2") format("woff2"),
    url("../font/Geometria-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.u-ff-logotypejp-b {
  font-family: "Geometria", sans-serif;
}

.u-ff-logotypejp-m {
  font-family: "Geometria-m", sans-serif;
}

.u-ff-bahnschrift {
  font-family: "Geometria-eb", sans-serif;
}

/* 0-3-2.  color management
-------------------------------------------------- */

/* -----------------------------------------------
/* 0-4. Vendor
-------------------------------------------------- */
.lity {
  background: rgba(0, 0, 0, 0.4) !important;
}

.lity-wrap:before {
  margin-right: 0 !important;
}

.slick-dots {
  left: 0;
  bottom: -38px !important;
}

.slick-dots li {
  width: 50px !important;
  height: 5px !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 50px !important;
  height: 5px !important;
  opacity: 1 !important;
  display: block;
  background: #c8c8c8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: #959595;
}

.slick-prev,
.slick-next {
  width: 34px !important;
  height: 34px !important;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  opacity: 1 !important;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-prev:before {
  background: url(../images/common/slider-prev.svg) no-repeat center center;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.slick-next:before {
  background: url(../images/common/slider-next.svg) no-repeat center center;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25 !important;
}

@media screen and (min-width: 961px) {
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 0.25 !important;
  }
}

@media screen and (max-width: 960px) {
  .slick-dots li {
    width: 40px !important;
    height: 5px !important;
    margin: 0 1px;
  }

  .slick-dots li button:before {
    width: 40px !important;
    height: 5px !important;
  }

  .slick-prev {
    left: 25px !important;
  }

  .slick-next {
    right: 33px !important;
  }
}

#toc_container {
  border: 1px solid #433b38;
  padding: 20px 30px;
  background: #f4f4f1;
  margin: 30px 0;
}

#toc_container .toc_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #f29527;
  position: relative;
}

#toc_container .toc_title:before {
  content: "";
  background: url(../images/common/common_ico_toc.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 10px 0 0;
}

#toc_container .toc_title:after {
  position: absolute;
  right: 15px;
  content: "＋";
  font-size: 40px;
  cursor: pointer;
}

#toc_container .toc_title.is-active:after {
  content: "－";
}

#toc_container .toc_list {
  padding: 15px 0 0;
  overflow: hidden;
}

#toc_container .toc_list > li > ul > li {
  margin: 0 0 0 30px;
}

#toc_container .toc_list > li > ul > li > ul > li {
  margin: 0 0 0 30px;
}

#toc_container .toc_number:after {
  content: " … ";
}

@media screen and (max-width: 960px) {
  #toc_container {
    padding: 15px 15px;
    margin: 15px 0;
  }

  #toc_container .toc_title {
    font-size: 18px;
  }

  #toc_container .toc_list > li > ul,
  #toc_container .toc_list > li > ul > li > ul {
    margin: 15px 0;
  }

  #toc_container .toc_list > li > ul > li {
    margin: 0 0 0 15px;
  }

  #toc_container .toc_list > li > ul > li > ul > li {
    margin: 0 0 0 15px;
  }

  #toc_container .toc_title:after {
    right: 0;
    font-size: 30px;
  }
}

.sabox-plus-item {
}

.saboxplugin-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 110px 30px 30px;
  position: relative;
}

.saboxplugin-wrap > .saboxplugin-tab > *:last-child {
  display: none;
}

.saboxplugin-gravatar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 170px;
  height: 100%;
  margin: 0 0 15px;
}

.saboxplugin-gravatar:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.saboxplugin-gravatar a {
  pointer-events: none;
}

.saboxplugin-gravatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  position: absolute;
}

.saboxplugin-authorname {
  background-color: #004a8e;
  margin: 0 15px 0 -40px;
  padding: 0 40px;
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 1em;
  white-space: nowrap;
  top: 30px;
}

.saboxplugin-authorname:before {
  border: 10px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 0;
  border-color: #005276 transparent transparent transparent;
  border-width: 10px 0 0 10px;
}

.saboxplugin-authorname:after {
  border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
  border-style: solid;
  border-width: 27px 20px 27px 0px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.saboxplugin-authorname a {
  pointer-events: none;
}

.saboxplugin-authorname span:before {
  content: "監修：";
}

.saboxplugin-desc {
  width: calc(100% - 200px);
}

.saboxplugin-desc > div > p {
  margin-bottom: 1em;
}

.saboxplugin-desc > div > p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .saboxplugin-tab {
    display: block;
    padding: 85px 15px 15px;
  }

  .saboxplugin-authorname {
    margin: 0 10px 0 -25px;
    font-size: 14px;
    line-height: 44px;
    top: 20px;
    padding: 0 40px 0 25px;
  }

  .saboxplugin-authorname:after {
    border-width: 22px 20px 22px 0px;
  }

  .saboxplugin-gravatar {
    margin: 0 auto 20px;
  }

  .saboxplugin-desc {
    width: 100%;
  }
}

.object-fit {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/*================================================
 [1. Layout]
==================================================*/
/* -----------------------------------------------
/* 1-1. Wrapper
-------------------------------------------------- */
.l-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .l-wrapper {
    padding: 55px 0 0;
  }
}

/* -----------------------------------------------
/* 1-2. Container
-------------------------------------------------- */
.l-container {
  /* 中は1100px */
  margin: 0 auto;
  padding: 0 50px;
  width: 1200px;
  position: relative;
}

.l-container--small {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  position: relative;
}

.l-container--medium {
  margin: 0 auto;
  padding: 0;
  width: 970px;
  position: relative;
}

.l-container--fluid {
  max-width: 100%;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .l-container,
  .l-container--small,
  .l-container--medium {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}

/* -----------------------------------------------
/* 1-3. Header
-------------------------------------------------- */
.l-header {
  height: 170px;
  width: 100%;
  z-index: 100;
  min-width: 1200px;
  position: relative;
  background: #fff;
}

.l-header__section--top {
  height: 100px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 20px;
}

.l-header__section--bottom {
  height: 70px;
  width: 100%;
  background: #e4e3dc;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__section .l-container--fluid,
.l-header__section .l-container {
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__logo {
  display: flex;
  align-items: center;
}

.l-header__logoServiceLogo {
  width: 100px;
}

.l-header__logoService {
  margin: 0 15px 0 -1px;
}

/* .l-header__logoServiceName {
	width: 198px;
	height: 24px;
} */

.l-header__logoText {
  position: absolute;
  top: 15px;
  left: 124px;
  color: #004a8e;
  font-size: 16px;
}

.l-header__utility {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.l-header__utilityItem {
  width: 112px;
}

.l-header__utilityItem--registration {
}

.l-header__utilityItem--cart {
}

.l-header__utilityItem--veterinarian {
}

.l-header__utilityLink {
}

.l-header__utilityIcon {
  width: 25px;
  height: 25px;
  margin: 0 auto 10px;
  position: relative;
}

.l-header__utilityLabel {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.l-header__quantity {
  position: absolute;
  font-size: 11px;
  color: #fff;
  line-height: 15px;
  background: #f29527;
  top: -4.5px;
  right: -8.5px;
  width: 15px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.l-header__globalNav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__globalNavItem {
  position: relative;
}

.l-header__globalNavLink {
  margin: 0;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 15px;
}

.l-header__globalNavLink:hover {
  background: #fff;
  color: #000;
}

.l-header__globalNavItem.is-active .l-header__globalNavLink--dog,
.l-header__globalNavLink--dog:hover {
  background: #fff;
}

.l-header__globalNavItem.is-active .l-header__globalNavLink--cat,
.l-header__globalNavLink--cat:hover {
  background: #fff;
}

.l-header-globalNavChildBg {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.l-header__globalNavChild {
  display: none;
  width: calc(100vw + 2px);
  max-height: 80vh;
  position: fixed;
  z-index: 99;
  top: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 60px 0 60px;
  overflow-y: auto;
}

.l-header__globalNavChild .c-purpose {
  margin-bottom: 30px;
}

.l-header__globalNavChild--dog {
  background: #fff;
}

.l-header__globalNavChild--cat {
  background: #fff;
}

.l-header__globalNavChildTitle {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

.l-header__globalNavChildTitle--dog {
  color: #000;
}

.l-header__globalNavChildTitle--cat {
  color: #000;
}

/* .l-header__globalNavChildTitle:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 15px 0 0;
}  

.l-header__globalNavChildTitle--dog:before {
	background: url(../images/common/common_ico_arrow-blue.svg) no-repeat center center;
	background-size: contain;
}

.l-header__globalNavChildTitle--cat:before {
	background: url(../images/common/common_ico_arrow-green.svg) no-repeat center center;
	background-size: contain;
} */

.l-header__globalNavCategory {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
  row-gap: 24px;
}

.l-header__globalNavCategoryItem {
	width:16.6%;
  /* width: 14.2%; */
}

.l-header__globalNavCategoryItem--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.l-header__globalNavCategoryLink {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__globalNavCategoryLink:hover {
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
}

.l-header__globalNavCategoryImage {
  margin: 0 0 5px;
}

.l-header__globalNavCategoryImage img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.l-header__globalNavCategoryLabel {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.l-header__globalNavPurpose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px;
}

.l-header__globalNavPurposeItem {
  width: 25%;
  margin: 0 0 20px;
}

.l-header__globalNavPurposeItem--empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.l-header__globalNavPurposeLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__globalNavPurposeLink:hover {
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
}

.l-header__globalNavPurposeImage {
  margin: 0 15px 0 0;
}

.l-header__globalNavPurposeImage img {
  width: 60px;
  height: 60px;
}

.l-header__globalNavPurposeLabel {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .l-header {
    height: 55px;
    min-width: initial;
    position: fixed;
    top: 0;
    left: 0;
  }

  .l-header__section--top {
    height: 55px;
    padding: 10px 15px;
  }

  .l-header__section--bottom {
    display: none;
  }

  .l-header__logoServiceLogo {
    margin-right: 5px;
    width: 66px;
    height: 32px;
  }

  .l-header__logoService {
    display: none;
  }

  .l-header__logoServiceName {
    height: 22px;
  }

  .l-header__logoText {
    display: none;
  }

  .l-header__utility {
    width: auto;
    right: 37px;
  }

  .l-header__utilityItem {
    display: none;
    width: 40px;
  }

  .l-header__utilityItem--registration {
    display: block;
  }

  .l-header__utilityItem--cart {
    display: block;
  }

  .l-header__utilityIcon--registration {
    width: 23px;
    height: 24px;
    margin: 0 auto 1px;
  }

  .l-header__utilityIcon--cart {
    width: 26px;
    height: 25px;
    margin: 0 auto 2px;
  }

  .l-header__utilityLabel {
    display: none;
  }

  .l-header__utilityLabel--registration {
    display: block;
    font-size: 10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    white-space: nowrap;
    line-height: 1;
  }
}

.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
}

.l-header.is-fixed .l-header__section--top {
  display: none;
}

/* -----------------------------------------------
/* 1-4. Hamburger
-------------------------------------------------- */
.l-hamburger {
  display: none;
}

@media screen and (max-width: 960px) {
  .l-hamburger {
    position: fixed;
    top: 17px;
    right: 15px;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1002;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-hamburger__menu {
    height: 14px;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .l-hamburger__path {
    -webkit-transition: opacity 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: #000;
    width: 20px;
    height: 2px;
  }

  .l-hamburger span {
    text-align: center;
    color: #000;
    font-size: 10px;
    display: block;
    transform: scale(0.7);
    transform-origin: left center;
  }

  .l-hamburger.is-active {
  }

  .l-hamburger.is-active .l-hamburger__path {
    position: absolute;
  }

  .l-hamburger.is-active .l-hamburger__path--line01 {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
    transform: translate(0px, 6px) rotate(-45deg);
  }

  .l-hamburger.is-active .l-hamburger__path--line02 {
    top: 8px;
    opacity: 0;
  }

  .l-hamburger.is-active .l-hamburger__path--line03 {
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    width: 20px;
  }
}

/* -----------------------------------------------
/* 1-5. Side
-------------------------------------------------- */
.l-side {
  display: none;
}

@media screen and (max-width: 960px) {
  .l-side {
    display: block;
    width: 100%;
    right: -100%;
    height: 100%;
    background: url(../images/common/common_bg_dot-green.jpg) center center;
    background-size: 260px;
    padding: 55px 0;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    position: fixed;
    z-index: 99;
    -webkit-transition: all 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: #e4e3dc;
  }

  .l-side__section {
    padding: 15px 0;
  }

  .l-side__loginLink {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
  }

  .l-side__loginIcon {
    margin: 0 10px 0 0;
    width: 19px;
    height: 19px;
  }

  .l-side__loginIcon img {
    width: 19px;
    height: 19px;
  }

  .l-side__loginLabel {
    font-size: 16px;
    font-weight: 700;
    color: #f29527;
  }

  .l-side__section--notice {
    padding: 0;
  }

  .l-side__notice {
    text-align: center;
    line-height: 1;
  }

  .l-side__notice span {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: auto;
    white-space: nowrap;
    line-height: 1.4;
  }

  .l-side__section--utility {
    margin-top: 15px;
    padding: 0 0 15px;
  }

  .l-side__utility {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-side__utilityItem {
    width: calc(50% - 7.5px);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0;
  }

  .l-side__utilityLink {
    display: block;
  }

  .l-side__utilityIcon {
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
  }

  .l-side__utilityIcon img {
    width: 32px;
    height: 32px;
  }

  .l-side__utilityLabel {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000;
    white-space: nowrap;
  }

  .l-side__section--category {
  }

  .l-side__section--category--dog {
    background: #fff;
  }

  .l-side__section--category--cat {
    background: #fff;
  }

  .l-side__categoryTitle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 5px 0 15px;
  }

  .l-side__categoryTitle:before {
    content: "";
    display: block;
    width: 42px;
    height: 37px;
    margin: -5px 7.5px 0 0;
  }

  .l-side__categoryTitle--dog:before {
    background: url(../images/common/common_img_dog.svg) no-repeat center center;
    background-size: contain;
  }

  .l-side__categoryTitle--cat:before {
    background: url(../images/common/common_img_cat.svg) no-repeat center center;
    background-size: contain;
  }

  .l-side__categoryTitle--dog {
    color: #000;
  }

  .l-side__categoryTitle--cat {
    color: #000;
  }

  .l-side__category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.5px;
  }

  .l-side__categoryItem {
    width: calc(33.3% - 10px);
    margin: 0 0 7.5px;
  }

  .l-side__categoryItem--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .l-side__categoryLink {
    display: flex;
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f4f4f1;
    padding: 4px;
    height: 100%;
    line-height: 1.3;

    & .break {
      display: inline;

      @media screen and (max-width: 768px) {
        display: block;
      }
    }
  }

  .l-side__categoryButton {
    width: 100%;
    min-height: 37px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    line-height: 1.4;
    padding: 8px 10px;
    letter-spacing: 0.2em;
    color: #fff;
    background: #433b38;
    border: 1px solid #433b38;
    transition: 0.3s;
  }

  .l-side__categoryButton:hover {
    background: #fff;
    color: #433b38;
  }

  .l-side__globalNavItem:first-child {
    border-top: 1px solid #000;
  }

  .l-side__globalNavItem {
    border-bottom: 1px solid #000;
    position: relative;
  }

  .l-side__globalNavLink {
    color: #000;
    font-size: 13px;
    line-height: 40px;
  }

  .l-side__globalNavChildButton {
    position: absolute;
    top: 14px;
    right: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }

  .l-side__globalNavChildButton.is-active {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .l-side__globalNavChild {
    padding: 0 0 15px 25px;
  }

  .l-side__globalNavCategory {
  }

  .l-side__globalNavCategoryItem {
  }

  .l-side__globalNavCategoryLink {
    /* color: #fff; */
    font-size: 13px;
    line-height: 26px;
  }

  .l-side__section--veterinarian {
    padding: 0;
  }

  .l-side__veterinarianLink {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
  }

  .l-side__veterinarianIcon {
    margin: 0 10px 0 0;
    width: 19px;
    height: 19px;
  }

  .l-side__veterinarianIcon img {
    width: 19px;
    height: 19px;
  }

  .l-side__veterinarianLabel {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }

  .l-side__section--sns {
  }

  .l-side__snsLead {
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: 0 0 10px;
  }

  .l-side__sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 180px;
    margin: 0 auto;
  }

  .l-side__snsItem {
    width: 33px;
  }

  .l-side__snsLink {
    display: block;
  }
}

/* -----------------------------------------------
/* 1-6. Main
-------------------------------------------------- */
.l-main {
  position: relative;
  display: block;
  /*	overflow: hidden;	*/
  z-index: 2;
}

.l-main--white {
  background: #fff;
}

@media screen and (max-width: 960px) {
  .l-main {
    width: 100%;
    min-width: 100%;
  }
}

/* -----------------------------------------------
/* 1-7. Footer
-------------------------------------------------- */
.l-footer {
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 1;
}

/* footer main*/
.l-footer__section--main {
  background: #f4f4f1;
  padding: 60px 0 0;
}

/* footer guide*/
.l-footer__guideLead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 175%;
  margin: 0 0 50px;
  color: #000;
}

.l-footer__guide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}

.l-footer__guideItem {
  padding: 40px 40px 35px;
  background: #fff;
  width: calc(33.3% - 26.6px);
}

.l-footer__guideItem:first-child .l-footer__guideLabel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer__guideImage {
  margin: 0 0 30px;
}

.l-footer__guideImage img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
}

.l-footer__guideLabel {
  font-size: 25px;
  color: #928476;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin: 0 0 27px;
  height: 76px;
  display: block;
  margin-inline: auto;
}

.l-footer__guideLabel small {
  font-size: 16px;
  font-weight: 500;
}

.l-footer__guideText {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0 0;
  border-top: 1px solid #928476;
}

.l-footer__informationWrap {
  padding: 40px 0 60px;
  background: #928476;
  position: relative;
}

.l-footer__informationLine {
  height: 57px;
  margin-bottom: 30px;
}

.l-footer__informationLine img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .l-footer__informationLine {
    height: 40px;
  }

  .l-footer__informationLine img {
    transform: scale(3);
    position: absolute;
    left: 70%;
    top: 50px;
  }
}

/* @media screen and (max-width: 400px) {
  .l-footer__informationLine img {
    left: 10%;
  }
} */

.l-footer__informationContainer {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 178px;
}

.l-footer__information--company {
  width: 190px;
}

.l-footer__information--category {
  width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-footer__logo {
  margin: 0 0 13px;
}

.l-footer__logoLink {
  display: block;
}

.l-footer__logoLink img {
  width: 190px;
  height: 92px;
}

.l-footer__snsLead {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0 0 7px;
  color: #fff;
  text-transform: uppercase;
}

.l-footer__sns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.l-footer__snsItem {
  width: 33px;
}

.l-footer__snsLink {
  display: block;
}

.l-footer__categoryTitle {
  width: 196px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.l-footer__categorySection {
  width: calc(50% - 110px);
}

.l-footer__categorySectionTitle {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 175%;
}

.l-footer__categorySectionTitle:after {
  content: "";
  height: 1px;
  width: 123px;
  background: #fff;
  display: block;
  margin: 12px 0 10px;
}

.l-footer__category {
  padding: 0 0 0 23px;
}

/* .l-footer__categoryItem:before {
	content: "─";
	display: inline-block;
	margin-right: .5em;
	color: #fff;
} */
.l-footer__categoryItem {
  line-height: 175%;
}

.l-footer__categoryLink {
  font-size: 16px;
  color: #fff;
}

/* sitemap */
.l-footer__section--sitemap {
  background: #5e504c;
  padding: 30px 0;
}

.l-footer__Nav01 {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px;
}

.l-footer__Nav01Item {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.l-footer__Nav01Item:last-child {
  padding-right: 0;
}

.l-footer__Nav01Item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 16px;
  background: #fff;
}

.l-footer__Nav01Link {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  line-height: 175%;
}

@media screen and (min-width: 961px) {
  .l-footer__Nav01Link:hover {
    color: #fff;
  }
}

.l-footer__Nav02 {
  text-align: center;
  font-size: 0;
  line-height: 1;
}

.l-footer__Nav02Item {
  display: inline-block;
  padding-right: 25px;
}

.l-footer__Nav02Item:last-child {
  padding-right: 0;
}

.l-footer__Nav02Link {
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 961px) {
  .l-footer__Nav02Link:hover {
    color: #fff;
  }
}

/* copyright */
.l-footer__section--copy {
  background: #433b38;
  padding: 15px 0;
}

.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .l-footer {
    overflow: hidden;
  }

  /* footer main*/
  .l-footer__section--main {
  }

  /* footer guide*/
  .l-footer__guideLead {
    font-size: 14px;
    line-height: 175%;
    margin: 0 0 30px;
  }

  .l-footer__guide {
    display: block;
    margin: 0 0 60px;
  }

  .l-footer__guideItem {
    padding: 30px;
    width: 100%;
    margin: 0 0 30px;
  }

  .l-footer__guideItem:first-child .l-footer__guideLabel {
    justify-content: flex-start;
  }

  .l-footer__guideCatch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 20px;
  }

  .l-footer__guideImage {
    margin: 0;
    width: 76px;
  }

  .l-footer__guideImage img {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    display: block;
  }

  .l-footer__guideLabel {
    font-size: 20px;
    width: calc(100% - 88px);
    text-align: left;
    margin: 0;
  }

  .l-footer__guideLabel small {
    font-size: 16px;
    font-weight: 500;
  }

  .l-footer__guideText {
    font-size: 14px;
    padding: 20px 0 0;
  }

  .l-footer__informationWrap {
    padding: 35px 0 0;
  }

  .l-footer__informationContainer {
    padding: 0;
  }

  .l-footer__information--company {
    width: 100%;
  }

  .l-footer__information--category {
    display: none;
  }

  .l-footer__logo {
    margin: 30px 0;
  }

  .l-footer__logoLink img {
    display: block;
    margin: 0 auto;
  }

  .l-footer__snsLead {
    display: none;
  }

  .l-footer__sns {
    display: none;
  }

  /* sitemap */
  .l-footer__section--sitemap {
    padding: 20px 0;
  }

  .l-footer__Nav01 {
    display: none;
  }

  .l-footer__Nav02Item {
    padding-right: 15px;
  }

  .l-footer__Nav02Link {
    font-size: 12px;
    line-height: 2;
  }

  /* copyright */
  .l-footer__section--copy {
    padding: 20px 0 70px;
  }

  .l-footer__copyright {
    font-size: 10px;
  }
}

@media screen and (min-width: 350px) and (max-width: 960px) {
  .l-footer__informationLine {
    margin-bottom: 0;
  }
}

/*================================================
 [2. Object]
==================================================*/
/* -----------------------------------------------
/* 2-1. Component
-------------------------------------------------- */
/* 2-1-1. Floating
-------------------------------------------------- */
.c-to-top {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 101;
}

.c-to-top a {
  display: block;
  height: 80px;
  width: 80px;
  text-decoration: none;
  background: #433b38;
  background-size: contain;
  box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #433b38;
}

.c-to-top a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 10px;
  transition: 0.3s;
}

@media screen and (min-width: 961px) {
  .c-to-top a:hover {
    opacity: 0.7;
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .c-to-top {
    right: 15px;
    bottom: 15px;
  }

  .c-to-top a {
    height: 50px;
    width: 50px;
  }

  .c-to-top a::before {
    width: 8px;
    height: 8px;
  }
}

.c-float {
  display: none;
}

.c-float__side {
  display: block;
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 100;
}

.c-float__sideRegistration {
  background: #004a8e;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 61px;
  height: 176px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 15px;
  cursor: pointer;
}

.c-float__sideRegistration small {
  font-size: 12px;
  font-weight: 500;
}

.c-float__sideRegistrationNotice {
  position: absolute;
  top: -84px;
  left: -66px;
}

.c-float__sideRegistrationBalloon {
  background: #f29527;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.c-float__sideRegistrationBalloon:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  bottom: -6px;
  border-left: 25px solid #f29527;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -moz-transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-float__sideRegistrationBalloon > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  line-height: 1.4;
}

.c-float__sideRegistrationNotice strong {
  font-size: 15px;
  font-weight: 500;
}

.c-float__sideRegistration:hover {
  opacity: 0.7;
  color: #fff;
}

.c-float__sideRegistration:hover .c-float__sideRegistrationBalloon {
  color: #fff;
}

.c-float__sideRegistration:hover .c-float__sideRegistrationBalloon:before {
}

.c-float__sideCart {
  background: #004a8e;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  width: 61px;
  height: 61px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.c-float__sideCartIcon {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  position: relative;
}

.c-float__sideQuantity {
  position: absolute;
  font-size: 11px;
  color: #fff;
  line-height: 15px;
  background: #f29527;
  top: -4.5px;
  right: -8.5px;
  width: 15px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-float__sideCart:hover {
  opacity: 0.7;
}

.c-float__sideCart:hover .c-float__sideQuantity {
  background: #004a8e;
}

.c-float__bottom {
  display: none;
}

@media screen and (max-width: 960px) {
  .c-float__side {
    display: none;
  }

  .c-float__bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}

/* 2-1-2. Information
-------------------------------------------------- */
.c-information {
  display: none;
}

@media screen and (max-width: 960px) {
  .c-information {
    display: block;
    background: #f29527;
  }

  .c-information__text {
    text-align: center;
    color: #fff;
    font-size: 10px;
    /*
	    -webkit-transform: scale(0.9);
	    transform: scale(0.9);
*/
    white-space: nowrap;
    line-height: 1.8;
  }
}

/* 2-1-2. Breadcrumb
-------------------------------------------------- */
.c-breadcrumb {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.c-breadcrumb__list {
  overflow: hidden;
  text-align: left;
  padding: 10px 0;
  line-height: 1.6;
}

.c-breadcrumb__list li {
  display: inline;
  font-size: 14px;
}

.c-breadcrumb__list a {
  font-size: 14px;
}

.c-breadcrumb__list li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}

@media screen and (max-width: 960px) {
  .c-breadcrumb__list {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* 2-2-4. PageHeader
-------------------------------------------------- */
.c-pageHeader {
  width: 100%;
  height: 155px;
}

.c-pageHeader .l-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-pageHeader__title {
  padding: 10px 0;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-pageHeader__titleSub {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.5em;
  color: #928476;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 0 15px;
}

.c-pageHeader__titleMain {
  text-align: center;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .c-pageHeader__title {
    top: 50%;
  }

  .c-pageHeader__titleSub {
    font-size: 12px;
  }

  .c-pageHeader__titleMain {
    font-size: 18px;
  }
}

/* 2-2-4. PageLead
-------------------------------------------------- */
.c-pageLead {
  width: 100%;
  padding: 0 0 35px;
}

.c-pageLead__text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .c-pageLead__text {
    font-size: 14px;
  }
}

/* 2-2-5. PageContents
-------------------------------------------------- */
.c-pageContents {
  opacity: 0;
  animation: anm-pageContents 1s ease-in-out forwards;
}

@-webkit-keyframes anm-pageContents {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes anm-pageContents {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 2-1-X. Search Box
-------------------------------------------------- */
.c-search {
  padding: 40px 160px;
  background: #f4f4f1;
}

.c-search__h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 5px 0 15px;
}

* + .c-search__h2 {
  margin-top: 50px;
}

.c-search__text {
  text-align: center;
  margin: 0 0 30px;
  color: #e07866;
  font-weight: 700;
}

.c-search__text strong {
  background: #e07866;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: -20%;
  pointer-events: none;
}

.c-search__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.c-search__input {
  overflow: hidden;
  border: solid 1px #000;
  padding: 6.5px 10px;
}

.c-search__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6.5px 15px;
  border: solid 1px #000;
  overflow: hidden;
}

.c-search__select::-ms-expand {
  display: none;
}

.c-search__input:focus,
.c-search__select:focus {
  outline: none;
  border: 1px solid #000022;
}

.c-search__select--category {
  width: 96px;
}

.c-search__select--tag {
  width: 180px;
}

.c-search__input--text {
  width: 310px;
}

.c-search__button {
  width: 137px;
  height: 30px;
  line-height: 30px;
  background: #f29527;
  border: 1px solid #f29527;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-search__button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/common/common_ico_search-white.svg) no-repeat center
    right;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .c-search__button:hover {
    background: #fff;
    color: #f29527;
  }

  .c-search__button:hover:before {
    background: url(../images/common/common_ico_search-pink.svg) no-repeat
      center right;
    background-size: contain;
  }
}

.c-search__dTagList {
  text-align: center;
  margin: 0 -7.5px 30px;
}

.c-search__dTagItem {
  margin: 12.5px 7.5px;
  display: inline-block;
}

.c-search__dTagCheck {
  display: none;
}

.c-search__dTagLabel {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7.5px 25px;
  border: 1px solid #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s;
}

.c-search__dTagCheck:checked + .c-search__dTagLabel {
  background: #433b38;
  border: 1px solid #433b38;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .c-search__dTagLabel:hover {
    background: #e4e3dc;
  }
}

.c-search__clear {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #7c7e7c;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .c-search__clear:hover {
    background: #000;
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .c-search {
    padding: 25px 15px;
  }

  .c-search__h2 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  * + .c-search__h2 {
    margin-top: 30px;
  }

  .c-search__row {
    display: block;
  }

  .c-search__col {
    margin: 0 0 5px;
  }

  .c-search__select--category,
  .c-search__select--tag,
  .c-search__input--text {
    width: 114%;
    font-size: 16px;
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  .c-search__button {
    margin: 15px auto 0;
  }

  .c-search__dTagItem {
    margin: 7.5px 2.5px;
    display: inline-block;
  }

  .c-search__dTagLabel {
    font-size: 14px;
    padding: 7.5px 20px;
  }
}

/* 2-1-6. Pagination
-------------------------------------------------- */
.c-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.c-pagination > div {
  width: calc(50% - 170px);
}

.c-pagination__list {
  width: 340px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.c-pagination__item--prev a,
.c-pagination__item--top a,
.c-pagination__item--next a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  padding: 0 5px;
}

.c-pagination__item--prev a {
  margin: 0 30px 0 4px;
}

.c-pagination__item--top a {
  margin: 0 4px;
}

.c-pagination__item--next a {
  margin: 0 4px 0 30px;
}

.c-pagination__item--page > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/*
.c-pagination__item--number:nth-child(n+6){
	display: none;
}
.c-pagination__item--number:nth-child(5) a{
	pointer-events: none;
	font-size:0;
}
.c-pagination__item--number:nth-child(5) a:before{
	content:"…";
	font-size:16px;
	line-height:25px;
	display:inline-block;
}
.c-pagination__item--number:last-child{
	display: block;
}
.c-pagination__item--number:last-child a{
	pointer-events: initial;
	font-size:inherit;
}
.c-pagination__item--number:last-child a:before{
	display:none;
}
*/
.c-pagination__item--number a {
  font-size: 16px;
  font-weight: 500;
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 4px;
  display: block;
  white-space: nowrap;
  padding: 0 5px;
}

.c-pagination__item--number.is-currentPage a {
  cursor: pointer;
  font-weight: 800;
  background-color: #f2952733;
}

@media screen and (min-width: 961px) {
  .c-pagination__item a:hover {
    background: #f29527;
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .c-pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-pagination > div {
    width: auto;
  }

  .c-pagination__list {
    width: 100%;
  }

  .c-pagination__list--top {
    display: none;
  }

  .c-pagination__item--prev a {
    margin: 0 10px 0 2px;
  }

  .c-pagination__item--top a {
    margin: 0 2px;
  }

  .c-pagination__item--next a {
    margin: 0 2px 0 10px;
  }

  .c-pagination__item--number a {
    margin: 0 2px;
  }
}

.c-pagination__information {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-pagination__information--top {
  margin: 0;
}

.c-pagination__information--bottom {
  margin: 0;
}

.c-pagination__informationLabel {
  font-size: 14px;
  font-weight: 700;
}

.c-pagination__informationCount {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 960px) {
  .c-pagination__information--top {
    width: 100% !important;
    margin: 0;
    order: 2;
  }

  .c-pagination__information--bottom {
    display: none;
  }
}

.c-pagination__order {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.c-pagination__orderSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6.5px 15px;
  border: solid 1px #000;
  overflow: hidden;
}

.c-pagination__orderSelect::-ms-expand {
  display: none;
}

.c-pagination__orderSelect:focus {
  outline: none;
  border: 1px solid #000022;
}

@media screen and (max-width: 960px) {
  .c-pagination__order {
    width: 100% !important;
    margin: 0 0 15px;
    order: 1;
  }

  .c-pagination__orderSelect {
    font-size: 16px;
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

/* 2-1-7. Section
-------------------------------------------------- */
.c-section {
  padding: 0;
  overflow: hidden;
  padding: 80px 0 80px;
}

.c-section--gray {
  background: #eee;
}

.c-section--white {
  background: #fff;
}

@media screen and (max-width: 960px) {
  .c-section {
    min-width: auto;
    padding: 40px 0 60px;
  }
}

/* 2-1-8. Heading
-------------------------------------------------- */
/* ---c-heading01__h2--- */
.c-heading01__h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}

@media screen and (max-width: 960px) {
  .c-heading01__h2 {
    font-size: 20px;
  }
}

/* ---c-heading01__h3--- */
.c-heading01__h3 {
  text-align: center;
  margin: 0 auto 15px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 150%;
}

.c-heading01__h3:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #000;
  display: block;
}

.c-heading01__h3:before {
  margin-right: 0.2em;
}

.c-heading01__h3:after {
  margin-left: 3em;
}

@media screen and (max-width: 960px) {
  .c-heading01__h3 {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 15px;
  }

  .c-heading01__h3:before {
    margin-right: 1em;
  }

  .c-heading01__h3:after {
    margin-left: 1em;
  }
}

/* ---c-headingDog__h2--- */
/* ---c-headingCat__h2--- */
.c-heading__h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  color: #000;
  line-height: 150%;
}

@media screen and (max-width: 960px) {
  .c-heading__h2 {
    font-size: 18px;
  }

  .c-headingDog__h2,
  .c-headingCat__h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .c-headingDog__h2:before,
  .c-headingCat__h2:before {
    width: 57px;
    height: 50px;
    margin: 0 0 15px;
  }
}

/* ---c-heading02__h2--- */
.c-heading02__h2 {
  background: #e4e3dc;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-heading02__link {
  font-size: 0.8em;
  color: #f29527;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.c-heading02__link img {
  height: 1em;
  width: auto;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 961px) {
  .c-heading02__link:hover {
    color: #433b38;
  }
}

.c-heading02__h3 {
  border-bottom: 1px solid #000;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 30px;
}

.c-heading02__h3 span {
  background: #f29527;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  line-height: 40px;
  margin: 0 15px 0 0;
}

* + .c-heading02__h3 {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .c-heading02__h2 {
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 20px;
  }

  .c-heading02__link {
    display: none;
  }

  .c-heading02__h3 {
    line-height: 26px;
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 30px;
  }

  .c-heading02__h3 span {
    font-size: 14px;
    padding: 0 10px;
    line-height: 34px;
    margin: 0 0 15px;
    display: table;
  }

  .c-heading02__h3 span::after {
    content: "\A";
    white-space: pre;
  }

  * + .c-heading02__h3 {
    margin-top: 30px;
  }
}

/* 2-1-X. Form
------------------------------------------------- */
.c-form {
  width: 100%;
  border-top: #b3b3b3 1px solid;
  margin-bottom: 30px;
}

.c-form + * {
  margin-top: 30px !important;
}

.c-form__head {
  border-bottom: #b3b3b3 1px solid;
  text-align: left;
  vertical-align: top;
  padding: 20px;
  font-weight: 700;
  white-space: nowrap;
  background: #f4f4f1;
  width: 30%;
}

.c-form__data {
  border-bottom: #b3b3b3 1px solid;
  text-align: left;
  padding: 20px;
  width: 70%;
}

.c-form__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 45px;
}

.c-form__label:after {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  padding: 5px 5px;
  line-height: 1;
  margin: 0 0 0 10px;
}

.c-form__label--required:after {
  content: "必須";
  border: 1px solid #433b38;
  background: #433b38;
  color: #fff;
}

.c-form__label--optional:after {
  content: "任意";
  border: 1px solid #433b38;
  background: #fff;
  color: #433b38;
}

.c-form__inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

* + .c-form__inline {
  margin: 5px 0 0;
}

.c-form__inline--spVertical {
}

.c-form__input {
  width: 100%;
  overflow: hidden;
  border: solid 1px #b3b3b3;
  padding: 10px;
  line-height: 1.6;
  font-size: 16px;
}

.c-form__input:focus {
  outline: none;
  border: solid 1px #000022;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

.c-form__agree {
  text-align: center;
  margin: 0 0 30px;
}

* + .c-form__agree {
  margin-top: 30px;
}

.c-form__agree a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.c-form__attention {
  font-size: 14px;
  margin: 15px 0 0;
}

.c-form__attention a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

/* 項目の下に表示するエラーメッセージ */
.c-form__error {
  margin: 15px 0 0;
  padding: 15px;
  background: #f4f4f1;
  color: #000;
}

.c-form__error a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

/* フォームの下に表示するエラーメッセージ */
.c-form__errorMessage {
  margin: 0 0 15px;
  padding: 15px;
  background: #f2952733;
  color: #f29527;
}

.c-form__errorMessage a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.c-form__complete {
  margin: 15px 0 0;
  padding: 15px;
  background: #e8f4e6;
  color: #68b75a;
}

.c-form__complete p {
  color: #f29527;
  padding: 15px;
  font-weight: 700;
  margin: 15px 0 0;
  background: #fff;
  border: 1px solid #f29527;
}

.c-form__text {
  margin: 0 0 30px;
}

.c-form__notice {
  margin: 0 0 30px;
}

.c-form__notice a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.c-form__button {
  min-width: 180px;
  width: 180px;
  min-height: 43px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #433b38;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  border: 1px solid #433b38;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .c-form__button:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #433b38;
    color: #fff;
  }
}

.c-form__button--reversal {
  background: #433b38;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .c-form__button--reversal:hover {
    background: #fff;
    color: #433b38;
  }
}

@media screen and (max-width: 960px) {
  .c-form__button {
    min-width: 110px;
    width: 110px;
    letter-spacing: 0;
  }

  .c-form__head {
    border-bottom: none;
    padding: 15px;
    width: 100%;
    display: block;
  }

  .c-form__data {
    width: 100%;
    padding: 15px;
    display: block;
  }

  .c-form__error {
    padding: 10px;
  }

  .c-form__label {
    font-size: 14px;
    line-height: 1.6;
  }

  .c-form__input {
    font-size: 16px;
  }

  /* 携帯電話認証時のみ想定 */
  .c-form__inline--spVertical {
    display: block;
  }

  .c-form__inline--spVertical input + span {
    display: none;
  }

  .c-form__inline--spVertical .c-form__button {
    width: 100%;
    margin: 5px 0 0;
  }

  .c-form__button--coupon {
    font-size: 12px;
  }
}

/* 2-1-X. Table
------------------------------------------------- */
.c-table {
  width: 100%;
  border-top: #000 1px solid;
}

* + .c-table {
  margin-top: 30px;
}

.c-table__head {
  border-bottom: #000 1px solid;
  text-align: left;
  vertical-align: top;
  padding: 20px;
  font-weight: 700;
  white-space: nowrap;
  background: #f2f2f2;
  width: 30%;
}

.c-table__data {
  border-bottom: #000 1px solid;
  text-align: left;
  padding: 20px;
  width: 70%;
}

@media screen and (max-width: 960px) {
  .c-table__head {
    border-bottom: none;
    padding: 15px;
    width: 100%;
    display: block;
  }

  .c-table__data {
    width: 100%;
    padding: 15px;
    display: block;
  }
}

/* 2-1-X. Definition
------------------------------------------------- */
.c-definition {
  width: 100%;
}

* + .c-definition {
  margin-top: 30px;
}

.c-definition__title {
  font-weight: 700;
  padding: 0 0 0 15px;
  border-left: 5px solid #928476;
  color: #928476;
  margin: 0 0 15px;
  line-height: 1.6;
}

.c-definition__data + .c-definition__title {
  margin-top: 30px;
}

/* 2-1-9. Button
-------------------------------------------------- */
.c-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  font-size: 0;
}

.c-button-wrap--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 100%;
}

.c-button-wrap--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 100%;
}

.c-button-wrap--vertical {
  max-width: 400px;
  display: block;
}

.c-button {
  min-width: 300px;
  /*	width: 300px;	*/
  min-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #433b38;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  padding: 18px 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid transparent;
  line-height: 150%;
}

.c-button figure {
  width: 30px;
  margin: 0 10px 0 0;
}

@media screen and (min-width: 961px) {
  .c-button:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
    color: #fff;
  }
}

/* @media screen and (min-width:961px) {
	.c-button--dog:hover {
		background: #42a3bf;
		color: #fff;
	}
}

.c-button--cat {
	color: #68b75a;
	border: 1px solid #68b75a;
}

@media screen and (min-width:961px) {
	.c-button--cat:hover {
		background: #68b75a;
		color: #fff;
	}
} */

.c-button--reversal {
  background: #f29527;
  border: 1px solid #f29527;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .c-button--reversal:hover {
    background: #fff;
    color: #f29527;
  }
}

.c-button-wrap--vertical .c-button {
  min-width: 100%;
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (max-width: 960px) {
  .c-button-wrap {
    max-width: 100%;
  }

  .c-button {
    font-size: 15px;
    max-width: 100%;
    min-width: auto;
    min-height: auto;
    width: 100%;
    padding: 15px 15px;
    letter-spacing: 0;
  }

  .c-button:not(:last-child) {
    margin: 0 0 20px;
  }
}

.c-button:disabled {
  border: 1px solid #ccc;
  background: #ccc;
  pointer-events: none;
}

/* Accordion Button
-------------------------------------------------- */
.c-toggle-button {
  width: 180px;
  border-radius: 48px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
}

.c-toggle-button:hover {
  opacity: 0.6;
}

/* 2-1-10. Animation
-------------------------------------------------- */
.c-anm--fadeIn {
  position: relative;
  text-align: inherit;
  opacity: 0;
}

.is-animated .c-anm--fadeIn {
  -webkit-animation-name: anm-fadeIn;
  animation-name: anm-fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  opacity: 1;
}

@-webkit-keyframes anm-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes anm-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-anm--fuwari {
  position: relative;
  text-align: inherit;
  opacity: 0;
}

.is-animated .c-anm--fuwari {
  -webkit-animation-name: anm-fuwari;
  animation-name: anm-fuwari;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  opacity: 1;
}

@-webkit-keyframes anm-fuwari {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes anm-fuwari {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes anm-swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes anm-swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* 2-1-11. Image hover
-------------------------------------------------- */
.c-image-hover {
  position: relative;
}

.c-image-hover > img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  width: 100%;
  height: auto;
  display: block;
}

.c-image-hover figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.c-image-hover figcaption > img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  width: 100%;
  height: auto;
}

/* 2-1-XX. type
-------------------------------------------------- */
.c-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: calc((60 / 1440) * 100vw);
}

@media screen and (max-width: 961px) {
  .c-type {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media screen and (min-width: 961px) {
  .c-type__link:hover {
    color: #000;
  }
}

.c-type__img {
  border-radius: 8px;
  height: 160px;
  overflow: hidden;
}

.c-type__img img {
  margin-inline: auto;
  object-fit: cover;
  transition: 0.3s;
}

.c-type__label {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0;
  letter-spacing: 0.1em;
}

.c-type__label:after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform: translate(-50%, 0) rotate(90deg);
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -o-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(55deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.c-type__label--dog:after {
  background: url(../images/common/common_ico_arrow-blue.svg) no-repeat center
    center;
  background-size: contain;
}

.c-type__label--cat:after {
  background: url(../images/common/common_ico_arrow-green.svg) no-repeat center
    center;
  background-size: contain;
}

@media screen and (min-width: 961px) {
  .c-type__link:hover .c-type__label:after {
    bottom: -50px;
  }

  .c-type__link:hover .c-type__img img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 765px) {
  .c-type__icon {
    margin: 0 0 5px;
  }

  .c-type__icon img {
    width: 57px;
    height: 54px;
  }

  .c-type__label {
    font-size: 14px;
  }

  .c-type__label:after {
    bottom: -25px;
    width: 18px;
    height: 18px;
  }

  .c-type__img {
    height: auto;
    overflow: hidden;
  }

  .c-type__img img {
    max-width: 100%;
    object-fit: contain;
    display: block;
  }
}

/* 2-1-XX. category
-------------------------------------------------- */
.c-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 50px;
  gap: calc((40 / 1440) * 100vw);
  flex-wrap: wrap;
}

.c-category__item {
  width: 13%;
}

.c-category__item--empty {
  height: 0;
  margin: 0 !important;
  padding: 0;
}

.c-category__image {
  margin: 0 0 5px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
  .c-category__image:hover {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
  }
}

.c-category__image img {
  width: 100px;
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.c-category__label {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 960px) {
  .c-category {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px;
    gap: 15px;
  }

  .c-category__item {
    width: 30%;
  }

  .c-category__item--empty {
    height: 0;
    margin: 0 !important;
    padding: 0;
  }

  .c-category__image {
    margin: 0 0 5px;
  }

  .c-category__image img {
    height: 108px;
  }

  @media screen and (max-width: 960px) {
    .c-category__image img {
      height: 80px;
    }
  }

  .c-category__label {
    font-size: 14px;
  }
}

/* 2-1-XX. purpose
-------------------------------------------------- */
.c-purpose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px;
  gap: 15px;
}

.c-purpose__item--empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.c-purpose__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 260px;
  background: #f4f4f1;
  padding: 10px;
  border-radius: 56px;
}

@media screen and (min-width: 961px) {
  .c-purpose__link:hover {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
    color: #000;
    background: #e4e3dc;
  }
}

.c-purpose__image {
  margin: 0 10px 0 0;
}

.c-purpose__image img {
  width: 50px;
  height: 50px;
}

.c-purpose__label {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .c-purpose {
    margin: 0 0 30px;
    justify-content: center;
    gap: 5px;
  }

  .c-purpose__item {
    width: calc((100% - 5px) / 2);
    min-width: 160px;
  }

  .c-purpose__item:last-child {
    margin-right: auto;
  }

  .c-purpose__link {
    width: 100%;
    padding: 8px;
  }

  .c-purpose__item--empty {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-purpose__image {
    margin: 0 10px 0 0;
  }

  .c-purpose__image img {
    width: 24px;
    height: 24px;
  }

  .c-purpose__label {
    font-size: 12px;
  }
}

/* 2-1-XX. itemList
-------------------------------------------------- */
.c-itemList {
  padding: 0 60px 40px;
}

.c-itemList__item {
  padding: 0 22.5px;
}

.c-itemList__link {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
  .c-itemList__link:hover {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
  }
}

.c-itemList__image {
  margin: 0 0 10px;
}

.c-itemList__image img {
  width: 150px;
  height: 150px;
  /*	height:auto;	*/
  display: block;
  margin: 0 auto;
}

.c-itemList__label {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .c-itemList {
    padding: 0 10px 30px;
  }

  .c-itemList__item {
    padding: 0 5px;
  }

  .c-itemList__image {
    margin: 0 0 5px;
  }

  .c-itemList__image img {
    /*
		max-width:92px;
		width:100%;
*/
    width: 92px;
    height: 92px;
  }

  .c-itemList__label {
    font-size: 10px;
  }
}

/* 2-1-XX. newPost
-------------------------------------------------- */
.c-newPost {
  margin: 0 0 30px;
}

.c-newPost__item {
  border-bottom: 1px solid #000;
  position: relative;
}

.c-newPost__tag {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  color: #928476;
  background: transparent;
  border: 1px solid #928476;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  display: block;
}

@media screen and (min-width: 961px) {
  .c-newPost__tag:hover {
    color: #433b38;
    background: #fff;
  }
}

.c-newPost__date {
  position: absolute;
  top: 50%;
  left: 130px;
  /*	タグが実装されたらここの数字に変更
	left: 0;
*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: 700;
  color: #000;
  width: 170px;
  text-align: center;
  display: block;
}

.c-newPost__link {
  padding: 18px 15px 18px 300px;
  /*	タグが実装されたらここの数字に変更
	padding:19px 15px 19px 170px;
*/
  font-size: 16px;
  display: block;
  overflow: hidden;
  color: #000;
  /*	white-space: nowrap;	*/
  text-overflow: ellipsis;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (min-width: 961px) {
  .c-newPost__link:hover {
    color: #000;
    background: #f2f2f2;
  }
}

.c-newPost__link--dog:before,
.c-newPost__link--cat:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: -12px 10px -12px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.c-newPost__link--dog:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center
    #e3f1f5;
  background-size: 60%;
}

.c-newPost__link--cat:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center
    #e8f4e6;
  background-size: 60%;
}

@media screen and (max-width: 960px) {
  .c-newPost {
    margin: 0 0 25px;
  }

  .c-newPost__tag {
    top: 10px;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 12px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .c-newPost__date {
    top: 10px;
    left: 120px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 14px;
    width: calc(100% - 120px);
    text-align: left;
    padding: 1px 10px;
  }

  .c-newPost__link {
    padding: 55px 0 10px;
    font-size: 14px;
    white-space: initial;
  }

  .c-newPost__link--dog,
  .c-newPost__link--cat {
    padding: 55px 0 10px 40px;
  }

  .c-newPost__link--dog:before,
  .c-newPost__link--cat:before {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
  }
}

/* 2-1-XX. tag
-------------------------------------------------- */
.c-dTag-box {
  background: #fcf1ee;
  padding: 40px 95px;
  margin: 0 0 15px;
}

.c-dTag-box:last-child {
  margin: 0 0 40px;
}

.c-dTag-box--dog {
  background: #e3f1f5;
}

.c-dTag-box--cat {
  background: #e8f4e6;
}

.c-dTag-box h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5px 0 15px;
}

.c-dTag-box h3:before {
  content: "";
  display: block;
  width: 42px;
  height: 37px;
  margin: -5px 7.5px 0 0;
}

.c-dTag-box--dog h3:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center;
  background-size: contain;
}

.c-dTag-box--cat h3:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center;
  background-size: contain;
}

.c-dTag-box--dog h3 {
  color: #42a3bf;
}

.c-dTag-box--cat h3 {
  color: #68b75a;
}

.c-dTag {
  text-align: center;
}

.c-dTag__item {
  margin: 12.5px 7.5px;
  display: inline-block;
}

.c-dTag__link {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7.5px 25px;
}

.c-dTag-box--dog .c-dTag__link {
  color: #42a3bf;
  border: 1px solid #42a3bf;
}

@media screen and (min-width: 961px) {
  .c-dTag-box--dog .c-dTag__link:hover {
    background: #42a3bf;
    color: #fff;
  }
}

.c-dTag-box--cat .c-dTag__link {
  color: #68b75a;
  border: 1px solid #68b75a;
}

@media screen and (min-width: 961px) {
  .c-dTag-box--cat .c-dTag__link:hover {
    background: #68b75a;
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .c-dTag-box {
    padding: 25px 10px;
    margin: 0 0 15px;
    text-align: center;
  }

  .c-dTag-box:last-child {
    margin: 0 0 25px;
  }

  .c-dTag-box h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .c-dTag__item {
    margin: 7.5px 2.5px;
    display: inline-block;
  }

  .c-dTag__link {
    font-size: 14px;
    padding: 7.5px 20px;
  }
}

/* 2-1-XX. tag
-------------------------------------------------- */
.c-share {
}

.c-share--qa {
  margin: 0 0 30px;
}

.c-share__heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}

.c-share__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 245px;
  margin: 0 auto;
}

.c-share__item {
  width: 40px;
}

.c-share__link {
  display: block;
}

.c-share__link img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
  .c-share__link:hover img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 960px) {
  .c-share__list {
    width: 190px;
  }

  .c-share__item {
    width: 34px;
  }
}

.c-modal__wrap {
  max-height: 90vh !important;
  overflow-y: auto;
  background: #fff;
  width: 1200px;
}

.c-modal__heading {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  background: #e4e3dc;
  padding: 25px;
}

.c-modal__headingSub {
  background: #f2952733;
  text-align: center;
  color: #f29527;
  font-size: 20px;
  font-weight: 500;
}

.c-modal__contents {
  padding: 60px;
}

@media screen and (max-width: 960px) {
  .c-modal__wrap {
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
  }

  .c-modal__heading {
    font-size: 20px;
    padding: 15px;
  }

  .c-modal__headingSub {
    font-size: 16px;
  }

  .c-modal__contents {
    padding: 15px;
  }
}

.c-modal__text {
  margin: 0 0 30px;
}

.c-modal__text img {
  display: block;
}

.c-modal__lead {
  font-size: 20px;
  margin: 0 0 30px;
}

.c-modal__lead--center {
  text-align: center;
}

.c-modal__lead strong {
  background: linear-gradient(transparent 60%, rgba(242, 149, 39, 0.2) 60%);
  font-weight: 700;
  color: #f29527;
}

.c-modal__notice {
  text-align: center;
}

.c-modal__notice span {
  font-size: 26px;
  font-weight: 700;
  background: #f2952733;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 60px;
  color: #f29527;
}

* + .c-modal__image {
  margin-top: 30px;
}

.c-modal__image {
  width: 100%;
  margin: 0 0 60px;
}

.c-modal__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-modal__lead {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .c-modal__notice span {
    font-size: 18px;
    margin: 0 0 30px;
  }
}

.c-modal__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-modal__paymentItem {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

v .c-modal__paymentType {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.c-modal__paymentCheck {
}

.c-modal__paymentTypeName {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 15px;
}

.c-modal__paymentDetail {
  display: none;
}

.js-modal__paymentItem:first-child .js-modal__paymentDetail {
  display: block;
  margin: 0 0 30px;
}

.c-modal__paymentItem.is-active {
}

@media screen and (max-width: 960px) {
  .c-modal__payment {
  }

  .c-modal__paymentItem {
  }
}

.c-modal__warning {
  width: 700px;
  padding: 30px;
  margin: 0 auto 30px;
  background: #f2952733;
}

.c-modal__warningTitle {
  background: #f29527;
  text-align: center;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: -30px -30px 30px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .c-modal__warning {
    width: 100%;
    padding: 15px;
    margin: 0 auto 30px;
  }

  .c-modal__warningTitle {
    font-size: 15px;
    margin: -15px -15px 15px;
    padding: 5px 0;
    letter-spacing: 0;
  }
}

/*ペットのお悩み*/
.c-qa-category__tag {
  width: 120px;
  text-align: center;
  font-size: 12px;
  color: #928476;
  border: 1px solid #928476;
  padding: 5px;
  position: absolute;
  bottom: 20px;
  line-height: 150%;
}

.c-qa-category__tag:hover {
  background: #433b38;
  color: #fff;
}

.c-qa-category__time {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

@media screen and (max-width: 960px) {
  .c-qa-category__tag {
    padding: 2px;
  }
}

/* -----------------------------------------------
/* 2-2. Project
-------------------------------------------------- */
/* 2-2-1. Home
-------------------------------------------------- */
/* ---p-home__section--- */
.p-home__section {
  position: relative;
  overflow: hidden;
}

.p-home__section.p-home__section--dog {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-home__section.p-home__section--dog {
    padding-top: 30px;
  }
}

/* .p-home__section.p-home__section--qa {
	border-bottom: 1px solid #000;
} */

/* ---mainvisual--- */
.p-home_mainvisual__slider {
  width: 100%;
}

.p-home_mainvisual__slider--landscape .slick-slide {
  height: 400px;
}

.p-home_mainvisual__slider--landscape li {
  margin: 0 5px;
}

.p-home_mainvisual__slider--landscape img {
  height: 100%;
  width: auto;
}

.p-home_mainvisual__slider--landscape .slick-slide:not(.slick-center) {
  position: relative;
}

.p-home_mainvisual__slider--landscape .slick-slide:not(.slick-center):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}

.p-home_mainvisual__slider--landscape .slick-prev {
  left: initial !important;
  right: calc(50% + 460px);
}

.p-home_mainvisual__slider--landscape .slick-next {
  right: initial !important;
  left: calc(50% + 457px);
}

.p-home_mainvisual__slider--landscape .slick-slide img {
  width: 1000px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-home_mainvisual__slider {
    padding: 15px 15px 0;
  }

  .p-home_mainvisual__slider--portrait img {
    height: auto;
    width: 100%;
  }

  .p-home_mainvisual__slider .slick-slide li {
    display: block;
  }

  .p-home_mainvisual__slider .slick-slide img {
    height: 100%;
  }

  .p-home_mainvisual__slider--landscape .slick-prev {
    right: 10px;
  }

  .p-home_mainvisual__slider--landscape .slick-next {
    left: 10px;
  }

  .p-home_mainvisual__slider .slick-list {
    border-radius: 8px;
  }

  .p-home_mainvisual__slider .slick-list img {
    border-radius: 8px;
    box-shadow: 0px 0px 15px -5px #777777;
  }
}

/* ---banner---*/
.p-home__banner {
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px 40px;
  padding: 65px 110px 30px 110px;
}

.p-home__banner-img {
  width: 267px;
  height: 107px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.p-home__banner-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .p-home__banner {
    padding: 30px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .p-home__banner-img {
    width: calc((166 / 375) * 100vw);
    height: auto;
  }

  .p-home__banner-img img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .p-home__banner-img {
    overflow: hidden;
  }

  .p-home__banner-img img {
    transition: 0.3s;
  }

  .p-home__banner-img:hover img {
    transform: scale(1.1);
  }
}

/* ---type--- */
.p-home__section--news .l-container {
  padding: 30px 60px;
  background: #f4f4f1;
  width: 1100px;
}

@media screen and (max-width: 960px) {
  .p-home__section--news .l-container {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
  }
}

/* ---cat--- */
.p-home__section--cat {
  margin: 0 auto;
}

.p-home__section--cat-inner {
  padding-top: 60px;
}

.p-home__section--qa {
  background: #f4f4f1;
}

/* ---history--- */
.p-home__section--history {
  border-top: 1px solid #433b38;
}

/* ---reorder--- */

/* ---appeal--- */
/* .p-home_appeal__row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 40px;
}

.p-home_appeal__col {}

.p-home_appeal__col--image {
	width: calc(100% - 650px);
	position: relative;
}

.p-home_appeal__col--image img {
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.p-home_appeal__col--contents {
	width: 650px;
	padding: 0 0 0 70px;
}

.p-home_appeal__lead {
	font-size: 30px;
	font-weight: 700;
	line-height: 175%;
	color: #928476;
	margin: 0 0 15px;
}

.p-home_appeal__point {
	margin: 0 0 15px;
}

.p-home_appeal__pointItem {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
}

.p-home_appeal__pointItem:before {
	position: absolute;
	left: 0;
	content: "■";
}

.p-home_appeal__text {
	font-size: 16px;
}

.p-home_appeal__text--point {
	color: #000;
	font-weight: 500;
}

@media screen and (max-width:960px) {
	.p-home_appeal__row {
		display: block;
		margin: 0 0 40px;
	}

	.p-home_appeal__col--image {
		width: 100%;
		margin: 0 0 15px;
	}

	.p-home_appeal__col--image img {
		width: 100%;
		height: auto;
		position: static;
	}

	.p-home_appeal__col--contents {
		width: 100%;
		padding: 0;
	}

	.p-home_appeal__lead {
		font-size: 19px;
		margin: 0 0 15px;
	}

	.p-home_appeal__point {
		margin: 15px 0;
	}

	.p-home_appeal__pointItem {
		padding: 0 0 0 15px;
		font-size: 14px;
	}

	.p-home_appeal__text {
		font-size: 12px;
	}
} */

/* ---care---*/
.p-home_care__top {
  padding: 40px 120px;
  border-radius: 16px;
  background: #edc4ae;
  position: relative;
  z-index: -2;
  margin-bottom: 60px;
}

.p-home_care__textbox {
  position: absolute;
  top: 185px;
  left: 122px;
}

.p-home_care__title {
  text-align: center;
  color: #fff;
  margin: 0;

  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}

.p-home_care__sp-only {
  display: none;
}

.p-home_care__img {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.p-home_care__img img {
  width: 317px;
}

.p-home_care__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin: 0 0 30px -10px;
}

.p-home_care__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.p-home_care__icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.p-home_care__icon img {
  width: 100px;
  height: 100px;
}

.p-home_care__icon span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
}

.p-home_care__logo {
  position: absolute;
  height: 111px;
  top: 56px;
  left: 0;
  z-index: -1;
}

.p-home_care__logo img {
  height: 100%;
  object-fit: cover;
}

.p-home_care__bottom {
  background: #f4f4f1;
  padding: 30px 164px;
  border-radius: 16px;
  margin-bottom: 60px;
}

.p-home_care__search-box {
  display: flex;
  gap: 60px;
}

.p-home_care__search-img {
  display: flex;
  justify-content: flex-end;
  width: 182px;
  height: 182px;
}

.p-home_care__search-img img {
  object-fit: cover;
}

.p-home_care__search-text {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 29px;
}

.p-home_care__search-button {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-home_care__top {
    padding: 30px 15px;
  }

  .p-home_care__title {
    font-size: 20px;
    line-height: 150%;
  }

  .p-home_care__img {
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 0;
    margin-inline: auto;
  }

  .p-home_care__img img {
    width: 250px;
  }

  .p-home_care__logo {
    height: 50px;
    top: 30px;
    left: -30px;
  }

  .p-home_care__sp-only {
    display: block;
  }

  .p-home_care__textbox {
    position: static;
    margin-bottom: 15px;
  }

  .p-home_care__text {
    font-size: 14px;
  }

  .p-home_care__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 15px;
    margin-inline: auto;
    max-width: 270px;
  }

  .p-home_care__icon {
    width: 112px;
    justify-self: center;
    align-self: center;
  }

  .p-home_care__icon img {
    margin-inline: auto;
    width: 80px;
    height: 80px;
  }

  .p-home_care__icon span {
    font-size: 12px;
  }

  .p-home_care__bottom {
    padding: 30px 15px;
    margin-bottom: 0;
  }

  .p-home_care__search-box {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .p-home_care__search-text {
    font-size: 14px;
  }

  .p-home_care__search-img {
    width: 136px;
    height: 136px;
  }

  .p-home_care__search-img img {
    width: 100%;
  }

  .p-home_care__text {
    margin: 0 0 10px -10px;
  }
}

/* ---faq--- */
.p-home_faq__list {
  margin: 0 0 30px;
}

.p-home_faq__listItem {
  border-bottom: 1px solid #000;
  position: relative;
}

.p-home_faq__listItem:first-child {
  border-top: 1px solid #000;
}

.p-home_faq__listTag {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  color: #928476;
  background: transparent;
  border: 1px solid #928476;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  display: block;
}

@media screen and (min-width: 961px) {
  .p-home_faq__listTag:hover {
    color: #fff;
    background: #928476;
    border-color: #fff;
  }
}

.p-home_faq__listLink {
  padding: 18px 15px 16px 180px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 150%;
}

@media screen and (min-width: 961px) {
  .p-home_faq__listLink:hover {
    color: #000;
    background: #f2f2f2;
  }
}

@media screen and (max-width: 960px) {
  .p-home_faq__list {
    margin: 0 0 25px;
  }

  .p-home_faq__listTag {
    top: 10px;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 12px;
    width: 120px;
  }

  .p-home_faq__listLink {
    padding: 55px 0 10px;
    font-size: 14px;
    white-space: initial;
  }
}

/* -- 202404追加 -- */
/* --- large ---*/

.p-home_qa__container {
  background: #fff;
  padding: 50px 60px 60px;
}

.p-home_qa__container:nth-of-type(1) {
  margin-bottom: 30px;
  border-top: 10px solid #42a3bf;
}

.p-home_qa__container:nth-of-type(2) {
  border-top: 10px solid #68b75a;
}

.p-home_qa__heading {
  text-align: center;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 29px;
}

.p-home_qa__heading span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.p-home_qa__heading-img {
  width: 40px;
  height: 40px;
}

.p-home_qa__heading-img img {
  width: 100%;
}

.p-home_qa__contents {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.p-home_qa__large__container {
  width: 50%;
  position: relative;
}

.p-home_qa__large:hover .p-home_qa__large-img img {
  transform: scale(1.1);
}

.p-home_qa__large-img {
  overflow: hidden;
  width: 470px;
}

.p-home_qa__large-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 470/314;
  transition: all 0.35s ease-in-out;
}

.p-home_qa__large-text {
  height: 64px;
  overflow: hidden;
}

.p-home_qa__large-text p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
}

.p-home_qa__large-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 134px;
}

.p-home_qa__large-item img {
  width: 40px;
}

@media screen and (max-width: 960px) {
  .p-home_qa__container {
    padding: 30px;
  }

  .p-home_qa__contents {
    flex-direction: column;
  }

  .p-home_qa__large__container {
    width: 100%;
  }

  .p-home_qa__large-img {
    width: 100%;
    height: calc((375 / 314) * 100%);
  }

  .p-home_qa__large-img img {
    width: 100%;
  }

  .c-qa-category__tag {
    bottom: 0;
  }

  .p-home_qa__large-text p {
    font-size: 18px;
  }

  .p-home_qa__large-item img {
    width: 32px;
  }
}

/* --- small ---*/
.p-home_qa__small li {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #000;
  position: relative;
}

.p-home_qa__small .c-qa-category__tag {
  left: 196px;
  bottom: 21px;
}

.p-home_qa__small li:not(:first-child) {
  padding: 20px 0 20px;
}

.p-home_qa__small li:last-child {
  border-bottom: 0;
}

.p-home_qa__small-container {
  display: flex;
  gap: 15px;
}

.p-home_qa__small-container:hover .p-home_qa__small-img img {
  transform: scale(1.1);
}

.p-home_qa__small-img {
  overflow: hidden;
  width: 180px;
  height: 121px;
  flex-shrink: 0;
}

.p-home_qa__small-img img {
  object-fit: cover;
  width: 100%;
  display: block;
  transition: all 0.35s ease-in-out;
}

.p-home_qa__small-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.p-home_qa__small-text {
  height: 60px;
  overflow: hidden;
}

.p-home_qa__small-text p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.p-home_qa__small-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 136px;
}

.p-home_qa__small-item img {
  width: 40px;
}

@media screen and (max-width: 960px) {
  .p-home_qa__small-item {
    margin-left: 0;
  }

  .p-home_qa__small-text {
    height: 50px;
  }

  .p-home_qa__small-text p {
    font-size: 14px;
  }

  .p-home_qa__small-item img {
    width: 32px;
  }

  .p-home_qa__small-img {
    width: 120px;
  }

  .p-home_qa__small-img img {
    height: 80px;
  }

  .p-home_qa__small li {
    padding: 0 0 15px;
  }

  .p-home_qa__small li:nth-child(1) .c-qa-category__tag {
    bottom: 15px;
  }

  .p-home_qa__small .c-qa-category__tag {
    left: 0;
    bottom: 20px;
  }
}

/* 2-2-2. lower
-------------------------------------------------- */
.p-lower__section {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-lower__section {
    padding: 60px 0;
  }
}

/* ---about--- */
.p-lower__section--about {
  padding-top: 0;
}

/* ---terms--- */
.p-lower__section--terms {
  padding-top: 0;
}

/* ---privacy--- */
.p-lower__section--privacy {
  padding-top: 0;
}

/* ---spec--- */
.p-lower__section--spec {
  padding-top: 0;
}

/* ---news--- */
.p-lower__section--news {
  padding-top: 0;
}

/* ---guarantee--- */
.p-lower__section--guarantee {
  padding: 55px 0;
}

.p-guarantee__lead {
  margin: 0 0 30px;
}

.p-guarantee__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-guarantee__col {
  width: calc(50% - 30px);
  padding: 30px;
}

.p-guarantee__col--ok {
  background: #e5edf3;
}

.p-guarantee__col--ng {
  background-color: #f2952733;
}

.p-guaranteee__caseTitle {
  text-align: center;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: -30px -30px 30px;
  color: #fff;
}

.p-guaranteee__caseTitle--ok {
  background: #004a8e;
}

.p-guaranteee__caseTitle--ng {
  background: #f29527;
}

.p-guarantee__caseList {
}

.p-guarantee__caseItem:before {
  content: "■ ";
}

.p-guarantee__caseItem--ok:before {
  color: #004a8e;
}

.p-guarantee__caseItem--ng:before {
  color: #f29527;
}

.p-guarantee__product {
  padding: 0 100px;
}

.p-guarantee__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0 0;
}

.p-guarantee__item {
  width: calc(25% - 10px);
  margin: 0 0 50px;
}

.p-guarantee__item--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-guarantee__image {
  margin: 0 0 15px;
}

.p-guarantee__image img {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.p-guarantee__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-guarantee__link {
}

.p-guarantee__link--pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  margin: 30px 0;
  color: #f29527;
  text-decoration: underline;
}

.p-guarantee__link--pdf:after {
  content: "";
  background: url(../images/guarantee/guarantee_ico_pdf.svg) no-repeat center
    center;
  background-size: contain;
  display: block;
  width: 25px;
  height: 16px;
  margin: 0 0 0 5px;
}

.p-guarantee__destination {
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #f2f2f2;
}

.p-guarantee__destination span {
  font-weight: 700;
}

.p-guarantee__barcode {
  width: 240px;
  margin: 0 0 0 auto;
}

.p-guarantee__barcodeTitle {
  text-align: center;
  font-weight: 700;
}

.p-guarantee__barcode img {
  max-width: 100%;
}

.p-guarantee__contactTitle {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #004a8e;
  color: #004a8e;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  background: #e5edf3;
  padding: 20px 0;
  margin: 50px 0 50px;
}

.p-guarantee__contactTitle strong {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid;
}

.p-guarantee__contactTitle:before {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -34px;
  border: 28px solid transparent;
  z-index: 1;
  border-top: 28px solid #004a8e;
}

.p-guarantee__contactTitle:after {
  content: "";
  position: absolute;
  bottom: -51px;
  left: 50%;
  margin-left: -32px;
  border: 26px solid transparent;
  z-index: 2;
  border-top: 26px solid #e5edf3;
}

.p-guarantee__contactText {
  color: #004a8e;
  font-weight: 500;
  text-align: center;
}

.p-guarantee__contactText strong {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .p-guarantee__row {
    display: block;
  }

  .p-guarantee__col {
    width: 100%;
    padding: 15px;
    margin: 0 0 10px;
  }

  .p-guarantee__col:last-child {
    margin: 0;
  }

  .p-guaranteee__caseTitle {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .p-guarantee__product {
    padding: 0;
  }

  .p-guarantee__list {
    margin: 20px 0;
    padding: 40px 0 10px;
  }

  .p-guarantee__item {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }

  .p-guarantee__item--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .p-guarantee__image img {
    height: 108px;
  }

  .p-guarantee__label {
    font-size: 13px;
  }

  .p-guarantee__contactTitle {
    font-size: 14px;
    padding: 20px 0;
    margin: 50px 0 50px;
  }

  .p-guarantee__contactTitle strong {
    font-size: 18px;
  }

  .p-guarantee__contactText strong {
    font-size: 20px;
    letter-spacing: 0;
  }
}

/* ---qa--- */
.p-lower__section--dog {
  background: #fff;
  padding: 60px 0;
}

.p-lower__section--cat {
  background: #e8f4e6;
  padding: 55px 0;
}

.p-qa__h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5px 0 40px;
}

.p-qa__h2:before {
  content: "";
  display: block;
  width: 57px;
  height: 50px;
  margin: -5px 7.5px 0 0;
}

.p-lower__section--dog .p-qa__h2:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center;
  background-size: contain;
}

.p-lower__section--cat .p-qa__h2:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center;
  background-size: contain;
}

.p-lower__section--dog .p-qa__h2 {
  color: #42a3bf;
}

.p-lower__section--cat .p-qa__h2 {
  color: #68b75a;
}

.p-qa__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px;
}

.p-qa__col {
  width: calc(50% - 20px);
}

.p-qa__item {
  position: relative;
}

.p-qa__item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-qa__item--dog:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center
    #d5ebf1;
  background-size: 60%;
}

.p-qa__item--cat:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center
    #d2e9cd;
  background-size: 60%;
}

.p-qa__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 15px;
}

.p-qa__image:before {
  content: "";
  padding-top: 66%;
  display: block;
}

.p-qa__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  position: absolute;
}

@media screen and (min-width: 961px) {
  .p-qa__link:hover .p-qa__image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.p-qa__link {
  position: relative;
  display: block;
  padding: 0 0 70px;
}

@media screen and (min-width: 961px) {
  .p-qa__link:hover {
    color: #000;
  }
}

.p-qa__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  background: #d77864;
  border: 1px solid #d77864;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  display: block;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .p-qa__tag:hover {
    color: #d77864;
    background: #fff;
  }
}

.p-qa__date {
  position: absolute;
  bottom: 0;
  left: 120px;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  text-align: center;
  display: block;
  width: 110px;
}

.p-qa__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  height: 64px;
  overflow: hidden;
}

.p-qa__subItem {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}

.p-qa__subItem:last-child {
  margin: 0;
  border-bottom: none;
}

.p-qa__subItem:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.p-qa__subItem--dog:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center
    #d5ebf1;
  background-size: 60%;
}

.p-qa__subItem--cat:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center
    #d2e9cd;
  background-size: 60%;
}

.p-qa__subImage {
  position: relative;
  display: block;
  overflow: hidden;
  width: 212px;
  height: 100%;
}

.p-qa__subImage:before {
  content: "";
  padding-top: 66%;
  display: block;
}

.p-qa__subImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  position: absolute;
}

@media screen and (min-width: 961px) {
  .p-qa__subLink:hover .p-qa__subImage img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.p-qa__subLink {
  position: relative;
  display: block;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 961px) {
  .p-qa__subLink:hover {
    color: #000;
  }
}

.p-qa__subTag {
  position: absolute;
  bottom: 20px;
  left: 234px;
  font-size: 12px;
  color: #fff;
  background: #d77864;
  border: 1px solid #d77864;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  display: block;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .p-qa__subTag:hover {
    color: #d77864;
    background: #fff;
  }
}

.p-qa__subDate {
  position: absolute;
  bottom: 20px;
  left: 354px;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  text-align: center;
  display: block;
  width: 110px;
}

.p-qa__subTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  width: 297px;
  height: 70px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-lower__section--dog {
    padding: 35px 0;
  }

  .p-lower__section--cat {
    padding: 35px 0;
  }

  .p-qa__h2 {
    font-size: 18px;
    margin: 5px 0 30px;
  }

  .p-qa__h2:before {
    width: 42px;
    height: 37px;
  }

  .p-qa__row {
    display: block;
    margin: 0 0 70px;
  }

  .p-qa__col {
    width: 100%;
  }

  .p-qa__item {
    margin: 0 0 50px;
  }

  .p-qa__item:before {
    width: 32px;
    height: 32px;
  }

  .p-qa__link {
    padding: 0 0 55px;
  }

  .p-qa__tag {
    padding: 0;
  }

  .p-qa__date {
    left: 120px;
    width: 110px;
  }

  .p-qa__title {
    font-size: 18px;
    height: 80px;
  }

  .p-qa__subItem {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .p-qa__subItem:before {
    width: 32px;
    height: 32px;
    bottom: 15px;
  }

  .p-qa__subImage {
    width: 120px;
  }

  .p-qa__subLink {
    padding: 0 0 40px;
  }

  .p-qa__subTag {
    bottom: 15px;
    left: 0;
    padding: 0;
  }

  .p-qa__subDate {
    left: 120px;
    width: 110px;
    bottom: 15px;
  }

  .p-qa__subTitle {
    font-size: 14px;
    width: calc(100% - 130px);
    height: 66px;
  }
}

/* ---search--- */
.p-lower__section--search {
  padding: 0;
}

.p-search__list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  /*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
*/
  text-align: left;
  padding: 40px 0 0;
  margin: 35px 0;
  font-size: 0;
}

.p-search__item {
  position: relative;
  display: inline-block;
  width: calc(33.3% - 40px);
  margin: 0 0 50px;
  margin-right: calc(40px * 3 / 2);
}

.p-search__item:nth-child(3n) {
  margin-right: 0;
}

.p-search__item--empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.p-search__item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-search__item--dog:before {
  background: url(../images/common/common_ico_qa-dog.png) no-repeat center
    center / cover;
}

.p-search__item--cat:before {
  background: url(../images/common/common_ico_qa-cat.png) no-repeat center
    center / cover;
}

.p-search__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 0 15px;
}

.p-search__image:before {
  content: "";
  padding-top: 66%;
  display: block;
}

.p-search__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  position: absolute;
}

@media screen and (min-width: 961px) {
  .p-search__link:hover .p-search__image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.p-search__link {
  position: relative;
  display: block;
  padding: 0 0 60px;
}

@media screen and (min-width: 961px) {
  .p-search__link:hover {
    color: #000;
  }
}

.p-search__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #928476;
  border: 1px solid #928476;
  background: #fff;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  display: block;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .p-search__tag:hover {
    background: #433b38;
    color: #fff;
  }
}

.p-search__date {
  position: absolute;
  bottom: 0;
  left: 120px;
  font-size: 14px;
  font-weight: 700;
  color: #808080;
  text-align: center;
  display: block;
  width: 110px;
}

.p-search__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-search__list {
    border-bottom: none;
    padding: 15px 0 0;
    margin: 20px 0 5px;
  }

  .p-search__item {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
  }

  .p-search__item--empty {
    border-bottom: none;
    height: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .p-search__item:before {
    width: 32px;
    height: 32px;
    bottom: 15px;
  }

  .p-search__image {
    width: 120px;
    margin: 0;
  }

  .p-search__link {
    padding: 0 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-search__tag {
    bottom: 15px;
    left: 0;
    padding: 0;
  }

  .p-search__date {
    left: 120px;
    width: 110px;
    bottom: 15px;
  }

  .p-search__title {
    font-size: 14px;
    width: calc(100% - 130px);
    height: 66px;
  }
}

/* ---post--- */
.p-lower__section--post {
  background: #f4f4f1;
}

.p-post__frame {
  padding: 30px 60px;
  margin: 0 auto 30px;
  text-align: left;
  position: relative;
  border-top: #eee 3px solid;
  background: #fff;
}

.p-post__tag {
  font-size: 12px;
  color: #928476;
  background: #fff;
  border: 1px solid #928476;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  display: block;
  float: left;
  margin: 0 45px 0 0;
}

@media screen and (min-width: 961px) {
  .p-post__tag:hover {
    color: #fff;
    background: #928476;
  }
}

.p-post__date {
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 0 0 20px;
}

.p-post__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  clear: both;
  position: relative;
  margin: 0 -70px 30px;
  padding: 24px 70px;
  background: #004a8e;
  color: #fff;
}

.p-post__title:before,
.p-post__title:after {
  position: absolute;
  content: "";
}

.p-post__title:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

.p-post__title:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #005276;
  border-right: 10px solid transparent;
}

.p-post__image {
  width: 100%;
  margin: 0 auto 30px;
}

.p-post__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.p-post__contents {
  margin: 0 0 30px;
}

.p-post__dTag {
  padding: 30px;
  background: #f4f4f1;
}

.p-post__dTagTitle {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 5px 0 15px;
}

.p-post__dTagList {
  text-align: center;
}

.p-post__dTagItem {
  margin: 12.5px 7.5px;
  display: inline-block;
}

.p-post__dTagLink {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7.5px 25px;
  border: 1px solid #000;
}

@media screen and (min-width: 961px) {
  .p-post__dTagLink:hover {
    background: #e4e3dc;
    color: #000;
  }
}

@media screen and (max-width: 960px) {
  .p-post__list {
    padding: 15px;
    margin: 0 auto 15px;
  }

  .p-post__frame {
    padding: 20px 15px;
    margin: 0 auto 30px;
  }

  .p-post__tag {
    font-size: 12px;
    width: 120px;
    margin: 0 15px 15px 0;
  }

  .p-post__date {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .p-post__title {
    font-size: 24px;
    margin: 0 -25px 15px;
    padding: 20px 25px;
  }

  .p-post__title:before,
  .p-post__title:after {
    position: absolute;
    content: "";
  }

  .p-post__title:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #005276;
    border-left: 10px solid transparent;
  }

  .p-post__title:after {
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #005276;
    border-right: 10px solid transparent;
  }

  .p-post__image {
    width: 100%;
    margin: 0 auto 15px;
  }

  .p-post__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .p-post__contents {
    margin: 0 0 15px;
  }

  .p-post__dTagItem {
    margin: 7.5px 2.5px;
    display: inline-block;
  }

  .p-post__dTagLink {
    font-size: 14px;
    padding: 7.5px 20px;
  }
}

.p-author {
  /*
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    padding: 110px 30px 30px;
    position: relative;
*/
  border: 1px solid #f2f2f2;
  background: #fff;
  margin: 0 0 40px;
}

/*
.p-author__title{
	background-color: #004a8e;
    margin: 0 15px 0 -40px;
    padding: 0 40px;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 1em;
    white-space: nowrap;
    top: 30px;
}
.p-author__title:before{
    border: 10px solid transparent;
    content: '';
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    border-color: #005276 transparent transparent transparent;
    border-width: 10px 0 0 10px;
}
.p-author__title:after{
    border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
    border-style: solid;
    border-width: 27px 20px 27px 0px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.p-author__image{
	position: relative;
	display: block;
	overflow: hidden;
	width: 110px;
	height: 100%;
	margin: 0 0 15px;
}
.p-author__image:before{
	content:"";
	padding-top:100%;
    display: block;
}
.p-author__image img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    position: absolute;
}

.p-author__profile{
	width:calc(100% - 140px);
}
*/
@media screen and (max-width: 960px) {
  /*
	.p-author{
	    display: block;
	    padding: 85px 15px 15px;
	}
	.p-author__title{
	    margin: 0 10px 0 -25px;
	    font-size: 18px;
	    line-height: 44px;
	    top: 20px;
	    padding: 0 40px 0 25px;
	}
	.p-author__title:after{
	    border-width: 22px 20px 22px 0px;
	}
	.p-author__image{
		margin: 0 auto 20px;
	}
	.p-author__profile{
		width:100%;
	}
*/
}

.user-edit {
}

.user-edit b {
  font-weight: 900 !important;
}

.user-edit a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.user-edit a.js-post:after,
.user-edit a:not(.btn):not(.btn-blue):not(.banner)[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 0 5px;
  background: url(../images/common/common_ico_extarnal.svg) no-repeat center
    center;
  background-size: contain;
}

.user-edit p {
  margin-bottom: 1em;
}

.user-edit img {
  /*	width: 100%;	*/
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}

.user-edit h2 {
  position: relative;
  padding: 20px 15px;
  background-color: #e4e3dc;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.user-edit h2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  border-width: 0 18px 18px 0;
  border-style: solid;
  border-color: #fff #fff #433b38 #433b38;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}

.user-edit h3 {
  padding: 5px 0 5px 10px;
  border-left: 6px solid #433b38;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  background: #e4e3dc;
  line-height: 1.5;
}

.user-edit h4 {
  padding-bottom: 5px;
  border-bottom: 2px solid #433b38;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.user-edit * + h2,
.user-edit * + h3,
.user-edit * + h4 {
  margin-top: 30px;
}

.user-edit .dot {
  margin: 0 0 30px;
}

.user-edit .dot li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
  font-weight: 500;
  line-height: 1.75;
}

.user-edit .dot li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 24px;
  background: url(../images/qa/qa_ico_dot.svg) no-repeat center center;
  background-size: contain;
}

.user-edit .num {
  margin: 0 0 30px;
  counter-reset: cnt;
}

.user-edit .num li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 1.5;
}

.user-edit .num li:before {
  counter-increment: cnt;
  content: counter(cnt) ". ";
  position: absolute;
  left: 0;
  color: #d77864;
}

.user-edit strong {
  /* background: linear-gradient(transparent 60%, rgba(224, 120, 102, 0.2) 60%); */
  font-weight: inherit;
}

.user-edit .btn {
  width: 100%;
  min-height: 60px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #004a8e;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  padding: 18px 10px;
  border: 1px solid #004a8e;
  letter-spacing: 0.2em;
  margin: 15px auto 30px;
  cursor: pointer;
}

.user-edit .btn-blue {
  width: 100%;
  min-height: 60px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #004a8e;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  padding: 18px 10px;
  border: 1px solid #004a8e;
  letter-spacing: 0.2em;
  margin: 15px auto;
  cursor: pointer;
}

.user-edit .btn-disable {
  background: #e2e2e2 !important;
  border: 1px solid #e2e2e2 !important;
  cursor: wait !important;
  color: #fff !important;
  pointer-events: none !important;
}

.user-edit .wp-caption-text {
  margin: -25px auto 30px;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 961px) {
  .user-edit .btn:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #004a8e;
    background: #fff;
  }

  .user-edit .btn-blue:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #004a8e;
    background: #fff;
  }
}

.user-edit .box {
  position: relative;
  margin: 30px 0;
  padding: 30px 15px 20px;
  border: solid 2px #f29527;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.user-edit .box-title {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 12px;
  line-height: 1;
  font-size: 18px;
  background: #fff;
  color: #f29527;
  font-weight: 700;
}

.user-edit .box p {
  margin: 0;
  padding: 0;
}

.user-edit .box > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  .user-edit img {
    margin: 0 auto 30px;
  }

  .user-edit h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .user-edit h3 {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 12px 0 12px 12px;
    border-left: 6px solid #433b38;
  }

  .user-edit h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .user-edit * + h2,
  .user-edit * + h3,
  .user-edit * + h4 {
    margin-top: 30px;
  }

  .user-edit .btn,
  .user-edit .btn-blue {
    font-size: 15px;
    max-width: 100%;
    min-width: auto;
    min-height: 60px;
    width: 100%;
    padding: 15px 15px;
  }

  .user-edit .box {
    margin: 36px 0;
  }

  .user-edit .box-title {
    top: -10px;
    left: 5px;
    font-size: 16px;
  }

  .user-edit .wp-caption-text {
    font-size: 12px;
  }
}

/* ---products--- */
.p-products__h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 0 35px;
}

.p-products__h2:before {
  content: "";
  display: block;
  width: 104px;
  height: 91px;
  margin: 0 0 15px;
}

.p-products__h2--dog:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center;
  background-size: contain;
}

.p-products__h2--cat:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center;
  background-size: contain;
}

.p-products__h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.p-products__h3--dog {
  color: #42a3bf;
}

.p-products__h3--cat {
  color: #68b75a;
}

.p-products__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.p-products__categoryItem {
  /*
	width:16.6%;
*/
  width: 14.2%;
}

.p-products__categoryItem--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-products__categoryLink {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
  .p-products__categoryLink:hover {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
  }
}

.p-products__categoryImage {
  margin: 0 0 5px;
}

.p-products__categoryImage img {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.p-products__categoryLabel {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-products__purpose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px;
}

.p-products__purposeItem {
  width: 25%;
  margin: 0 0 20px;
}

.p-products__purposeItem--empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.p-products__purposeLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
  .p-products__purposeLink:hover {
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
  }
}

.p-products__purposeImage {
  margin: 0 15px 0 0;
}

.p-products__purposeImage img {
  width: 60px;
  height: 60px;
}

.p-products__purposeLabel {
  font-size: 16px;
  font-weight: 700;
}

.p-products__list {
  /*
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 35px 0;
  padding: 50px 0 0;
  text-align: left;
  font-size: 0;
}

.p-products__item {
  display: inline-block;
  width: calc(25% - 50px);
  margin: 0 0 50px;
  margin-right: calc(50px * 4 / 3);
}

.p-products__item:nth-child(4n) {
  margin-right: 0;
}

.p-products__item--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-products__image {
  margin: 0 0 15px;
}

.p-products__image img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.p-products__label {
  font-size: 14px;
  line-height: 1.5;
  height: 65px;
  text-align: center;
}

.p-products__reviewStar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-products__reviewStar span {
  font-size: 18px;
  color: #c8c8c8;
}

.p-products__reviewStar span.is-checked {
  color: #f29527;
}

.p-products__price {
  text-align: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-products__price span {
  font-size: 12px;
}

.p-lower__section--history {
  background: #f2f2f2;
}

@media screen and (max-width: 960px) {
  .p-products__h2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }

  .p-products__h2:before {
    width: 57px;
    height: 50px;
    margin: 0 0 15px;
  }

  .p-products__h3 {
    font-size: 16px;
    margin: 0 0 30px;
  }

  .p-products__category {
    margin: 0 0 20px;
  }

  .p-products__categoryItem {
    width: 50%;
    margin: 0 0 30px;
  }

  .p-products__categoryItem--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .p-products__categoryImage {
    margin: 0 0 10px;
  }

  .p-products__categoryImage img {
    height: 108px;
  }

  .p-products__categoryLabel {
    font-size: 14px;
  }

  .p-products__purpose {
    margin: 0 0 20px;
  }

  .p-products__purposeItem {
    width: 50%;
    margin: 0 0 30px;
  }

  .p-products__purposeLink {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-products__purposeItem--empty {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-products__purposeImage {
    margin: 0 0 15px;
  }

  .p-products__purposeImage img {
    width: 110px;
    height: 110px;
  }

  .p-products__purposeLabel {
    font-size: 14px;
  }

  .p-products__list {
    margin: 20px 0;
    padding: 40px 0 10px;
  }

  .p-products__item {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }

  .p-products__item--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .p-products__image img {
    width: 108px;
    height: 108px;
  }

  .p-products__label {
    font-size: 13px;
    height: 90px;
  }

  .p-products__price {
    font-size: 21px;
  }

  .p-products__price span {
    font-size: 11px;
  }
}

/* ---product--- */
.p-product__message {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  color: #f29527;
  text-align: center;
  background: #f2952733;
  border: 1px solid #f29527;
}

.p-product__h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0;
}

.p-product__note {
}

.p-product__note span {
  padding: 0 30px;
  display: inline-block;
  color: #f29527;
  border: 1px solid #f29527;
  font-size: 16px;
  font-weight: 700;
}

.p-product__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 22px;
}

.p-product__col {
}

.p-product__col--image {
  width: 50%;
}

.p-product__col--contents {
  width: calc(50% - 25px);
}

.p-productMain {
  margin: 0 0 15px;
}

.p-productMain__item {
  width: 100%;
}

.p-productMain__item img {
  width: 100%;
  height: auto;
}

.p-productNav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-productNav .slick-track {
  margin: 0;
}

.p-productNav .slick-slide {
  margin: 0 5px 0 0;
}

.p-productNav__item {
  width: 16.6666%;
}

.p-productNav__item img {
  width: 100%;
  height: auto;
}

.p-product__variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-product__variation label {
}

.p-product__variation input {
  display: none;
}

.p-product__variation input + span {
  border: 1px solid #004a98;
  padding: 0 10px;
  margin: 0 0 5px;
  display: inline-block;
  color: #004a98;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-product__variation input:checked + span {
  border: 1px solid #004a98;
  background: #004a98;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-product__variation input:hover + span {
    border: 1px solid #004a98;
    background: #004a98;
    color: #fff;
  }
}

.p-product__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
}

.p-product__paymentQuantityGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-product__paymentQuantityGroup input[type="number"] {
  overflow: hidden;
  border: solid 1px #000;
  padding: 6.5px 10px;
  text-align: center;
  margin: 0 1px;
  font-size: 16px;
}

.p-product__paymentQuantityGroup button {
  width: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  border: 1px solid #433b38;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
}

@media screen and (min-width: 961px) {
  .p-product__paymentQuantityGroup button:hover {
    background: #fff;
    color: #433b38;
    border: 1px solid #433b38;
  }
}

.p-product__payment select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6.5px 15px;
  border: solid 1px #000;
  overflow: hidden;
  font-size: 16px;
  background: #fff;
}

.p-product__payment select::-ms-expand {
  display: none;
}

/* マウスオーバー時 */
.p-product__payment input[type="number"]:focus,
.p-product__payment select:focus {
  outline: none;
  border: 1px solid #000022;
}

.p-product__paymentItem {
  background: #d4d4d4;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-product__paymentType {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-product__paymentCheck {
}

.p-product__paymentTypeName {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 15px;
}

.p-product__paymentFirst {
  font-size: 16px;
  color: #fff;
  background: #433b38;
  padding: 2.5px 15px;
  margin: 0 0 0 15px;
}

.p-product__paymentPrice {
  padding: 10px 0;
  line-height: 1.4;
}

.p-product__paymentPrice span {
  font-size: 30px;
  font-weight: 700;
}

.p-product__paymentPriceInclusiveTax span {
  font-size: 15px;
  font-weight: 500;
}

.p-product__paymentPriceInclusiveTax span:before {
  content: "(";
}

.p-product__paymentPriceInclusiveTax span:after {
  content: ")";
}

.p-product__paymentPrice small {
  font-size: 12px;
  font-weight: 500;
}

.p-product__paymentPriceBefore {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}

.p-product__paymentPriceAfter {
  color: #ff0000;
}

.p-product__paymentPriceAfter + small {
  color: #ff0000;
}

.p-product__paymentDetail {
  display: none;
}

.js-product__paymentItem:first-child .js-product__paymentDetail {
  display: block;
}

.p-product__paymentItem.is-active {
  background: rgba(0, 74, 152, 0.1);
}

.p-product__paymentItem:nth-of-type(2).is-active {
  background: #fdbe7833;
}

.p-product__paymentItem:nth-of-type(2) .p-product__paymentButton {
  background: #f29527;
  border-color: #f29527;
}

.p-product__paymentItem:nth-of-type(2) .p-product__paymentButton:hover {
  background: #fff;
  color: #f29527;
}

.p-product__paymentItem:nth-of-type(2) .p-product__paymentButton:hover:before {
  background: url(../images/common/common_ico_util-cart-orange.svg) center
    center no-repeat;
  background-size: contain;
}

.p-product__paymentStock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-product__paymentStock dt {
  font-size: 18px;
  font-weight: 500;
  width: 37px;
}

.p-product__paymentStock dd {
  font-size: 18px;
  font-weight: 500;
  width: calc(100% - 37px);
}

.p-product__paymentStock dd:before {
  content: "：";
}

.p-product__paymentQuantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-product__paymentQuantity dt {
  font-size: 18px;
  font-weight: 500;
  width: 55px;
}

.p-product__paymentQuantity dd {
  width: calc(100% - 55px);
}

.p-product__paymentCycle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-product__paymentCycle dt {
  font-size: 18px;
  font-weight: 500;
}

.p-product__paymentCycle dd {
  width: 100%;
}

.p-product__paymentButton {
  width: 100%;
  height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  position: relative;
  line-height: 1.4;
  padding: 18px 10px;
  background: #004a98;
  border: 1px solid #004a98;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.p-product__paymentButton:before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  text-decoration: none;
  background: url(../images/common/common_ico_util-cart-white.svg) center center
    no-repeat;
  background-size: contain;
  margin: 0 15px 0 0;
}

@media screen and (min-width: 961px) {
  .p-product__paymentButton:hover {
    background: #fff;
    color: #004a98;
  }

  .p-product__paymentButton:hover:before {
    background: url(../images/common/common_ico_util-cart-blue.svg) center
      center no-repeat;
    background-size: contain;
  }
}

.p-product__paymentButton--disabled {
  pointer-events: none;
  background: #d4d4d4;
  border: 1px solid #d4d4d4;
}

.p-product__paymentNote {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.p-product__paymentNote strong {
  color: #ff0000;
  font-weight: inherit;
}

.p-product__paymentNote a {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.p-product__paymentCycle {
}

.p-product__paymentCycle dt {
}

.p-product__paymentCycle dd {
}

.p-product__review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-product__reviewStar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-product__reviewStar span {
  font-size: 24px;
  color: #c8c8c8;
}

.p-product__reviewStar span.is-checked {
  color: #f29527;
}

.p-product__reviewCount {
  font-size: 16px;
}

.p-product__reviewLink {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 0 30px;
}

.p-product__reviewLink:before {
  content: "";
  margin: 0 15px 0 0;
  display: block;
  width: 31px;
  height: 24px;
  background: url(../images/common/common_ico_review.svg) no-repeat center
    center;
  background-size: contain;
}

@media screen and (min-width: 961px) {
  .p-product__reviewLink:hover {
    color: #f29527;
  }
}

.p-product__reviewNote {
  font-size: 14px;
}

.p-product__reviewNote a {
  color: #f29527;
  text-decoration: underline;
}

.p-product__h2 {
  background: #e4e3dc;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  margin: 0 0 30px;
}

.p-product__h2--fold {
  position: relative;
  margin: 0 0 20px;
  cursor: pointer;
}

.p-product__h2--fold:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 25px;
  background: url(../images/product/product_ico_plus_black.svg) no-repeat center
    right;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-product__h2--fold.is-active {
  margin: 0 0 30px;
}

.p-product__h2--fold.is-active:after {
  background: url(../images/product/product_ico_minus_black.svg) no-repeat
    center right;
  background-size: contain;
}

.p-product__h3 {
  border-bottom: 1px solid #000;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 30px;
}

.p-product__h3 span {
  background: #f29527;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  line-height: 40px;
  margin: 0 15px 0 0;
}

* + .p-product__h3 {
  margin-top: 60px;
}

.p-product__contents {
  padding: 0 100px;
  margin: 0 0 90px;
}

.product__text {
  font-size: 16px;
}

.p-product__image {
  min-width: 550px;
  max-width: 100%;
  width: 550px;
  display: block;
  margin: 0 auto 30px;
}

* + .p-product__image {
  margin-top: 30px;
}

.p-product__image img {
  width: 100%;
  height: auto;
}

.p-product__imageNote {
  font-size: 12px;
  text-align: right;
}

.p-product__movie {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 30px;
}

* + .p-product__movie {
  margin-top: 30px;
}

.p-product__movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-product__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-product__video {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 10px auto 70px;
}

* + .p-product__video {
  margin-top: 30px;
}

.p-product__video img {
  width: 100%;
  height: auto;
}

.p-product__list {
}

.p-product__list li {
  position: relative;
  padding: 0 0 0 20px;
}

.p-product__list li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.p-product__comp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-product__comp > div {
  width: calc(50% - 50px);
}

.p-product__def {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.p-product__def > dt {
  max-width: 50%;
  background: #fff;
  padding-right: 8px;
  position: relative;
}

.p-product__def > dd {
  max-width: 50%;
  background: #fff;
  padding-left: 8px;
  text-align: right;
}

.p-product__def > dd:after {
  content: "";
  border-bottom: 1px dotted;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}

.p-product__table {
  width: 100%;
}

* + .p-product__table {
  margin-top: 30px;
}

.p-product__table th {
  border: #000 1px solid;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.p-product__table td {
  border: #000 1px solid;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.p-product__link {
}

.p-product__link--pdf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  margin: 0;
  color: #f29527;
  text-decoration: underline;
}

.p-product__link--pdf:after {
  content: "";
  background: url(../images/product/product_ico_pdf.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 25px;
  height: 16px;
  margin: 0 0 0 5px;
}

.p-product__averageReview {
  padding: 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-product__averageReviewText {
  font-size: 20px;
  font-weight: 700;
  order: 1;
}

.p-product__averageReviewNote {
  font-size: 14px;
  font-weight: normal;
}

.p-product__averageReviewStar {
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  order: 2;
}

.p-product__averageReviewStar span {
  color: #c8c8c8;
}

.p-product__averageReviewStar span.is-checked {
  color: #f29527;
}

.p-product__averageReviewCount {
  font-size: 16px;
}

.p-product__customerReview {
}

.p-product__customerReviewCard {
  border: 1px solid #000;
  padding: 45px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 15px;
}

.p-product__customerReviewCard:last-of-type {
  margin: 0 0 60px;
}

.p-product__customerReviewHeader {
  border-bottom: 1px solid #000;
  padding: 0 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-product__customerReviewStar {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-product__customerReviewStar span {
  color: #c8c8c8;
}

.p-product__customerReviewStar span.is-checked {
  color: #f29527;
}

.p-product__customerReviewDate {
  font-size: 12px;
  font-weight: 500;
}

.p-product__customerReviewDate:before {
  content: "投稿日：";
}

.p-product__customerReviewContents {
  padding: 40px 0 0;
  font-size: 16px;
}

.p-product__cart {
  display: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 101;
}

/*
.p-product__cart a{
    display: block;
    height: 160px;
    width: 160px;
    text-decoration: none;
    background: url(../images/float/float_btn_cart-pink.svg) center center no-repeat;
    background-size: contain;
}
*/
@media screen and (min-width: 961px) {
  /*
	.p-product__cart a:hover{
	    background: url(../images/float/float_btn_cart-blue.svg) center center no-repeat;
	}
*/
}

@media screen and (max-width: 960px) {
  .p-product__message {
    display: none;
    font-size: 18px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    background: rgba(224, 120, 102, 0.9);
    color: #fff;
    border: none;
  }

  .p-product__h1 {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }

  .p-product__note {
    text-align: left;
  }

  .p-product__note span {
    font-size: 10px;
    padding: 0 15px;
    font-weight: 700;
  }

  .p-product__row {
    display: block;
    margin: 20px 0 20px;
  }

  .p-product__col--image {
    width: 100%;
    margin: 0 0 30px;
  }

  .p-product__col--contents {
    width: 100%;
  }

  .p-product__payment {
    margin: 0 0 20px;
  }

  .p-product__paymentItem {
    padding: 20px;
  }

  .p-product__paymentNote {
    font-size: 14px;
  }

  .p-product__review {
    display: block;
  }

  .p-product__reviewStar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-product__reviewLink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 15px;
  }

  .p-product__reviewLink:before {
    content: "";
    margin: 0 15px 0 0;
    display: block;
    width: 31px;
    height: 24px;
    background: url(../images/common/common_ico_review.svg) no-repeat center
      center;
    background-size: contain;
  }

  .p-product__reviewNote {
    font-size: 14px;
  }

  .p-product__reviewNote a {
    color: #f29527;
    text-decoration: underline;
  }

  .p-product__h2 {
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 20px;
  }

  .p-product__h2--fold {
    margin: 0 0 10px;
  }

  .p-product__h2--fold.is-active {
    margin: 0 0 20px;
  }

  .p-product__h2--fold:after {
    top: 9px;
  }

  .p-product__h3 {
    line-height: 26px;
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 30px;
  }

  .p-product__h3 span {
    font-size: 14px;
    padding: 0 10px;
    line-height: 34px;
    margin: 0 0 15px;
    display: table;
  }

  .p-product__h3 span::after {
    content: "\A";
    white-space: pre;
  }

  * + .p-product__h3 {
    margin-top: 30px;
  }

  .p-product__contents {
    padding: 0;
    margin: 0 0 40px;
  }

  .product__text {
    font-size: 16px;
  }

  .p-product__image {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
  }

  * + .p-product__image {
    margin-top: 30px;
  }

  .p-product__imageNote {
    font-size: 12px;
    text-align: right;
  }

  .p-product__list {
  }

  .p-product__list li {
    position: relative;
    padding: 0 0 0 20px;
  }

  .p-product__list li:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-product__comp {
    display: block;
  }

  .p-product__comp > div {
    width: 100%;
  }

  .p-product__def {
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }

  .p-product__def > dt {
    max-width: 50%;
    background: #fff;
    padding-right: 8px;
    position: relative;
  }

  .p-product__def > dd {
    max-width: 50%;
    background: #fff;
    padding-left: 8px;
    text-align: right;
  }

  .p-product__def > dd:after {
    content: "";
    border-bottom: 1px dotted;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
  }

  .p-product__averageReviewNote {
    font-size: 11px;
  }

  .p-product__averageReviewStar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-product__customerReviewCard {
    padding: 20px;
  }

  .p-product__customerReviewCard:last-of-type {
    margin: 0 0 30px;
  }

  .p-product__customerReviewHeader {
    padding: 0 0 20px;
  }

  .p-product__customerReviewContents {
    padding: 20px 0 0;
    font-size: 14px;
  }

  .p-product__cart {
    bottom: 60px;
  }

  .p-product__cart a {
    height: 100px;
    width: 100px;
  }
}

/* ---cart--- */
.p-lower__section--cart {
  padding-top: 55px;
}

.p-cart__message {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  color: #f29527;
  text-align: center;
  background: #f2952733;
}

.p-cart__message--empty {
  margin: 0 0 120px;
}

@media screen and (max-width: 960px) {
  .p-product__message {
  }

  .p-cart__message--empty {
    margin: 0 0 60px;
  }
}

.p-cart__flowList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: cnt;
  margin: 0 auto 120px;
  width: 100%;
}

.p-cart__flowItem {
  width: calc(33.3% - 15px);
}

.p-cart__flowNumber {
  width: 100%;
  background: #f2952733;
  padding: 0;
  text-decoration: none;
  color: #f29527;
  position: relative;
  margin: 0 0 15px;
}

.p-cart__flowNumber:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 25px solid #f2952733;
  border-bottom: 25px solid #f2952733;
  border-left: 15px solid transparent;
}

.p-cart__flowNumber:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #f2952733;
}

.p-cart__flowItem:first-child .p-cart__flowNumber:before {
  display: none;
}

.p-cart__flowItem:last-child .p-cart__flowNumber:after {
  display: none;
}

.p-cart__flowNumber span {
}

.p-cart__flowNumber span:before {
  counter-increment: cnt;
  content: "STEP." counter(cnt);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 15px 0 15px 0;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.p-cart__flowItem.is-current .p-cart__flowNumber {
  background: #f29527;
  color: #fbfbfb;
}

.p-cart__flowItem.is-current .p-cart__flowNumber:before {
  border-top: 25px solid #f29527;
  border-bottom: 25px solid #f29527;
}

.p-cart__flowItem.is-current .p-cart__flowNumber:after {
  border-left: 15px solid #f29527;
}

.p-cart__flowLabel {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #f29527;
  position: relative;
}

.p-cart__flowItem:not(:last-child) .p-cart__flowLabel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 97%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30%;
  background: 0 0 no-repeat;
  border-top: 4px dotted #f29527;
}

@media screen and (max-width: 960px) {
  .p-cart__flowList {
    margin: 0;
  }

  .p-cart__flowItem {
    width: calc(33.3% - 10px);
    margin: 0 0 25px;
  }

  .p-cart__flowNumber {
    margin: 0 0 10px;
  }

  .p-cart__flowNumber:before {
    border-top: 20px solid #f2952733;
    border-bottom: 20px solid #f2952733;
    border-left: 10px solid transparent;
  }

  .p-cart__flowNumber:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #f2952733;
  }

  .p-cart__flowNumber span:before {
    font-size: 16px;
    padding: 13px 0 0 0;
    height: 40px;
  }

  .p-cart__flowLabel {
    font-size: 11px;
  }

  .p-cart__flowItem:not(:last-child) .p-cart__flowLabel:after {
    display: none;
  }

  .p-cart__flowItem.is-current .p-cart__flowNumber:before {
    border-top: 20px solid #f29527;
    border-bottom: 20px solid #f29527;
  }

  .p-cart__flowItem.is-current .p-cart__flowNumber:after {
    border-left: 10px solid #f29527;
  }
}

.p-cart__table {
  width: 100%;
  margin: 0;
}

.p-cart__table + .c-button-wrap {
  margin-top: 55px;
}

.p-cart__tableRow {
}

tbody .p-cart__tableRow {
  border-bottom: #f2952733 1px solid;
}

.p-cart__tableHead {
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  white-space: nowrap;
  background: #f2952733;
}

.p-cart__tableHead--product {
}

.p-cart__tableHead--quantity {
}

.p-cart__tableHead--price {
}

.p-cart__tableData {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
}

.p-cart__tableData--image {
  width: 128px;
}

.p-cart__tableData--image img {
  height: 108px;
  width: 108px;
  display: block;
  margin: 0 auto;
}

.p-cart__tableData--name {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

.p-cart__tableDataQuantityGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-cart__tableDataQuantityGroup input[type="number"] {
  overflow: hidden;
  border: solid 1px #000;
  padding: 6.5px 10px;
  text-align: center;
  margin: 0 1px;
  font-size: 16px;
}

.p-cart__tableDataQuantityGroup button {
  width: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #f29527;
  border: 1px solid #f29527;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
}

@media screen and (min-width: 961px) {
  .p-cart__tableDataQuantityGroup button:hover {
    background: #fff;
    color: #f29527;
    border: 1px solid #f29527;
  }
}

.p-cart__tableData--price {
  text-align: right;
}

.p-cart__tableData--subtotal {
  text-align: right;
}

.p-cart__button-wrap {
  width: 96px;
}

.p-cart__button {
  min-width: 100%;
  width: 100%;
  min-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #f29527;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  position: relative;
  line-height: 1.4;
  padding: 5px 10px;
  border: 1px solid #f29527;
  cursor: pointer;
  margin: 0 0 2px;
}

@media screen and (min-width: 961px) {
  .p-cart__button:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #f29527;
    color: #fff;
  }
}

.p-cart__button--reversal {
  background: #f29527;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-cart__button--reversal:hover {
    background: #fff;
    color: #f29527;
  }
}

@media screen and (max-width: 960px) {
  .p-cart__table {
    border-top: #f2952733 1px solid;
  }

  .p-cart__tableRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  thead .p-cart__tableRow {
    display: none;
  }

  .p-cart__tableData {
    padding: 5px 0;
    display: block;
  }

  .p-cart__tableData--ctrl {
    order: 1;
    width: 100%;
  }

  .p-cart__tableData--image {
    width: 100%;
  }

  .p-cart__tableData--image img {
    height: 108px;
    width: 108px;
    display: block;
    margin: 0 auto;
  }

  .p-cart__tableData--name {
    width: 100%;
  }

  .p-cart__tableData--quantity {
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-cart__tableData--quantity:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
    width: 100%;
    text-align: right;
  }

  .p-cart__tableDataQuantityGroup {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-cart__tableData--price {
    width: 100%;
    text-align: right;
  }

  .p-cart__tableData--price:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
  }

  .p-cart__button-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-cart__button {
    min-width: auto;
    width: calc(50% - 2px);
  }
}

.p-cart__thanks {
  text-align: center;
}

.p-cart__thanksText {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f29527;
  margin: 0 0 30px;
}

.p-cart__thanks img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 0 55px;
}

@media screen and (max-width: 960px) {
  .p-cart__thanksText {
    font-size: 16px;
  }

  .p-cart__thanks img {
    margin: 0 0 30px;
  }
}

.p-cart__orderFrame {
  border-top: 2px solid #f29527;
  display: block;
  position: relative;
  padding: 20px 30px;
  margin: 0 auto 80px;
  border-bottom: 2px solid #f29527;
  background: #f2952733;
  color: #f29527;
}

.p-cart__orderDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-cart__orderTitle {
  width: 135px;
  font-weight: 500;
}

.p-cart__orderData {
  width: calc(100% - 135px);
}

@media screen and (max-width: 960px) {
  .p-cart__orderFrame {
    padding: 15px 15px 10px 15px;
  }

  .p-cart__orderTitle {
    width: 100%;
  }

  .p-cart__orderData {
    width: 100%;
    margin: 0 0 10px;
  }
}

.p-cart__subtotalDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  border-bottom: #f2952733 1px solid;
}

.p-cart__subtotalTitle {
  width: calc(100% - 150px);
  text-align: right;
  padding: 5px 20px;
  font-weight: 500;
}

.p-cart__subtotalData {
  width: 150px;
  text-align: right;
  padding: 5px 20px;
}

.p-cart__subtotalMessage {
  width: 100%;
  text-align: right;
  padding: 5px 20px;
  color: #ff0000;
}

.p-cart__totalDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 55px;
  padding: 10px 0;
  width: 100%;
}

.p-cart__totalTitle {
  width: calc(100% - 150px);
  text-align: right;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
}

.p-cart__totalData {
  width: 150px;
  text-align: right;
  padding: 5px 20px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .p-cart__subtotalTitle {
    width: calc(100% - 120px);
    padding: 5px 15px;
  }

  .p-cart__subtotalData {
    width: 120px;
    padding: 5px 15px;
  }

  .p-cart__totalDef {
    width: 100%;
  }

  .p-cart__totalTitle {
    width: calc(100% - 120px);
    padding: 5px 15px;
    font-size: 17px;
  }

  .p-cart__totalData {
    width: 120px;
    padding: 5px 15px;
    font-size: 17px;
  }
}

.p-cart__address {
  width: 100%;
  padding: 20px 30px;
}

.p-cart__address + * {
  margin-top: 30px !important;
}

.p-cart__addressDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-cart__addressTitle {
  width: 135px;
  font-weight: 500;
}

.p-cart__addressData {
  width: calc(100% - 135px);
}

.p-cart__addressNotice {
  margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
  .p-cart__address {
    padding: 15px 15px 10px 15px;
  }

  .p-cart__addressTitle {
    width: 100%;
  }

  .p-cart__addressData {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}

.p-cart__hr {
  border: none;
  margin: 0 0 55px;
}

.p-cart__date {
  width: 100%;
  padding: 20px 30px;
}

.p-cart__date + * {
  margin-top: 30px !important;
}

.p-cart__dateDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-cart__dateTitle {
  width: 135px;
  font-weight: 500;
}

.p-cart__dateData {
  width: calc(100% - 135px);
}

.p-cart__dateNotice {
  margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
  .p-cart__date {
    padding: 15px 15px 10px 15px;
  }

  .p-cart__dateTitle {
    width: 100%;
  }

  .p-cart__dateData {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}

.p-cart__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-cart__paymentItem {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

v .p-cart__paymentType {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-cart__paymentCheck {
}

.p-cart__paymentTypeName {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 15px;
}

.p-cart__paymentDetail {
  display: none;
}

.js-cart__paymentItem:first-child .js-cart__paymentDetail {
  display: block;
  margin: 0 0 30px;
}

.p-cart__paymentItem.is-active {
}

@media screen and (max-width: 960px) {
  .p-cart__payment {
  }

  .p-cart__paymentItem {
  }
}

.p-cart__couponHeading {
  font-size: 18px;
  font-weight: 700;
}

.p-cart__couponNote {
  font-size: 16px;
  font-weight: 700;
  color: #f29527;
  margin: -15px 0 15px;
}

.p-cart__text {
  margin: 0 0 30px;
}

.p-cart__text img {
  display: block;
}

.p-cart__couponList {
  margin: 0 0 40px;
}

.p-cart__couponItem {
  /* 有効期限、所持枚数表示になったらこっち
	margin: 0 0 5px;
    display: block;
    padding: 15px 20px;
    background: #fcf1ee;
*/
  margin: 0 0 5px;
  display: block;
  padding: 0 20px;
  border-bottom: 1px dashed #f2952733;
}

.p-cart__couponName {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  color: #f29527;
}

/* 有効期限、所持枚数表示になったら使う
.p-cart__couponDef{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0;
}
.p-cart__couponTitle{
	width:135px;
	font-weight:500;
	line-height:1.5;
}	
.p-cart__couponData{
	width:calc(100% - 135px);
	line-height:1.5;
	margin:0 0 .5em;
}
*/
@media screen and (max-width: 960px) {
  .p-cart__couponList {
    margin: 0 0 20px;
  }

  .p-cart__couponItem {
    /* 有効期限、所持枚数表示になったらこっち
	    padding: 15px;
*/
    padding: 0 15px;
  }

  .p-cart__couponName {
    font-size: 18px;
  }

  /* 有効期限、所持枚数表示になったら使う
	.p-cart__couponTitle{
		width:100%;
	}	
	.p-cart__couponData{
		width:100%;
		margin:0 0 10px;
	}
*/
}

/* ---reg--- */
.p-lower__section--coupon {
  background: #f2952733;
  padding: 55px 0;
}

.p-reg__coupon {
  text-align: center;
}

.p-reg__coupon img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.p-reg__coupon img + * {
  margin-top: 30px;
}

.p-reg__coupon * + img {
  margin-top: 30px;
}

.p-reg__couponText {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-reg__couponText span {
  position: relative;
  display: inline-block;
  color: #f29527;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-reg__couponText span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #f29527;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.p-reg__couponText span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #f29527;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 960px) {
  .p-reg__couponText span {
    font-size: 14px;
  }

  .p-reg__couponText span:before {
    left: -15px;
  }

  .p-reg__couponText span:after {
    right: -15px;
  }
}

/* ---first--- */
.p-first {
  margin-top: 60px;
}

.p-first__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px;
}

.p-first__text span {
  position: relative;
  display: inline-block;
  color: #f29527;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-first__text > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #f29527;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.p-first__text > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #f29527;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.p-first__button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  width: 380px;
  background: #004b9c;
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  position: relative;
}

.p-first__line01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}

.p-first__line01 strong {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.p-first__line02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin: 10px 0 0;
}

.p-first__line02 strong {
  font-size: 28px;
  letter-spacing: 0.1em;
}

.p-first__line02:after {
  content: "";
  width: calc(100% - 30px);
  height: 0;
  display: block;
  border-bottom: 1px dashed #fff;
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-first__button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .p-first {
    margin-top: 40px;
  }

  .p-first__text {
    margin: 0 0 15px;
  }

  .p-first__text span {
    font-size: 17px;
  }

  .p-first__button {
    width: 100%;
  }

  .p-first__line01 {
    font-size: 13px;
  }

  .p-first__line01 strong {
    font-size: 19px;
  }

  .p-first__line02 {
    font-size: 23px;
  }

  .p-first__line02 strong {
    font-size: 27px;
  }

  .p-first__line02:after {
    width: calc(100% - 30px);
  }
}

/* ---relation--- */
.p-relation__list {
  margin: 35px 0;
  padding: 50px 0 0;
  text-align: center;
  font-size: 0;
}

.p-relation__item {
  display: inline-block;
  width: calc(25% - 50px);
  margin: 0 0 50px;
  margin-right: calc(50px * 4 / 3);
}

.p-relation__item:nth-child(4n) {
  margin-right: 0;
}

.p-relation__item--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-relation__image {
  margin: 0 0 15px;
}

.p-relation__image img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.p-relation__label {
  font-size: 14px;
  line-height: 1.5;
  height: 65px;
  text-align: center;
}

.p-relation__reviewStar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-relation__reviewStar span {
  font-size: 18px;
  color: #c8c8c8;
}

.p-relation__reviewStar span.is-checked {
  color: #f29527;
}

.p-relation__price {
  text-align: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.p-relation__price span {
  font-size: 12px;
}

.p-lower__section--history {
  background: #f2f2f2;
}

@media screen and (max-width: 960px) {
  .p-relation__h2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }

  .p-relation__h2:before {
    width: 57px;
    height: 50px;
    margin: 0 0 15px;
  }

  .p-relation__h3 {
    font-size: 16px;
    margin: 0 0 30px;
  }

  .p-relation__category {
    margin: 0 0 20px;
  }

  .p-relation__categoryItem {
    width: 50%;
    margin: 0 0 30px;
  }

  .p-relation__categoryItem--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .p-relation__categoryImage {
    margin: 0 0 10px;
  }

  .p-relation__categoryImage img {
    height: 108px;
  }

  .p-relation__categoryLabel {
    font-size: 14px;
  }

  .p-relation__purpose {
    margin: 0 0 20px;
  }

  .p-relation__purposeItem {
    width: 50%;
    margin: 0 0 30px;
  }

  .p-relation__purposeLink {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-relation__purposeItem--empty {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-relation__purposeImage {
    margin: 0 0 15px;
  }

  .p-relation__purposeImage img {
    width: 110px;
    height: 110px;
  }

  .p-relation__purposeLabel {
    font-size: 14px;
  }

  .p-relation__list {
    margin: 20px 0;
    padding: 40px 0 10px;
  }

  .p-relation__item {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }

  .p-relation__item--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .p-relation__image img {
    width: 108px;
    height: 108px;
  }

  .p-relation__label {
    font-size: 13px;
    height: 90px;
  }

  .p-relation__price {
    font-size: 21px;
  }

  .p-relation__price span {
    font-size: 11px;
  }
}

/* ---mypage--- */
.p-lower__section--mypage {
  padding: 55px 0;
}

.p-mypage > section:last-of-type .p-lower__section--mypage {
  padding-bottom: 110px;
}

/* login */
.p-mypage__loginText {
  margin: 15px 0 0;
  text-align: center;
}

.p-mypage__loginText a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

/* top */
.p-mypage__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 55px 0 0;
}

.p-mypage__menuItem {
  width: calc(25% - 10px);
  margin: 0 0 55px;
}

.p-mypage__menuItem--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-mypage__menuLink {
  display: block;
  cursor: pointer;
}

.p-mypage__menuIco {
  margin: 0 0 15px;
}

.p-mypage__menuIco img {
  height: 62px !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.p-mypage__menuLabel {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .p-mypage__menuLink:hover .p-mypage__menuLabel {
    color: #f29527;
  }
}

@media screen and (max-width: 960px) {
  .p-mypage__menu {
    margin: 30px 0 0;
  }

  .p-mypage__menuItem {
    width: calc(33% - 10px);
    margin: 0 0 25px;
  }

  .p-mypage__menuIco img {
    height: 30px !important;
  }

  .p-mypage__menuLabel {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
  }
}

.p-mypage__notReviewed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.p-mypage__notReviewedItem {
  width: calc(25% - 50px);
  margin: 0 0 45px;
}

.p-mypage__notReviewedItem--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-mypage__notReviewedImage {
  margin: 0 0 15px;
}

.p-mypage__notReviewedImage img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.p-mypage__notReviewedContents {
}

.p-mypage__notReviewedLabel {
  font-size: 14px;
  line-height: 1.5;
  height: 65px;
}

.p-mypage__notReviewedStar {
  margin: 0 auto;
  width: 160px;
  display: block;
}

.p-mypage__notReviewedStar > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-mypage__notReviewedStar > div > input {
  display: none;
}

.p-mypage__notReviewedStar > div > label {
  position: relative;
  width: 1em;
  font-size: 24px;
  color: #f5deb3;
  cursor: pointer;
  margin: auto;
}

.p-mypage__notReviewedStar > div > label::before {
  content: "\2605";
  position: absolute;
  opacity: 1;
}

@media screen and (min-width: 961px) {
  .p-mypage__notReviewedStar > div > label:hover:before,
  .p-mypage__notReviewedStar > div > label:hover ~ label:before {
    opacity: 1;
    color: #ffc002;
  }
}

.p-mypage__notReviewedStar > div > input:checked ~ label:before {
  opacity: 1;
  color: #ffc002;
}

.p-mypage__notReviewedStar > div > input:checked ~ label:before {
  opacity: 1;
  color: #ffc002;
}

@media screen and (max-width: 960px) {
  .p-mypage__notReviewed {
    margin: 30px 0 0;
  }

  .p-mypage__notReviewedItem {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 55px;
  }

  .p-mypage__notReviewedImage img {
    width: 108px;
    height: 108px;
  }

  .p-mypage__notReviewedLabel {
    font-size: 13px;
    height: 90px;
  }

  .p-mypage__notReviewedStar {
    width: 100px;
  }

  .p-mypage__notReviewedStar > div > label {
    font-size: 16px;
  }
}

/* lower */
.p-mypage__layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mypage__side {
  order: 1;
  width: 230px;
}

.p-mypage__main {
  order: 2;
  width: 800px;
}

@media screen and (max-width: 960px) {
  .p-mypage__layout {
    display: block;
  }

  .p-mypage__side {
    width: 100%;
  }

  .p-mypage__main {
    width: 100%;
    margin: 0 0 80px;
  }
}

* + .p-mypage__mainText {
  margin-top: 30px;
}

.p-mypage__mainText {
}

.p-mypage__mainText a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.p-mypage__mainNote {
  font-size: 12px;
  line-height: 2;
  display: block;
}

* + .p-mypage__mainImage {
  margin-top: 30px;
}

.p-mypage__mainImage {
  width: 100%;
}

.p-mypage__mainImage img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-mypage__sideHeading__h2 {
  background: #f2952733;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  margin: 0 0 30px;
}

.p-mypage__sideTopLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 55px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 961px) {
  .p-mypage__sideTopLink:hover {
    color: #f29527;
  }
}

.p-mypage__sideMenu {
  display: block;
  border-top: 1px solid #000;
  margin: 0 0 25px;
}

.p-mypage__sideMenuItem {
  display: block;
  border-bottom: 1px solid #000;
}

.p-mypage__sideMenuLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 55px;
  cursor: pointer;
}

.p-mypage__sideMenuIco {
  margin: 0 15px 0 0;
}

.p-mypage__sideMenuIco img {
  height: 25px !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.p-mypage__sideMenuLabel {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 961px) {
  .p-mypage__sideMenuLink:hover .p-mypage__sideMenuLabel {
    color: #f29527;
  }
}

.p-mypage__sideLogoutLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 55px;
  cursor: pointer;
  background: #433b38;
  border: 1px solid #433b38;
}

.p-mypage__sideLogoutIco {
  margin: 0 15px 0 0;
}

.p-mypage__sideLogoutIco img {
  height: 25px !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.p-mypage__sideLogoutIco img:nth-of-type(2) {
  display: none;
}

.p-mypage__sideLogoutLabel {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 961px) {
  .p-mypage__sideLogoutLink:hover {
    background: #f4f4f1;
  }

  .p-mypage__sideLogoutLink:hover .p-mypage__sideLogoutIco img:nth-of-type(1) {
    display: none;
  }

  .p-mypage__sideLogoutLink:hover .p-mypage__sideLogoutIco img:nth-of-type(2) {
    display: block;
  }

  .p-mypage__sideLogoutLink:hover .p-mypage__sideLogoutLabel {
    color: #000;
  }
}

@media screen and (max-width: 960px) {
  .p-mypage__sideHeading__h2 {
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 20px;
  }

  .p-mypage__sideTopLink {
    height: 45px;
    font-size: 14px;
  }

  .p-mypage__sideMenu {
    margin: 0 0 15px;
  }

  .p-mypage__sideMenuLink {
    height: 45px;
  }

  .p-mypage__sideMenuIco img {
    height: 20px !important;
  }

  .p-mypage__sideMenuLabel {
    font-size: 14px;
  }

  .p-mypage__sideLogoutLink {
    height: 45px;
  }

  .p-mypage__sideLogoutIco img {
    height: 20px !important;
  }

  .p-mypage__sideLogoutLabel {
    font-size: 14px;
  }
}

.p-mypage__mainHeading__h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #928476;
  padding: 0 0 0 10px;
  line-height: 1.8;
  border-left: 7px solid #928476;
}

.p-mypage__mainHeading__h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}

.p-mypage__mainHeading__h3 small {
  font-size: 12px;
  font-weight: 500;
}

.p-mypage__mainHeading__h4 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.p-mypage__mainHeading__h4 small {
  font-size: 14px;
}

* + .p-mypage__mainHeading__h4 {
  margin-top: 30px;
}

.p-mypage__mainSection {
  margin: 0 0 40px;
}

.p-mypage__mainSection + .p-mypage__mainSection {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-mypage__mainHeading__h2 {
    font-size: 18px;
    margin: 0 0 30px;
    border-left: 5px solid #928476;
  }

  .p-mypage__mainHeading__h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .p-mypage__mainHeading__h3 small {
    font-size: 10px;
  }

  .p-mypage__mainHeading__h4 {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .p-mypage__mainHeading__h4 small {
    font-size: 12px;
  }

  * + .p-mypage__mainHeading__h4 {
    margin-top: 15px;
  }

  .p-mypage__mainSection {
    margin: 0 0 30px;
  }

  .p-mypage__mainSection + .p-mypage__mainSection {
    margin-top: 30px;
  }
}

/* sample */
.p-mypage__mainText--sample {
  font-size: 1.2em;
}

.p-mypage__mainNote--sample {
  margin-top: 15px;
}

.p-mypage__mainMessage {
  display: none;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 1200px;
  padding: 15px 0;
  background: rgba(242, 149, 39, 0.9);
  color: #fff;
}

@media screen and (max-width: 960px) {
  .p-mypage__mainMessage {
    width: 100%;
    padding: 0;
  }
}

.p-mypage__sampleLead {
  font-size: 16px;
  font-weight: 700;
  color: #e07866;
  text-align: center;
  background: #fcf1ee;
  margin: 30px 0;
  padding: 15px;
}

.p-mypage__sampleLead a {
  border-bottom: 1px solid #e07866;
}

.p-mypage__sampleLead a:hover {
  color: #e07866;
}

@media screen and (max-width: 960px) {
  .p-mypage__sampleLead {
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
    padding: 15px;
  }
}

.p-mypage__sampleRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 40px;
}

.p-mypage__sampleCol {
  width: calc(50% - 5px);
}

.p-mypage__sampleCol img {
  width: 100%;
  height: auto;
}

.p-mypage__sampleList {
  padding: 35px 0 0;
  text-align: left;
  font-size: 0;
}

.p-mypage__sampleItem {
  display: inline-block;
  width: calc(25% - 20px);
  margin: 0 0 50px;
  margin-right: calc(20px * 4 / 3);
}

.p-mypage__sampleItem:nth-child(4n) {
  margin-right: 0;
}

.p-mypage__sampleItem--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-mypage__sampleImage {
  margin: 0 0 15px;
}

.p-mypage__sampleImage img {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.p-mypage__sampleLabel {
  font-size: 14px;
  line-height: 1.5;
  height: 65px;
  margin: 0 0 15px;
}

.p-mypage__sampleButton {
  min-width: 100%;
  width: 100%;
  min-height: 43px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  border: 1px solid #433b38;
  letter-spacing: 0.2em;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .p-mypage__sampleButton:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #433b38;
    color: #fff;
  }
}

.p-mypage__sampleButton--reversal {
  background: #433b38;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-mypage__sampleButton--reversal:hover {
    background: #fff;
    color: #433b38;
  }
}

.p-mypage__sampleButton:disabled {
  border: 1px solid #ccc;
  background: #ccc;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-mypage__sampleRow {
    display: block;
  }

  .p-mypage__sampleCol {
    width: 100%;
  }

  .p-mypage__sampleCol:first-child {
    margin-bottom: 30px;
  }

  .p-mypage__sampleList {
    padding: 0;
  }

  .p-mypage__sampleItem {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px;
  }

  .p-mypage__sampleItem--empty {
    height: 0;
    margin: 0;
    padding: 0;
  }

  .p-mypage__sampleImage img {
    height: 108px;
  }

  .p-mypage__sampleLabel {
    font-size: 13px;
  }

  .p-mypage__sampleButton {
    min-width: 100%;
    width: 100%;
  }
}

/* reviews */
.p-mypage__reviewList {
  margin: 0 0 40px;
}

.p-mypage__reviewItem {
  margin: 0 0 55px;
  padding: 0 0 55px;
  border-bottom: 1px solid #b3b3b3;
}

.p-mypage__reviewName {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
}

.p-mypage__reviewName a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.p-mypage__reviewDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.p-mypage__reviewTitle {
  width: 135px;
  font-weight: 500;
}

.p-mypage__reviewData {
  width: calc(100% - 135px);
}

.p-mypage__reviewStar {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-mypage__reviewStar span {
  color: #c8c8c8;
}

.p-mypage__reviewStar span.is-checked {
  color: #f29527;
}

@media screen and (max-width: 960px) {
  .p-mypage__reviewList {
    margin: 0 0 20px;
  }

  .p-mypage__reviewName {
    font-size: 18px;
  }

  .p-mypage__reviewItem {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }

  .p-mypage__reviewTitle {
    width: 100%;
  }

  .p-mypage__reviewData {
    width: 100%;
    margin: 0 0 10px;
  }
}

.p-mypage__reviewEditImage {
  margin: 0 0 15px;
}

.p-mypage__reviewEditImage img {
  height: 200px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.p-mypage__reviewEditLabel {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-mypage__reviewEditStar {
  max-width: 300px;
  margin: 0 auto;
}

.p-mypage__reviewEditStar > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-mypage__reviewEditStar > div > input {
  display: none;
}

.p-mypage__reviewEditStar > div > label {
  position: relative;
  width: 1em;
  font-size: 45px;
  color: #f5deb3;
  cursor: pointer;
  margin: auto;
  line-height: 1.6;
}

.p-mypage__reviewEditStar > div > label::before {
  content: "\2605";
  position: absolute;
  opacity: 1;
}

@media screen and (min-width: 961px) {
  .p-mypage__reviewEditStar > div > label:hover:before,
  .p-mypage__reviewEditStar > div > label:hover ~ label:before {
    opacity: 1;
    color: #ffc002;
  }
}

.p-mypage__reviewEditStar > div > input:checked ~ label:before {
  opacity: 1;
  color: #ffc002;
}

.p-mypage__reviewEditStar > div > input:checked ~ label:before {
  opacity: 1;
  color: #ffc002;
}

@media screen and (max-width: 960px) {
  .p-mypage__reviewEditImage {
    margin: 0 0 10px;
  }

  .p-mypage__reviewEditImage img {
    height: 108px;
  }

  .p-mypage__reviewEditLabel {
    font-size: 16px;
    margin: 0;
  }

  .p-mypage__reviewEditStar {
    max-width: 280px;
  }

  .p-mypage__reviewEditStar > div > label {
    font-size: 40px;
  }
}

/* history/order */
.p-mypage__orderList {
  margin: 0 0 40px;
}

.p-mypage__orderItem {
  margin: 0 0 20px;
}

.p-mypage__orderLink {
  border: 1px solid #b3b3b3;
  display: block;
  position: relative;
  padding: 20px 30px;
}

.p-mypage__orderLink:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 149, 39, 0.8);
}

.p-mypage__orderLink:after {
  opacity: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  content: "注文詳細";
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 961px) {
  .p-mypage__orderLink:hover {
    border: 1px solid #f29527;
    color: #000;
  }

  .p-mypage__orderLink:hover:before,
  .p-mypage__orderLink:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-mypage__orderDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-mypage__orderTitle {
  width: 135px;
  font-weight: 500;
}

.p-mypage__orderData {
  width: calc(100% - 135px);
}

.p-mypage__orderFrame {
  border: 1px solid #b3b3b3;
  display: block;
  position: relative;
  padding: 20px 30px;
}

.p-mypage__orderTable {
  width: 100%;
}

.p-mypage__orderTableRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

tbody .p-mypage__orderTableRow {
  border-bottom: #f2952733 1px solid;
}

.p-mypage__orderTableHead {
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  white-space: nowrap;
  background: #f2952733;
}

.p-mypage__orderTableHead--product {
  width: 550px;
}

.p-mypage__orderTableHead--quantity {
  width: 100px;
}

.p-mypage__orderTableHead--price {
  width: 150px;
}

.p-mypage__orderTableData {
  text-align: center;
  padding: 20px;
}

.p-mypage__orderTableData--image {
  width: 128px;
}

.p-mypage__orderTableData--image img {
  height: 108px;
  width: 108px;
  display: block;
  margin: 0 auto;
}

.p-mypage__orderTableData--name {
  width: 420px;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}

.p-mypage__orderTableData--quantity {
  width: 100px;
}

.p-mypage__orderTableData--price {
  width: 150px;
  text-align: right;
}

.p-mypage__orderPriceSubtotalDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
  border-bottom: #f2952733 1px solid;
}

.p-mypage__orderPriceSubtotalTitle {
  width: calc(100% - 150px);
  text-align: right;
  padding: 5px 20px;
  font-weight: 500;
}

.p-mypage__orderPriceSubtotalData {
  width: 150px;
  text-align: right;
  padding: 5px 20px;
}

.p-mypage__orderPriceTotalDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 55px;
  padding: 10px 0;
  width: 100%;
}

.p-mypage__orderPriceTotalTitle {
  width: calc(100% - 150px);
  text-align: right;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
}

.p-mypage__orderPriceTotalData {
  width: 150px;
  text-align: right;
  padding: 5px 20px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .p-mypage__orderList {
    margin: 0 0 20px;
  }

  .p-mypage__orderItem {
    margin: 0 0 15px;
  }

  .p-mypage__orderLink {
    padding: 15px 15px 10px 15px;
  }

  .p-mypage__orderTitle {
    width: 100%;
  }

  .p-mypage__orderData {
    width: 100%;
    margin: 0 0 10px;
  }

  .p-mypage__orderFrame {
    padding: 15px 15px 10px 15px;
  }

  .p-mypage__orderTable {
    border-top: #f2952733 1px solid;
  }

  .p-mypage__orderTableRow {
    display: block;
    padding: 15px;
  }

  thead .p-mypage__orderTableRow {
    display: none;
  }

  .p-mypage__orderTableData {
    padding: 5px 0;
    display: block;
  }

  .p-mypage__orderTableData--image {
    width: 100%;
  }

  .p-mypage__orderTableData--image img {
    height: 108px;
    width: 108px;
    display: block;
    margin: 0 auto;
  }

  .p-mypage__orderTableData--name {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }

  .p-mypage__orderTableData--quantity {
    width: 100%;
    text-align: right;
  }

  .p-mypage__orderTableData--quantity:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
  }

  .p-mypage__orderTableData--price {
    width: 100%;
    text-align: right;
  }

  .p-mypage__orderTableData--price:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
  }

  .p-mypage__orderPriceSubtotalTitle {
    width: calc(100% - 120px);
    padding: 5px 15px;
  }

  .p-mypage__orderPriceSubtotalData {
    width: 120px;
    padding: 5px 15px;
  }

  .p-mypage__orderPriceTotalDef {
    width: 100%;
  }

  .p-mypage__orderPriceTotalTitle {
    width: calc(100% - 120px);
    padding: 5px 15px;
    font-size: 17px;
  }

  .p-mypage__orderPriceTotalData {
    width: 120px;
    padding: 5px 15px;
    font-size: 17px;
  }
}

/* confirmed */
.p-mypage__confirmedList {
  margin: 0 0 40px;
}

.p-mypage__confirmedItem {
  margin: 0 0 20px;
}

.p-mypage__confirmedLink {
  border: 1px solid #b3b3b3;
  display: block;
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mypage__confirmedLink:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 149, 39, 0.8);
}

.p-mypage__confirmedLink:after {
  opacity: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  content: "注文詳細";
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 961px) {
  .p-mypage__confirmedLink:hover {
    border: 1px solid #f29527;
    color: #000;
  }

  .p-mypage__confirmedLink:hover:before,
  .p-mypage__confirmedLink:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-mypage__confirmedImage {
  width: 150px;
}

.p-mypage__confirmedImage img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.p-mypage__confirmedContents {
  width: calc(100% - 170px);
}

.p-mypage__confirmedDate {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-mypage__confirmedDate strong {
  background: #f29527;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 2.5px 15px;
  margin: 0 15px 0 0;
}

.p-mypage__confirmedName {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 15px;
}

.p-mypage__confirmedDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-mypage__confirmedTitle {
  width: 150px;
  font-weight: 500;
}

.p-mypage__confirmedData {
  width: calc(100% - 150px);
}

@media screen and (max-width: 960px) {
  .p-mypage__confirmedList {
    margin: 0 0 20px;
  }

  .p-mypage__confirmedItem {
    margin: 0 0 15px;
  }

  .p-mypage__confirmedLink {
    padding: 15px 15px 10px 15px;
    display: block;
  }

  .p-mypage__confirmedImage {
    width: 100%;
    margin: 0 0 15px;
  }

  .p-mypage__confirmedImage img {
    width: 108px;
    height: 108px;
  }

  .p-mypage__confirmedContents {
    width: 100%;
  }

  .p-mypage__confirmedDate {
    font-size: 16px;
  }

  .p-mypage__confirmedDate strong {
    font-size: 14px;
    padding: 1px 5px;
    margin: 0 10px 0 0;
  }

  .p-mypage__confirmedName {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .p-mypage__confirmedTitle {
    width: 100%;
  }

  .p-mypage__confirmedData {
    width: 100%;
    margin: 0 0 10px;
  }
}

/* subscription */
.p-mypage__subscriptionList {
  margin: 0 0 40px;
}

.p-mypage__subscriptionItem {
  margin: 0 0 20px;
}

.p-mypage__subscriptionLink {
  border: 1px solid #b3b3b3;
  display: block;
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mypage__subscriptionLink:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 120, 102, 0.8);
}

.p-mypage__subscriptionLink:after {
  opacity: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  content: "内容変更";
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 961px) {
  .p-mypage__subscriptionLink:hover {
    border: 1px solid #f29527;
    color: #000;
  }

  .p-mypage__subscriptionLink:hover:before,
  .p-mypage__subscriptionLink:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-mypage__subscriptionImage {
  width: 150px;
}

.p-mypage__subscriptionImage img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
}

.p-mypage__subscriptionContents {
  width: calc(100% - 170px);
}

.p-mypage__subscriptionName {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 15px;
}

.p-mypage__subscriptionDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-mypage__subscriptionTitle {
  width: 150px;
  font-weight: 500;
}

.p-mypage__subscriptionData {
  width: calc(100% - 150px);
}

@media screen and (max-width: 960px) {
  .p-mypage__subscriptionList {
    margin: 0 0 20px;
  }

  .p-mypage__subscriptionItem {
    margin: 0 0 15px;
  }

  .p-mypage__subscriptionLink {
    padding: 15px 15px 10px 15px;
    display: block;
  }

  .p-mypage__subscriptionImage {
    width: 100%;
    margin: 0 0 15px;
  }

  .p-mypage__subscriptionImage img {
    width: 108px;
    height: 108px;
  }

  .p-mypage__subscriptionContents {
    width: 100%;
  }

  .p-mypage__subscriptionName {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .p-mypage__subscriptionTitle {
    width: 100%;
  }

  .p-mypage__subscriptionData {
    width: 100%;
    margin: 0 0 10px;
  }
}

/* confirmed */
.p-mypage__subscriptionDeatailName {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
}

.p-mypage__subscriptionDeatailRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mypage__subscriptionDeatailCol--image {
  width: 250px;
}

.p-mypage__subscriptionDeatailCol--image img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 250px;
  object-fit: contain;
}

.p-mypage__subscriptionDeatailCol--contents {
  width: calc(100% - 270px);
  background: #f4f4f1;
  padding: 30px;
}

.p-mypage__subscriptionDeatailDate {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-mypage__subscriptionDeatailDate strong {
  background: #f29527;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 2.5px 15px;
  margin: 0 15px 0 0;
}

.p-mypage__subscriptionDeatailDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-mypage__subscriptionDeatailTitle {
  width: 150px;
  font-weight: 500;
}

.p-mypage__subscriptionDeatailData {
  width: calc(100% - 150px);
}

.p-mypage__subscriptionDetailButtonWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}

.p-mypage__subscriptionDetailButton {
  width: calc(50% - 2px);
  min-height: 43px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #f29527;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  border: 1px solid #f29527;
  letter-spacing: 0.2em;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .p-mypage__subscriptionDetailButton:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #f29527;
    color: #fff;
  }
}

.p-mypage__subscriptionDetailButton--reversal {
  background: #f29527;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-mypage__subscriptionDetailButton--reversal:hover {
    background: #fff;
    color: #f29527;
  }
}

.p-mypage__subscriptionDetailNote {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.p-mypage__subscriptionDetailNote a {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

@media screen and (max-width: 960px) {
  .p-mypage__subscriptionDeatailName {
    font-size: 18px;
  }

  .p-mypage__subscriptionDeatailRow {
    display: block;
  }

  .p-mypage__subscriptionDeatailCol--image {
    width: 100%;
    margin: 0 0 15px;
  }

  .p-mypage__subscriptionDeatailCol--image img {
    height: 150px;
  }

  .p-mypage__subscriptionDeatailCol--contents {
    width: 100%;
    padding: 15px;
  }

  .p-mypage__subscriptionDeatailDate {
    font-size: 20px;
    margin: 0 0 30px;
    display: block;
  }

  .p-mypage__subscriptionDeatailDate strong {
    font-size: 12px;
    padding: 2px 10px;
    margin: 0 0 10px;
  }

  .p-mypage__subscriptionDeatailDate span {
    display: block;
  }

  .p-mypage__subscriptionDeatailTitle {
    width: 100%;
  }

  .p-mypage__subscriptionDeatailData {
    width: 100%;
    margin: 0 0 10px;
  }

  .p-mypage__subscriptionDetailButtonWrap {
    display: block;
    margin: 30px 0;
  }

  .p-mypage__subscriptionDetailButton {
    letter-spacing: 0;
    width: 100%;
    margin: 0 0 15px;
  }

  .p-mypage__subscriptionDetailButton:last-child {
    margin: 0;
  }
}

/* coupon */
.p-mypage__couponList {
  margin: 0 0 40px;
}

/* 有効期限、所持枚数表示になったらこっち
.p-mypage__couponItem{
    margin: 0 0 20px;
    display: block;
    padding: 20px 30px;
    background: #fcf1ee;
    margin: 0 0 20px;
    display: block;
    padding: 20px 30px;
    background: #fcf1ee;
}
.p-mypage__couponName{
	font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: -20px -30px 20px;
    padding: 10px 30px 10px;
    color: #fff;
    background: #e07866;
}
*/
.p-mypage__couponItem {
  margin: 0 0 5px;
  display: block;
  padding: 0 20px;
  border-bottom: 1px dashed #f2952733;
}

.p-mypage__couponName {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  color: #f29527;
}

.p-mypage__couponName:before {
  content: "・ ";
  color: #000;
}

/* 有効期限、所持枚数表示になったら使う
.p-mypage__couponDef{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0;
}
.p-mypage__couponTitle{
	width:135px;
	font-weight:500;
	line-height:1.5;
}	
.p-mypage__couponData{
	width:calc(100% - 135px);
	line-height:1.5;
	margin:0 0 .5em;
}
*/
@media screen and (max-width: 960px) {
  .p-mypage__couponList {
    margin: 0 0 20px;
  }

  /* 有効期限、所持枚数表示になったらこっち
	.p-mypage__couponItem{
	    padding: 15px 15px 10px 15px;
		margin:0 0 15px;
	}
	.p-mypage__couponName{
		font-size: 18px;
	    margin: -15px -15px 15px;
	    padding: 10px 15px;
	}
*/
  .p-mypage__couponItem {
    padding: 0 15px;
  }

  .p-mypage__couponName {
    font-size: 18px;
  }

  /* 有効期限、所持枚数表示になったら使う
	.p-mypage__couponTitle{
		width:100%;
	}	
	.p-mypage__couponData{
		width:100%;
		margin:0 0 10px;
	}
*/
}

/* schedule */
.p-mypage__schedule {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #b3b3b3;
}

.p-mypage__schedule + * {
  margin-top: 30px !important;
}

.p-mypage__scheduleDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-mypage__scheduleTitle {
  width: 135px;
  font-weight: 500;
}

.p-mypage__scheduleData {
  width: calc(100% - 135px);
}

.p-mypage__scheduleNotice {
  margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
  .p-mypage__schedule {
    padding: 15px 15px 10px 15px;
  }

  .p-mypage__scheduleTitle {
    width: 100%;
  }

  .p-mypage__scheduleData {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}

/* address */
.p-mypage__address {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #b3b3b3;
}

.p-mypage__address + * {
  margin-top: 30px !important;
}

.p-mypage__addressDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-mypage__addressTitle {
  width: 135px;
  font-weight: 500;
}

.p-mypage__addressData {
  width: calc(100% - 135px);
}

.p-mypage__addressNotice {
  margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
  .p-mypage__address {
    padding: 15px 15px 10px 15px;
  }

  .p-mypage__addressTitle {
    width: 100%;
  }

  .p-mypage__addressData {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}

/* creditcard */
.p-mypage__creditcard {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #b3b3b3;
}

.p-mypage__creditcard + * {
  margin-top: 30px !important;
}

.p-mypage__creditcardDef {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.p-mypage__creditcardTitle {
  width: 135px;
  font-weight: 500;
}

.p-mypage__creditcardData {
  width: calc(100% - 135px);
}

.p-mypage__creditcardNotice {
  margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
  .p-mypage__creditcard {
    padding: 15px 15px 10px 15px;
  }

  .p-mypage__creditcardTitle {
    width: 100%;
  }

  .p-mypage__creditcardData {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}

/* delete */
.p-mypage__deleteConfirm {
  padding: 30px;
  border: 1px solid #b3b3b3;
}

.p-mypage__deleteConfirmHeading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

.p-mypage__deleteReason {
  height: 110px;
  margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
  .p-mypage__deleteConfirm {
    padding: 15px;
  }

  .p-mypage__deleteConfirmHeading {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .p-mypage__deleteReason {
    margin: 0 0 15px;
  }
}

/* share */
.p-mypage__shareLead {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  background: #e4e3dc;
  margin: 30px 0;
  padding: 0 15px;
}

.p-mypage__shareText {
  font-weight: 500;
  text-align: center;
}

.p-mypage__shareText a {
  border-bottom: 1px dashed #f29527;
  font-size: inherit;
  color: #f29527;
}

.p-mypage__shareLink {
  margin: 30px auto;
  display: block;
}

.p-mypage__shareLink img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-mypage__shareLead {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0;
    padding: 15px;
  }

  .p-mypage__shareText {
    margin: 0 0 40px;
    text-align: left;
  }
}

/* ---findHospitals--- */
.p-lower__section--findHospitals {
  padding-top: 55px;
  overflow: visible;
}

.p-findHospitals__mapRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.p-findHospitals__mapCol {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-findHospitals__button {
}

@media screen and (min-width: 961px) {
  .p-findHospitals__button:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #433b38;
    color: #fff;
  }
}

.p-findHospitals__button--current {
  width: 100%;
  min-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  position: relative;
  line-height: 1.4;
  padding: 5px 10px;
  border: 1px solid #433b38;
  letter-spacing: 0.2em;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-findHospitals__button--current:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 7.5px 0 0;
  background: url(../images/findHospitals/findHospitals_ico_current-pink.svg)
    no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 961px) {
  .p-findHospitals__button--current:hover {
    background: #fff;
    color: #433b38;
  }

  /* .p-findHospitals__button--current:hover:before {
    background: url(../images/findHospitals/findHospitals_ico_current-white.svg)
      no-repeat center center;
    background-size: contain;
  } */
}

.p-findHospitals__button--locate {
  width: 60px;
  min-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  position: relative;
  line-height: 1.4;
  padding: 5px 10px;
  border: 1px solid #433b38;
  letter-spacing: 0.2em;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #433b38;
  color: #fff;
}

.p-findHospitals__button--locate:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url(../images/findHospitals/findHospitals_ico_locate-white.svg)
    no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 961px) {
  .p-findHospitals__button--locate:hover {
    background: #fff;
    color: #433b38;
  }

  .p-findHospitals__button--locate:hover:before {
    background: url(../images/findHospitals/findHospitals_ico_locate-pink.svg)
      no-repeat center center;
    background-size: contain;
  }
}

.p-findHospitals__input {
  width: 100%;
  overflow: hidden;
  border: solid 1px #433b38;
  padding: 10px 15px;
  line-height: 1.6;
  font-size: 16px;
}

.p-findHospitals__input:focus {
  outline: none;
  border: solid 1px #433b38;
}

.p-findHospitals__mapObject {
  width: 100%;
  height: 500px;
}

.p-findHospitals__mapObject iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-findHospitals__mapRow {
    display: block;
    margin: 0 0 30px;
  }

  .p-findHospitals__mapCol {
    width: 100%;
    margin: 0 0 5px;
  }

  .p-findHospitals__button--current {
    min-height: 50px;
    font-size: 15px;
  }

  .p-findHospitals__button--current:before {
    width: 24px;
    height: 24px;
  }

  .p-findHospitals__button--locate {
    min-height: 50px;
    font-size: 15px;
  }

  .p-findHospitals__button--locate:before {
    width: 24px;
    height: 24px;
  }

  .p-findHospitals__input {
    font-size: 16px;
  }
}

.p-findHospitals__regionList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-findHospitals__regionItem {
  width: calc(25% - 15px);
  font-size: 0;
  margin: 0 0 10px;
  position: relative;
}

.p-findHospitals__regionItem--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-findHospitals__regionItem span {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  position: relative;
  /* line-height: 1.4; */
  padding: 0 10px;
  border: 1px solid #433b38;
  letter-spacing: 0.2em;
  cursor: pointer;
  background: #433b38;
  color: #fff;
}

.p-findHospitals__regionSubList {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  border-left: 1px solid #433b38;
  border-right: 1px solid #433b38;
}

.p-findHospitals__regionSubList a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  background: #f4f4f1;
  position: relative;
  padding: 0 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #433b38;
}

@media screen and (min-width: 961px) {
  .p-findHospitals__regionSubList a:hover {
    background: #433b38;
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .p-findHospitals__regionList {
    display: block;
  }

  .p-findHospitals__regionItem {
    width: 100%;
    margin: 0 0 5px;
  }

  .p-findHospitals__regionItem span {
    font-size: 15px;
  }

  .p-findHospitals__regionSubList {
    position: relative;
  }

  .p-findHospitals__regionSubList a {
    font-size: 15px;
  }
}

.p-findHospitals__gm {
}

.p-findHospitals__gmHospital {
  font-weight: 700;
  margin: 0 0 15px;
}

.p-findHospitals__gmInformation {
  color: #666;
}

.p-findHospitals__gmInformation .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-findHospitals__gmInformation .tel:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: 0 5px 0 0;
  background: url(../images/findHospitals/findHospitals_ico_tel.svg) no-repeat
    center center;
  background-size: contain;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

.p-findHospitals__resultList {
  width: 100%;
}

.p-findHospitals__resultItem {
  width: 100%;
  padding: 0 30px;
}

.p-findHospitals__resultCityName {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #928476;
  padding: 0 0 0 10px;
  line-height: 1.8;
  border-left: 7px solid #928476;
  display: block;
}

.p-findHospitals__resultHospitalList {
  margin: 0 0 60px;
}

.p-findHospitals__resultHospitalItem {
  padding: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.p-findHospitals__resultHospitalName {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.5;
}

.p-findHospitals__resultHospitalInfomation {
  color: #666;
  line-height: 1.5;
}

.p-findHospitals__resultHospitalInfomation .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p-findHospitals__resultHospitalInfomation .tel:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  margin: 0 5px 0 0;
  background: url(../images/findHospitals/findHospitals_ico_tel.svg) no-repeat
    center center;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .p-findHospitals__resultItem {
    padding: 15px 5px;
  }

  .p-findHospitals__resultCityName {
    font-size: 18px;
    border-left: 5px solid #928476;
  }

  .p-findHospitals__resultHospitalList {
    margin: 0 0 30px;
  }

  .p-findHospitals__resultHospitalItem {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .p-findHospitals__resultHospitalName {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

/* ---404--- */
.p-lower__section--notfound {
  padding-top: 0;
}

.p-notfound__image {
  display: block;
  margin: 0 0 30px;
}

.p-notfound__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* -----------------------------------------------
/* 2-3. Utility
-------------------------------------------------- */
.u-parallax {
  -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-hide {
  display: none;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-pc--inline {
  display: inline !important;
  font-size: inherit;
}

.u-sp--inline {
  display: none !important;
  font-size: inherit;
}

.u-pc--table {
  display: none !important;
}

.u-sp--table {
  display: none !important;
}

/*余白*/
.u-mb-30 {
  margin: 0 0 30px;
}

.u-mb-60 {
  margin: 0 0 60px;
}

.u-py-60 {
  padding: 60px 0;
}

.u-py-100 {
  padding: 100px 0;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pt-60 {
  padding-top: 60px;
}

.u-pt-100 {
  padding-top: 100px;
}

.u-pb-60 {
  padding-bottom: 60px;
}

.u-pt-120 {
  padding-top: 120px;
}

.u-pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: block !important;
  }

  .u-pc--inline {
    display: none !important;
  }

  .u-sp--inline {
    display: inline !important;
  }

  .u-pc--table {
    display: table !important;
  }

  .u-sp--table {
    display: table !important;
  }

  .u-mb-60 {
    margin: 0 0 30px;
  }

  .u-mb-30 {
    margin: 0 0 30px;
  }

  .u-mb-60 {
    margin: 0 0 30px;
  }

  .u-py-60 {
    padding: 30px 0;
  }

  .u-py-100 {
    padding: 60px 0;
  }

  .u-pt-60 {
    padding-top: 30px;
  }

  .u-pt-100 {
    padding-top: 60px;
  }

  .u-pt-120 {
    padding-top: 60px;
  }

  .u-pb-60 {
    padding-bottom: 30px;
  }

  .u-pb-120 {
    padding-bottom: 60px;
  }
}

/* 新旧商品入れ替えまでの暫定対応 */
#nav-description img,
#nav-ingredients img,
#nav-nutrition img {
  max-width: 100%;
  height: auto;
}

.user-edit [id*="attachment_"] {
  width: 100% !important;
}

/* 20210720アンバサダーエリア追加 */
.p-home__section--ambassador {
  position: relative;
}

.p-home__section--ambassador:before,
.p-home__section--ambassador:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  background: url(../images/common/common_bg_ambassador.svg) left top #fcf1ef;
  background-size: 160px 160px;
  height: 100%;
  width: 1600px;
  animation: anm-bgAmbassador 20s infinite linear 1s both;
  z-index: -1;
}

.p-home__section--ambassador:after {
  left: 1600px;
}

@-webkit-keyframes anm-bgAmbassador {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% + 320px));
  }
}

@keyframes anm-bgAmbassador {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% + 320px));
  }
}

.p-home_ambassador__heading {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}

.p-home_ambassador__heading span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #000;
  margin: 0 auto 35px;
  width: 172px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 32px;
  padding: 5px 0;
}

.p-home_ambassador__lead {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 60px;
  text-align: center;
  line-height: 175%;
}

.p-home_ambassador__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin: 0 0 30px;
}

.p-home_ambassador__item {
  width: calc((100% - 60px) / 4);
  margin: 0 0 30px;
}

.p-home_ambassador__item--empty {
  height: 0;
  margin: 0;
  padding: 0;
}

.p-home_ambassador__link {
  background: #fff;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px;
}

.p-home_ambassador__ribbon {
  position: absolute;
  width: 88px;
  height: 88px;
  overflow: hidden;
  top: -5px;
  left: -5px;
}

.p-home_ambassador__ribbon:before,
.p-home_ambassador__ribbon:after {
  content: "";
  position: absolute;
  background: #004b9c;
  width: 5px;
  height: 5px;
  z-index: -1;
}

.p-home_ambassador__ribbon:before {
  bottom: 0;
  left: 0;
}

.p-home_ambassador__ribbon:after {
  top: 0;
  right: 0;
}

.p-home_ambassador__ribbon span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 145px;
  height: 30px;
  background: linear-gradient(-45deg, #f59c50 0%, #ee2a7b 50%, #642ac8 100%);
  top: 17px;
  left: -38px;
  transform: rotate(-45deg);
}

.p-home_ambassador__ribbon span:before {
  content: "";
  background: url(../images/common/common_txt_ambassador.svg) no-repeat center
    center;
  height: 11px;
  width: 100%;
  display: block;
}

.p-home_ambassador__image {
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(45deg, #f59c50 0%, #ee2a7b 50%, #642ac8 100%);
  transition: 1s;
  transform: rotateY(0deg);
}

.p-home_ambassador__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.p-home_ambassador__meta {
  width: calc(100% - 100px);
  padding: 0 5px;
}

.p-home_ambassador__handle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 7px;
  height: 30px;
}

.p-home_ambassador__account {
  font-size: 12px;
  color: #7c7e7c;
  line-height: 1;
}

.p-home_ambassador__account:after {
  content: "";
  width: 100%;
  height: -1px;
  border-bottom: 2px dotted #7c7e7c;
  display: block;
  margin: 15px 0;
}

.p-home_ambassador__pet {
  position: relative;
  padding: 0 0 0 46px;
}

.p-home_ambassador__pet:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-home_ambassador__pet--cat:before {
  background: url(../images/common/common_img_cat.svg) no-repeat center center
    #d2e9cd;
  background-size: 60%;
}

.p-home_ambassador__pet--dog:before {
  background: url(../images/common/common_img_dog.svg) no-repeat center center
    #d5ebf1;
  background-size: 60%;
}

.p-home_ambassador__petName {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 5px;
}

.p-home_ambassador__petAge {
  font-size: 12px;
  line-height: 1;
}

.p-home_ambassador__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 15px;
}

.p-home_ambassador__text span {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.p-home_ambassador__text span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #000;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.p-home_ambassador__text span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #000;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.p-home_ambassador__banner {
  max-width: 680px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 8px;
  display: block;
}

.p-home_ambassador__banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 961px) {
  .p-home_ambassador__banner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-home_ambassador__link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-home_ambassador__link:hover .p-home_ambassador__handle,
  .p-home_ambassador__link:hover .p-home_ambassador__petName,
  .p-home_ambassador__link:hover .p-home_ambassador__petAge {
    color: #000;
  }

  .p-home_ambassador__link:hover .p-home_ambassador__image {
    transform: rotateY(360deg);
  }
}

@media screen and (max-width: 960px) {
  .p-home_ambassador__heading {
    margin: 0 0 30px;
    font-size: 20px;
  }

  .p-home_ambassador__heading span {
    font-size: 16px;
    width: 110px;
    line-height: 30px;
  }

  .p-home_ambassador__lead {
    font-size: 14px;
    line-height: 175%;
  }

  .p-home_ambassador__list {
    margin: 0 0 60px;
  }

  .p-home_ambassador__item {
    width: 100%;
    margin: 0 0 15px;
  }

  .p-home_ambassador__link {
    padding: 15px;
  }

  .p-home_ambassador__ribbon {
    width: 75px;
    height: 75px;
  }

  .p-home_ambassador__ribbon span {
    height: 25px;
    width: 130px;
  }

  .p-home_ambassador__ribbon span:before {
    height: 9px;
  }

  .p-home_ambassador__image {
    width: 80px;
    height: 80px;
  }

  .p-home_ambassador__image img {
    width: 73px;
    height: 73px;
    border: 3px solid #fff;
  }

  .p-home_ambassador__meta {
    width: calc(100% - 90px);
  }

  .p-home_ambassador__handle {
    height: auto;
  }

  .p-home_ambassador__text span {
    font-size: 14px;
  }

  .p-home_ambassador__text span:before {
    left: -15px;
  }

  .p-home_ambassador__text span:after {
    right: -15px;
  }
}

/* キャンペーンサイト */
.p-mypage__campaign {
}

.p-mypage__campaignBox {
  background: #ebebde;
  position: relative;
  padding: 30px 40px;
  margin: 0 0 60px;
}

.p-mypage__campaignBox:before {
  content: "";
  width: 177px;
  height: 75px;
  display: block;
  background: url(../images/mypage/campaign202203/mypage_img_campaing-box-left.svg)
    no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.p-mypage__campaignBox:after {
  content: "";
  width: 177px;
  height: 75px;
  display: block;
  background: url(../images/mypage/campaign202203/mypage_img_campaing-box-right.svg)
    no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.p-mypage__campaignLimit {
  text-align: center;
  margin: 0 0 5px;
}

.p-mypage__campaignLimit span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

/*
.p-mypage__campaignLimit span:before,
.p-mypage__campaignLimit span:after{
	content:"｜";
}
*/
.p-mypage__campaignPrivilege {
  text-align: center;
  margin: 0 0 25px;
}

.p-mypage__campaignPrivilege span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #42a3bf;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 30px;
}

.p-mypage__campaignPlus {
  margin: 0 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-mypage__campaignPresent {
  text-align: center;
  margin: 0 0 30px;
}

.p-mypage__campaignPresent img {
  display: inline-block;
  width: 485px;
  height: auto;
}

.p-mypage__campaignText {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.75;
}

.p-mypage__campaignText small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
}

.p-mypage__campaignNote {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
}

.p-mypage__campaignList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.p-mypage__campaignItem {
  width: 350px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 27px;
}

.p-mypage__campaignImage {
  margin: 0 0 7px;
}

.p-mypage__campaignImage img {
  height: 181px;
  width: auto;
  display: block;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

.p-mypage__campaignLabel {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px;
}

.p-mypage__campaignCriterion {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #ebebde;
  padding-top: 10px;
}

.p-mypage__campaignCriterion span {
  color: #000;
}

.p-mypage__campaignCriterion--veggiedent-fresh {
  color: #42a3bf;
}

.p-mypage__campaignCriterion--intellident {
  color: #966eb9;
  text-align: center;
}

.p-mypage__campaignExample {
  margin-bottom: 15px;
  height: 48px;
}

.p-mypage__campaignExample--veggiedent-fresh {
  font-size: 12px;
}

.p-mypage__campaignExample--intellident {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-mypage__campaignButtonWrap {
  /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}

.p-mypage__campaignButton {
  width: 100%;
  min-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  border: 1px solid #433b38;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #433b38;
    background: #fff;
  }
}

.p-mypage__campaignButton--veggiedent-fresh {
  border: 1px solid #42a3bf;
  background: #42a3bf;
  color: #fff;
}

.p-mypage__campaignButton--intellident {
  border: 1px solid #966eb9;
  background: #966eb9;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton--veggiedent-fresh:hover {
    opacity: 0.8;
    /*
		background:#fff;
		coor: #42a3bf;
		*/
  }

  .p-mypage__campaignButton--intellident:hover {
    opacity: 0.8;
    /*
		background:#fff;
		color: #966eb9;
		*/
  }
}

.p-mypage__campaignButton:disabled {
  border: 1px solid #ccc;
  background: #ccc;
  pointer-events: none;
}

.p-mypage__campaignSizeTitle {
  text-align: center;
  margin: 0 0 10px;
}

.p-mypage__campaignSizeTitle img {
  display: inline-block;
  width: 244px;
}

.p-mypage__campaignSizeList {
  background: #fff;
  margin: 0 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px;
}

.p-mypage__campaignSizeItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ebebde;
}

.p-mypage__campaignSizeItem:last-child {
  border-bottom: none;
}

.p-mypage__campaignSizeLabel {
  position: relative;
  height: 92px;
  width: 83px;
}

.p-mypage__campaignSizeLabel span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.p-mypage__campaignSizeLabel small {
  font-size: 14px;
}

.p-mypage__campaignSizeLabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-mypage__campaignSizeLabel--xs:before {
  width: 65px;
  height: 54px;
  left: -6px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-xs.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeLabel--s:before {
  width: 78px;
  height: 58px;
  left: -12px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-s.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeTarget {
  position: relative;
  width: 186px;
}

.p-mypage__campaignSizeTarget span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 700;
}

.p-mypage__campaignSizeEtc {
  width: calc(100% - 269px);
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-mypage__campaignBox {
    padding: 20px;
    margin: 0 0 40px;
  }

  .p-mypage__campaignBox:before,
  .p-mypage__campaignBox:after {
    width: 88px;
    height: 37.5px;
  }

  .p-mypage__campaignLimit {
    margin: 0 0 5px;
  }

  .p-mypage__campaignLimit span {
    font-size: 16px;
  }

  .p-mypage__campaignPrivilege {
    margin: 0 0 25px;
  }

  .p-mypage__campaignPrivilege span {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .p-mypage__campaignPlus {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .p-mypage__campaignPresent {
    margin: 0 0 20px;
  }

  .p-mypage__campaignPresent img {
    max-width: 624px;
    width: 100%;
  }

  .p-mypage__campaignText {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .p-mypage__campaignText small {
    font-size: 12px;
  }

  .p-mypage__campaignList {
    display: block;
    margin: 0 0 40px;
  }

  .p-mypage__campaignItem {
    width: 100%;
    padding: 15px;
    margin: 0 auto 15px;
  }

  .p-mypage__campaignImage img {
    height: 150px;
  }

  .p-mypage__campaignLabel {
    font-size: 16px;
  }

  .p-mypage__campaignCriterion span {
    display: block;
  }

  .p-mypage__campaignCriterion--veggiedent-fresh {
    text-align: center;
  }

  .p-mypage__campaignExample {
    height: auto;
  }

  .p-mypage__campaignButton {
    height: 40px;
    line-height: 40px;
  }

  .p-mypage__campaignSizeList {
    margin: 0 0 25px;
    padding: 0 25px;
  }

  .p-mypage__campaignSizeItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }

  .p-mypage__campaignSizeLabel {
    height: 56px;
    width: 83px;
  }

  .p-mypage__campaignSizeTarget {
    width: calc(100% - 83px);
  }

  .p-mypage__campaignSizeTarget span {
    line-height: 1.6;
  }

  .p-mypage__campaignSizeEtc {
    margin: 5px 0 0;
    width: 100%;
  }
}

/* 20221104追加 */
.p-cart__note {
  padding: 20px 25px;
  background: #f2952733;
  margin: 0 0 30px;
}

.p-cart__note h2 {
  font-size: 20px;
  color: #f29527;
  border-bottom: 1px solid #f29527;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.p-cart__note p {
  font-size: 16px;
  color: #f29527;
}

@media screen and (max-width: 960px) {
  .p-cart__note {
    padding: 15px;
    margin: 0 0 15px;
  }

  .p-cart__note h2 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0 0 15px;
  }

  .p-cart__note p {
    font-size: 14px;
  }
}

.c-form__message {
  color: #ff0000;
  text-align: center;
  margin: 0 0 30px;
}

.c-form__sucsess {
  border: 1px solid #f29527;
  color: #f29527;
  padding: 15px;
}

.p-coupon__break__sp {
  display: none;
}

.p-coupon__break__pc {
  display: block;
}

.p-cart__coupon__notes {
  font-size: 14px;
  color: #f29527;
  line-height: 1.5;
  margin: 0 0 15px;
  display: block;
  text-align: justify;
}

.spacer {
  margin: 15px 0 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .c-form__message {
    margin: 0 0 15px;
    font-size: 12px;
  }

  .p-coupon__break__sp {
    display: block;
  }

  .p-coupon__break__pc {
    display: none;
  }

  .p-cart__couponTypeName {
    font-size: 1.6rem;
  }

  .p-cart__couponName {
    display: flex;
    align-items: flex-start;
  }

  .p-cart__couponName input {
    margin: 4px 10px 0 0;
  }
}

/*-- 23.05 add */

/* 
.p-mypage__sampleListWrap{
	display: flex;
	gap: 40px;
	background: #f2f2f2;
    padding: 40px;
}

.p-mypage__mainHeading__h4 {
	line-height: 1.5;
}


.p-mypage__sampleList{
	text-align: center;
    background: #fff;
    padding: 30px;
}

.p-mypage__sampleItem{
	width: 100%;
	margin: 0;
}

.p-mypage__sampleLabel {
    margin: 0;
}

.p-mypage__sampleLabel{
	text-align: left;
}

@media screen and (max-width:960px) {
	.p-mypage__sampleListWrap{
		display: block;
		padding: 40px 30px;
	}
	.p-mypage__sampleListWrap .cat{
		margin-top: 40px;
	}
	
} */

.dental_underbar {
  text-decoration: underline;
}

.p-mypage__caution {
  margin: 15px 0 0;
  padding: 15px;
  background: #f2952733;
  color: #f29527;
  margin-bottom: 30px;
  text-align: justify;
}

.p-home__sedori__caution {
  display: block;
  width: 600px;
  margin: auto;
  border: 1px solid #ff0000;
  padding: 16px 32px;
  font-size: 18px;
  color: #ff0000;
  line-height: 1.5;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 30px;
  transition: all 0.4s;
  text-align: center;
}

.p-home__sedori__caution span {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution span {
    margin-right: 0;
  }
}

.p-home__sedori__caution span::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(45deg);
}

.p-home__sedori__caution span::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(-45deg);
}

.p-home__sedori__caution:hover {
  color: #ff0000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 767px) {
  .p-home__sedori__caution__sp {
    display: none;
  }
}

/* 2025.02.28追加 */
.p-mypage__mainHeading__attention {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #004a98;
  margin: 0 0 30px;
}

.p-mypage__sampleHeading {
  margin: 0 0 10px;
}

.p-mypage__mainText--sample span {
  font-weight: bold;
}

.p-mypage__mainNote--sample > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  color: #004a98;
}

.p-mypage__subNote--sample {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ff0000;
  margin: 40px 0 0;
}

.p-mypage__mainHeading__h4--sample {
  text-align: left;
  font-size: 20px;
  line-height: normal;
}

.p-mypage__sampleItem {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #433b38;
  padding: 0 0 15px;
  &:not(:first-child) {
    padding: 15px 0;
  }
}

.p-mypage__sampleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.p-mypage__sampleLabel {
  align-self: flex-start;
  height: auto;

  margin: 0;
}

.p-mypage__sampleLabel--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.p-mypage__sampleLabel--text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20.4px;
  margin: 5px 0 0;
}

.p-mypage__sampleButton {
  display: block;
  max-width: 180px;
  min-width: auto;
  min-height: 60px;
}

.p-mypage__sampleImage {
  margin: 0;
}

.p-mypage__sampleImage img {
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  @media screen and (max-width: 760px) {
    width: 100px;
  }
}
.p-mypage__sampleList--dog {
  margin: 0 0 65px;
}

.p-mypage__mainSection--sample {
  margin: 0 0 60px;
}

/* 2025.4.1追加 */
/* 保証内容の注意事項 */
.p-guarantee__row {
  margin: 0 0 30px;
}
.p-guarantee__attention {
  border: 1px solid #e4e3dc;
  max-width: 900px;
  margin-inline: auto;
  padding: 16px 24px;
}
.p-guarantee__attention-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%; /* 28px */
  margin: 0 0 8px;
}
.p-guarantee__attention-list {
  padding: 0 0 0 30px;
}
.p-guarantee__attention-listItem {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  list-style-type: disc;
}
.p-guarantee__attention-listItem--red {
  color: #f00;
  font-weight: 700;
}

/* 対象商品 */
.p-guarantee__product {
  padding: 0;
}
.p-guarantee__product-title {
  text-align: center;
}
.p-guarantee__product-listWrap {
  display: flex;
}
.p-guarantee__product-list {
  width: 50%;
  padding: 0 0 0 30px;
}
.p-guarantee__product-listItem {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
.p-guarantee__product-listItem a {
  color: #f29528;
  border-bottom: 1px solid #f29528;
  transition: 0.3s;
}
.p-guarantee__product-listItem a :hover {
  color: #004a8e;
}
.p-guarantee__barcode {
  margin: 30px 0 0;
}

@media screen and (max-width: 969px) {
  .p-guarantee__attention-list {
    padding: 0 0 0 10px;
  }
  .p-guarantee__product-list {
    padding: 0 0 0 20px;
  }
  .p-guarantee__product-title {
    text-align: left;
  }
  .p-guarantee__product-listWrap {
    flex-direction: column;
  }
  .p-guarantee__product-list {
    width: 100%;
  }
}
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.75;
}

.p-mypage__campaignText small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
}

.p-mypage__campaignNote {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
}

.p-mypage__campaignList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.p-mypage__campaignItem {
  width: 350px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 27px;
}

.p-mypage__campaignImage {
  margin: 0 0 7px;
}

.p-mypage__campaignImage img {
  height: 181px;
  width: auto;
  display: block;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

.p-mypage__campaignLabel {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px;
}

.p-mypage__campaignCriterion {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #ebebde;
  padding-top: 10px;
}

.p-mypage__campaignCriterion span {
  color: #000;
}

.p-mypage__campaignCriterion--veggiedent-fresh {
  color: #42a3bf;
}

.p-mypage__campaignCriterion--intellident {
  color: #966eb9;
  text-align: center;
}

.p-mypage__campaignExample {
  margin-bottom: 15px;
  height: 48px;
}

.p-mypage__campaignExample--veggiedent-fresh {
  font-size: 12px;
}

.p-mypage__campaignExample--intellident {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-mypage__campaignButtonWrap {
  /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}

.p-mypage__campaignButton {
  width: 100%;
  min-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  border: 1px solid #433b38;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #433b38;
    background: #fff;
  }
}

.p-mypage__campaignButton--veggiedent-fresh {
  border: 1px solid #42a3bf;
  background: #42a3bf;
  color: #fff;
}

.p-mypage__campaignButton--intellident {
  border: 1px solid #966eb9;
  background: #966eb9;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton--veggiedent-fresh:hover {
    opacity: 0.8;
    /*
		background:#fff;
		coor: #42a3bf;
		*/
  }

  .p-mypage__campaignButton--intellident:hover {
    opacity: 0.8;
    /*
		background:#fff;
		color: #966eb9;
		*/
  }
}

.p-mypage__campaignButton:disabled {
  border: 1px solid #ccc;
  background: #ccc;
  pointer-events: none;
}

.p-mypage__campaignSizeTitle {
  text-align: center;
  margin: 0 0 10px;
}

.p-mypage__campaignSizeTitle img {
  display: inline-block;
  width: 244px;
}

.p-mypage__campaignSizeList {
  background: #fff;
  margin: 0 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px;
}

.p-mypage__campaignSizeItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ebebde;
}

.p-mypage__campaignSizeItem:last-child {
  border-bottom: none;
}

.p-mypage__campaignSizeLabel {
  position: relative;
  height: 92px;
  width: 83px;
}

.p-mypage__campaignSizeLabel span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.p-mypage__campaignSizeLabel small {
  font-size: 14px;
}

.p-mypage__campaignSizeLabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-mypage__campaignSizeLabel--xs:before {
  width: 65px;
  height: 54px;
  left: -6px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-xs.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeLabel--s:before {
  width: 78px;
  height: 58px;
  left: -12px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-s.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeTarget {
  position: relative;
  width: 186px;
}

.p-mypage__campaignSizeTarget span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 700;
}

.p-mypage__campaignSizeEtc {
  width: calc(100% - 269px);
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-mypage__campaignBox {
    padding: 20px;
    margin: 0 0 40px;
  }

  .p-mypage__campaignBox:before,
  .p-mypage__campaignBox:after {
    width: 88px;
    height: 37.5px;
  }

  .p-mypage__campaignLimit {
    margin: 0 0 5px;
  }

  .p-mypage__campaignLimit span {
    font-size: 16px;
  }

  .p-mypage__campaignPrivilege {
    margin: 0 0 25px;
  }

  .p-mypage__campaignPrivilege span {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .p-mypage__campaignPlus {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .p-mypage__campaignPresent {
    margin: 0 0 20px;
  }

  .p-mypage__campaignPresent img {
    max-width: 624px;
    width: 100%;
  }

  .p-mypage__campaignText {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .p-mypage__campaignText small {
    font-size: 12px;
  }

  .p-mypage__campaignList {
    display: block;
    margin: 0 0 40px;
  }

  .p-mypage__campaignItem {
    width: 100%;
    padding: 15px;
    margin: 0 auto 15px;
  }

  .p-mypage__campaignImage img {
    height: 150px;
  }

  .p-mypage__campaignLabel {
    font-size: 16px;
  }

  .p-mypage__campaignCriterion span {
    display: block;
  }

  .p-mypage__campaignCriterion--veggiedent-fresh {
    text-align: center;
  }

  .p-mypage__campaignExample {
    height: auto;
  }

  .p-mypage__campaignButton {
    height: 40px;
    line-height: 40px;
  }

  .p-mypage__campaignSizeList {
    margin: 0 0 25px;
    padding: 0 25px;
  }

  .p-mypage__campaignSizeItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }

  .p-mypage__campaignSizeLabel {
    height: 56px;
    width: 83px;
  }

  .p-mypage__campaignSizeTarget {
    width: calc(100% - 83px);
  }

  .p-mypage__campaignSizeTarget span {
    line-height: 1.6;
  }

  .p-mypage__campaignSizeEtc {
    margin: 5px 0 0;
    width: 100%;
  }
}

/* 20221104追加 */
.p-cart__note {
  padding: 20px 25px;
  background: #f2952733;
  margin: 0 0 30px;
}

.p-cart__note h2 {
  font-size: 20px;
  color: #f29527;
  border-bottom: 1px solid #f29527;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.p-cart__note p {
  font-size: 16px;
  color: #f29527;
}

@media screen and (max-width: 960px) {
  .p-cart__note {
    padding: 15px;
    margin: 0 0 15px;
  }

  .p-cart__note h2 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0 0 15px;
  }

  .p-cart__note p {
    font-size: 14px;
  }
}

.c-form__message {
  color: #ff0000;
  text-align: center;
  margin: 0 0 30px;
}

.c-form__sucsess {
  border: 1px solid #f29527;
  color: #f29527;
  padding: 15px;
}

.p-coupon__break__sp {
  display: none;
}

.p-coupon__break__pc {
  display: block;
}

.p-cart__coupon__notes {
  font-size: 14px;
  color: #f29527;
  line-height: 1.5;
  margin: 0 0 15px;
  display: block;
  text-align: justify;
}

.spacer {
  margin: 15px 0 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .c-form__message {
    margin: 0 0 15px;
    font-size: 12px;
  }

  .p-coupon__break__sp {
    display: block;
  }

  .p-coupon__break__pc {
    display: none;
  }

  .p-cart__couponTypeName {
    font-size: 1.6rem;
  }

  .p-cart__couponName {
    display: flex;
    align-items: flex-start;
  }

  .p-cart__couponName input {
    margin: 4px 10px 0 0;
  }
}

/*-- 23.05 add */

/* 
.p-mypage__sampleListWrap{
	display: flex;
	gap: 40px;
	background: #f2f2f2;
    padding: 40px;
}

.p-mypage__mainHeading__h4 {
	line-height: 1.5;
}


.p-mypage__sampleList{
	text-align: center;
    background: #fff;
    padding: 30px;
}

.p-mypage__sampleItem{
	width: 100%;
	margin: 0;
}

.p-mypage__sampleLabel {
    margin: 0;
}

.p-mypage__sampleLabel{
	text-align: left;
}

@media screen and (max-width:960px) {
	.p-mypage__sampleListWrap{
		display: block;
		padding: 40px 30px;
	}
	.p-mypage__sampleListWrap .cat{
		margin-top: 40px;
	}
	
} */

.dental_underbar {
  text-decoration: underline;
}

.p-mypage__caution {
  margin: 15px 0 0;
  padding: 15px;
  background: #f2952733;
  color: #f29527;
  margin-bottom: 30px;
  text-align: justify;
}

.p-home__sedori__caution {
  display: block;
  width: 600px;
  margin: auto;
  border: 1px solid #ff0000;
  padding: 16px 32px;
  font-size: 18px;
  color: #ff0000;
  line-height: 1.5;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 30px;
  transition: all 0.4s;
  text-align: center;
}

.p-home__sedori__caution span {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution span {
    margin-right: 0;
  }
}

.p-home__sedori__caution span::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(45deg);
}

.p-home__sedori__caution span::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(-45deg);
}

.p-home__sedori__caution:hover {
  color: #ff0000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 767px) {
  .p-home__sedori__caution__sp {
    display: none;
  }
}

/* 2025.02.28追加 */
.p-mypage__mainHeading__attention {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #004a98;
  margin: 0 0 30px;
}

.p-mypage__sampleHeading {
  margin: 0 0 10px;
}

.p-mypage__mainText--sample span {
  font-weight: bold;
}

.p-mypage__mainNote--sample > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  color: #004a98;
}

.p-mypage__subNote--sample {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ff0000;
  margin: 40px 0 0;
}

.p-mypage__mainHeading__h4--sample {
  text-align: left;
  font-size: 20px;
  line-height: normal;
}

.p-mypage__sampleItem {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #433b38;
  padding: 0 0 15px;
  &:not(:first-child) {
    padding: 15px 0;
  }
}

.p-mypage__sampleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.p-mypage__sampleLabel {
  align-self: flex-start;
  height: auto;

  margin: 0;
}

.p-mypage__sampleLabel--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.p-mypage__sampleLabel--text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20.4px;
  margin: 5px 0 0;
}

.p-mypage__sampleButton {
  display: block;
  max-width: 180px;
  min-width: auto;
  min-height: 60px;
}

.p-mypage__sampleImage {
  margin: 0;
}

.p-mypage__sampleImage img {
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  @media screen and (max-width: 760px) {
    width: 100px;
  }
}
.p-mypage__sampleList--dog {
  margin: 0 0 65px;
}

.p-mypage__mainSection--sample {
  margin: 0 0 60px;
}

/* 2025.4.1追加 */
/* 保証内容の注意事項 */
.p-guarantee__row {
  margin: 0 0 30px;
}
.p-guarantee__attention {
  border: 1px solid #e4e3dc;
  max-width: 900px;
  margin-inline: auto;
  padding: 16px 24px;
}
.p-guarantee__attention-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%; /* 28px */
  margin: 0 0 8px;
}
.p-guarantee__attention-list {
  padding: 0 0 0 30px;
}
.p-guarantee__attention-listItem {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  list-style-type: disc;
}
.p-guarantee__attention-listItem--red {
  color: #f00;
  font-weight: 700;
}

/* 対象商品 */
.p-guarantee__product {
  padding: 0;
}
.p-guarantee__product-title {
  text-align: center;
}
.p-guarantee__product-listWrap {
  display: flex;
}
.p-guarantee__product-list {
  width: 50%;
  padding: 0 0 0 30px;
}
.p-guarantee__product-listItem {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
.p-guarantee__product-listItem a {
  color: #f29528;
  border-bottom: 1px solid #f29528;
  transition: 0.3s;
}
.p-guarantee__product-listItem a :hover {
  color: #004a8e;
}
.p-guarantee__barcode {
  margin: 30px 0 0;
}

@media screen and (max-width: 969px) {
  .p-guarantee__attention-list {
    padding: 0 0 0 10px;
  }
  .p-guarantee__product-list {
    padding: 0 0 0 20px;
  }
  .p-guarantee__product-title {
    text-align: left;
  }
  .p-guarantee__product-listWrap {
    flex-direction: column;
  }
  .p-guarantee__product-list {
    width: 100%;
  }
}
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.75;
}

.p-mypage__campaignText small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
}

.p-mypage__campaignNote {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
}

.p-mypage__campaignList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.p-mypage__campaignItem {
  width: 350px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 27px;
}

.p-mypage__campaignImage {
  margin: 0 0 7px;
}

.p-mypage__campaignImage img {
  height: 181px;
  width: auto;
  display: block;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

.p-mypage__campaignLabel {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px;
}

.p-mypage__campaignCriterion {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #ebebde;
  padding-top: 10px;
}

.p-mypage__campaignCriterion span {
  color: #000;
}

.p-mypage__campaignCriterion--veggiedent-fresh {
  color: #42a3bf;
}

.p-mypage__campaignCriterion--intellident {
  color: #966eb9;
  text-align: center;
}

.p-mypage__campaignExample {
  margin-bottom: 15px;
  height: 48px;
}

.p-mypage__campaignExample--veggiedent-fresh {
  font-size: 12px;
}

.p-mypage__campaignExample--intellident {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-mypage__campaignButtonWrap {
  /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}

.p-mypage__campaignButton {
  width: 100%;
  min-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  border: 1px solid #433b38;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #433b38;
    background: #fff;
  }
}

.p-mypage__campaignButton--veggiedent-fresh {
  border: 1px solid #42a3bf;
  background: #42a3bf;
  color: #fff;
}

.p-mypage__campaignButton--intellident {
  border: 1px solid #966eb9;
  background: #966eb9;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton--veggiedent-fresh:hover {
    opacity: 0.8;
    /*
		background:#fff;
		coor: #42a3bf;
		*/
  }

  .p-mypage__campaignButton--intellident:hover {
    opacity: 0.8;
    /*
		background:#fff;
		color: #966eb9;
		*/
  }
}

.p-mypage__campaignButton:disabled {
  border: 1px solid #ccc;
  background: #ccc;
  pointer-events: none;
}

.p-mypage__campaignSizeTitle {
  text-align: center;
  margin: 0 0 10px;
}

.p-mypage__campaignSizeTitle img {
  display: inline-block;
  width: 244px;
}

.p-mypage__campaignSizeList {
  background: #fff;
  margin: 0 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px;
}

.p-mypage__campaignSizeItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ebebde;
}

.p-mypage__campaignSizeItem:last-child {
  border-bottom: none;
}

.p-mypage__campaignSizeLabel {
  position: relative;
  height: 92px;
  width: 83px;
}

.p-mypage__campaignSizeLabel span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.p-mypage__campaignSizeLabel small {
  font-size: 14px;
}

.p-mypage__campaignSizeLabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-mypage__campaignSizeLabel--xs:before {
  width: 65px;
  height: 54px;
  left: -6px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-xs.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeLabel--s:before {
  width: 78px;
  height: 58px;
  left: -12px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-s.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeTarget {
  position: relative;
  width: 186px;
}

.p-mypage__campaignSizeTarget span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 700;
}

.p-mypage__campaignSizeEtc {
  width: calc(100% - 269px);
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-mypage__campaignBox {
    padding: 20px;
    margin: 0 0 40px;
  }

  .p-mypage__campaignBox:before,
  .p-mypage__campaignBox:after {
    width: 88px;
    height: 37.5px;
  }

  .p-mypage__campaignLimit {
    margin: 0 0 5px;
  }

  .p-mypage__campaignLimit span {
    font-size: 16px;
  }

  .p-mypage__campaignPrivilege {
    margin: 0 0 25px;
  }

  .p-mypage__campaignPrivilege span {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .p-mypage__campaignPlus {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .p-mypage__campaignPresent {
    margin: 0 0 20px;
  }

  .p-mypage__campaignPresent img {
    max-width: 624px;
    width: 100%;
  }

  .p-mypage__campaignText {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .p-mypage__campaignText small {
    font-size: 12px;
  }

  .p-mypage__campaignList {
    display: block;
    margin: 0 0 40px;
  }

  .p-mypage__campaignItem {
    width: 100%;
    padding: 15px;
    margin: 0 auto 15px;
  }

  .p-mypage__campaignImage img {
    height: 150px;
  }

  .p-mypage__campaignLabel {
    font-size: 16px;
  }

  .p-mypage__campaignCriterion span {
    display: block;
  }

  .p-mypage__campaignCriterion--veggiedent-fresh {
    text-align: center;
  }

  .p-mypage__campaignExample {
    height: auto;
  }

  .p-mypage__campaignButton {
    height: 40px;
    line-height: 40px;
  }

  .p-mypage__campaignSizeList {
    margin: 0 0 25px;
    padding: 0 25px;
  }

  .p-mypage__campaignSizeItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }

  .p-mypage__campaignSizeLabel {
    height: 56px;
    width: 83px;
  }

  .p-mypage__campaignSizeTarget {
    width: calc(100% - 83px);
  }

  .p-mypage__campaignSizeTarget span {
    line-height: 1.6;
  }

  .p-mypage__campaignSizeEtc {
    margin: 5px 0 0;
    width: 100%;
  }
}

/* 20221104追加 */
.p-cart__note {
  padding: 20px 25px;
  background: #f2952733;
  margin: 0 0 30px;
}

.p-cart__note h2 {
  font-size: 20px;
  color: #f29527;
  border-bottom: 1px solid #f29527;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.p-cart__note p {
  font-size: 16px;
  color: #f29527;
}

@media screen and (max-width: 960px) {
  .p-cart__note {
    padding: 15px;
    margin: 0 0 15px;
  }

  .p-cart__note h2 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0 0 15px;
  }

  .p-cart__note p {
    font-size: 14px;
  }
}

.c-form__message {
  color: #ff0000;
  text-align: center;
  margin: 0 0 30px;
}

.c-form__sucsess {
  border: 1px solid #f29527;
  color: #f29527;
  padding: 15px;
}

.p-coupon__break__sp {
  display: none;
}

.p-coupon__break__pc {
  display: block;
}

.p-cart__coupon__notes {
  font-size: 14px;
  color: #f29527;
  line-height: 1.5;
  margin: 0 0 15px;
  display: block;
  text-align: justify;
}

.spacer {
  margin: 15px 0 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .c-form__message {
    margin: 0 0 15px;
    font-size: 12px;
  }

  .p-coupon__break__sp {
    display: block;
  }

  .p-coupon__break__pc {
    display: none;
  }

  .p-cart__couponTypeName {
    font-size: 1.6rem;
  }

  .p-cart__couponName {
    display: flex;
    align-items: flex-start;
  }

  .p-cart__couponName input {
    margin: 4px 10px 0 0;
  }
}

/*-- 23.05 add */

/* 
.p-mypage__sampleListWrap{
	display: flex;
	gap: 40px;
	background: #f2f2f2;
    padding: 40px;
}

.p-mypage__mainHeading__h4 {
	line-height: 1.5;
}


.p-mypage__sampleList{
	text-align: center;
    background: #fff;
    padding: 30px;
}

.p-mypage__sampleItem{
	width: 100%;
	margin: 0;
}

.p-mypage__sampleLabel {
    margin: 0;
}

.p-mypage__sampleLabel{
	text-align: left;
}

@media screen and (max-width:960px) {
	.p-mypage__sampleListWrap{
		display: block;
		padding: 40px 30px;
	}
	.p-mypage__sampleListWrap .cat{
		margin-top: 40px;
	}
	
} */

.dental_underbar {
  text-decoration: underline;
}

.p-mypage__caution {
  margin: 15px 0 0;
  padding: 15px;
  background: #f2952733;
  color: #f29527;
  margin-bottom: 30px;
  text-align: justify;
}

.p-home__sedori__caution {
  display: block;
  width: 600px;
  margin: auto;
  border: 1px solid #ff0000;
  padding: 16px 32px;
  font-size: 18px;
  color: #ff0000;
  line-height: 1.5;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 30px;
  transition: all 0.4s;
  text-align: center;
}

.p-home__sedori__caution span {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution span {
    margin-right: 0;
  }
}

.p-home__sedori__caution span::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(45deg);
}

.p-home__sedori__caution span::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(-45deg);
}

.p-home__sedori__caution:hover {
  color: #ff0000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 767px) {
  .p-home__sedori__caution__sp {
    display: none;
  }
}

/* 2025.02.28追加 */
.p-mypage__mainHeading__attention {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #004a98;
  margin: 0 0 30px;
}

.p-mypage__sampleHeading {
  margin: 0 0 10px;
}

.p-mypage__mainText--sample span {
  font-weight: bold;
}

.p-mypage__mainNote--sample > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  color: #004a98;
}

.p-mypage__subNote--sample {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ff0000;
  margin: 40px 0 0;
}

.p-mypage__mainHeading__h4--sample {
  text-align: left;
  font-size: 20px;
  line-height: normal;
}

.p-mypage__sampleItem {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #433b38;
  padding: 0 0 15px;
  &:not(:first-child) {
    padding: 15px 0;
  }
}

.p-mypage__sampleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.p-mypage__sampleLabel {
  align-self: flex-start;
  height: auto;

  margin: 0;
}

.p-mypage__sampleLabel--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.p-mypage__sampleLabel--text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20.4px;
  margin: 5px 0 0;
}

.p-mypage__sampleButton {
  display: block;
  max-width: 180px;
  min-width: auto;
  min-height: 60px;
}

.p-mypage__sampleImage {
  margin: 0;
}

.p-mypage__sampleImage img {
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  @media screen and (max-width: 760px) {
    width: 100px;
  }
}
.p-mypage__sampleList--dog {
  margin: 0 0 65px;
}

.p-mypage__mainSection--sample {
  margin: 0 0 60px;
}

/* 2025.4.1追加 */
/* 保証内容の注意事項 */
.p-guarantee__row {
  margin: 0 0 30px;
}
.p-guarantee__attention {
  border: 1px solid #e4e3dc;
  max-width: 900px;
  margin-inline: auto;
  padding: 16px 24px;
}
.p-guarantee__attention-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%; /* 28px */
  margin: 0 0 8px;
}
.p-guarantee__attention-list {
  padding: 0 0 0 30px;
}
.p-guarantee__attention-listItem {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  list-style-type: disc;
}
.p-guarantee__attention-listItem--red {
  color: #f00;
  font-weight: 700;
}

/* 対象商品 */
.p-guarantee__product {
  padding: 0;
}
.p-guarantee__product-title {
  text-align: center;
}
.p-guarantee__product-listWrap {
  display: flex;
}
.p-guarantee__product-list {
  width: 50%;
  padding: 0 0 0 30px;
}
.p-guarantee__product-listItem {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
.p-guarantee__product-listItem a {
  color: #f29528;
  border-bottom: 1px solid #f29528;
  transition: 0.3s;
}
.p-guarantee__product-listItem a :hover {
  color: #004a8e;
}
.p-guarantee__barcode {
  margin: 30px 0 0;
}

@media screen and (max-width: 969px) {
  .p-guarantee__attention-list {
    padding: 0 0 0 10px;
  }
  .p-guarantee__product-list {
    padding: 0 0 0 20px;
  }
  .p-guarantee__product-title {
    text-align: left;
  }
  .p-guarantee__product-listWrap {
    flex-direction: column;
  }
  .p-guarantee__product-list {
    width: 100%;
  }
}
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.75;
}

.p-mypage__campaignText small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
}

.p-mypage__campaignNote {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
}

.p-mypage__campaignList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}

.p-mypage__campaignItem {
  width: 350px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 27px;
}

.p-mypage__campaignImage {
  margin: 0 0 7px;
}

.p-mypage__campaignImage img {
  height: 181px;
  width: auto;
  display: block;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

.p-mypage__campaignLabel {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px;
}

.p-mypage__campaignCriterion {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #ebebde;
  padding-top: 10px;
}

.p-mypage__campaignCriterion span {
  color: #000;
}

.p-mypage__campaignCriterion--veggiedent-fresh {
  color: #42a3bf;
}

.p-mypage__campaignCriterion--intellident {
  color: #966eb9;
  text-align: center;
}

.p-mypage__campaignExample {
  margin-bottom: 15px;
  height: 48px;
}

.p-mypage__campaignExample--veggiedent-fresh {
  font-size: 12px;
}

.p-mypage__campaignExample--intellident {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-mypage__campaignButtonWrap {
  /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
*/
}

.p-mypage__campaignButton {
  width: 100%;
  min-height: 45px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #433b38;
  border: 1px solid #433b38;
  position: relative;
  line-height: 43px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #433b38;
    background: #fff;
  }
}

.p-mypage__campaignButton--veggiedent-fresh {
  border: 1px solid #42a3bf;
  background: #42a3bf;
  color: #fff;
}

.p-mypage__campaignButton--intellident {
  border: 1px solid #966eb9;
  background: #966eb9;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-mypage__campaignButton--veggiedent-fresh:hover {
    opacity: 0.8;
    /*
		background:#fff;
		coor: #42a3bf;
		*/
  }

  .p-mypage__campaignButton--intellident:hover {
    opacity: 0.8;
    /*
		background:#fff;
		color: #966eb9;
		*/
  }
}

.p-mypage__campaignButton:disabled {
  border: 1px solid #ccc;
  background: #ccc;
  pointer-events: none;
}

.p-mypage__campaignSizeTitle {
  text-align: center;
  margin: 0 0 10px;
}

.p-mypage__campaignSizeTitle img {
  display: inline-block;
  width: 244px;
}

.p-mypage__campaignSizeList {
  background: #fff;
  margin: 0 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 30px;
}

.p-mypage__campaignSizeItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ebebde;
}

.p-mypage__campaignSizeItem:last-child {
  border-bottom: none;
}

.p-mypage__campaignSizeLabel {
  position: relative;
  height: 92px;
  width: 83px;
}

.p-mypage__campaignSizeLabel span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.p-mypage__campaignSizeLabel small {
  font-size: 14px;
}

.p-mypage__campaignSizeLabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-mypage__campaignSizeLabel--xs:before {
  width: 65px;
  height: 54px;
  left: -6px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-xs.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeLabel--s:before {
  width: 78px;
  height: 58px;
  left: -12px;
  background: url(../images/mypage/campaign202109/mypage_bg_campaign-size-s.svg)
    no-repeat center center;
  background-size: contain;
}

.p-mypage__campaignSizeTarget {
  position: relative;
  width: 186px;
}

.p-mypage__campaignSizeTarget span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 700;
}

.p-mypage__campaignSizeEtc {
  width: calc(100% - 269px);
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-mypage__campaignBox {
    padding: 20px;
    margin: 0 0 40px;
  }

  .p-mypage__campaignBox:before,
  .p-mypage__campaignBox:after {
    width: 88px;
    height: 37.5px;
  }

  .p-mypage__campaignLimit {
    margin: 0 0 5px;
  }

  .p-mypage__campaignLimit span {
    font-size: 16px;
  }

  .p-mypage__campaignPrivilege {
    margin: 0 0 25px;
  }

  .p-mypage__campaignPrivilege span {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .p-mypage__campaignPlus {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .p-mypage__campaignPresent {
    margin: 0 0 20px;
  }

  .p-mypage__campaignPresent img {
    max-width: 624px;
    width: 100%;
  }

  .p-mypage__campaignText {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .p-mypage__campaignText small {
    font-size: 12px;
  }

  .p-mypage__campaignList {
    display: block;
    margin: 0 0 40px;
  }

  .p-mypage__campaignItem {
    width: 100%;
    padding: 15px;
    margin: 0 auto 15px;
  }

  .p-mypage__campaignImage img {
    height: 150px;
  }

  .p-mypage__campaignLabel {
    font-size: 16px;
  }

  .p-mypage__campaignCriterion span {
    display: block;
  }

  .p-mypage__campaignCriterion--veggiedent-fresh {
    text-align: center;
  }

  .p-mypage__campaignExample {
    height: auto;
  }

  .p-mypage__campaignButton {
    height: 40px;
    line-height: 40px;
  }

  .p-mypage__campaignSizeList {
    margin: 0 0 25px;
    padding: 0 25px;
  }

  .p-mypage__campaignSizeItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 20px;
  }

  .p-mypage__campaignSizeLabel {
    height: 56px;
    width: 83px;
  }

  .p-mypage__campaignSizeTarget {
    width: calc(100% - 83px);
  }

  .p-mypage__campaignSizeTarget span {
    line-height: 1.6;
  }

  .p-mypage__campaignSizeEtc {
    margin: 5px 0 0;
    width: 100%;
  }
}

/* 20221104追加 */
.p-cart__note {
  padding: 20px 25px;
  background: #f2952733;
  margin: 0 0 30px;
}

.p-cart__note h2 {
  font-size: 20px;
  color: #f29527;
  border-bottom: 1px solid #f29527;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.p-cart__note p {
  font-size: 16px;
  color: #f29527;
}

@media screen and (max-width: 960px) {
  .p-cart__note {
    padding: 15px;
    margin: 0 0 15px;
  }

  .p-cart__note h2 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0 0 15px;
  }

  .p-cart__note p {
    font-size: 14px;
  }
}

.c-form__message {
  color: #ff0000;
  text-align: center;
  margin: 0 0 30px;
}

.c-form__sucsess {
  border: 1px solid #f29527;
  color: #f29527;
  padding: 15px;
}

.p-coupon__break__sp {
  display: none;
}

.p-coupon__break__pc {
  display: block;
}

.p-cart__coupon__notes {
  font-size: 14px;
  color: #f29527;
  line-height: 1.5;
  margin: 0 0 15px;
  display: block;
  text-align: justify;
}

.spacer {
  margin: 15px 0 0;
  display: block;
}

@media screen and (max-width: 960px) {
  .c-form__message {
    margin: 0 0 15px;
    font-size: 12px;
  }

  .p-coupon__break__sp {
    display: block;
  }

  .p-coupon__break__pc {
    display: none;
  }

  .p-cart__couponTypeName {
    font-size: 1.6rem;
  }

  .p-cart__couponName {
    display: flex;
    align-items: flex-start;
  }

  .p-cart__couponName input {
    margin: 4px 10px 0 0;
  }
}

/*-- 23.05 add */

/* 
.p-mypage__sampleListWrap{
	display: flex;
	gap: 40px;
	background: #f2f2f2;
    padding: 40px;
}

.p-mypage__mainHeading__h4 {
	line-height: 1.5;
}


.p-mypage__sampleList{
	text-align: center;
    background: #fff;
    padding: 30px;
}

.p-mypage__sampleItem{
	width: 100%;
	margin: 0;
}

.p-mypage__sampleLabel {
    margin: 0;
}

.p-mypage__sampleLabel{
	text-align: left;
}

@media screen and (max-width:960px) {
	.p-mypage__sampleListWrap{
		display: block;
		padding: 40px 30px;
	}
	.p-mypage__sampleListWrap .cat{
		margin-top: 40px;
	}
	
} */

.dental_underbar {
  text-decoration: underline;
}

.p-mypage__caution {
  margin: 15px 0 0;
  padding: 15px;
  background: #f2952733;
  color: #f29527;
  margin-bottom: 30px;
  text-align: justify;
}

.p-home__sedori__caution {
  display: block;
  width: 600px;
  margin: auto;
  border: 1px solid #ff0000;
  padding: 16px 32px;
  font-size: 18px;
  color: #ff0000;
  line-height: 1.5;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 30px;
  transition: all 0.4s;
  text-align: center;
}

.p-home__sedori__caution span {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution span {
    margin-right: 0;
  }
}

.p-home__sedori__caution span::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(45deg);
}

.p-home__sedori__caution span::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -40px;
  width: 10px;
  height: 2px;
  background: #ff0000;
  margin: auto;
  transform: rotate(-45deg);
}

.p-home__sedori__caution:hover {
  color: #ff0000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .p-home__sedori__caution {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 767px) {
  .p-home__sedori__caution__sp {
    display: none;
  }
}

/* 2025.02.28追加 */
.p-mypage__mainHeading__attention {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #004a98;
  margin: 0 0 30px;
}

.p-mypage__sampleHeading {
  margin: 0 0 10px;
}

.p-mypage__mainText--sample span {
  font-weight: bold;
}

.p-mypage__mainNote--sample > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  color: #004a98;
}

.p-mypage__subNote--sample {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ff0000;
  margin: 40px 0 0;
}

.p-mypage__mainHeading__h4--sample {
  text-align: left;
  font-size: 20px;
  line-height: normal;
}

.p-mypage__sampleItem {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #433b38;
  padding: 0 0 15px;
  &:not(:first-child) {
    padding: 15px 0;
  }
}

.p-mypage__sampleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.p-mypage__sampleLabel {
  align-self: flex-start;
  height: auto;

  margin: 0;
}

.p-mypage__sampleLabel--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.p-mypage__sampleLabel--text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20.4px;
  margin: 5px 0 0;
}

.p-mypage__sampleButton {
  display: block;
  max-width: 180px;
  min-width: auto;
  min-height: 60px;
}

.p-mypage__sampleImage {
  margin: 0;
}

.p-mypage__sampleImage img {
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  @media screen and (max-width: 760px) {
    width: 100px;
  }
}
.p-mypage__sampleList--dog {
  margin: 0 0 65px;
}

.p-mypage__mainSection--sample {
  margin: 0 0 60px;
}

/* 2025.4.1追加 */
/* 保証内容の注意事項 */
.p-guarantee__row {
  margin: 0 0 30px;
}
.p-guarantee__attention {
  border: 1px solid #e4e3dc;
  max-width: 900px;
  margin-inline: auto;
  padding: 16px 24px;
}
.p-guarantee__attention-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%; /* 28px */
  margin: 0 0 8px;
}
.p-guarantee__attention-list {
  padding: 0 0 0 30px;
}
.p-guarantee__attention-listItem {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  list-style-type: disc;
}
.p-guarantee__attention-listItem--red {
  color: #f00;
  font-weight: 700;
}

/* 対象商品 */
.p-guarantee__product {
  padding: 0;
}
.p-guarantee__product-title {
  text-align: center;
}
.p-guarantee__product-listWrap {
  display: flex;
}
.p-guarantee__product-list {
  width: 50%;
  padding: 0 0 0 30px;
}
.p-guarantee__product-listItem {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
.p-guarantee__product-listItem a {
  color: #f29528;
  border-bottom: 1px solid #f29528;
  transition: 0.3s;
}
.p-guarantee__product-listItem a :hover {
  color: #004a8e;
}
.p-guarantee__barcode {
  margin: 30px 0 0;
}

@media screen and (max-width: 969px) {
  .p-guarantee__attention-list {
    padding: 0 0 0 10px;
  }
  .p-guarantee__product-list {
    padding: 0 0 0 20px;
  }
  .p-guarantee__product-title {
    text-align: left;
  }
  .p-guarantee__product-listWrap {
    flex-direction: column;
  }
  .p-guarantee__product-list {
    width: 100%;
  }
}
